﻿@charset "utf-8";
/* CSS Document */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;  }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
body { position: relative; height: 100%!important; background-color: #fff; }
body, html { overflow-x: hidden!important; font-size:16px; line-height: 1.4; font-family: 'SEBANG_Gothic_Regular', sans-serif; font-weight: 400; color: #333; letter-spacing: -0.025em; scroll-behavior: smooth; }
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,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; transition: all var(--q_trans); } /* padding: 2%; ul, li, */
/*code, pre, select {font-size:1.3em; font-family: 'Pretendard'; font-weight: 400; }*/
address, em, cite { font-style: normal; }
img, svg { display: block; max-width: 100%; border:0 none; }
/* hr { width: 100%; height: 2px; background-color: #c0c0c0; border : 0; margin-left : auto; margin-right : auto;} */
table { border-collapse: collapse; border-spacing: 0; }
th, td {vertical-align:middle;text-align:left;font-weight:normal; }
/*리스트초기화*/
ol, ul { /*list-style: none;*/ list-style-position: outside;}
/*리스트기본세팅ul{	padding-inline-start: 0.75rem;}
ul li::marker {	content: "-  ";	color: inherit;}*/
ul.line-list li::marker { content: "-  "; color: inherit;    }
ul.dot-list li::marker { content: "·  "; color: inherit; }
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{color: inherit;}
a:link, a:visited, a:hover, a:active { text-decoration:none; }
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;}
