@charset "utf-8";

/****************************************** reset code ******************************************/
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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,input,select,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 16px; letter-spacing: -0.05em; line-height:1.5em;font-family: 'SUIT', sans-serif; font-weight:400; vertical-align: baseline; color:#222;word-break:keep-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}


button, a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
textarea {touch-action: manipulation;  }

ol, ul , li{list-style: none;}
div, td, a, span, button, input, form, td, tr,section, label{box-sizing: border-box;}
a{text-decoration: none; display:block;}

.inner{width:70dvw; margin-left:auto; margin-right:auto;}
table{border-collapse: collapse;}
td{vertical-align: middle;}
header, footer{width:100dvw}
.wdpib{display:inline-block;}
.loginBox {background: linear-gradient(to bottom, #B97918, #0D5646);}
.contactusBg {background:#f0f0f0;}

@font-face {
    font-family: 'Paperlogy-Bold';
    src: url('https://cdn.jsdelivr.net/gh/whitedev7773/Paperlogy/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-Regular';
    src: url('https://cdn.jsdelivr.net/gh/whitedev7773/Paperlogy/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

.fSpeBo{font-family: 'Paperlogy-Bold';letter-spacing: 0; }
/*************** 색상 ***************/
	.co_white{color:#fefefe;}
    .co_point{color: #FFC470;}
    .co_main{color: #0D5646;}


    .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:#222;}
    .bco_point{background: #FFC470;}
    .bco_main{background: #173E36;}

    .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}




