@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/icon_close_lightgray.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;
}

/* skip-nav */
.skip_nav a {
	position: absolute; top: -200px; left: 50%; z-index: 100;
	display: inline-block;
	padding: 0.8em 1.5em;
	color: #fff; font-size: 1.7rem; text-align: center;
	background-color: #049fdc;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 4px 10px rgba(3,61,120,0.2);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	outline: none;
}
.skip_nav a:focus {
	top: 0;
}

/* 에러페이지 */
.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;
}

/* 로그인, 비밀번호 수정, 나의 정보 수정 */
.login_wrap {
	display: flex;
    margin: 0;
	padding: 50px 0;
    width: 100vw; min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.login_box {
	position: relative;
	margin: 0 auto;
	padding:  20px 70px;
	width: 590px;
	font-size: 1.5rem; 
	background: #fff;
	border-bottom: 10px solid #355b95;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.login_box h1 {
	margin: 0 auto 25px;
	width: 365px;
	text-align: center;
}
.login_box img {
	width: 100%;
}
.login_box h2 {
	margin-bottom: 10px;
	font-size: 2.4rem; font-weight: 600; font-family: ROKAF, sans-serif; color: #355b95;
}
.login_box .find_id button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login_input {
	position: relative;	
	margin-bottom: 10px;
	padding-right: 102px;
}
.login_input p {
	margin-bottom: 10px;
}
.login_input p:last-of-type {
	margin-bottom: 0;
}
.login_input strong {
	position: absolute;
    display: inline-block;
    width: 110px;
    color: #3a3a3a; font-size: 1.5rem; text-align: center; line-height: 40px; vertical-align: 0;
}
.login_input strong::after {
	position: absolute; top: 0; left: 114px;
    content: "|";
	display: inline-block;
    color: #ddd;
}
.login_input input {
	display: inline-block;
	padding-left: 130px;
	width: 100%;
}
.login_input button {
	position: absolute; top: 0; right: 0;
	padding: 0;
	height: 100%; width: 83px;
	font-size: 2rem; font-weight: 200; line-height: 1.3em;
}
.login_wrap .signup_info {
	margin-top: 8px;
	padding-left: 27px; 
	word-break: keep-all; letter-spacing: -0.07em; line-height: 1.5em;
	background-image: url(../../images/client/common/login_warning.png);
	background-repeat: no-repeat;
	background-position: left top 3px;
}
.login_box > .btn_positive2 {
	padding: 0 15px;
	font-weight: 200;
}

.input_lg strong {
	min-width: 150px;
}
.input_lg strong::after {
	left: 150px;
}
.input_lg input {
	padding-left: 170px;
}

/* 개인정보처리방침 */
/*.privacyagree_wrap {
	padding: 60px 0;
	min-height: 100vh;
	background: #f2f2f2;
}
.privacyagree_wrap .logo {
	margin: 0 auto 40px;
	width: 250px;
}
.privacyagree_wrap .logo img {
	width: 100%;
}
.privacyagree_box {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}
.privacyagree_tit {
	padding: 20px;
	font-size: 2.2rem; font-weight: 500;  text-align: center; word-break: keep-all; letter-spacing: -0.05em;
}
.privacyagree_cnt {
	padding: 30px 40px;
	border-top: 1px solid #d6dadf;
	border-bottom: 1px solid #d6dadf;
}
.privacyagree_cnt > p {
	margin-bottom: 20px;
}
.privacyagree_inner {
	padding: 20px;
	height: 450px;
	border: 1px solid #d6dadf;
	overflow: auto;
}
.privacyagree_inner > section {
	margin-bottom: 20px;
}
.privacyagree_inner > section:last-child {
	margin-bottom: 0;
}
.privacyagree_inner .tbl {
	padding-right: 20px;
	min-width: 600px;
}
.privacyagree_wrap .agreement_box {
	margin-top: 20px;
} 
.privacyagree_wrap .agreement_box .agreement_txt {
	display: block;
}
.privacy_tit {
	margin-bottom: 5px;
	font-size: 1.6rem; font-weight: 500;
}
.privacyagree_info {
	margin: 50px 0 20px;
	font-size: 1.6rem; text-align: center;
}
.privacyagree_info .date > span {
	margin-right: 10px;
	vertical-align: top;
}
.privacyagree_info .date > span:last-child {
	margin-right: 0;
}
.privacyagree_info .date span span {
	margin-right: 5px;
	vertical-align: inherit;
}
.privacyagree_info .signature {
	padding: 10px 0 30px;
}
.privacyagree_info .signature strong {
	display: inline-block;
	padding: 0 5px;
	min-width: 100px;
	vertical-align: top;
}
.privacyagree_info .stamp {
	font-family: NanumMyeongjo, sans-serif; font-size: 2.2rem; font-weight: 600;
}
.privacyagree_wrap .btn_area {
	padding: 20px 0;
}*/

/* 바디 설정 */
body { overflow: visible; }
body.on { overflow: hidden; }

/* 페이지 레이아웃 */
.page_wrap {
	position: relative; 
	width: 100%; min-height: 100%;
	background: #fff;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	-o-transition: padding 0.2s;
	transition: padding 0.2s;
	overflow: hidden;
}
.page_toparea {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.mainpage .page_toparea {
	padding-top: 180px;  
}

/* 서브페이지 배너 */
.subpage_visual {
	position: relative;
	display: none;
	height: 300px;
	-webkit-border-radius: 0 0 300px 0;
	-moz-border-radius: 0 0 300px 0;
	border-radius: 0 0 300px 0;
	overflow: hidden;
}
.subpage_visual.on {
	display: block;
}
.subpage_visual::before {
	position: absolute; top: 0; left: 0; 
	content: "";
	width: 100%; height: 100%;
	background: linear-gradient(90deg, rgba(205,232,234,1) 0%, rgba(187,195,236,1) 100%);
}
.subpage_visual::after {
	position: absolute; top: 0; right: 0; 
	content: "";
	width: 737px; height: 723px;
	background: url(../../images/client/main/img_mainbg.png) no-repeat;
}
.subpage_visual > h2 {
	position: relative; z-index: 10;
	display: flex;
	padding-top: 80px;
	height: 100%;
	justify-content: center; align-items: center;
	font-family: ROKAF, sans-serif; font-size: 3rem;
	color: #355b95; font-weight: 600;
}
.subpage_visual .grid_content {
	height: 100%;
}

.contents_wrap {
	position: relative; z-index: 1;
	overflow: hidden;
}
.subpage .contents_wrap {
	padding-bottom: 60px;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.subpage .contents_wrap > .grid_content { 
	padding: 20px 20px 30px;
	min-height: 200px;
	background: #fff;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

/* header */
.header_wrap {
	position: fixed; top: 0; left: 0; z-index: 50;
	width: 100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.header_top {
	position: relative; 
	padding: 20px 0;
	height: 74px;
	font-size: 0; line-height: 0; text-align: right;
}
.btn_log {
	display: inline-block;
	padding: 0 20px;
	height: 34px;
	color: #666; font-size: 1.5rem; line-height: 34px;
	background: #eddf82;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn_log::before {
	content: "";
	display: inline-block;
	margin-right: 8px; margin-bottom: 3px;
	width: 14px; height: 20px;
	line-height: inherit; vertical-align: middle;
	background-repeat: no-repeat; background-position: center;
	background-size: contain;
}
.btn_login::before {
	background-image: url(../../images/client/common/icon_login.png);
}
.btn_logout::before {
	background-image: url(../../images/client/common/icon_logout.png);
}
.user_info {
	display: inline-block;
	margin: 5px 0 0 20px;
	font-size: 1.5rem; vertical-align: top;
}
.user_info::before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	width: 20px; height: 20px;
	line-height: inherit; vertical-align: middle;
	background: url(../../images/client/common/icon_user.png) no-repeat center;
}
.user_info span {
	color: #303030; font-weight: 600; line-height: inherit; vertical-align: top;
}
.btn_admin {
	display: inline-block;
	margin-left: 10px;
	padding: 0 10px;
	height: 34px;
	color: #fff; font-size: 1.5rem; line-height: 34px; vertical-align: top;
	background: #babcaf;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn_admin::before {
	position: relative; top: -1px;
	content: "";
	display: inline-block;
	margin-right: 6px;
	width: 20px; height: 20px;
	line-height: inherit; vertical-align: middle;;
	background: url(../../images/client/common/icon_admin.png) no-repeat center;
}
.btn_searchunified {
	display: inline-block;
	margin-left: 10px;
	background: #8ccdee url(../../images/client/common/icon_search_white.png) no-repeat center;
	width: 34px; height: 34px;
	vertical-align: top;
	-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;
}
.btn_sitemap {
	position: relative;
	display: inline-block;
	margin-left: 10px; 
	width: 34px; height: 34px;
	background: #82aae8;
	-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;
}
.btn_sitemap span {
	position: absolute; left: 50%;
	display: block;
	margin-left: -10px;
	width: 20px; height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn_sitemap span:nth-child(1){
	top: 10px;
}
.btn_sitemap span:nth-child(2){
	top: 16px;
}
.btn_sitemap span:nth-child(3){
	top: 22px;
}
.header_top .inner_left {
	position: absolute; top: 0; left: 0;
	padding: 20px 0;
	height: 100%;
	line-height: 34px;
}
.btn_menu {
	display: none;
}

.header_bottom {
	position: relative;
	display: flex;
	height: 75px;
	align-items: center; justify-content: flex-end;
}
.header_logo {
	position: absolute; top: 50%; left: 0;
	width: 280px; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_logo a {
	display: block;
}
.header_logo img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb_wrap {
	display: inline-block;
}
.gnb_wrap a {
	color: #131313; word-break: keep-all;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.gnb_1depth {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}
.gnb_1depth:last-child {
	margin-right: 0;
}
.gnb_1depth > a {
	display: block;
	color: #666; font-size: 1.7rem; font-weight: 600; letter-spacing: -0.05em; text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}

.gnb_list .gnb_1depth {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.gnb02 {
	transition-delay: 0.1s;
}
.gnb03 {
	transition-delay: 0.2s;
}
.gnb04 {
	transition-delay: 0.2s;
}
.gnb05 {
	transition-delay: 0.4s;
}
.gnb06 {
	transition-delay: 0.5s;
}
.gnb07 {
	transition-delay: 0.6s;
}
.gnb08 {
	transition-delay: 0.7s;
}
.gnb09 {
	transition-delay: 0.8s;
}

.gnb_2depth {
	position: absolute; top: 40px; left: 50%;
	display: none;
	padding: 12px 0;
	min-width: 190px; width: auto; 
	text-align: center;
	background: #b3ceea;
	border-top: 3px solid #355b95;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 4px 10px rgba(3,61,120,0.15);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gnb_2depth > li {
	position: relative;
}
.gnb_2depth > li > a {
	display: block;
	padding: 10px 25px;
	color: #000; white-space: nowrap; font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto; 
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.gnb_2depth > li > a::after {
	position: relative; top: 2px;
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 0; height: 15px;
	vertical-align: 0;
	background: url(../../images/client/common/img_gnbarrow.png) no-repeat;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.gnb_3depth {
	display: none;
	position: absolute; top: -12px; right: -190px; z-index: -1;
	padding: 12px 0;
	width: 190px;
	text-align: left;
	background: #ecf7fc;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0 4px 10px rgba(3,61,120,0.15);
}
.gnb_3depth a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 22px;
	cursor: #3a3a3a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}

.page_wrap.on .page_toparea {
	padding-top: 150px;
}
.page_wrap.on .header_wrap {
	top: -74px; 
	background: rgba(255,255,255,0.8);
}
.page_wrap.on .header_bottom {
	height: 80px;
}
.page_wrap.on.subpage .page_toparea {
	padding-top: 0;
}
/*.page_wrap.on .header_logo {
	width: 280px; 
}*/
.page_wrap.on .gnb_1depth > a {
	line-height: 80px;
}
.page_wrap.on .gnb_2depth {
	top: 80px;
}
.gnb_1depth:last-child .gnb_3depth {
	right: inherit; left: -190px;
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
}
.my_info {
	display: inline-block;
	margin-left: 20px;
	padding: 0 13px;
	height: 34px;
	color: #666; font-size: 1.5rem; line-height: 34px;
	background-color: #c0d4f3;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-transition : all 0.2s;
	-moz-transition : all 0.2s;
	-o-transition : all 0.2s;
	transition : all 0.2s;
}
.my_info::before {
	content: "";
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3px;
    width: 21px; height: 20px;
    line-height: inherit;
    vertical-align: middle;
	background-image: url(../../images/client/common/icon_my_info.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* footer */
.footer_wrap {
	background: #d7d7d7;
}
.footer_wrap > div {
	padding: 75px 0 15px;
	color: #616161; text-align: center;
	background: #d7d7d7 url(../../images/client/common/bg_footer.png) no-repeat center top 20px;
}
.footer_wrap .copyright {
	font-size: 1.3rem;
}
.move_top {
	position: fixed; bottom: 50px; right: 3%; z-index: -1;
	display: block;
	width: 84px; height: 84px;
	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;
}

/* 상단 검색 영역 */
.search_area {
	position: absolute; top: 0; left: 0; z-index: 1;
	display: none;
	width: 100%;
	background: #8ccdee;
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.search_area .grid_content {
	position: relative;
	display: flex;
	height: 80px;
	align-items: center;
}
.unifiedsearch_input {
	position: relative;
	margin: 0 auto;
	width: 570px;
}
.unifiedsearch_input input[type="text"].form_style {
	display: block;
	padding: 0 30px 0 0;
	width: 100%; height: 50px;
	font-size: 1.7rem; letter-spacing: -0.03em; line-height: 40px; color: #fff;
	border: none;
	outline: none; 
	background-color: #8ccdee;
	border-bottom: 2px solid #fff;
}
.unifiedsearch_input input[type="text"].form_style:focus {
	outline: none;
}
.unifiedsearch_input input[type="text"].form_style::placeholder {
	color: #fff !important;
}
.unifiedsearch_input .btn_searchunified2 {
	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_white.png) no-repeat center;
	background-size: contain;
	outline: none;
}
.search_area .btn_searchclose {
	position: absolute; top: 50%; right: 0;
	display: inline-block;
	margin-top: -10px;
	width: 19px; height: 20px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/common/icon_close_white.png) no-repeat center;
}

/* sitemap */
.sitemap {
	position: fixed; top: 0; left: 0; z-index: 100;
	display: none;
	width: 100%;
	height: 100vh;
	color: #fff;
	background: url(../../images/client/common/bg_sitemap.png) no-repeat center;
	background-size: cover;
	overflow-y: auto;
}
/*.sitemap.on::after {
	position: absolute; top: 0; left: 0;  z-index: -1;
	content: "";
	display: block;
	width: 100%; height: 100vh;
	background: rgba(0,0,0,0.5);
}*/
.sitemap_top {
	position: relative;
	height: 90px;
}
.sitemap_top > .btn_sitemapclose {
	position: absolute; top: 50%; right: 0;
	margin-top: -9px;
	width: 18px; height: 18px;
	font-size: 0; line-height: 0;
	background: url(../../images/client/common/icon_close_sitemap.png) no-repeat center;
}
.sitemap_bottom {
	padding: 10px 0 20px;
}
.sitemap_bottom a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sitemap_bottom > li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 300px;
	border-top: 3px solid #355b95;
}
.sitemap_bottom .gnb_tit {
	position: absolute; left: 0; top: 10px;
	display: block;
	margin-bottom: 20px;
	font-size: 2.4rem; font-weight: 600; color: #355b95;
	font-family: ROKAF, sans-serif;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sitemap_bottom li {
	letter-spacing: -0.05em;
}
.sitemap_2depth {
	display: flex;
	padding: 0 20px;
	height: 80px;
	align-items: center;
	background-color: #355b95;
}
.sitemap_2depth li {
	width: 33.3%;
	font-weight: 500; text-align: center;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sitemap_2depth > li > a {
	position: relative; top: -3px;
	display: inline-block;
	font-size: 1.7rem; color: #fff;
	text-align: center;
	opacity: 0.5;
}
.sitemap_3depth {
	margin-top: 10px;
}
.sitemap_3depth li {
	margin-left: 5px;
	padding: 3px 0 3px 10px;
	font-weight: 300;
}

/* lnb */
.lnb_wrap {
	position: absolute; bottom: 0; z-index: 30;
	padding: 0 20px;
	width: 100%;
	font-size: 0; line-height: 0;
	background: #82aae8;
}
.lnb_wrap.limited {
	overflow: hidden;
}
.lnb_list { 
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.lnb_list > li {
	display: inline-block;
	height: auto;
	position: relative;
	vertical-align: top;
}
.lnb_list > li > a {
	position: relative;
	display: block;
	padding: 0 1.2em;
	min-width: 160px;
	color: #fff; font-size: 1.8rem; line-height: 40px;  letter-spacing: -0.05em; text-align: center; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.lnb_list a span {
	display: inline-block;
	margin-bottom: 4px; margin-left: 5px;
	width: 16px; height: 16px;
	text-indent: -9999px; 
	background: url(../../images/client/common/icon_lnbmore.png) no-repeat center; background-size: contain;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.sub_lnb {
	display: none;
	position: absolute; left: 0; top: 58px; z-index: 50;	
	width: 100%;
	padding: 10px 0;
	white-space: normal;
	background-color: #fff;
	border: 2px solid #1e81ab;
	-webkit-border-radius: 2px 2px 10px 10px;
	-moz-border-radius: 2px 2px 10px 10px;
	border-radius: 2px 2px 10px 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.sub_lnb li {
	display: block;
	
}
.sub_lnb li a {
	display: block;
	margin: 0; padding: 8px 1em;
	color: #bec5cd; font-size: 1.5rem; font-weight: 500; line-height: 1.3em; word-break: keep-all;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.lnb_list > li.on > a  {
	color: #82aae8; 
	background-color: #fff;
}
.lnb_list > li.on > a::after {
	width: 100%; 
}
.lnb_list > li.on span {
	background-image: url(../../images/client/common/icon_lnbmore_on.png);
}

/* 교외활동 내 그래프 */
.multigraph {
	width: 100%; height: 30px;
	font-size: 0; line-height: 0;
}
.multigraph p {
	display: inline-block;
	position: relative;
}

/* ui guide */
.ui_tit {
	padding: 4px 10px;
	background: #99daf4;
}
.ui_box {
	padding: 10px;
	border: 1px solid #99daf4;
}
.ui_font_color {
	display: inline-block;
	width: 24px; height: 14px;
}


@media screen and (max-width:1280px) {
	
	/* 페이지 레이아웃 1280 */
	.mainpage .page_toparea {
		padding-top: 156px;
	}
	.subpage_toparea {
		padding-top: 178px;
	}
	
	
	/* header 1280 */
	.header_bottom {
		height: 70px;
	}
	.header_logo {
		width: 200px; 
	}
	.gnb_1depth {
		margin-right: 15px;
	}
	.gnb_1depth > a {
		min-width: 74px;
		font-size: 1.6rem;
	}
	.gnb_2depth a {
		font-size: 1.5rem;
	}
	.gnb_2depth > li > a {
		padding: 6px 20px;
	}
	.gnb_3depth a {
		padding: 6px 6px 6px 15px;
	}
	.gnb_1depth:last-child .gnb_2depth {
		left: inherit; right: -20px;
		transform: none;
	} 

	/* 서브페이지 배너 1280 */
	.subpage_visual {
		border-radius: 0 0 100px 0;
	}
	
	/* lnb 1280 */
	.lnb_list > li > a {
		min-width: 120px;
		font-size: 1.6rem;
	}

	/* sitemap 1280 */
	.sitemap_top {
		height: 70px;
	}
	.sitemap_bottom > li {
		padding-left: 270px;
	}
	.sitemap_bottom .gnb_tit {
		font-size: 2rem;
	}
	.sitemap_2depth li {
		padding: 4px 4px 4px 6px;
	}
}

@media screen and (max-width: 1079px) {
	
	
	/* lnb 1079 */
	/*.lnb_list li a {
		padding: 0 0.8em;
	}*/
	
}
/*====================== hover ======================*/
@media screen and (min-width:1025px) {
	
	/* 에러페이지 hover */
	.error_box a:hover {
		background-color: #454545;
	}
	
	/* header hover */
	.btn_log:hover {
		background-color: #cec063;
	}
	.btn_admin:hover {
		background-color: #9b9d8e;
	}
	.btn_searchunified:hover {
		background-color: #65a6c7;
	}
	.btn_sitemap:hover {
		background-color: #20568c;
	}
	.gnb_1depth > a:hover {
		color: #355b95;
	}
	.gnb_2depth > li:hover > a {
		color: #355b95; 
		background: #fff;
	}
	.gnb_2depth > li:hover > a::after {
		width: 18px;
	}
	.gnb_3depth a:hover {
		color: #355b95;
		background-color: #fff;
	}
	.my_info:hover {
		background-color: #a9c1e8;
	}

	/* footer hover */
	.move_top:hover {
		box-shadow: 0 0 10px rgba(8, 69, 136, 0.6);
	}
	
	/* lnb hover */
	.lnb_list > li:hover > a  {
		color: #82aae8;
		background-color: #fff;
	}
	.lnb_list > li:hover span {
		background-image: url(../../images/client/common/icon_lnbmore_on.png);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sub_lnb li a:hover {
		color: #1e81ab;
	}
	/*.btn_lnbprev:hover, .btn_lnbnext:hover {
		border-color: #25aae1;
	}
	.btn_lnbprev:hover {
		background-image: url(../../images/client/formstyle/page_prev_blue.png);
	}
	.btn_lnbnext:hover {
		background-image: url(../../images/client/formstyle/page_next_blue.png);
	}*/

	/* sitemap 1025 */
	.sitemap_2depth > li > a:hover {
		opacity: 1;
	}

}
/*====================== //hover ======================*/
@media screen and (max-width:1024px) {
	
	/* 페이지 레이아웃 1024 */
	.mainpage .page_toparea {
		padding-top: 70px; 
	}
	.mainpage .contents_wrap {
		top: 20px;
		padding-bottom: 50px;
	}
	.subpage .contents_wrap > .grid_content {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}

	/* 서브페이지 배너 1024 */
	.subpage_visual {
		height: 150px;
		-webkit-border-radius: 0 0 50px 0;
		-moz-border-radius: 0 0 50px 0;
		border-radius: 0 0 50px 0;
	}
	.subpage_visual::after {
		width: 255px; height: 250px;
		background-size: contain;
	}
	.subpage_visual > h2 {
		padding-top: 40px;
		font-size: 2.4rem;
	}
	
	/* header 1024 */
	.user_info, .btn_sitemap {
		display: none;
	}
	.header_wrap {
		width: 100%; height: 70px;
	}
	.header_wrap .grid_content {
		height: 100%;
	}
	.header_top {
		display: flex;
		padding: 9px 40px;
		height: 70px;
		align-items: center; justify-content: flex-end;
	}
	.header_logo {
		left: 0;
		width: 210px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header_top .inner_left {
		position: static;
		display: inline-block;
		padding: 0;
		height: auto;
	}
	.btn_log {
		padding: 0;
		height: auto;
		line-height: inherit; color: #033d78; font-size: 0;
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.btn_log::before {
		margin-bottom: 0; margin-right: 0;
		width: 22px; height: 25px;
	}
	.btn_login::before {
		background-image: url(../../images/client/common/icon_login_mobile.png);
	}
	.btn_logout::before {
		background-image: url(../../images/client/common/icon_logout_mobile.png);
	}
	.btn_menu {
		position: absolute; right: 0; top: 50%;
		display: block;
		width: 23px; height: 14px;
		background: rgba(0,0,0,0);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.btn_menu span {
		display: block;
		width: 23px; height: 2px;
		margin: 0 auto 4px;
		background-color: #4782be;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.btn_menu span:last-child {
		margin-bottom: 0;
	}
	body.on .btn_menu {
		margin-top: -1px;
	}



	.header_bottom {
		position: absolute; top: 70px; left: -100%; 
		display: block;
		width: 80%; height: calc( 100vh - 70px ) !important;
		color: #252121; text-align: left;
		background: #fff;
		overflow-y: scroll;
		-ms-overflow-style: none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.header_bottom::-webkit-scrollbar {
		display: none;
	}
	.btn_admin {
		position: relative;
		display: block;
		margin: 10px 0 0;
		padding: 0 20px;
		width: 250px; height: 40px; 
		line-height: 40px; color: #fff !important; text-align: center;
		background-color: #355b95;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		border-radius: 0; 
	}
	.btn_admin::before {
		display: none;
	}
	.btn_searchunified {
		position: absolute; right: 85px; top: 50%;
		width: 24px; height: 24px;
		background-color: transparent;
		background-size: contain;
		background-image: url(../../images/client/common/icon_search_blue.png);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gnb_wrap {
		display: block;
		padding-top: 30px;
		height: calc( 100vh - 70px )
	}
	.gnb_list {
		text-align: left;
	}
	.gnb_list::before {
		position: absolute; left: 0; top: 0; z-index: 0;
		content: "";
		display: inline-block;
		width: 250px; height: 100%;
		background-color: #e6eefa;
		border-right: 2px solid #82aae8;
	}
	.gnb_list li {
		display: block;
	}
	.gnb_list a {
		text-align: left;
	}
	.gnb_1depth {
		position: inherit;
		display: block;
		margin-right: 0;
		width: 250px;
		transform: none !important;
	}
	.gnb_1depth > a {
		position: relative; z-index: 10;
		display: block;
		padding: 10px 20px;
		min-width: auto; font-size: 1.8rem; line-height: 1.4em;
		text-align: right; color: #b7b7b7;
	}
	.gnb_1depth > a.on {
		color: #355b95;
	}
	.gnb_1depth > a.on::after {
		position: absolute; right: -4px; top: 50%;
		content: "";
		display: inline-block;
		width: 16px; height: 27px;
		background: url(../../images/client/common/img_mobilearrow.png) no-repeat;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gnb_2depth {
		top: 34px; left: 0;
		margin: 0; padding: 0;
		padding-left: 250px;
		min-width: auto; width: 100%;
		background: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
		transform: none;
	}
	.gnb_1depth:last-child .gnb_2depth {
		left: 0; right: inherit;
	}
	.gnb_list .gnb_1depth:nth-of-type(1) > a.on {
		color: #355b95;
	}
	.gnb_list .gnb_1depth:nth-of-type(1) .gnb_2depth {
		display: block;
	}
	.gnb_2depth > li {
		width: 100%;
	}
	.gnb_2depth > li:last-child {
		border-bottom: none;
	}
	.gnb_2depth > li > a {
		padding: 8px 20px;
		display: block;
		font-size: 1.6rem;
	}
	.gnb_2depth > li > a.on {
		color: #033d78;
	}
	.gnb_2depth a::before, .gnb_2depth a::after {
		display: none !important;
	}
	.gnb_2depth a::before {
		position: absolute; left: -5px; top: 15px;
		content: "";
		display: none;
		width: 10px; height: 1px;
		background-color: #033d78;
	}
	.gnb_2depth a.on::before {
		display: block;
	}
	.gnb_3depth {
		position: static;
		padding: 5px 0;
		width: 100%;
		background: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.gnb_3depth li {
		margin-left: 15px;
	}
	.gnb_3depth a {
		padding: 3px 3px 3px 10px;
		font-size: 1.4rem;
	}
	body.on .header_wrap {
		background: linear-gradient(90deg, rgba(205,232,234,1) 0%, rgba(187,195,236,1) 100%);
	}
	body.on .btn_menu span:first-child, body.on .btn_menu span:last-child {
		display: none;
	}
	body.on .btn_menu span:nth-child(2){
		position: absolute; top: 50%; left: 50%; margin-left: -15px;
		width: 26px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.on .btn_menu span:nth-child(2):after {
		content: "";
		position: absolute; left: 50%;
		margin-left: -13px;
		width: 26px; height: 2px;
		background: #4782be;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.on .header_bottom {
		left: 0;
	}
	body.on .gnb_wrap::after {
		content: "";
		position: fixed; top: 70px; left: 0; z-index: -1;
		width: 100vw; height: calc( 100vh - 70px );
		background: rgba(0,0,0,0.2);
	}
	.page_wrap.on .page_toparea  {
		padding-top: 70px;
	}
	.page_wrap.on .header_wrap {
		top: 0;
		background: linear-gradient(90deg, rgba(205,232,234,1) 0%, rgba(187,195,236,1) 100%);
		box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	}
	.page_wrap.on .gnb_1depth > a {
		margin: 0;
		line-height: 1.5em;
	}

	.my_info {
		position: relative;
		display: block;
		margin: 10px 0 0;
		padding: 0 20px;
		width: 250px; height: 40px; 
		line-height: 40px; color: #fff !important; text-align: center;
		background-color: #355b95;
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		border-radius: 0; 
	}
	.my_info::before {
		display: none;
	}
	
	
	/* footer 1024 */
	.footer_wrap > div {
		padding: 50px 0 10px;
		background-size: auto 30px;
		background-position: center top 15px;
	}
	.move_top {
		width: 50px; height: 50px;
	}
	
	/* lnb 1024 */
	.lnb_wrap {
		display: none;
	}

	/* 상단 검색 영역 1024 */
	.search_area {
		background-color: #b3e2f4;
	}
	.search_area .grid_content {
		padding-right: 50px;
		height: 70px;
	}
	.unifiedsearch_input {
		width: 100%;
	}
	.unifiedsearch_input input[type="text"].form_style {
		background-color: transparent;
	}

	/* sitemap 1024 */
	.sitemap {
		display: none;
	}
}
@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;
	}

	/* 페이지 레이아웃 768 */
	.subpage .contents_wrap > .grid_content {
		padding: 15px 15px 25px;
	}
	
	/* header 768 */
	.gnb_1depth > a {
		font-size: 1.8rem;
	}
	
	/* footer 768 */
	.footer_wrap > div {
		background-size: auto 25px;
	}
	.move_top {
		bottom: 30px; 
	}

	/* 로그인, 비밀번호 수정, 나의 정보 수정 768 */
	.login_box {
		padding: 30px 40px;
		width: 93%;
	}
	.login_box h1 {
		margin: 0 auto 20px;
		width: 280px;
	}
	.login_box h2 {
		font-size: 2rem;
	}
	.login_input {
		padding-right: 0;
	}
	.login_input p:last-of-type {
		margin-bottom: 10px;
	}
	.login_input button {
		position: relative;
		padding: 15px;
		width: 100%;
		font-size: 1.5rem;
	}
	.login_box > .btn_positive2 {
		width: 100%;
	}
	.login_wrap .signup_info {
		padding-left: 20px;
		background-size: auto 15px;
	}

	br {
		display: none;
	}

	
}

@media screen and (max-width:690px) {

	.btn_admin {
		padding: 0 5px;
		width: 150px;
	}
	.header_bottom {
		width: 100%;
	}
	.gnb_wrap {
		padding-top: 20px;
	}
	.gnb_list::before {
		width: 150px;
	}
	.gnb_1depth {
		width: 150px;
	}
	.gnb_1depth > a {
		font-size: 1.6rem;
	}
	.gnb_1depth > a.on::after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.gnb_2depth {
		top: 22px;
		padding-left: 150px;
	}
	.gnb_2depth > li > a {
		padding: 8px 10px;
		font-size: 1.5rem;
	}

	.my_info {
		padding: 0 5px;
		width: 150px;
	}

}

@media screen and (max-width:480px) {
	
	/* 개인정보처리방침 480 */
	/*.privacyagree_tit {
		font-size: 1.8rem;
	}
	.privacyagree_tit br {
		display: none;
	}
	.privacyagree_cnt {
		padding: 15px 20px;
	}
	.privacyagree_inner {
		padding: 15px;
		height: 350px;
	}
	.privacyagree_info {
		margin: 40px 0 20px;
	}
	.privacyagree_info .signature {
		padding: 8px 0 20px;
	}
	.privacyagree_info .stamp {
		font-size: 2rem;
	}
	.privacyagree_wrap .tbl + .font_orange br {
		display: none;
	}*/
	
	/* 페이지 레이아웃 480 */
	.subpage .contents_wrap > .grid_content {
		padding: 10px 10px 20px;
	}

	/* header */
	.header_logo {
		width: 190px;
	}
	
	/* footer 480 */
	.move_top {
		bottom: 20px; right: 4%; 
		width: 42px; height: 42px;
	}

	/* 로그인, 비밀번호 수정, 나의 정보 수정 480 */
	.login_box {
		padding: 20px 15px;
	}
	.login_box h1 {
		width: 210px;
	}
	.login_box h2 {
		font-size: 1.7rem;
	}
	.login_input strong::after {
		left: 75px;
	}
	.login_input strong {
		width: 80px;
		font-size: 1.4rem;
	}
	.login_input input {
		padding-left: 90px;
		font-size: 1.4rem;
	}
	.login_wrap .signup_info {
		font-size: 1.4rem;
	}
	.login_input button {
		padding: 10px;
	}

	.input_lg strong {
		min-width: 120px;
	}
	.input_lg strong::after {
		left: 120px;
	}
	.input_lg input {
		padding-left: 140px;
	}

}

@media screen and (max-width:320px) {
	
	/* 페이지 레이아웃 320 */
	.subcontent_wrap > .grid_content {
		width: 98%;
	}
	.subcontent_wrap .subcontent_inner {
		padding: 10px 10px 20px;
	}

	/* header 320 */
	.btn_log {
		right: auto; left: 0;
		margin-top: 0;
	}
	.btn_admin {
		width: 135px;
	}
	.gnb_list::before {
		width: 135px;
	}
	.gnb_1depth {
		width: 135px;
	}
	.gnb_1depth > a {
		padding: 10px 15px 10px 10px;
	}
	.gnb_2depth {
		padding-left: 135px;
	}

	.my_info{
		width: 135px;
	}

	/* 로그인, 비밀번호 수정, 나의 정보 수정 320 */
	.login_input strong {
		position: relative;
		display: inline-block;
		margin-bottom: 5px;
		padding: 0 5px;
		text-align: center; color: #fff; line-height: 24px;
		background-color: #355b95;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
	.login_input p {
		margin-bottom: 15px;
	}
	.login_input strong::after {
		display: none;
	}
	.login_input input {
		padding: 0 10px;
	}
	.login_input p:last-of-type {
		margin-bottom: 15px;
	}

}

