/* common */
*{
	--mainCol: #1d3b2a;
	word-break: keep-all !important;
	box-sizing: border-box;
}

html, body {
	/* scroll-behavior: smooth; */
}

.mb{
	display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'pl';
    src: url('/include/font/Pretendard-Light.woff') format('woff');
    /* font-weight: normal; */
    font-style: normal;
}

@font-face {
    font-family: 'cs';
    src: url('/include/font/ChosunKm.TTF') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

body{
	/* overflow-x: hidden; */
	color: #1f1f1f;
}

body *{
	font-family: 'Noto Sans KR', sans-serif;
}

.noto{
	font-family: 'Noto Sans KR', sans-serif !important;
}

.pb{
	font-family: "pb";
	font-weight: 400;
}

@font-face {
    font-family: 'JSongMyung-Regular-KO';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/JSongMyung-Regular-KO.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	/* font-family: "pb"; */
	/* font-weight: 400; */
}

.pt0{
	padding-top: 0 !important;
}

.mb0{
	margin-bottom: 0 !important;
}

.content{
	overflow-x: hidden;
}

#bo_v_con img{
	max-width: 100%;
}

.tit{
	font-size: 40px;
	line-height: 1.3;
	color: var(--mainCol);
	margin-bottom: 50px;
	font-family: 'JSongMyung-Regular-KO';
}

.tit.cs{
	font-family: "cs";
	font-weight: 400;

}

.tit strong{
	font-weight: 600;
}

.conTxt{
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}

.conTxt strong{
	
}

/* imgBox */
.imgBox img{
	max-width: 100%;
	margin: auto;
	display: block;
}

/* inner */
.inner{
	width: 90%;
	max-width: 1400px;
	margin: auto;
}

/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	transition: all 0.5s;
	background: transparent;
}

.header .inner{
	position: relative;
}

.header:hover,
.header.light{
	border-bottom: 1px solid #eee;
	background: #fff;
}

.header .inner{
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo{
	position: relative;
	z-index: 10;
}

.header .logo img.b{
	display: none;
}

.header:hover .logo img.b,
.header.light .logo img.b{
	display: block;
}

.header:hover .logo img.w,
.header.light .logo img.w{
	display: none;
}

.header .menuBtn{
	display: block;
	width: 22px;
	height: 18px;
	position: absolute;
	right: 0px;
	margin-right: 65px;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

.header .menuBtn::after{
	content: 'MENU';
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-family: 'JSongMyung-Regular-KO';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0,-8px);
}

.header:hover .menuBtn::after,
.header.light .menuBtn::after{
	color: #000;
}

.header .menuBtn span{
	position: absolute;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 50%;
	background: #fff;
	transition: all 0.1s
}

.header:hover .menuBtn span,
.header.light .menuBtn span{
	background: #000;
}

.header .menuBtn span:nth-child(1){
	top: 0;
	transform: translate(-50%,0%);
}

.header .menuBtn span:nth-child(2){
	top: 50%;
	transform: translate(-50%,-50%);
}

.header .menuBtn span:nth-child(3){
	top: 100%;
	transform: translate(-50%,-100%);
}

.header .menuBtn.on span:nth-child(1){
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.header .menuBtn.on span:nth-child(2){
	opacity: 0;
}

.header .menuBtn.on span:nth-child(3){
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.header .nav{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	background: url(/include/img/menuBg.jpg) no-repeat center / cover;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	transform: translateY(-100%);
	transition: all 1s;
	opacity: 0;
}

.header .nav.on{
	transform: translateY(0%);
	opacity: 1;
}

.header .nav > ul{
	width: 90%;
	max-width: 1400px;
	justify-content: space-between;
	align-items: center;
}

.header .nav > ul > li{
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 0px;
	transition: all 0.2s;
}

.header .nav > ul > li:hover{
	border-color: #000
}

.header .nav > ul > li + li{
	/* margin-top: 50px; */
}

.header .nav > ul > li > a{
	font-size: 24px;
	font-weight: 600;
	display: block;
	width: 200px;
	line-height: 90px;
	position: relative;
	color: #1f1f1f;
	/* font-family: 'JSongMyung-Regular-KO'; */
}

.header:hover .nav > ul > li > a,
.header.light .nav > ul > li > a{
	color: #222;
}

.header .nav > ul > li:hover > a{
	/* color: var(--mainCol); */
}

.header .nav > ul > li > ul{
	display: flex;
	align-items: center;
}

.header .nav > ul > li > ul > li > a{
	display: block;
	font-size: 18px;
	color: #444;
	line-height: 1.4;
}

.header .nav > ul > li > ul > li + li{
	margin-left: 100px;
}

.header .nav > ul > li > ul > li > a:hover{
	color: #000;
}

/* quickBar */
.quickBar{
	position: fixed;
	bottom: 30px;
	right: 0px;
	width: 93px;
	z-index: 50;
	transform: translate(110%,0%);
	transition: all 2s;
}

.quickBar.on{
	right: 30px;
	transform: translate(0,0%);
}

.quickBar .quickH,
.quickBar .quickF{
	/* display: none; */
}

.quickBar ul{
}

.quickBar ul li{
	margin: auto;
}

.quickBar ul li:last-child{
	border-bottom: 0;
}

.quickBar ul li + li{
	margin-top: 30px;
}

.quickBar ul li a{
	display: block;
	text-align: center;
}

.quickBar ul li img{
	width: 93px;
	margin: 0 auto 5px;
	display: block;
	/* animation: qk 1.5s infinite; */
}

.quickBar ul li:nth-child(2) img{
	animation-delay: 0.2s;
}

.quickBar ul li:nth-child(3) img{
	animation-delay: 0.4s;
}

.quickBar ul li:nth-child(4) img{
	animation-delay: 0.6s;
}

.quickBar ul li:nth-child(5) img{
	animation-delay: 0.8s;
}

@keyframes qk{
	0%{transform: rotate(0deg)}
	5%{transform: rotate(10deg)}
	15%{transform: rotate(-10deg)}
	20%{transform: rotate(0deg)}
}

/* subContent */
.subContent{
	margin: 0px auto 0;
	/* padding: 120px 0; */
	/* min-height: calc(100vh - 90px); */
}

/* subVisual */
.subVisual{
	/* margin-top: 90px; */
	height: 382px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 382px;
}

.subVisual[data-group='about']{
	background-image: url(/include/img/visual_about.jpg);
}

.subVisual[data-group='ec']{
	background-image: url(/include/img/visual_ec.jpg);
}

.subVisual[data-group='sub03']{
	background-image: url(/include/img/visual_sub03.jpg);
}

.subVisual[data-group='sub04']{
	background-image: url(/include/img/visual_sub04.jpg);
}

.subVisual[data-group='news']{
	background-image: url(/include/img/visual_news.jpg);
}

.subVisual h2{
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-family: "cs";
	font-weight: 500;
}

/* formAside */
.formAside{
	background: url(/include/img/formBg.jpg) no-repeat center / cover;
	padding: 60px 0;
}

.formAside .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.formAside .leftBox{
	display: flex;
	align-items: center;
}

.formAside .leftBox img{
	margin-right: 30px;
}

.formAside .leftBox p{
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
}

.formAside .leftBox p strong{
	font-weight: 600;
	font-size: 25px;
}

.formAside .rightBox{
	width: calc(100% - 450px);
}

.formAside .rightBox form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.formAside .rightBox .inputBox{
	width: calc(100% - 130px - 200px - 40px);
}

.formAside .rightBox .inputBox input{
	width: 100%;
	border: 0;
	height: 50px;
	padding-left: 10px;
	border-radius: 10px;
	font-size: 18px;
}

.formAside .rightBox .perBox{
	display: flex;
	align-items: center;
	width: 130px;
}

.formAside .rightBox .perBox input{
	margin-right: 4px;
}

.formAside .rightBox .perBox label{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

.formAside .rightBox .sendBox{
	width: 200px;
}

.formAside .rightBox .sendBox a{
	display: flex;
	height: 50px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: 600;
	background: #0a2618;
	border-radius: 10px;
}

/* goQuick */
.goQuick{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	border-radius: 50%;
	box-shadow: rgba(0,0,0,0.4) 0 0 10px;
	cursor: pointer;
	width: 121px;
}

.goQuick img{
	width: 100%;
}




/* footer */
#footer{
	width:100%;
}

#footer .inner{
	border-top: 1px solid #eee;
	padding: 15px 0;
	display: flex;
	align-items: center;
}

#footer .logoBox{
	margin-right: 50px;
}

#footer .logoBox img{
	display: block;
	margin: auto;
}

#footer .fTxt{
	padding: 30px 0;
}

#footer .fTxt p{
	font-size: 16px;
	color: #747474;
	line-height: 1.8;
}




/* ---------------------------------------------------------- 1024 */
@media screen and (max-width: 1024px){




}


/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

body {
	overflow-x: hidden;
}

.pc{
	display: none !important;
}

.mb{
	display: block !important;
}

.conTxt{
	font-size: 3vw;
	line-height: 1.8;
	text-align: center;
}

/* header */
.header{
	/* z-index: 51; */
}

.header .inner{
	height: 80px;
	position: relative;
}

.header .logo{
	width: 45px;
}

.header .logo img{
	max-width: 100%;
}

.header .menuBtn{
	width: 24px;
	height: 18px;
	margin-right: 70px;
}

.header .menuBtn::after{
	font-size: 16px;
	line-height: 24px;
	left: 35px;
	transform: translate(0,-11px);
}

.header:hover .menuBtn::after,
.header.light .menuBtn::after{
	color: #000;
}

.header .menuBtn span{
	height: 2px;
}

.header .nav{
	background: url(/include/img/menuBg.jpg) no-repeat center / cover;
}

.header .nav > ul > li > a{
	font-size: 5vw;
	width: 25vw;
	line-height: 16vw;
}

.header .nav > ul > li > ul > li > a{
	font-size: 3.5vw;
}

.header .nav > ul > li > ul > li + li{
	margin-left: 6vw;
}


/* quickBar */
.quickBar{
	width: 65px;
	bottom: 3vw;
	/* transform: translate(0%,0%); */
	/* box-shadow: rgba(0,0,0,0.1) 0 0 10px; */
}

.quickBar.on{
	/* transform: translate(0,0%); */
	right: 3vw;
}

.quickBar .quickH,
.quickBar .quickF{
	display: none;
}

.quickBar ul{
	width: 100%;
	/* background: rgba(255,255,255,0.7); */
	/* display: flex; */
	padding: 0;
}

.quickBar ul li{
	width: 100%;
	border-bottom: 0px solid #eee;
}

.quickBar ul li + li{
	margin-top: 15px;
}

.quickBar ul li a{
	/* padding: 10px 0; */
	text-align: center;
}

.quickBar ul li img{
	width: 100%;
	margin: 0 auto 5px;
}

.quickBar ul li span{
	font-size: 12px;
	color: #fff;
}


/*----- nav -----*/

/* subContent */
.subContent{
	min-height: calc(100vh - 50vw - 60px - 30vw);
}

/* subVisual */
.subVisual{
	/* margin-top: 90px; */
	height: 50vw;
	background-size: auto 50vw;
}

.subVisual h2{
	font-size: 6.5vw;
}


/* formAside */
.formAside{
	background: url(/include/img/formBg_m.jpg) no-repeat center / cover;
	padding: 8vw 0;
}

.formAside .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.formAside .leftBox{
	display: block;
	width: 100%;
	margin-bottom: 5vw;
}

.formAside .leftBox img{
	margin: auto;
	margin-bottom: 3vw;
	display: block;
	width: 10vw;
}

.formAside .leftBox p{
	font-size: 3vw;
	text-align: center;
}

.formAside .leftBox p br{
	display: none;
}

.formAside .leftBox p strong{
	font-size: 4vw;
	display: block;
}

.formAside .rightBox{
	width: calc(100%);
}

.formAside .rightBox form{
	display: block;
	width: 100%;
	text-align: center;
}

.formAside .rightBox .inputBox{
	width: calc(80%);
	margin: auto;
}

.formAside .rightBox .inputBox input{
	height: 10vw;
	padding-left: 2vw;
	border-radius: 2vw;
	font-size: 3vw;
}

.formAside .rightBox .perBox{
	justify-content: center;
	width: 100%;
	margin: 3vw 0;
}

.formAside .rightBox .perBox input{
	margin-right: 1vw;
	width: 3vw;
}

.formAside .rightBox .perBox label{
	font-size: 2.5vw;
}

.formAside .rightBox .sendBox{
	display: inline-block;
	width: auto;
}

.formAside .rightBox .sendBox a{
	height: 10vw;
	font-size: 4vw;
	border-radius: 2vw;
	padding: 0 5vw;
	margin: auto;
}

/* goQuick */
.goQuick{
	position: fixed;
	bottom: calc(77px + 3vw);
	right: 3vw;
	box-shadow: rgba(0,0,0,0.4) 0 0 2vw;
	max-width: 121px;
	width: 18vw;
}




/* footer */
#footer .inner{
	padding: 5vw 0;
}

#footer .logoBox{
	margin-right: 7vw;
}

#footer .logoBox img{
	width: 40px;
}

#footer .fTxt{
	padding: 0;
}

#footer .fTxt p{
	font-size: 2.5vw;
}


/* mbBtn */
.mbBtn ul{
	display: flex;
}

.mbBtn li{
	width: 50%;
	font-size: 0;
}

.mbBtn li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14vw;
	background: #cdc081;
	font-size: 0;
}

.mbBtn li:last-child a{
	background: #283548;
	vertical-align: middle;
}

.mbBtn li a span{
	font-size: 4vw;
	margin-left: 1vw;
	font-weight: 600;
	color: #fff;
}

.mbBtn li a img{
	max-width: 50px;
	width: 5vw;
}

/* newform */
.newform{
	padding: 12vw 0;
	background-image: url(/include/img/form_bg_m.jpg);
}

.newform .inner{
	width: 90%;
	flex-wrap: wrap;
}

.newform .inner .txtBox{
	width: 100%;
	text-align: center;
	margin-bottom: 12vw;
}

.newform .inner .txtBox h2{
	color: #fff;
	font-size: 4vw;
	margin-bottom: 1vw;
}

.newform .inner .txtBox .callBox{
	display: flex;
	align-items: center;
	justify-content: center;
}

.newform .inner .txtBox .callBox img{
	width: auto;
	width: 5vw;
	max-width: 35px;
}

.newform .inner .txtBox .callBox p{
	font-size: 7vw;
	color: #fff;
	font-weight: bold;
}

.newform .inner .txtBox .callBox p strong{
	font-weight: bold;
	margin-left: 1vw;
}

.newform .inner .txtBox .callBox p strong:last-child{
	display: inline-block;
}

.newform .inner form{
	width: 100%;
}

.newform .inner .formBox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.newform .formUl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.newform .formUl li{
	width: 100%;
}

.newform .formUl li:nth-child(1){
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 4vw;
}

.newform .formUl li:nth-child(1) > div{
	width: 32%;
	height: 10vw;
	line-height: 10vw;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newform .formUl li:nth-child(1) > div:last-child{
	margin-right: 0;
}

.newform .formUl li:nth-child(1) > div .iconCheck{
	display: block;
	width: 3vw;
	height: 10vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 1vw;
}

.newform .formUl li:nth-child(1) > div input{
	display: none;
}

.newform .formUl li:nth-child(1) > div label{
	color: #fff;
	font-size: 3vw;
	cursor: pointer;
}

.newform .formUl li:nth-child(2){
	display: none;
}

.newform .formUl li .tellDiv{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.newform .formUl li select,
.newform .formUl li input[type='text'],
.newform .formUl li input[type='tel']{
	height: 8vw;
	line-height: 8vw;
	width: 32%;
	border: 0;
	box-sizing: border-box;
	padding-left: 10px;
	/* border-radius: 0; */
	font-size: 3vw;
	font-weight: bold;
}

.newform .formUl li:nth-child(2) input[type='text'],
.newform .formUl li:nth-child(2) input[type='tel']{
	width: 100%;
}

.newform .check{
	margin: 2vw 0;
	margin-right: 1vw;
	width: calc(100%);
}

.newform .check .per{
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #fff;
	font-size: 2.5vw;
}

.newform .check .per input{
	margin-right: 3px;
	width: 2.5vw;
}

.newform .check .per a{
	color: #fff;
	margin-left: 3px;
	display: inline-block;
}

.newform .btnBox{
	width: 100%;
	display: flex;
	justify-content: center;
}

.newform .btnBox > div{
	width: 100%;
}

.newform .btnBox a{
	display: block;
	width: 100%;
	height: 12vw;
	line-height: 12vw;
	color: #fff;
	font-size: 3vw;
	text-align: center;
}

/* call_banner */
.call_banner{position: fixed;bottom: 0;left: 0;z-index: 99}
.call_banner img{
	width: 100%;
}

/* nav5 formCoun */
/* .counForm {background: #ffd543; height: 390px; padding:6% 0;} */
/* .counForm ul {}
.counForm ul li {}
.counForm ul li div {display: flex;}
.counBtn {display: block;width: 90%;margin:auto}
.sub_04 .subtit {width:70%; text-align: center;}
.sub_04 form ul li {font-size: 14px;}
.sub_04 form .client {width:90%; margin:auto;line-height:40px;}
.sub_04 form .client .uName {height: 40px;line-height: 40px;width: 25%}
.sub_04 form .client .uTel {height: 40px;line-height: 40px;width: 26%; border-radius:5px; margin-right:4%;}
.sub_04 form .client .area_input {width: 75%;}
.sub_04 form .client .input-num-size {width: 100%;height: 40px;border-radius:5px;}
.sub_04 form ul li label{float:left;width:100px;color:#444;line-height:44px;text-indent: 30px;border-radius: 5px 0px 0 5px;text-indent: 26px;}
.sub_04 form ul li label.uName {background: url(../img/ico_uName4.png) no-repeat left 7px center #fff; background-size: 15px auto;}
.sub_04 form ul li label.uTel {background: url(../img/ico_uTel4.png) no-repeat left 7px center #fff; background-size: 15px auto;}
.sub_04 form .proBox {position: relative; height: 50px; overflow:auto; padding:5px; background:#fff; width:87%; margin:auto; font-size: 12px; border-radius: 5px;}
.sub_04 form .check {text-align: left; margin:3% 6%; font-size:14px}
.input-num-size {width:25%;}
.blind {width:0;}
.wave {margin: 0 3%;} */






}