﻿@charset "utf-8";
/* CSS Document */

/* 웹폰트 */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../font/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'KBO-Dia-Gothic_bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'KBO-Dia-Gothic_medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; width:100%; height:100%; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
body { position: relative; height: 100%; display: block; }
body, html { font-size: 18px!important; line-height: 1.57; font-family: 'Pretendard'; font-weight: 400; color: #181818; letter-spacing: -1px; scroll-behavior: smooth; overflow-x: hidden; /*background-color: #fff; */}
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 {font-size:1.3em; font-family: 'Pretendard'; 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, .trans, button { -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; }

/*하이라이트제거*/
label:focus, label:active { -webkit-tap-highlight-color: rgba(0,0,0,0) !important; }
input:focus,a:focus,img:focus,label:focus,a,div,ul,li { -webkit-tap-highlight-color: transparent; }

/* 모바일 레이아웃 */
@media ( max-width: 900px ) {
	body, html { font-size: 16px!important; }
}