:root {
    /* input style */
    /* --input-padding-x: 16px; */
    /* --input-padding-y: 12px; */

    /* input_title font-size */
    /* --input-title-size: 14px; */

    /* input font-size */
    /* --input-font-size: 16px; */

    /* --input-border-color: #E1E1E1; */

    /* input[checkbox] icon */
    /* --check-default-img:url(); */
    /* --check-active-img:url(); */

    /* input[radio] icon */
    /* --radio-default-img:url(); */
    /* --radio-active-img:url(); */

    /* input icon크기 */
    /* --input-icon-size: 20px; */

    /* coupon color */
    --coupon-color: #FF9BA5;

    /* 프로젝트 style */
    --main-color: #205BF5;
    --error-color: #FF5757;
    --success-color: #1A9D40;
}

/* www만 별도로 font 설정이 필요할때 */
/* body {
    font-family: 'Segoe UI', sans-serif;
} */

@font-face {
    font-family: 'jalnan';
    src: local('jalnan'),
        url('/static/app_www/base/font/Jalnan2.ttf') format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    src: local('GmarketSans'),
        url('/static/app_www/base/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'GmarketSans';
    src: local('GmarketSans'),
        url('/static/app_www/base/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'GmarketSans';
    src: local('GmarketSans'),
        url('/static/app_www/base/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
}


.font_jalnan {
    font-family: 'jalnan', sans-serif !important;
}

.font_gmarket {
    font-family: 'GmarketSans', sans-serif !important;
}

/* pc */
#base_wrap {
    position: relative;
    width: 100%;
    /* height: 100vh;
    overflow-y: auto; */
}

.common_cont {
    padding: 50px 0;
}

.base_bg {
    background-color: #F8F8F8;
}

body.scroll-lock {
    overflow: hidden;
}

.scroll-lock {
    overflow-y: hidden;
}

.inner {
    max-width: 1632px;
    padding: 0 16px;
    margin: 0 auto;
}

/* 일시적인 숨김, 일시적인 표시 일때 control class */
.hide {
    display: none !important;
}

/* 웹접근성 hide */
.edk_WAI {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    z-index: -1;
    border: none;
    padding: 0;
    margin: 0;
}

/* 반응형 display control */
.is_mobile {
    display: none;
}

.scroll-no {
    /* 인터넷 익스플로러 스크롤바 삭제 */
    -ms-overflow-style: none;
    /* 파이어폭스 스크롤바 삭제 */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 스크롤바 삭제 */
.scroll-no::-webkit-scrollbar {
    /* 가로 스크롤바 숨기기 */
    width: 0;
    /* 세로 스크롤바 숨기기 */
    height: 0;
    display: none;
}

/* 텍스트 ... 처리 */
.text_reduce {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_reduce_two {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* btn */
.btn_default {
    border: 1px solid #AAA;
    background-color: transparent;
    color: #222;
    border-radius: 6px;
}

.btn_default.border_main {
    border-color: var(--main-color);
    color: var(--main-color);
}

.btn_default.border_error {
    border-color: var(--error-color);
    color: var(--error-color);
}

.btn_default.fill_main {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #FFF;
}

.btn_default.fill_skyblue {
    border-color: #2D67FF;
    background-color: #E8F1FF;
    color: #2D67FF;
}

.btn_default.fill_gray {
    border-color: #F3F3F3;
    background-color: #F3F3F3;
    color: #777;
}

.btn_default.fill_green {
    border-color: #2E7D32;
    background-color: #2E7D32;
    color: #fff;
}

.btn_default.full {
    width: 100%;
    text-align: center;
}

.btn_default.btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn_icon .icon {
    display: flex;
    width: 20px;
}

/* btn group */
.btn_group {
    display: flex;
    gap: 8px 16px;
}

.btn_group.column {
    flex-wrap: wrap;
}

.btn_group.center {
    justify-content: center;
}

.btn_group.right {
    justify-content: flex-end;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination .paging {
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.pagination .paging.active {
    background-color: #EBEBEB;
}

.pagination .paging.num {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.pagination .paging.arrow {
    padding: 8px 6px;
}

.pagination .paging.arrow .img_wrap {
    width: 28px;
    height: 28px;
}

.pagination .paging.arrow img {
    object-fit: contain;
    object-position: center;
}

/* empty */
.empty_wrap {
    display: flex;
    flex-direction: column;
    /* gap: ; */
    align-items: center;
    padding: 240px 0;
}

.empty_title {
    font-size: 14px;
    font-weight: 500;
    color: #5E5E5E;
    text-align: center;
}

.POPUPIMGVIEWER {
    line-height: 0;
}

.white_box {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
}

.box_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.box_title_wrap .title_area+* {
    flex-shrink: 0;
    margin-left: auto;
}

.box_title_wrap .box_title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.box_title_wrap .box_subtext {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    margin-top: 4px;
}

.types_list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.types_list .list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc((100% - 48px) / 4);
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    padding: 14px 8px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
}

.types_list .list_item.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: 500;
    color: #fff;
}

.types_list .list_item.disabled {
    background-color: #BBBBBB;
    border-color: #BBBBBB;
}

/* 신청완료, 내역 상세 table */
.info_table {
    border-top: 2px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.info_table dl {
    border-bottom: 1px solid #BBBBBB;
    display: flex;
    width: 100%;
}

.info_table dt {
    border-right: 1px solid #BBBBBB;
    background-color: #F8F8F8;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    display: flex;
    align-items: center;
    width: 170px;
}

.info_table dd {
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    width: calc(100% - 170px);
}

.info_table dl.half {
    width: 50%;
    border-right: 1px solid #BBBBBB;
}

.info_table dl.half:nth-child(even) {
    border-right: 0;
}

.info_table dl.full~.half:nth-child(odd) {
    border-right: 0;
    border-left: 1px solid #BBBBBB;
}

/* tablet */
@media screen and (max-width: 1023px) {

    /* 반응형 display control */
    .is_pc {
        display: none !important;
    }

    .is_mobile {
        display: block;
    }

    .is_mobile.flex {
        display: flex;
    }

    .empty_wrap {
        padding: 130px 0;
    }

    .common_cont {
        padding: 30px 0;
    }

    .white_box {
        padding: 12px;
    }

    .box_title_wrap .box_title {
        font-size: 16px;
    }

    .box_title_wrap .box_subtext {
        font-size: 12px;
    }

    .types_list {
        gap: 12px;
        margin-top: 12px;
    }

    .types_list .list_item {
        font-size: 16px;
        width: calc((100% - 12px) / 2);
    }

    .info_table dl.half {
        width: 100%;
    }

    .info_table dl.half {
        border-right: 0;
    }

    .info_table dl.full~.half:nth-child(odd) {
        border-left: 0;
    }

    .info_table dt {
        width: 126px;
        font-size: 14px;
    }

    .info_table dd {
        width: calc(100% - 126px);
        font-size: 14px;
    }
}

/* mobile */
@media screen and (max-width: 767px) {
    .types_list .list_item {
        width: 100%;
    }
}