@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/woff2-subset/Pretendard-Black.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Black.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/woff2-subset/Pretendard-ExtraBold.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-ExtraBold.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/woff2-subset/Pretendard-Bold.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/woff2-subset/Pretendard-SemiBold.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/woff2-subset/Pretendard-Medium.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/woff2-subset/Pretendard-Regular.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/woff2-subset/Pretendard-Light.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Light.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/woff2-subset/Pretendard-ExtraLight.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-ExtraLight.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/woff2-subset/Pretendard-Thin.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Thin.subset.woff') format('woff');
}
:root{
    --clr-white: #fff;
    --clr-gray: #777;
    --clr-body: #333;
    --clr-black: #000;
    --clr-dark: #111;
    --clr-navy: #00478B;
    --clr-sky: #097CD3;
    --clr-green: #0E9D3F;
    --clr-orange: #F2A000;
    --clr-sky-light: #F1F8FD;
    --clr-sky-light2: #D7EEFF;
    --clr-navy-light: #EFF5FF;
    --clr-navy-light2: #F2F7FF;
    --clr-green-light: #F3FAF6;
    --clr-orange-light: #FFF8EA;
    --clr-border: #DDDDDD;
    --clr-bg-gray: #F7F7F7;
    --clr-table-th: #E4F4FF;
    --clr-table-gray: #F5F6F9;
    --clr-table-border: #D9D9D9;
    --clr-placeholder: #909090;
}
*, ::before, ::after{box-sizing: border-box;}
html{overflow-x: hidden;box-sizing: inherit;background-color: #fff;overscroll-behavior-y: none;}
body{position: relative; margin: 0; line-height: 1.6; font-family: 'Pretendard', Pretendard, -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-size: 18px; font-weight: 400; color: #666; letter-spacing: -0.035em; word-break: keep-all; overflow-wrap: break-word; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%;overscroll-behavior-y: none;}
h1, h2, h3, h4, h5, h6{margin: 0;color: #111;}
blockquote{margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, summary{display: block; position: relative;}
ul, ol{margin: 0;padding: 0;list-style: none;}
dl, dd{margin: 0;}
figure{margin: 0;}
figcaption{color: var(--clr-dark);}
img{display:inline-block;vertical-align: top; max-width: 100%;}
fieldset{margin: 0;padding: 0;border: none;}
em{font-style: normal;}
/* legend, caption{position: absolute; top: 0; left: 0; z-index: -1; color: transparent; width: 0; height: 0; text-indent: -9999px;} */
picture{display: block;}
caption{text-align: left;color: var(--clr-dark);font-weight: 500;}
textarea, button{vertical-align: middle;}
textarea{color: var(--clr-dark); resize: none; overflow-y: auto; -ms-overflow-style: auto;}
a{text-decoration: none; color: inherit;}
a:hover, a:focus, a:active{text-decoration: none;}
table{width: 100%;border-collapse:collapse;}
button{overflow: visible; padding: 0; margin: 0; line-height: inherit; font-size: inherit; font-family: inherit; color: #111; font-weight: 400; white-space: nowrap; border: none; cursor: pointer; background: none;letter-spacing: inherit;}
button:active{outline: none;}
button::-moz-focus-inner{padding: 0; border: 0;}
input,select,textarea{padding:15px 20px;font-family:inherit;font-size: inherit;color: #3d3d40;background-color:transparent;border:1px solid rgba(0, 0, 0, .15);border-radius: 7px;-webkit-transition:all ease .1s;transition:all ease .1s;}
textarea{padding:16px 20px;line-height:inherit;}
select{margin: 0;padding-right:50px;-moz-appearance:none;-webkit-appearance:none;appearance:none; -webkit-appearance: none;background-image:url('../images/icon-select-arrow.svg');background-color:#EBEBEB;background-size:auto 24px;background-repeat:no-repeat;background-position:right 18px center;box-shadow: none;border-color: #EBEBEB;}
select::-ms-expand{display:none;}
input[type=number]{-moz-appearance:textfield;}
input:-moz-read-only,textarea:-moz-read-only{background-color:#f8f8f8;}
input:read-only,textarea:read-only{background-color:#f8f8f8;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
/* input:not([readonly="readonly"]):not(:disabled):hover{border-color:#bbbbbb;} */
/* select:not(:disabled):hover{border-color:#bbbbbb;} */
/* textarea:not(:read-only):not(:disabled):hover{border-color:#bbbbbb;} */
/* input:not([readonly="readonly"]):not(:disabled):focus{border-color:#ebebeb;} */
/* select:not(:disabled):focus{border-color:#ebebeb;} */
/* textarea:not(:read-only):not(:disabled):focus{border-color:#ebebeb;} */
input.is-invalid{border-color: #FF692D;}
input.is-invalid::placeholder{color: #FF692D;}
select.is-invalid{color: #fff;background-color: #FF692D;border-color: #FF692D;background-image: url('../images/icon-select-arrow-light.svg');}
textarea.is-invalid{border-color: #FF692D;}
textarea.is-invalid::placeholder{color: #FF692D;}
/* :focus{outline:none;} */
::placeholder{color: var(--clr-placeholder);}
:-ms-input-placeholder{color: var(--clr-placeholder);}
::-ms-input-placeholder{color: var(--clr-placeholder);}
@media (hover: hover) and (pointer: fine) {
    select:not(:disabled):hover{background-color: #DCDCDC;}
}
@media screen and (max-width:1024px){
    body{font-size: 14px;}
    select{padding-top: 11px;padding-bottom: 11px;padding-left: 16px;background-size: auto 16px;}
    input, textarea{padding-top: 11px;padding-bottom: 11px;padding-right: 16px;padding-left: 16px;}
    /* ::-webkit-scrollbar {-webkit-appearance: none;} */
}