@charset "utf-8";

/* 공통 */

.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

/* skip */
#top_skip {
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
}

#top_skip a {
  position: relative;
  display: block;
  width: 120px;
  line-height: 35px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 12px;
  height: 0;
  overflow: hidden;
}

#top_skip a:focus {
  height: 35px;
  border: 2px solid #005983;
}

.exo_font {
  font-family: 'Exo', sans-serif;
}


/* header */
#header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 89px;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
}

#header.h_fixed:after,
#header.h_hover:after {
  background: #ddd;
}

#header .header_bg {
  height: 90px;
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
}

#header.h_fixed .header_bg,
#header.h_hover .header_bg {
  background: #fff;
}

.h_wrap {
  height: 90px;
  overflow: hidden;
}

#header.h_hover .h_wrap {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.gsnb_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  height: 0;
}

.h_inner {
  width: auto;
  margin-left: 3.90625%;
  margin-right: 3.90625%;
  position: relative;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding-top: 29px;
}

#logo a {
  display: block;
  background: url('/image/common/logo_on_en.png') no-repeat;
  height: 27px;
  width: 133px;
  background-size: auto 100% !important;
}

#header.h_fixed #logo a,
#header.h_hover #logo a {
  background: url('/image/common/logo_en.png') no-repeat;
}

.gnb_btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
  width: 90px;
}

.gnb_btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gnb_btn span.btn02 {
  display: none;
}

.h_hover .gnb_btn span.btn01,
.h_fixed .gnb_btn span.btn01 {
  display: none;
}

.h_hover .gnb_btn span.btn02,
.h_fixed .gnb_btn span.btn02 {
  display: block;
}

/* gnb */
#gnb_wrap {
  margin: 0 auto;
  text-align: center;
}

.header_mask {
  display: none;
}

.h_open .header_mask {
  displaY: block;
}

#gnb_wrap .m_top {
  background: #166cd5;
  height: 90px;
  color: #fff;
  padding: 0 35px;
  position: relative;
  display: none;
}

#gnb_wrap .m_top .m_logo {
  padding-top: 29px;
}

#gnb_wrap .m_top .m_lang {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 16px;
}

.gnb>li {
  display: inline-block;
  position: relative;
  padding: 0 1px;
}

.gnb>li>a {
  display: block;
  font-size: 20px;
  line-height: 90px;
  height: 90px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #fff;
  border-bottom: 3px solid transparent;
  min-width: 185px;
  position: relative;
  z-index: 9;
}

#header.h_fixed .gnb>li>a,
#header.h_hover .gnb>li>a {
  color: #000;
}

.gnb>li.active>a { color: #0b4da2 !important; border-bottom: 3px solid #0b4da2; 
}

.gsnb {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 350px;
  display: none;
}

#header.h_hover .gsnb {
  display: block;
}

.gsnb:after {
  content: '';
  display: block;
  clear: both;
}

.gsnb ul {
  box-sizing: border-box;
  padding: 35px 0 10px;
  position: relative;
  text-align: center;
}

.gsnb ul li {
  padding-bottom: 6px;
}

.gsnb ul li a {
  display: block;
  font-size: 14px;
  color: #666;
  letter-spacing: -1.2px;
}

.gsnb ul li a:hover {
  color: #0b4da2;
}

.lang {
  position: absolute;
  right: 3.90625%;
  top: 32px;
  z-index: 9;
  margin-right: 90px;
}

.lang>a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999em;
  background: url('/image/common/lang.png') no-repeat;
}

#header.h_fixed .lang>a,
#header.h_hover .lang>a {
  background: url('/image/common/lang_on.png') no-repeat;
}

.lang_box {
  display: none;
  position: absolute;
  top: 35px;
  background: #fff;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  width: 60px;
  border-radius: 10px;
  text-align: center;
  right: -18px;
  padding: 10px 0;
}

.lang_box.on {
  display: block;
}

.lang_box li a {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  display: Block;
  line-height: 20px;
}

.lang_box li a:hover {
  color: #000;
}

.gnb_plus {
  position: absolute;
  top: 0;
  righT: 0;
}

.gnb_plus>a {
  displaY: block;
  backgrounD: #0b4da2;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  text-align: center;
  padding: 34px 0px;
}

.gnb_plus>a img {
  transition: 0.3s ease-in-out;
}

.gnb_plus.on>a img {
  transform: rotate(-45deg);
}

.gnb_plus_sub {
  backgrounD: #f7f7f7;
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  box-sizing: border-box;
  padding: 20px 25px;
  display: none;
}

.gnb_plus_sub li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0;
}

.gnb_plus.on .gnb_plus_sub {
  display: block;
}


/* 풀페이지 스크롤 시 헤더 변경 */
.fp-viewing-2 #header:after,
.fp-viewing-3 #header:after,
.fp-viewing-4 #header:after,
.fp-viewing-5 #header:after {
  background: #ddd;
}

.fp-viewing-2 #header .header_bg,
.fp-viewing-3 #header .header_bg,
.fp-viewing-4 #header .header_bg,
.fp-viewing-5 #header .header_bg {
  background: #fff;
}

.fp-viewing-2 #header #logo a,
.fp-viewing-3 #header #logo a,
.fp-viewing-4 #header #logo a,
.fp-viewing-5 #header #logo a {
  background: url('/image/common/logo_en.png') no-repeat;
}

.fp-viewing-2 #header .gnb>li>a,
.fp-viewing-3 #header .gnb>li>a,
.fp-viewing-4 #header .gnb>li>a,
.fp-viewing-5 #header .gnb>li>a {
  color: #000;
}

.fp-viewing-2 #header .lang>a,
.fp-viewing-3 #header .lang>a,
.fp-viewing-4 #header .lang>a,
.fp-viewing-5 #header .lang>a {
  background: url('/image/common/lang_on.png') no-repeat;
}

.fp-viewing-2 .gnb_btn span.btn01,
.fp-viewing-3 .gnb_btn span.btn01,
.fp-viewing-4 .gnb_btn span.btn01,
.fp-viewing-5 .gnb_btn span.btn01 {
  displaY: none;
}

.fp-viewing-2 .gnb_btn span.btn02,
.fp-viewing-3 .gnb_btn span.btn02,
.fp-viewing-4 .gnb_btn span.btn02,
.fp-viewing-5 .gnb_btn span.btn02 {
  displaY: block;
}


/* footer */
#footer {
  padding: 70px 0 80px;
  color: #888888;
  font-size: 14px;
}

.f_menu li a {
  color: #888888;
  font-size: 14px;
  margin-right: 20px;
}

.f_info {
  margin-top: 40px;
}

.f_info span {
  position: relative;
  padding-right: 20px;
}

.f_info span:after {
  content: '';
  display: block;
  position: absolute;
  background: #ddd;
  width: 1px;
  height: 10px;
  top: 6px;
  right: 7px;
}

.f_info span.none:after {
  displaY: none;
}

.copy {
  font-family: 'Exo', sans-serif;
}

#footer .right {
  position: absolute;
  right: 0;
  top: 0;
}

.f_logo {
  text-align: right;
}

.family_site {
  margin-top: 20px;
}

.family_site select {
  background-color: #ebebeb;
  height: 45px;
  width: 180px;
  font-family: 'Exo', sans-serif;
  color: #666;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
}

/* 서브비주얼 */
.sv_wrap {
  height: 450px;
  position: relative;
}

.sv {
  height: 450px;
  position: relative;
}

.sv.K01 {
  background: url('/image/common/sv01.jpg') no-repeat center / cover;
}

.sv.K02 {
  background: url('/image/common/sv_02.jpg') no-repeat center / cover;
}

.sv.K03 {
  background: url('/image/common/sv_03.jpg') no-repeat center / cover;
}

.sv.K04 {
  background: url('/image/common/sv_04.jpg') no-repeat center / cover;
}

.sv.K05 {
  background: url('/image/common/sv_05.jpg') no-repeat center / cover;
}

.sv.K06 {
  background: url('/image/common/sv_06.jpg') no-repeat center / cover;
}

.sv.PRIVATE {
  background: url('/image/common/sv_06.jpg') no-repeat center / cover;
}

.sv.EMAIL {
  background: url('/image/common/sv_06.jpg') no-repeat center / cover;
}

.sv .txt {
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

.sv .txt .ko {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
}

.sv .txt .eg {
  font-size: 14px;
  color: #fff;
}

.sv .txt .eg span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0 3px;
}

/* lnb */
.lnb_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.lnb>li {
  float: left;
  position: relative;
}

.lnb>li>a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  min-width: 235px;
  box-sizing: border-box;
  padding: 0 30px;
  background: url('/image/common/lnb.png') no-repeat center right 30px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.lnb>li.home>a {
  displaY: block;
  min-width: 80px;
  padding: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  text-align: center;
}

.lnb>li.home>a img {
  padding: 22px 0 0;
  vertical-align: top;
}

.lnb li.on .lsnb {
  display: block;
}

.lsnb {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 9;
  display: none;
  padding: 14px 0;
  border: 1px solid #ddd;
  background-color: #fff;
}

.lsnb li {
  line-height: 40px;
}

.lsnb li>a {
  background: none;
  color: #555555;
  padding: 0 20px;
  display: block;
}

.lsnb li>a:hover {
  font-weight: 500;
  color: #0b4da2;
}


@media all and (max-width:1400px) {
  .gnb>li>a {
    min-width: auto;
    padding: 0 1px;
  }
}


@media all and (max-width:1199px) {}

/* 타블렛 가로 */
@media all and (max-width:1099px) {}


/* 타블렛 세로 */
@media all and (max-width:1023px) {
  /* lnb */
  .lnb_wrap .inner{margin-left: 0; margin-right: 0;}
  .lnb_wrap .lnb{display: flex;}
  .lnb_wrap .lnb>li.home{display: none;}
  .lnb_wrap .lnb>li{flex: 1;}
  .lnb_wrap .lnb>li>a{width: 100%; min-width: auto;}
  .lsnb li{line-height: 1.4em; padding: 10px 0;}
  .lsnb li a{line-height: 1.4em;}

  /* gnb */
  .gnb_btn {
    display: block;
  }

  #gnb_wrap {
    position: fixed;
    left: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding-left: 0;
    z-index: 99999;
    text-align: left;
    -moz-transform: translateX(101%);
    -webkit-transform: translateX(101%);
    -o-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -ms-transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }

  .h_open #gnb_wrap {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #gnb_wrap .m_top {
    display: block;
  }

  .gnb_scroll {
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    bottom: 0;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
  }

  .gnb>li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0;
  }

  .gnb>li>a {
    font-size: 25px;
    line-height: 85px;
    height: 85px;
    padding: 0 35px;
    color: #000;
  }

  .gnb>li.active>a {
    border-bottom: 0;
  }

  .gnb>li>a::after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 35px;
    top: 37px;
    left: auto;
    bottom: auto;
    opacity: 1;
    background: url("/image/common/gnb_bl.png") no-repeat center 0;
    background-size: 100% auto;
  }

  .gnb li.active>a::after {
    background: url("/image/common/gnb_bl2.png") no-repeat center 0;
    width: 20px;
  }

  #header.h_hover .gsnb,
  .gsnb {
    display: none;
    position: static;
    height: auto;
  }

  .gsnb ul {
    text-align: left;
    padding: 0;
  }

  .gsnb ul li {
    display: block;
    padding-bottom: 0;
  }

  .gsnb ul li a {
    font-size: 18px;
    line-height: 65px;
    padding: 0 35px;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
  }

  .lang {
    display: none;
  }

  .gnb_plus {
    display: none;
  }

  /* footer */
  #footer .right {
    position: static;
    margin-bottom: 20px;
  }

  #footer .right:after {
    content: '';
    display: block;
    clear: both;
  }

  #footer .right .f_logo {
    float: left;
  }

  #footer .right .family_site {
    float: right;
    margin-top: -10px;
  }

  .sv {
    height: 400px;
  }

  .sv .txt {
    top: 200px;
  }

  .sv .txt .ko {
    font-size: 40px;
  }

  .sv .txt .eg {
    font-size: 22px;
  }


}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {

  .h_wrap,
  #header .header_bg {
    height: 70px;
  }

  #header:after {
    top: 69px;
  }

  .gnb_btn img {
    height: 70px;
  }

  #logo {
    padding-top: 25px;
  }

  #logo a {
    height: 20px;
  }

  #gnb_wrap .m_top {
    height: 70px;
    padding: 0 25px;
  }

  #gnb_wrap .m_top .m_logo {
    padding-top: 25px;
  }

  #gnb_wrap .m_top .m_logo img {
    height: 20px;
  }

  .gnb_scroll {
    top: 70px;
  }

  .gnb>li>a {
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    padding: 0 25px;
  }

  .gnb>li>a::after {
    top: 29px;
    width: 15px;
    right: 25px;
  }

  .gnb li.active>a::after {
    width: 15px;
  }

  .gsnb ul li a {
    font-size: 15px;
    line-height: 60px;
    padding: 0 25px;
  }

  .gnb_btn {
    width: 70px;
    height: 70px;
  }

  .sv {
    height: 340px;
  }

  .sv .txt {
    top: 160px;
  }

  .sv .txt .ko {
    font-size: 35px;
  }

  .sv .txt .eg {
    font-size: 18px;
  }

}

/* 모바일 상세 */
@media all and (max-width:640px) {}

/* 모바일 가로 */
@media all and (max-width:568px) {

  .h_wrap,
  #header .header_bg {
    height: 60px;
  }

  #header:after {
    top: 59px;
  }

  .gnb_btn img {
    height: 60px;
  }

  #logo {
    padding-top: 21px;
  }

  #logo a {
    height: 18px;
  }

  #gnb_wrap .m_top {
    height: 60px;
    padding: 0 20px;
  }

  #gnb_wrap .m_top .m_logo {
    padding-top: 21px;
  }

  #gnb_wrap .m_top .m_logo img {
    height: 18px;
  }

  .gnb_scroll {
    top: 60px;
  }

  .gnb>li>a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }

  .gnb>li>a::after {
    top: 27px;
    right: 20px;
  }

  .gsnb ul li a {
    line-height: 55px;
    padding: 0 20px;
  }

  .gnb_btn {
    width: 60px;
    height: 60px;
  }

  /* footer */
  #footer {
    padding: 50px 0 60px;
    font-size: 12px;
  }

  #footer .right .f_logo img {
    height: 20px;
  }

  .family_site select {
    height: 40px;
    width: 150px;
  }

  .f_menu li a {
    font-size: 12px;
    margin-right: 10px;
  }

  .f_info {
    margin-top: 30px;
  }

  /* lnb */
  .sv {
    height: 250px;
  }

  .sv .txt {
    top: 125px;
  }

  .sv .txt .ko {
    font-size: 7.5vw;
  }

  .sv .txt .eg {
    font-size: 16px;
  }

  .lnb>li>a {
    height: 12vw;
    line-height: 12vw;
    font-size: 3.5vw;
    padding: 0 8px;
    background: url('/image/common/lnb.png') no-repeat center right 8px / 8px;
  }

  .lnb>li.home>a {
    min-width: 40px;
  }

  .lnb>li.home>a img {
    height: 19px;
  }

  .lsnb {
    padding: 7px 0;
  }

  .lsnb li {
    padding: 7px 0;
  }

  .lsnb li>a {
    padding: 0 8px;
    font-size: 14px;
  }

  .inline_wrap>li {
    width: 50%;
    text-align: left;
  }

  .f_menu li a {
    margin-right: 0;
  }

  .f_info span {
    padding-right: 0;
    display: block;
  }

  .f_info span:after {
    display: none;
  }

}

@media all and (max-width:425px) {}

@media all and (max-width:374px) {

  /* lnb */
  .lnb>li>a {
    min-width: 130px;
  }

  .lnb>li.home>a {
    min-width: 30px;
  }

  .lnb>li.home>a img {
    height: 16px;
  }

}



/* 공통 */

/* PC이하 ~ 타블렛 가로 */
@media all and (max-width:1199px) {
  .show-1199 {
    display: block !important;
  }

  .hide-1199 {
    display: none !important;
  }
}

/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
  .show-1023 {
    display: block !important;
  }

  .hide-1023 {
    display: none !important;
  }
}

/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:767px) {
  .show-767 {
    display: block !important;
  }

  .hide-767 {
    display: none !important;
  }
}

/* 모바일 가로 미만 */
@media all and (max-width:568px) {
  .show-568 {
    display: block !important;
  }

  .hide-568 {
    display: none !important;
  }
}

/* 모바일 최소 */
@media all and (max-width:425px) {
  .show-425 {
    display: block !important;
  }

  .hide-425 {
    display: none !important;
  }
}

@media all and (max-width:375px) {
  .show-375 {
    display: block !important;
  }

  .hide-375 {
    display: none !important;
  }
}

@media all and (max-width:320px) {
  .show-320 {
    display: block !important;
  }

  .hide-320 {
    display: none !important;
  }
}