@charset "utf-8";
/* 공통 레이아웃: header, gnb, quick-menu, footer, footer-online, hd_pop */

/* -------- wrapper / inner (공통 레이아웃) -------- */
#wrapper {
	overflow: hidden;
	min-width: 100% !important;
}
.inner {
	margin: 0 auto;
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	.inner {
		width: 100%;
	}
}

/* -------- hd_pop -------- */
#hd_pop {z-index:99999;/* position:relative; */margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;z-index:99999;border:1px solid #e9e9e9;background:#fff; }
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}/* layout */

@media screen and (max-width: 1024px) { 
	.hd_pops { 
		top:50% !important; left:50% !important;
		transform:translate(-50%,-50%);
	}
}
@media screen and (max-width: 640px) { 
	.hd_pops { 
		width:80%;	 
	}
	.hd_pops_con { 
		width:100% !important; height:auto !important; 
	}
	.hd_pops_con > p { 
		line-height:0; 
	}
	.hd_pops img { 
		width:100%; 
	}
	.hd_pops_footer .hd_pops_reject { 
		font-size:12px; 
	}
	.hd_pops_footer .hd_pops_close { 
		font-size:12px; 
	}
}

/* // 요일별 모달 팝업 */

/* -------- header -------- */
#header { 
	position:fixed; top:0; left:0; 
	z-index:99999;
	width:100%; min-height:100px;
		transition:.3s;
}
#header.on,
#header.fixed ,
#header.self { 
	background: #fff; 
}
#header { 
}
.hader-inner { 
	position:relative;
	margin:0 auto; 
	width:100%; min-height:100px;
	border-bottom:1px solid rgba(255,255,255,.15);
}
.hader-inner .logo { 
	position:absolute; top:50%; left:5%;
	z-index:33;
	margin-top:-32px;
}
.hader-inner .logo .logo-on { 
	display:none;
}
.hader-inner .logo .logo-off { 
	display:block;
}
.self .hader-inner .logo .logo-on,
.fixed .hader-inner .logo .logo-on,
.on .hader-inner .logo .logo-on { 
	display:block; 
}
.self .hader-inner .logo .logo-off,
.fixed .hader-inner .logo .logo-off,
.on .hader-inner .logo .logo-off { 
	display:none; 
}
.hader-inner .logo a { 
	display:block; 
}

@media screen and (max-width: 1400px) { 
	.hader-inner { 
		width:100%; 
	}
}
@media screen and (max-width: 1200px) { 
	#header { 
		position:fixed; 
		padding:0;
		min-height:95px;
	}
	.hader-inner { 
		min-height:95px;
	}
	.hader-inner .logo { 
		left:30px; 
		margin-top: -24px;
	}
	.hader-inner .logo a { 
		height:48px;	 
	}
	.hader-inner .logo img { 
		height:100%; 
	}
}
@media screen and (max-width: 1024px) { 
/*
	.hader-inner .logo .logo-on { 
		display:block;
	}
	.hader-inner .logo .logo-off { 
		display:none;
	}
	*/
}
@media screen and (max-width: 768px) { 
	#header ,
	.hader-inner { 
		min-height:70px;
	}
	.hader-inner .logo { 
		left:20px; 
		margin-top: -21px; 
	}
	.hader-inner .logo a { 
		height:42px;	 
	}
}
@media screen and (max-width: 640px) { 
	#header ,
	.hader-inner { 
		min-height:40px;
	}
	.hader-inner .logo { 
		margin-top: -18px;
	}
	.hader-inner .logo a { 
		height:36px;	 
	}
}

/* gnb */
.hader-inner .gnb { 
	width:100%;
	text-align:right;
}
.hader-inner .gnb .gnb-1depth-li { 
	position:relative;
	display:inline-block;
	padding:0 1.5%;
	vertical-align:middle;
}
.hader-inner .gnb .gnb-1depth-li >a { 
	position:relative;
	display:block;
	font-weight: 400;
	font-size:18px; line-height:99px;
	color:#fff;
}
/* 메인메뉴 게시판 강조 효과 (25.07.24) */
.hader-inner .gnb .gnb-1depth-li:nth-child(2) > a,
.hader-inner .gnb .gnb-1depth-li:nth-child(3) > a,
.hader-inner .gnb .gnb-1depth-li:last-child > a {
 	display: flex; align-items: center; justify-content: center;
	background-color: rgba(204, 204, 204, 0.5); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	height: 40px; padding: 0 15px;
	border-radius: 50px;	
}
.hader-inner .gnb .gnb-1depth-li:nth-child(2) .gnb-2depth-li:first-child > a,
.hader-inner .gnb .gnb-1depth-li:nth-child(3) .gnb-2depth-li:first-child > a,
.hader-inner .gnb .gnb-1depth-li:last-child .gnb-2depth-li:first-child > a {
	padding-top: 40px;
}
@media screen and (max-width: 1025px) {
	.hader-inner .gnb .gnb-1depth-li > a {
		position: relative;
		padding-left: 20px;
	}
	.hader-inner .gnb .gnb-1depth-li > a::before {
		content: "";
		position: absolute;
		top: 50%; transform: translateY(-50%); left: 15px;
		width: 86px; height: 40px;
		background-color: #fff;
		z-index: -1;
	}
	.hader-inner .gnb .gnb-1depth-li:nth-child(2) > a::before {
		width: 105px; background-color: #F0F0F0;
	}
	.hader-inner .gnb .gnb-1depth-li:nth-child(3) > a::before,
	.hader-inner .gnb .gnb-1depth-li:last-child > a::before {
		background-color: #F0F0F0;
	}
	.hader-inner .gnb .gnb-1depth-li:nth-child(2) > a,
	.hader-inner .gnb .gnb-1depth-li:nth-child(3) > a,
	.hader-inner .gnb .gnb-1depth-li:last-child > a {
		background-color: rgba(255, 255, 255, 0); box-shadow: none;
		height: auto; border-radius: 0; padding: 0 0 0 20px;
	}
	.hader-inner .gnb .gnb-1depth-li:nth-child(2) .gnb-2depth-li:first-child > a,
	.hader-inner .gnb .gnb-1depth-li:nth-child(3) .gnb-2depth-li:first-child > a,
	.hader-inner .gnb .gnb-1depth-li:last-child .gnb-2depth-li:first-child > a {
		padding-top: 0;
	}
}
/* // 메인메뉴 게시판 강조 효과 */
.self .hader-inner .gnb .gnb-1depth-li >a ,
.on .hader-inner .gnb .gnb-1depth-li >a ,
.fixed .hader-inner .gnb .gnb-1depth-li >a {
	color:#1a1a1a;
}

.hader-inner .gnb-2depth { 
	display:none; 
}
.nav-full { 
	position:fixed; top:-100%; left:0;
	z-index:999;
	padding:12% 10%;
	width:100%; height:100vh;
	background: rgba(202,158,94,.82);
	text-align:center;
	font-size:0;
	display:none;
	display:none;
}
.nav-full .full-gnb-1depth-li { 
	display:inline-block;
	width:calc(100% / 7);
	vertical-align:top;
}
.nav-full .full-gnb-1depth-li > a { 
	position:relative;
	display:inline-block;
	padding:10px 8px;
	font-weight: 500; font-size:24px;
	color:#fff;
}
.nav-full .full-gnb-1depth-li > a:before { 
	content:'';
	position:absolute; bottom:0; left:0;
	width:100%; height:1px;
	background: rgba(255,255,255,.4);
}
.nav-full .gnb-2depth { 
	margin-top: 30px; 
}
.nav-full .gnb-2depth-li > a { 
	font-weight: 100; font-size:18px; line-height: 36px;
	color:#fff; 
}

@media screen and (min-width: 1025px) { 
	.hader-inner .gnb { 
		display:inline-block !important; 
		overflow:visible !important;
		padding-right:3.5%;
		text-align:right;
	}
	.hader-inner .gnb .gnb-1depth-li >a:before { 
		content:'';
		position:absolute; bottom:-6px; left:50%;
		margin-left: -60px;
		width:120px; height:6px;
		background: #fff;
		transform: scaleX(0);
		transition:.3s;
		display:none;
	}
	.hader-inner .gnb .gnb-1depth-li:hover >a:before { 
		transform: scaleX(1);
	}
	.hader-inner .gnb-2depth { 
		overflow:hidden;
		display:block !important;
		position:absolute; top:100%; left:50%;
		z-index:9999;
		margin-left:-100px; margin-top:1px;
		width:200px; height:0;
		text-align:center;
	}
	.gnb .gnb-2depth.on { 
		padding-top: 20px;
		height:400px;
		transition:.3s;
	}
	.hader-inner .gnb .gnb-2depth-a { 
		display:block;
		padding:10px 0;
		font-size:15px;
		color:#666;
	}
	.hader-inner .gnb .gnb-2depth-a:hover { 
		font-weight: 700;
	}
	/*
	.gnb-1depth-li:hover .gnb-2depth { 
		padding:20px 0; height:auto;
	}
	*/
	.gnb-bg { 
		/*background: rgba(42,71,109,.85);*/
		background:#f7f7f7;
	}
	#header .gnb-bg.menu { 
		height:400px;
		transition:.3s;
	}
}
@media screen and (max-width: 1440px) { 
	.nav-full { 
		padding:10% 4%; 
	}
}

.close-btn { 
	position:absolute; top:47px; right:12%;
	width:59px; height:59px;
	border:1px solid #fff;
	cursor:pointer;
}
.close-btn span { 
	position:absolute; left:12px; top:27px;
	width:33px; height:3px;
	border-radius:2px;
	background: #fff;
}
.close-btn span:nth-child(1) { 
	transform:rotate(45deg); 
}
.close-btn span:nth-child(2) { 
	transform:rotate(-45deg); 
}

@media screen and (max-width: 1440px) { 
	.hader-inner .gnb { 
		/* padding:0 23%; */
	}
	.hader-inner .gnb .gnb-1depth-li { 
		padding:0 2%;
	}
	.hader-inner .gnb .gnb-1depth-li >a { 
		font-size:17px; 
	}
}
@media screen and (max-width: 1200px) { 
	.hader-inner .gnb { 
		padding:0 20%;
	}
	.hader-inner .gnb .gnb-1depth-li >a { 
		font-size:16px; 
	}
}
@media screen and (max-width: 1024px) { 
	#header .gnb { 
		display:none;
		position:absolute; top:100%; left:0;
		margin-left:0; padding: 0;
		width:100%;
		background:#fff;
		text-align:center;
	}
	#gnb-1depth { 
		overflow-x:hidden;
		height:calc(100vh - 95px);
		padding:30px;
	}
	#header .gnb .gnb-1depth-li { 
		display:block;
		padding:0;
		text-align:left;
	}
	#header .gnb-1depth-li.on { 
	}
	#header .gnb-1depth-li:first-child.on { 
	}
	#header .gnb-1depth-a { 
		position:relative;
		display:block;
		border-bottom:1px solid #e0e0e0;
		font-weight:400;
		font-size:20px; line-height: 60px;
		color:#262626 !important;
	}
	#header .gnb-1depth-li.on .gnb-1depth-a:after { 
		content:'';
		position:absolute; bottom:7px; left:-5px;
		width:120px; height:2px;
		background:#fff;
	}
	#header .gnb-2depth { 
		display:none;
		padding:10px 0;
		height:auto !important;
		border-bottom:1px solid #e0e0e0;
		background:#f7f7f7;
	}
	#header .gnb-2depth-a { 
		display:block;
		font-weight:300;
		padding:0 20px;
		font-size:16px; line-height: 40px;
		color:#808080;
	}

	.nav-full { 
		display:none; 
	}
}

.menu-btn { 
	position:absolute; top:50%; right:5%;
	margin-top: -14.5px;
	width:46px; height:29px;
	cursor:pointer;
	display:none;
}
.menu-btn span { 
	position:absolute; left:0;
	margin-left:0;
	width:100%; height:3px;
	background: #fff;
	transition:.3s;
}
.self .menu-btn span,
.on .menu-btn span,
.fixed .menu-btn span { 
	background:#000; 
}
.menu-btn span:nth-child(1) { 
	top:0; 
}
.menu-btn span:nth-child(2) { 
	margin-top: -1.5px;
	top:50%; 
}
.menu-btn span:nth-child(3) { 
	bottom:0; 
}
.menu-btn.on span:nth-child(1) { 
	top:10px;
	transform:rotate(45deg);
	width:100%;
}
.menu-btn.on span:nth-child(2) { 
	opacity:0; 
}
.menu-btn.on span:nth-child(3) { 
	top:10px;
	transform:rotate(-45deg);
	width:100%;
} 

@media screen and (max-width: 1024px) { 
	.menu-btn { 
		display:block;
		right:30px; 
	}
	.menu-btn.on span { 
		background:#000; 
	}
}
@media screen and (max-width: 768px) { 
	.menu-btn { 
		right:20px;
		width:30px; height:20px; 
		margin-top: -10px;
	}
	.menu-btn span { 
		height:1.7px;
	}
	.menu-btn.on span:nth-child(1) ,
	.menu-btn.on span:nth-child(3) { 
		top:9px; 
	}
	#gnb-1depth { 
		height:calc(100vh - 70px);
	}
}
@media screen and (max-width: 640px) { 
	.header-utils { 
		display:none;
		right:18%;
	}
	#gnb-1depth { 
		height:calc(100vh - 60px);
	}
}

/* 
	quick-menu
*/
.quick-menu { 
	position:fixed; top:50%; right:30px; 
	z-index:222;
	transform:translateY(-50%);
}
.quick-menu li { 
	margin:5px 0;
	width:140px;
	font-size:0;
}
/* 퀵메뉴 전화상담 */
.quick-menu li:nth-child(5) { 
	display:none; 
}
.quick-menu li a { 
	display:block;
	border-radius:26px;
	background:#0b132f;
	font-weight:300; font-size:16px; line-height:51px;
	color:#fff;
	letter-spacing:-1px;
	text-align:center;
}
.quick-menu li a img { 
	position:relative; top:-1px;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}
.quick-menu li:nth-child(1) a { 
	box-sizing: border-box;
	-webkit-animation:blink2 0.8s ease-in-out infinite alternate; 
	-moz-animation:blink2 0.8s ease-in-out infinite alternate; 
	animation:blink2 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink2 {
	0% { border: solid 4px #0b132f; color: #29D820;}
	100% { border: solid 4px #29D820; color: #fff;}
}

@media screen and (max-width: 1024px) { 
	.quick-menu { 
		bottom:70px; top:auto; 
	}
	.quick-menu li { 
		display:none; 
	}
	.quick-menu li:nth-child(1) { 
		display:block; 
	}
	.quick-menu li:nth-child(2) { 
		display:block; 
	}
	.quick-menu li:nth-child(3) { 
		display:block; 
	}
	.quick-menu li:nth-child(4) { 
		display:block; 
	}
	.quick-menu li:nth-child(5) { 
		display:block; 
	}
}
@media screen and (max-width: 768px) { 
	.quick-menu { 
		right:8px;
		margin-bottom: -125px;
	}
	.quick-menu li { 
		width:auto;
		margin-bottom: 2px;
	}
	.quick-menu li a {
		padding:0 15px;
		font-size:14px; line-height:42px;
	}
	.quick-menu li a img {
		height:18px;
	}
}

/* -------- footer -------- */
#footer { 
	overflow:hidden;
	background:#000;
    padding-bottom: 150px; 
}
.footer-sec {
    padding: 30px 5vw;
}
#footer .footer-utils {
	border-bottom:1px solid rgba(255,255,255,.2);
	font-size:0;
	display: flex; flex-flow: row wrap;
}
#footer .footer-utils li { 
	width: auto;
	padding: 0 20px;
}
#footer .footer-utils li a { 
	display:block;
	font-size:15px; text-align: center;
	color:#ccc;
}
#footer .footer-address { 
	position:relative;
	font-size:0;
	display: flex; flex-flow: row wrap;
}
.index #footer .footer-address {  
	padding-bottom:180px; 
}
#footer .footer-address p {
	order: 1;
	font-size: 15px; color: #fff;
	width: 150px;
}
#footer .footer-address .footer-address-telNum {
	order: 2;
	display: none;
}
#footer .footer-address .footer-address-conts {
	order: 3;
	width: calc(100%-150px); height: 100%;
	display: flex; flex-flow: row nowrap;
	font-size: 14px; font-style: normal; color: #999;
}
#footer .footer-address .footer-address-conts li {
	width: auto; margin-right: 20px;
}
#footer .footer-address .footer-address-conts li:last-child {
	margin-right: 0;
}
#footer .footer-address .footer-address-conts li:nth-child(2) {
	display: flex; flex-flow: row wrap;
}
#footer .footer-address .footer-address-conts li .adress-list {
	display: flex; flex-flow: column wrap;
	margin-left: 5px;
}
#footer .footer-address .footer-address-conts li .adress-list li {
	width: auto;
	margin-bottom: 4px;
}
#footer .footer-address .footer-address-conts .info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
}
#footer .footer-address .footer-address-conts .info-wrap p {
	width: auto;
	margin: 0;
    padding: 2px 0;

	font-size: 14px; font-style: normal; color: #999;
}
#footer .footer-address .footer-address-conts .info-wrap p:nth-child(4) {
    width: 100%;
}
.footer-social {
    display: flex;
    gap: 16px;
    margin: 0;
}
.footer-social a {
    display: inline-flex;
    padding: 8px;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
    transition: color 0.3s ease;
}
.footer-social svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}
.footer-social .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.social-naverblog:hover,
.social-naverblog:focus { color: #03c75a; }
.social-kakao:hover,
.social-kakao:focus     { color: #fae100; }
.social-youtube:hover,
.social-youtube:focus   { color: #ff0000; }
.social-insta:hover,
.social-insta:focus   { color: #dd0ac1; }

@media screen and (max-width: 950px) { 
	#footer .footer-utils { 
		flex-flow: row wrap;
		padding: 0 15px 20px 15px;
	}
	#footer .footer-utils li { 
		padding: 0 20px 0 20px;
		margin: 20px 0 0 0;
		width: 20%;
		display: flex; align-items: center; justify-content: center;
	}
	#footer .footer-utils li:nth-child(3) {
		padding: 0 0 0 0;
	}
	#footer .footer-utils li:nth-child(5) {
		padding: 0 0 0 0;
	}
	#footer .footer-utils li:nth-child(6) {
		padding: 0 0 0 0;
	}
	#footer .footer-utils li:nth-child(8) {
		padding: 0 0 0 0;
	}
	#footer .footer-address {
		flex-flow: column;
	}
	#footer .footer-address .footer-address-telNum {
		display: block; width: 200px;
		position: relative;
		margin-top: 12px; margin-left: 40px;
		font-size: 36px; font-weight: 900;
	}
	#footer .footer-address .footer-address-telNum a {
		color: #fff;
	}
	#footer .footer-address .footer-address-telNum:before {
		content: '';
		position: absolute; top: 35%; left: -36px; transform: translateY(-35%);
		width: 30px; height: 30px;
		background-image: url('/images/main/icon-telNum.png'); background-size: cover;
	}
	#footer .footer-address .footer-address-telNum span {
		font-size: 11px; font-weight: 600;
		display: block;
	}
	#footer .footer-address .footer-address-conts {
		flex-flow: column;
		margin-top: 15px;
	}
	#footer .footer-address .footer-address-conts li {
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 640px) {
	.footer-sec {
        padding: 20px 5vw;
    }
	#footer .footer-utils { 
		padding: 0 5px 15px 5px;
	}
	#footer .footer-utils li { 
		margin: 15px 0 0 0;
		width: 33.333333%;
	}
	#footer .footer-utils li a { 
		font-size:13px; 
	}
	#footer .footer-address .footer-address-conts li .adress-list {
		padding-left: 8px;
	}
	#footer .footer-address .footer-address-conts .info-wrap p:nth-child(4) {
		margin-bottom: 40px;
	}
}

.privacy-pop { 
	display:none;
	position:fixed; bottom:0; left:50%;
	z-index:444;
	margin:-265px 0 0 -200px;
	width:400px; height:530px;
	background:#fff;
}
.index .privacy-pop { 
	position:absolute;	 
}
.privacy-pop h2 { 
	margin-bottom:0;
	padding:0 20px;
	background:#333;
	font-weight:500; font-size:16px; line-height:40px;
	color:#fff;
	text-align:left;
}
.privacy-pop .pop-inner { 
	overflow-x:hidden;
	padding:5%;
	width:100%; height:490px;
	border:1px solid #ddd;
	border-top:0 none;
	word-break:keep-all;
}
.privacy-pop .pop-inner p { 
	font-size:13px; line-height:1.5;
	color:#666;
}
.privacy-pop .pop-inner strong { 
	font-weight:500; font-size:14px; color:#333; 
}
.privacy-pop .pop-close { 
	position:absolute; top:7px; right:7px;
	width:26px; height:26px;
	border:1px solid rgba(255,255,255,.85);
	font-size:0;
	text-align:center;
}
.privacy-pop .pop-close:before { 
	content:'×';
	display:inline-block;
	font-size:22px; line-height:24px;
	font-family:'Roboto';
	color:#fff;
}
@media screen and (max-width: 850px) { 
	.privacy-pop { 
		bottom:20%;
	}
}
@media screen and (max-width: 640px) { 
	.privacy-pop { 
		left:20px; top:50%;
		margin:0;
		width:calc(100% - 40px); max-height:calc(100% - 40px);
		transform:translateY(-50%);
	}
}

/* -------- footer-online -------- */
.footer-online {
	position: fixed !important;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	background: #0A3425;
}
.footer-online form {
	width: auto;
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 80px;
	font-family: 'Pretendard';
	font-weight: 400;
	line-height: 1;
}
.footer-online dl dt,
.footer-online dl dd {
	display: inline-block;
	vertical-align: middle;
}
.footer-online dl dt {
	font-weight: 700;
	font-size: 22px;
	color: #aaa;
}
.footer-online dl dd {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
	margin-left: 30px;
}
.footer-online .footer-online-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	vertical-align: middle;
}
.footer-online p {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 22px;
	color: #aaa;
	vertical-align: middle;
}
.footer-online .input-wrap {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	max-width: 500px;
	font-size: 0;
	vertical-align: middle;
}
.footer-online .input-wrap li {
	position: relative;
	display: inline-block;
	width: 48%;
	max-width: 240px;
	vertical-align: middle;
}
.footer-online .input-wrap li label {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #aaa;
}
.footer-online .input-wrap li input[type="text"],
.footer-online .input-wrap li select {
	width: 100%;
	height: 38px;
	border: 0 none;
	border-bottom: 1px solid #fff;
	background: none;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}
.footer-online .input-wrap li input::placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #aaa;
	line-height: 1;
	padding: 0 5px;
}
.footer-online .input-wrap li select {
	color: #aaa;
}
.footer-online .input-wrap li:last-child {
	margin-left: 0;
	display: flex;
	align-items: center;
}
.footer-online .input-wrap li:last-child input {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 7px 0 0;
}
.footer-online .input-wrap li:last-child label {
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	vertical-align: middle;
}
.footer-online .input-wrap li:last-child a {
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
}
.footer-online .btn-wrap {
	display: inline-block;
	vertical-align: middle;
}
.footer-online .btn-wrap button {
	height: 100%;
	padding: 28px 24px;
	background: #fff;
	border-radius: 5px;
	font-family: 'Pretendard';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #000;
}
.footer-online .footerPop {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 444;
	width: 360px;
	height: auto;
	background: #fff;
}
.footer-online .footerPop h2 {
	margin-bottom: 0;
	padding: 8px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	color: #fff;
	background: #333;
}
.footer-online .footerPop .pop-inner {
	overflow-x: hidden;
	padding: 10px 20px;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-top: 0 none;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}
.footer-online .footerPop .pop-close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 25px;
	height: 25px;
	text-align: center;
}
.footer-online .footerPop .pop-close:before {
	content: '×';
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Roboto';
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.footer-online form {
		margin: 0 auto;
		padding: 25px 0;
		gap: 40px;
	}
	.footer-online dl {
		width: 160px;
	}
	.footer-online dl dd {
		margin-left: 0;
	}
	.footer-online .footer-online-wrap {
		width: auto;
	}
	.footer-online p {
		display: none;
	}
	.footer-online .input-wrap {
		width: 100%;
	}
}
@media screen and (max-width: 820px) {
	.footer-online .input-wrap li:last-child a {
		display: none;
	}
	.footer-online .footerPop {
		bottom: 20%;
	}
}
@media screen and (max-width: 640px) {
	.footer-online .footerPop {
		left: 20px;
		top: 50%;
		margin: 0;
		width: calc(100% - 40px);
		max-height: calc(100% - 40px);
		transform: translateY(-50%);
	}
	.footer-online form {
		padding: 15px 0;
		gap: 0;
	}
	.footer-online dl {
		display: none;
	}
	.footer-online .footer-online-wrap {
		width: auto;
		gap: 15px;
	}
	.footer-online .input-wrap {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		max-width: 250px;
	}
	.footer-online .input-wrap li {
		width: 48%;
		max-width: 120px;
	}
	.footer-online .input-wrap li label {
		font-size: 10px;
	}
	.footer-online .input-wrap li input[type="text"],
	.footer-online .input-wrap li select {
		width: 100%;
		height: 20px;
		font-size: 10px;
	}
	.footer-online .input-wrap li input::placeholder {
		font-size: 10px;
	}
	.footer-online .input-wrap li:last-child input {
		width: 10px;
		height: 10px;
		margin: 0 4px 0 0;
	}
	.footer-online .input-wrap li:last-child label {
		font-size: 10px;
	}
	.footer-online .btn-wrap button {
		padding: 16px 10px;
		border-radius: 3px;
		font-size: 12px;
	}
}

/* -------- selftest-wrap (index + page/selftest.php 공통) -------- */
.selftest-wrap {
	order: 3;
	padding: 120px 15px;
	background: url('/images/sub/selftest/selftest_bg.jpg') no-repeat top center/cover;
	color: #000000;
	font-family: 'Pretendard';
}
.selftest-wrap * {
	color: #000000;
	font-family: 'Pretendard';
}
.selftest-wrap .inner {
	display: grid;
	grid-template-columns: 500px 1fr;
	gap: 20px;
	width: 100%;
	max-width: 1400px;
	background: #fff;
	padding: 35px 25px;
}
.selftest-wrap .title-wrap {
	padding: 60px 40px;
	background: #ccd5ae;
	border-radius: 15px;
}
.selftest-wrap .title-wrap h2 {
	padding-bottom: 50px;
	margin-bottom: 40px;
	background: url('/images/sub/selftest/selftest_title_line.png') no-repeat bottom center/100% auto;
	text-align: center;
}
.selftest-wrap .title-wrap h2 span {
	display: block;
	padding-bottom: 18px;
	font-size: 26px;
	font-weight: 900;
}
.selftest-wrap .title-wrap h2 img {
	max-width: 100%;
}
.selftest-wrap .title-wrap h3 {
	position: relative;
	z-index: 1;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 40px;
}
.selftest-wrap .title-wrap h3::after {
	position: absolute;
	bottom: -45px;
	right: 0;
	z-index: -1;
	display: block;
	width: 76px;
	height: 90px;
	background: url('/images/sub/selftest/selftest_title_point.png') no-repeat center/cover;
	content: '';
}
.selftest-wrap .title-wrap p {
	font-size: 20px;
	line-height: 1.4;
}
.selftest-wrap .title-wrap p strong {
	font-size: inherit;
	font-weight: 700;
}
.selftest-wrap .title-wrap p span {
	display: block;
	padding-top: 20px;
	font-size: 16px;
}
.selftest-wrap .title-wrap .more-wrap {
	text-align: center;
	margin-top: 50px;
}
.selftest-wrap .title-wrap .more-wrap h5 {
	display: flex;
	justify-content: center;
	padding-bottom: 13px;
	font-size: 28px;
	font-family: 'yg-jalnan';
	font-weight: 400;
}
.selftest-wrap .title-wrap .more-wrap h5::before {
	display: inline-block;
	width: 22px;
	height: 23px;
	background: url('/images/sub/selftest/selftest_title_point2.png') no-repeat center/cover;
	content: '';
}
.selftest-wrap .title-wrap .more-wrap a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 54px;
	background: #006400;
	font-size: 20px;
}
.selftest-wrap .title-wrap .more-wrap a span {
	color: #fff;
	font-weight: 500;
	padding-right: 45px;
	background: url('/images/sub/selftest/selftest_title_arrow.png') no-repeat right center;
}
.selftest-wrap .input-wrap {
	position: relative;
	padding: 25px 6.5vw;
	border-radius: 15px;
	background: #edede9;
}
.selftest-wrap .input-wrap .tabcnt {
	display: none;
}
.selftest-wrap .input-wrap .box {
	text-align: center;
	padding-bottom: 125px;
}
.selftest-wrap .input-wrap .box h2 {
	position: relative;
	margin-bottom: 30px;
	padding-top: 25px;
	font-size: 40px;
	font-weight: 900;
}
.selftest-wrap .input-wrap .box h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 10px;
	background: #ffc700;
	content: '';
}
.selftest-wrap .input-wrap .box h2::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 10px;
	background: #000000;
	content: '';
}
.selftest-wrap .input-wrap .box h2.black::after,
.selftest-wrap .input-wrap .box h2.black::before {
	background: #000;
}
.selftest-wrap .input-wrap .box h2.reverse::after {
	background: #000;
}
.selftest-wrap .input-wrap .box h2.reverse::before {
	background: #ffc700;
}
.selftest-wrap .input-wrap .box h2 strong {
	display: block;
	padding-bottom: 12px;
	font-size: 60px;
	font-family: 'yg-jalnan';
	font-weight: 400;
}
.selftest-wrap .input-wrap .box .chk_list {
	min-height: 320px;
}
.selftest-wrap .input-wrap .box .chk_list li + li {
	margin-top: 5px;
}
.selftest-wrap .input-wrap .box .chk_list li input {
	display: none;
}
.selftest-wrap .input-wrap .box .chk_list li label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border: 4px solid #000000;
	background: #fff;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}
.selftest-wrap .input-wrap .box .chk_list li input:checked + label {
	background: #006400;
	color: #fff;
}
.selftest-wrap .input-wrap .box .btn-wrap {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	padding: 0 6.5vw;
}
.selftest-wrap .input-wrap .box .btn-wrap li {
	width: 50%;
	text-align: left;
}
.selftest-wrap .input-wrap .box .btn-wrap li:nth-child(2) {
	text-align: right;
}
.selftest-wrap .input-wrap .box .btn-wrap li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 90px;
	background: #fff;
	border-radius: 50px;
	cursor: pointer;
}
.selftest-wrap .input-wrap .box .btn-wrap li a span {
	display: inline-flex;
	align-items: center;
	height: 100%;
	font-size: 28px;
	font-weight: 700;
}
.selftest-wrap .input-wrap .box .btn-wrap li a img {
	position: absolute;
	top: 10px;
}
.selftest-wrap .input-wrap .box .btn-wrap li.prev a {
	padding-left: 55px;
}
.selftest-wrap .input-wrap .box .btn-wrap li.prev a img {
	left: 10px;
}
.selftest-wrap .input-wrap .box .btn-wrap li.next a {
	padding-right: 55px;
}
.selftest-wrap .input-wrap .box .btn-wrap li.next a img {
	right: 10px;
}
.selftest-wrap .input-wrap .box.result {
	padding-bottom: 0;
}
.selftest-wrap .input-wrap .box.result h2 {
	margin-bottom: 35px;
	padding-top: 35px;
	font-size: 32px;
	font-weight: 900;
}
.selftest-wrap .input-wrap .box.result p {
	font-size: 24px;
	font-weight: 600;
}
.selftest-wrap .input-wrap .box.result p + p {
	margin-top: 20px;
}
.selftest-wrap .input-wrap .box.result p strong {
	font-weight: 900;
}
.selftest-wrap .input-wrap .box.result .info {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 50px;
}
.selftest-wrap .input-wrap .box.result .info .info-list {
	text-align: left;
	padding-bottom: 35px;
}
.selftest-wrap .input-wrap .box.result .info .info-list li {
	padding-left: 50px;
	font-size: 24px;
	font-weight: 700;
	background: url('/images/sub/selftest/selftest_result_chk.png') no-repeat left center;
}
.selftest-wrap .input-wrap .box.result .info .info-list li + li {
	margin-top: 7px;
}
.selftest-wrap .input-wrap .box.result .info .input-list {
	padding-bottom: 35px;
}
.selftest-wrap .input-wrap .box.result .info .input-list li {
	font-size: 0;
}
.selftest-wrap .input-wrap .box.result .info .input-list li + li {
	margin-top: 7px;
}
.selftest-wrap .input-wrap .box.result .info .input-list li span {
	display: inline-block;
	width: 150px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.selftest-wrap .input-wrap .box.result .info .input-list li input {
	width: calc(100% - 150px);
	height: 40px;
	border: 3px solid #000;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 15px;
}
.selftest-wrap .input-wrap .box.result .info .submit-btn > * {
	width: 100%;
	padding: 20px;
	border: none;
	border-radius: 50px;
	background-color: #006400;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
@media screen and (max-width: 1200px) {
	.selftest-wrap .inner {
		grid-template-columns: 1fr 1.5fr;
	}
}
@media screen and (max-width: 1024px) {
	.selftest-wrap .title-wrap {
		padding: 45px 30px;
	}
	.selftest-wrap .title-wrap h2 span {
		font-size: 22px;
	}
	.selftest-wrap .title-wrap h3 {
		font-size: 32px;
	}
	.selftest-wrap .title-wrap p {
		font-size: 18px;
	}
	.selftest-wrap .title-wrap p span {
		font-size: 14px;
	}
	.selftest-wrap .title-wrap .more-wrap h5 {
		font-size: 22px;
	}
	.selftest-wrap .title-wrap .more-wrap a {
		font-size: 16px;
	}
	.selftest-wrap .input-wrap {
		padding: 20px 30px;
	}
	.selftest-wrap .input-wrap .box h2 {
		font-size: 35px;
	}
	.selftest-wrap .input-wrap .box h2 strong {
		font-size: 50px;
	}
	.selftest-wrap .input-wrap .box .chk_list li label {
		font-size: 22px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap {
		padding: 0 30px;
	}
	.selftest-wrap .input-wrap .box.result h2 {
		font-size: 28px;
	}
	.selftest-wrap .input-wrap .box.result p {
		font-size: 20px;
	}
	.selftest-wrap .input-wrap .box.result .info .info-list li {
		font-size: 20px;
	}
	.selftest-wrap .input-wrap .box.result .info .input-list li span {
		font-size: 20px;
		width: 120px;
	}
	.selftest-wrap .input-wrap .box.result .info .input-list li input {
		width: calc(100% - 120px);
	}
	.selftest-wrap .input-wrap .box.result .info .submit-btn > * {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.selftest-wrap {
		padding: 50px 15px;
	}
	.selftest-wrap .inner {
		padding: 20px 10px;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.selftest-wrap .title-wrap {
		padding: 15px 25px;
	}
	.selftest-wrap .title-wrap h2 {
		padding-bottom: 30px;
		margin-bottom: 25px;
	}
	.selftest-wrap .title-wrap h2 span {
		font-size: 18px;
	}
	.selftest-wrap .title-wrap h3 {
		margin-bottom: 17px;
		font-size: 22px;
	}
	.selftest-wrap .title-wrap h3::after {
		width: 55px;
		height: 65px;
		bottom: 0;
	}
	.selftest-wrap .title-wrap p {
		font-size: 14px;
	}
	.selftest-wrap .title-wrap p span {
		padding-top: 16px;
		font-size: 12px;
	}
	.selftest-wrap .title-wrap .more-wrap {
		margin-top: 20px;
	}
	.selftest-wrap .title-wrap .more-wrap h5 {
		font-size: 18px;
	}
	.selftest-wrap .title-wrap .more-wrap a {
		font-size: 15px;
		height: 42px;
		border-width: 2px;
	}
	.selftest-wrap .input-wrap {
		padding: 15px 20px;
	}
	.selftest-wrap .input-wrap .box {
		padding-bottom: 90px;
	}
	.selftest-wrap .input-wrap .box h2 {
		font-size: 22px;
	}
	.selftest-wrap .input-wrap .box h2::before,
	.selftest-wrap .input-wrap .box h2::after {
		height: 5px;
	}
	.selftest-wrap .input-wrap .box h2 strong {
		font-size: 32px;
		line-height: 1;
	}
	.selftest-wrap .input-wrap .box .chk_list {
		min-height: auto;
	}
	.selftest-wrap .input-wrap .box .chk_list li label {
		font-size: 16px;
		height: 40px;
		border-width: 2px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap {
		padding: 0 15px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li a {
		height: 50px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li a span {
		font-size: 20px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li a img {
		width: 40px;
		top: 5px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li.prev a {
		padding-left: 40px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li.prev a img {
		left: 5px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li.next a {
		padding-right: 40px;
	}
	.selftest-wrap .input-wrap .box .btn-wrap li.next a img {
		right: 5px;
	}
	.selftest-wrap .input-wrap .box.result h2 {
		padding-top: 15px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.selftest-wrap .input-wrap .box.result p {
		font-size: 13px;
	}
	.selftest-wrap .input-wrap .box.result p + p {
		margin-top: 14px;
	}
	.selftest-wrap .input-wrap .box.result .info {
		padding-top: 35px;
	}
	.selftest-wrap .input-wrap .box.result .info .info-list {
		padding-bottom: 20px;
	}
	.selftest-wrap .input-wrap .box.result .info .info-list li {
		padding-left: 30px;
		font-size: 15px;
		background-size: 20px auto;
	}
	.selftest-wrap .input-wrap .box.result .info .input-list {
		padding-bottom: 20px;
	}
	.selftest-wrap .input-wrap .box.result .info .input-list li span {
		font-size: 15px;
		width: 75px;
	}
	.selftest-wrap .input-wrap .box.result .info .input-list li input {
		width: calc(100% - 75px);
		height: 30px;
		border-width: 2px;
	}
	.selftest-wrap .input-wrap .box.result .info .submit-btn > * {
		font-size: 20px;
		padding: 12px;
	}
}
