@charset "utf-8";
/* ui가이드 */
.ui_tit {
	padding: 4px 10px;
	color: #222;
	background: #d6e4f2;
}
.ui_font_color {
	display: inline-block;
	width: 24px; height: 14px;
}
.ui_box {
	padding: 10px;
	border: 1px solid #d6e4f2;
}
.ui_box span {
	line-height: inherit;
}
/* header, footer, subpage 공통 네비게이션 ui */

/* 로딩중 */
#loading {
	position: fixed; top: 0; bottom: 0;
	z-index: 1000;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.6);
}
#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: 0 5px;
	font-weight: bold; font-size: 1.2rem;
}

/* 로딩 중 박스 */
#loading_box {
	position: absolute; top: 0; left: 0;
	z-index: 1000;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.6);
}
#loading_box #loading_image_box {
    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_box #loading_image_box span {
	display: block;
	padding: 0 5px;
	font-weight: bold; font-size: 1.2rem;
}

/* 브라우저 버전 알림 */
.lt-ie11 #browser_alert {
	display: block;
}
#browser_alert {
	position: fixed; z-index: 2000;
	display: none;
	padding: 10px;
	width: 100%;
	text-align: center; vertical-align: middle;
	color: #fff; font-size: 14px; line-height: 1.5em;
	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;
	border: none; outline: none;
}

/* 에러페이지 */
.error_wrap {
	position: relative;
	width: 100%;
	height: 100%; min-height: 768px;
	background-color: #f1f1f1;
}
.error_box {
	position: absolute; top: 50%; left: 50%;
	margin-left: -350px; margin-top: -95px;
	width: 700px; height: auto;
	text-align: left; color: #727272;
}
.error_box img {
	position: absolute; right: 0;
	display: block;
	width: 250px; height: auto;
	opacity: 0.4;
}
.error_box strong {
	display: block;
	margin-bottom: 20px;
	font-size: 2rem; color: #464646;
}
.error_box p {
	margin-bottom: 20px;
	font-size: 1.2rem; line-height: 1.8em;
}
.error_box a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.1rem; color: #fff;
	background: #727272;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* 페이지 전체 영역 */
.page_wrap {
	position: relative;
	padding-top: 30px;
	width: 100%;  
	min-height: 100vh;
}
.page_wrap.popOn {
	padding-top: 146px;
}

/* skip-nav */
.skip_nav a {
	position: absolute; top: -200px; left: 50%; z-index: 300;
	display: inline-block;
	padding: 0.8em 1.5em;
	text-align: center; color: #fff; font-size: 1.2rem;
	background-color: #004458;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	outline: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.skip_nav a:focus {
	top: 0;
}

/* header - 기본 */
.header_wrap { 
	position: fixed; top: 0;
	z-index: 100;
	width: 100%; 
	/* min-height: 150px;  */
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}

/* header - 메인 팝업 */
.main_popup {
	position: relative; z-index: 999;
	padding-bottom: 26px;
	height: 116px;
	background-color: #bac1ce;
}
.main_popup .grid_content {
	position: relative;
	overflow: visible;
}
.main_popup .grid_content::after {
	position: absolute; top: 0; left: -20px;
	content: "";
	display: inline-block;
	width: 170px; height: 89px; 
}
.main_popup .top_btn {
	position: absolute; bottom: -24px; right: 0;
	height: 26px;
	text-align: right;
}
.main_popup .top_btn .check_row {
	margin: 0 25px 0 0;
}
.main_popup .top_btn label {
	position: relative; top: -3px;
	padding: 0 0 1px 20px;
	color: #1c3357; font-size: 1.07rem;
	letter-spacing: -0.03em;
	background-image: url(../../images/client/common/icon_check_navy.png);
	cursor: pointer;
} 
.main_popup .top_btn input:checked + label {
	color: #1c3357;
	background-image: url(../../images/client/common/icon_checkblue_on.png);
}
.main_popup .main_pop_close {
	display: inline-block;
	width: 80px; height: 100%;
	color: #1c3357; font-size: 1.07rem;
	background-color: #bac1ce;
}
.main_popup .main_pop_close::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 10px; height: 10px;
	vertical-align: 0;
	background: url(../../images/client/common/btn_main_pop_close.png) no-repeat;
}
.main_popup .swiper_mainpopup {
	position: relative;
	display: block; 
	height: 90px;
}
.swiper_mainpopup > ul {
	width: auto;
}
.swiper_mainpopup > ul > li::before {
	position: absolute; top: 50%; right: -7px;
	content: "";
	display: inline-block;
	margin-top: -30px;
	width: 1px; height: 62px;
	border-left: 1px solid #1c3357;
}
.swiper_mainpopup > ul > li:last-child::before {
	display: none;
} 
.swiper_mainpopup .nocnt p {
	display: flex;
	margin: 10px 20px; 
	height: 70px;
	align-items: center;
	justify-content: center; 
	color: #969ba5; font-size: 1.142rem; font-weight: 600;
	background-color: #d4dae6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.swiper_mainpopup a {
	display: block;
	margin: 5px 20px;
	padding: 5px 10px;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.swiper_mainpopup a dt {
	display: -webkit-box; 
	margin-bottom: 5px; 
	color: #585858; font-size: 1.142rem; font-weight: 600;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden; 
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.swiper_mainpopup a dd {
	display: -webkit-box; 
	height: 42px;
	color: #585858; letter-spacing: -0.05em; line-height: 18px; font-size: 1.1rem;
	text-overflow: ellipsis; word-wrap: break-word; line-height: 1.3em;
	-webkit-line-clamp: 2; /* ellipsis line */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.main_popup .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main_popup .swiper-pagination-bullet {
	margin-right: 5px;
	width: 10px; height: 10px;
	background-color: #eaedf0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 1;
}
.main_popup .swiper-pagination-bullet-active {
	width: 20px;
	background-color: #19315d;
}



/* header */
.header {
	position: relative; z-index: 99; 
	overflow: visible !important;
}
.header_info { 
	background-color: #19315d;
}
.header_info .grid_content {
	display: flex;
	justify-content: space-between;  
}  
.header_list {
	margin: 3px 0 5px;
} 
.header_list li {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	color: #fff; font-size: 0.95rem;
} 
.header_list li::before {
	content: "|";
	position: absolute; left: 0; top: -1px;
	display: block; 
} 
.header_list li:last-child::after { 
	content: "|";
	position: absolute; right: 0; top: -1px;
	display: block; 
}
.user_info span {
	vertical-align: 0;
}
.header_top .grid_content {
	height: 102px;
}
.header_top h1 {
	margin: 30px auto;
	width: 160px;
}
.header_top h1 a {
	display: block;
    width: 160px;
}
.header_top h1 a img {
	width: 100%;
}


.header_bottom {
	position: relative;
}
.header_bottom .grid_content { 
	position: relative; 
	overflow: visible;
}
/* header - gnb */
.gnb_wrap {
	font-size: 0; line-height: 0; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gnb_wrap .grid_content {
    overflow: visible;
}

.gnb_list {
	font-size: 0; line-height: 0; text-align: center;
}


.gnb_menu {
	position: relative;
	display: inline-block; 
	min-width: 110px;
	vertical-align: top;
}
.gnb_menu:last-child {
	margin-right: 0;
}
.gnb_menu > a {
	position: relative;
	display: block;
	letter-spacing: -0.03em; font-size: 1.1rem; color: #535353;
	line-height: 1em; font-weight: 500;
	font-family: KOHIBaeum, sans-serif; 
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.gnb_menu > a::before {
	content: "";
	display: block; 
	margin: 0 auto 13px;
	width: 70px; height: 70px;
	background-color: #cfc8c8;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.gnb_menu1 > a::before {
	background-color: #57becd;
	background-image: url(../../images/client/common/img_gnb1.png);
}
.gnb_menu2 > a::before {
	background-color: #2ab18c;
	background-image: url(../../images/client/common/img_gnb2.png);
}
.gnb_menu3 > a::before {
	background-color: #b18dc9;
	background-image: url(../../images/client/common/img_gnb3.png);
}
.gnb_menu4 > a::before {
	background-color: #496089;
	background-image: url(../../images/client/common/img_gnb4.png);
}
.gnb_menu5 > a::before {
	background-color: #fbc036;
	background-image: url(../../images/client/common/img_gnb5.png);
}
.gnb_menu6 > a::before {
	background-color: #ee7371;
	background-image: url(../../images/client/common/img_gnb6.png);
}
.gnb_menu7 > a::before {
	background-color: #9ec33c;
	background-image: url(../../images/client/common/img_gnb7.png);
}
.gnb_menu8 > a::before {
	background-color: #68bdf2;
	background-image: url(../../images/client/common/img_gnb8.png);
} 
.gnb_menu9 > a::before {
	background-color: #fbc0c4;
	background-image: url(../../images/client/common/img_gnb9.png);
} 
.gnb_menu10 > a::before {
	background-color: #b8ccfa;
	background-image: url(../../images/client/common/img_gnb10.png);
} 
.gnb_menu11 > a::before {
	background-color: #fde09c;
	background-image: url(../../images/client/common/img_gnb11.png);
} 
.gnb_menu a {
	display: block;
}
.gnb_menu > a > span {
	position: relative;
	display: inline-block; 
	margin-bottom: 15px;
	font-family: BCcardB, sans-serif;
	line-height: 1.2em; word-break: break-all;
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-o-transform: rotate(-0.03deg);
	transform: rotate(-0.03deg);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
} 
.gnb_submenu {
	position: absolute; top: 115px; left: 50%;
	z-index: 10;
	display: none;
	margin-left: -113px;
	padding: 13px 0;
	width: 226px; height: auto;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 3px 18px 0px rgba(25, 49, 93, 0.5); 
}
.gnb_submenu::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_submenu > li {
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
} 
.gnb_submenu > li > a {
	position: relative; 
	padding: 10px 25px; 
	display: block; 
	word-break: keep-all; letter-spacing: -0.05em;
	font-size: 1.14rem; line-height: 1.3em; color: #000; font-weight: 500; 
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
} 
.gnb_submenu .sub_eng { 
	display: block;
	word-break: keep-all; letter-spacing: -0.05em;
	font-size: 0.94rem; line-height: 1.3em; color: #7c7c7c; font-weight: 500;
}   

.gnb_submenu > li > a strong {
	position: absolute; right: 9px; top: 50%;
	display: block;
	width: 12px; height: 12px;
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/client/common/icon_submenu_more.png);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gnb_endmenu {
	position: absolute; top: 0; left: 226px; 
	z-index: 1;
	display: none;
	padding: 10px;
	min-width: 200px; 
	text-align: left;
	background-color: #daeaf1;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	box-shadow: -3px 3px 10px 0px rgba(25, 49, 93, 0.2);
}
.gnb_endmenu a {
	position: relative;
    display: block;
	padding: 5px 3px 5px 12px;
	font-size: 1.14rem; color: #a1a1a1; letter-spacing: -0.05em; word-break: keep-all;  line-height: 1.3em; font-weight: 500;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
} 
.gnb_endmenu a::before {
	position: absolute; left: 0px; top: 15px;
	content: "";
	display: inline-block;
	margin-top: -2px;
	background-color: #a1a1a1 !important;
	width: 6px; height: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.gnb_endmenu a .sub_eng {
	color: #a1a1a1;
}
.gnb_endmenu .direct_link::after {
	background-image: url(../../images/client/common/icon_direct_gray.png);
} 

/* 사이트맵 */ 
.sitemap { 
	position: fixed; top: -102%; left: 0; z-index: 100;
	width: 100%; 
	-webkit-transition : 0.6s;
	-moz-transition : 0.6s;
	-o-transition : 0.6s;
	transition : 0.6s;
}
.sitemap.on {
	display: block;
	top: 0;
}
.sitemap > .inner {
	position: relative;
	height: 100vh; max-height: 100vh;
	font-size: 0; line-height: 0;
	background-color: #fff;
	background-repeat: no-repeat; 
	background-position: center bottom -100px; 
	background-image: url(../../images/client/common/bg_sitemap.png); 
	-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 { 
	padding: 50px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn_sitemap {
	position: absolute; top: 20px; right: 20px; 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: 50px 0 0;
	padding-bottom: 20px;
	max-height: 100%;
	overflow-y: auto;
	opacity: 0;
}
.sitemap .grid_content::-webkit-scrollbar {
    width: 10px;  /* 스크롤바의 너비 */
}
.sitemap .grid_content::-webkit-scrollbar-thumb {
    background: rgba(221,221,221, 0.5); /* 스크롤바의 색상 */
	background-clip : padding-box;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.sitemap .grid_content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 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 li {
	font-size: 0;
}
.sitemap .gnb_2depth {
	position: relative; top: inherit; left: inherit;
	display: inline-block; 
	margin-bottom: 50px; 
	width: 25%;  
	font-size: 1.5rem; line-height: 1.5em; vertical-align: top;
	background: transparent;
	box-shadow: none; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
} 
.sitemap .gnb_tit {
	position: relative; z-index: 10;
	display: inline-flex;
	margin-bottom: 15px; padding-bottom: 5px;
	font-size: 2.15rem; color: #fff;
	font-family: BCcardB, sans-serif;
    -webkit-transform: rotate(-0.03deg);
    -moz-transform: rotate(-0.03deg);
    -o-transform: rotate(-0.03deg);
    transform: rotate(-0.03deg);
}
.sitemap .gnb_tit::after {
	position: absolute; bottom: 7px; right: -12px;
	z-index: -1;
	content: "";
	display: inline-block;
	width: 20px; height: 20px;
	background-color: #85b8d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.sitemap a {
	color: #fff; font-size: 1.6rem; letter-spacing: -0.03em;
}
.sitemap .gnb_2depth > ul > li {
	margin-bottom: 17px;
}
.sitemap .gnb_2depth > ul > li:last-child {
	margin-bottom: 0;
}
.sitemap .gnb_2depth > ul > li > a {
	position: relative;
	z-index: 1;
	padding: 0;
	font-size: 1.3rem; line-height: 1.4em;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}  
.sitemap .gnb_2depth > ul > li > a::before {
	position: absolute; left: 0; bottom: 0;
	content: "";
	display: block;
	width: 0; height: 1px;
	background-color: #fff;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.sitemap .gnb_2depth > ul > li > a::after {
	position: absolute; bottom: 1px; right: -5px;
	z-index: -1;
	content: "";
	display: inline-block;
	width: 10px; height: 10px;
	background-color: #85b8d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
} 
.sitemap .gnb_3depth {
	margin-top: 5px;
}
.sitemap .gnb_3depth > li {
	margin-bottom: 3px;
	padding-left: 7px;
}
.sitemap .gnb_3depth > li > a {
	position: relative;
	z-index: 1;
	font-size: 1.15rem; line-height: 1.5em;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.sitemap .gnb_3depth > li > a::before {
	content: "-";
	display: inline-block; 
	color: #fff;
}
.sitemap .gnb_3depth > li > a::after {
	position: absolute; bottom: 2px; right: -4px;
	z-index: -1;
	content: "";
	display: inline-block;
	width: 6px; height: 6px;
	background-color: #85b8d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}


/* 모바일 버튼 */
.mobile_menubtn {
	display: none;
}


/* header 스크롤시 */
body.scrolly .header {
	position: fixed; top: -102px; left: 0; right: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
body.scrolly .header_info {
	display: none;
}
body.scrolly .header_top h1 {
	position: absolute; top: 116px;
	z-index: 10;
	margin: 0;
}

body.scrolly .header_bottom {
	text-align: right;
	background-color: #fff;
}
body.scrolly .gnb_wrap {
	display: inline-block;
}
body.scrolly .gnb_list {
	text-align: right;
}
body.scrolly .gnb_menu {
	margin-right: 35px;
	min-width: auto;
}
body.scrolly .gnb_menu:last-child {
	margin-right: 0;
}
body.scrolly .gnb_menu > a {
	display: flex;
	height: 70px;
	align-items: center; 
}
body.scrolly .gnb_menu > a::before {
	display: none;
}
body.scrolly .gnb_menu > a > span {
	margin-bottom: 0;
}
body.scrolly .gnb_submenu {
	top: 70px; 
	text-align: center;
} 


/* footer */
.footer_wrap {
	position: relative;
	padding: 20px;
	width: 100%; height: 164px;
	color: #2d3a4f;
	background-color: #555555;
}
.footer_wrap p {
	color: #2d3a4f;
}
.footer_wrap .footer {
	color: #fff; 
}
.footer_wrap .footer address {
	text-align: center; font-size: 0.9rem; 
}
.footer_wrap .footer div ul {
	margin-top: 10px; 
	padding-right: 110px; 
	word-break: keep-all;
    background-image: url(../../images/footer_logo.svg);
	background-position: right center;
    background-size: 90px 90px;
	background-repeat: no-repeat;
}
.footer_wrap .footer div ul li {
	padding-left: 141px;
	text-align: left;
}
.footer_wrap .footer div ul li.mg_t20 {
	padding-left: 0;
}
.footer_wrap .footer div ul li span {
	display: inline-block;
	margin-left: -141px; 
	width: 130px;
}
.footer_wrap .footer div ul li:last-child {
    margin-top: 20px; 
}
.footer_wrap .footer p {
	padding: 5px;
	text-align: left; color: #989ea6;
}
.move_top {
	position: fixed; bottom: 50px; right: 3%;
	z-index: 80;
	display: block;
	padding-top: 35px;
	width: 60px; height: 60px;
	text-align: center; color: #fff;
	background: #294269 url(../../images/client/common/img_movetop_white.png) center -2px no-repeat;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

/* 서브페이지 전체 영역 */
.subcontent_wrap {
	position: relative;
	padding-bottom: 3em;
	overflow: hidden;
}

/* 서브페이지 - 상단 비주얼 */
.subpage_visual { 
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../images/client/sub/bg_subvisual.png);
}
.subpage_visual .grid_content {
	position: relative;
	height: 400px;
    background-repeat: no-repeat;
	background-position: left bottom -110px;
} 
.subpage_visual.visual1 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual1.png);
}
.subpage_visual.visual2 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual2.png);
}
.subpage_visual.visual3 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual3.png);
}
.subpage_visual.visual4 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual4.png);
}
.subpage_visual.visual5 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual5.png);
}
.subpage_visual.visual6 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual6.png);
}
.subpage_visual.visual7 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual7.png);
}
.subpage_visual.visual8 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual8.png);
}
.subpage_visual.visual9 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual9.png);
}
.subpage_visual.visual10 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual10.png);
}
.subpage_visual.visual11 .grid_content {
	background-image: url(../../images/client/sub/img_subvisual11.png);
}
.subpage_visual h2 { 
	position: absolute; left: 465px; bottom: 20px; 
	color: #294269; font-size: 2.6rem; line-height: 0;
    font-family: GangwonEduPower, sans-serif;
    -webkit-transform: rotate(-0.03deg);
    -moz-transform: rotate(-0.03deg);
    -o-transform: rotate(-0.03deg);
    transform: rotate(-0.03deg);
}
.subpage_visual h2 span {
	display: block; 
	font-family: inherit; font-size: 3.4rem; color: rgba(255,255,255, 0.6); letter-spacing: 0.03em; 
}


/* lnb */
.lnb_wrap {
	z-index: 90;
	width: 100%; height: 50px;
	background-color: #f2f2f2;
    border-top: 1px solid #c8d2d7;
}
.lnb_wrap.fixed_menu {
	display: none;
}
.lnb_list {
	margin: 0 auto;
	font-size: 0; line-height: 0;
	overflow: visible;
}
.lnb_list > li {
	position: relative;
	display: inline-block;
	height: auto;
	vertical-align: top; text-align: center;
}
.lnb_list > li > a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 1.06rem; line-height: 47px;
	color: #848a90; font-family: "Notokr";
}
.lnb_list > li.on > a {
	color: #027dcb; font-weight: bold;
	border-bottom: 2px solid #027dcb;
}
.lnb_list > li > a span {
	display: inline-block;
	margin-left: 4px; margin-bottom: 4px;
	width: 13px; height: 13px;
	background: url(../../images/client/sub/bg_sublnb.png) no-repeat center;
}
.have_sub {
	position: relative;
}
.have_sub::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 12px; height: 12px;
	background: url(../../images/client/common/icon_submenu.png) no-repeat;
}
.have_sub.on::after {
	background: url(../../images/client/common/icon_submenu_on.png) no-repeat;
}
.lnb_list > li.on >.have_sub::after {
	background: url(../../images/client/common/icon_submenu_on.png);
}
.sub_lnb {
	position: absolute; left: 0; top: 47px; z-index: 50;	
	display: none;
	padding: 5px 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #027dcb;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.3);
}
.sub_lnb li {
	display: block;
	height: 40px;
	font-weight: 600;
}
.sub_lnb li a {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left; font-size: 1rem; line-height: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sub_lnb li.on a {
	color: #0334a3;
}

/* 교외활동 내 그래프 */
.multigraph {
	width: 100%; height: 30px;
	font-size: 0; line-height: 0;
}
.multigraph p {
	position: relative;
	display: inline-block;
}

@media screen and (max-width:1279px) {
	
    /* header logo */
	.header_top h1 {
		width: 140px;
	}
	.header_top h1 a {
		width: 140px;
	} 
	.gnb_list {
		display: flex;
		justify-content: space-between;
	}
	.gnb_menu {
		min-width: auto; 
		flex: 1;
	} 
	.gnb_menu > a {
		font-size: 1.03rem;
	}
	.gnb_menu > a::before {
		margin: 0 auto 10px;
		width: 65px; height: 65px;
		background-size: auto 37px;
	}
	.gnb_submenu {
		top: 100px;
	}

	/* header - lnb */
	.lnb_list {
		width: 96%;
	} 
	
	/* header 스크롤시 1279 */
	body.scrolly .header_logo {
		top: 105px;
	}
	body.scrolly .gnb_wrap {
		height: 70px;
	}
	body.scrolly .gnb_menu {
		margin-right: 20px;
		flex: none;
	}  
	body.scrolly .gnb_menu:last-child .gnb_submenu {
		left: auto; right: -15px;
		margin-right: 0;
	}
	body.scrolly .gnb_menu:last-child .gnb_submenu::before {
		left: auto; right: 30px;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	} 

	/* 사이트맵 1279 */ 
	.sitemap .gnb_tit {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.sitemap .gnb_2depth > ul > li {
		margin-bottom: 10px;
	}
	.sitemap .gnb_2depth > ul > li > a {
		font-size: 1.2rem;
	}
	.sitemap .gnb_3depth > li > a {
		font-size: 1rem;
	}


	/* 서브페이지 - 상단 비주얼 1279 */
	.subpage_visual .grid_content {
		height: 380px;
		background-size: auto 270px;
		background-position: left bottom -100px;
	}
	.subpage_visual h2 {
		left: 380px;
		font-size: 2.3rem; line-height: 0.2em;
	}
	.subpage_visual h2 span { 
		font-size: 2.5rem;
	}

}
@media screen and (max-width: 1140px) {
	
}
@media screen and (max-width: 1079px) {
		
	/* 메인 진단센터 */
	.main_test_list li dl {
		width: 100% !important;
	}
	
	/* lnb */
	.lnb_list li a {
		padding: 0 0.8em;
	}
	
}
/*================================ hover(pc) ================================ */
@media screen and (min-width:1025px) {
	
    /* hover */
    /* 에러 페이지 hover */
    .error_box a:hover {
        background-color: #454545;
    }
	
	/* header - 메인 팝업 hover */ 
	.swiper_mainpopup a:hover dt {
		color: #294269;
	} 

	/* gnb */ 
	.gnb_menu1:hover > a::before {
		background-color: #2e9aaa; 
	}
	.gnb_menu2:hover > a::before {
		background-color: #1a9776; 
	}
	.gnb_menu3:hover > a::before {
		background-color: #946caf; 
	}
	.gnb_menu4:hover > a::before {
		background-color: #20355a; 
	}
	.gnb_menu5:hover > a::before {
		background-color: #e6a819; 
	}
	.gnb_menu6:hover > a::before {
		background-color: #e04240; 
	}
	.gnb_menu7:hover > a::before {
		background-color: #81a71b; 
	}
	.gnb_menu8:hover > a::before {
		background-color: #3e9cd6; 
	} 
	.gnb_menu9:hover > a::before {
		background-color: #eb8f95; 
	} 
	.gnb_menu10:hover > a::before {
		background-color: #8daaee; 
	} 
	.gnb_menu11:hover > a::before {
		background-color: #f0c563; 
	} 

	.gnb_submenu > li:hover > a {
		color: #19315d; font-weight: 500;
		background-color: #daeaf1;
	}
	.gnb_submenu > li:hover > a .sub_eng { 
		color: #19315d;
	}
	.gnb_endmenu a:hover { 
		color: #19315d;
	}
	.gnb_endmenu a:hover .sub_eng { 
		color: #19315d;
	}
	.gnb_endmenu a:hover::before {
		background-color: #19315d !important;
	} 
	

	/* sitemap hover */ 
	.sitemap .gnb_2depth > ul > li:hover > a {
		color: #fff;   
	}
	.sitemap .gnb_2depth > ul > li:hover > a::after {
		opacity: 1;
	}
	.sitemap .gnb_2depth .gnb_3depth > li:hover > a {
		color: #fff;
	} 
	.sitemap .gnb_2depth .gnb_3depth > li:hover > a::after {
		opacity: 1;
	}
	.sitemap .gnb_2depth > ul > li:hover > a::before {
		width: 100%;
	}

    /* top키 hover */
    .move_top:hover {
        background-color: #324659;
    }
	
    /* lnb */
	.lnb_list > li:hover > a {
		color: #027dcb; font-weight: bold;
		border-bottom: 2px solid #027dcb;
    }
	.sub_lnb li:hover a {
		color: #027dcb;
		background-image: url(../../images/client/sub/bg_lnbarrow_on.png);
    }
}
/*================================ //hover(pc) ================================ */
@media screen and (max-width:1024px) {
	
	.page_wrap {
		padding-top: 70px;
	}
	
	/*header - 메인 팝업 1024 */
	.page_wrap.popOn {
		padding-top: 186px;
	}  
	
	/* header - 기본 1024 */  
	/* .header_wrap.popOn {
		height: 186px;
	}  */
	.header {
		width: 100% !important; 
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	}
	.header_wrap {
		position: fixed; top: 0; z-index: 20;
		width: 100%; height: 70px;
		min-height: auto; 
	}
	.header_info {
		display: none;
	}
	.header_top {
		height: 70px;
		background-color: #fff; 
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

	} 
	.header_top .grid_content {
		height: auto;
	}
	.header h1 {
		position: absolute; top: 50%; left: 50%;
		margin: 0;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.header h1 a {
        width: 130px;
	}

	.sitemap {
		display: none;
	}

	/* 모바일 버튼 1024 */
	.mobile_menubtn {
		position: absolute; right: 15px; top: 50%;
		display: block; 
		background-color: transparent;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		outline: 0 !important;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	} 
	.mobile_menubtn span {
		display: block;
		margin: 7px auto;
		width: 30px; height: 3px;
		background-color: #19315d;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.mobile_menubtn.rotate span:first-child {
		position: absolute; top: 7px; left: 50%;
		margin-top: 0; margin-left: -20px;
		width: 30px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mobile_menubtn.rotate span:nth-child(2) {
		opacity: 0;
	}
	.mobile_menubtn.rotate span:nth-child(3) {
		position: absolute; top: 0; left: 50%;
		margin-left: -20px;
		width: 30px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 로그인 버튼 1024 */
	.btn_login {
		position: absolute; top: 50%;
		display: block;
		width: 34px; height: 34px;
		font-size: 0;
		background-color: #19315d;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.btn_login.login { 
		background-image: url(../../images/client/common/icon_login.png);
	}
	.btn_login.logout { 
		background-image: url(../../images/client/common/icon_logout.png);
	}
	
	/* header - gnb 1024 */
	.header_bottom {
		position: fixed;  
		display: none;
		width: 100%;
	}
	.header_bottom .grid_content {
		width: 100%;
	}
	.gnb_wrap { 
		position: relative;
		height: auto;
		/* 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 { 
		display: block;
		padding: 30px 15px 20px;
		background-color: #85b8d2;
		white-space: nowrap;
		overflow-x: auto;
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 4px 4px 6px rgba(0,0,0,0.1);
	}
	.gnb_list::-webkit-scrollbar {
		display: none;
	}
	.gnb_menu {
		position: static;
		vertical-align: top;
		min-width: 100px;
	}
	.gnb_menu > a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.gnb_menu > a::before {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.gnb_menu > a > span {
		margin-bottom: 0;
		color: #fff;
	}
	.gnb_menu.on > a > span {
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	} 
	.gnb_menu1 a.focus::before {
		background-color: #2e9aaa; 
	}
	.gnb_menu2 a.focus::before {
		background-color: #1a9776; 
	}
	.gnb_menu3 a.focus::before {
		background-color: #946caf; 
	}
	.gnb_menu4 a.focus::before {
		background-color: #20355a; 
	}
	.gnb_menu5 a.focus::before {
		background-color: #e6a819; 
	}
	.gnb_menu6 a.focus::before {
		background-color: #e04240; 
	}
	.gnb_menu7 a.focus::before {
		background-color: #81a71b; 
	}
	.gnb_menu8 a.focus::before {
		background-color: #3e9cd6; 
	} 
	.gnb_menu9 a.focus::before {
		background-color: #eb8f95; 
	} 
	.gnb_menu10 a.focus::before {
		background-color: #8daaee; 
	} 
	.gnb_menu11 a.focus::before {
		background-color: #f0c563; 
	} 

	.gnb_submenu {
		top: 142px; left: 0; z-index: -1;
		margin: 0;
		width: 100%; height: calc( 100vh - 223px);
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1);
		overflow-y: auto;
	}
	.gnb_submenu::before {
		display: none;
	}
	.gnb_submenu a {
		padding: 15px;
	}
	.gnb_more {
		display: none;
	}

	.gnb_endmenu {
		position: static; 
		padding: 0 0 10px 0;
		min-width: auto; 
		background-color: #e0edf3;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	} 
	.gnb_endmenu a {
		padding: 5px 20px;
	}
	.gnb_endmenu a::before {
		display: none;
	}
	.gnb_endmenu a::after {
		position: absolute; left: 10px; top: 6px;
		content: "-";
		display: inline-block;
		color: #a1a1a1;
	}
	.gnb_endmenu a .sub_eng {
		display: inline-block;
		margin-left: 7px;
	}
	.gnb_submenu > li.on > a { 
		color: #19315d; font-weight: 600;
		background-color: #e0edf3;
	}
	.gnb_submenu > li.on > a > .sub_eng {
		color: #19315d; font-weight: 600;
	}

	body.on .header_bottom {
		display: block; 
	}

	body.scrolly .header {
		top: 0;
	}
	body.scrolly .header_top h1 {
		top: 50%;
	}
	body.scrolly .gnb_wrap {
		display: none;
	}

	.view_admin {
		position: absolute; top: 0; right: 10px;
		padding: 0 10px;
		color: #fff;
		font-size: 0.9rem;
		line-height: 22px;
		background-color: #19315d;
		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;
	} 


	
	/* header - sitemap */
	.gnb_list .gnb_menu > a.sitemap {
		display: none;
	}
	
	/* header - login */
	.login_area {
		right: 1%;
		width: 50px; height: 50px;
	}
	.login_area a {
		width: 100%; height: 100%;
		text-indent: -9999px;
		background-position: center; background-size: 26px;
		border: none;
	}
	.gnb_bg {
		position: fixed; top: 70px; bottom: 0;
		z-index: -1;
		width: 100%; height: 100%;
		background: #000;
        opacity: 0;
	}
	.popOn .gnb_bg {
		top: 116px;
	}
	
    /* footer 1024 */
    .footer_wrap {
        height: auto;
    }
	.footer_wrap .footer div ul {
		padding-right: 0; 
		background-image: none;
    }
	
	/* 서브페이지 - 상단 비주얼 1024 */
	.subpage_visual .grid_content {
		height: 190px;
		background-size: auto 230px;
		background-position: left bottom -70px;
	}
	.subpage_visual h2 {
		left: 320px; top: 50%; bottom: auto;
		font-size: 2.2rem; line-height: 1.2em;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.subpage_visual h2 span {
		font-size: 2.4rem; line-height: 1em; 
	}

	/* lnb */
	.lnb_wrap {
		height: auto;
	}
	.lnb_wrap.fixed_menu {
		top: 70px;
	}
	.lnb_list {
		white-space: nowrap; text-align: left;
		overflow: hidden; overflow-x: auto;
		/* 스크롤바 숨기기 */
		-webkit-overflow-style: none; /* webkit */
		-moz-overflow-style: none; /* firefox */
		-ms-overflow-style: none; /* ie, Edge */
		-o-overflow-style: none; /* opera */
		/*scrollbar-width: none; /* firefox */
	}
	.lnb_list::-webkit-scrollbar {
		/* 스크롤바 숨기기 */
		display: none; /* chrome, safari, opera */
	}
	.lnb_list > li > a {
		line-height: 40px;
	}
	.lnb_list > li > a span {
		display: none;
	}
	
}
@media screen and (max-width:767px) {
	
	.page_wrap {
		/* padding-bottom: 140px; */
	}
	
	/* header - 메인 팝업 767 */ 
	.page_wrap.popOn {
		padding-top: 48px;
	}  
	.main_popup {
		height: 120px;
	}
	.main_popup .top_btn {
		bottom: -28px;
	}
	.main_popup .top_btn label {
		padding: 0 0 1px 17px;
		font-size: 1rem;
		background-size: 13px 13px;
	}
	.main_popup .main_pop_close {
		width: 60px;
		font-size: 1rem;
	}
	.main_popup .grid_content::after {
		display: none;
	} 
	.main_pop_arrow.left {
		left: 0;
	}
	.swiper_mainpopup a {
		margin: 5px;
	}
	.swiper_mainpopup > ul > li::before {
		right: -2px;
		margin-top: -25px;
		height: 50px;
	}
	.swiper_mainpopup a dt {
		margin-bottom: 2px;
		font-size: 1.1rem;
	}
	.swiper_mainpopup a dd {
		height: 37px;
		font-size: 1.05rem;
	}
	.main_popup .swiper-pagination {
		bottom: -3px;
	}
	.main_popup .swiper-pagination-bullet {
		width: 8px; height: 8px;
	}
	.main_popup .swiper-pagination-bullet-active {
		width: 16px;
	}
	.swiper_mainpopup .nocnt p { 
		margin: 15px 15px 10px;
		height: 55px;
	} 
	/* footer */
	/* .footer_wrap {
		margin-top: -140px;
	} */
	.move_top {
		position: fixed; bottom: 35px; right: 4%;
		padding-top: 30px;
		width: 55px; height: 55px;
        background-color: #294269;
        background-position: center top;
		background-size: contain;
	}
	
	/* error 페이지 768 */
	.error_box {
		left: 10%; top: 30%;
		margin-left: 0; margin-top: 0;
        width: 100%;
    }
	.error_box img {
		top: 120px; right: 100px;
        width: 200px;
    }
	
	/* 서브페이지 - 상단 비주얼 768 */
	.subpage_visual .grid_content { 
		background-size: auto 155px;
		background-position: left bottom -40px;
	}
	.subpage_visual h2 {
		left: 210px; 
		font-size: 2rem;
	}
	.subpage_visual h2 span {
		font-size: 2.1rem;
	}



}
@media screen and (max-width:480px) {
	
	.page_wrap {
		/* padding-bottom: 150px; */
	}
	
	/* header - 메인 팝업 480 */ 
	.swiper_mainpopup > ul > li::before {
		display: none;
	}
	
	/* 모바일 버튼 480 */
	.mobile_menubtn span {
		width: 25px; height: 2px;
	}
	.gnb_submenu>li>a:after {
		right: 10px;
	}
	
	/* footer */
	.footer_wrap {
		/* margin-top: -150px;  */
		padding: 10px;
	}
    .footer_wrap .footer div ul:nth-child(1) {
        width: 100%;
    }
    .footer_wrap .footer div ul {
		float: none;
        width: 100%;
		background-image: none;
    }
	.footer_wrap .footer div ul li {
		margin-bottom: 20px;
		padding-left: 0;
		text-align: center;
	}
	.footer_wrap .footer div ul li span {
		display: block;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.footer_wrap .footer div ul li i {
		display: none;
	}
	.footer_wrap .footer .copyright {
		text-align: center; font-size: 0.9rem;
	}
	
	/* 서브페이지 - 상단 비주얼 480 */ 
	.subpage_visual .grid_content {
		height: 180px;
		background-size: auto 140px;
		background-position: right -20px bottom -50px;
	}
	.subpage_visual h2 {
		left: 10px; bottom: auto; top: 30px;
		margin-right: 65px;
		font-size: 1.7rem;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	.subpage_visual h2 span {
		font-size: 1.8rem;
	}

    /* 에러 페이지 480 */
    .error_box {
        left: 10px; top: 22%;
        padding: 10px;
    }
    .error_box strong {
        font-size: 1.5rem;
    }
    .error_box p {
		word-break: break-all; font-size: 1.1rem;
    }
    .error_box img {
        top: 120px; right: 20px;
        width: 150px;
    }
	
}