@font-face {
    font-family: "Pretendard";
    src: url("../fonts/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;
}

body,
input,
button,
select,
textarea {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "맑은 고딕", Arial, sans-serif !important;
    color: #222;
}

input,
textarea {
    font-size: 14px;
    resize: none;
    font-weight: 500;
}

input::placeholder,
textarea::placeholder {
    color: #bbb;
    font-size: 14px;
}

select {
    -webkit-appearance: none; /* for chrome */
    -moz-appearance: none; /*for firefox*/
    appearance: none;
    background: url("/wkt/dispatch/list") no-repeat 92% 50%/10px auto;
}

select::-ms-expand {
    display: none; /*for IE10,11*/
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
.scroll::-webkit-scrollbar {
    display: none;
}

.scroll {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}

.cardSwiper .swiper-slide,
.cardSwiper_2 .swiper-slide {
    opacity: 0.3;
    transform: scale(0.8);
    transition: all 0.3s ease-out;
}

.cardSwiper .swiper-slide-visible,
.cardSwiper_2 .swiper-slide-visible {
    opacity: 0.3;
    transform: scale(0.8) !important;
}

.cardSwiper .swiper-slide-active,
.cardSwiper_2 .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
    display: none;
    appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../icons/common/date.svg") no-repeat 98% 50%;
    width: 30px;
    height: 25px;
    border-width: thin;
}
