@charset "utf-8";
/* header.css */
/******************/
/* 메인 css */
/******************/
/* 상단 배너 */
.banner__notice-wrap {
  overflow: hidden;
  position: relative;
  z-index: 110;
  background: #29272b;
  font-size: 0;
  text-align: center;
}
.banner__notice-wrap .inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1240px;
  height: 100%;
  transform: translate(-50%, 0);
}
.banner__notice-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__controller {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
}
.banner__controller .banner__close {
  font-size: 18px;
  color: #fff;
}
.banner__controller .banner__close:before {
  width: 33px;
  height: 33px;
  background-position: -251px -90px;
  content: '';
}
.banner {
  display: block;
  margin: 0 auto;
}
.banner_mobile {
  display: none;
}
.banner__content .input_check_wrap {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.banner__content .input_check_wrap .input_check {
  left: auto;
  right: 0;
}
.banner__content .input_check_wrap .input_check + label {
  padding-right: 25px;
  font-size: 15px;
  color: #fff;
}
.banner__content .input_check_wrap .input_check + label:before {
  position: absolute;
  right: 0;
  margin: 0;
}
/* .main.main_fixed .banner__notice-wrap {height:0;}*/
.main_fixed .banner__content {
  display: none !important;
}
@media screen and (max-width: 1239px) {
  .banner__notice-wrap .inner {
    width: 100%;
  }
  .banner__controller .banner__close {
    font-size: 1px;
    color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    display: none;
  }
  .banner_mobile {
    display: block;
    width: 100%;
  }
}
/* 상단 영역 */
.main .header-wrap {
  position: relative;
  z-index: 100;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px){
	.main .header-wrap{
		padding-bottom: 65px;
	}
}
.main .header {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position : absolute; top:auto; bottom : 0; left : 0
} 
.main .header.active { position : fixed;  bottom : auto; top : 0; left : 0; 
  box-shadow : 5px 5px 10px #9e9e9e;}
.main .header__inner-top {
  position: relative;
  z-index: 1100;
  min-height: 90px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main .header__inner-top:after {
  display: block;
  clear: both;
  content: '';
}
.main .header__inner-top {
  padding-top: 26px;
}
.main .header__inner-top .header__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.fixed_list .menu-tool-wrap.menu-tool-gray {
  display: block;
}
.fixed_list .menu-tool-wrap.menu-tool-gray.on .btn-open-pc .sp_layout {
  background-image: none;
}
@media screen and (max-width: 1239px) {
  .main .header__inner-top {
    padding-top: 50px;
  }
}
/* 상단 로고 */
.main .header__inner-top .logo {
  display: block;
  text-align: left;
}
.main .header__inner-top .logo a {
  height: 100%;
}
.main .header__inner-top .logo .sp_layout {
  width: 213px;
  height: 49px;
  background: url(/resource/templete/nl/img/main/revise_logo_main.png) no-repeat;
  background-size: cover;
}
/* 상단 검색 */
.main .header .search-form-wrap {
  display: none;
}
/* 상단 유틸 */
.main .header__utils-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main .header__utils {
  padding: 0;
  font-size: 0;
  text-align: right;
}
.main .header__utils .item {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  color: #565656;
  line-height: 28px;
}
.main .header__utils .item:first-child {
  margin: 0;
}
.main .header__utils .item .name {
  color: #3591dc;
}
.main .header__utils .item a {
  display: block;
  padding: 0 5px;
}
.header__utils .item a:hover {
  text-decoration: underline;
}
.main .header__utils .item .login {
  padding: 0 5px;
  color: #3591dc;
}
.main .header__utils .item .logout {
  display: inline-block;
  padding: 0;
  color: #888;
}
.main .header__utils .utils-set {
  display: inline-block;
  position: relative;
  width: 105px;
  height: 28px;
  margin-left: 3px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main .header__utils .utils-set .num {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}
.main .header__utils .utils-set button {
  position: absolute;
  top: 0;
}
.main .header__utils .utils-set button .sp_layout {
  width: 26px;
  height: 26px;
}
.main .header__utils .zoomin {
  left: 0;
  border-right: 1px solid #d4d4d4;
}
.main .header__utils .zoomin .sp_layout {
  background-position: -299px -62px;
}
.main .header__utils .zoomout {
  right: 0;
  border-left: 1px solid #d4d4d4;
}
.main .header__utils .zoomout .sp_layout {
  background-position: -327px -62px;
}
.main .header__utils .item-set-wrap + .item-language {
  margin-left: 4px;
}
.main .header__utils .item-language {
  position: relative;
  margin-top: 1px;
  margin-left: -1px;
  color: #565656;
  line-height: 26px;
}
.main .header__utils .item-language:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 1px;
  height: 10px;
  background: #929292;
  transform: translateY(-50%);
  content: '';
}
.main .header__utils .item-language a {
  padding: 0 14px;
}
.main .header__utils .item-language.is_item_closed {
  color: #494949;
}
.main .header__utils .item-language a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1239px) {
  .main .header__utils-wrap {
    top: -20px;
  }
}
/* 하단 영역 */
.main .header__inner-bottom {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main .header__inner-bottom:after {
  display: block;
  clear: both;
  content: '';
}
.main .menu_bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #8195a1;
  border-bottom: 1px solid #8195a1;
  background: #fff;
  box-shadow : 5px 5px 10px #9e9e9e;
}
.main .header__inner-bottom:before {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  content: '';
}
.main .header__inner-bottom.fixed_gnb {
  background: #0b2b4c;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
}
.main .header__inner-bottom.fixed_gnb:before {
  display: none;
}
.main .header__inner-bottom.fixed_gnb .menu-gnb-depth1__item span {
  color: #fff;
}
.main .header__inner-bottom.fixed_gnb .menu-gnb-depth1__item:hover .depth span {
  background: #165698;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main .header__utils {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .header__inner-top {
    min-width: auto;
    max-width: none;
    z-index: 1000;
    width: 100%;
    min-height: auto;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .main .header__inner-top .header__inner {
    max-width: none;
    margin: 0;
  }
  .main .header__inner-top .logo {
    position: relative;
    z-index: 110;
    width: 160px;
    height: 34px;
    margin: 0 auto;
  }
  .main .header__inner-top .logo .sp_layout {
    width: 146px;
    height: 34px;
    background-position: 0 0;
  }
  .main .header .search-form-wrap {
    display: block;
    width: 90%;
    margin-top: 22px;
  }
  .main .header .search-form_group {
    position: relative;
    height: 42px;
    border: 2px solid #1c5b9b;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  .main .header .search-text-wrap {
    position: relative;
    height: 100%;
    margin-right: 82px;
  }
  .main .header .input-text-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    box-sizing: border-box;
  }
  .main .header .input-text-wrap label {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 15px;
    color: #656565;
    letter-spacing: -1.5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .main .header .input-text {
    width: 100%;
    height: 100%;
    padding: 9px 10px;
    font-size: 16px;
    color: #949494;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main .header .search-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .main .header .btn-worldword {
    width: 38px;
    height: 100%;
    background: #fff;
  }
  .main .header .sp-worldword {
    width: 27px;
    height: 18px;
    background-position: -136px -106px;
  }
  .main .header .btn-search {
    width: 45px;
    height: 100%;
    background: #165698;
    text-align: center;
  }
  .main .header .sp-search {
    width: 20px;
    height: 20px;
    background-position: -175px 0;
  }
  .main .header__utils-wrap {
    display: none;
  }
  .main .header__inner-bottom {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .main .header__inner-bottom:before {
    display: none;
  }
  .main .header__inner-bottom {
    height: 0;
  }
  .main .header.is_fixed_hd {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto
  }
  .main .header.is_fixed_hd .header__inner-top {
    box-shadow: 0 0 5px #999;
  }
  .sub .header.is_fixed_hd {
    box-shadow: 0 0 5px #999;
  }
}
@media screen and (max-width: 640px) {
  .main .header .search-form-wrap {
    width: 88%;
  }
}
@media screen and (max-width: 540px) {
  .main .header .search-form-wrap {
    width: 86%;
  }
}
@media screen and (max-width: 440px) {
  .main .header .search-form-wrap {
    width: 84%;
  }
}
@media screen and (max-width: 400px) {
  .main .header .search-form-wrap {
    width: 82%;
  }
}
@media screen and (max-width: 350px) {
  .main .header .search-form-wrap {
    width: 80%;
  }
}
/******************/
/* 서브 css */
/******************/
/* 상단 영역 */
.sub .header-wrap {
  position: relative;
  z-index: 100;
}
.sub .header {
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 200;
}
.sub .header__inner-top {
  position: relative;
  z-index: 1100;
  min-height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sub .header__inner-top:after {
  display: block;
  clear: both;
  content: '';
}
.sub .header__inner-top {
  min-height: 54px;
  background: #144f7b;
}
.sub .header__inner-top .header__inner {
  max-width: 1240px;
  margin: 0 auto;
}

/* 상단 로고 */
.sub .header__inner-top .logo {
  float: left;
}
.sub .header__inner-top .logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0 2px;
}
.sub .header__inner-top .logo .sp_layout {
  width: 140px;
  height: 32px;
  background: url(/resource/templete/nl/img/sub/revise_logo_sub.png) no-repeat;
  background-size: cover;
}
/* 상단 검색 */
.sub .header .header__utility {
  position: relative;
}
.sub .header .wide-search-wrap {
  width: 100%;
  max-height: 161px;
  padding: 41px 0;
  background: #1a1e23 50% 0 no-repeat;
}
.sub .header .wide-search-wrap.wide-search-type-1 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_1.png);
}
.sub .header .wide-search-wrap.wide-search-type-2 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_2.png);
}
.sub .header .wide-search-wrap.wide-search-type-3 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_3.png);
}
.sub .header .wide-search-wrap.wide-search-type-4 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_4.png);
}
.sub .header .wide-search-wrap.wide-search-type-5 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_5.png);
}
.sub .header .wide-search-wrap.wide-search-type-6 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_6.png);
}
.sub .header .wide-search-wrap.wide-search-type-7 {
  background-image: url(/resource/templete/stat/common/img/common/bg_search_7.png);
}
.sub .header .search-form-wrap {
  /* max-width:1240px; */
  margin: 0 auto;
}
.sub .header .search-form__inner {
  width: 710px;
  height: 45px;
  margin: 0 auto;
  background: transparent;
}
.sub .header .search-form_group {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  font-size: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #165698;
}
.sub .header .search-text-wrap {
  position: relative;
  height: 100%;
}
.sub .header .input-text-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  box-sizing: border-box;
}
.sub .header .input-text-wrap label {
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 16px;
  color: #666d73;
  letter-spacing: -1.5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  padding-left: 10px;
}
/* .sub .header .input-text-wrap label:before {display: inline-block;position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 2px;height: 20px;background: #165698;content: '';} */
.sub .header .search-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sub .header .input-text {
  width: 100%;
  height: 100%;
  padding: 10px 130px 10px 30px;
  font-size: 15px;
  color: #666d73;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sub .header .btn-worldword {
  display: inline-block;
  width: 47px;
  height: 100%;
  text-align: right;
  float: left;
}
.sub .header .sp-worldword {
  width: 26px;
  height: 17px;
  background-position: -271px -71px;
}
.sub .header .btn-search {
  display: inline-block;
  width: 78px;
  height: 100%;
  border: 0;
  text-align: center;
  float: left;
}
.sub .header .sp-search {
  width: 28px;
  height: 28px;
  margin-left: -3px;
  background-position: -286px -90px;
}
.search-form-fixwd {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.sub .header.is_fixed_hd {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sub .header .input-text {
    width: 100%;
    padding: 10px 10px 10px 10px;
  }
  .sub .header .input-text-wrap label {
    left: 0;
    font-size: 15px;
  }
  .sub .header .btn-worldword {
    width: 27px;
  }
}
/* 상단 유틸 */
.sub .header__utils-wrap {
  overflow: hidden;
  padding: 12px 0 13px;
}
.sub .header__utils {
  padding: 0;
  font-size: 0;
  text-align: right;
}
.sub .header__utils .item {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.sub .header__utils .item:first-child {
  margin: 0;
}
.sub .header__utils .item:nth-last-child(2) {
  background: url(/resource/templete/stat/common/img/common/header_last_border.png)
    right center no-repeat;
}
.sub .header__utils .item:nth-last-child(2) a {
  padding: 0px 11px 0px 8px;
}
.sub .header__utils .item a {
  display: block;
  padding: 0 8px;
  color: #bbc1c8;
}
.sub .header__utils .item:nth-last-child(2) a,
.sub .header__utils .item:nth-last-child(3) a,
.sub .header__utils .item:nth-last-child(4) a,
.sub .header__utils .item:nth-last-child(5) a {
  color: #d9e1ea;
}
.sub .header__utils .item .login {
  padding: 0 12px;
  color: #8dcffe;
}
.sub .header__utils .item .name {
  color: #8dcffe;
}
.sub .header__utils .item .name + span {
  color: #8dcffe;
}
/* 로그인아이디 말줄임필요한 경우 .header__utils .item .name{overflow:hidden;display:inline-block;max-width:80px;vertical-align:top;text-overflow:ellipsis;white-space:nowrap} */
.sub .header__utils .item .logout {
  display: inline-block;
  padding: 0;
}
.sub .header__utils .item-set-wrap {
  position: relative;
  margin-left: 10px;
  padding-left: 18px;
  color: #a6d8fe;
  line-height: 26px;
}
.sub .header__utils .item-set-wrap:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 15px;
  margin-right: 18px;
  background: #437295;
  content: '';
}
.sub .header__utils .utils-set {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 26px;
  border: 1px solid #2f71a3;
}
.sub .header__utils .utils-set .num {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}
.sub .header__utils .utils-set button {
  position: absolute;
  top: 0;
}
.sub .header__utils .utils-set button .sp_layout {
  width: 26px;
  height: 26px;
}
.sub .header__utils .zoomin {
  right: 0;
}
.sub .header__utils .zoomin .sp_layout {
  background-position: -214px -62px;
}
.sub .header__utils .zoomout {
  left: 0;
}
.sub .header__utils .zoomout .sp_layout {
  background-position: -242px -62px;
}
.sub .header__utils .item-set-wrap + .item-language {
  margin-left: 4px;
}
.sub .header__utils .item-language {
  margin: 0;
}
.sub .header__utils .item-language a {
  padding: 0 11px;
  color: #fff;
}
.sub .header__utils .item-language.is_item_closed {
  background: url(/resource/templete/stat/common/img/common/header_last_arrow.png)
    99% center no-repeat;
}
.main .header__utils .item-language.is_item_closed {
  background: url(/resource/templete/nl/img/main/english_arrow.png) 99% center
    no-repeat;
}
/* 하단 영역 */
.sub .header__inner-bottom {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sub .header__inner-bottom:after {
  display: block;
  clear: both;
  content: '';
}
.sub .menu_bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #8195a1;
  border-bottom: 1px solid #8195a1;
  background: #fff;
}
.sub .menu_bg:before {
  display: block;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1000;
}
.sub .gray_menu_bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 533px;
  margin-top: -1px;
  border-top: 1px solid #8195a1;
  border-bottom: 1px solid #8195a1;
  background: #fff;
}
.sub .gray_menu_bg:after {
  display: block;
  content: '';
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1000;
}
 
.new_loading_wrap { display : none; position : fixed; top : 0; left : 0; width : 100%; height : 100%; background-color : rgba(255, 255, 255, 0.5); z-index : 9}
.new_loading_wrap.active { display : block }
.new_loading_wrap .loadingIcon { position : absolute; top : 50%; left : 50%; transform : translate(-50%, -50%)}

/* .sub .header__inner-bottom:before{position:absolute;top:104px;left:0;width:100%;border-bottom:1px solid #4882ae;content:''} */
@media screen and (max-width: 768px) {
  .sub .header__inner-bottom {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .sub .header__inner-bottom:before {
    display: none;
  }
  .sub .header__inner-bottom {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .sub .header .search-form__inner {
    width: 70rem;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  /*
    .sub .header-wrap{padding-bottom:320px}
    .sub .header{position:fixed;top:0;left:0}
    */
  .sub .header__utils .item-set-wrap {
    display: none;
  }
}
.sub .header__inner-bottom h1.logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub .header__inner-top {
    min-width: auto;
    max-width: none;
    z-index: 1;
    width: 100%;
    height: 54px;
    min-height: auto;
    padding: 8px 15px 9px;
    background: #fff;
    text-align: center;
  }
  .sub .header__inner-top .header__inner {
    max-width: none;
  }
  .sub .header__inner-top .logo {
    display: none;
  }
  .sub .header__inner-bottom h1.logo {
    display: inline-block;
    float: none;
    position: absolute;
    top: -44px;
    left: 50%;
    width: 146px;
    height: 34px;
    margin-left: -73px;
  }
  .sub .header__inner-bottom h1.logo .sp_layout {
    width: 146px;
    height: 34px;
    background: url(/resource/templete/nl/img/main/revise_logo_main.png)
      no-repeat;
    background-size: 100% 100%;
  }
  .sub .header__inner-bottom h1.logo a {
    padding: 0;
  }
  .sub .header .search-form-wrap {
    display: none;
  }
  .sub .header .wide-search-wrap {
    display: none;
  }
  .sub .header .header__utility {
    position: static;
  }
  .sub .header__utils-wrap {
    display: none;
  }
  .main .header__inner-top .logo .sp_layout {
    width: 146px;
    height: 34px;
    background: url(/resource/templete/nl/img/main/revise_logo_main.png)
      no-repeat;
    background-size: 100% 100%;
  }
}
/* 메인/서브 공통 */
.header .keyboard-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.no_view .header .keyboard-wrapper {
  z-index: 1200;
}
.sub .header .keyboard-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
} /* 접근성여부 판단을 위한 임시 css */
/* 다국어입력기 (as-is css sync) */
.worldword-wrap {
  display: none;
  position: absolute;
  z-index: 30;
  width: 748px;
  padding: 10px 16px 18px 16px;
  border: 1px solid #cdcdcd;
  background: #f1f1f1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.worldword-wrap .worldword-title {
  overflow: hidden;
  color: #333;
  line-height: 35px;
  text-indent: 100%;
  white-space: nowrap;
  height: 1px;
  display: block;
}
.worldword-wrap .worldword {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  padding-top: 34px;
}
.worldword-wrap .worldword .language {
  overflow: hidden;
  width: 100%;
  border: 1px solid #999;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.worldword-wrap .language li {
  float: left;
  width: 89px;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.worldword-wrap .language li a {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  background: none;
}
.worldword-wrap .language li a:hover,
.worldword-wrap .language li a:focus {
  text-decoration: underline;
}
.worldword-wrap .language li a.selected {
  color: #ffcc00;
  background: #333;
}
.worldword-wrap .language-contents {
  overflow: hidden;
  width: 100%;
  min-height: 212px;
  padding: 15px;
  border: 1px solid #cdcdce;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.worldword-wrap .language-contents ul {
  overflow: hidden;
}
.worldword-wrap .language-contents ul li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
}
.worldword-wrap .language-contents ul li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #e8e8e8;
  background: none;
}
.worldword-wrap .language-contents ul li a:hover,
.worldword-wrap .language-contents ul li a:focus {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  background: #0066cc;
}
.worldword-wrap .worldword-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 45px;
  height: 45px;
}
.worldword-wrap .worldword-close .sp_layout {
  width: 35px;
  height: 35px;
  background-position: -214px -90px;
}
@media screen and (orientation: landscape) and (max-height: 480px) {
  /*.worldword-wrap{height:60vh;overflow:auto;}*/
}
@media screen and (max-width: 768px) {
  .worldword-wrap .worldword {
    margin-top: 10px;
  }
  .worldword-wrap .worldword .language li {
    width: 25%;
  }
  .worldword-wrap .worldword .language-contents {
    overflow-y: auto;
    height: auto;
    max-height: 140px;
  }
  .worldword-wrap .worldword-close {
    top: 15px;
  }
  .worldword-wrap .worldword-close .sp_layout {
    width: 23px;
    height: 23px;
    background-position: -155px -82px;
  }
}
@media screen and (max-width: 720px) {
  .worldword-wrap {
    width: auto;
  }
  .search-btn-wrap .worldword-wrap {
    width: 608px;
  }
}
@media screen and (max-width: 640px) {
  .search-btn-wrap .worldword-wrap {
    width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .search-btn-wrap .worldword-wrap {
    width: 344px;
  }
}
@media screen and (max-width: 360px) {
  .search-btn-wrap .worldword-wrap {
    width: 288px;
  }
}
.sub .header .wide-search-wrap .search-form-wrap .fixed-logo {
  display: none;
}
.sub .header .wide-search-wrap.fixed_list {
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 100%;
  background: none;
  padding: 0px 0px;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px #000;
}
.sub .header .wide-search-wrap.fixed_list .search-form-wrap {
  position: relative;
}
.sub .header .wide-search-wrap.fixed_list .search-form-wrap .fixed-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
}
.sub .header .wide-search-wrap.fixed_list .search-form__inner {
  width: 47%;
  margin-left: 53%;
  height: auto;
  padding: 13px 0px;
  box-sizing: border-box;
}
.sub .header .wide-search-wrap.fixed_list .search-form__inner > form {
  float: left;
}
.sub .header .wide-search-wrap.fixed_list .search-form_group {
  border: 2px solid #a6a6a6;
  height: auto;
  width: 520px;
}
.sub .header .wide-search-wrap.fixed_list .search-text-wrap .input-text {
  padding: 5px 30px;
}
.sub .header .wide-search-wrap.fixed_list .search-btn-wrap .btn_arrow {
  display: none;
}
.sub .header .wide-search-wrap.fixed_list .sp-worldword {
  width: 26px;
  height: 20px;
  background: url(/resource/templete/stat/common/img/common/keyboard.png)
    no-repeat;
}
.sub .header .wide-search-wrap.fixed_list .btn-search {
  display: inline-block;
  width: 45px;
  height: 100%;
  border: 0;
  text-align: center;
}
.sub .header .wide-search-wrap.fixed_list .sp-search {
  width: 28px;
  height: 28px;
  margin-left: -3px;
  background: url(/resource/templete/stat/common/img/common/search.png) center
    center no-repeat;
}
.sub .header .wide-search-wrap.fixed_list .input-text-wrap label {
  padding-left: 0px;
  font-size: 16px;
}
.sub .header .wide-search-wrap.fixed_list .input-text-wrap label:before {
  display: none;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .sub .header .wide-search-wrap.fixed_list .search-form__inner {
    min-width: 600px;
    margin: 0 auto 0px 28%;
  }
  .sub .header .wide-search-wrap.fixed_list .search-form-wrap {
    background-position: 10% center;
  }
}
/* allmenu button */
.menu-tool-wrap .btn-open-pc {
  margin: 0 26px 0 0;
}
.menu-tool-wrap .btn-open-pc .sp_layout {
  width: 52px;
  height: 47px;
  background-position: -257px 0;
}
.gray-gnb-wrap {
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.gray-gnb-wrap .gray-gnb {
  max-width: 1240px;
  height: 74px;
  margin: 0 auto;
}
.gray-gnb-wrap .menu-gnb-depth2 {
  top: 101%;
}
.gray-gnb-wrap.on {
  display: block;
}
@media screen and (min-width: 768px) {
  .sub_fixed .menu-tool-gray .btn-open {
    display: none;
  }
  .sub_fixed .menu-tool-wrap .btn-open-pc {
    margin-top: 0px;
  }
  .sub_fixed .menu-tool-wrap .btn-open-pc-1 {
    display: none;
  }
  .sub_fixed .menu-tool-wrap .btn-open-pc-2 {
    display: inline-block;
  }
  .sub_fixed .menu-tool-wrap .btn-open-pc .sp_layout {
    width: 44px;
    height: 40px;
    background: url('/resource/templete/stat/common/img/common/menubar.png')
      center center no-repeat;
    border: 1px solid #a6a6a6;
  }
  .sub_fixed .menu-tool-wrap .btn-open-pc.on .sp_layout {
    background-image: url('/resource/templete/stat/common/img/common/btn_close.png');
  }
}
@media screen and (max-width: 768px) {
  .sub_fixed .menu-tool-gray .btn-open {
    display: block;
  }
  .menu-tool-wrap .btn-open-pc {
    position: absolute;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 17px 18px;
  }
  .menu-tool-wrap .btn-open-pc .sp_layout {
    width: 25px;
    height: 16px;
    background-position: -148px 0;
  }
  .main .menu-tool-wrap .btn-open-pc {
    bottom: 65px;
  }
  .sub .menu-tool-wrap .btn-open-pc {
    bottom: 100%;
  }
  .suv .menu-tool-wrap .btn-open {
    display: block;
  }
}
/*-- header.css */
/* gnb.css */

.header__inner-gnb {
  max-width: 1240px;
  height: 74px;
  margin: 0 auto;
}
.menu-gnb-wrap {
  float: left;
}
.menu-gnb-depth1 {
  width: 100%;
}
.menu-gnb-depth1:after {
  display: block;
  clear: both;
  content: '';
}
.menu-gnb-depth1__item {
  position: relative;
  float: left;
  max-width: 305px;
  width: 305px;
  padding: 16px 23px;
  box-sizing: border-box;
}
.menu-gnb-depth1__item .depth {
  display: inline-block; /*height:100%;padding:23px;*/
  font-size: 21px;
  font-weight: 700;
  color: #303030;
  text-align: left;
}
.menu-gnb-depth1__item .depth span {
  display: block;
  padding: 7px 16px 8px 17px;
  border-radius: 1px;
}
/*.menu-gnb-depth1__item a.depth:hover span, */
.gnb-depth1--active .depth span/*, .depth1-current--active > a> span*/ {
  background: #165698;
  color: #fff;
}
.menu-gnb-depth2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0 30px 0;
  background: #fff;
  border-right: 1px solid #f4f7f9;
  border-left: 1px solid #f4f7f9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 1px 0px 0px #585a5d;
}
.menu-gnb-depth2__item {
  position: relative;
  margin-top: 7px;
}
.menu-gnb-depth2__item:first-child {
  margin: 0;
}
.menu-gnb-depth2__item a {
  display: inline-block;
  margin: 4px 18px 4px 36px;
  font-size: 16px;
  color: #131313;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.gnb-depth1--active .menu-gnb-depth2 {
  border-right: 1px solid #dbe2e8;
  border-left: 1px solid #dbe2e8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gnb-depth1--active .menu-gnb-depth2 a {
  color: #131313;
}
/*.gnb-depth1--active .depth{color:#0b709f}*/
.gnb-depth1--active .gnb-depth2--active a {
  color: #3591dc;
  max-height: 28px;
}
.gnb-depth1--active .gnb-depth2--active a:after {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #3591dc;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  content: '';
}
.gnb-depth1--active .gnb-depth2--active a:hover:after {
  background: none;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.gray-gnb-depth1 {
  width: 100%;
}
.gray-gnb-depth1:after {
  display: block;
  clear: both;
  content: '';
}
.gray-gnb-depth1__item {
  position: relative;
  float: left;
  max-width: 248px;
  width: 248px;
}
.gray-gnb-depth1__item .depth {
  display: block;
  height: 100%;
  padding: 23px;
  font-size: 22px;
  font-weight: 700;
  color: #303030;
  text-align: left;
}
.gray-gnb-depth1__item .depth span {
  padding: 7px 16px 8px 17px;
  border-radius: 1px;
}
.gray-gnb-depth1__item:hover .depth span {
  background: #165698;
  color: #fff;
}
.gray-gnb-depth2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 533px;
  padding: 20px 0 30px 0;
  background: #fff;
  border-right: 1px solid #f4f7f9;
  border-left: 1px solid #f4f7f9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 1px 0px 0px #585a5d;
}
.gray-gnb-depth2__item {
  position: relative;
  margin-top: 7px;
  max-height: 28px;
}
.gray-gnb-depth2__item:first-child {
  margin: 0;
}
.gray-gnb-depth2__item a {
  display: inline-block;
  margin: 4px 18px 4px 36px;
  font-size: 16px;
  color: #131313;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gray-gnb-depth1__itemon .gray-gnb-depth2 {
  border-right: 1px solid #dbe2e8;
  border-left: 1px solid #dbe2e8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gray-gnb-depth1__item.on .gray-gnb-depth2 a {
  color: #131313;
}
.gray-gnb-depth1__item.on .depth {
  color: #0b709f;
}
.gray-gnb-depth1__item.on .gray-gnb-depth2__item.on a {
  color: #3591dc;
  max-height: 28px;
  border-bottom: 2px solid #3591dc;
}
.gray-gnb-depth1__item.on .gray-gnb-depth2__item.on a:after {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #3591dc;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  content: '';
}
.gray-gnb-depth1__item.on .gray-gnb-depth2__item.on a:hover:after {
  background: none;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.header__inner-gnb.active
  .menu-gnb-depth1__item.depth1-current--active
  .depth
  span {
  background: #165698;
  color: #fff;
}
.header__inner-gnb:hover .menu-gnb-depth2__item.depth2-current--active a {
  color: #3591dc !important;
  max-height: 28px;
}
.header__inner-gnb:hover .menu-gnb-depth2__item.depth2-current--active a:after {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-bottom: 2px solid #3591dc !important;
  content: '';
}

.gray-gnb-depth1__item.depth1-current--active .depth span {
  background: #165698;
  color: #fff;
}
.gray-gnb-depth2__item.depth2-current--active a {
  color: #3591dc !important;
  max-height: 28px;
}
.gray-gnb-depth2__item.depth2-current--active a:after {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-bottom: 2px solid #3591dc !important;
  content: '';
}

@media (min-width: 768px) and (max-width: 1239px) {
  .menu-gnb-wrap {
    width: 93%;
  }
  .menu-gnb-depth1__item {
    max-width: none;
    width: 25%;
    padding: 15px 0;
  }
  .menu-gnb-depth1__item .depth {
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    font-size: 18px;
    padding: 0;
  }
  .menu-gnb-depth2__item a {
    padding: 4px 5px;
    font-size: 1.6rem;
  }
  .gray-gnb-depth1__item {
    max-width: none;
    width: 20%;
  }
  .gray-gnb-depth1__item .depth {
    width: 100%;
    font-size: 2.2rem;
  }
  .gray-gnb-depth2__item a {
    padding: 4px 5px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1239px) {
  .menu-gnb-depth2__item a {
    margin: 4px 0 4px 8px;
    letter-spacing: -1.5px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner-gnb {
    max-width: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .menu-gnb-wrap {
    display: none;
  }
}
/*-- gnb.css */
/* allmenu.css */
/* allmenu button */
.menu-tool-wrap {
  display: none;
  height: 100%;
  text-align: right;
  white-space: nowrap;
}
.menu-tool-wrap .btn-open {
  margin-top: 30px;
}
.menu-tool-wrap .btn-open .sp_layout {
  display: inline-block;
  overflow: hidden;
  background: url(/resource/templete/stat/common/img/common/layout_m.png) 0 0
    no-repeat;
  font-size: 5px;
  color: transparent;
  vertical-align: top;
  width: 25px;
  height: 16px;
  background-position: -149px 0;
  background-size: 200px auto;
}
/* @media screen and (min-width:768px){
	.sub_fixed .menu-tool-wrap .btn-open{margin-top:0px;}
	.sub_fixed .menu-tool-wrap .btn-open .sp_layout{width:44px;height:40px;background:url("/resource/templete/stat/common/img/common/menubar.png") center center no-repeat; border:1px solid #a6a6a6;margin-right:40px;}
} */
.no_scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.no_scroll {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .menu-tool-wrap {
    display: block;
    position: relative;
    text-align: left;
    white-space: normal;
  }
  .menu-tool-wrap .btn-open {
    position: absolute;
    left: 5px;
    z-index: 10;
    margin: 0;
    padding: 10px;
    width: 46px;
    height: 36px;
  }
  .menu-tool-wrap .btn-open .sp_layout {
    width: 25px;
    height: 16px;
    background-position: -148px 0;
  }
  .main .menu-tool-wrap .btn-open {
    top: 25px;
  }
  .sub .menu-tool-wrap .btn-open {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .menu-tool-wrap .btn-open {
    top: 13px;
  }
}
/* allmenu */
.menu-all-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 37px 0;
  background: #fff;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-all-wrap:after {
  display: block;
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1000;
}
.menu-all-inner {
  overflow: hidden;
  position: relative;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
  white-space: normal;
}
.menu-all-wrap .title {
  margin-bottom: 37px;
  font-size: 27px;
  font-weight: 700;
  color: #393d40;
  text-align: center;
  line-height: 35px;
}
.menu-all-wrap .btn-close {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
}
.menu-all-wrap .sp-close {
  width: 35px;
  height: 35px;
  background-position: -214px -90px;
}
.menu-all-depth1 {
  font-size: 0;
  text-align: left;
}
.menu-all-depth1__item {
  display: inline-block;
  position: relative;
  width: 18.14516%;
  margin-right: 1.85484%;
  border-top: 2px solid #003964;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menu-all-depth1__item--eng {
  display: none;
}
.menu-all-depth1__item .depth1 {
  display: block;
  padding: 7px 0 9px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 35px;
}
.menu-all-depth2__item {
  padding: 9px 0;
  border-top: 1px solid #dedede;
}
.menu-all-depth2__item .depth {
  display: block;
  padding: 0 12px;
  font-size: 17px;
  color: #393d40;
}
.menu-all-depth3 {
  display: none;
  margin-top: 7px;
  padding: 14px 0 8px;
  border-top: 1px solid #dedede;
}
.menu-all-depth3__item {
  padding: 5px 9px;
}
.menu-all-depth3__item .depth {
  display: block;
  position: relative;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  color: #393d40;
}
.menu-all-depth3__item .depth:before {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 2px;
  height: 2px;
  background: #9b9b9b;
  content: '';
}
.menu-all-depth4 {
  display: none;
  padding: 12px 14px;
}
.menu-all-depth4__item .depth {
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #6e7173;
}
.menu-all-depth4__item .depth:before {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 3px;
  height: 1px;
  background: #9b9b9b;
  content: '';
}
.depth1-title {
  display: none;
}
.menu-all-inner--scrollbox {
  height: 100%;
}
.menu-all-inner--scroll {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .menu-all-depth4 {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-all-wrap {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 90%;
    height: 100% !important;
    padding: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 10px #000;
  }
  .menu-all-inner {
    max-width: none;
    height: 100%;
  }
  .menu-all-inner--scroll {
    height: 100%;
    padding-top: 196px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .menu-all-wrap .title {
    margin: 0;
    padding: 0;
    font-size: 1px;
    color: transparent;
    line-height: 0;
  }
  .menu-all-wrap .btn-close {
    top: 11px;
    right : 7px;
    z-index: 210;
    padding: 5px 12px;
  }
  .menu-all-wrap .sp-close {
    width: 40px;
    height: 40px;
    background: url(/resource/templete/stat/common/img/common/gnb_close.png)
      no-repeat center center;
    background-size: 70%;
  }
  .depth1-title {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  .menu-all-depth1 {
    position: relative;
    height: 100%;
    overflow-y: auto;
    background: #f4f4f4;
  }
  .menu-all-depth1__item {
    position: static;
    width: 100%;
    margin: 0;
    border: 0;
  }
  .menu-all-depth1__item--eng {
    display: block;
  }
  .menu-all-depth1__item .depth1 {
    display: inline-block;
    width: 33.28125%;
    padding: 12px 0;
    border-bottom: 1px solid #c0c9cd;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    word-break: keep-all;
  }
  .menu-all-depth1-category {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 196px;
    bottom: 0;
    left: 33.28125%;
    width: 66.71875%;
    padding: 0 20px;
    border-left: 1px solid #c0c9cd;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .depth1--selected .depth1 {
    position: relative;
    background: #fff;
    color: #0076d0;
  }
  .depth1--selected .depth1:after {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
  }
  .depth1--selected .menu-all-depth1-category {
    display: block;
  }
  .menu-all-depth3,
  .menu-all-depth4 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .depth1--selected .depth2--selected .menu-all-depth3 {
    display: block;
  }
  .menu-all-depth2 {
    margin-top: 15px;
    border-bottom: 1px solid #dce3e6;
  }
  .menu-all-depth2__item {
    padding: 0;
    border-color: #dce3e6;
  }
  .menu-all-depth2__item .depth {
    position: relative;
    padding: 9px 7px;
    font-size: 14px;
    font-weight: 400;
    color: #201f1f;
  }
  .menu-all-depth2__item .depth2:after {
    position: absolute;
    top: 20px;
    right: 0;
    width: 8px;
    height: 5px;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
    transform: rotate(0);
    content: '';
  }
  .menu-all-depth2__item .depth2[aria-expanded='false']:after {
    background-position: -175px -53px;
  }
  .menu-all-depth2__item .depth2[aria-expanded='true'],
  .menu-all-depth2 .is_selected > a {
    color: #197ac4;
  }
  .menu-all-depth2__item .depth2[aria-expanded='true']:after {
    background-position: -185px -53px;
  }
  .menu-all-depth3__item {
    padding: 4px 11px;
  }
  .menu-all-depth3__item .depth3:before {
    left: 0;
    width: 4px;
    height: 4px;
  }
  .menu-all-depth3__item .depth3 {
    padding: 0 11px;
    font-size: 14px;
  }
  .menu-all-depth3__item .depth3:after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 8px;
    height: 5px;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
    transform: rotate(0);
    content: '';
  }
  .menu-all-depth3__item .depth3[aria-expanded='false']:after {
    background-position: -175px -53px;
  }
  .menu-all-depth3__item .depth3[aria-expanded='true'],
  .menu-all-depth3 .is_selected > a {
    font-weight: 700;
    color: #3a3a3a;
  }
  .menu-all-depth3 .is_selected > a:before {
    background: #3a3a3a;
  }
  .menu-all-depth3__item .depth3[aria-expanded='true']:after {
    background-position: -185px -53px;
  }
  .menu-all-depth4 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .menu-all-depth4__item {
    padding: 4px 0px;
  }
  .menu-all-depth4__item .depth4 {
    padding: 5px 18px 0;
    font-size: 15px; /*background:#f4f4f4;*/
  }
  .menu-all-depth4__item .depth4:before {
    top: 50%;
    left: 10px;
    width: 5px;
    height: 3px;
  }
  .menu-all-depth4__item .depth4:after {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 5px;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
    transform: rotate(0);
    content: '';
  }
  .menu-all-depth4__item .depth4[aria-expanded='false']:after {
    background-position: -175px -53px;
    transform: translateY(10px);
  }
  .menu-all-depth4__item .depth4[aria-expanded='true'],
  .menu-all-depth4 .is_selected > a {
    font-weight: 700;
    color: #0076d0;
  }
  .menu-all-depth4 .is_selected > a:before {
    background: #0076d0;
  }
  .menu-all-depth4__item .depth4[aria-expanded='true']:after {
    background-position: -185px -53px;
    transform: translateY(3px);
  }
  .menu-all-depth5 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .menu-all-depth5__item {
    padding: 4px 11px;
  }
  .menu-all-depth5__item .depth5 {
    padding: 0 14px;
    font-size: 1.5rem;
    color: #3e3e3e;
  }
  .menu-all-depth5__item .depth5:before {
    top: 0;
    left: -1px;
    width: 5px;
    height: 2px;
    background: transparent;
    content: 'ㄴ';
    color: #000;
  }
  .menu-all-depth5__item.is_selected .depth5:before {
    background: transparent; /*color:#0076d0;*/
    font-weight: normal;
  }
}
/* allmeanu utils */
@media screen and (max-width: 1200px) {
  .header__utils-wrap--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 196px;
    background: #003964;
    text-align: left;
    transition: all 0.5s;
  }
  .header__utils-wrap--mobile .logo .sp_layout {
    display: inline-block;
    overflow: hidden;
    background: url(/resource/templete/stat/common/img/common/layout_m.png) 0 0
      no-repeat;
    background-size: 200px auto;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
    width: 100px;
    height: 24px;
    background-position: 0 -106px;
  }
  .header__utils-wrap--mobile .personal-wrap {
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .header__utils-wrap--mobile .nillArea p + p {
    margin: 5px 0;
  }
  .header__utils-wrap--mobile .logo {
    position: absolute;
    top: 0;
    left: 23px;
    width: 100px;
  }
  .mobileDetailBook { position : absolute; bottom : 60px; width : calc(100% - 50px); }
  .mobileDetailBook a { display : block; width : 100%; padding : 5px 0; text-align : center; background-color : #197ac4; color : #fff; font-size : 16px }
  .header__utils-wrap--mobile .mobileNavBtm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 25px 15px 25px;
    box-sizing: border-box;
  }
  .header__utils-wrap--mobile .mobileNavBtm a {
    display: block;
    float: left;
    width: 48%;
    padding: 0;
    text-align: center;
    padding: 6px 0;
    background-color: #197ac4;
    color: #fff;
    font-size: 16px;
  }
  .header__utils-wrap--mobile .mobileNavBtm a + a {
    float: right;
  }
  .personal-wrap .login-bx {
    height: 70px;
    margin-top: 38px;
    border: 1px solid;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .personal-wrap .login-bx:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
  .personal-wrap .login-bx .text {
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 45px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: left;
  }
  .personal-wrap .login-bx .text br {
    display: block;
  }
  .personal-wrap .login-bx .text:before {
    display: inline-block;
    overflow: hidden;
    background: url(/resource/templete/stat/common/img/common/layout_m.png) 0 0
      no-repeat;
    background-size: 200px auto;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 32px;
    height: 30px;
    margin-top: -15px;
    background-position: -102px -106px;
    content: '';
  }
  .personal-wrap .login {
    display: inline-block;
    width: calc(50% - 5px);
    height: 35px;
    margin: 10px 0 0 10px;
    font-size: 15px;
    color: #fff;
    background: #197ac4;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
  }
  .personal-wrap .login:first-of-type {
    margin-left: 0;
  }
  .personal__login {
    font-size: 18px;
    color: #fff;
  }
  .personal__login .name {
    overflow: hidden;
    display: inline-block;
    max-width: 100px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    color: #fff;
  }
  .personal__login .logout {
    display: inline-block;
    padding: 0 5px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
  }
  .personal__info .my-library {
    display: block;
    width: 100%;
    height: 32px;
    margin-top: 13px;
    font-size: 1.8rem;
    color: #fff;
    border: 1px solid #114f7d;
    text-align: center;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .personal__info .my-library:after {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin: 10px 0 0 10px;
    background-position: -175px -40px;
    content: '';
  }
  .personal__info .my-library__list {
    margin: 25px 0 24px;
    font-size: 0;
  }
  .personal__info .my-library__item {
    display: inline-block;
    position: relative;
    width: 33.33%;
  }
  .personal__info .my-library__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #eccacc;
    border-left: 1px solid #eccacc;
    border-color: rgba(255, 255, 255, 0.2);
    content: '';
  }
  .personal__info .my-library__item:first-child:before {
    display: none;
  }
  .personal__info .my-library__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .personal__info .my-library__item .num {
    display: block;
    font-size: 18px;
    color: #eccacc;
    line-height: 1.2;
  }
  .personal__info .my-library__item .text {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  .my-library__menu {
    font-size: 0;
  }
  .my-library__menu a {
    display: inline-block;
    width: 48.9655%;
    height: 35px;
    margin-left: 2.0689%;
    background: #b87277;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
  }
  .my-library__menu a:before {
    vertical-align: middle;
    content: '';
  }
  .my-library__menu a:first-child {
    margin: 0;
  }
  .my-library__menu .my-scrap:before {
    width: 14px;
    height: 15px;
    margin-top: -4px;
    margin-right: 8px;
    background-position: -158px -64px;
  }
  .my-library__menu .my-cardqr:before {
    width: 15px;
    height: 15px;
    margin-top: -4px;
    margin-right: 12px;
    background-position: -174px -64px;
  }
}

/*-- allmenu.css */
/* search.css */
/* search */

/* .no_view{background:#f2f2f2}
.no_view .header-wrap{height:100%}
.no_view .header{height:100%}
.no_view .header__inner-top{height:100%;padding:0} */
@media screen and (min-width: 768px) {
  .header__search-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__search-wrap {
    display: block;
  }
  .btn-search--open {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .btn-search--open {
    padding: 14px 18px;
    text-align: center;
  }
  .btn-search--open2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .btn-search--open2 {
    padding: 14px 18px;
    text-align: center;
  }
  .header__search-wrap .btn-search--open .sp-search {
    width: 26px;
    height: 26px;
    background-position: -165px -106px;
  }
  .header__search-wrap .btn-search--open2 .sp-search {
    width: 26px;
    height: 26px;
    background-position: -165px -106px;
  }
  /*.search-all-wrap {display:none;position:fixed;top:0;right:-100%;z-index:1000;width:100%;padding:0;opacity:1;background:#fff;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}*/
  .search__utils-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 64px;
    padding: 10px 0;
    border: 2px solid #5b95be;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  }
  .search-all-inner--scrollbox {
    height: 100%;
  }
  .btn-search--close {
    overflow: hidden;
    position: absolute;
    top: 22px;
    right: 0;
    padding: 0 20px;
    height: 18px;
    box-sizing: border-box;
    display: block;
  }
  .btn-search--close .btn_cancel {
    width: 18px;
    height: 18px;
    background: url(../img/common/sp.png) -108px -63px;
  }
  .search-all-inner--scroll {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    padding-top: 6.4rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .sub .search-all-wrap .search-form_group {
    width: auto;
    margin: 0 55px 0 12px;
    background: #fff;
  }
  .sub .search-all-wrap .search-text-wrap {
    margin-right: 105px;
  }
  .sub .search-all-wrap .sp-worldword {
    width: 27px;
    height: 18px;
    margin-right: 0px;
    background-position: -136px -106px;
  }
  .sub .search-all-wrap .btn-search {
    width: 58px;
    height: 100%;
    margin-left: 10px;
    background: #5692bc;
    text-align: center;
  }
  .sub .search-all-wrap .sp-search {
    width: 20px;
    height: 20px;
    background-position: -175px 0;
  }
  .sub .header .search-form_group {
    height: 41px;
    position: relative;
  }
  .sub .header .input-text-wrap label:before {
    display: none;
  }
  .search-all-wrap {
    position: absolute;
    top: 0;
    left: 100%;
    height: 55px;
    z-index: 1000;
    width: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    background: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .search-all-wrap.on {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    overflow: visible;
    width: 100%;
    opacity: 1;
    -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media ( max-width : 400px ){
	.mobileDetailBook a,
	.header__utils-wrap--mobile .mobileNavBtm a { font-size : 14px }
	
}
/*-- search.css */
/* layout.css */
.new_win {
  padding: 0 3px;
  margin: 0 0 0 2px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #666;
  font-size: 0.8em;
}
/* sub */
.sub .container {
	padding: 37px 0 100px;
	min-width: 100%;
}
.sub .contents {
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
}
.sub .contents:after {
  display: inline-block;
  clear: both;
  content: '';
}
.sub_contents {
  overflow: hidden;
}
.content_wrap {
  /* margin-top: 25px; */
}
.sub_fixed .header-wrap {
  padding-bottom: 0 !important;
}
/* .sub_fixed .sub_contents{padding-top:104px} */
/* .sub_fixed2 .lnb{padding-top:104px;} */
.main_fixed .header .bottom,
.sub_fixed .header .bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
  box-shadow : 5px 5px 10px #9e9e9e;
}
@media (min-width: 768px) and (max-width: 1239px) {
  /* .sub .contents{min-width:1240px;max-width:none} */
}
@media (max-width: 1200px) {
  .sub .container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sub .contents {
    overflow: visible;
  }
  .sub_contents {
    overflow: visible;
  }
  .sub .container {
    padding: 15px;
  }
  .sub_fixed .container {
    padding-top: 106px;
  }
  .sub_fixed .integSearch_wrap {
    padding-top: 45px !important;
  }
  .content_info {
    display: none;
  }
  .menu-wrap {
    display: none;
  }
  .content_wrap {
    margin: 0;
    clear: both;
  }
  .sub_fixed .header-wrap {
    padding-bottom: 20px !important;
  }
  
  #loan_able_msg,
  #loan_able_msg2{ font-size : 20px; padding-left : 3px }
}
@media screen and (max-width: 522px) {
  .sub_fixed .integSearch_wrap {
    padding-top: 65px !important;
  }
}
/* sub :: lnb */
.lnb:after {
  display: block;
  clear: both;
  content: '';
}
.lnb {
  position: relative;
  float: left;
  width: 235px; /*min-height:1200px;*/
  margin-right: 32px;
}
.lnb_title {
  position: relative;
  display: block;
  width: 100%;
  min-height: 109px;
  padding: 35px 15px;
  border-bottom: 1px solid #fff;
  background: #16488a url(/resource/templete/stat/common/img/common/lnb_bg.png) 0
    0 repeat;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1.3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menu-lnb {
  margin-top: 16px;
}
.menu-lnb__item > a {
  position: relative;
  display: block;
  width: 100%;
  min-height: 55px;
  margin-top: -1px;
  padding: 17px 33px 17px 14px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-top-color: #c4c4c4;
  background: #fff;
  font-size: 16px;
  color: #282828;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menu-lnb__item:first-child > a {
  margin: 0;
}
.menu-lnb__sub {
  display: none;
  padding: 15px 15px 21px 15px;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}
.menu-lnb__sub:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.menu-lnb__sub__item {
  width: 100%;
  margin-top: 2px;
}
.menu-lnb__sub__item:first-child {
  margin: 0;
}
.menu-lnb__sub__item.is_lnb_opened a {
  color: #3980b2;
}
.menu-lnb__sub__item.is_lnb_opened a:after {
  width: 5px;
  height: 10px;
  margin: 5px 0 0 10px;
  background-position: -264px -49px;
  content: '';
}
.menu-lnb__sub__item a {
  display: block;
  position: relative;
  padding: 4px 0px 4px 8px;
  font-size: 16px;
  font-weight: 500;
  color: #757575;
}
.menu-lnb__sub__item a:before {
  position: absolute;
  top: 12px;
  left: -1px;
  width: 2px;
  height: 2px;
  background: #003964;
  content: '';
}
.menu-lnb__sub__item a:hover,
.menu-lnb__sub__item a:focus {
	/*접근성컬러수정*/
/*   color: #00a3ac; */
  color: #00828C;
}
.menu-lnb__sub__item a:hover:after {
  width: 5px;
  height: 10px;
  margin: 8px 0 0 10px;
  background-position: -264px -49px;
  content: '';
}
.menu-lnb__sub__item a:focus:after {
  width: 5px;
  height: 10px;
  margin: 6px 0 0 10px;
  background-position: -264px -49px;
  content: '';
}
.menu-lnb__item > a.is_lnb__sub--opened {
  background-color: #3980b2;
  color: #fff;
}
.is-sub__items:after {
  position: absolute;
  top: 23px;
  right: 13px;
  width: 10px;
  height: 10px;
  background: url(/resource/templete/stat/common/img/common/lnb_open.png) 0 0
    no-repeat;
  content: '';
}
/* .is-sub__items.is_lnb__sub--opened:after{background-position:-157px -161px} */
.is_lnb1--opened > a {
  border: 0;
  background: #3465a7;
  color: #fff;
}
.is_lnb1--opened > a:hover {
  color: #fff;
}
.is_lnb1--opened .is-sub__items:after {
  width: 10px;
  height: 10px;
  margin: 5px 0 0 10px;
  background: url(/resource/templete/stat/common/img/common/lnb_close.png) 0 0
    no-repeat;
  content: '';
}
.is_lnb2--opened a {
	/*접근성컬러수정*/
/*   color: #0ea3ab; */
  color: #00828C;
}
.is_lnb--opened .is-sub__items:after {
  width: 10px;
  height: 10px;
  margin: 5px 0 0 10px;
  background: url(/resource/templete/stat/common/img/common/lnb_close.png) 0 0
    no-repeat;
  content: '';
}
.is_lnb2--opened a:after {
  display: inline-block;
  width: 5px;
  height: 11px;
  margin: 5px 0 0 10px;
  background: url(/resource/templete/stat/common/img/common/layout.png) -264px -49px
    no-repeat;
  content: '';
}
.is_lnb1--opened .menu-lnb__sub {
  display: block;
}
.menu-lnb__item.is_current_page > a {
  border: 0;
  /*접근성컬러수정*/
/*   background: #00a3ac; */
  background: #00828C;
  color: #fff;
}
.menu-lnb__item.is_current_page > a:after {
  width: 10px;
  height: 10px;
  margin: 5px 0 0 10px;
  background: url(/resource/templete/stat/common/img/common/lnb_open2.png) 0 0
    no-repeat;
  content: '';
}
.menu-lnb__item.is_current_page.is_lnb1--opened.is_lnb2--slideUp > a:after {
  background-image: url(/resource/templete/stat/common/img/common/lnb_open2.png);
  margin-top: 0;
}
.menu-lnb__item.is_current_page.is_lnb1--opened > a:after,
.menu-lnb__item.is_current_page.is_lnb--opened > a:after {
  background-image: url(/resource/templete/stat/common/img/common/lnb_close.png);
}

.menu-lnb__item.is_lnb--opened .is-sub__items {
	/*접근성컬러수정*/
/*   background: #00a3ac; */
  background: #00828C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lnb {
    display: none;
  }
}
/* sub :: depth menu */
.content_info {
  overflow: hidden;
/*   min-height: 108Apx; */
  min-height: 70px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content_info:after {
  display: block;
  clear: both;
  content: '';
}
.content_info .breadcrumbs {
  margin-top: 3px;
}
.content_info .title {
  float: left;
  max-width: 87%;
  margin: 15px 0 22px;
  font-size: 26px;
  font-weight: 500;
  color: #3a3a3a;
  word-break: keep-all;
}
/* menu setting */
.help__set {
  position: relative;
/*   margin: 0; */
  font-size: 0;
  text-align: right;
  clear: right;
  margin-left: 0;
  margin-right: 15px;
}
.help__set a {
  display: inline-block;
  /* width: 112px;
  height: 30px; */
}

.help__set a:first-child {
  margin-left: 0;
  margin-right: 15px;
}

.help__set a:before {
  margin-top: 0px;
  content: '';
}
.help__set .help__set-help:before {
	width: 35px;
	height: 35px;
}
.help__set-help {
  width: 112px;
  height: 30px;
  background: url(/resource/templete/stat/common/img/common/ic_help2.png) 0 0 no-repeat;
  background-size: 112px;
}

.help_pivot {
  position: relative;
  margin: 0;
  font-size: 0;
  text-align: right;
  clear: right;
}
.help_pivot a {
  display: inline-block;
  width: 120px;
}
.help_pivot a:before {
  margin-top: 0px;
  content: '';
}
.help_pivot {
  width: 120px;
  height: 30px;
  background: url(/resource/templete/stat/common/img/common/ic_help_pivot.png) 0 0 no-repeat;
  background-size: 120px;
}

.menu__set {
  position: relative;
  margin: 22px 1px 0 0;
  font-size: 0;
  text-align: right;
  clear: right;
}
.menu__set a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #707781;
  background: #707781;
  color: #707781;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menu__set a:first-child {
  margin-left: 0;
}
.menu__set a:before {
  margin-top: 7px;
  content: '';
}
.menu__set .menu__set-print:before {
  width: 16px;
  height: 16px;
  background-position: -339px 0;
}
.menu__set .menu__set-scrap:before {
  width: 15px;
  height: 15px;
  background: url(/resource/templete/stat/common/img/common/menu-scrap.png) 0 0 no-repeat;
}
.menu__set .menu__set-share:before {
  width: 15px;
  height: 17px;
  background-position: -349px -18px;
}
.menu__set .menu-sns {
  display: none;
  position: absolute;
  top: 98%;
  right: 0;
  z-index: 10;
}
.menu__set .menu-sns.is_sns_opened {
  display: block;
}
.menu-sns .menu__list-sns {
  display: inline-block;
}
.menu-sns .menu__item-sns {
  display: inline-block;
}
.menu-sns .menu__item-sns a {
  position: relative;
  border: 0;
  background: #fff;
}
.menu-sns .menu__item-sns a:hover:after {
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 22px;
  height: 1px;
  margin-left: -11px;
  background: #c6c6c6;
  content: '';
}
.menu-sns .menu__item-sns a:before {
  display: none;
}
.menu-sns .menu__item-sns .sp_layout {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.menu-sns .instagram .sp_layout {
  background-position: 0 -161px;
}
.menu-sns .blog .sp_layout {
  background-position: -27px -161px;
}
.menu-sns .facebook .sp_layout {
  background-position: -54px -161px;
}
.menu-sns .twitter .sp_layout {
  background-position: -81px -161px;
}
.menu-sns .youtube .sp_layout {
  background-position: -108px -161px;
}
.menu-sns_close {
  width: 32px;
  height: 32px;
}
.menu-sns_close .sp {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  background-position: -172px -728px;
  vertical-align: middle;
}
/* depth4 */
.menu-wrap {
  clear: left;
  margin: 48px 0 -1px;
}
.depth4-menu-wrap {
  overflow: hidden;
  position: relative;
}
.depth4-menu__list {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.depth4-menu__list .depth4-menu__item {
  float: left;
  width: 15%;
  height: 55px;
}
.depth4-menu__list .depth4-menu__item.depth4-menu__flow {
  width: 33.3%;
}
.depth4-menu__list .depth4-menu__item a {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  background: #fdfdfd;
  text-align: center;
  table-layout: fixed;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.depth4-menu__list .depth4-menu__item ~ .depth4-menu__item > a {
  border-left: 0 !important;
}
/* .depth4-menu__list .depth4-menu__item:nth-child(5n+1)> a{border:1px solid #dcdcdc}
.depth4-menu__list .depth4-menu__item:nth-child(n+5)~.depth4-menu__item a{border-top:0}
.depth4-menu__list .depth4-menu__item:nth-child(5n+1).is_selected > a {border-color:#5ca2d4} */
.depth4-menu__list .depth4_menu_title {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  color: #525252;
  vertical-align: middle;
  word-break: keep-all;
}
.depth4-menu__list .is_selected a {
	/*접근성컬러수정*/
/*   border: #697a89 solid 1px; */
/*   background: #697a89; */
  border: #677887 solid 1px;
  background: #677887;
}
.depth4-menu__list .is_selected:after{
	content: "선택됨";
	width: 0;
	height: 0;
	display:block;
	overflow: hidden;
	color: transparent;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.depth4-menu__list .is_selected .depth4_menu_title {
  color: #fff;
}
.depth4-menu__list a:hover,
.depth4-menu__list a:focus {
  border: #547fe0 solid 1px;
  border-right: #547fe0 solid 1px !important;
  background: #547fe0;
}
.depth4-menu__list a:hover .depth4_menu_title,
.depth4-menu__list a:focus .depth4_menu_title {
  color: #fff;
}
.menu-wrap .depth4_frame {
  margin: 0 30px;
}
.menu-wrap .bx-controls {
  position: absolute;
  top: 0;
  width: 93.84615%;
}
.menu-wrap .bx-controls-direction a {
  position: absolute;
  top: 0;
  width: 30px;
  height: 55px;
}
.menu-wrap .depth4_frame .bx-prev {
  left: -30px;
  background: url(/resource/templete/stat/common/img/common/left-arrow-white.png)
    center center no-repeat;
  background-size: 95% 100%;
}
.menu-wrap .depth4_frame .bx-next {
  right: -30px;
  background: url(/resource/templete/stat/common/img/common/right-arrow-white.png)
    0 0 no-repeat;
}
.menu-wrap .bx-viewport > .depth4-menu__list {
  border: 0;
}
.menu-wrap .bx-viewport > .depth4-menu__list .depth4-menu__item a {
  border-bottom: 1px solid #dcdcdc;
}
/* depth5 */
.depth5-menu-wrap {
  margin-top: 21px;
}
.depth5-menu__list {
  font-size: 0;
  text-align: left;
}
.depth5-menu__item {
  display: inline-block;
  position: relative;
  margin: 0 20px 8px 0;
}
.depth5-menu__item:first-child {
  margin-left: 0;
}
.depth5-menu__item:first-child:before {
  display: none;
}
.depth5-menu__item:before {
  position: absolute;
  top: 70%;
  left: -9px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin-top: -10px;
  background: #666666;
  vertical-align: middle;
  content: '';
}
.depth5-menu__item a {
  display: block;
  position: relative;
  padding: 0 6px;
  line-height: 22px;
}
.depth5-menu__item a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #3f8fc8;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  content: '';
}
.depth5_menu_title {
  font-size: 15px;
  color: #666;
  letter-spacing: -2px;
}
.depth5-menu__item.is_selected .depth5_menu_title {
  font-weight: 700;
  color: #3f8fc8;
}
.depth5-menu__item.is_selected a:after,
.depth5-menu__item a:hover:after,
.depth5-menu__item a:focus:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.depth5-menu__list a:hover .depth5_menu_title,
.depth5-menu__list a:focus .depth5_menu_title {
  color: #3f8fc8;
}
/* depth3~5 only mobile  */
.menu-wrap--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-wrap--mobile {
    display: block;
    position: relative;
    height: auto;
  }
  .menu-wrap--mobile .depth3__menu-wrap {
    overflow: hidden;
    height: 52px;
    padding: 0 15px;
    font-size: 0;
    background: #00a3ac;
  }
  .menu-wrap--mobile .btn-back {
    position: absolute;
    top: 0;
    left: 15px;
    height: 52px;
    padding: 18px 15px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .menu-wrap--mobile .sp-back {
    width: 9px;
    height: 16px;
    background-position: -158px -29px;
  }
  .menu-wrap--mobile .title {
    overflow: hidden;
    display: block;
    max-width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin : 0;
  }
  .menu-wrap--mobile .title:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
  /* depth4 */
  .menu-wrap--mobile .depth4-menu-wrap {
    margin: 0;
    background: #fff;
    font-size: 0;
    white-space: nowrap;
  }
  .menu-wrap--mobile .depth4-menu__list {
    height: 100%;
    border-bottom: 1px solid #cdcdcd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .menu-wrap--mobile .depth4-menu__item {
    display: inline-block;
    float: none;
    width: auto;
    height: 46px;
    margin-left: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /* .menu-wrap--mobile .depth4-menu__item[aria-hidden="false"]:before{position:absolute;bottom:1px;left:0;width:100%;border-bottom:2px solid #3980b2;content:''} */
  .menu-wrap--mobile .depth4-menu__item[aria-hidden='false']:before {
    display: none;
  }
  .menu-wrap--mobile
    .depth4-menu__item[aria-hidden='false']
    .depth4_menu_title {
    color: #494949;
  }
  .menu-wrap--mobile .depth4-menu__item a {
    display: inline-block;
    position: static;
    width: auto;
    height: 100%;
    padding: 0 10px;
    border: 0;
    background: 0;
    text-align: left;
    table-layout: initial;
  }
  .menu-wrap--mobile .depth4-menu__item a:after {
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    height: 100%;
    border: 0;
    vertical-align: middle;
    content: '';
  }
  .menu-wrap--mobile .depth4-menu__item ~ .depth4-menu__item > a {
    border: 0;
    border-right: 0 !important;
  }
  .menu-wrap--mobile .depth4-menu__item:nth-child(5n + 1) > a {
    border: 0;
  }
  .menu-wrap--mobile .depth4_menu_title {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 500;
  }
  .menu-wrap--mobile .is_selected .depth4_menu_title {
    color: #494949;
  }
  .depth4-menu__list a:hover,
  .depth4-menu__list a:focus {
    border: 0;
    background: inherit;
  }
  .depth4-menu__list a:hover .depth4_menu_title,
  .depth4-menu__list a:focus .depth4_menu_title {
    color: #494949;
  }
  .menu-wrap--mobile .depth4-menu__item.is_selected {
    border-bottom: 3px solid #3980b2;
  }
  .menu-wrap--mobile .depth4-menu__item.is_selected .depth4_menu_title {
    color: #3980b2;
  }
  /* depth5 */
  .menu-wrap--mobile .depth5-menu__list {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }
  .menu-wrap--mobile .depth5-menu__item.is_selected {
    border: 0;
  }
  .menu-wrap--mobile .depth5-menu__item.is_selected .depth4_menu_title {
    color: #494949;
  }
  .menu-wrap--mobile .depth5-menu-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
    background: #f5f5f5;
    white-space: nowrap;
  }
  .menu-wrap--mobile .depth5-menu__item {
    width: auto;
    height: 4.4rem;
    margin-right: 0;
    margin-left: 18px;
  }
  .menu-wrap--mobile .depth5-menu__item:first-child {
    margin-left: 15px;
  }
  .menu-wrap--mobile .depth5-menu__item a {
    width: auto;
    height: 100%;
    border: 0;
    line-height: initial;
  }
  .menu-wrap--mobile .depth5-menu__item a:after {
    display: inline-block;
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    transform: none;
    height: 100%;
    vertical-align: middle;
    content: '';
  }
  .menu-wrap--mobile .depth5-menu__item:before {
    display: none;
  }
  .menu-wrap--mobile .depth5_menu_title {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
  }
  .menu-wrap--mobile .depth5-menu__item.is_selected a {
    border: 0;
  }
  .menu-wrap--mobile .depth5-menu__item.is_selected .depth5_menu_title,
  .menu-wrap--mobile .depth5-menu__list a:hover,
  .menu-wrap--mobile .depth5-menu__list a:hover .depth5_menu_title,
  .menu-wrap--mobile .depth5-menu__list a:focus {
    border: 0;
    color: #000;
  }
  /* .menu-wrap--mobile .depth5-menu__item[aria-hidden="false"] .depth5_menu_title{background:#5799c7;color:#fff} */
  .menu-wrap--mobile .depth5-menu__item.is_selected .depth5_menu_title {
    padding: 0 5px;
    background: #5799c7;
    font-weight: 500;
    color: #fff;
  }
}
/* 자동완성 레이어 */
.autocomplete_layer {
  display: none;
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
}
.is_expanded {
  display: block;
}
.autocomplete_wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #bec8d8;
}
.autocomplete_wrap .result_list {
  padding: 5px 0;
  text-align: left;
}
.autocomplete_wrap .result_list li {
  overflow: hidden;
  font-size: 20px;
  color: #797979;
  line-height: 46px;
  vertical-align: top;
}
.autocomplete_wrap .result_list li.auto_on {
  background-color: #f9fafc;
}
.autocomplete_wrap .result_list a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.autocomplete_wrap .result_list a:hover {
  background-color: #f9fafc;
}
.autocomplete_wrap .result_list strong {
  font-weight: 700;
  color: #4086b6;
}
.autocomplete_wrap .btn_wrap {
  margin: 0;
  padding: 0 17px;
  border: 1px solid #dee2e9;
  border-width: 1px 0 0;
  background: #f3f3f3;
  text-align: right;
}
.autocomplete_wrap .autocomplete_close {
  height: 46px;
  font-size: 18px;
  color: #5b5b5b;
}
.search-btn-wrap .btn_arrow {
  display: inline-block;
  width: 36px;
  padding: 17px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}
.main .search-btn-wrap .btn_arrow {
  display: inline-block;
  width: 36px;
  padding: 30px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search-btn-wrap .btn_arrow .arrow_fold {
  width: 14px;
  height: 7px;
  background-position: -348px -37px;
}
.search-btn-wrap .btn_arrow.is_fold .arrow_fold {
  background-position: -348px -46px;
}
@media screen and (max-width: 768px) {
  .autocomplete_wrap .result_list li {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .autocomplete_wrap .result_list a {
    padding: 0 10px;
  }
  .autocomplete_wrap .btn_wrap {
    padding: 0 10px;
  }
  .autocomplete_wrap .autocomplete_close {
    height: 25px;
    font-size: 1.4rem;
  }
  .search-btn-wrap .btn_arrow {
    display: none;
  }
  .main .search-btn-wrap .btn_arrow {
    display: none;
  }
}
/*-- layout.css */
/* footer.css */
.footer-logo .sp_logo,
.footer-sns__item a .ico {
  display: inline-block;
  overflow: hidden;
  background: url(/resource/templete/stat/img/common/nl_logo.png) 0 0 no-repeat;
  font-size: 5px;
  color: transparent;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .main .footer-logo .sp_logo,
  .main .footer-sns__item a .ico,
  .main .footer-util__item:after {
    display: inline-block;
    overflow: hidden;
    background: url(/resource/templete/stat/common/img/common/layout_m.png) 0 0
      no-repeat;
    background-size: 200px auto;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
  }
}
@media screen and (max-width: 1024px) {
  .main .footer-logo .sp_logo,
  .main .footer-sns__item a .ico,
  .main .footer-util__item:after {
    display: inline-block;
    overflow: hidden;
    background: url(/resource/templete/stat/common/img/common/layout_m.png) 0 0
      no-repeat;
    background-size: 200px auto;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
  }
}
@media screen and (max-width: 768px) {
  .sub .footer-logo .sp_logo,
  .sub .footer-sns__item a .ico,
  .sub .footer-util__item:after {
    display: inline-block;
    overflow: hidden;
    background: url(/resource/templete/stat/common/img/common/layout_m.png) 0 0
      no-repeat;
    background-size: 200px auto;
    font-size: 5px;
    color: transparent;
    vertical-align: top;
  }
}
.footer {
  background: #f1f1f1;
}
.footer__inner-top {
  background: #4a5862;
}
.footer__inner-top .inner {
  max-width: 1240px;
  max-height: 56px;
  margin: 0 auto;
}
.footer__inner-top .inner:after {
  display: block;
  clear: both;
  content: '';
}
.footer__inner-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 0 46px;
}
.footer__inner-bottom .inner:after {
  display: block;
  clear: both;
  content: '';
}
/* 안내 영역 */
.footer-util__list {
  float: left;
  font-size: 0;
}
.footer-util__item {
  display: inline-block;
  position: relative;
  margin: 16px 17px 16px 0;
  padding-right: 18px;
  font-size: 17px;
  color: #fff;
}
.footer-util__item:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 18px;
  background: #717e87;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}
.footer-util__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-util__item:last-child:before {
  display: none;
}
.footer-util__item .fot_mo {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-util__item .fot_mo {
    display: block;
  }
  .footer-util__item .fot_pc {
    display: none;
  }
  .footer-util__item {
    padding-right: 10px;
  }
}
/* 안내 영역 */
.footer-sns__list {
  float: right;
  font-size: 0;
}
.footer-sns__item {
  display: inline-block;
}
.footer-sns__item:first-child {
  margin-left: 0;
}
.footer-sns__item a {
  display: block;
  padding: 12px 5px 17px;
}
.footer-sns__item a .ico {
  width: 25px;
  height: 25px;
}
.footer-sns__item .instagram .ico {
  background-position: 0 -161px;
}
.footer-sns__item .blog .ico {
  background-position: -27px -161px;
}
.footer-sns__item .facebook .ico {
  background-position: -54px -161px;
}
.footer-sns__item .twitter .ico {
  background-position: -81px -161px;
}
.footer-sns__item .youtube .ico {
  background-position: -108px -161px;
}
/* 정책, 법령 */
.policy-wrap {
  float: left;
}
.policy-wrap .policy__list {
  font-size: 0;
}
.policy-wrap .policy__item {
  display: inline-block;
  margin-right: 14px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.policy-wrap .policy__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px 9px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.policy-wrap .policy__item:first-child a {
  padding-left: 0;
  color: #ab2c08;
  font-weight: 700;
}
.mo_policy-wrap {
  display: none;
}
/* 유관사이트 */
.family-wrap {
  overflow: hidden;
  text-align: right;
}
.family-wrap .family-select-wrap {
  width: 223px;
  height: 36px;
  padding: 0 18px 0 14px;
  background: #fff url(/resource/templete/stat/common/img/common/arrow_down.png)
    100% 50% no-repeat;
  font-size: 15px;
  color: #000;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.family-wrap .site-go {
  height: 36px;
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
  background: #777;
}
.ie9 .family-wrap .family-select-wrap {
  padding: 4px 0;
}
.ie9 .family-wrap .family-select-wrap:after {
  display: none;
}
.info-wrap {
  position: relative;
  margin-top: 26px;
  padding-left: 212px;
}
.footer-logo {
  position: absolute;
  top: 13px;
  left: 1px;
  width: 212px;
  height: 50px;
  vertical-align: top;
}
.footer-logo .sp_logo {
  width: 320px;
  height: 52px;
  background-size: 100% auto;
}
.contact__list {
  float: left;
  margin: -12px 0 0 30px;
}
.contact__item {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #515151;
}
.contact__item:first-child {
  margin-top: 0;
}
.contact__item .tel {
  display: inline-block;
}
.contact__item .lnk_tel {
  display: none;
}
.footer__item-contact {
  margin-left: 12px;
}
.footer__item-contact:first-child {
  margin-left: 0;
}
.footer__item-rights {
  font-weight: 500;
}
.certificate__list {
  overflow: hidden;
  font-size: 0;
  text-align: right;
}
.certificate__list .certificate__item {
  display: inline-block;
  margin-left: 16px;
}
.certificate__list .certificate__item:first-child {
  margin: 0;
}
.certificate__list .certificate__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.certificate__list .item--wa {
  width: 68px;
}
.certificate__list .item--open {
  width: 77px;
}
.certificate__list .item--isms {
  width: 43px;
}
.certificate__list .item--qrcode {
  width: 45px;
}
/* 메인페이지 */
@media screen and (max-width: 1200px) {
  .main .footer__inner-top {
    position: relative;
  }
  .main .footer__inner-top .inner {
    max-width: none;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .footer__inner-bottom {
    position: relative;
    max-width: none;
    padding: 118px 15px 65px;
  }
  .main .policy-wrap {
    display: none;
  }
  .main .mo_policy-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main .mo_policy-wrap .policy-select-wrap {
    width: 75%;
    height: 36px;
    padding: 0 18px 0 14px;
    background: #fff url(/resource/templete/stat/common/img/common/arrow_down.png)
      100% 50% no-repeat;
    font-size: 15px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .mo_policy-wrap .site-go {
    width: 25%;
    height: 36px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    background: #7d7d7d;
  }
  .main .family-wrap {
    margin-top: 10px;
    font-size: 0;
    text-align: center;
  }
  .main .family-wrap .family-select-wrap {
    width: 75%;
  }
  .main .family-wrap .site-go {
    width: 25%;
  }
  .main .info-wrap {
    position: static;
    margin-top: 13px;
    padding: 0;
  }
  .main .contact__list {
    float: none;
    margin: 0;
    text-align: center;
  }
  .main .contact__item {
    font-size: 1.4rem;
    word-break: keep-all;
  }
  .main .contact__item a {
    display: inline-block;
    text-decoration: underline;
  }
  .main .footer-util__list {
    float: none;
  }
  .main .footer-util__item {
    margin: 8px 6px 8px 0;
    font-size: 1.5rem;
  }
  .main .footer-util__item:first-child,
  .main .footer-util__item:nth-child(2) {
    display: none;
  }
  .main .footer-util__item:last-child {
    margin-right: 0;
  }
  .main .footer-util__item:after {
    display: none;
  }
  .main .footer-sns__list {
    float: none;
    position: absolute;
    left: 50%;
    bottom: -140px;
    z-index: 1;
    width: 100%;
    margin-left: -50%;
    text-align: center;
  }
  .main .footer-sns__item a .ico {
    width: 29px;
    height: 29px;
    z-index: 1;
  }
  .main .footer-logo {
    top: 20px;
    left: 50%;
    width: 156px;
    height: 37px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main .footer-logo .sp_logo {
    width: 133px;
    height: 32px;
    background-position: 0 0;
    background: url(/resource/templete/stat/common/img/common/header_logo.png);
  }
  .main .footer-sns__item .instagram .ico {
    background-position: 0 -75px;
  }
  .main .footer-sns__item .blog .ico {
    background-position: -31px -75px;
  }
  .main .footer-sns__item .facebook .ico {
    background-position: -62px -75px;
  }
  .main .footer-sns__item .twitter .ico {
    background-position: -93px -75px;
  }
  .main .footer-sns__item .youtube .ico {
    background-position: -124px -75px;
  }
  .main .certificate__list {
    margin-top: 20px;
    text-align: center;
  }
}
/* 서브페이지 */
@media (min-width: 768px) and (max-width: 1239px) {
  /* .sub .footer{min-width:1240px} */
  .sub .footer__inner-top {
    padding: 0 30px;
  }
  .sub .footer__inner-bottom {
    padding: 20px 30px 46px;
  }
}
@media screen and (max-width: 1200px) {
  .contact__item .lnk_tel {
    display: block;
  }
  .contact__item .tel {
    display: none;
  }
  .sub .footer__inner-top {
    position: relative;
  }
  .sub .footer__inner-top .inner {
    max-width: none;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub .footer__inner-bottom {
    position: relative;
    max-width: none;
    padding: 118px 15px 65px;
  }
  .sub .policy-wrap {
    display: none;
  }
  .sub .mo_policy-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
  }
  .sub .mo_policy-wrap .policy-select-wrap {
    width: 75%;
    height: 36px;
    padding: 0 18px 0 14px;
    background: #fff url(/resource/templete/stat/common/img/common/arrow_down.png)
      100% 50% no-repeat;
    font-size: 15px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sub .mo_policy-wrap .site-go {
    width: 25%;
    height: 36px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
    background: #7d7d7d;
  }
  .sub .family-wrap {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .sub .family-wrap .family-select-wrap {
    width: calc(75% - 1px);
  }
  .sub .family-wrap .family-select-wrap .opt-tit {
    font-weight: 700;
  }
  .sub .family-wrap .site-go {
    width: 25%;
  }
  .sub .info-wrap {
    position: static;
    margin-top: 13px;
    padding: 0;
  }
  .sub .contact__list {
    float: none;
    margin: 0;
    text-align: center;
  }
  .sub .contact__item {
    font-size: 14px;
    word-break: keep-all;
  }
  .sub .contact__item a {
    display: inline-block;
    text-decoration: underline;
  }
  .sub .footer-util__list {
    float: none;
  }
  .sub .footer-util__item {
    margin: 8px 6px 8px 0;
    font-size: 15px;
  }
  .sub .footer-util__item:first-child,
  .sub .footer-util__item:nth-child(2) {
    display: none;
  }
  .sub .footer-util__item:last-child {
    margin-right: 0;
  }
  .sub .footer-util__item:after {
    display: none;
  }
  .sub .footer-sns__list {
    float: none;
    position: absolute;
    left: 50%;
    bottom: -118px;
    z-index: 10;
    width: 100%;
    margin-left: -50%;
    text-align: center;
  }
  .sub .footer-sns__item a .ico {
    width: 29px;
    height: 29px;
    z-index: 1;
  }
  .sub .footer-logo {
    top: 20px;
    left: 50%;
    width: 200px;
    height: 37px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sub .footer-logo .sp_logo {
    width: 200px;
    height: 32px;
    background: url(/resource/templete/stat/img/common/nl_logo.png) no-repeat center / contain;
  }
  .sub .footer-sns__item .instagram .ico {
    background-position: 0 -75px;
  }
  .sub .footer-sns__item .blog .ico {
    background-position: -31px -75px;
  }
  .sub .footer-sns__item .facebook .ico {
    background-position: -62px -75px;
  }
  .sub .footer-sns__item .twitter .ico {
    background-position: -93px -75px;
  }
  .sub .footer-sns__item .youtube .ico {
    background-position: -124px -75px;
  }
  .sub .certificate__list {
    margin-top: 20px;
    text-align: center;
  }
}
/*-- footer.css */
@media screen and (max-width: 768px) {
  .none_mobile {
    display: none;
  }
}

.btnGoSite {
  display: inline-block;
  width: 27.28125%;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #197ac4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 10px 3% 10px;
}


@media ( max-width : 550px ){
	.personal-wrap .login-bx .text { font-size : 13px; padding-top : 15px }
	.mobileDetailBook { bottom : 49px }
	#loan_able_msg,#loan_able_msg2 { font-size : 16px; padding-right : 30px }
	.mobileDetailBook a { padding : 3px 0 }
	.header__utils-wrap--mobile .mobileNavBtm a { padding : 1px 0 }
	
}

@media print {
.header-wrap,
.breadcrumbs,
#lnb,
#footer {display : none }
	
}

.ui-tooltip {
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	background: #000;
	max-width: 100%;
	padding: 10px;
}

.tooltip-inner {
	width: 100%;
	max-width: 100%;
}

.btn:focus, .btn:hover, .btn:after {
	color:white !important;
}