@charset "utf-8";
/*
	-----------------------------------------------
	* all_layout.css (사용자 공용 레이아웃)
	-----------------------------------------------
*/
/* 페이지 상단 슬라이딩 팝업 */
.sliding_popup {background:#fff; position:relative; border-bottom:1px solid #bbb;}
.sliding_popup .inner {position:relative; max-width:1400px; margin:0px auto; text-align:center; padding:1px 0;}
.sliding_popup .inner img {display: block;margin: 0 auto;max-height: 100%;}
.sliding_popup .swiper-wrapper {height: auto;}
.sliding_popup .swiper-pagination {width: 94px;left: auto;right: 26rem;bottom: 1.0rem;font-size: 1.3rem;line-height: 1.2rem;background: rgba(255,255,255,0.7);padding: 0.75rem 0;border-radius: 20px;color: #333;}
.sliding_popup .swiper-pagination .swiper-pagination-current {color: #ff5722;font-weight: 600;}
.sliding_popup .control {position: absolute;right: 1rem;bottom: 0.7rem;z-index: 99; /*overflow: hidden;*/}
.sliding_popup .control >* {font-size: 1.2rem;color: #fff;vertical-align: middle;float: left;}
.sliding_popup .control label {display: inline-block;height: 30px;padding: 0 10px;line-height: 30px;background: #333;float: left;border-radius: 4px 0 0 4px;}
.sliding_popup .control a[class^=btn_] {display: inline-block;height: 30px;line-height: 30px;padding: 0 15px;float: left;}
.sliding_popup .control .btn_close {background: #ff5722;border-radius: 0 4px 4px 0;}
.sliding_popup .control .btn_play, .sliding_popup .control .btn_stop {background: rgba(0,0,0,0.3) url('./../../common/img/common/spr_slide_controls.png') 0 0 no-repeat;text-indent: -9999px;border-radius: 50%;margin: 0.2rem 2rem 0 0;height: 28px !important;padding: 0 14px !important;}
.sliding_popup .control .btn_play:hover, .sliding_popup .control .btn_stop:hover {background-color: rgba(0,0,0,0.6) }
.sliding_popup .control .btn_play {background-position: -20px -64px;}
.sliding_popup .control .btn_stop {background-position: 11px -64px;}
.sliding_popup .swiper-button-prev.swiper-button-disabled, .sliding_popup .swiper-button-next.swiper-button-disabled {pointer-events: auto !important;}
.swiper-button-next:focus-visible , .swiper-button-prev:focus-visible {outline:2px solid #ff5722;}

/* 팝업레이어 */
.popup_layer {background: #fff;border: 1px solid #777;}
.popup_layer .popup_cont {text-align: center;}
.popup_layer .popup_cont img {display: block;}
.popup_layer .ctrl {background: #333;color: #efefef;height: 48px;padding:1rem;font-size: 1.4rem;}
.popup_layer .ctrl .fL {line-height: 180%;}
.popup_layer .ctrl .btn_close {height: 28px;background: #222;border-radius: 0.4rem;color: #888;padding: 0.3rem 0.6rem 0.3rem 2rem;border: 1px solid #000;position: relative;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}
.popup_layer .ctrl .btn_close:before {content: '';width: 9px;height: 10px;background: url('../img/common/spr_common.png') -132px -121px no-repeat;position: absolute;left: 7px;top: 10px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}
.popup_layer .ctrl .btn_close:hover, .popup_layer .ctrl .btn_close:focus {color: #fff;border-color: #666;}
.popup_layer .ctrl .btn_close:hover:before, .popup_layer .ctrl .btn_close:focus:before {background-position: -132px -145px}

/* layout */
#gnbWrap >div, #innerHead >div, #lnbWrap nav, #bannerWrap >div, #container, .familysite, footer .info_wrap {margin: 0 auto; position: relative;}
#lnbWrap .lnb_sub, .cont_wrap >div {position: relative;}
#container {padding: 2.4rem 0;}
#snbWrap {float: left;width: 18%;}
#content {float: right;width: 78%;}

/* header */
#gnbWrap {background: #f3f3f3;}
#gnbWrap li {float: left;}
#gnbWrap li >a {display: block; padding: 1.1rem; font-size: 1.4rem;}
#gnbWrap li >a:hover, #gnbWrap li >a:focus {color: #000; text-decoration: underline;}
#gnbWrap .gnb_nav >li {border-left: 1px solid #bbb;}
#gnbWrap .gnb_nav >li:after {content: ''; width: 1px; height: 10px;background: #ddd;}
#gnbWrap .gnb_nav >li:last-child {border-right: 1px solid #bbb;}
#gnbWrap .gnb_option {position: absolute; top: 0; right: 0;}
#gnbWrap .gnb_option button {color: #fff;font-size: 1.4rem;padding: 0.3rem 0.6rem 0.4rem 1.9rem;border-radius: 4px;margin-top: 5px;margin-left: 5px;position: relative;}
#gnbWrap .gnb_option button:before {content: '';width: 11px;height: 14px;position: absolute;top: 50%;left: 7px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-image: url('./../../common/img/common/spr_common.png');background-repeat: no-repeat;}
#gnbWrap .gnb_option li:last-of-type >button {margin-right: 1rem;}
#gnbWrap .gnb_option .btn_certi {background-color: #00bcd4;}
#gnbWrap .gnb_option .btn_certi:hover {background-color: #00a694;}
#gnbWrap .gnb_option .btn_certi:before {background-position: -131px -59px;}
#gnbWrap .gnb_option .btn_certi_cancel {background-color: #9e9e9e;}
#gnbWrap .gnb_option .btn_certi_cancel:hover {background-color: #666;}
#gnbWrap .gnb_option .btn_certi_cancel:before {background-position:-131px -87px;}

#innerHead >div {padding: 2.4rem 0;}
#innerHead h1 {position: absolute;z-index: 99;top:39px; left:20px;}
#innerHead h1 a {display:block; font-size:2.8rem /* 28px */; }

#openMenu, #openSearch, #m_menu {display: none;}
#openMenu {left: 1rem;background: #335cd9;}
#openMenu .bar {width: 24px;height: 3px;background:#fff;position: absolute;left: 9px;display: inline-block;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
#openMenu span:nth-of-type(2) {top: 15px;}
#openMenu span:last-of-type {top: 25px;}
#openMenu.close span:nth-of-type(2) {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top: 11px;left: 14px;}
#openMenu.close span:last-of-type {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top: 28px;left: 12px;}
#openSearch {right: 1rem;background: #ff4e00 url('./../img/common/spr_common.png') -48px 9px;}
#openSearch.close {background-position: -82px 9px !important;}
#searchWrap {width: 42%;position: relative;margin: 0 auto;font-size: 1.5rem;}
.total_search {border:4px solid #29a3e0;background: #fff;overflow:hidden;}
.total_search li {position:relative; float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0.5rem 0 0.5rem 0.5rem;}
.total_search li:nth-child(2) {width:68%;}
.total_search li:nth-child(3) {position:absolute; right:0; top: 0; padding: 0;}
.total_search input[type="submit"] {padding: 1.7rem 20px; margin: 0;cursor: pointer;}
.total_search select,.total_search input[type="text"] {border: 1px solid #fff; color: #777;}
.total_search input[type="text"] {width: 100%;margin: 0;}
.total_search input#qt {ime-mode: active;}

#lnbWrap {height: 69px !important;position: relative;z-index: 99999;left: 0;}
#lnbWrap .layer {width: 100%;height: 67px;z-index: 99999;overflow: hidden;position: relative;}
#lnbWrap .layer.on:before {content: '';display: block;position: absolute;top: 55px;left: 0;right: 0;bottom: 0;}
#lnb li {text-align: left;}
#lnb a {display: block;word-break: break-all;}
#lnb >li {float: left;display:block;}
#lnb >li >a{width:100%;display: block;text-align: center;padding: 1.8rem 0 1.7rem;position: relative;font-weight: 500;}
#lnb >li >a:before {content: '';display: block;position: absolute;left: 50%;bottom:0;-webkit-transform: translate(-50%, -0%); -ms-transform: translate(-50%, -0%);transform: translate(-50%, -0%);height: 3px;background: #fff;}
#lnb >li >a:hover:before, #lnb >li >a:focus:before {-webkit-animation:activeLine 0.5s forwards;animation:activeLine 0.5s forwards;}
#lnb >li >a >span {text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-family:'Cheonjeonri'; max-width:100%; overflow:hidden; display:inline-block; padding:0 50px;}
#lnb >li >a[target=_blank] >span{position: relative;padding-right: 2.3rem;}
#lnb >li >a[target=_blank] >span:after {content: '';width: 20px;height: 18px;background: url('./../../common/img/common/spr_common.png') 0 -69px no-repeat;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.lnb_sub .depth02 {position: relative;}
#lnb .depth03 {padding-bottom: 1.3rem;}
#lnbWrap .lnb_sub {position: absolute !important; top: 68px; right: 0; margin: 0 auto; display: none;}
#lnbWrap .lnb_sub.on {display: block;}

#lnbWrap.type01 #lnb .lnb_sub {position:absolute; left:0; right:0; top:66px; background:#fff; z-index:-9999;}
#lnbWrap.type01 .layer.on #lnb .on .lnb_sub {z-index:1;}

@-webkit-keyframes activeLine {
    0% {width:0}
    100% {width:40px}
}
@keyframes activeLine {
    0% {width:0}
    100% {width:40px}
}
/* header > menuLayer TYPE01 */
#lnbWrap.type01 .lnb_sub .tit {/* display: none; */}
#lnbWrap.type01 .depth02 >li {float: left;width:20%}
#lnbWrap.type01 .depth02 >li >a {display: block;position:relative;line-height:1.5;font-size: 1.7rem;padding: 1.3rem 1.3rem 1.3rem 2rem;padding-right: 10px; margin: 10px 0;letter-spacing: -0.5pt; border-radius: 12px 0/ 12px 0;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
#lnbWrap.type01 .depth02 >li >a >span {text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:98%;overflow:hidden;display: inline-block;position: relative;vertical-align: middle; font-family:'Cheonjeonri';}
#lnbWrap.type01 .depth02 >li >a[target=_blank] >span {padding-right: 2rem;}
#lnbWrap.type01 .depth02 >li >a[target=_blank] >span:after {content: '';width: 17px;height: 15px;background: url('./../../common/img/common/spr_common.png') 0 0 no-repeat;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#lnbWrap.type01 .depth03 >li {position: relative;}
#lnbWrap.type01 .depth03 >li >a {font-size: 1.5rem;line-height: 120%;padding: 0.7rem 0 0.7rem 1rem;letter-spacing: -0.5pt;}
#lnbWrap.type01 .depth03 >li >a[target=_blank] >span {text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;overflow:hidden;display: inline-block;position: relative;padding-right: 2.5rem;}
#lnbWrap.type01 .depth03 >li >a[target=_blank] >span:after {content: '';width: 14px;height: 12px;background: url('./../../common/img/common/spr_common.png') -23px 0 no-repeat;position: absolute;right: 10px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#lnbWrap.type01 .depth03 >li >a[target=_blank]:hover >span:after {background-position: -23px -22px; position: absolute;right: 10px; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#lnbWrap.type01 .depth03 >li >a:before {content: '';position: absolute;width: 4px;height: 2px;left: 1px;top: 1.5rem;}
#lnbWrap.type01 .depth03 >li:last-child a {border-bottom: none;}
#lnbWrap.type01 .depth03 >li >a:hover {font-weight: 400;}

/* header > menuLayer TYPE02 */
#lnbWrap.type02:hover {-webkit-box-shadow: 0 10px 0 0 rgba(255,255,255,1);box-shadow: 0 10px 0 0 rgba(255,255,255,1);}
#lnbWrap.type02 .layer.on:before {top: 63px;border-bottom: 1px solid #fff;}
#lnbWrap.type02 .lnb_sub .tit {width: 197px;display: block;text-align: left;font-size: 3rem;margin: 3rem 0 0 0;font-weight: 500;letter-spacing: -0.5pt;color: #0b3c80;padding-bottom: 3rem;}
#lnbWrap.type02 .lnb_sub .tit, #lnbWrap.type02 .lnb_sub .depth02 {float: left;}
#lnbWrap.type02 .depth02 {width: 1203px;overflow: hidden;padding: 1rem 0;}
#lnbWrap.type02 .depth02 >li >a {width: 206px;padding: 1.4rem 2rem;position: relative;color: #fff;font-weight: 500;}
#lnbWrap.type02 .depth02 >li >a >span {position: relative;display: inline-block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:100%;overflow:hidden;display: inline-block;vertical-align: middle;}
#lnbWrap.type02 .depth02 >li >a[target=_blank] >span {padding-right: 2.2rem;}
#lnbWrap.type02 .depth02 >li >a[target=_blank] >span:after {content: '';width: 17px;height: 16px;background: url('./../../common/img/common/spr_common.png') 0 1px no-repeat;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#lnbWrap.type02 .depth02 >li >a.on, #lnbWrap.type02 .depth02 >li >a:hover {background-color: #012256;}
#lnbWrap.type02 .depth02 >li >a, #lnbWrap.type02 .depth03 {float: left;}
#lnbWrap.type02 .depth03 {width: 81%;margin-left: 2rem;position: relative;}
#lnbWrap.type02 .depth03:last-of-type {border-bottom: 1px solid #ddd;padding: 1rem 0;}
#lnbWrap.type02 .depth03 >li {padding: 0.4rem 0;float: left;}
#lnbWrap.type02 .depth03 >li >a {position: relative;padding: 0 10px 0 8px}
#lnbWrap.type02 .depth03 >li >a.on {color: #1c91f5;font-weight: 500;}
#lnbWrap.type02 .depth03 >li >a:hover {text-decoration: underline;}
#lnbWrap.type02 .depth03 >li >a[target=_blank] {padding-right: 0;}
#lnbWrap.type02 .depth03 >li >a[target=_blank] >span {position: relative;}
#lnbWrap.type02 .depth03 >li >a[target=_blank] >span:before {content: '';width: 14px;height: 12px;background: url('./../../common/img/common/spr_common.png') -23px 0 no-repeat;position: absolute;right: -20px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#lnbWrap.type02 .depth03 >li:not(:last-of-type) >a:after {content: '';width: 1px;height: 14px;background-color: #bbb;display: inline-block;margin-left: 1.6rem;}
#lnbWrap.type02 .depth03 >li >a[target=_blank]:after {margin-left: 3.6rem;}

/* header > menuLayer DEPART */
#lnbWrap.type01 .lnb_sub.depart .depth02 >li >a, #lnbWrap.type02 .lnb_sub.depart .depth02 >li >a {background-color:#fff !important;}
#lnbWrap.type02 .lnb_sub.depart .depth02 {width: 100%;}
#lnbWrap.type02 .lnb_sub.depart .depth02 li >a {border-radius: 10px;}
#lnbWrap .lnb_sub.depart {background-color: #fff;background-image: none;}
#lnbWrap .lnb_sub.depart:before {content: '';position: absolute;top: -5px;left: 0;background: #fff;display: inline-block;width: 100%;height: 5px;}
#lnbWrap .lnb_sub.depart .tit {display: none;}
#lnbWrap .lnb_sub.depart .depth02 li:not(:last-child) {margin-right: 1.5%;}
#lnbWrap .lnb_sub.depart .depth02 li {width: 11.1875%;float: left;border: 1px dashed #ccc;border-radius: 10px;background-color: #fff;margin-right: 0;margin-bottom:1.5rem;padding:0;overflow:hidden}
#lnbWrap .lnb_sub.depart .depth02 li:hover {border-color: #666;background-color: #f5f0eb;}
#lnbWrap .lnb_sub.depart .depth02 li >a {padding: 2rem 1rem 1.5rem;text-align: center;display: block;width: 100% !important;margin:0}
#lnbWrap .lnb_sub.depart .depth02 li >a:before {content: '';width: 60px;height: 60px;display: inline-block;background: url('./../../portal/img/common/spr_depart.png') 7px 14px no-repeat;-webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
#lnbWrap .lnb_sub.depart .depth02 li:hover >a {background-color: #f5f0eb !important;text-decoration: none !important;font-weight: 500;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(1):hover >a:before {background-position: 7px -84px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(2) >a:before {background-position: -89px 13px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(2):hover >a:before {background-position: -89px -84px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(3) >a:before {background-position: -182px 7px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(3):hover >a:before {background-position: -182px -89px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(4) >a:before {background-position: -273px 12px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(4):hover >a:before {background-position: -273px -84px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(5) >a:before {background-position: -369px 11px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(5):hover >a:before {background-position: -369px -86px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(6) >a:before {background-position: -470px 10px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(6):hover >a:before {background-position: -470px -86px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(7) >a:before {background-position: -565px 11px}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(7):hover >a:before {background-position: -565px -84px}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(8) >a:before {background-position: -656px 9px;}
#lnbWrap .lnb_sub.depart .depth02 li:nth-of-type(8):hover >a:before {background-position:-656px -87px;}
#lnbWrap .lnb_sub.depart .depth02 li >a span {width: 100%;display: block;text-align: center;font-size: 1.5rem;color: #333;border-bottom: none; font-family:'Cheonjeonri';}

/* snb */
#snbWrap h2 {font-size: 2.3rem;text-align: center;padding:4.5rem 1rem; border-radius:4px; line-height:130%;}
.snb >li {margin: 5px 0;}
.snb >li >a {display: block; padding: 1.6rem 4rem 1.6rem 1.6rem;transition: 0.3s;border-radius: 4px;position: relative;line-height: 120%;word-break: break-all; font-family:'Cheonjeonri';}
.snb >li >a.state:before {content: '';width: 14px;height: 8px;background:url('./../img/common/spr_snb.png') 0 0 no-repeat;position: absolute;right: 5%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.snb >li >a.state.on:before, .snb >li >a.on:before {background-position: 0 -28px;}
.snb >li >a.state.on, .snb >li >a.on {background-position: 95% 24px;color:#fff !important;border-bottom: none;}
.snb >li >a.state.on {border-radius: 4px;}
.snb >li >a.state.on + ul {padding: 0.64rem 0;margin-top: -3px;border-radius: 0 0 4px 4px;}
.snb >li >ul >li {padding: 0 0.8rem;margin: 0.8rem 0;}
.snb >li >ul >li >a {display: block;color: #555;padding: 3px 0 2px 0.8rem;letter-spacing: -1pt;font-size:  1.5rem /* 15px */;position: relative;line-height: 120%;word-break: break-all; font-family:'Cheonjeonri';}
.snb >li >ul >li >a:hover {text-decoration: underline;}
.snb >li >ul >li >a:before {content: '';width: 4px;height: 4px;display: inline-block;vertical-align: middle;background: #fff;border: 1px solid #ccc;margin-right: 4px;}
.snb >li >ul >li >a.on {text-decoration: underline;color: #333;}
.snb >li >a.state.on[target=_blank] {padding-right: 5.9rem;}
.snb >li >a.state.on[target=_blank]:after {background-position: 0 0;right: 36px;}
.snb >li >ul >li >a[target=_blank] {padding-right: 3rem;}
.snb >li >ul >li >a[target=_blank]:after {content: '';width: 14px;height: 12px;background: url('./../img/common/spr_common.png') -23px 0 no-repeat;position: absolute;right: 4px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.snb >li >ul >li >a[target=_blank]:hover:after, .snb >li >ul >li >a[target=_blank]:focus:after {background-position: -23px -22px;}

/* content */
#conts {position: relative;}
#conts img {max-width: 100%;margin:0 auto; vertical-align:top;}
#titWrap {padding: 0 0 17px 0;position: relative;}
#titWrap h3 {font-size: 2.8rem;color: #333;line-height: 120%;letter-spacing: -1.5pt;margin-bottom: 1.6rem;}
.titSub { margin-top:65px; }
#spotWrap {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 1.44rem 0 1.28rem;}
#spotWrap ul li {float: left;}
.spot_list {float: left;margin: 0 0 5px 0;}
.spot_list a {vertical-align: middle; color: #666; text-decoration: underline;}
.spot_list a:hover {color: #117fc3 !important;text-decoration: underline;}
.spot_list >li {padding: 0 3px;position: relative;}
.spot_list >li:before {content: '';width: 5px;height: 7px;background: url('./../img/common/spr_spot.png') 0 -26px no-repeat;display: inline-block;vertical-align: middle;margin: 3px 8px 0 5px;}
.spot_list >li:first-child {padding-left: 0;}
.spot_list >li:first-child:before {width: 15px;height: 16px;background-position: 0 0;margin-top: 0;}
.spot_list >li:last-child >a {color: #4678c7;font-weight: 700;}
.sub_acc {float: right;}
.sub_acc li >a[class^=btn_] {position: relative;display: inline-block;width: 26px;height: 24px;background: url('./../img/common/spr_spot.png') -25px 0 no-repeat;margin:0 5px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.sub_acc .btn_print:hover, .sub_acc .btn_print:focus {background-position:-25px -34px;}
.sub_acc .btn_share {background-position: -60px 0 !important;}
.sub_acc .btn_share:hover, .sub_acc .btn_share:focus, .sub_acc .btn_share.on {background-position: -60px -34px !important;}
.share_list {width:259px;height: 53px;overflow: hidden;opacity: 0;position: absolute;bottom: -27px;right: 0;z-index: 10;display: none;}
.share_list >div {background: #e0f4ff;border: 2px solid #83ccf5;border-radius: 30px;padding: 10px 20px 10px 43px;position: absolute;right: -230px;-webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
.share_list >div:hover {background: #3a7fd8;border: 2px solid #2a71cc;}
.share_list >div:hover button.close {background-color: #000;}
.share_list li >button[class^=btn_] {width: 28px;height: 28px;background: url('./../img/common/spr_spot.png') -25px 0 no-repeat;margin: 0 2px;}
.share_list li >button[class^=btn_]:hover {background-color: #fff !important;}
.share_list li >button[class*=twitter] {background-color: #65b3ef;background-position: 7px -74px;}
.share_list li >button[class*=twitter]:hover {background-position: 7px -108px;}
.share_list li >button[class*=facebook] {background-color: #45619d;background-position: -16px -74px;}
.share_list li >button[class*=facebook]:hover {background-position: -16px -107px;}
.share_list li >button[class*=blog] {background-color: #36ae18;background-position: -39px -74px;}
.share_list li >button[class*=blog]:hover {background-position: -39px -107px;}
.share_list li >button[class*=story] {background-color: #f2b100;background-position: -61px -74px;}
.share_list li >button[class*=story]:hover {background-position: -61px -107px;}
.share_list li >button[class*=talk] {background-color: #574e43;background-position: -86px -74px;}
.share_list li >button[class*=talk]:hover {background-position: -86px -106px;}
.share_list li >button[class*=qrcode] {background-color:#f85a0c;background-position: -113px -73px;}
.share_list li >button[class*=qrcode]:hover {background-position: -113px -107px;}
.share_list button.close {width: 17px;height: 17px;position: absolute;top: 36%;left: 17px;background: #4296c5 url('./../img/common/spr_spot.png') -89px 6px no-repeat;color: #fff;border-radius: 50%; opacity:1;}
#contentsQrcode {position: absolute;right: 0;top: 154px;z-index: 10;background: #fff;padding: 2rem;border: 1px solid #bbb;border-radius: 20px;width: 259px;-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.18);box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.18);display: none;}
#contentsQrcode canvas {width: 100%;height: 217px;}

/* 하위메뉴(4~5차) */
.tab_depth04, .tab_depth05 {margin-bottom: 2rem;}
.tab_depth04 ul{overflow:hidden;width:100%}
.tab_depth04:after {display: block; clear: both; content: '';}
.tab_depth04> ul >li {float: left;margin: 0 0.5% 0.5% 0;}
.tab_depth04 .list01 >li {width: 100%;margin-right: 0;}
.tab_depth04 .list02 >li {width: 49.75%}
.tab_depth04 .list03 >li {width: 33%}
.tab_depth04 .list04 >li {width: 24.625%}
.tab_depth04 .list02 >li:nth-of-type(2n), .tab_depth04 .list03 >li:nth-of-type(3n),
.tab_depth04 .list04 >li:nth-of-type(4n), .tab_depth04 .list05 >li:nth-of-type(5n) {margin-right: 0;}
.tab_depth04 .list05 >li {width: 19.6%}
.tab_depth04 >ul >li >a {color: #999;display: block; text-align: center; padding: 1.6rem 1rem 1.3rem;border-radius: 0.4rem;font-size: 1.7rem;letter-spacing: -1pt; background: #e8edf0; border: 1px solid #dae1e5;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.tab_depth04 >ul >li >a >span {display: inline-block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;max-width: 100%;padding: 0.2rem 0.2rem 0.1rem;}
.tab_depth04 >ul >li >a[target=_blank] >span {position: relative;padding-right: 2.5rem;max-width: 96%;}
.tab_depth04 >ul >li >a[target=_blank] >span:after {content: '';width: 1.7rem;height: 1.6rem;background: url('./../img/common/spr_common.png') 0 -24px no-repeat;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.tab_depth04 >ul >li >a.on, .tab_depth04 >ul >li >a:hover, .tab_depth04 >ul >li >a:focus {
	border-color:#ccd0d3;background-color: #fff;color: #333;text-decoration: underline; font-weight:600}

.tab_depth05 {border:4px solid #f1f1f1;overflow: hidden;border-radius: 0.4rem;padding: 1rem 0;}
.tab_depth05 ul >li {float: left;}
.tab_depth05 ul >li a {position: relative;display: block;padding: 1rem 1rem 1rem 2rem;}
.tab_depth05 ul >li a >span {text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:86%;overflow:hidden;}
.tab_depth05 ul >li a >span, .tab_depth05 ul >li a:before {display: inline-block;vertical-align: middle;line-height: 120%;}
.tab_depth05 >ul >li >a[target=_blank] >span {position: relative;padding-right: 2.2rem;}
.tab_depth05 >ul >li >a[target=_blank] >span:after {content: '';width: 1.7rem;height: 1.6rem;background: url('./../img/common/spr_common.png') 0 -24px no-repeat;position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.tab_depth05 ul >li a:before {content: '';width: 1.8rem;height: 1.9rem;background: #b0bcc1 url('./../img/common/spr_common.png') 6px -94px no-repeat;margin-right: 0.8rem;border-radius: 0.3rem;}
.tab_depth05 ul >li a.on, .tab_depth05 ul >li a:hover, .tab_depth05 ul >li a:focus {color: #000;font-weight:600; text-decoration:underline;}
.tab_depth05 ul >li a.on:before, .tab_depth05 ul >li a:hover:before, .tab_depth05 ul >li a:focus:before {background-color: #333;}
.tab_depth05 ul.list01 >li {width: 100%;}
.tab_depth05 ul.list01 >li a >span {max-width:96%;}
.tab_depth05 ul.list02 >li {width: 50%;}
.tab_depth05 ul.list03 >li {width: 33.33%;}
.tab_depth05 ul.list04 >li {width: 25%;}

/* 위로 이동 버튼 */
.btn_scroll_top {position: fixed;right:6%;bottom: 6%;width: 5rem;height: 5rem;border: 1px solid #bbb;border-radius: 50%;background: rgba(255,255,255,1) url('./../img/common/spr_common.png') -47px -59px no-repeat;text-indent: -9999px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;z-index: 9999;-webkit-box-shadow: 0px 0px 11px 0 rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 11px 0 rgba(0,0,0,0.3);box-shadow: 0px 0px 11px 0 rgba(0,0,0,0.3);display: none;}
.btn_scroll_top:hover {background-color: rgba(51,51,51,0.9);background-position:  -47px -99px;border-color: #bbb;}

/* footer */
footer {font-size: 1.5rem;border-top: 1px solid #838e95;background: #333;}
.site_wrap {background: #e2e6e8;border-bottom: 1px solid #838e95;}
.familysite >li {float: left;width: 16.6666%;position: relative;border-right: 1px solid #838e95;border-bottom: 1px solid #838e95;}
.familysite >li:first-child, .familysite >li:nth-of-type(7n) {border-left: 1px solid #838e95;}
.familysite li div.on {display: block;}
.familysite_list {padding: 15px 7px 15px 17px;}
.familysite_list p {font-size: 1.6rem;}
.familysite_list p, .familysite_list p a {color: #000; margin-bottom: 5px; font-weight: 700;}
.familysite_list a:hover, .familysite_list a:focus {text-decoration: underline;}
.familysite_list ul {margin-top: 10px;}
.familysite_list ul > li > a:before {content: ''; display: inline-block; width: 3px; height: 3px; vertical-align: middle;margin-right: 5px; border-radius: 50%;}
.familysite_list ul > li > a[target=_blank]:after {content: '';width: 14px;height: 12px;float: right;margin: 3px 7px 0 0;background: url('./../img/common/spr_common.png') -23px 0 no-repeat;}
.familysite_list ul > li > a >span {display: inline-block;max-width: 80%;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden;}
.familysite >li {padding: 2px 0;}
.familysite >li div {display: none;position: absolute; left: -1px;width: calc(100% + 2px);background: #fff;bottom: 50px; border: 1px solid #5d6a73; border-top: 2px solid #5d6a73;z-index: 991;}
.familysite>li .list3 {width: 800px;}
.familysite>li .list3 > ul > li{float:left; width:150px; padding-bottom:20px;}
.familysite>li .list3 > ul > li:not(:first-of-type) {margin-left: 6px;}
.familysite>li .list3 .btn_close{padding-left:18px; width:233px;}
.familysite>li:nth-of-type(5) .list3 {left:auto;right: -1px;}
.familysite>li:nth-of-type(5) .list3 .btn_close {left:auto;right: 0;}
.familysite>li:nth-of-type(6n) .list3 {left:auto;right: -1px;}
.familysite>li:nth-of-type(6n) .list3 .btn_close {left:auto;right: 0;}
.familysite_list ul > li {padding: 0.7rem 0;}
footer .btn_open {display: block;padding: 1.6rem;background: url('./../img/common/spr_footer.png') 94% -137px no-repeat;}
footer .btn_close {width: 100%;display: block;padding: 1.8rem 1.6rem 1.8rem;background: url('./../img/common/spr_footer.png') 94% -169px no-repeat;position: absolute;left: 0;bottom: -51px;color: #fff;}
footer .info_wrap { padding: 26px 0;color: #a4acb1;position: relative;line-height: 150%;}
footer .info_wrap >div {float: left;}
.copy_logo {width: 18%;font-size: 2rem;padding: 1.6rem 0;}
.copy_info {width: 82%;}
.copy_info .contact {margin: 15px 0 3px;}
.copy_info .policy a {color: rgba(255,255,255,0.9);}
.copy_info .policy a:hover {color: rgba(255,255,255,1);}
.copy_info .policy li:first-child a {color: #ebc063; color: rgb(235, 192, 99,1);}
.copy_info .policy li, .copy_info .contact >li {float: left;}
.copy_info .policy >li:not(:last-child), .copy_info .contact >li {margin-right:10px}
.copy_info .policy >li:not(:last-child):after {content: '';display: inline-block;width: 3px;height: 3px;background: rgba(255, 255, 255, 0.5);margin-left: 10px;vertical-align: middle;}
.copy_info .contact >li:not(:last-child):after {content: '';display: inline-block;width: 1px;height: 9px;margin: 0 0 0 10px;background: rgba(255, 255, 255, 0.5);}


@media all and (max-width:400px) {
.sliding_popup {display:none;}
}
