@charset "UTF-8";

/* ==========================================================================
   Main-visual CSS
   ========================================================================== */
.main-visual {
  width: 100%;
  height: 560px;
  background: url(../../images/main-visual.jpg) center center no-repeat;
}

.main-visual .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  padding: 205px 20px 0 50px;
  margin: 0 auto;
}

.main-visual .inner:after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  left: 0;
  top: 50%;
  margin-top: -120px;
  background: url(../../images/main-sq.png) center center no-repeat;
}

.main-visual .inner strong,
.main-visual .inner span {
  color: #fff;
  font-family: 'Nanum Myeongjo', serif;
}

.main-visual .inner strong {
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}

.main-visual .inner span {
  font-size: 30px;
  font-weight: bold;
}

/* ==========================================================================
   User-menu CSS
   ========================================================================== */
#user-menu {
  padding: 30px 0;
  background: url('../../images/bg-usermenu.gif') repeat center;
}

#user-menu ul {
  display: inline-block;
  width: 100%;
}

#user-menu li {
  float: left;
  text-align: center;
}

#user-menu a {
  position: relative;
  padding: 120px 0 0 0;
  font-size: 15px;
  color: #333;
}

#user-menu a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -50px;
}

#user-menu a:hover {
  text-decoration: underline;
}

#user-menu a:hover:after {
  background-color: #2060aa;
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

#user-menu a.um1:after {
  background-image: url('../../images/_user-menu1.png');
}

#user-menu a.um1:hover:after {
  background-image: url('../../images/_user-menu-on1.png');
}

#user-menu a.um2:after {
  background-image: url('../../images/_user-menu2.png');
}

#user-menu a.um2:hover:after {
  background-image: url('../../images/_user-menu-on2.png');
}

#user-menu a.um3:after {
  background-image: url('../../images/_user-menu3.png');
}

#user-menu a.um3:hover:after {
  background-image: url('../../images/_user-menu-on3.png');
}

#user-menu a.um4:after {
  background-image: url('../../images/_user-menu4.png');
}

#user-menu a.um4:hover:after {
  background-image: url('../../images/_user-menu-on4.png');
}

#user-menu a.um5:after {
  background-image: url('../../images/_user-menu5.png');
}

#user-menu a.um5:hover:after {
  background-image: url('../../images/_user-menu-on5.png');
}

#user-menu a.um6:after {
  background-image: url('../../images/_user-menu6.png');
}

#user-menu a.um6:hover:after {
  background-image: url('../../images/_user-menu-on6.png');
}

#user-menu a.um7:after {
  background-image: url('../../images/_user-menu7.png');
}

#user-menu a.um7:hover:after {
  background-image: url('../../images/_user-menu-on7.png');
}

#user-menu a.um8:after {
  background-image: url('../../images/_user-menu8.png');
}

#user-menu a.um8:hover:after {
  background-image: url('../../images/_user-menu-on8.png');
}

/* ==========================================================================
   Contents CSS
   ========================================================================== */
#why_gsis {
  width: 100%;
}

#why_gsis li {
  position: relative;
  float: left;
  width: 22%;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 4%;
}

#why_gsis li:last-child {
  margin-right: 0;
}

#why_gsis li:hover {
  border: 1px solid #0c2d83;
}

#why_gsis li a {
  border: 1px solid #fff;
}

#why_gsis li a:hover {
  border: 1px solid #0c2d83;
}

#why_gsis dt {
  color: #333;
  height: 240px;
  font-size: 20px;
  font-weight: bold;
  padding: 180px 20px 20px 20px;
}

#why_gsis dt:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
}

#why_gsis li:first-child dt:before {
  background-image: url(../../images/whygsis_icon01.png);
}

#why_gsis li:nth-child(2) dt:before {
  background-image: url(../../images/whygsis_icon02.png);
}

#why_gsis li:nth-child(3) dt:before {
  background-image: url(../../images/whygsis_icon03.png);
}

#why_gsis li:last-child dt:before {
  background-image: url(../../images/whygsis_icon04.png);
}

#why_gsis dd {
  min-height: 320px;
  padding: 20px;
}

#why_gsis dd:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 8px;
  bottom: 25px;
  left: 50%;
  margin-left: -14px;
  background-position: center center;
  background-repeat: no-repeat;
}

#why_gsis li:first-child dd:after {
  background-image: url(../../images/whygsis_link01.png);
}

#why_gsis li:nth-child(2) dd:after {
  background-image: url(../../images/whygsis_link02.png);
}

#why_gsis li:nth-child(3) dd:after {
  background-image: url(../../images/whygsis_link01.png);
}

#why_gsis li:last-child dd:after {
  background-image: url(../../images/whygsis_link02.png);
}

#alumni {
  overflow-x: scroll;
}

/* history wrap */
#his_img {
  width: 100%;
}

#his_img img {
  display: block;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

#gsis_his {
  width: 100%;
}

#gsis_his:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #ddd;
  z-index: -1;
}

#gsis_his li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

#gsis_his .his_cont_R {
  position: relative;
  float: right;
  width: 48%;
}

#gsis_his .his_cont_R dt:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: -5.1%;
  top: 12px;
  border-radius: 100%;
  background-color: #0c2d83;
}

#gsis_his .his_cont_L {
  position: relative;
  float: left;
  width: 48%;
}

#gsis_his .his_cont_L dt {
  text-align: right;
}

#gsis_his .his_cont_L dt:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  right: -5.4%;
  top: 12px;
  border-radius: 100%;
  background-color: #0c2d83;
}

#gsis_his .his_cont_L dd {
  text-align: right;
}

#gsis_his dt {
  color: #0c2d83;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #0c2d83;
  padding-bottom: 10px;
}

#gsis_his dd {
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
}

/* Research wrap */
#research01 {
  width: 100%;
  display: inline-block;
}

#research01 .box_top {
  width: 100%;
  overflow: hidden;
}

#research01 .box_img {
  float: left;
  width: 20%;
}

#research01 .box_img img {
  width: 100%;
  max-width: 171px;
}

#research01 .box_cont {
  float: right;
  width: 75%;
}

#research01 .box_btm {
  width: 100%;
}

#research01 .box_btm li {
  float: left;
  width: 30%;
  border: 1px solid #ddd;
  margin-right: 5%;
}

#research01 .box_btm li:last-child {
  margin-right: 0;
}

#research01 .box_btm dt {
  color: #2060aa;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

#research01 .box_btm dd {
  min-height: 250px;
  padding: 20px;
}

#research02 {
  width: 100%;
}

#research02 .box_top {
  width: 100%;
  overflow: hidden;
}

#research02 .box_top .box_img {
  float: left;
  width: 25%;
}

#research02 .box_top .box_img img {
  width: 100%;
  max-width: 269px;
}

#research02 .box_top .box_img span {
  display: block;
  margin-top: 10px;
}

#research02 .box_top .box_cont {
  float: right;
  width: 70%;
}

#research02 .box_cont strong {
  display: block;
  color: #2060aa;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#research02 .box_btm {
  width: 100%;
}

#research02 .box_btm li {
  float: left;
  width: 30%;
  border: 1px solid #ddd;
  margin-right: 5%;
}

#research02 .box_btm li:last-child {
  margin-right: 0;
}

#research02 .box_btm dt {
  color: #2060aa;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

#research02 .box_btm dd {
  min-height: 220px;
  padding: 20px;
}

#research03 {
  width: 100%;
}

#research03 .box_top {
  width: 100%;
  overflow: hidden;
}

#research03 .box_img {
  float: left;
  width: 20%;
  margin-right: 5%;
}

#research03 .box_img img {
  width: 100%;
}

#research03 .box_img span {
  display: block;
  margin-top: 10px;
}

#research03 .box_cont {
  float: right;
  width: 75%;
}

#research03 .box_cont strong {
  display: block;
  color: #2060aa;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#research03 .box_btm li {
  float: left;
  width: 30%;
  border: 1px solid #ddd;
  margin-right: 5%;
}

#research03 .box_btm li:last-child {
  margin-right: 0;
}

#research03 .box_btm dt {
  color: #2060aa;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

#research03 .box_btm dd {
  min-height: 220px;
  padding: 20px;
}

/* Degree Requirements wrap */
#degree_top {
  width: 100%;
}

#degree_top .box_left {
  position: relative;
  float: left;
  width: 60%;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 5%;
  margin-top: 50px;
  padding: 80px 20px 40px 20px;
}

#degree_top .box_left dt {
  position: absolute;
  display: inline-block;
  width: 40%;
  top: -30px;
  left: 50%;
  margin-left: -20%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #0c2d83;
  padding: 20px;
}

#degree_top .box_left .degree_box {
  width: 26%;
  border: 1px solid #ddd;
  border-radius: 40px;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#degree_top .box_left .degree_box.box_01::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 110px;
  width: 3px;
  height: 200px;
  background-color: #ddd;
  z-index: -1;
}

/* #degree_top .degree_list01 {
    overflow: hidden;
} */
#degree_top .degree_list01 li {
  position: relative;
  float: left;
  width: 26%;
  border: 1px solid #ddd;
  border-radius: 40px;
  background-color: #fff;
  margin-right: 11%;
  padding: 10px;
}

#degree_top .degree_list01 li:first-child::after {
  content: '';
  position: absolute;
  left: 80%;
  top: -70px;
  width: 164px;
  height: 88px;
  background: url(../../images/degree_line02.png) center center no-repeat;
  z-index: -1;
}

#degree_top .degree_list01 li:last-child::after {
  content: '';
  position: absolute;
  right: 80%;
  top: -70px;
  width: 164px;
  height: 88px;
  background: url(../../images/degree_line03.png) center center no-repeat;
  z-index: -1;
}

#degree_top .degree_cont {
  background-color: #fff;
  margin-bottom: 50px;
}

#degree_top .degree_cont li:last-child {
  margin-right: 0;
}

#degree_top .degree_list02 {
  float: right;
  width: 63%;
}

#degree_top .degree_list02 li {
  position: relative;
  float: left;
  width: 41%;
  border: 1px solid #ddd;
  border-radius: 40px;
  margin-top: 50px;
  margin-right: 18%;
  padding: 10px;
}

#degree_top .degree_list02 li:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  top: -35px;
  left: 50%;
  background: url(../../images/degree_plus.png) center center no-repeat;
  margin-left: -10px;
}

#degree_top .degree_list02 li:last-child {
  margin-right: 0;
}

#degree_top .box_right {
  float: right;
  width: 35%;
  padding-top: 90px;
}

#degree_top .box_right li {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

#degree_top .box_right li:nth-child(2) dt {
  border-bottom: 0;
}

#degree_top .box_right dt {
  color: #2060aa;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

#degree_top .box_right span {
  position: relative;
  color: #fff;
  margin-right: 15px;
}

#degree_top .box_right span:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -5px;
  border-radius: 100%;
  background-color: #2060aa;
  z-index: -1;
}

#degree_top .box_right dd {
  padding: 20px;
}

#degree_btm {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

#degree_btm .box_left {
  position: relative;
  float: left;
  width: 60%;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 5%;
  padding: 80px 20px 40px 20px;
}

#degree_btm .box_left dt {
  position: absolute;
  display: inline-block;
  width: 40%;
  top: -30px;
  left: 50%;
  margin-left: -20%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #0c2d83;
  padding: 20px;
}

#degree_btm .box_left .degree_box {
  width: 26%;
  border: 1px solid #ddd;
  border-radius: 40px;
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#degree_btm .box_left .degree_box.box_01:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 150px;
  top: 90px;
  left: 50%;
  margin-left: -1px;
  background-color: #ddd;
  z-index: -1;
}

#degree_btm .degree_list01 li {
  position: relative;
  float: left;
  width: 40%;
  border: 1px solid #ddd;
  border-radius: 40px;
  background-color: #fff;
  margin-right: 20%;
  padding: 10px;
}

#degree_btm .degree_list01 li:last-child {
  margin-right: 0;
}

#degree_btm .degree_list01 li:first-child:after {
  content: '';
  position: absolute;
  width: 164px;
  height: 88px;
  top: -50px;
  left: 50%;
  background: url(../../images/degree_line02.png) center center no-repeat;
  z-index: -1;
}

#degree_btm .degree_list01 li:last-child:after {
  content: '';
  position: absolute;
  width: 164px;
  height: 88px;
  top: -50px;
  right: 50%;
  background: url(../../images/degree_line03.png) center center no-repeat;
  z-index: -1;
}

#degree_btm .box_right {
  float: right;
  width: 35%;
}

#degree_btm .box_right li {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

#degree_btm .box_right li:first-child dt {
  border-bottom: 0;
}

#degree_btm .box_right dt {
  color: #2060aa;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

#degree_btm .box_right span {
  position: relative;
  color: #fff;
  margin-right: 15px;
}

#degree_btm .box_right span:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: -6px;
  top: -5px;
  border-radius: 100%;
  background-color: #2060aa;
  z-index: -1;
}

#degree_btm .box_right dd {
  padding: 20px;
}

/* ==========================================================================
   Latest CSS
   ========================================================================== */
/*템플릿으로 제작시 추후 아이디 변경 필요*/
#multipleContentsDiv_smsg_temp01_42 {
  overflow: hidden;
  max-width: 1220px;
  margin: 0 auto;
}

/* ==========================================================================
   Tablet Mode
   ========================================================================== */
@media all and (max-width:860px) {
  .main-visual {
    padding: 0 20px;
    box-sizing: border-box;
    background-position: right 30% center;
  }

  #multipleDiv_basic_473,
  #multipleDiv_basic_474 {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .main-visual .inner strong {
    font-size: 30px;
  }

  .main-visual .inner span {
    font-size: 22px;
  }

  /* ==========================================================================
       User-menu CSS
       ========================================================================== */
  #user-menu ul {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #user-menu .slick-arrow {
    position: absolute;
    top: 30%;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
  }

  #user-menu .slick-arrow.slick-prev {
    left: -7%;
    background: url('../../images/arrow-user-left.png') no-repeat center center;
  }

  #user-menu .slick-arrow.slick-next {
    right: -7%;
    background: url('../../images/arrow-user-right.png') no-repeat center center;
  }

  /* ==========================================================================
       Latest
       ========================================================================== */
  #multipleContentsDiv_smsg_temp01_42 {
    padding: 0 30px;
  }

  /* why gsis wrap */
  #why_gsis li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }

  #why_gsis li:nth-child(2) {
    margin-right: 0;
  }

  #why_gsis li:last-child {
    margin-right: 0;
  }

  /* Degree Requirements wrap */
  #degree_top .box_left {
    width: 100%;
    margin-right: 0;
  }

  #degree_top .box_right {
    width: 100%;
    padding-top: 70px;
  }

  #degree_btm .box_left {
    width: 100%;
    margin-right: 0;
  }

  #degree_btm .box_right {
    width: 100%;
    margin-top: 30px;
  }

  /* Mission & Objectives */
  #menu4125_obj385 img {
    display: block;
    width: 100%;
    max-width: 552px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   Mobile Mode
   ========================================================================== */
@media all and (max-width:420px) {
  #wrap-footer .container {
    padding: 0 10px;
  }

  #multipleDiv_basic_473,
  #multipleDiv_basic_474 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .main-visual {
    height: 360px;
    background-position: center center;
  }

  .main-visual .inner {
    padding: 135px 20px 0 20px;
    box-sizing: border-box;
  }

  .main-visual .inner:after {
    width: 133px;
    height: 132px;
    background: url(../../images/main-sq-mo.png) center center no-repeat;
    margin-top: -66px;
  }

  .main-visual .inner strong {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .main-visual .inner span {
    font-size: 16px;
    word-break: break-all;
  }
}

/* ==========================================================================
   Custom Mode
   ========================================================================== */
@media all and (max-width:630px) {

  /* history wrap */
  #gsis_his:after {
    top: 1%;
    left: 6.5%;
    height: 88%;
  }

  #gsis_his .his_cont_R {
    width: 90%;
  }

  #gsis_his .his_cont_L {
    float: right;
    width: 90%;
  }

  #gsis_his .his_cont_L dt {
    text-align: left;
  }

  #gsis_his .his_cont_L dd {
    text-align: left;
  }

  #gsis_his .his_cont_L dt:after {
    left: -5.1%;
  }

  /* research wrap */
  #research01 .box_img {
    width: 100%;
    margin-bottom: 20px;
  }

  #research01 .box_img img {
    display: block;
    margin: 0 auto;
  }

  #research01 .box_cont {
    width: 100%;
  }

  #research01 .box_btm li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #research01 .box_btm li:last-child {
    margin-bottom: 0;
  }

  #research01 .box_btm dd {
    min-height: auto;
  }

  #research02 .box_top .box_img {
    width: 100%;
  }

  #research02 .box_top .box_img img {
    display: block;
    margin: 0 auto;
  }

  #research02 .box_top .box_img span {
    text-align: center;
  }

  #research02 .box_top .box_cont {
    width: 100%;
  }

  #research02 .box_btm li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #research02 .box_btm dd {
    min-height: auto;
  }

  #research03 .box_img {
    width: 100%;
  }

  #research03 .box_img img {
    display: block;
    max-width: 131px;
    margin: 0 auto;
  }

  #research03 .box_img span {
    text-align: center;
  }

  #research03 .box_cont {
    width: 100%;
  }

  #research03 .box_btm li {
    width: 100%;
    margin-bottom: 15px;
  }

  #research03 .box_btm li:last-child {
    margin-bottom: 0;
  }

  #research03 .box_btm dd {
    min-height: auto;
  }

  /* why gsis wrap */
  #why_gsis li {
    width: 100%;
    margin-right: 0;
  }

  #why_gsis li dd {
    min-height: auto;
    padding: 20px 20px 50px 20px;
  }
}
