﻿@charset "utf-8";
/* CSS Document */

/* 웹폰트 */
@font-face {
    font-family: 'SEBANG_Gothic_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; width:100%; height:100%; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
body { position: relative; height: 100%; background-color: #fff; display: block; }
body, html { font-size:14px; line-height: 1.4; font-family: 'SEBANG_Gothic_Regular', sans-serif; font-weight: 400; color: #333; letter-spacing: -0.025em; scroll-behavior: smooth; overflow-x: hidden; }
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%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
input, button, textarea { font: inherit; letter-spacing: -0.025em; /* padding: 2%;*/ }
code, pre, select {font-size:1.3em; font-family: 'SEBANG_Gothic_Regular', sans-serif; letter-spacing: -0.025em; }
address, em, cite { font-style: normal; }
img { display: block; max-width: 100%; border:0 none; }
hr {display:none;}
table { border-collapse: collapse; border-spacing: 0; }
th, td {vertical-align:middle;text-align:left;font-weight:normal;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
label, button { cursor: pointer; }
input { -webkit-appearance: none; -webkit-border-radius: 0; } /* 아이폰 기본 스타일 제거 */
input[type="date"] { display:block; -webkit-appearance: textfield; -moz-appearance: textfield; min-height: 1.2em; min-width: 100%; }
button {overflow: visible; border: none; background: transparent; white-space: nowrap; vertical-align: top; text-decoration:none; }
button::-moz-focus-inner {border:0;padding:0;}
a:link, a:visited, a:hover, a:active { text-decoration:none;*cursor:pointer;}
img{ vertical-align: top; display: inline-block; }
div, input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box; }

/* 트랜지션 */
a, a:hover, a:focus, .trans { -webkit-transition : all 0.2s ease-in-out; -o-transition : all 0.2s ease-in-out; -moz-transition : all 0.2s ease-in-out; -ms-transition : all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat { line-height: normal!important; }

/* number input 화살표 숨김 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }
a:focus, a:active {-webkit-tap-highlight-color: transparent;}

/* 플레이스홀더숨김 */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

button,a{-webkit-tap-highlight-color:transparent;}