@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://webfontworld.github.io/goodchoice/Jalnan.css');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(https://cdn.jsdelivr.net/xeicon/1/xeicon.min.css);
@import url(css/blank.css);

/* 카카오톡 인앱브라우저 글자 오류 해결 css */
body * {
    -webkit-text-size-adjust: auto;
}


@media screen and (max-width:320px) {
    body {zoom:50%;}
}
@media screen and (min-width:321px) and (max-width:359px) {
    body {zoom:50%;}
}
@media screen and (min-width:360px) and (max-width:374px) {
    body {zoom:56.2%;}
}
@media screen and (min-width:375px) and (max-width:375px) {
    body {zoom:58.5%;}
}
@media screen and (min-width:376px) and (max-width:479px) {
    body {zoom:64.6%;}
}
@media screen and (min-width:480px) and (max-width:639px) {
    body {zoom:75%;}
}
/* 아이패드(1024X768)보다 큰 스크린 사이즈와 해상도를 갖는 모든 기기에서의 해상도 설정
@media all and (min-width: 640px) {
    body {width:640px; margin:0 auto;}
*/
@media all and (min-width: 640px) {
    body {zoom:100%; margin:0 auto;}
}




*{margin:0; padding:0; box-sizing:border-box;letter-spacing:-0.05rem;color:inherit;}
img {border:0;vertical-align:top;}
a {border:0; text-decoration:none; color:inherit;}
ul, li {list-style:none;}
div {display:block;}
html,body {height: 100%;}
body {width:100%;max-width:640px; font-family: "Noto Sans KR", "Noto Sans Korean", "Pretendard Variable", "Pretendard", sans-serif;  color:#000; font-size: 1.25rem;}
.inner,.inner2 {width:600px; margin:auto;}
.c_main {color:#e96f2e !important;}
.c_sub1 {color:#f1a130 !important;}
.c_sub2 {color:#013a91 !important;}
.c_sub3 {color:#910101 !important;}
.c_lightgray {color:#c8c1b8 !important}
.c_gray {color:#808080 !important}
.c_red {color:#c70000 !important}
.c_white {color:#fff !important}
.c_black {color:#303030 !important}


h1,h2,h3,h4 {font-weight:300;line-height:1.3}
h1 {font-size:3rem;}
.sizeh1 {font-size: 50px !important;}
h2 {font-size:40px; font-weight: 700;}
h3 {font-size:35px; font-weight: 700;}
h4 {font-size:1.5rem;}
.sizeh4 {font-size: 1.5rem;}
h5 {font-size:1.3rem; font-weight: 300; line-height:1.55; word-break:keep-all;}
.sizeh5 {font-size: 20px !important;}
p {font-size:18px; line-height:1.6; color:inherit; word-break:keep-all; }
p.small {font-size:1.05rem; letter-spacing: 0;}
sub {font-size: small; }
.wanted {font-family: "Wanted Sans Variable";}
.jalnan {font-family: "Jalnan";}


.loose {letter-spacing: 0.1em;}
b {letter-spacing: inherit; font-weight: 700;}
.bold {font-weight: 700;}




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::after {content:""; clear:both; display: block;}
.inlineblock {display: inline-block;}


.flex {display: flex;}
.col1 {flex: 1;}
.col2 {flex: 2;}
.col3 {flex: 3;}


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



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





#wrap {width:100%; display:inline-block;position:relative;background:#fff;}
h1.logo.white {background:url(images/logo_w.png) center no-repeat;}
#ch h1.logo {width:254px;background:url(images/china/logo.png) center no-repeat;}
#ch h1.logo.white {width:254px;background:url(images/china/logo_w.png) center no-repeat;}


/* 공통상단 */
#header {width:100%; height:80px;}
#header .inner {display: flex; align-items: center; justify-content: space-between;}
h1.logo {width:95px; height:55px; background:url(images/logo.png) center no-repeat; background-size: cover; text-indent:-9999px; -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;}
h1.logo a {display:block; height:inherit;}

#header .reser_btn {display: flex; gap: 15px; align-items: center;}
#header .reser_btn a.reser {display: inline-block; color: #fff; font-size: 16px; font-weight: 600; padding: 5px 10px; border: 2px solid #e96f2e; border-radius: 30px;}

#header .menu {font-size: 40px; line-height: 82px;}
#header .menu i {color: #e96f2e;}



/* 공통 하단 */
#footer {position: relative; width:100%; background: #424242; padding: 50px 0;}
#footer .inner {text-align: center;}

#footer .sns ul {display: flex; gap: 20px; justify-content: center; margin-top: 30px;}

#footer .f_top {text-align: center;}

#footer .txt {margin-top: 30px; font-size:14px;line-height: 1.7; text-align: center;}
#footer .txt span {display:inline-block; font-weight:300;color:#fff; margin: 0 10px;}
#footer .txt span a {color: #fff;}




