@charset "utf-8";
/*****************************************************
    Common
*****************************************************/
.text-center {
  text-align: center;
}
.em_red {
  color: #bf0000;
}

/*공백 */
.gap10 {
  height: 10px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap20 {
  height: 20px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap30 {
  height: 30px;
  clear: both;
  overflow: hidden;
  display: block;
}
.gap {
  height: 50px;
  clear: both;
  display: block;
}
.sgap {
  height: 40px;
  clear: both;
  display: block;
}
.ssgap {
  height: 30px;
  clear: both;
  display: block;
}
.sssgap {
  height: 20px;
  clear: both;
  display: block;
}
@media (max-width: 768px) {
  .gap {
    height: 30px;
    clear: both;
    display: block;
  }
  .sgap {
    height: 20px;
    clear: both;
    display: block;
  }
  .ssgap {
    height: 10px;
    clear: both;
    display: block;
  }
  .sssgap {
    height: 5px;
    clear: both;
    display: block;
  }
}
/*****************************************************
    Main
*****************************************************/
a[href^="javascript:void"], a[href^="javascript: void"] {
  cursor: default;
}

/*****************************************************
    Content
*****************************************************/
.list-01 li > ul > li {
  background: url(/resources/images/korean/common/list_02_bullet_0.gif) no-repeat left 14px;
  padding: 2px 0 2px 12px;
}

/* box_st */
.box_st1 {
  position: relative;
  padding: 25px;
  border: 1px solid #ddd;
  background: #fff;
}
.box_st2 {
  position: relative;
  padding: 25px;
  background: #f8f8fb;
}

/* edu_subj */
.box + .box {
  margin-top: 20px;
}
.box.edu_subj {
  padding: 40px;
  background:
    url("/resources/images/common/dotted_pattern_horizon.png") left top repeat-x,
    url("/resources/images/common/dotted_pattern_vertical.png") right top repeat-y,
    url("/resources/images/common/dotted_pattern_horizon.png") left bottom repeat-x,
    url("/resources/images/common/dotted_pattern_vertical.png") left top repeat-y;
}
.box.edu_subj hr.gap_line {
  border: none;
  border-top: 1px dashed #ddd;
  margin: 30px 0;
}
.cell-box > ul > li {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 1.2;
  font-size: 0.938em;
  color: #444;
  letter-spacing: -0.025em;
  padding: 12px 20px 12px 19px;
  margin: 0 5px 5px 0;
  background: #fff;
}
.cell-box > ul > li:before {
  content: "";
}
@media (max-width: 640px) {
  .box.edu_subj {
    padding: 20px;
  }
}

/* temp_box */
.temp_box {
  margin-bottom: 80px;
  padding: 10px;
  background: url("/resources/images/common/box_pattern01.png") repeat left top;
}
.temp_box .box_wrap {
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.temp_box .box_title {
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.temp_box h4 {
  font-size: 2.125rem;
  color: #161616;
}
.temp_box .box_wrap p {
  margin: 0px 0 0;
}
.temp_box .box_wrap .blt {
  padding-left: 0px;
}
.temp_box.type1 {
  display: table;
  position: relative;
  width: 100%;
  height: 172px;
  margin-top: 60px;
  box-sizing: border-box;
}
.temp_box.type1 .box_title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 25px;
  color: #333;
}
.temp_box.type1 .box_wrap {
  display: table-cell;
  padding: 30px 75px 30px 185px;
  font-size: 16px;
  line-height: 25px;
  color: #555;
  vertical-align: middle;
}
.temp_box.type1 .box_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 220px;
  height: 80px;
  background: url("/resources/images/en2chem/sub/uni_ipsi_img01.png") no-repeat center / 50%;
}
@media screen and (max-width: 800px) {
  .temp_box.type1 .box_wrap {
    padding-left: 150px;
    font-size: 14px;
  }
  .temp_box.type1 .box_wrap:before {
    width: 150px;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .temp_box.type1 {
    height: auto;
  }
  .temp_box.type1 .box_wrap {
    padding: 5%;
  }
  .temp_box.type1 .box_wrap:before {
    display: none;
  }
}
.temp_box.type2 {
  padding: 20px;
  background:
    url("/resources/images/common/box_pattern02.jpg") left top no-repeat,
    url("/resources/images/common/box_pattern02.jpg") right bottom no-repeat;
  text-align: center;
}
@media (max-width: 800px) {
  .temp_box h4 {
    font-size: 1.425rem;
  }
  .temp_box.type1 .box_wrap {
    padding-left: 150px;
  }
  .temp_box.type1 .box_wrap:before {
    width: 110px;
    background-size: contain;
    left: 30px;
  }
  .temp_box.type2 {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .temp_box.type1 {
    height: auto;
  }
  .temp_box.type1 .box_wrap {
    padding: 5%;
  }
  .temp_box.type1 .box_wrap:before {
    display: none;
  }
}

/* ui-box */
.ui_box {
  padding: 3.5rem 2.5rem;
  padding-left: 15.2rem;
  position: relative;
  background: #f3f4f6;
  min-height: 10.6rem;
  margin-bottom: 3rem;
}
.ui_box strong {
  display: block;
  font-size: 1.725rem;
  color: #05408a;
  font-weight: 400;
  margin-bottom: 1.15rem;
}
.ui_box a {
  display: block;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #161616;
  width: 200px;
  margin-top: 24px;
  color: #161616;
  transition: all 0.3s;
}
.ui_box a:hover {
  background-color: #161616;
  color: #fff;
}
.ui_box .icon {
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  top: 3.4rem;
  left: 6.5rem;
}
.ui_box .icon.icon01 {
  background: url("/resources/images/common/hoseo_symbol.png") no-repeat center center/cover;
}
@media (max-width: 800px) {
  .ui_box {
    padding-left: 2.5rem;
  }
  .ui_box .icon {
    display: none;
  }
}

/* grad-wrap */
.grad-wrap {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.grad-wrap h6 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.grad-wrap h6 span {
  margin-left: 15px;
  padding-left: 15px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  border-left: 1px solid #ddd;
}

/* talent_box */
.talent_box {
  position: relative;
  padding: 65px 25px;
  border: 0px solid #dfdfdf;
}
.talent_box dl {
  position: relative;
  margin-bottom: 50px;
}
.talent_box dl dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 110px;
  background: #1f65cb;
  background-size: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-top: 70px;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.talent_box dl dt.g2 {
  background: #02296f;
  background-size: 100%;
}
.talent_box dl dt:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 60px;
  height: 4px;
  background: #0079ab;
}
.talent_box dl dt.g2:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 60px;
  height: 4px;
  background: #292929;
}
.talent_box dl dt span {
  display: block;
  font-size: 60px;
}
.talent_box dl dd {
  width: 75%;
  margin-left: 270px;
  height: 220px;
  border-radius: 120px;
  background: #f8f8f8;
  display: table;
  border: 1px solid #e5e5e5;
}
.talent_box dl dd p {
  display: block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.6;
  padding: 0 10%;
}
.talent_box p.txt {
  font-size: 25px;
  color: #292929;
  margin: 80px 0 0;
}
.talent_box p span {
  display: block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 0 0 20px;
  color: #333;
}
.talent_box .pc_blue2 {
  color: #022d65;
}
.talent_box .pc_green2 {
  color: #940000;
}
.talent_box dl dt,
.talent_box dl dd {
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .talent_box p.txt {
    font-size: 20px;
  }
  .talent_box p span {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .talent_box {
    position: relative;
    padding: 0px 35px;
  }
  .talent_box dl dt {
    top: 30px;
    left: 30px;
    width: 150px;
    height: 150px;
    padding-top: 30px;
    font-size: 20px;
  }
  .talent_box dl dt span {
    font-size: 40px;
  }
  .talent_box dl dt:before {
    display: none;
  }
  .talent_box dl dd {
    width: 100%;
    margin-left: 0;
  }
  .talent_box p.txt {
    padding: 0 160px 0 220px;
    font-size: 18px;
    margin: 45px 0;
  }
  .talent_box p span {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .talent_box dl dt {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    padding-top: 0;
    line-height: 60px;
    background: #940000;
  }
  .talent_box dl dt.g2 {
    background: #940000;
  }
  .talent_box dl dt span {
    display: inline-block;
    font-size: 25px;
    margin-right: 13px;
  }
  .talent_box dl {
    margin-bottom: 30px;
  }
  .talent_box dl dd {
    border-radius: 20px;
    margin-top: -30px;
  }
  .talent_box p.txt {
    padding: 0 140px;
    margin: 50px 0 30px 0;
  }
}
@media (max-width: 780px) {
  .talent_box dl dd {
    height: auto;
  }
  .talent_box p.txt {
    padding: 0 50px;
  }
}

/* career */
.career {
  position: relative;
  padding-top: 41px;
  text-align: center;
}
.career + .career {
  margin-top: 30px;
}
.career h4 {
  position: absolute;
  top: 15px;
  left: 5%;
  display: block;
  width: 300px;
  line-height: 60px;
  border-radius: 45px;
  color: #fff;
  font-size: 20px;
  background: #292929;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.career ul {
  width: 100%;
  height: auto;
  padding: 70px 2% 25px;
  overflow: hidden;
  border: 5px solid #e6e6e6;
  box-sizing: border-box;
}
.career ul li {
  display: table;
  width: 23%;
  height: 85px;
  margin: 10px 1%;
  border: 1px solid #cccccc;
  border-radius: 45px;
  float: left;
  box-sizing: border-box;
}
.career ul li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #444;
  padding: 0 20px;
  word-break: keep-all;
}
.career ul li.w100 {
  width: 100%;
}
@media (max-width: 1200px) {
  .career ul li {
    width: 31.3%;
  }
}
@media (max-width: 860px) {
  .career ul li {
    width: 48%;
  }
  .career ul li p {
    font-size: 15px;
  }
  .career ul li p br {
    display: none;
  }
}
@media (max-width: 540px) {
  .career h4 {
    width: 250px;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .career ul {
    padding: 60px 30px 25px;
  }
  .career ul li {
    width: 100%;
    height: 65px;
    margin-left: 0;
    margin: 6px 1%;
  }
}

/* col_cont */
.col_cont {
  display: flex;
}
.col_cont + .col_cont {
  margin-top: 25px;
}
.col_cont > div {
  flex: 1;
  padding-right: 60px;
}
.col_cont > div + div {
  padding-left: 60px;
  padding-right: 0;
}
.col_cont .col_text {
  padding-right: 40px;
}
.col_cont .col_image {
  padding-left: 0;
  text-align: right;
}
.col_cont.dev_line > div + div {
  border-left: 1px solid #eee;
}
.col_cont.col60p > div {
  flex: inherit;
  width: 70%;
  padding-right: 20px;
}
.col_cont.col60p > div + div {
  width: 30%;
  padding: 0;
}
.col_cont.three > div {
  padding: 40px;
}
.col_cont.three > div + div {
  margin-left: 24px;
}
.col_cont.left_image > div {
  padding: 0;
}
.col_cont.left_image .img_wrap {
  background: no-repeat 50% 50%;
  background-size: cover;
}
.col_cont.left_image .text_wrap {
  padding: 70px;
}
.cont_subtit + .col_cont {
  margin-top: -10px;
}
.cont_subtit + .img_wrap {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .col_cont {
    display: block;
  }
  .col_cont > div,
  .col_cont > div + div,
  .col_cont .col_text {
    padding: 0;
  }
  .col_cont > div + div {
    padding-top: 20px;
  }
  .col_cont.dev_line > div + div {
    border: 0;
  }
  .col_cont .col_image {
    text-align: center;
  }
  .col_cont.col60p > div,
  .col_cont.col60p > div + div {
    width: 100%;
  }
  .col_cont.col60p > div + div {
    padding-top: 20px;
  }
  .col_cont.three > div {
    width: 100%;
    padding: 15px;
  }
  .col_cont.three > div + div {
    margin-left: 0;
    margin-top: 15px;
  }
  .col_cont.left_image .img_wrap {
    height: 200px;
  }
  .col_cont.left_image .text_wrap {
    padding: 30px;
  }
  .cont_subtit + .col_cont {
    margin-top: 0;
  }
  .col_cont + .col_cont {
    margin-top: 15px;
  }
  .col_cont .blank {
    display: none;
  }
}

/* guide_box */
ul + .guide_box,
div + .guide_box {
  margin-top: 20px;
}
.guide_box {
  display: flex;
  align-items: center;
  padding: 22px 30px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.guide_box + .guide_box {
  margin-top: 0;
  border-left: 0;
  padding: 30px;
}
.guide_box .guide_tit {
  padding: 10px 25px 20px 150px;
  font-weight: 600;
  background: url(/resources/images/common/guide_icon01.png) no-repeat 50px 50%;
  line-height: 70px;
}
.guide_box .guide_tit + div,
.guide_box div + div {
  padding-left: 25px;
  border-left: 1px solid #e6e6e6;
}
.guide_box div {
  flex: 1;
}
.guide_box div + div {
  margin-left: 25px;
}
.guide_box strong {
  display: block;
  padding: 5px 0;
}
.guide_box span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 14px;
  background: #e6e6e6;
  vertical-align: middle;
}
.guide_box p + .btn {
  margin-top: 5px;
}
.guide_box .btn {
  margin: 5px;
  font-weight: 400;
}
.guide_box em + .btn {
  margin-left: 10px;
}
@media (max-width: 1300px) {
  .guide_box .guide_tit {
    min-width: 155px;
  }
}
@media (max-width: 1024px) {
  .guide_box,
  .col_cont .guide_box,
  .col_cont .guide_box + .guide_box {
    display: block;
    padding: 15px;
  }
  .guide_box + .guide_box {
    border-left: 1px solid #eee;
    border-top: 0;
  }
  .guide_box .guide_tit {
    padding: 10px 0 10px 40px;
    background-size: 30px;
    background-position: 0px 50%;
    line-height: 25px;
  }
  .guide_box .guide_tit + div,
  .guide_box div + div {
    margin-left: 0;
    padding: 0;
    padding-top: 10px;
    border: 0;
  }
  .guide_box span + span::before {
    margin: 0 5px;
  }
}

/* dep-intro */
.dep-intro .dep-wrap {
  width: 100%;
  background: url(/resources/images/common/intro_bg.jpg) no-repeat;
  padding: 100px 42px 80px 42px;
  background-size: cover;
  display: block;
}
.dep-intro .dep-wrap > p {
  text-align: center;
  font-size: 2.175em;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 56px;
}
.dep-intro .dep-wrap .vision {
  background: #fff;
  width: 100%;
  padding: 35px;
  border-left: 7px solid #a53732;
}
.dep-intro .dep-wrap .vision h5 {
  padding-left: 0;
  font-size: 1.3em;
}
.dep-intro .dep-wrap .vision .b-bottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}

/* list-num */
.body-content .list-num {
  counter-reset: list-num;
}
.body-content .list-num li {
  counter-increment: list-num;
  padding-left: 30px;
  text-align: left;
}
.body-content .list-num li strong.title {
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.body-content .list-num li::before {
  display: block;
  content: counter(list-num);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ebebeb;
  color: #5a5a5a;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  border-radius: 50%;
}

/* pill-btn */
.pill-btn {
  position: relative;
  width: 100%;
  min-height: 100px;
}
.pill-btn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 35px;
  background-color: #1f46a8;
  border-radius: 9999px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  min-width: 240px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.pill-btn .btn:hover,
.pill-btn .btn:focus {
  background-color: #0f2969;
  transform: translate(-50%, calc(-50% - 3px));
}
.body-content .pill-btn a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.4;
}
.pill-btn .btn > img {
  width: 8px;
  height: 16px;
}
@media (max-width: 768px) {
  .pill-btn a {
    font-size: 16px;
  }
  .pill-btn .btn {
    padding: 20px 25px;
  }
}
@media (max-width: 300px) {
  .pill-btn a {
    font-size: 15px;
  }
  .pill-btn .btn {
    padding: 20px 32px;
    min-width: 100%;
    text-align: left;
  }
}

/* gree-top */
.gree-top {
  background-color: #104377;
  height: 350px;
  margin-bottom: 40px;
}
.gree-top:after {
  content: "";
  display: block;
  clear: both;
}
.gree-top .gree-img {
  float: left;
  width: 50%;
  height: 100%;
  background: url(/resources/images/common/greeting-img.jpg) no-repeat top 57% center / cover;
}
.gree-top .gree-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gree-top .gree-txt {
  float: right;
  width: 50%;
  padding: 180px 40px 12px 40px;
  background-color: #104377;
  background-image: url(/resources/images/common/greeting_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.gree-top .gree-txt p {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}
.gree-top .gree-txt br {
  display: block;
}
.greeting-wrap > p {
  font-size: 18px;
  margin-bottom: 24px;
  word-break: keep-all;
  line-height: 1.5em;
}
.greeting-wrap .sign {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .gree-top .gree-txt br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .gree-top .gree-txt p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gree-top {
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .gree-top .gree-img {
    float: none;
    width: 100%;
    height: 260px;
  }
  .gree-top .gree-txt {
    width: 100%;
    margin-top: -32px;
    z-index: 1;
    position: relative;
    padding: 32px 38px;
  }
  .gree-top .gree-txt p {
    font-size: 18px;
    text-align: center;
  }
}

/* vis1, vis2 */
.vis1,
.vis2 {
  padding-left: 77px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}
.vis1::before {
  display: block;
  content: "Introduce";
  font-size: 89px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0px;
  z-index: -1;
  color: #fff;
  text-shadow:
    -1px 0px #ddd,
    0px 1px #ddd,
    1px 0px #ddd,
    0px -1px #ddd;
}
.vis2::before {
  display: block;
  content: "VISION";
  font-size: 105px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0px;
  z-index: -1;
  color: #fff;
  text-shadow:
    -1px 0px #ddd,
    0px 1px #ddd,
    1px 0px #ddd,
    0px -1px #ddd;
}
.vis1 span {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.vis2 span {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.vis1 p {
  width: calc(100% - 391px);
}
.vis2 p {
  width: calc(100% - 330px);
}
.vis1 p > strong, .vis2 p > strong {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 1000px) {
  .body-content .vis1,
  .body-content .vis2 {
    display: block;
    padding-left: 0;
  }
  .vis1 span,
  .vis2 span {
    display: block;
    margin-bottom: 16px;
  }
  .vis1::before,
  .vis2::before {
    left: unset;
    bottom: -70px;
    right: 0;
  }
  .body-content .vis1 p,
  .body-content .vis2 p {
    width: 100%;
  }
  .vis2::before {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .vis1 span,
  .vis2 span {
    font-size: 20px;
  }
  .vis1::before,
  .vis2::before {
    font-size: 60px;
    bottom: -70px;
  }
  .vis2 p > strong {
    font-size: 16px;
  }
}

/* want */
.want {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.want li {
  flex: 0 0 calc(50% - 15px);
  background: #f5f9ff;
  padding: 40px 30px;
  border-radius: 24px;
  font-size: 18px;
  color: #222;
  line-height: 1.5;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-items: center;
  justify-content: flex-start;
}
.want li span {
  background-color: #083e85;
  color: #fff;
  padding: 18px 30px;
  border-radius: 30px;
  display: inline-block;
  min-width: 177px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .want li {
    font-size: 17px;
  }
  .want li span {
    min-width: 153px;
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 1000px) {
  .want {
    display: block;
  }
  .want li {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 30px;
  }
  .want li span {
    font-size: 14px;
    padding: 12px 16px;
    min-width: 122px;
  }
}
@media (max-width: 767px) {
  .want li {
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 18px;
    font-size: inherit;
    text-align: center;
  }
  .want li span {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 12px 16px;
    min-width: 122px;
  }
}

/* vision */
.vision-con .con {
  display: inline-block;
  padding-bottom: 70px;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 120px;
}
.vision-con .con .img {
  float: left;
  width: 35%;
}
.vision-con .con .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision-con .con .txt {
  float: left;
  width: 65%;
  padding: 15px 60px 0;
}
.vision-con .con .txt.mo {
  display: none;
}
.vision-con .con .txt h1 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 80px;
  font-weight: 500;
}
.vision-con .con .txt h1 > small {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
}
.vision-con .con .txt p {
  font-size: 17px;
  line-height: 1.6;
}
.vision-con .con:before {
  content: "";
  position: absolute;
  top: 125px;
  left: 0;
  width: 75%;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.vision-con .con:nth-child(odd):before {
  left: auto;
  right: 0;
}
@media (max-width: 1200px) {
  .vision-con .con {
    margin-top: 100px;
  }
  .vision-con .con .txt {
    padding: 0 50px;
  }
  .vision-con .con .txt h1 {
    font-size: 26px;
    margin-bottom: 70px;
  }
  .vision-con .con .txt p {
    font-size: 16px;
  }
  .vision-con .con:before {
    top: 100px;
  }
  .vision-con .con .txt h1 > small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .vision-con .con {
    background: none;
    margin: 0;
  }
  .vision-con .con .img {
    width: 100%;
  }
  .vision-con .con .txt {
    width: 100%;
    padding: 25px 0 0;
  }
  .vision-con .con .txt.pc {
    display: none;
  }
  .vision-con .con .txt.mo {
    display: block;
  }
  .vision-con .con .txt h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vision-con .con .txt h1 > br {
    display: none;
  }
  .vision-con .con:before {
    display: none;
  }
  .vision-con .con .txt h1 > small {
    font-size: 16px;
    transform: none;
  }
  .vision-con .con .txt p {
    font-size: inherit;
  }
}

/* goal */
.goal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.goal.split01 > li {
  flex: 1 1 40%;
}
.goal li {
  flex: 1 1 100%;
  display: flex;
  padding: 45px 30px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #ddd;
  flex-direction: column;
}
.goal li p {
  padding-left: 65px;
}
.goal li span {
  display: inline-block;
  min-width: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #083e85;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-weight: 500;
  font-size: 22px;
}
.goal .goal_tit {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
}
.goal .goal_tit .tit {
  font-size: 23px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 1200px) {
  .goal.split01 > li {
    flex: 1 1 100%;
  }
  .goal li span {
    min-width: 45px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
  .goal li p {
    padding-left: 60px;
  }
}
@media (max-width: 860px) {
  .goal li {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .goal li .text-box .tit {
    font-size: 18px;
  }
  .goal li span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .goal .goal_tit .tit {
    font-size: 18px;
  }
  .goal li p {
    padding-left: 55px;
  }
  .goal li {
    padding: 30px 30px 40px;
    border-radius: 18px;
  }
}
@media (max-width: 500px) {
  .goal li {
    flex-direction: column;
  }
}

/* curr */
.curr {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.curr .grade_1,
.curr .grade_2,
.curr .grade_3,
.curr .grade_4 {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
}
.curr p {
  font-size: 22px;
  font-weight: 500;
  padding: 15px 15px 10px;
  text-align: center;
  color: #fff;
  border-radius: 16px 16px 0 0;
}
.curr .grade_1 > p {
  background-color: #225fad;
}
.curr .grade_2 > p {
  background-color: #083e85;
}
.curr .grade_3 > p {
  background-color: #0a346b;
}
.curr .grade_4 > p {
  background-color: #072041;
}
.curr .grade_1 ul {
  border: 2px solid #225fad;
}
.curr .grade_2 ul {
  border: 2px solid #083e85;
}
.curr .grade_3 ul {
  border: 2px solid #0a346b;
}
.curr .grade_4 ul {
  border: 2px solid #072041;
}
.curr ul {
  padding: 40px 25px;
  border-radius: 0 0 16px 16px;
  flex-grow: 1;
}
.curr ul li {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.4;
  font-weight: 400;
}
.curr ul li:last-child {
  padding-bottom: 0;
}
.curr ul li:before {
  content: "";
  background: url(/resources/images/common/check.png) no-repeat center / contain;
  width: 20px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  display: inline-block;
}
@media (max-width: 1200px) {
  .curr .grade_1,
  .curr .grade_2,
  .curr .grade_3,
  .curr .grade_4 {
    flex: 0 0 calc(50% - 7.5px);
  }
}
@media (max-width: 768px) {
  .curr ul li {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .curr p {
    font-size: 18px;
    border-radius: 12px 12px 0 0;
  }
  .curr ul {
    padding: 30px 25px;
    border-radius: 0 0 12px 12px;
  }
  .curr ul li:before {
    width: 16px;
    height: 12px;
  }
}
@media (max-width: 600px) {
  .curr .grade_1,
  .curr .grade_2,
  .curr .grade_3,
  .curr .grade_4 {
    flex: 0 0 100%;
  }
}

/* gray_box */
.gray_box .box_wrap {
  padding: 40px 30px;
  background-color: #fafafa;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 30px;
}
.gray_box .box_title {
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.gray_box .box_wrap p {
  margin: 0px 0 0;
}
.gray_box .box_wrap .blt {
  padding-left: 0px;
}
@media (max-width: 1000px) {
  .gray_box .box_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .gray_box .box_wrap {
    padding: 32px;
    border-radius: 18px;
  }
}

.vis-boxTop {
  position: relative;
  box-sizing: border-box;
  padding: 85px 0px;
  margin-top: 30px;
}

.vis-boxTop .imgBox {
  position: absolute;
  width: 400px;
  left: 0;
  top: 0;
  box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.vis-boxTop .imgBox img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.vis-boxTop .txtBox {
  position: relative;
  padding: 60px 50px 85px 470px;
  min-height: 300px;
  z-index: 0;
  word-break: keep-all;
}
.vis-boxTop .txtBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 85%;
  height: 100%;
  left: 15%;
  margin: 0;
  background: #f0f6ff url(/resources/images/common/vis-bg.png) no-repeat right bottom / auto;;
  opacity: 0.7;
}
.vis-boxTop .txtBox p {
  position: relative;
  z-index: 2;
}
.vis-boxTop .txtBox p span {
  display: inline-block;
  color: #2763bb;
  font-weight: 600;
}
.vis-boxTop .txtBox p span br {
  display: block;
}
.vis-boxTop .txtBox .p2 span br {
  display: block;
}
.vis-boxTop .txtBox .p1 {
  font-size: 26px;
  line-height: 1.5;
  color: #2763bb;
  letter-spacing: -0.05em;
  font-weight: 500;
  padding: 0 0 20px;
}
.vis-boxTop .txtBox .p2 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #3d505c;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.vis-boxTop .txtBox .p2 span {
  display: inline;
  vertical-align: top;
  letter-spacing: -0.05em;
  color: #333;
  font-weight: 400;
  line-height: 1.6;
}
.vis-boxTop .txtBox .p3 {
  font-size: 1.125em;
  line-height: 1.667;
  padding: 26px 0 0 36px;
}
.gre-txt p {
  font-size: 18px;
  word-break: keep-all;
  line-height: 2em;
}
@media (max-width: 1300px) {
  .vis-boxTop .txtBox .p2 span br,
  .vis-boxTop .txtBox p span br {
    display: none;
  }
  .vis-boxTop .txtBox:after {
    background-size: auto 70%;
  }
}
@media (max-width: 1200px) {
  .vis-boxTop {
    padding: 75px 0;
    min-height: auto;
  }
  .vis-boxTop .imgBox {
    width: 365px;
  }
  .vis-boxTop .txtBox {
    padding: 55px 50px 80px 430px;
  }
  .vis-boxTop .txtBox .p1 {
    padding: 0 0 15px;
    font-size: 26px;
  }
  .vis-boxTop .txtBox .p3 {
    padding: 15px 0 0 20px;
  }
  .vis-boxTop .txtBox:after {
    background-size: auto 55%;
  }
}

@media (max-width: 999px) {
  .vis-boxTop {
    padding: 0;
    min-height: 0;
    margin-top: 20px;
  }
  .vis-boxTop .imgBox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 450px;
    z-index: 2;
  }
  .vis-boxTop .txtBox {
    min-height: 0;
    padding: 70px 30px 60px;
    text-align: center;
    margin: -20px 0 0;
    z-index: 1;
  }
  .vis-boxTop .txtBox:after {
    width: 100%;
    left: 0%;
    background-image: none;
  }
  .vis-boxTop .txtBox .p1 {
    padding: 0 0 15px;
    text-align: center;
    font-size: 24px;
  }
  .vis-boxTop .txtBox .p3 {
    padding: 10px 0 0 0;
  }
  .gre-txt p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (max-width: 768px) {
  .vis-boxTop .imgBox {
    max-width: 330px;
  }
  .vis-boxTop .txtBox {
    padding: 60px 40px 50px;
    margin: -15px 0 0;
  }
  .vis-boxTop .txtBox .p1 {
    font-size: 22px;
  }
  .vis-boxTop .txtBox .p2 {
    font-size: 15px;
  }
  .gre-txt p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .vis-boxTop .imgBox {
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 260px;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  .vis-boxTop .txtBox {
    padding: 55px 20px 45px;
  }
  .vis-boxTop .txtBox .p1 {
    padding: 0 0 12px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .vis-boxTop .imgBox {
    max-width: 220px;
  }
  .vis-boxTop .txtBox {
    padding: 40px 20px 45px;
  }
  .vis-boxTop .txtBox .p1 {
    font-size: 18px;
  }
}

/* address */
.address-con {
  background: url(/resources/images/walfare/sub/haksa.jpg) no-repeat;
  padding: 240px 0;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.address-con .address {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 30%;
  text-align: center;
  padding-top: 5%;
  font-size: 20px;
}
.address ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.address ul li:after {
  display: block;
  content: "";
  width: 1px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.address ul li:last-child:after {
  display: none;
}
.address .dep {
  font-weight: 500;
}

/* dept-office */
.dept-office .dept-box {
  background: url(/resources/images/chemeng/sub/haksa.jpg) no-repeat;
  background-size: cover;
  padding: 85px 6%;
}
.dept-office .dept-box:before {
  display: block;
  width: 40px;
  height: 1px;
  content: "";
  background: #fff;
}
.dept-office .dept-box .dept-tit {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 500;
  margin-top: 15px;
}
.dept-office .dept-box > .dept-tit:before {
  display: none;
}
.body-content .dept-office .dept-box > p {
  color: #fff;
  font-weight: 400;
  opacity: 0.7;
}
.dept-office .contact-info > li {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  color: #333;
  display: flex;
  height: 100%;
}
.dept-office .contact-info > li > span:first-child {
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  font-weight: 500;
  background: #ececec;
}
.dept-office .contact-info > li > span {
  padding: 16px 7px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}

@media all and (min-width: 768px) {
  .dept-office .dept-box {
    padding: 145px 5%;
  }
  .dept-office .dept-box .dept-tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .dept-office .contact-info > li > span {
    font-size: 16px;
  }
}

/* info-intro */
.info-intro {
  padding: 80px 20px;
}
.info-intro > * {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.info-intro .con-left {
  width: 60%;
  padding-right: 25px;
}
.info-intro .con-right {
  width: 38%;
  padding-left: 25px;
}
.info-intro .img span {
  position: relative;
  display: inline-block;
  background: #fff;
}
.info-intro .txt {
  padding: 10px 0 0;
}
.info-intro .txt:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.info-intro .txt h4 {
  color: #2d2d2d;
  line-height: 1.3em;
  letter-spacing: -0.05em;
  padding: 0px 0 42px;
}
.info-intro .txt .ti01 {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3em;
  word-break: keep-all;
}
.info-intro .txt .ti01 em {
  display: inline-block;
}
.info-intro .txt .ti02 {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.3em;
  color: #2763bb;
}
.info-intro .txt p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
.info-intro .txt01 {
  padding: 10px 0 0;
}
.info-intro .txt01 h4 {
  padding: 20px 0 22px;
  font-size: 30px;
  font-weight: bold;
  color: #cf3128;
  line-height: 1.3em;
  letter-spacing: -0.05em;
}
.info-intro .lef.img span:before {
  content: "";
  display: block;
  width: 110px;
  height: 19px;
  background: url(/resource/images/common/img-edge.png) no-repeat;
  left: 100%;
  margin-left: -55px;
  top: 40px;
  position: absolute;
}
.body-content .info-intro .president-name {
  font-size: 24px;
  color: #373737;
  width: 100%;
  float: left;
}

@media all and (max-width: 1000px) {
  .info-intro .con-left {
    padding-right: 10px;
  }
  .info-intro .con-right {
    padding-left: 10px;
  }
  .info-intro .txt h2,
  .info-intro .txt01 h2 {
    font-size: 20px;
  }
  .info-intro .lef.img span:before {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .uni_info .tit h3 span {
    font-size: 30px;
  }
  .info-intro {
    padding: 0px 0px;
  }
  .info-intro > * {
    width: 100%;
  }
  .info-intro .img {
    text-align: center;
  }
  .info-intro .con-left {
    width: 100%;
    padding-right: 0;
  }
  .info-intro .con-right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .info-intro .txt p {
    font-size: 16px;
  }
  .info-intro .txt h2 {
    font-size: 18px;
    letter-spacing: -0.1em;
    padding: 0px 0 20px;
  }
  .info-intro .txt01 h2 {
    font-size: 18px;
    letter-spacing: -0.1em;
  }
  .info-intro .txt .ti01 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3em;
  }
  .info-intro .txt .ti01 em {
    display: block;
  }
  .info-intro .txt .ti02 {
    font-weight: 600;
    font-size: 25px;
    color: #2763bb;
  }
}

/* txt-btn */
.txt-btn {
  color: #be1824;
  font-weight: bold;
  transition: color 0.5s ease;
  position: relative;
}
.txt-btn:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #be1824;
  margin-left: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
  transition: background-color 0.5s ease;
  -webkit-mask: url("/resources/images/common/btn-link01.png") no-repeat center / contain;
  mask: url("/resources/images/common/btn-link01.png") no-repeat center / contain;
}
.txt-btn:hover {
  color: #7a1212;
}
.txt-btn:hover:after {
  background-color: #7a1212;
}

/* major-goal */
.major-goal .goal-box {
  background: url(/resources/images/common/edu-goal.jpg) no-repeat top 25% center / cover;
  width: 100%;
  height: 300px;
  position: relative;
}
.major-goal .goal-text {
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 100px 35px 50px;
  text-align: left;
  font-weight: 100;
  word-break: keep-all;
}
.major-goal .goal-text strong {
  font-weight: 500;
}
.major-goal .img img {
  width: 70%;
  display: table-cell;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .major-goal .goal-box {
    background: url(/resources/images/common/edu-goal.jpg) no-repeat center / cover;
  }
  .major-goal .goal-text {
    width: 100%;
    height: 50%;
    font-size: 16px;
    line-height: 1.5;
    padding: 7%;
    text-align: center;
  }
  .major-goal .img img {
    width: 100%;
  }
}

/* imp-txt */
.body-content .uni_info .imp-txt {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.imp-txt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-mask: url(/resources/images/common/deco-txt01.png) no-repeat left / contain;
  mask: url(/resources/images/common/deco-txt01.png) no-repeat left / contain;
  background-color: #08449A;
}
@media all and (max-width: 768px) {
  .body-content .uni_info .imp-txt {
    padding-left: 20px;
  }
  .imp-txt::before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}