@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


/********************
// resetcode
********************/
html, body{overflow-x:hidden;}
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,textarea,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,input,select,button,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 16px; line-height:1.5em; font-family: 'Pretendard', sans-serif; 
 font-weight:400; letter-spacing:0em; vertical-align: baseline; color:#2c1e1c;word-break:keep-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img{line-height: 0;}

.inner{width:80dvw; margin:0 auto;}
td{vertical-align: middle;}

.txt { letter-spacing:-0.02em;}
.wf1{flex:1}

.selectBox{-webkit-appearance: none; -moz-appearance: none; appearance: none; background-repeat: no-repeat; background-position: right 12px center; background-size: 14px; outline: none; box-sizing: border-box; transition: border-color 0.2s ease-in-out; }

label{cursor: pointer;}
select{background:url('https://stunningw.com/img/arrow.svg') no-repeat #fff !important; background-position: calc(100% - 16px) center !important; background-size: 12px 12px !important;border:1px solid #d9dade}
th, td {    vertical-align: middle;}

/********************
// 색상
********************/
.co_white{color:#fefefe;}

.co_0{color: #FFFCEB;}
.co_1{color: #FEF5C7;}
.co_2{color:#FEE989;}
.co_3{color:#FDD84C;}
.co_4{color:#FCC520;}
.co_5{color:#F6A50A;}
.co_6{color:#DA7D05;}
.co_7{color:#B55808;}
.co_8{color:#93440D;}
.co_9{color:#79380E;}
.co_10{color:#451C03;}


.co_gray0{color: #f7f8f8;}
.co_gray1{color: #eeeef0;}
.co_gray2{color:#d9dade;}
.co_gray3{color:#b8bac1;}
.co_gray4{color:#91949f;}
.co_gray5{color:#737784;}
.co_gray6{color:#5d606c;}
.co_gray7{color:#4c4e58;}
.co_gray8{color:#41424b;}
.co_gray9{color:#37383e;}
.co_gray10{color:#26272b;}

/********************
// 백그라운드
********************/
.bco_white{background:#fefefe;}
.bco_black{background:#000;}

.bco_0{background: #FFFCEB;}
.bco_1{background: #FEF5C7;}
.bco_2{background:#FEE989;}
.bco_3{background:#FDD84C;}
.bco_4{background:#FCC520;}
.bco_5{background:#F6A50A;}
.bco_6{background:#DA7D05;}
.bco_7{background:#B55808;}
.bco_8{background:#93440D;}
.bco_9{background:#79380E;}
.bco_10{background:#451C03;}


.bco_gray0{background: #f7f8f8;}
.bco_gray1{background: #eeeef0;}
.bco_gray2{background:#d9dade;}
.bco_gray3{background:#b8bac1;}
.bco_gray4{background:#91949f;}
.bco_gray5{background:#737784;}
.bco_gray6{background:#5d606c;}
.bco_gray7{background:#4c4e58;}
.bco_gray8{background:#41424b;}
.bco_gray9{background:#37383e;}
.bco_gray10{background:#26272b;}
