@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url(https://cdn.jsdelivr.net/xeicon/1/xeicon.min.css);
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/kjcgothic.css);
@import url(css/blank.css);

*{margin:0; padding:0; box-sizing:border-box;letter-spacing:-0.05rem;color:inherit;}
html {font-size: 22px;}
img {border:0;vertical-align:top;}
a {border:0; text-decoration:none; color:inherit;}
ul, li {list-style:none;}
div {display:block;}
html {overflow-y:scroll;height:100%;min-width:320px}
body {height:100%; font-family: "Pretendard Variable", Pretendard, sans-serif; color:#303030;}
.inner,.inner2 {width: 600px; margin: auto;}

.c_default {color:#303030 !important}
.c_lightgray {color:#c0c0c0 !important}
.c_gray {color:#808080 !important}
.c_red {color:#c70000 !important}
.c_white {color:#fff !important}
.color1 {color: #ff8a00 !important;}
.color2 {color: #cdb292 !important;}
.color3 {color: #a77941 !important;}


h1,h2,h3 {font-weight:300;line-height:1.3}
h1 {font-size:2.5rem;}
.sizeh1 {font-size: 2.5rem !important;}
h1.big {font-size: 4rem; }
h1.superbig {font-size: 5rem; letter-spacing:-0.02em;}
h2 {font-size:2rem}
h3 {font-size:1.5rem; }
.sizeh3 {font-size:1.5rem; }
h4 {font-size:1.2rem; font-weight:300; line-height:1.45;}
.sizeh4 {font-size: 1.2rem;}
h5 {font-size:1rem; font-weight: 300; line-height:1.7; word-break:keep-all;}
.sizeh5 {font-size: 1rem !important;}
p {font-size:0.9rem; line-height:1.7; color:inherit; word-break:keep-all; }
p.small {font-size:0.8rem; }
sub {font-size: small; }

.co_gara {font-family: 'Cormorant Garamond', serif; letter-spacing: 0;}
.KBIZHanmaumMyungjo {font-family: 'KBIZHanmaumMyungjo', serif;}
.pretendard {font-family: "Pretendard Variable", Pretendard, sans-serif;}
.loose {letter-spacing: 0.4em;}
.loose2 {letter-spacing: 0.01em;}
b {letter-spacing: inherit; font-weight: 600;}
.bold {font-weight: 600;}



span {color:inherit;}

.float {float:left;}
.float_r {float:right}
.left {text-align:left !important}
.right {text-align:right !important}
.center {text-align:center !important}
.clearfix {margin: 0; padding: 0; height: 0; width: 0;}
.clearfix::after {content:""; clear:both; display: block;}
.inlineblock {display: inline-block;}

.relative {position: relative;}


.flex {display: flex;}
.col1 {flex: 1;}
.col2 {flex: 2;}
.col3 {flex: 3;}
.col4 {flex: 4;}
.col5 {flex: 5;}
.col6 {flex: 6;}


.bd_b {border-bottom:1px #e0e0e0 solid}
.bd_t {border-top:1px #e0e0e0 solid}



/* 컬럼 설정 */
.w05 {width: 5% !important;}
.w10 {width: 10% !important;}
.w15 {width: 15% !important}
.w20 {width: 20% !important;}
.w22 {width: 22% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w100 {width: 100% !important;}





#wrap {width:640px; margin: 0px auto; background:#fff; position: relative;}

h1.logo {width:319px; height:54px; background:url(../pc/images/logo.png) center no-repeat; background-size: contain; text-indent:-3333px;}
h1.logo a {display:block; height:inherit; }


/* 공통상단 */
#header {width:100%; height:120px; }
#header .inner {position: relative;}
#header .logo {top:33px;float: left; position: relative;}

#header .menu {position:relative; font-size: 3rem; text-align: center; float: right; left: auto; top: 25px; color: #a77941;}




/* 공통 하단 */
#footer {width:100%; background-color: #fff; position: relative;}
#footer .tel {width: 100%; height: 5.909rem; line-height: 5rem; background-color: #a77941; color: #fff; font-weight: 800; display: block; font-size: 3.5rem;}
#footer .inner {position: relative; }
#footer h1.logo {margin-top: 2rem; float: left;}
#footer .txtbox {float: left;}
#footer .txtbox span {margin-right:0.68rem; line-height: 1.6;}

#footer #backtop {width: 70px; height: 70px; background: url(../pc/images/totop.png) no-repeat; position: absolute; right: 0; top: 2rem; display: block; text-indent: -3333px;}





@media only screen and (max-width:640px) {
	html {font-size: 3.4375vw;}

  .inner,.inner2 {width: 93.75vw;}	

	.tight {letter-spacing:-0.05vw !important;}
	.loose {letter-spacing:1vw !important;}
  .loose2 {letter-spacing: 0.2vw !important;}


	#wrap {width:100%;}	   

	h1.logo {width: 49.84375vw; height: 8.4375vw;}
	#header {height: 18.75vw;}	
	#header .logo {top: 5.25vw; }
	#header .menu {top: 4vw;}


  #footer .logo {margin: 7.8125vw 0 0;}

  #footer #backtop {width: 10.9375vw; height: 10.9375vw; background-size: contain;}
  
}