@charset "utf-8";

/* header, footer, subpage 공통 네비게이션 ui */

/* 브라우저 버전 알림 */
.lt-ie11 #browser_alert {
	display: block;
}
#browser_alert {
	display: none;
	position: fixed;
	z-index: 2000;
	padding: 10px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: middle;
	text-align:center;
	background-color: #db4c3b;
}
#browser_alert a {
	color: #f9c461;
}
.browser_alert_close {
	display: inline-block; 
	margin-top: -2px; margin-left: 10px; 
	width: 13px; height: 13px; 
	font-family: sans-serif; line-height: 1.5em; vertical-align: middle; text-indent: -9999px; 
	background: url(../../images/client/popup/btn_close.png) no-repeat center; background-size: contain; 
	outline: none; border: none;
}

/* 로딩중 */
#loading {
	width: 100%; height: 100%;
	position: fixed; top: 0; bottom: 0;
	background: rgba(255,255,255,0.6);
	z-index: 1000;
}
#loading #loading_image{
	position: absolute; top: 50%; left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loading #loading_image > img {
	width: 150px;
}
#loading #loading_image span {
	display: block;
	padding: 0px 5px;
	font-weight: bold; font-size: 1.2rem;
}

/* 브라우저 버전 알림 */
.lt-ie11 #browseralert {
	display: block;
}
#browseralert {
	display: none;
	position: fixed; z-index: 2000;
	padding: 10px;
	width: 100%; 
	color: #fff; font-size: 14px; line-height: 1.5em; vertical-align: middle; text-align:center; 
	background-color: #db4c3b;
}
#browseralert a {
	color: #f9c461;
}
.browseralert_close {
	display: inline-block; 
	margin-top: -2px; margin-left: 10px; 
	width: 13px; height: 13px; 
	font-family: sans-serif; line-height: 1.5em; vertical-align: middle; text-indent: -9999px; 
	background: url(../../images/client/common/btn_browseralert_close.png) no-repeat center; background-size: contain; 
	outline: none; border: none;
}


/* 에러페이지 */
.error_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px 0;
	width: 100%; min-height: 100%; 
	justify-content: center; align-items: center;
	background-color: #f1f1f1;
}
.error_box {
	padding: 20px 280px 20px 20px;
	width: 720px; min-height: 200px;
	color: #727272; text-align: left; word-break: keep-all;
	background: url(../../images/client/common/bg_err.png) no-repeat right 40%; background-size: auto 200px;
}
.error_box strong {
	display: block;
	margin-bottom: 20px;
	font-size: 2.8rem; color: #464646;
}
.error_box p {
	margin-bottom: 20px;
	font-size: 1.7rem; line-height: 1.8em;
}
.error_box a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.6rem; color: #fff;
	background: #727272;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/* 바디 설정 */
body { overflow: visible; }
body.on { overflow: hidden; }

/* 스크롤 탑 */
.move_top {
	position: fixed; bottom: 50px; right: 3%; z-index: 1;
	display: block;
	width: 70px; height: 70px;
	font-size: 0; line-height: 0; 
	background: #fff url(../../images/client/common/btn_top.png) no-repeat center;
	background-size: contain;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
}
.move_top.on {
	z-index: 50;
	opacity: 1;
}
body.on .move_top {
	display: none;
}
.move_top svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.move_top circle {
	stroke-dasharray: 214;
	stroke-dashoffset: 214;
}
.blind{overflow: hidden !important; position: absolute !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; white-space: nowrap !important; transition: none !important;}


/* 페이지 전체 */
.page_wrap {
	position: relative;
	min-height: 100vh; 
	overflow-x: hidden;
}
.page_wrap.mainpage {
	background-color: rgb(241, 241, 241);
}
/* skip-nav */
.skip_nav a {
	position: absolute; top: -200px; left: 50%; z-index: 200;
	display: inline-block;
	padding: 1em 2em;
	color: #fff; font-size: 1.7rem; text-align: center;
	background-color: #1e2446;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.4);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	outline: none;
}
.skip_nav a:focus {
	top: 0;
}

/* 외부링크 */
.direct_link::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 1px;
	width: 17px; height: 15px;
	vertical-align: -3px;
	background: url(../../images/client/common/icon_direct.png) no-repeat;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn_round.direct_link::after {
	background: url(../../images/client/common/icon_direct_white.png) no-repeat;
}

/* header */
.nav_wrap {
	position: relative;
}
.header_wrap {
	position: fixed; top: 0; left: 0; z-index: 100;
	width: 100%;
}
.header_top {
	position: relative; z-index: 100;
}
.header_top > .grid_content {
	position: relative;
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: flex-start;
}
.header_logo {
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.header_logo a {
	display: block;
	width: 341px; height: 36px;
}
.header_logo img {
	display: block;
	width: 100%;
}
.btn_log {
	display: inline-block;
	padding: 0 15px;
	margin-right: 20px;
	height: 30px;
	color: #193296; font-size: 1.5rem; line-height: 30px; letter-spacing: -0.03em;
	background-color: #fff;
	border: 1px solid #193296;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn_log::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 11px; height: 26px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
}
.btn_log.login::before {
	background-image: url(../../images/client/common/icon_login.png);
}
.btn_log.logout::before {
	background-image: url(../../images/client/common/icon_logout.png);
}
.user_info {
	display: inline-block;
	padding-left: 25px;
	color: #193296;
	background: url(../../images/client/common/icon_user.png) no-repeat left center;
}
.user_info strong {
	font-weight: 600; vertical-align: 0;
}
.btn_admin { 
	margin-left: 10px;
	padding: 0 10px 0 25px;
	color: #193296; font-weight: 500; line-height: 26px; font-size: 1.3rem;
	background: #daf0f5 url(../../images/client/common/icon_admin.png) no-repeat 5px center; 
	border-radius: 8px;
}
.btn_menu {
	display: none;
}
/*.btn_searchunified {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	margin-top: -10px;
	width: 20px; height: 20px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/common/icon_search.png) no-repeat center;
}*/

.headersns_list > li {
	display: inline-block;
	margin-right: 10px;
} 
.headersns_list > li > a {
	display: block;
	width: 30px; height: 30px;
	text-indent: -9999px; 
} 
.headersns_list .blog {
	background-image: url(../../images/client/common/icon_blog.png);
}
.headersns_list .youtube {
	background-image: url(../../images/client/common/icon_youtube.png);
}
.headersns_list .facebook {
	background-image: url(../../images/client/common/icon_facebook.png);
}
.headersns_list .instagram {
	background-image: url(../../images/client/common/icon_instagram.png);
}
.headersns_list .kakaotalk {
	background-image: url(../../images/client/common/icon_kakaotalk.png);
}

.login_list {
	margin-left: auto;
	margin-right: 40px;
}
.login_list > li {
	display: inline-block;
}
.login_list > li > a {
	padding: 0 3px;
	color: #868686; font-size: 1.3rem;
}
.login_list > li > a::after {
	content: "·";
	display: inline-block; 
	margin: 0 -4px 0 4px;
	font-weight: 600;
}
.login_list > li:last-child > a::after {
	display: none;
}

.header_bottom {
	position: relative; z-index: 50;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb_wrap {
	height: auto;
}
.gnb_list {
	display: flex;
	justify-content: space-between;
	font-size: 0; line-height: 0; text-align: center;
}
.gnb_1depth {
	position: relative;
	display: inline-block; 
	min-width: 100px;
	vertical-align: top;
}
.gnb_1depth:last-child {
	margin-right: 0;
}
.gnb_1depth > a {
	position: relative;
	display: block;
	letter-spacing: -0.03em; font-size: 1.6rem; color: #5087be;
	line-height: 1em; font-weight: 500;
	font-family: KOHIBaeum, sans-serif; 
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb_1depth > a::before {
	content: "";
	display: block;
	margin: 0 auto 25px;
	width: 60px; height: 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb01 > a::before {
	background-image: url(../../images/client/common/img_gnb1.png);
}
.gnb02 > a::before {
	background-image: url(../../images/client/common/img_gnb2.png);
}
.gnb03 > a::before {
	background-image: url(../../images/client/common/img_gnb3.png);
}
.gnb04 > a::before {
	background-image: url(../../images/client/common/img_gnb4.png);
}
.gnb05 > a::before {
	background-image: url(../../images/client/common/img_gnb5.png);
}
.gnb06 > a::before {
	background-image: url(../../images/client/common/img_gnb6.png);
}
.gnb07 > a::before {
	background-image: url(../../images/client/common/img_gnb7.png);
}
.gnb08 > a::before {
	background-image: url(../../images/client/common/img_gnb8.png);
}
.gnb09 > a::before {
	background-image: url(../../images/client/common/img_gnb9.png);
}
.gnb_1depth > a::after {
	content: "";
	z-index: -1;
	position: absolute; top: 0; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 83px; height: 83px;
	background-image: url(../../images/client/common/bg_gnb.png);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
	opacity: 0;
} 
.gnb_1depth.on > a::after {
	opacity: 1;
}
.gnb_1depth.tar > a::after {
	opacity: 1;
}
.gnb_1depth a {
	display: block;
}
.gnb_1depth > a > span {
	position: relative;
	display: inline-block; 
	margin-bottom: 15px;
	line-height: 1.2em; word-break: break-all;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb_1depth > a > span::after {
	content: "";
	position: absolute; left: 50%; bottom: 0px; z-index: -1;
	display: block;
	width: calc(100% + 20px); height: calc(100% - 5px);
	background-color: #82d3e3;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
	opacity: 0;
}
.gnb_2depth {
	position: absolute; top: 120px; left: 50%;
	display: none;
	margin-left: -95px;
	padding: 13px 0;
	width: 190px; height: auto;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 3px 18px 0 rgba(25, 50, 150, 0.5); 
}
.gnb_2depth::before {
	content: "";
	position: absolute; top: 0; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: 19px; height: 8px;
	background-image: url(../../images/client/common/icon_gnbdeco.png);
	background-repeat: no-repeat;

}
.gnb_2depth > li {
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
} 
.gnb_2depth a {
	position: relative;
	margin-right: -18px;
	padding: 10px 3px; 
	display: block;
	word-break: keep-all; letter-spacing: -0.05em;
	font-size: 1.6rem; line-height: 1.3em; color: #000; font-weight: 500;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb_2depth a::after { 
	content: "";
	display: inline-block;
	margin-left: 5px; 
	margin-top: 2px;
	width: 13px; height: 11px;
	background-image: url(../../images/client/common/icon_gnbarrow.png);
	background-position: -14px center;
	background-repeat: no-repeat; 
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;  
} 
.gnb_2depth a strong { 
	word-break: keep-all; letter-spacing: -0.05em;
	font-size: 1.6rem; line-height: 1.3em; color: #000; font-weight: 500;
}
.gnb_more {  
	display: inline-block;
	margin-top: 3px; margin-left: 3px;
	width: 13px; height: 13px;
	font-size: 0; line-height: 0; vertical-align: top;
	background-image: url(../../images/client/common/icon_gnbmore.png); 
	background-position: center;
	background-size: contain; 
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.gnb_3depth {
	position: absolute; top: 0; left: 190px;
	z-index: -1;
	display: none;
	padding: 10px 0;
	width: 190px;
	text-align: left;
	background-color: #fff;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	box-shadow: 5px 3px 18px 0 rgba(25, 50, 150, 0.5);
}
.gnb_3depth a {
	position: relative;
	padding: 10px 3px;
	font-size: 1.6rem; color: #858c94; letter-spacing: -0.05em; text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
} 
.gnb_3depth a::after {
	display: none;
}
.gnb_2depth > li.on > a {
	margin-right: 0;
}
.gnb_2depth > li.on > a::after {
	display: none;
}

/* 상단 검색 영역 */
/*.search_area {
	position: absolute; top: 0; left: 0; z-index: 100;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.search_area .grid_content {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 70px;
	align-items: center;
}
.unifiedsearch_input {
	position: relative;
	margin: 0 auto;
	width: 520px;
	border-bottom: 1px solid #1e2446;
}
.unifiedsearch_input input[type="text"].form_style {
	display: block;
	padding: 0 50px 0 16px;
	width: 100%; height: 40px;
	font-size: 1.7rem; letter-spacing: -0.03em; line-height: 40px;
	border: none;
	outline: none; 
}
.unifiedsearch_input input[type="text"].form_style:focus {
	outline: none;
}
.unifiedsearch_input .btn_searchunified2 {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	margin-top: -15px;
	width: 30px; height: 30px;
	font-size: 0; line-height: 0;
	background: #1e2446 url(../../images/client/common/icon_search_white.png) no-repeat center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search_area .btn_searchclose {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	margin-top: -9px;
	width: 18px; height: 18px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/common/icon_close_navy.png) no-repeat center;
}*/

/* subpage visual */
.subpage_visual {
	position: relative;
	display: none;
	height: 360px;
	background: rgb(212,197,226);
background: linear-gradient(180deg, rgba(212,197,226,1) 1%, rgba(199,196,226,1) 49%, rgba(255,255,255,1) 100%);
}
.subpage_visual.on {
	display: block;
}
.subpage_visual .grid_content {
	position: relative;
	height: 100%;
}

/* lnb */
.lnb_wrap {
	position: absolute; bottom: 82px; left: 0; right: 0;
	font-size: 0;
	background-color: #c1c4d1;
} 
.lnb_wrap .btn_home {
    display: inline-block;
    width: 50px; height: 50px;
    font-size: 0; line-height: 0; vertical-align: top;
    background: url(../../images/client/common/icon_home.png) no-repeat center;  
	border-right: 1px solid #c1c4d1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.lnb_list {
	display: inline-flex; 
	height: 50px;
}  
.lnb_list li {
	border-right: 1px solid #c1c4d1;
}
.lnb_list li a {
	position: relative;
	display: flex;
	padding: 0 35px 0 15px;
	min-width: 280px; height: 100%;
	align-items: center;
	font-weight: 500; color: #193296; font-size: 1.5rem;
	line-height: 1.3em;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
} 
.lnb_list li a::before {
	content: "";
	position: absolute; right: 15px;
	width: 7px; height: 12px;
	background-image: url(../../images/client/common/icon_lnbarrow.png);
	background-repeat: no-repeat; 
} 
.lnb_list li .direct_link::after { 
	margin-top: 3px;
	width: 15px; height: 13px;
	background-size: contain;
}
.lnb_list li.on a {
	color: #fff; font-weight: 600;
	background-color: #6d7bb3;
} 
.lnb_list li.on a::before { 
	background-image: url(../../images/client/common/icon_lnbarrow_on.png);
}
.lnb_list li.on .direct_link::after { 
	background-image: url(../../images/client/common/icon_direct_white.png);
}
.lnb_list.lnb_flex {
	width: calc(100% - 50px);
}
.lnb_list.lnb_flex li {
	flex: 1;
}
.lnb_list.lnb_flex li a {
	min-width: auto;
}

/* footer */
.footer_wrap {
	color: #fff;
	background-color: #fbfbfb;
	border-top: 1px solid #6d6d6d;
}
.footer_top {
	padding: 10px 0;
	font-size: 0; line-height: 0;
	background-color: #101424;
}
.footer_top ul li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: 1.5rem; line-height: 1.5em;
}
.footer_top ul li::after {
	position: absolute; right: -17px; top: 10px;
	content: "";
	display: inline-block;
	width: 4px; height: 4px;
	background: #9a9a9a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer_top ul li:last-child::after {
	display: none;
}
.footer_top a {
	display: block;
	color: #fff;
}
.footer_bottom  { 
	background-color: #3f424f;
}
.footer_bottom > div {
	position: relative;
	padding: 15px 230px 15px 0;
}
.footer_bottom p {
	margin-bottom: 5px;
	color: #fff;
}
.footer_bottom .copyright {
	margin-bottom: 0;
}
.footer_bottom ul {
	margin-bottom: 5px;
}
.footer_bottom ul li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.footer_bottom ul li::after {
	position: absolute; right: -10px; top: 10px;
	content: "";
	display: inline-block;
	width: 2px; height: 2px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer_bottom ul li:last-child::after {
	display: none;
} 
.footer_logo {
	position: absolute; bottom: 30px; right: 0;
	width: 220px;
	font-size: 0; line-height: 0;
}
.footer_logo img {
	width: 100%;
}

/* 사이트맵 */
.btn_sitemapmenu {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	width: 20px; height: 13px;
	font-size: 0; line-height: 0; vertical-align: top;
	background: url(../../images/client/common/btn_sitemap.png) no-repeat center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sitemap {
	position: fixed; bottom: -100%; left: 0; z-index: 100;
	width: 100%; 
	transition: 0.6s;
}
.sitemap.on {
	bottom: 0;
}
.sitemap > .inner {
	position: relative;
	height: 100vh; max-height: 100vh;
	font-size: 0; line-height: 0;
	background: rgb(234,216,234);
	background: linear-gradient(180deg, rgba(234,216,234,1) 0%, rgba(177,199,231,1) 100%);
	border-radius: 100% 100% 0 0;
	-webkit-transition: 0.4s ease 0.2s;
	-moz-transition: 0.4s ease 0.2s;
	-o-transition: 0.4s ease 0.2s;
	transition: 0.4s ease 0.2s;
}
.sitemap.on > .inner { 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn_sitemap {
	position: absolute; top: 50px; right: 0; z-index: 10;
	display: block;
	width: 16px; height: 16px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/common/btn_sitemapclose.png) no-repeat center;
	background-size: contain;
}
.sitemap .grid_content {
	position: relative;
	padding-bottom: 20px;
	max-height: 100%;
	overflow-y: auto;
	opacity: 0;
}
.sitemap.on .grid_content {
	opacity: 1;
	-webkit-transition: 0.8s ease-out 0.6s;
	-moz-transition: 0.8s ease-out 0.6s;
	-o-transition: 0.8s ease-out 0.6s;
	transition: 0.8s ease-out 0.6s;
}
.sitemap .gnb_2depth {
	position: relative; top: inherit; left: inherit;
	display: inline-block;
	margin: 140px 0 0;
	padding: 0 20px;
	width: 25%;
	font-size: 1.5rem; line-height: 1.5em; vertical-align: top;
	background: transparent;
	box-shadow: none;
}
.sitemap .gnb_2depth::before { 
	display: none;
}
.sitemap .gnb_tit {
	position: relative; z-index: 10;
	display: inline-flex;
	margin-bottom: 10px; padding-top: 25px;
	font-size: 2.8rem;
	font-family: KOHIBaeum, sans-serif; color: #193296;
} 
.sitemap .line_wrap {
	position: relative;
	margin-bottom: 30px;
    width: 100%; height: 1px;
    background: rgba(25,50,150, 0.3); 
}
.sitemap .line_wrap .line { 
    position: absolute; left: 0; top: 0;
    width: calc(100% / 5);
    height: 100%;
    background: #193296;
    transition: width .4s ease;
}

/* .sitemap .gnb_tit::after {
	position: absolute; bottom: 0; left: 0;
	content: "";
	display: block;
	width: 0; height: 2px;
	background-color: #193296;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
} */
.sitemap a {
	color: #858c94; font-size: 1.6rem;
}
.sitemap .gnb_2depth > ul > li {
	margin-bottom: 14px;
}
.sitemap .gnb_2depth > ul > li:last-child {
	margin-bottom: 0;
}
.sitemap .gnb_2depth > ul > li > a {
	padding: 0;
}
.sitemap .gnb_2depth a {
	color: #fff; font-size: 2rem;
}
.sitemap .gnb_2depth .direct_link::after {
	margin-bottom: 2px;
	width: 17px; height: 15px;
	background-position: center;
	background-image: url(../../images/client/common/icon_direct.png);
}
.sitemap .gnb_2depth > ul ul {
	margin-top: 10px;
}
.sitemap .gnb_2depth > ul ul a {
	padding: 8px 15px;
	font-size: 1.8rem;
}
/*.sitemap .gnb_3depth {
	position: static;
	display: block;
	padding: 0; padding-bottom: 5px;
	width: 100%;
	background: transparent;
	box-shadow: none;
}
.sitemap .gnb_3depth > li {
	margin: 0; margin-bottom: 4px;
}
.sitemap .gnb_3depth > li:first-child {
	margin-top: 8px;
}
.sitemap .gnb_3depth > li:last-child {
	margin-bottom: 0;
}
.sitemap .gnb_3depth a {
	padding: 1px 3px 1px 10px;
	font-size: 1.4rem;
}
.sitemap .gnb_3depth a::before {
	left: 0;
}*/

/* header 스크롤시 */
body.scrolly .header_wrap {
	top: -100px;
	width: 100%; 
	background-color: #fff;
	box-shadow: 0 15px 38px rgba(25, 50, 150, 0.3); 
}
body.scrolly .header_logo {
	top: 114px; left: 0; z-index: 60;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
body.scrolly .header_logo a {
	width: 190px; height: 47px;
	background-image: url(../../images/client/common/header_logo2.png);
	background-repeat: no-repeat;
}
body.scrolly .header_logo a img {
	display: none;
}
body.scrolly .gnb_wrap {
	height: 80px;
}
body.scrolly .gnb_list {
	display: block;
	text-align: right;
}
body.scrolly .gnb_1depth {
	margin-right: 35px;
	width: auto;
	min-width: auto;
}
body.scrolly .gnb_1depth:last-child {
	margin-right: 0;
}
body.scrolly .gnb_1depth > a {
	display: flex;
	height: 80px;
	align-items: center;
	color: #000;
}
body.scrolly .gnb_1depth > a::before {
	display: none;
}
body.scrolly .gnb_1depth > a > span {
	margin-bottom: 0;
}
body.scrolly .gnb_2depth {
	top: 80px;
	text-align: center;
}
body.scrolly .gnb_1depth:nth-last-child(2) .gnb_2depth .gnb_3depth, body.scrolly .gnb_1depth:last-child .gnb_2depth .gnb_3depth {
	left: -190px;
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
} 
body.scrolly .gnb_1depth.tar a::after{
	display: none;
}

/* 페이지 전체 영역 */
.contents_wrap {
	position: relative;
	overflow: hidden;
}

/* 메인페이지 전체 영역 */
.mainpage_wrap {
	position: relative;
}

/* 서브페이지 전체 영역 */
.subpage_wrapper {
	position: relative;
	margin-top: -82px;
	padding-top: 50px; padding-bottom: 50px; 
}

/* ui guide */
.ui_tit {
	padding: 8px 16px;
	font-size: 1.6rem; color: #193296;
	background: #e1e4eb;
}
.ui_stit {
	margin-bottom: 5px;
	font-size: 2rem;
}
.ui_box {
	padding: 10px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.ui_section {
	margin-bottom: 30px;
}
.ui_colorbox {
	display: inline-block;
	width: 24px; height: 14px;
}

/* 외부링크 이동 */
.external_box {
	padding: 75px 90px;
	margin-top: 30px;
	height: 415px;
	background-color: #0094ff;
	background-image: url(../../images/client/sub/bg_externallink.png); 
	background-repeat: no-repeat;
	background-position: center bottom; 
}
.external_box p { 
	position: relative;
	color: #fff; font-size: 3.5rem; 
	font-family: KOHIBaeum, sans-serif;
	text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.39); 
}

@media screen and (max-width:1279px) {
	
	/* header 1279 */
	.header_logo a {
		width: 190px; height: 47px;
		background-image: url(../../images/client/common/header_logo2.png);
		background-repeat: no-repeat;
		
	}
	.header_logo img {
		display: none;
	}
	.login_list {
		margin-right: 30px;
	}


	.gnb_1depth { 
		min-width: 90px;
	}
	.gnb_1depth > a {
		font-size: 1.5rem;
	}
	.gnb_2depth a {
		font-size: 1.5rem;
	}



	/* 상단 검색 영역 1279 */
	/*.search_area .grid_content {
		padding-right: 40px;
		height: 70px;
	}
	.unifiedsearch_input {
		width: 100%;
	}*/

	/* header 스크롤시 1279 */
	body.scrolly .header_logo {
		top: 108px;
		width: 285px; height: 29px;
	}
	body.scrolly .gnb_wrap {
		height: 70px;
	}
	body.scrolly .gnb_1depth {
		margin-right: 20px;
	}
	body.scrolly .gnb_1depth > a {
		height: 70px;
	}
	body.scrolly .gnb_2depth {
		top: 70px;
	}
	body.scrolly .gnb_1depth:last-child .gnb_2depth {
		margin-left: -140px;
		background-position: right 40px top;
	}
	body.scrolly .gnb_1depth:nth-last-child(3) .gnb_3depth {
		left: -190px;
		-webkit-border-radius: 10px 0 10px 10px;
		-moz-border-radius: 10px 0 10px 10px;
		border-radius: 10px 0 10px 10px;
	}
	body.scrolly .gnb_1depth:last-child .gnb_2depth::before {
		left: auto; right: 45px;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	/* subpage visual 1279 */  

	/* lnb 1279 */  
	.lnb_list li a {
		min-width: 230px;  
	} 

	/* 사이트맵 1279 */
	.sitemap .gnb_tit {
		font-size: 2.4rem;
	}
	.sitemap .gnb_2depth a {
		font-size: 1.6rem;
	}
	.sitemap .gnb_2depth > ul ul a {
		font-size: 1.5rem;
	}

	/* 외부링크 이동 */
	.external_box {
		padding: 65px;
	}

}

/*=================== hover ===================*/
@media screen and (min-width:1025px) {
	
	/* 에러페이지 hover */
	.error_box a:hover {
		background-color: #454545;
	}

	.move_top:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}

	/* header hover */
	.btn_log:hover {
		color: #fff;
		background-color: #193296;
		box-shadow: 1px 0 10px 2px rgba(255, 255, 255, 0.7);
	}
	.btn_log.login:hover::before { 
		background-image: url(../../images/client/common/icon_login_on.png);
	}
	.btn_log.logout:hover::before { 
		background-image: url(../../images/client/common/icon_logout_on.png);
	}

	.gnb_1depth > a:hover::after {
		opacity: 1;
	}
	.gnb_1depth:hover > a > span {
		color: #193296;  
	} 
	.gnb_1depth > a:hover > span::after {
		opacity: 1;
	}
	body.scrolly .gnb_1depth:hover > a::after {
		display: none;
	} 
	body.scrolly .gnb_1depth:hover > a > span {
		color: #193296; font-size: inherit;
	} 
	body.scrolly .gnb_1depth > a:hover > span::after {
		opacity: 0;
	}
	.gnb_2depth > li:hover { 
		background-color: #daf0f5;
	}
	.gnb_2depth > li:hover a {
		margin-right: 0;
		color: #193296; font-weight: 600;
	}
	.gnb_2depth > li:hover a::after {
		background-position: center; 
	}
	.gnb_2depth > li:hover a strong { 
		color: #193296; font-weight: 600;
	}
		
	.gnb_3depth a:hover {
		background-color: #daf0f5;
	}
	.gnb_2depth a:hover .gnb_more {
		transform: rotate(90deg);
	}


	/* lnb hover */ 
	.lnb_wrap .btn_home:hover {
		background-color: #6d7bb3;
	}
	.lnb_list li:hover a {
		color: #fff; font-weight: 600;
		background-color: #6d7bb3;
	} 
	.lnb_list li:hover a::before {
		background-image: url(../../images/client/common/icon_lnbarrow_on.png);
	}
	.lnb_list li:hover .direct_link::after { 
		background-image: url(../../images/client/common/icon_direct_white.png);
	}

	/* 사이트맵 hover */ 
	.sitemap .gnb_2depth:hover .line_wrap .line {
		width: 100%;
	}
	.sitemap .gnb_2depth a:hover {
		color: #193296;
	} 
	
	/* side navigation bar hover */
	.snb_1depth:hover > a {
		color: #009ab7; 
	}
	.snb_1depth:hover > .direct_link::after {
		background-image: url(../../images/client/common/icon_direct_mint.png);
	}
	.snb_1depth:hover .snb_more {
		background-image: url(../../images/client/common/icon_gnb_more_green.png);
	}
	.snb_2depth li:hover a {
		color: #009ab7; 
	}
	.snb_2depth .direct_link:hover::after {
		background-image: url(../../images/client/common/icon_direct_mint.png);
	}
	
}
/*=================== //hover ===================*/
@media screen and (max-width:1024px) {
	
	/* header 1024 */
	.header_wrap {
		position: fixed; top: 0;
		width: 100%; height: 70px;
		background-color: #193296;
		box-shadow: 0 0 15px 2px rgba(11, 45, 180, 0.5);

	}
	.header_top {
		margin-bottom: 0;
		height: 70px;
	}
	.header_top > .grid_content {
		height: 100%;
	}
	.header_logo {
		left: 0; top: 33px;
		width: 190px; height: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header_logo a {
		width: 165px; height: 41px;
		background: url(../../images/client/common/header_logo2_white.png) no-repeat;
		background-size: contain;
	}
	.header_logo a img {
		display: none;
	}
	.user_info {
		display: none;
	}
	.btn_admin {
		position: absolute; bottom: -22px; right: 10px;
		padding: 0 10px;
		color: #fff; font-size: 1.2rem; line-height: 22px; font-weight: 400;
		background-color: #0aaccc;
		background-image: none;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	/*.btn_searchunified {
		right: 50px;
		margin-top: -12px;
		width: 24px; height: 24px;
		background-image: url(../../images/client/common/icon_search_mobile.png);
	}*/
	.btn_menu {
		display: block;
	}
	.btn_menu {
		position: absolute; top: 25px; right: 0; 
		display: block;
		width: 30px; height: 21px;
		font-size: 0; line-height: 0;
		background-color: rgba(0,0,0,0);
	}
	.btn_menu::after {
		content: "";
		display: block;
		clear: both;
	}
	.btn_menu span {
		float: right;
		display: block;
		width: 30px; height: 3px;
		margin-bottom: 6px;
		background-color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.btn_menu span:nth-child(2)::before, .btn_menu span:nth-child(2)::after {
		content: "";
		position: absolute; top: 50%; left: 50%;
		display: block;
		margin-top: -1px; margin-left: -15px;
		width: 30px; height: 3px;
		background: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		opacity: 0;
	}
	.btn_menu.on {
		top: 23px;
		height: 24px;
	}
	.btn_menu.on span:first-child, .btn_menu.on span:last-child {
		display: none;
	}
	.btn_menu.on span:nth-child(2){
		width: 20px;
		background: rgba(0,0,0,0);
	}
	.btn_menu.on span:nth-child(2)::before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 1;
	}
	.btn_menu.on span:nth-child(2)::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 1;
	}
	.btn_log {
		position: absolute; right: 50px; z-index: 10;
		margin: 0;
		padding: 0; 
		width: 37px; height: 35px;
		font-size: 0;
		background-color: transparent; background-repeat: no-repeat; 
		background-position: center;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.btn_log::before {
		display: none;
	}
	.btn_log.login {
		background-image: url(../../images/client/common/icon_login_mobile.png);
	}
	.btn_log.logout {
		background-image: url(../../images/client/common/icon_logout_mobile.png);
	}
	.header_bottom {
		position: fixed; top: 70px;
		display: none;
		margin: 0;
		width: 100%;
	}
	.header_bottom .headerlink_wrap {
		position: relative;
		padding: 15px 0 10px; 
		height: 90px;
		background-color: #fff;
	}
	.headersns_list {
		margin-bottom: 13px;
	}
	.login_list {
		margin: 0 auto;
	}
	.login_list > li > a::after {
		margin: 0 2px 0 11px;
	}

	.gnb_wrap {
		background-color: #fff;
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 4px 4px 6px rgba(0,0,0,0.1); 
		overflow-y: auto;
		-ms-overflow-style: none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.gnb_list {
		padding: 25px 15px;
		white-space: nowrap;
		overflow-x: auto;
	}
	.gnb_list::-webkit-scrollbar {
		display: none;
	}
	.gnb_1depth {
		position: static;
		vertical-align: top;
		width: auto;
		min-width: auto;
	}
	.gnb_1depth > a {
		font-size: 1.4rem;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.gnb_1depth > a::before {
		margin: 0 auto 15px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.gnb_1depth.on > a > span { 
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	}
	.gnb_2depth {
		top: 243px; left: 0; z-index: -1;
		margin: 0;
		width: 100%; height: calc( 100vh - 313px);
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
		overflow-y: auto;
	}
	.gnb_2depth::before {
		display: none;
	}
	.gnb_2depth a {
		margin-right: 0;
		padding: 15px;
	}
	
	.gnb_3depth {
		position: static;
		display: none;
		padding: 8px 0;
		width: 100%; 
		background: #effcff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.gnb_3depth > li {
		margin-bottom: 0;
	}
	.gnb_3depth a {
		padding: 10px 30px;
		text-align: left;
	}
	.gnb_3depth a::before {
		left: 30px;
	}

	.gnb_more {
		position: absolute; top: 50%; right: 15px;
		display: block;
		transform: translateY(-50%);
	}

	/* 상단 검색 영역 1024 */
	/*.search_area {
		top: 0;
	}
	.search_area .grid_content {
		height: 96px;
	}*/

	body.on .header_wrap::after {
		content: "";
		position: absolute; top: 70px; left: 0; 
		display: block;
		width: 100vw; height: calc( 100vh - 70px );
		background: rgba(0,0,0,0.3);
	}
	body.on .header_bottom {
		display: block;
	}
	
	/* subpage visual 1024 */
	.subpage_visual {
		padding: 70px 0 0;
		height: auto;
	} 
	.subpage_wrapper {
		margin-top: 0;
	}

	/* lnb 1024 */
	.lnb_wrap {
		display: none;
	}

	/*  footer 1024 */
	.footer_top {
		padding: 10px 0;
	} 
	.footer_bottom > div { 
		padding: 10px 0;
	}
	.footer_logo {
		display: none;
	}

	/* 사이트맵 1024 */
	.btn_sitemapmenu {
		display: none;
	}
	.sitemap {
		display: none;
	}
	.sitemap > .inner {
		display: none;
	}
	
	/* 외부링크 이동 1024 */
	.external_box {
		margin-top: 10px; 
		padding: 50px;
		height: 360px;
		background-size: auto 305px, auto;
	}
	.external_box p {
		font-size: 3rem;
	}

}
@media screen and (max-width:768px) {

	/* 에러페이지 768 */
	.error_box {
		padding: 180px 20px 0 20px;
		width: auto;
		text-align: center;
		background-size: auto 160px; background-position: center top;
	}
	.error_box strong {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	
	/* header 768 */
	.gnb_1depth {
		margin-right: 20px; 
	}
	.gnb_1depth > a > span { 
		margin-bottom: 12px;
		padding: 0;
	}

	/* 상단 검색 영역 768 */
	/*.unifiedsearch_input input[type="text"].form_style {
		padding: 0 40px 0 10px;
	}
	.unifiedsearch_input .btn_searchunified2 {
		right: 10px;
	}*/

	/* subpage visual 768 */
	.subpage_visual h2 { 
		padding-left: 20px;
		justify-content: left;   
	}
	
	/* footer 768 */
	.footer_wrap {
		font-size: 1.4rem;
	}
	.footer_top ul li {
		font-size: 1.4rem;
	}
	.footer_bottom ul li::after {
		display: none;
	}

	/* 서브페이지 전체 영역 768 */
	.subpage_wrapper {
		padding-top: 35px; padding-bottom: 35px;
	}

	/* 외부링크 이동 768 */
	.external_box {  
		padding: 30px; 
		height: 250px;
		background-size: contain;
	}
	.external_box p {
		font-size: 2.6rem;
	}
}
@media screen and (max-width:480px) {

	/* 스크롤 탑 */
	.move_top {
		bottom: 20px;
		width: 50px; height: 50px;
	}
	.move_top circle {
		stroke-dasharray: 145;
		stroke-dashoffset: 145;
	}

	/* header 480 */
	.header_bottom .headerlink_wrap {
		display: flex;
		height: 115px;
		flex-direction: column; 
	} 
	.login_list > li:nth-child(3) > a::after {
		display: none;
	}
	.login_list > li:nth-child(4),.login_list > li:nth-child(5) {
		display: table-cell;
	}

	.gnb_2depth {
		top: 268px;
    height: calc( 100vh - 338px);
	}

	/* subpage visual 480 */
	.subpage_visual h2 {
		height: 120px;
		font-size: 3rem;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}

	/* footer 480 */
	.footer_bottom p br {
		display: block;
	}
	
	/* 외부링크 이동 480 */ 
	.external_box { 
		padding: 25px;  
		height: 180px;
	}
	.external_box p {
		font-size: 2.2rem;
	}
}