 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400&family=Poppins:ital,wght@0,400;1,300&display=swap');

/* --- Reset css ver2.0 --- */
html, body, div, span, 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, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;}

/* HTML5 display-role reset  */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
button {outline:none; border:none; background-color: transparent; cursor: pointer; padding: 0; font-family: inherit; margin: 0;}
img,fieldset {border: 0;}
input,button, select {outline: none; box-sizing: border-box; font-size: inherit; color: inherit;}
label,img,input,select,textarea,button {vertical-align:middle;}
a:link, a:visited, a:hover, a:active {text-decoration: none; color: inherit;}

/* Hide & Clear */
.clear {zoom:1;}
.clear::after{content:''; display:block; clear:both;}
.hide {position: absolute; left: -30000%; opacity: 0; visibility: hidden;}

@media screen and (max-width:768px) {}

/* --- Basic --- */
body {
    font-family:'Noto Sans KR','Malgun Gothic','Apple SD Gothic Neo', sans-serif;    
    font-size: 0.90625rem;
    letter-spacing: -0.05em;
    font-weight: 400;
    white-space: normal;
    word-break: break-all;
    color: #444;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width:768px) {
    /* body {font-size: 0.97rem;} */
    body {font-size: 1rem;}
}

.lay-fixed {
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
}

.tx-r01 {color:#fe3636;}
.tx-b01 {color:royalblue;}

.gap10 {display: block; height: 10px;}
.gap20 {display: block; height: 20px;}


/* === End Layout === */

