@charset "utf-8";

/* Web Font */

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard GOV Regular'),
    url(/statics/home/css/fonts/PretendardGOV-Regular.subset.woff2) format('woff2'),
    url(/statics/home/css/fonts/PretendardGOV-Regular.subset.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard GOV Bold'),
    url(/statics/home/css/fonts/PretendardGOV-Bold.subset.woff2) format('woff2'),
    url(/statics/home/css/fonts/PretendardGOV-Bold.subset.woff) format('woff');
}

/* Reset style */
* {word-break: keep-all; word-wrap: break-word; box-sizing: border-box; -webkit-box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, font, img, ins, q, s, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, thead, tbody, tfoot, tr, th, td {
    margin: 0; padding: 0;
}

blockquote, button, fieldset, iframe {border: 0;}
cite, em, u, address, i {font-style: normal;}
img {border: 0; vertical-align: top;}
hr, legend {position: absolute; left: -9999px; top: -9999px;}
caption {text-indent: -9999px; font-size: 0;}
li {list-style: none;}
table {width: 100%; table-layout: fixed; border-collapse: collapse;}
a:link, a:visited, a:hover, a:active {text-decoration: none;}

/* Blind 숨김처리 */
.blind {position: absolute; left: -9999px; top: -9999px;}
.skip {position: absolute; left: -9999px; top: -9999px;}

body {font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
button, textarea {font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
button {cursor: pointer;}

input[type=text] {color: #666; font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; -webkit-appearance: none; -webkit-border-radius: 0;}
input[type=password] { -webkit-appearance: none; -webkit-border-radius: 0;}
input[type=text]:focus {outline: none;}

/* 221230   김혜준 웹접근성 focus 시 outline 강화 */
a:focus-visible, input:focus-visible, button:focus-visible, .swiper-button-prev:focus-visible, .swiper-button-next:focus-visible { outline: 3px dashed red; }

/* for IE10 */
input::placeholder {color: red; opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */}
input::-webkit-input-placeholder {color: #888;}
/* IE */
input:-ms-input-placeholder {color: #888;}
input[type=text]::-ms-clear { display:none; }
/* Firefox */
input:-mos-input-placeholder {color: #888;}

select {font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 400;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -webkit-border-radius: 0;
    appearance:none;}
select::-ms-expand {display:none;}


/* 정렬 */
.align_c {text-align: center;}
.align_r {text-align: right;}


/* 가로길이 */
.w_full {width: 100%;}
.w_half {width: 50%;}
.w_quarter {width: 25%;}
.w_50 {width: 50px;}
.w_80 {width: 80px;}
.w_100 {width: 100px;}
.w_150 {width: 150px;}
.w_200 {width: 200px;}
.w_250 {width: 250px;}
.w_300 {width: 300px;}
.w_350 {width: 350px;}


/* 여백 */
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

.p0 {padding: 0px !important;}
.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}

.pr10 {padding-left: 10px !important;}
.pr20 {padding-left: 20px !important;}
.pr30 {padding-left: 30px !important;}
.pr40 {padding-left: 40px !important;}
.pr50 {padding-left: 50px !important;}

.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}

.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
