/* common */
*{
	--mainCol: #584e42;
	word-break: keep-all !important;
}

body{
	padding-top: 80px;
}

.mb{
	display: none !important;
}

.tit{
	font-size: 26px;
	font-weight: 600;
	color: var(--mainCol);
	margin-bottom: 20px;
}

.conTxt{
	line-height: 1.7;
	font-size: 20px;
	color: var(--mainCol);
	font-weight: 400;
}

/* font */
/* @font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'roman';
    src: url('/include/font/OPTITimes-Roman.otf');
}

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

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

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

/* header */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.4s;
	z-index: 100;
	background: #fff;
	box-shadow: rgba(0,0,0,0.1) 0 0 5px;
}

.header.open,
.header.on{
	/* background: #627bac; */
}

.header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	padding: 0px 0;
}

.header .logo{
	width: 131px;
}

.header nav{
	width: calc(100% - 131px - 70px);
	box-sizing: border-box;
	padding: 0 0px;
	display: flex;
	justify-content: flex-end;
}

.header nav > ul{
	display: flex;
	justify-content: space-between;
	width: 70%;
	padding-right: 100px;
}

.header nav > ul > li{
	position: relative;
	/* width: 50%; */
}

.header nav > ul > li > a{
	color: #584e42;
	font-size: 16px;
	line-height: 80px;
	padding-left: 20px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
	font-weight: 500;
}

.header nav > ul > li div{
	display: none;
}

.header nav > ul > li ul{
	position: absolute;
	top: 110%;
	left: 0;
	/* width: 100%; */
	background: rgba(255,255,255,0.9);
	box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	box-sizing: border-box;
	display: flex;
	border-radius: 100px;
	padding: 0 20px;
}

.header nav > ul > li:nth-child(4) ul,
.header nav > ul > li:nth-child(5) ul{
	left: auto;
	right: 0;
}

.header nav > ul > li ul a{
	color: #666;
	font-size: 14px;
	line-height: 3.5;
	white-space: nowrap;
	display: inline-block;
	padding: 0 20px;
}

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

.header .linkBox{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/* width: 70px; */
}

.header .linkBox .h_tel img{
	height: 36px;
}

.header .linkBox .h_insta{
	margin-left: 20px;
	margin-right: 20px;
}

.header .linkBox .searchBtn{
	display: block;
}

.header .linkBox .allMenuBtn{
	display: block;
	width: 24px;
	height: 18px;
	position: relative;
	z-index: 11;
}

.header .linkBox .allMenuBtn span{
	display: block;
	width: 100%;
	height: 2px;
	background: var(--mainCol);
	position: absolute;
	left: 50%;
	transition: all 0.4s;
}

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

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

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

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

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

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

/* allmenu */
.allMenu{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	background: var(--mainCol);
	z-index: 10;
	padding-bottom: 30px;
	display: none;
}

.allMenu .inner > ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	/* width: calc(100% - 114px - 70px); */
	/* margin-left: 114px; */
	box-sizing: border-box;
	/* padding-left: 20%; */
}

.allMenu .inner > ul > li{
	width: 50%;
	position: relative;
}

.allMenu .inner > ul > li a{
	font-size: 14px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 1.3;
}

.allMenu .inner > ul > li > a{
	line-height: 80px;
	height: 80px;
	display: block;
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
}

.allMenu .inner > ul > li > a::after{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

/* quickbar */
.quickbar{
	position: fixed;
	top: 50%;
	right: 0%;
	opacity: 0;
	transform: translate(100%,-50%);
	z-index: 10;
	transition: all 1.5s;
}

.quickbar.on{
	opacity: 1;
	transform: translate(0%,-50%);
}

.quickbar ul{
	background: rgba(255,255,255,0.9);
	padding: 0 10px;
}

.quickbar ul li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.quickbar ul li:nth-child(1) a{
	border-top: 0;
}

.quickbar ul li img{
	display: block;
	margin: 0 auto 5px;
	animation: quick 2s 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;
}

@keyframes quick{
	0%{transform: rotate(0deg)}
	3%{transform: rotate(-10deg)}
	9%{transform: rotate(10deg)}
	12%{transform: rotate(0deg)}
}

.quickbar ul li span{
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

/* search */
.hd_sch_wr{
	position: fixed;
	top: 100px;
	right: 5%;
	/* transform: translate(-50%,0%); */
	z-index: 20;
	float: inherit;
	padding: 0;
	margin-left: 0;
	height: auto;
	display: none;
}

.hd_sch_wr .closeBtn{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,10px);
	box-shadow: rgba(0,0,0,0.2) 0 0 10px;
	cursor: pointer;
}

.hd_sch_wr .closeBtn::before,
.hd_sch_wr .closeBtn::after{
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	background: #828282;
	position: absolute;
	top: 50%;
	left: 50%;
}

.hd_sch_wr .closeBtn::before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.hd_sch_wr .closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

#hd_sch{
	overflow: inherit;
}

.hd_sch_wr form{
	border-radius: 100px;
	box-shadow: rgba(0,0,0,0.2) 0 0 10px;
	display: block;
	overflow: hidden;
}

#hd_sch #sch_stx{
	background: #fff;
	color: #828282;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
}

#hd_sch #sch_submit{
	background: #fff;
	color: #828282;
}

#popular{
	display: none;
}

.searchBg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 4;
	display: none;
}

/* footer */
.footer{
	background: #3f3933;
	padding: 0px 0;
}

.footer .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	width: 100%;
}

.footer .inner .fLogo{
	padding: 40px 0;
}

.footer .footBox{
	opacity: 1;
	width: 100%;
	text-align: center;
}

.footer .fLink{
	display: flex;
	border-top: 1px solid #797571;
	border-bottom: 1px solid #797571;
	padding: 8px 0;
	justify-content: center;
}

.footer .fLink li{
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	font-weight: 300;
}

.footer .fLink li::after{
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.footer .fLink li:last-child::after{
	display: none;
}

.footer .fLink li a{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.footer .footBox p{
	font-size: 13px;
	color: #c1c0bf;
	line-height: 1.8;
	padding: 40px 0;
}



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

body{
	padding-top: 60px;
}

/* header */
.header .inner{
	height: 60px;
}

.header .logo{
	width: 100px;
}

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

.header nav{
	display: none;
}

.header .linkBox{
	align-items: center;
}

.header .linkBox .pc{
	display: none !important;
}

.header .linkBox .allMenuBtn{
	display: block !important;
}

/* allMenu */
.allMenu{
	top: 60px;
	border-top: 1px solid rgba(255,255,255,0.3);
}

.allMenu .inner{
	height: auto;
	width: 90%;
	margin: auto;
}

.allMenu .inner > ul{
	flex-wrap: wrap;
	text-align: left;
}

.allMenu .inner > ul > li{
	width: 100%;
}

.allMenu .inner > ul > li ul{
	display: none;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.allMenu .inner > ul > li:nth-child(1) ul,
.allMenu .inner > ul > li.on ul{
	display: block;
}

.allMenu .inner > ul > li a{
	font-size: 12px;
}

.allMenu .inner > ul > li > a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: 600;
}

.allMenu .inner > ul > li > a::after{
	display: none;
}

.allMenu .inner > ul > li ul li{
	padding-left: 5px;
}






}



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

/* common */
body{
	overflow-x: hidden;
}

.pc{
	display: none !important;
}

.mb{
	display: block !important;
}

.tit{
	font-size: 5vw;
	text-align: center;
	margin-bottom: 5vw;
}

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

/* header */
.header .linkBox{
	/* width: 65px; */
	/* padding-right: 10px; */
}

.header .linkBox .searchBtn{
	width: 20px;
}

.header .linkBox .searchBtn img{
	width: 100%;
}

.header .linkBox .allMenuBtn{
	width: 20px;
	height: 14px;
}

.hd_sch_wr{
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	margin-left: auto;
	width: 80%;
}

.hd_sch_wr form{
	display: flex;
}

#hd_sch #sch_stx{
	width: 80%;
}

#hd_sch #sch_submit{
	width: 20%;
}

/* quickbar */
.quickbar{
	top: auto;
	bottom: 0;
	transform: translate(0,100%);
	width: 100%;
	box-shadow: rgba(0,0,0,0.1) 0 0 5px;
}

.quickbar.on{
	transform: translate(0,0);
}

.quickbar h2{
	display: none;
}

.quickbar .topBtn{
	display: none;
}

.quickbar ul{
	display: flex;
	padding: 0;
	position: relative;
}

.quickbar ul::after{
	content: '';
	width: 25%;
	height: 120%;
	background: #e8d1ba;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 3vw 3vw 0 0;
	box-shadow: rgba(0,0,0,0.1) -5px 3px 4px;
	display: none;
}

.quickbar ul li{
	width: 50%;
	position: relative;
	z-index: 1;
}

.quickbar ul li a{
	padding: 10px 0;
	border: 0;
	position: relative;
}

.quickbar ul li a::after{
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%,-50%);
}

/*.quickbar ul li:nth-child(3) a::after,*/
.quickbar ul li:last-child a::after{
	display: none;
}

.quickbar ul li img{
	width: auto;
	height: 25px;
}

.quickbar ul li span{
	font-size: 12px;
}

/* foot */
.footer{
	/* padding: 10vw 0; */
}

.footer .inner{
	display: block;
}

.footer .inner .fLogo{
	width: 25%;
	margin: 0 auto;
	padding: 5vw 0;
}

.footer .inner .fLogo img{
	width: 100%;
}

.footer .fLink li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.footer .fLink li a{
	font-size: 10px;
	font-weight: 100;
}

.footer .fLink{
	justify-content: center;
}

.footer .footBox p{
	font-size: 8px;
	text-align: center;
	line-height: 2;
	padding-top: 5vw;
	padding-bottom: 100px;
}

#top_btn{
	display: none;
}





}