@charset "utf-8";

/*reset*/
body, html{ margin:0; padding:0; width:100%; height:100%; }
body, input, textarea, select, button, table{
	font-family: 'Noto', '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased
}
form, fieldset, h1, h2, h3, h4, h5, h6, p{ margin:0; padding:0; }
form, fieldset, button{ border:none; }
ul, ol, li{ margin:0; padding:0; list-style: none }
img{ max-width:100%; }
a, a:hover, a:active, a:focus{ text-decoration:none; }
input:focus, button:focus, a:focus{ outline:none !important; }




/*scrollbar*/
body::-webkit-scrollbar{ width: 5px; background-color:transparent; position:fixed; z-index:999999; }
body::-moz-scrollbar{ width: 5px; background-color:transparent; position:fixed; z-index:999999; }
body::-webkit-scrollbar-track{ background-color:#666; }
body::-moz-scrollbar-track{ background-color:#666; }
body::-webkit-scrollbar-thumb{ background-color: rgba(255, 255, 255, 0.4); border-radius:20px; }
body::-moz-scrollbar-thumb{ background-color: rgba(255, 255, 255, 0.4); border-radius:20px; }


/* quick */
.qc-open{
	position: fixed;
    top: 50%;
    right: 0;
    background-color: #cd2828;
    padding: 1.5rem 10px;
    text-align: center;
    border-radius: 10px 0 0 10px;
	cursor: pointer;
	transition: .5s;
	display: none;
}
.qc-open > h3{
	font-size: 20px;
    color: #fff;
    writing-mode: tb;
}
.qc-open > span{
	font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}
.qc-close{
	display: inline-block;
	font-size: 14px;
	color: #ddd;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.right-wrap{
	position: fixed;
	top: 50%;
	right: -100%;
	padding-left: 2.5rem;
}
.right-box{
	max-width: 290px;
	padding: 2rem;
	background-color: #cd2828;
	border-radius: 20px 0 0 20px;
}
.right-box > h3{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
#kso_contact .extraVarsList th{
	font-size: 14px;
	color: #ddd;
}
.btn_submit{
	font-size: 16px;
}

.qc-open.rfade{right: -50px;}

/*header*/
header, header *{ box-sizing:border-box; }
header{
	position:fixed; z-index:999999999; top:0; left:0; width:100%; padding:30px 3rem; transition:0.5s; 
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}
header.fixed{ padding:30px 3rem; }

.hd_con{ width:100%; margin:0 auto; display:flex; flex-flow:row wrap; justify-content:space-between; align-items:center; }
.hd_lg{ max-width:150px; width:auto; height:auto; transition:0.4s all; margin-right: 25px;}
.hd_lg > a{ display:block; }
.hd_lg > a > img{ max-width:150px; height:auto; width:100%; transition:0.5s; }
header.fixed .hd_lg > a > img{ max-width:150px; }

.lg-mn-wrap{display: flex; align-items: center;}

#gnb{ display:flex; align-items:center; }
#gnb > ul{ display:flex; align-items:center; }
#gnb > ul > li{ position:relative; z-index:1; display:inline-block; }
#gnb > ul > li > a{ position:relative; z-index:1; display:block; padding:15px 0; margin: 0 25px; font-size:18px; font-weight:700; color:#fff; line-height:1em; transition: .5s;}
#gnb > ul > li::after{content: ""; width: 5px; height: 5px; background-color: #fff; border-radius: 50%; position: absolute; top: 23px; right: -2px; transition: .5s;}
#gnb > ul > li:last-child::after{display: none;}
#gnb > ul > li > a:hover{color: #bb8d68;}
#gnb > ul > li > ul{ position:absolute; z-index:1; top:100%; left:0; min-width:200px; background-color:#fff; border:1px solid #ddd; opacity:0; visibility:hidden; margin-top:5px; transition:0s visibility 0.3s, 0.3s opacity, 0.3s margin-top; }
#gnb > ul > li:hover > ul{ opacity:1; visibility:visible; margin-top:0; transition:0s visibility, 0.3s opacity, 0.3s margin-top; }
#gnb > ul > li > ul > li > a{ display:block; padding:13px 25px; font-size:16px; font-weight:400; color:#333; line-height:1em; }

.gnb_btn{ display:inline-block; }
.gnb_btn.contact > a{ display:block; padding:5px 0; color: #000;}
.gnb_btn.call > p{ padding:10px 30px; background-color:#fff; border-radius:15px; text-align:center; font-size:16px; font-weight:400; color:#000; transition: .5s;}

@media(max-width:1200px){
	.hd_lg > a > img{ max-width:300px; }
}
@media(max-width:991px){
	header{ padding:0px 15px;}
	header.fixed{padding: 0 15px;}
	.hd_lg > a > img, header.fixed .hd_lg > a > img{ max-width:100px; }
	.hd_mn{ display:none; }
	.gnb_btn{display: none;}
}

/*mobil_header*/
#m_gnb, #m_gnb *{ box-sizing:border-box; }
#m_gnb{ position:fixed; z-index:999999999; top:20px; right:15px; width:70%; height:auto; background-color:#fff; transform:translate(110%, 0); transition:0.5s transform; border: 1px solid #ddd; padding:50px 30px; border-radius: 30px 0 30px 30px;}
#m_gnb.act{ transform:translate(0, 0); }
#m_gnb > .mn_cl{ position:absolute; top:0; right:0; font-size:22px; color:#333; padding:10px; cursor:pointer; }

#m_gnb > ul > li{text-align: center;}
#m_gnb > ul > li > a{ font-size:18px; font-weight:500; color:#2C1C18; }
#m_gnb > ul > li:not(:last-child){ margin-bottom:20px; }

.m_use{ display:none; }
.m_mn{ display:none; }
.m_mn > .mn_btn{ font-size:28px; color:#fff; padding:10px 0; cursor:pointer; }

@media(min-width:992px){

	.d-lg-block{display: block;}
	.d-lg-none{display: none;}

	.mo-fixed{display: none;}
}
@media(max-width:991px){

	.d-block{display: block;}
	.d-none{display: none;}

	.m_mn{ display:inline-block; }
	.mo-fixed{width:100%; background-color:#3e3a39; position:fixed; bottom:0; left:0; z-index:999; display:flex; justify-content:space-between; transition:.5s;}
	.mo-fixed > a{padding:1.2rem 0; text-align:center; color:#fff; font-size:16px; font-weight:500; display:block; flex:1 1 auto;}
	.mo-fixed > a > span{margin-right: 5px;}
}