@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/myriad-pro');




/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#222;
	font-family:"Pretendard",sans-serif; word-break: keep-all;
	font-size:14px;font-weight:normal;
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#222;text-decoration:none;cursor:pointer}
a:hover{color:#222;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}
#wrap{overflow:hidden;}


/*로딩 이미지*/
#loading_img{text-align:center;display:none;width:100%;margin:10px 0px 10px 0px;}

/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}

#wrap{position: relative;}

/* header */
#header{position:fixed;left:0;top:0;z-index:100000;width:100%;transition: all 0.3s;}
#header:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
	opacity: 0;
}
#header.on:before{
	opacity: 1;
}
#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.4s;
	z-index: -1;
}
#header.on:after{
	transform: scaleY(1);
}
.head{position: relative; width: 92%; max-width: 1760px; height:120px;text-align:center; margin: 0 auto; display: flex;align-items: center;}
.head h1{position:absolute;left:0;}
.head h1 a{
	display:block;
	width:174px;height:34px;
	background:url(/images/common/logo1.png) no-repeat center / contain;
	background-size:contain;
	text-indent:-9999px;
	transition:all 0.3s;
}
.head .pcNav{position: absolute; left: 50%; top: 0; transform: translateX(-50%);height: 120px;}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{margin:0 50px; position: relative;}
.head .pcNav>ul>li>a{
	font-family: "Open Sans";
	white-space: nowrap;
	position: relative;
	display: inline-block;
	height: 120px;
	font-size:20px;
	color:#35424c;
	line-height:120px;
	transition: all 0.3s;
}
.head .pcNav>ul>li>a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #399137;
	opacity: 0;
	transition: all 0.3s;
}
.head .pcNav>ul>li>a:hover:after{
	opacity: 1;
}
.head .pcNav>ul>li>.sub{
	display:none;
	position:absolute;left:0; top:100%;
}
.head .pcNav>ul>li:nth-child(5)>.sub,
.head .pcNav>ul>li:nth-child(6)>.sub{
	left: unset; right: 0;
}
.head .pcNav>ul>li>.sub>ul{display:flex;}
.head .pcNav>ul>li>.sub>ul>li{
	position:relative;
	margin:0 30px;
}
.head .pcNav>ul>li>.sub>ul>li:first-child{margin-left: 0;}
.head .pcNav>ul>li>.sub>ul>li:last-child{margin-right: 0;}
.head .pcNav>ul>li>.sub>ul>li>a{
	display:block;
	font-size:18px;
	font-weight: 500;
	line-height: 70px;
	color:#666;
	white-space: nowrap;
}
.head .pcNav>ul>li>.sub>ul>li>a:hover{color:#399137;}

.head .gnb{display:flex;align-items:center;position:absolute;right:0;}
.head .gnb > a{
	position:relative;
	font-family: "Open Sans"; font-size:15px; margin-right:16px;padding-right:15px; transition: all 0.3s;
}
.head .gnb > a:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ccc;
	position:absolute;right:0;top:4px;
}
.head .gnb .language{
	position:relative;
	margin-right:30px;
}
.head .gnb .language>a{
	position:relative;
	font-family: "Open Sans"; font-size:15px;
	transition: all 0.3s;
}
.head .gnb .language>a:after{
	display:inline-block;vertical-align:top;
	content:"";
	width:4px;height:4px;
	margin:7px 0 0 10px;
	border-right:1px solid #000;border-bottom:1px solid #000;
	transform:rotate(45deg);
	transition: all 0.3s;
}
.head .gnb .language>ul{
	display:none;
	position:absolute;left:calc(50% - 5px);top:calc(100% + 10px);
	width:70px;
	transform:translateX(-50%);
}
.head .gnb .language>ul>li{margin-bottom:4px;}
.head .gnb .language>ul>li>a{
	display:block;
	box-sizing:border-box;
	width:100%;
	border:1px solid #e5e5e5;border-radius:20px;
	font-size:14px;color:#777;text-align:center;line-height:38px;
}
.head .gnb .language>ul>li>a:hover{
	border:1px solid #2f3842;
	color:#2f3842 !important;
}
.head .gnb .btnMenu{
	position:relative;z-index:100002;
	box-sizing:border-box;
	width:60px;height:60px;
	background:#35424c;border-radius:50%;
	cursor:pointer;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.head .gnb .btnMenu>div{
	width:20px;height:3px;
	background:#fff;
	transition: all 0.3s;
}
.head .gnb .btnMenu>div:nth-child(2){margin-top: 6px;}

/* .head .gnb .btnMenu.open>div{
	position: absolute;
	width: 30px;
	background: #fff;
} */
.head .gnb .btnMenu.open>div:nth-child(1){
	transform: rotate(45deg) translate(3px, 3px); 
}
.head .gnb .btnMenu.open>div:nth-child(2){
	transform: rotate(-45deg) translate(3px, -3px);
}


#header.scroll{background: #fff; transition: all 0.3s;}
#header.nav-up{transform:translateY(-150%);}
#header.nav-down{transform:translateY(0%);}



@media(max-width:1399px){
	.head{height: 80px;}
	.head h1 a{width:120px;}
	.pcNav{display:none;}
	.head .gnb>a{display:none;}
	.head .gnb .language{display:none;}
	.head .gnb .btnMenu{display:block;width:35px;height:35px;padding:14px 5px 0;text-align:center;}
	.head .gnb .btnMenu>div{margin:0 auto;width:16px;height:2px;}
	.head .gnb .btnMenu>div:nth-child(2){margin-top:4px;}
	.head .gnb .btnMenu.open>div:nth-child(1){
		transform: rotate(45deg) translate(2px, 2px); 
	}
	.head .gnb .btnMenu.open>div:nth-child(2){
		transform: rotate(-45deg) translate(2px, -2px);
	}
}


/* white */
.wh .head h1 a{background: url(/images/common/logo2.png) no-repeat center / contain;}
.wh .head .pcNav>ul>li>a{color:#fff;}
.wh .head .gnb > a{color:#fff;}
.wh .head .gnb .language>a{color: #fff;}
.wh .head .gnb .language>a:after{border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
.wh .head .gnb .language>ul>li>a{color: #fff;}

.wh.scroll h1 a{background: url(/images/common/logo1.png) no-repeat center / contain;}
.wh.scroll .head .pcNav>ul>li>a{color:#35424c;}
.wh.scroll .head .gnb > a{color:#35424c;}
.wh.scroll .head .gnb .language>a{color: #222;}
.wh.scroll .head .gnb .language>a:after{border-right: 1px solid #000;border-bottom: 1px solid #000;}
.wh.scroll .head .gnb .language>ul>li>a{color: #222;}

#header.on{background: #fff;}
.on .head h1 a{background: url(/images/common/logo1.png) no-repeat center / contain;}
.on .head .pcNav>ul>li>a{color:#35424c;}
.on .head .gnb > a{color:#35424c;}
.on .head .gnb .language>a{color: #222;}
.on .head .gnb .language>a:after{border-right: 1px solid #000;border-bottom: 1px solid #000;}
.on .head .gnb .language>ul>li>a{color: #222;}




/* allmenu */ 
.allmenuBg {
	display: block;
	width: 46px;
	height: 46px;
	background: #eef4f1;
	border-radius: 50%;
	position: absolute;
	left: calc(97% - 23px);
	top: 46px;
	z-index: 1000;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.8s ease-in-out;
}
.allmenuBg.open{
	transform: translate(-50%, -50%) scale(130);
}
.allmenu{
	position:fixed;right:0;top:0;z-index:100001;
	width:100%;height:100vh;
	background:url(/images/common/allmenu_bg.png) no-repeat center / cover; transform: scale(0);
	display: none;
	overflow: hidden;
}
.allmenu.open{
	transform: scale(1); transition: all 0s 0.8s;
}



.allmenu .allmenuwrap{
	max-width:1600px;
	width:92%;
    height:100%;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	display:flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.allmenu .allmenuwrap>ul{
	position: relative;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.allmenu .allmenuwrap>ul>li{
	position:relative;
	box-sizing:border-box;
	width:25%;
	padding: 20px 0 20px 40px;
	border-left: 1px solid #ccc;
	transform: translateY(40px);
	opacity: 0;
	transition: all 1s 0.8s;
}
.allmenu.open .allmenuwrap>ul>li{
	opacity: 1; transform: translateY(0);
}
.allmenu .allmenuwrap>ul>li:nth-child(n+5){margin-top: 40px;}
.allmenu .allmenuwrap>ul>li:nth-child(1),
.allmenu .allmenuwrap>ul>li:nth-child(5){border-left:none;}


.allmenu .allmenuwrap>ul>li>a{font-size:28px;color:#35424c; font-weight: 500;}
.allmenu .allmenuwrap>ul>li>ul{display:block; margin-top: 20px;}
.allmenu .allmenuwrap>ul>li>ul>li{margin-bottom:10px;}
.allmenu .allmenuwrap>ul>li>ul>li>a{font-size:20px;color:#666;}
.allmenu .allmenuwrap>ul>li>ul>li>a:hover{color: #399137;}



.allmenu .allmenuwrap .m_header{
	margin-top: 33px;
}
.allmenu .allmenuwrap .m_header .logo a{
	display: inline-block;
	width: 130px;
}
.allmenu .allmenuwrap .m_header .gnb{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	margin: 50px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.allmenu .allmenuwrap .m_header .gnb > a{
	position:relative;
	font-family: "Open Sans"; font-size:15px; margin-right:16px;padding-right:15px; transition: all 0.3s;
}
.allmenu .allmenuwrap .m_header .gnb > a:after{
	display:block;content:"";
	width:1px;height:14px;
	background:#ccc;
	position:absolute;right:0;top:4px;
}
.allmenu .allmenuwrap .m_header .gnb .language{
	position:relative;
}
.allmenu .allmenuwrap .m_header .gnb .language>a{
	position:relative;
	font-family: "Open Sans"; font-size:15px;
	transition: all 0.3s;
}
.allmenu .allmenuwrap .m_header .gnb .language>a:after{
	display:inline-block;vertical-align:top;
	content:"";
	width:4px;height:4px;
	margin:7px 0 0 10px;
	border-right:1px solid #000;border-bottom:1px solid #000;
	transform:rotate(45deg);
	transition: all 0.3s;
}
.allmenu .allmenuwrap .m_header .gnb .language>ul{
	display:none;
	position:absolute;left:calc(50% - 5px);top:calc(100% + 10px);
	width:70px;
	transform:translateX(-50%);
}
.allmenu .allmenuwrap .m_header .gnb .language>ul>li{margin-bottom:4px;}
.allmenu .allmenuwrap .m_header .gnb .language>ul>li>a{
	display:block;
	box-sizing:border-box;
	width:100%;
	border:1px solid #e5e5e5;border-radius:20px;
	font-size:14px;color:#777;text-align:center;line-height:38px;
	background: #fff;
}
.allmenu .allmenuwrap .m_header .gnb .language>ul>li>a:hover{
	border:1px solid #2f3842;
	color:#2f3842 !important;
}

@media (min-width: 1400px){
	.allmenu .allmenuwrap .m_header{display: none;}
}

@media (max-width: 1399px){
	.allmenu .allmenuwrap{flex-direction: column; align-items: normal;}
	.allmenu .allmenuwrap:after{display: none;}
	.allmenu .allmenuwrap>ul{flex-direction: column;border-right: none;}
	.allmenu .allmenuwrap>ul>li{margin-bottom: 20px; width: 100%; border-left: none;padding: 0 0 0 40px;}
	.allmenu .allmenuwrap>ul>li:first-child{display: none;}
	.allmenu .allmenuwrap>ul>li:nth-child(n+6){margin-top: 0;}
	.allmenu .allmenuwrap>ul>li:nth-child(5){display: none;}
	.allmenu .allmenuwrap>ul>li:after{
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		width: 3px;
		height: 30px;
		background: #35424c;
		display: none;
	}
	.allmenu .allmenuwrap>ul>li.active:after{
		display: block;
	}
	.allmenu .allmenuwrap>ul>li>ul{display:none;margin-top: 10px;}
}


@media (max-width: 812px){
	.allmenu{background: url(/images/common/allmenu_bg_m.png) no-repeat center / cover;}
	.allmenu .allmenuwrap>ul{border-right: none;}
	.allmenu .allmenuwrap>ul>li{padding:0 0 0 25px; border-left: none;}
	.allmenu .allmenuwrap>ul>li>a{font-size: 24px;}
	.allmenu .allmenuwrap>ul>li:before{width: 2px; height: 17px; top: 7px;}
	.allmenu .allmenuwrap>ul>li:after{
		width: 2px;
		height: 21px;
	}
	.allmenu .allmenuwrap>ul>li>ul>li>a{font-size: 16px;}
	.allmenu .allmenuwrap>ul>li>ul>li>ul>li{margin-top: 0;}
	.allmenu .allmenuwrap>ul>li>ul>li>ul>li>a{font-size: 13px;}
	
	.allmenu .allmenuwrap .m_header .gnb{margin: 25px 0; padding: 13px 0;}
}





#footer{overflow:hidden;background: #2f3842;}
.foot{
	position: relative;
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}
.foot .link{
	width: 100%;
	padding: 20px 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.foot .link:after{
	content: "";
	position: absolute;
	left: -1000%;
	bottom: 0;
	width: 5000%;
	height: 1px;
	background: rgba(255,255,255,0.2);
}
.foot .link li{
	position: relative;
	display: inline-block;
}
.foot .link li:first-child{margin-right: 30px;}
.foot .link li:first-child:after{
	content: "";
	position: absolute;
	right: -16px;
	top: 3px;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0.2);
}
.foot .link li a{
	font-size: 17px;
	color: #fff;
}
.foot .inner{
	padding: 30px 0 60px;
	display: flex;
}

.foot .inner .logo{width: 300px;}
.foot .inner .txtwrap{
	width: calc(100% - 300px);
}
.foot .inner .txtwrap dl{
	display: flex;
	width: 100%;
}
.foot .inner .txtwrap dl + dl{
	margin-top: 5px;
}
.foot .inner .txtwrap dl dt{
	width: 120px;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	color: rgba(255,255,255,0.8);
}
.foot .inner .txtwrap dl dd{
	width: calc(100% - 120px);
	font-size: 18px;
	color: rgba(255,255,255,0.8);
}
.foot .inner .txtwrap .copy{
	margin-top: 20px;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 300;
	color: rgba(255,255,255,0.8);
}


@media (max-width:1400px){
	.foot{flex-direction: column; padding: 40px 0 40px;}
	.foot .logo{width: 100%;}
	.foot .logo img{width: 130px;}
	.foot .info{width: 100%; margin-top: 20px;}
	.foot .info dl dt{font-size: 14px; width: 75px;}
	.foot .info dl dd{font-size: 14px; width: calc(100% - 75px);}
	.foot .copy{width: 100%; font-size: 14px;}
}
@media (max-width:813px){
    .foot {
        padding:0;
    }
    .foot .link li a{
        font-size:12px;
    }
    .foot .logo img{
        width:100px;
        margin-bottom:20px;
    }
	.foot .inner{display:block; padding:30px 0 60px;}
	.foot .inner .txtwrap{width:100%;margin-top:20px;}
	.foot .inner .txtwrap dl dt{font-size:12px;}
	.foot .inner .txtwrap dl dd{font-size:12px;}
	.foot .inner .txtwrap .copy{font-size:12px;}
}





.float_menu{
	position: fixed;
	right: 2%;
	bottom: 60px;
	z-index: 100;
}
.float_menu ul{}
.float_menu ul li:last-child{
	margin-top: 5px;
}
.float_menu ul li a{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 84px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background: #fff;
}
.float_menu ul li a span{
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.float_menu .plus_btn{
	margin-top: 5px;
	width: 40px;
	height: 40px;
	margin-left: 40px;
	display: none;
}
.float_menu .plus_btn .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #35424c;
	cursor: pointer;
}
.float_menu .plus_btn .inner img{
	width: 18px;
}

.float_menu .top_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	width: 80px;
	height: 40px;
	border-radius: 20px;
	background: #cecece;
	cursor: pointer;
}

@media (max-width: 812px){
	.float_menu{right: 4%;}
	.float_menu .top_btn{width: 40px; margin-left: 40px;}
	.float_menu .plus_btn{display: block;}
}




.foot_pop{
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 92%;
	margin: 0 auto;
	z-index: 10000;
	border-radius: 20px;
	padding: 60px;
	background: #fff;
}
.foot_pop .btn_x {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 23px;
	height: 24px;
	background: url(/images/common/pop_close_icon.png) no-repeat center / contain;
}
.foot_pop .tit{
	padding: 35px 0;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #2f3842;
}
.foot_pop .conwrap{
	padding: 45px 20px 45px 45px;
	border-radius: 15px;
	background: #f4f4f4;
}
.foot_pop .conwrap .con{
	padding-right: 20px;
	max-height: 40vh;
	overflow-y: auto;
}
.foot_pop .conwrap .con .list{}
.foot_pop .conwrap .con .list + .list{
	margin-top: 50px;
}
.foot_pop .conwrap .con .list .list_tit{
	font-size: 18px;
	font-weight: 600;
	color: #2f3842;
	margin-bottom: 25px;
}
.foot_pop .conwrap .con .list .div_p{
	font-size: 16px;
	line-height: 2em;
	color: #444;
}
.foot_pop .conwrap .con .list .div_p .cc{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #444;
	margin: 0 10px 3px 0;
}
.foot_pop .conwrap .con .list .line{
	position: relative;
	font-size: 16px;
	line-height: 2em;
	color: #444;
	padding-left: 10px;
}
.foot_pop .conwrap .con .list .line:after{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 5px;
	height: 1px;
	background: #444;
}

.dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1001;
}



@media(max-width:812px){
	
	.foot_pop{padding:60px 20px;border-radius:10px;}
	.foot_pop .conwrap{padding:45px 20px;border-radius:10px;}
	.foot_pop .tit{font-size:24px;}
	.foot_pop .conwrap .con .list .list_tit{font-size:16px;}
	.foot_pop .conwrap .con .list .div_p{font-size:12px;}
	.foot_pop .conwrap .con .list .line{font-size:12px;}

}







#bgBlack,
#bgBlack2{
	display:none;
	position:fixed;left:0;top:0;z-index:200000;
	width:100%;height:100vh;
	background:rgba(0,0,0,0.7);
}
.layerSearch{		
	display:none;
	position:fixed;left:50%;top:50%;z-index:300000;
	box-sizing:border-box;
	width:980px;max-height:76vh;
	overflow-y: auto;
	transform:translate(-50%,-50%);
	border:1px solid #ddd;border-radius:15px;
	background:#fff;
}
.layerSearch .btnClose{
	position:absolute;right:25px;top:25px;
	width:23px;height:24px;
	background:url(/images/common/btn_close.png) no-repeat;
	cursor:pointer;
}
.layerSearch .conwrap{
	padding:6vh 59px;
}
.layerSearch .conwrap .tit{font-size:25px;color:#000;font-weight:700;}
.layerSearch .conwrap .searchText{
	display:flex;justify-content:space-between;
	margin:25px 0 10px;padding:5vh 45px;
	background:#f4f4f4;
	border-radius:15px;
}
.layerSearch .conwrap .searchText input{
	box-sizing:border-box;
	width:calc(100% - 156px - 10px);height:60px;
	padding:0 0 0 50px;
	background:#fff url(/images/common/icon_search.png) no-repeat 19px center;
	border:1px solid #ccc;border-radius:15px;
	outline:0;
	font-size:16px;color:#555;font-weight:500;
}
.layerSearch .conwrap .searchText button{
	width:156px;height:60px;
	border-radius:15px;
	background:#399546;
	border:0;outline:0;
	font-size:16px;color:#fff;font-weight:600;
}
.layerSearch .conwrap .searchList{
	width:100%;height:25vh;
	box-sizing:border-box;
	padding:10px;margin-bottom:20px;
	border:1px solid #ccc;border-radius:15px;
}
.layerSearch .conwrap .searchList ul{	overflow:hidden;overflow-y:auto;width:100%;height:100%;}
.layerSearch .conwrap .searchList ul::-webkit-scrollbar{width:4px;}
.layerSearch .conwrap .searchList ul::-webkit-scrollbar-thumb {
    background:#191919; /* 스크롤바 색상 */
}
.layerSearch .conwrap .searchList ul::-webkit-scrollbar-track {
    background:#d1d1d1;  /*스크롤바 뒷 배경 색상*/
}
.layerSearch .conwrap .searchList ul li{
	display:flex;align-items:center;justify-content:space-between;
	padding:15px;
	border-bottom:1px solid #ccc;
}
.layerSearch .conwrap .searchList ul li span{
	width:calc(100% - 60px + 20px);
	font-size:16px;color:#000;
}
.layerSearch .conwrap .searchList ul li button{
	width:60px;height:40px;
	border-radius:15px;
	background:#399546;
	border:0;outline:0;
	font-size:16px;color:#fff;font-weight:600;
}
.layerSearch .conwrap .searchList >div{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100%;
	font-size:16px;color:#555;font-weight:500;text-align:center;
}
.layerSearch .conwrap .noDataInput{}
.layerSearch .conwrap .noDataInput input{
	box-sizing:border-box;
	width:100%;height:60px;
	padding:0 25px;
	border:1px solid #ccc;border-radius:15px;
	background:#f4f4f4;font-size:17px;
}
.layerSearch .conwrap .btnOk{
	display:flex;align-items:center;justify-content: center;
	box-sizing:border-box;
	width:280px;height:60px;
	padding:0 24px;margin:35px auto 0;
	border-radius:15px;
	border: none;
	outline:0;background:0;
	font-size:17px;color:#fff;text-align:left;
	background: #399546;
}
.layerSearch .conwrap .btnOk i{
	display:inline-block;
	width:14px;height:9px;
	background:url(/images/page/more_arr1.png) no-repeat;
}


/*  메인팝업 */
.popSt2{
	max-width:718px;z-index:9999;
	width:90%;
	position:fixed;left:50%;top:50%;z-index:999999;
	border-radius:25px;
	background:#f4f4f4;
	transform:translate(-50%,-50%);
}
.popSt2 .closeArea{
	box-sizing:border-box;
	position:relative;
	height:56px;
}
.popSt2 .closeArea a{
	position:absolute;right:29px;top:16px;
	border:0;background:0;
}
.popSt2 .closeArea a button{border:0;outline:0;background:0;}
.popSt2 .conwrap{position:relative;border-radius:25px;padding:0 0 70px;}
.popSt2 .popSlider{
	overflow:hidden;
	width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;
	border-radius:25px 25px 0 0;
}
.popSt2 .popSlider .swiper-slide{overflow:hidden;}
.popSt2 .chk{
	display:flex;
	position:absolute;left:0;bottom:0;
	width:100%;
	font-size:17px;color:#666;text-align:center;
}
.popSt2 .chk>div{
	display:flex;align-items:center;justify-content:center;
	width:50%;height:70px;
}
.popSt2 .chk>div:first-child{
	border-right:1px solid #ccc;
}
.popSt2 .chk a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100%;font-size:17px;color:#666;text-align:center;
}
.popSt2 .chk input{margin-left:5px;width:17px;height:17px;}
.popSt2 .ctr{
	box-sizing:border-box;
	position:absolute;left:50%;top:100%;
	transform:translateX(-50%);
	display:flex;align-items:center;justify-content:center;
	width:200px;height:54px;
	margin:18px auto 0;
	background:rgba(255,255,255,0.3);
	border-radius:30px;
}
.popSt2 .ctr .number{display:flex;align-items:center;font-size:17px;color:#fff;}
.popSt2 .ctr .number .this{color:#fff;}
.popSt2 .ctr .number .total{}
.popSt2 .ctr .number span{display:inline-block;margin:0 5px;}
.popSt2 .ctr .popprev{position:absolute;left:5px;top:5px;}
.popSt2 .ctr .popnext{position:absolute;right:5px;top:5px;}

.alertPop{display:none;}
.alertPop2{display:none;}

.button_end{
	background:#399546 !important;
	color:#ffff !important;
}




@media (max-width: 1399px){
	.layerSearch{
		width: 92%;
		max-width: 980px;
	}
}

@media (max-width: 812px){
	.layerSearch .conwrap{
		padding: 30px 15px;
	}
	.layerSearch .conwrap .tit{
		font-size: 20px;
	}
	.layerSearch .conwrap .searchText{
		padding: 20px;
		flex-direction: column;
		padding: 10px;
	}
	.layerSearch .conwrap .searchText input{
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
		font-size: 15px;
		background: #fff url(/images/common/icon_search.png) no-repeat 15px center;
	}
	.layerSearch .conwrap .searchText button{
		width: 120px;
		height: 50px;
		border-radius: 5px;
		font-size: 15px;
	}
	.layerSearch .conwrap .searchList ul li span{
		font-size: 13px;
		width: calc(100% - 36px);
	}
	.layerSearch .conwrap .searchList ul li button{
		width: 36px;
		height: 28px;
		border-radius: 10px;
		font-size: 13px;
	}
	.layerSearch .conwrap .noDataInput input{
		height: 50px;
		padding: 0 10px;
		font-size: 13px;
		border-radius: 10px;
	}
	.popSt2{border-radius:10px;}
	.popSt2 .conwrap{padding-bottom:50px;border-radius:10px;}
	.popSt2 .popSlider{border-radius:10px 10px 0 0;	}
	.popSt2.alertPop .closeArea{
		height: 50px;
	}
	.popSt2.alertPop .closeArea a {
		right: 23px;
		top: 15px;
	}
	.popSt2 .chk label{font-size:14px;}
	.popSt2 .chk a{font-size:14px;}
	.popSt2 .chk a input{vertical-align:top;margin-top:1px;width:14px;height:14px;}

	.popSt2 .chk>div{height:45px;}
	.popSt2 .ctr .popprev img{}

}




