@charset "UTF-8";

/* ==========================================================================
Common CSS
========================================================================== */

/* GUIDE HIDE */
#gnb .li_1.eQ08,
#gnb .li_1.eQ09 {
  overflow: hidden;
  position: fixed;
  font-size: 0;
  text-indent: -99999px;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.pc-img {
  display: block;
}

.mo-img {
  display: none;
}

/* ==========================================================================
Top CSS
========================================================================== */

#wrap-top {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

#wrap-top #link {
  float: left;
}

#wrap-top #link a {
  padding: 8px 15px 8px 25px;
  background: #a28b48 url('/sites/main_eng/images/common/icon-home.png') no-repeat 10px center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

#wrap-top #util {
  float: right;
}

/* ==========================================================================
Header CSS
========================================================================== */

#main {
  background: #f4f5f8;
  margin: -5px 0 0 0;
}

#sub {
  padding: 0 0 50px 0;
  margin: -5px 0 0 0;
}

#wrap-header {
  position: relative;
  background: #fff;
}

#wrap-header .container {
  display: table;
  height: 75px;
}

#wrap-header #logo,
#wrap-header .gnb {
  display: table-cell;
  vertical-align: middle;
}

#wrap-header #logo {
  width: 300px;
}

#wrap-header #logo a {
  display: inline-block;
}


/* ==========================================================================
Footer CSS
========================================================================== */

#wrap-footer {
  background: #3f3f3f;
  color: #fff;
}

#wrap-footer .address {
  padding: 30px 0 30px 80px;
  line-height: 1.5;
  font-size: 12px;
  color: #767676;
  background: url('/sites/main_eng/images/common/logo-foot.jpg') no-repeat left center;
}

#wrap-footer .copyright {
  font-size: 12px;
}

#wrap-footer .bar {
  position: relative;
  top: -3px;
  font-size: 6px;
  color: #7f7f7f;
}

#bottom-menu {
  border-bottom: 1px solid #616161;
}

#bottom-menu ul {
  display: table;
  width: 100%;
}

#bottom-menu li {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  width: 14.285%;
}

#bottom-menu li a {
  position: relative;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

#bottom-menu li a:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 5px;
  width: 1px;
  height: 10px;
  background: #757575;
}

#bottom-menu li.b2 a {
  color: #cbb0ff;  
}

#bottom-menu li:last-child a:after {
  display: none;
}


#jump-box {
  background: #333333;
}

#jump-box ul {
  display: inline-block;
  width: 100%;
  padding: 0 280px;
}

#jump-box li {
  float: left;
  width: 33.333%;
  padding: 30px 10px;
  text-align: center;
}

#jump-box select {
  width: 100%;
}

/* ==========================================================================
GNB CSS
========================================================================== */

#gnb .ul_1 {
  display: table;
  width: 100%;
}

#gnb .li_1 {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% / 4);
}
#gnb .li_1.li_1_15250 {
  display: none;
}

#gnb .li_1  .ul_2:after {
  position: absolute;
  left: 0px;
  top: 25px;
  color: #60609f;
  font-size: 30px;
  font-family: 'Noto Regular', sans-serif;
}

#gnb .li_1.eQ01  .ul_2:after {
  content: '성신소개';
}

#gnb .li_1.eQ02  .ul_2:after {
  content: '입학안내';
}

#gnb .li_1.eQ03  .ul_2:after {
  content: '대학·대학원';
}

#gnb .li_1.eQ04  .ul_2:after {
  content: '학사지원';
}

#gnb .li_1.eQ05  .ul_2:after {
  content: '연구·산학';
}

#gnb .li_1.eQ06  .ul_2:after {
  content: '국제화';
}

#gnb .li_1.eQ07 .ul_2:after {
  content: '대학생활';
}

#gnb .a_1 {
  overflow: hidden;
  width: 100%;
  height: 77px;
  padding: 21px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
}

#gnb .a_1:hover {
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

#gnb .ul_2 {
  position: relative;
  overflow: hidden;
  padding: 29px 0 0 330px;
  margin: 0 auto;
  max-width: 1240px;
}

#gnb .li_2 {
  float: left;
  width: 25%;
  margin: 0 0 35px 0px;
}

#gnb .li_2:nth-child(5) {
  clear:both;
}

#gnb .a_2 {
  overflow: hidden;
  width: 100%;
  margin: 0 0 5px 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Noto Medium', sans-serif;
  font-size: 16px;
  color: #333;
}

#gnb .a_2:hover,
#gnb .a_2._active {
  color: #60609f;
}

#gnb .a_2.plus {
  position: relative;
}

#gnb .a_2.plus:after {
  display: none;
  content: '';
  position: absolute;
  right: 20px;
  top: 43%;
  width: 29px;
  height: 16px;
  background: url(/sites/main_eng/images/common/gnb-up.png) no-repeat center center;
}

#gnb .a_2.plus:hover:after {
  background: url(/sites/main_eng/images/common/gnb-up.png) no-repeat center center;
}

#gnb .div_2 {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 10000;
  width: 100%;
  max-height: 0px;
  transition: opacity 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

#gnb .div_2.on {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

/*
#gnb .li_1.eQ01 .div_2 {
width: 125%;
}

#gnb .li_1.eQ02 .div_2 {
width: 130%;
}

#gnb .li_1.eQ03 .div_2 {
width: 110%;
}

#gnb .div_3 {
display: none;
}
*/
#mobile-util {
  display: none;
}

#mobile-util .mobile-login {
  background: #60609f;
  text-align: center;
}

#mobile-util .mobile-login a {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}

#mobile-util .mobile-login a span {
  position: relative;
}

#mobile-util .mobile-login a span:after {
  content: '';
  position: absolute;
  left: -70%;
  top: 0;
  width: 23px;
  height: 23px;
  background: url('/sites/main_eng/images/common/icon-mobile-login.png') no-repeat center center;
}

#mobile-util .mobile-link {
  display: inline-block;
  width: 100%;
  background: #60609f;
}

#mobile-util .mobile-link a,
#mobile-util .mobile-link button,
#mobile-util .mobile-link input {
  width: 100%;
  padding: 22px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #3d3d5a;
}

#mobile-util .mobile-link .btn-m-lang {
  background: url('/sites/main_eng/images/common/arrow-mobile-lang.png') no-repeat right center; 
}

#mobile-util .mobile-link .btn-m-lang.on {
  background: url('/sites/main_eng/images/common/arrow-mobile-lang-on.png') no-repeat right center; 
}

#mobile-util .mobile-lang {
  position: relative;
  float: left;
  background: #45457d;
  width: 49.8%;
}

#mobile-util .mobile-lang .list-m-lang {
  position: absolute;
  left: 0px;
  top: 101%;
  z-index: 10010;
  width: 100%;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  background: #60609f;
}

#mobile-util .mobile-lang .list-m-lang.on {
  overflow: hidden;
  max-height: 1000px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#mobile-util .mobile-portal {
  float: right;
  background: #45457d;
  width: 50%;
}

/* ==========================================================================
Mobile GNB CSS
========================================================================== */

#m-gnb {
  display: none;
}

/* ==========================================================================
Sub Visual CSS
========================================================================== */

#wrap-visual #visual {
  display: table;
  width: 100%;
  height: 140px;
}

#wrap-visual #visual {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m1 {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m2 {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m3 {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m4 {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m5 {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.none {
  background: #f7f7f7 url('/sites/main_eng/images/common/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual .container {
  display: table-cell;
  vertical-align: middle;
}

#wrap-visual #visual #slogan {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

#wrap-visual #visual #slogan #text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
Sub Navigation  CSS
========================================================================== */

#wrap-article #aside {
  border-bottom: 1px solid #d9d9d9;
}

#wrap-article #aside .container {
  position: relative;
}

#wrap-article #submenuNavigation>ul {
  display: table;
}

#wrap-article #submenuNavigation>ul>li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#wrap-article .navHome {
  width: 48px;
  height: 48px;
  min-width: 0px;
  padding: 0;
  background: #fff url('/sites/main_eng/images/common/icon-subnav.png') no-repeat center center;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-align: center;
  text-indent: -9999px;
}

#wrap-article .navMenu {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 48px;
  background: #fff url('/sites/main_eng/images/common/arrow-subnavi.png') no-repeat right center;
  border-right: 1px solid #d9d9d9;
  text-align: left;
  text-overflow: ellipsis;
  text-indent: 15px;
  white-space: nowrap;
  padding-right: 50px;
}

#wrap-article .navDiv {
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: 48px;
  z-index: 100;
  width: 100.7%;
  max-height: 0px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-article .navDiv.on {
  max-height: 500px;
  transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-article .navDiv a {
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
}

#wrap-article .navDiv a:hover,
#wrap-article .navDiv a._active {
  background: #edeaf5;
  color: #7359a8;
}

#wrap-article .navDiv a#top_k2wiz_GNB_11135,
#wrap-article .navDiv a#top_k2wiz_GNB_11140 {
  display: none;
}

#wrap-article .view_option {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
}

#wrap-article .view_option.none {
  display: none;
}

#wrap-article .view_option ._fnctWrap {
  float: left;
}

#wrap-article .view_option button._printPage {
  background: url("/sites/main_eng/images/common/sNav_print.png") 5px center no-repeat !important;
  background-color: #a2a2a2 !important;
  color: #FFF;
  height: 27px !important;
  padding: 0 5px 0 30px;
  font-size: 11px;
  margin-right: 1px;
  width: auto !important;
  text-indent: 0 !important;
}

#wrap-article .view_option .sns_list {
  float: right;
  position: relative;
}

#wrap-article .view_option .sns_list button,
#wrap-article .view_option .sns_list ul li a {
  display: block;
  text-indent: -5000px;
  background: url("/sites/main_eng/images/common/sNav_sns.png") left top no-repeat;
  width: 27px;
  height: 27px;
  cursor: pointer;
}

#wrap-article .view_option .sns_list ul {
  position: absolute;
  top: 27px;
  left: 0;
  display: none;
  z-index: 100;
}

#wrap-article .view_option .sns_list ul li {
  margin-top: 1px;
}

#wrap-article .view_option .sns_list ul li a.fB {
  background-position: left -28px;
}

#wrap-article .view_option .sns_list ul li a.iG {
  background-position: left -56px;
}

#wrap-article .view_option .sns_list ul li a.bG {
  background-position: left -84px;
}

#wrap-article .view_option .sns_list ul li a.tW {
  background-position: left -112px;
}

#wrap-article .view_option .sns_list ul li a.yT {
  background-position: left bottom;
}

#wrap-article .view_option .sns_list ul li a.kT {
  background-position: left -168px;
}

#wrap-article #print {
  position: absolute;
  right: 0px;
  top: 0px;
}

#wrap-article #print .btnPrint {
  width: 50px;
  height: 49px;
  background: #f8f9fa url(/sites/main_eng/images/common/btn-print.jpg) no-repeat center center;
  border: 1px solid #e1e4e7;
  text-indent: -9999px;
}

/* ==========================================================================
Sub Page Title  CSS
========================================================================== */

#wrap-article #page-title .h2 {
  font-size: 45px;
  font-family: 'Noto Regular';
  padding: 60px 0;
  border-bottom: 4px solid #373a3d;
  text-align: center;
  letter-spacing: -1px;
  color: #4c5156;
}

/* ==========================================================================
Sub LNB  CSS
========================================================================== */

#wrap-article>.container {
  overflow: hidden;
  width: 100%;
}

#wrap-article #lnb {
  float: left;
  width: 210px;
}

#wrap-article #lnb .menuSubTitleUI {
  display: none;
}

#wrap-article #lnb h2 {
  padding: 36px 0;
  background: url('/sites/main_eng/images/common/bg-lnb.png') no-repeat center top;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

#wrap-article #lnb .a_2 {
  padding: 17px 20px 16px 20px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  font-size: 15px;
}

#wrap-article #lnb .a_2.plus {
  background: url('/sites/main_eng/images/common/arrow-snb-close.png') no-repeat right center;
}

#wrap-article #lnb .a_2:hover,
#wrap-article #lnb .a_2._active {
  background: #60609f;
  border-color: #60609f;
  border-bottom-color: #4b4b90;
  color: #fff;
}

#wrap-article #lnb .a_2.plus:hover,
#wrap-article #lnb .a_2.plus._active {
  background: #60609f url('/sites/main_eng/images/common/arrow-snb-open.png') no-repeat right center;
  border-color: #60609f;
  border-bottom-color: #4b4b90;
  color: #fff;
}

#wrap-article #lnb .div_3 {
  overflow: hidden;
  max-height: 0;
}

#wrap-article #lnb .li_2._active .div_3 {
  max-height: 1000px;
}

#wrap-article #lnb .ul_3 {
  padding: 10px 0;
  background: #f2f3f4;
  border: 1px solid #d6d6d6;
  border-top: 0px;
}

#wrap-article #lnb .a_3 {
  padding: 3px 30px 3px 30px;
  background: url('/sites/main_eng/images/common/dot-lnb.png') no-repeat 20px 12px;
  font-size: 13px;
  color: #888888;
}

#wrap-article #lnb .a_3:hover,
#wrap-article #lnb .a_3._active {
  color: #60609f;
  background: url('/sites/main_eng/images/common/dot-lnb-on.png') no-repeat 20px 12px;
}

#wrap-article #contents {
  padding: 56px 0 0 260px;
}

/* ==========================================================================
Sub Contents CSS
========================================================================== */

#contents #masterEditor {
  min-height: 350px;
}

#contents .h2 {
  position: relative;
  padding: 35px 0 30px 0;
  margin: 0 0 35px 0;
  font-size: 26px;
}

#contents .h2:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 37px;
  height: 22px;
  background: url("/sites/main_eng/images/common/bullet2.png") no-repeat 0px 0px;
}

#contents .h2:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: url("/sites/main_eng/images/common/pattern1.png") repeat-x 0px 0px;
}

#contents #tab .tab_div.div_4 {
  margin: 0 0 50px 0;
}

#contents #tab ul {
  overflow: hidden;
  width: 100%;
}

#contents #tab li {
  float: left;
  margin: 0 5px 5px 0;
}

#contents #tab li a {
  border: 1px solid #e1e4e7;
  border-raidus: 20px;
  padding: 17px 20px 17px 20px;
  font-size: 15px;
}

#contents #tab li a._active {
  position: relative;
  font-weight: bold;
  color: #60609f;
}

#contents #tab li a._active:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #60609f;
}

#contents #tab li a._active:before {
  display: none;
  content: '';
  position: absolute;
  left: 0px;
  bottom: -12px;
  z-index: 10;
  width: 100%;
  height: 22px;
  background: url("/sites/main_eng/images/common/bullet-tab.png") no-repeat center center;
}

/* ==========================================================================
5Depth CSS
========================================================================== */

ul.tab_btn{
  padding-bottom:30px; 
  margin: 0 0 30px 0;
  border-bottom:1px solid #d4d4d4;
  display: inline-block;
  width: 100%;
}

ul.tab_btn li{
  float:left; 
  background:url("/sites/main_eng/images/common/ico_bl.png") no-repeat 0 9px; 
  padding:5px 25px 5px 25px
}

ul.tab_btn li.active{
  background:url("/sites/main_eng/images/common/ico_bl_active.png") no-repeat 0 9px;
}

ul.tab_btn li.active a{
  color:#60609f
}

ul.tab_btn:after{
  content:"";
  display:block;
  clear:both
}

ul.tab_btn li a{
  font-size:16px;
  color:#333
}

/* ==========================================================================
Quick CSS
========================================================================== */
#floating {
  position: fixed;
  right: 0px;
  bottom: 51px;
  z-index: 300;
  min-width: 92px;
}

#floating dl {
  position: relative;
  background: #505b65;
}

#floating dt {
  padding: 7px 0;
  border-bottom: 1px solid #626c75;
}

#floating dd {
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
}

#floating dl.on dd {
  display: block;
}

#floating dt button {
  position: relative;
  top: -2px;
  width: 100%;
  height: 100%;
  color: #fff;
}

#floating .white-box {
  width: 305px;
  word-break: keep-all;
  background: #fff;
  padding: 20px;
}

#floating .white-box strong {
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #6f6fb9;
  font-size: 18px;
  color: #333;
}

#floating .white-box ul {
  display: inline-block;
}

#floating .white-box li {
  position: relative;
  float: left;
  padding: 2px 7px;
}

#floating .white-box li:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 7px;
  width: 1px;
  height: 10px;
  background: #d1d1d1;
}

#floating .white-box li a {
  font-size: 12px;
}

#floating .close {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 87px;
  height: 38px;
  background: #fff;
}

#floating .close .btn-close {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: left;
  text-indent: 10px;
  background: url('/sites/main_eng/images/common/btn-floating-close.png') no-repeat right center;
  font-size: 12px;
}

#floating #gotoTop {
  display: block;
  width: 100%;
  padding: 30px 0 10px 0;
  background: #886fb9 url('/sites/main_eng/images/common/btn-gotoTop.png') no-repeat top center;
  color: #fff;
}

#floating #toggleQuick {
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid #886fb9;
  margin: 0 0 10px 0;
  background: #fff url(/sites/main_eng/images/common/icon-toggle1.jpg) no-repeat center center;
  text-indent: -99999px;
}

#floating #toggleQuick.on {
  background: #fff url('/sites/main_eng/images/common/icon-toggle2.jpg') no-repeat center center;
}

#floating .icon-floating {
  margin: 0 0 20px 0;
}

#floating .icon-floating li {
  margin: 5px 0;
  text-align: center;
}

#floating .icon-floating a {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background-image: url('/sites/main_eng/images/common/icon-sns.png');
  background-repeat: no-repeat;
}

#floating .icon-floating a.fb {
  background-position: center 0px;
}

#floating .icon-floating a.is {
  background-position: center -49px;
}

#floating .icon-floating a.yt {
  background-position: center -99px;
}

#floating .icon-floating a.bl {
  background-position: center -148px;
}

#floating .icon-floating a.fb {
  background-position: center 0px;
}

@media all and (max-width:640px) {
  #floating {
	bottom: 96px;
	min-width: 100px;
  }
  #floating dt {
	padding: 7px 0;
  }
  #floating .white-box li:after {
	height: 22px;
  }  
  #floating .close {
	width: 132px;
	height: 43px;
  }
}

#purple-bg {
  position: absolute;
  left: 0px;
  width: 100%;
  max-height: 0px;
  background: #e7e7e7;
  z-index: 500;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

#purple-bg.on {
  opacity: 1;
  max-height: 10000px;
  transition: all 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

#black-bg {
  position: fixed;
  left: -100%;
  top: 125px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 500;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#black-bg.on {
  opacity: 1;
  left: 0px;
  transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

/* ==========================================================================
Tablet Mode
========================================================================== */

@media all and (max-width:980px) {

  /* ==========================================================================
  Common CSS
  ========================================================================== */
  .container {
	padding: 0 30px;
  }

  /* ==========================================================================
  Top CSS
  ========================================================================== */
  #wrap-top {
	display: none;
  }

  /* ==========================================================================
  Header CSS
  ========================================================================== */
  #wrap-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
  }

  #wrap-header .container {
	height: 80px;
	border-bottom: 1px solid #d1d1d1;
  }

  #wrap-header #logo {
	width: 100%;
	text-align: center;
  }

  #main #wrap-article {
	margin-top: 80px;
  }

  #sub #wrap-visual {
	margin-top: 80px;
  }

  /* ==========================================================================
  GNB CSS
  ========================================================================== */
  #gnb {
	/* display: none; */
	position: fixed;
	top: 80px;
	right: -100%;
	z-index: 10000;
	width: 560px;
	height: calc(100% - 80px);
	background: #fff;
	opacity: 0;
	transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #gnb.on {
	overflow-y: auto;
	right: 0;
	opacity: 1;
	transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #gnb .menuUItop {
	position: relative;
	height: calc(100% - 129px);
	margin-top: -5px;
	border-top: 1px solid #2a2a48;
  }

  #gnb .li_1 {
	position: static;
	display: block;
	width: 100%;
  }

  #gnb .li_1  .ul_2:after {
	display: none;
  }

  #gnb .a_1 {
	background-image: none;
	background-position: right center;
	width: 40%;
	height: auto;
	padding: 21px 0 20px 20px;
	text-align: left;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 100;
  }

  #gnb .a_1:hover,
  #gnb .a_1.on  {
	background: #60609f;
	color: #fff;
  }

  #gnb .ul_2 {
	border: 0;
	height: auto;
	padding: 0;
  }

  #gnb .li_2 {
	float: none;
	width: 100%;
	margin: 0;
  }

  #gnb .a_2 {
	margin: 0px;
	padding: 21px 20px 20px 40px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 16px;
	color: #333;
	text-align: left;
  }

  #gnb .a_2:hover,
  #gnb .a_2.a_2._active{
	color: #60609f;
  }

  #gnb .a_2.plus {
	position: relative;
  }

  #gnb .a_2.plus:after {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	top: 43%;
	width: 29px;
	height: 16px;
	background: url(/sites/main_eng/images/common/gnb-up.png) no-repeat center center;
  }

  #gnb .a_2.plus:hover:after {
	background: url(/sites/main_eng/images/common/gnb-up.png) no-repeat center center;
  }

  #gnb .a_2.plus.on:after {
	background: url(/sites/main_eng/images/common/gnb-down.png) no-repeat center center;
  }

  #gnb .div_2 {
	width: 60% !important;
	right: 0px;
	left: auto;
	transition-property: none;
  }

  #gnb .div_2.on {
	top: 0px;
	max-height: none;
	height: 100%;
	background: #f8f8f8;
	transition-property: none;
	border-left: 1px solid #dbdbdb;
	overflow-y: auto;
  }

  #gnb .ul_3 {
	padding: 10px 0px;
	border-bottom: 1px solid #dbdbdb;
  }

  #gnb .a_3 {
	padding: 10px 0 10px 65px;
  }

  #gnb .a_3:hover,
  #gnb .a_3._active {
	color: #60609f;
  }

  #gnb .div_3 {
	display: block;
	overflow: hidden;
	max-height: 0px;
	transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #gnb .div_3.on {
	max-height: 1000px;
	transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #m-gnb {
	display: block;
  }

  #m-gnb .m-gnb-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
  }

  #m-gnb .m-gnb-btn.open.on {
	display: block;
	background: url('/sites/main_eng/images/common/btn-gnb-open.png') no-repeat center center;
  }

  #m-gnb .m-gnb-btn.open {
	display: none;
  }

  #m-gnb .m-gnb-btn.close.on {
	display: block;
	background: url('/sites/main_eng/images/common/btn-gnb-close.png') no-repeat center center;
  }

  #m-gnb .m-gnb-btn.close {
	display: none;
  }

  #m-gnb .m-search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
  }

  #m-gnb .m-search-btn.open {
	background: url('/sites/main_eng/images/common/btn-search-open.png') no-repeat center center;
  }

  #m-gnb .m-search-btn.close {
	position: static;
	float: left;
	width: 80px;
	background: url('/sites/main_eng/images/common/btn-gnb-close.png') no-repeat center center;
  }

  #m-gnb #m-search {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background: #fff;
	table-layout: fixed;
  }

  #m-gnb #m-search.on {
	display: table;
  }

  #m-gnb #m-search .box-inp-search {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
  }

  #m-gnb #m-search .inp-search {
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	text-indent: 15px;
	font-size: 15px;
  }

  #m-gnb #m-search .box-submit-search {
	display: table-cell;
	width: 160px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
  }

  #m-gnb #m-search .submit-search {
	width: 80px;
	height: 100%;
	text-indent: -9999px;
	border: 0px;
	background: url('/sites/main_eng/images/common/btn-search-open.png') no-repeat center center;
	cursor: pointer;
	float: left;
  }

  #black-bg {
	top: 80px;
  }

  #purple-bg.on {
	display: none;
  }

  #mobile-util {
	display: block;
  }

  /* ==========================================================================
  Sub Visual CSS
  ========================================================================== */
  #wrap-visual #visual {
	height: 150px;
	background-size: cover !important;
  }

  /* ==========================================================================
  Sub LNB  CSS
  ========================================================================== */
  #wrap-article #lnb {
	display: none;
  }

  #wrap-article #contents {
	display: block;
	width: 100%;
	padding: 56px 0 0 0;
  }

  /* ==========================================================================
  Tab  CSS
  ========================================================================== */

  #contents #tab .tab_div.div_4 {
	position: relative;
	border-bottom: 0px;
	height: 65px;
	margin: 0 0 40px 0;
  }

  #contents #tab ul {
	width: 100%;
	padding: 65px 0 0 0;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
  }

  #contents #tab li {
	display: none;
	width: 100%;
	margin: 0px;
  }

  #contents #tab li.on {
	display: block;
  }

  #contents #tab li._active {
	display: block;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 0;
  }

  #contents #tab li._active:after {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	top: 37%;
	width: 29px;
	height: 16px;
	background: url(/sites/main_eng/images/common/gnb-up.png) no-repeat center center;
  }

  #contents #tab li._active.on:after {
	background: url(/sites/main_eng/images/common/gnb-down.png) no-repeat center center;
  }

  #contents #tab li a {
	border: 0px;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 21px 20px 21px 20px;
	background: #fff;
  }

  #contents #tab li a._active {
	border-top: 1px solid #d1d1d1;
  }

  /* ==========================================================================
  Location CSS
  ========================================================================== */

  #box-location {
	position: relative;
	border-bottom: 0px;
	height: 65px;
	margin: 0 0 40px 0;
  }

  #box-location ul {
	width: 100%;
	padding: 66px 0 0 0;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
  }

  #box-location li {
	display: none;
	width: 100%;
	margin: 0px;
  }

  #box-location li.on {
	display: block;
  }

  #box-location li._active {
	display: block;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 0;
  }

  #box-location li._active:after {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	top: 37%;
	width: 29px;
	height: 16px;
	background: url(/sites/main_eng/images/common/gnb-up.png) no-repeat center center;
  }

  #box-location li._active.on:after {
	background: url(/sites/main_eng/images/common/gnb-down.png) no-repeat center center;
  }

  #box-location li button {
	border: 0px;
	border-bottom: 1px solid #60609f;
	border-left: 1px solid #60609f;
	border-right: 1px solid #60609f;
	padding: 21px 20px 21px 20px;
	background: #fff;
	text-align: left;
	font-size: 15px;
  }

  #box-location li button._active {
	border-top: 1px solid #60609f;
  }

  #box-location .location.tab button.on:after {
	display: none;
  }

  #box-location .location.tab:after {
	display: none;
  }

  /* ==========================================================================
  Footer CSS
  ========================================================================== */

  #jump-box ul {
	padding: 0;
  }

  #jump-box li {
	float: none;
	width: 100%;
	padding: 10px 0;
  }

  #jump-box .container {
	padding: 20px 30px;
  }
}

/* ==========================================================================
Mobile Mode
========================================================================== */

@media all and (max-width:640px) {

  /* ==========================================================================
  GNB CSS
  ========================================================================== */
  #gnb {
	width: 100%;
  }

  #gnb .a_1 {
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
  }

  #gnb .a_1:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 43%;
	width: 29px;
	height: 16px;
	background: url('/sites/main_eng/images/common/gnb-up.png') no-repeat center center;
  }

  #gnb .div_2.on {
	position: static;
	width: 100% !important;
	max-height: 1000px;
	transition: max-height 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #gnb .div_2 {
	transition: max-height 0.45s cubic-bezier(0.7, 0, 0.3, 1);
  }

  #gnb .a_1,
  #gnb .a_2,
  #gnb .a_3 {
	font-family: 'Noto Medium', sans-serif;
  }

  /* ==========================================================================
  Sub Visual CSS
  ========================================================================== */
  #wrap-visual #visual {
	height: 120px;
  }

  #wrap-visual #visual #slogan #text {
	font-size: 25px;
  }

  /* ==========================================================================
  Sub Navigation  CSS
  ========================================================================== */
  #wrap-article #submenuNavigation>ul {
	table-layout: fixed;
	width: 100%;
  }

  #wrap-article #submenuNavigation>ul>li._1st {
	display: none;
  }

  #wrap-article #aside .container {
	padding: 0px;
  }

  #wrap-article .navMenu {
	min-width: auto;
  }
  /* ==========================================================================
  Tab  CSS
  ========================================================================== */
  #contents #tab li._active:after {
	top: 36%;
  }

  #contents #tab ul {
	padding: 73px 0 0 0;
  }

  #contents #tab .tab_div.div_4 {
	height: 73px;
  }

  /* ==========================================================================
  Footer CSS
  ========================================================================== */
  #wrap-footer .address,
  #wrap-footer .copyright {
	font-size: 12px;
  }
  #m-gnb .m-gnb-btn {
	right: auto;
	left: 0px;
  }

  #bottom-menu li {
	display: block;
	float: left;
	width: 33.333%;
  }

  #bottom-menu li a {
	top: 7px;
  }

  #bottom-menu li:last-child a:after {
	display: block;
  }

  .pc-img {
	display: none;
  }

  .mo-img {
	display: block;
  }
}

/*관리자 전용*/
.top_k2wiz_GNB_14400, .sub_k2wiz_GNB_14400 {display:none !important;}

/*#_globalNavi #_globalUl li.portal {display:none;}*/
