@charset "utf-8";

/* 프리텐다드 속성 */
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

.font-thin {
    font-family: "Pretendard", sans-serif;
    font-weight: 100;
}

.font-extralight {
    font-family: "Pretendard", sans-serif;
    font-weight: 200;
}

.font-light {
    font-family: "Pretendard", sans-serif;
    font-weight: 300;
}

.font-regular {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
}

.font-medium {
    font-family: "Pretendard", sans-serif;
    font-weight: 500;
}

.font-semibold {
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
}

.font-bold {
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
}

.font-extrabold {
    font-family: "Pretendard", sans-serif;
    font-weight: 800;
}

.font-black {
    font-family: "Pretendard", sans-serif;
    font-weight: 900;
}

/* 기본 정보 */
body {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-1 {
    line-height: 1.1;
}

.line-height-1-2 {
    line-height: 1.2;
}

.line-height-1-3 {
    line-height: 1.3;
}

.line-height-1-4 {
    line-height: 1.4;
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-1-6 {
    line-height: 1.6;
}

.line-height-2 {
    line-height: 2;
}

/* 폰트 크기 */
.h48 {
    font-size: 48px;
}

.h42 {
    font-size: 42px;
}

.h40 {
    font-size: 40px;
}

.h36 {
    font-size: 36px;
}

.h34 {
    font-size: 34px;
}

.h32 {
    font-size: 32px;
}

.h28 {
    font-size: 28px;
}

.h24 {
    font-size: 24px;
}

.h20 {
    font-size: 20px;
}

.h18 {
    font-size: 18px;
}

.h16 {
    font-size: 16px;
}

.h15 {
    font-size: 15px;
}

.h14 {
    font-size: 14px;
}

.h13 {
    font-size: 13px;
}

.h12 {
    font-size: 12px;
}

.color-white {
    color: #FFFFFF;
}

.color-black {
    color: #000000;
}

.color-red {
    color: #FF0000;
}

.color-navy {
    color: #0E3876;
}

.bgColor-red {
    background-color: #FF0000 !important;
}

.bgcolor-white {
    background-color: #FFFFFF !important;
}


/* 기본 칼라 */
.dackColor900 {
    color: #232527;
}

.dackColor800 {
    color: #444444;
}

.dackColor700 {
    color: #636363;
}

.dackColor600 {
    color: #777777;
}

.dackColor500 {
    color: #A5A5A5;
}

.dackColor400 {
    color: #BFBFBF;
}

.dackColor300 {
    color: #E2E2E2;
}

.dackColor200 {
    color: #EFEFEF;
}

.dackColor100 {
    color: #F5F5F5;
}

.dackColor50 {
    color: #FAFAFA;
}

.dackBgColor900 {
    background-color: #232527;
}

.dackBgColor800 {
    background-color: #444444;
}

.dackBgColor700 {
    background-color: #636363;
}

.dackBgColor600 {
    background-color: #777777;
}

.dackBgColor500 {
    background-color: #A5A5A5;
}

.dackBgColor400 {
    background-color: #BFBFBF;
}

.dackBgColor300 {
    background-color: #E2E2E2;
}

.dackBgColor200 {
    background-color: #EFEFEF;
}

.dackBgColor100 {
    background-color: #F5F5F5;
}

.dackBgColor50 {
    background-color: #FAFAFA;
}

/* 브랜드 칼라 */
.brandColor-orange {
    color: #ed7135 !important;
}

.brandColor-darkgray {
    color: #3a4a5f !important;
}

.brandColor-lightgray {
    color: #939393 !important;
}

.brandColor-darkBlue {
    color: #3A4A5F !important;
}

.brandBgColor-orange {
    background-color: #ed7135 !important;
}

.brandBgColor-darkgray {
    background-color: #3a4a5f !important;
}

.brandBgColor-lightgray {
    background-color: #939393 !important;
}

.brandBgColor-lightgray2 {
    background-color: #f0f0f0 !important;
}

.brandBgColor-darkBlue {
    background-color: #3A4A5F !important;
}

.bgColor-th {
    background-color: #EBEBEB !important;
}

/* 마진 패딩 속성 */
.w-p-1 {
    padding-left: 1%;
    padding-right: 1%;
}

.w-p-2 {
    padding-left: 2%;
    padding-right: 2%;
}

.w-p-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.w-p-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.w-p-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.w-p-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.w-p-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.w-p-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.w-p-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.w-p-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.h-p-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.h-p-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.h-p-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.h-p-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.h-p-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.h-p-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.h-p-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.h-p-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.w-m-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.w-m-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.w-m-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.w-m-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.w-m-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.w-m-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.w-m-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.w-m-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.h-m-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.h-m-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.h-m-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.h-m-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.h-m-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.h-m-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.h-m-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.h-m-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-50 {
    padding-right: 50px;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-13 {
    margin-left: 13px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-50 {
    margin-right: 50px;
}

/* 버튼 속성 */
.btn {
    border-radius: 5px;
    border: 1px solid #939393;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 40px;
}

.btn-info {
    background-color: transparent !important;
    border: none !important;
}

.btn-info img {
    width: 17px;
    margin-top: -7px;
}

.btn-gray {
    background-color: #939393 !important;
    color: white !important;
    border: none !important;
}

.btn-dark {
    background-color: #434343 !important;
    color: white !important;
    border: none !important;
}

.btn-orange {
    background-color: #ED7135 !important;
    color: white !important;
    border: none !important;
}

.btn-darkBlue {
    background-color: #3A4A5F !important;
    color: white !important;
    border: none !important;
}

.btn-white {
    background-color: white !important;
    color: #939393 !important;
}

.btn-navy {
    background-color: #0E3876 !important;
    color: white !important;
    border: none !important;
}

.btn-w40 {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w80 {
    width: 80px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w100 {
    padding: 0;
    width: 100px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w100-h30 {
    padding: 0;
    width: 100px;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w120 {
    padding: 0;
    width: 120px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w150 {
    padding: 0;
    width: 150px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w200 {
    padding: 0;
    width: 200px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w216 {
    padding: 0;
    width: 216px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
}

.btn-w-auto {
    padding: 0;
    width: auto;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
}


/* flex */
.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column !important;
}

.flex-row {
    display: flex;
    flex-direction: row !important;
}

.flex-justify-center {
    justify-content: center !important;
}

.flex-justify-start {
    justify-content: flex-start !important;
}

.flex-justify-end {
    justify-content: flex-end !important;
}

.flex-align-center {
    align-items: center !important;
}

.flex-align-start {
    align-items: flex-start !important;
}

.flex-align-end {
    align-items: flex-end !important;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-split-w {
    width: 635px;
    height: 100%;
    border-right: 1px solid #939393;
}

.flex-split-h-line {
    margin-left: -20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 635px;
    border-bottom: 1px solid #939393;
}

.flex-1 {
    flex: 1 !important;
}

.flex-gap-1 {
    gap: 1px !important;
}

.flex-gap-2 {
    gap: 2px !important;
}

.flex-gap-3 {
    gap: 3px !important;
}

.flex-gap-4 {
    gap: 4px !important;
}

.flex-gap-5 {
    gap: 5px !important;
}

.flex-gap-10 {
    gap: 10px !important;
}

.flex-gap-15 {
    gap: 15px !important;
}

.flex-gap-20 {
    gap: 20px !important;
}

.flex-gap-25 {
    gap: 25px !important;
}

.flex-gap-30 {
    gap: 30px !important;
}

.flex-gap-35 {
    gap: 35px !important;
}

.flex-gap-40 {
    gap: 40px !important;
}

.flex-gap-45 {
    gap: 45px !important;
}

.flex-gap-50 {
    gap: 50px !important;
}

.flex-gap-55 {
    gap: 55px !important;
}

.flex-gap-60 {
    gap: 60px !important;
}

.flex-gap-70 {
    gap: 70px !important;
}

.flex-gap-80 {
    gap: 80px !important;
}

.flex-gap-90 {
    gap: 90px !important;
}

.flex-gap-100 {
    gap: 100px !important;
}

/* 가로 넓이 */
.size-w-auto {
    width: auto !important;
}

.size-w-full {
    width: 100% !important;
}

.size-w-20 {
    width: 20px !important;
}

.size-w40 {
    width: 40px !important;
}

.size-w50 {
    width: 50px !important;
}

.size-w60 {
    width: 60px !important;
}

.size-w70 {
    width: 70px !important;
}

.size-w80 {
    width: 80px !important;
}

.size-w90 {
    width: 90px !important;
}

.size-w100 {
    width: 100px !important;
}

.size-w105 {
    width: 105px !important;
}

.size-w110 {
    width: 110px !important;
}

.size-w120 {
    width: 120px !important;
}

.size-w125 {
    width: 125px !important;
}

.size-w130 {
    width: 130px !important;
}

.size-w135 {
    width: 135px !important;
}

.size-w140 {
    width: 140px !important;
}

.size-w145 {
    width: 145px !important;
}

.size-w150 {
    width: 150px !important;
}

.size-w160 {
    width: 160px !important;
}

.size-w161 {
    width: 161px !important;
}

.size-w170 {
    width: 170px !important;
}

.size-w180 {
    width: 180px !important;
}

.size-w190 {
    width: 190px !important;
}

.size-w200 {
    width: 200px !important;
}

.size-w220 {
    width: 220px !important;
}

.size-w235 {
    width: 235px !important;
}

.size-w250 {
    width: 250px !important;
}

.size-w260 {
    width: 260px !important;
}

.size-w270 {
    width: 270px !important;
}

.size-w275 {
    width: 275px !important;
}

.size-w300 {
    width: 300px !important;
}

.size-w330 {
    width: 330px !important;
}

.size-w350 {
    width: 350px !important;
}

.size-w351 {
    width: 351px !important;
}

.size-w352 {
    width: 352px !important;
}

.size-w365 {
    width: 365px !important;
}

.size-w370 {
    width: 370px !important;
}

.size-w380 {
    width: 380px !important;
}

.size-w386 {
    width: 386px !important;
}

.size-w388 {
    width: 388px !important;
}

.size-w400 {
    width: 400px !important;
}

.size-w430 {
    width: 430px !important;
}

.size-w409 {
    width: 409px !important;
}

.size-w450 {
    width: 450px !important;
}

.size-w460 {
    width: 460px !important;
}

.size-w480 {
    width: 480px !important;
}

.size-w490 {
    width: 490px !important;
}

.size-w495 {
    width: 495px !important;
}

.size-w500 {
    width: 500px !important;
}

.size-w520 {
    width: 520px !important;
}

.size-w525 {
    width: 525px !important;
}

.size-w570 {
    width: 570px !important;
}

.size-w585 {
    width: 585px !important;
}

.size-w600 {
    width: 600px !important;
}

.size-w610 {
    width: 610px !important;
}

.size-w625 {
    width: 625px !important;
}

.size-w645 {
    width: 645px !important;
}

.size-w660 {
    width: 660px !important;
}

.size-w670 {
    width: 670px !important;
}

.size-w680 {
    width: 680px !important;
}

.size-w690 {
    width: 690px !important;
}

.size-w700 {
    width: 700px !important;
}

.size-w720 {
    width: 720px !important;
}

.size-w745 {
    width: 745px !important;
}

.size-w775 {
    width: 775px !important;
}

.size-w800 {
    width: 800px !important;
}

.size-w840 {
    width: 840px !important;
}

.size-w880 {
    width: 880px !important;
}

.size-w925 {
    width: 925px !important;
}

.size-w975 {
    width: 975px !important;
}

.size-w1025 {
    width: 1025px !important;
}

.size-w1100 {
    width: 1100px !important;
}

.size-w1240 {
    width: 1240px !important;
}

.size-w1270 {
    width: 1270px !important;
}

.size-w1285 {
    width: 1285px !important;
}

.size-w1295 {
    width: 1295px !important;
}

.size-w1420 {
    width: 1420px !important;
}

.size-w1450 {
    width: 1450px !important;
}


/* 세로 높이 */
.h-auto {
    height: auto !important;
}

.size-h-auto {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    min-height: 45px !important;
}

.size-h-20 {
    height: 20px !important;
}

.size-h20 {
    height: 20px !important;
}

.size-h30 {
    height: 30px !important;
}

.size-h40 {
    height: 40px !important;
}

.size-h45 {
    height: 45px !important;
}

.size-h50 {
    height: 50px !important;
}

.size-h60 {
    height: 60px !important;
}

.size-h74 {
    height: 74px !important;
}

.size-h80 {
    height: 80px !important;
}

.size-h120 {
    height: 120px !important;
}

.size-h130 {
    height: 130px !important;
}

.size-h160 {
    height: 160px !important;
}

.size-h240 {
    height: 240px !important;
}

.size-h300 {
    height: 300px !important;
}

.size-h560 {
    height: 560px !important;
}

/* 보더 정의 */
.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-top-left-radius-5 {
    border-top-left-radius: 5px !important;
}

.border-top-right-radius-5 {
    border-top-right-radius: 5px !important;
}

.border-bottom-left-radius-5 {
    border-bottom-left-radius: 5px !important;
}

.border-bottom-right-radius-5 {
    border-bottom-right-radius: 5px !important;
}

.border-top-left-radius-none {
    border-top-left-radius: 0 !important;
}

.border-top-right-radius-none {
    border-top-right-radius: 0 !important;
}

.border-bottom-left-radius-none {
    border-bottom-left-radius: 0 !important;
}

.border-bottom-right-radius-none {
    border-bottom-right-radius: 0 !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-gray {
    border: 1px solid #939393;
}

.border-none {
    border: none !important;
}

/* 달력 기간 */
.date-input-wrapper {
    position: relative;
    display: inline-block;
}

.date-input-wrapper input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
}

.date-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: none;
}

/*********** 관리자 페이지 ***********/

/* 상단고정 */
#fixTopBar {
    position: sticky;
    top: 50px;
    height: 110px;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 6px -5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    font-size: 24px;
    font-weight: 700;
}

#fixTopBar-title {
    margin-left: 45px;
}

#topBarButtons {
    margin-left: auto;
    display: flex;
    gap: 10px;
    margin-right: 45px;
    font-size: 16px;
    font-weight: 400;
}

.topBtn {
    width: 150px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #939393;
    cursor: pointer;
}

/* 콘텐츠 */
.content-box {
    font-size: 16px;
    font-weight: 400;
    width: 1600px;
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.content-title-top {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px;
}

.content-title {
    display: inline-block;
    margin-left: 25px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
}

.content-line {
    width: 100%;
    height: 1px;
    background-color: #939393;
    margin-top: 25px;
}

/* 콘텐츠2 */
.content2-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content2-header button {
    background: none;
    border: none;
    cursor: pointer;
}

.content2-title {
    font-size: 20px;
    color: #ED7135;
    font-weight: 700;
}

.content2-line {
    border-top: 2px solid #ED7135;
    margin-top: 25px;
    margin-bottom: 32px;
}

.content2-title-sub {
    margin-bottom: 25px;
}

/* div로 테이블 만들기 */
.table-div {
    display: flex;
}

/* top, middle, right 총9개 조합 구성 */

.table-div .table-top-left {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    background-color: #ebebeb;
    border: 1px solid #939393;
}

.table-div .table-top-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    border: 1px solid #939393;
    border-left: none;
}

.table-div .table-top-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    border: 1px solid #939393;
    border-left: none;
    border-top-right-radius: 5px;
}


.table-div .table-bottom-left {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 5px;
    border: 1px solid #939393;
    border-top: none;
}

.table-div .table-bottom-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #939393;
    border-left: none;
    border-top: none;
}

.table-div .table-bottom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 5px;
    border: 1px solid #939393;
    border-left: none;
    border-top: none;
}


/* 테이블 */
.table_wrap {
    overflow-x: auto;
    max-height: 640px;
    overflow-y: auto;
}

.table_wrap table {
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.table_wrap th {
    padding: 0 20px;
    position: sticky;
    height: 60px;
    top: 0;
    z-index: 2 !important;
    background-color: #ebebeb;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid #939393;
    border-right: 1px solid #939393;
    box-shadow:
        inset 0 -1px 0 #939393,
        /* bottom border */
        inset 0 1px 0 #939393;
    /* top border */
}

.table_wrap td {
    padding: 10px 15px;
    border: 1px solid #939393;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
}

.table_wrap tbody tr:first-child td {
    border-top: none;
}


.status-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: sans-serif;
}

.status-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-icon img {
    width: 30px;
    height: 30px;
}

.status-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
}

.status-label {
    font-size: 20px;
    font-weight: 500;
}

.status-count {
    font-size: 32px;
    font-weight: 700;
}

.status-count span {
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    opacity: 0.8;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

/* 탭 */
.tab {
    width: 80px;
    height: 40px;
    border: 1px solid #939393;
    color: #939393;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.tab:first-child {
    border-top-left-radius: 5px;
    border-bottom: none;
}

.tab:last-child {
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 5px;
}

.tab.active {
    color: #ED7135;
}

.tab.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ED7135;
}

.tab-content {
    width: 1550px;
    height: 400px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #939393;
    border-top-left-radius: 0;
}

/* 셀렉터 박스 */
select:disabled {
    background-color: #ebebeb;
    cursor: default;
}

/* 텍스트에어리어 */
.input-textarea {
    width: 100%;
    border: 1px solid #939393;
    border-radius: 5px;
    padding: 15px;
}

.input-textarea:focus {
    outline: none;
    border-color: #ED7135;
}

/* 입력박스 */
.input-text {
    width: 100%;
    height: 40px;
    border: 1px solid #939393;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
}

.input-text:focus {
    outline: none;
    border-color: #ED7135;
}

.input-box-wrap {
    position: relative;
    display: inline-block;
}

.input-box-wrap .input-text {
    padding-right: 30px;
}

.input-text-label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.input-text-disable {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

input::-webkit-input-placeholder {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
}

input:-moz-placeholder {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
}

input::-moz-placeholder {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
}

input:-ms-input-placeholder {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
}


/* 박스 */
.box-wrap {
    width: 100%;
    border: 1px solid #939393;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
}

.box-wrap-search {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 25px;
    background-color: #F6F5F6;
    border-radius: 10px;
    gap: 20px;
}

.box-line {
    width: 100%;
    height: 1px;
    background-color: #939393;
}

/* 콤보박스 */
.combo-box {
    cursor: pointer;
    width: 100%;
    height: 40px;
    border: 1px solid #939393;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 400;
    color: #939393;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('https://sangsaengin.com/adm/img/custom/arrow2_gray.png') no-repeat right 10px center;
    background-size: 12px;
    padding-right: 30px;
    font-family: 'Pretendard', sans-serif;
}

/* 레이블 박스 */
.label-box {
    display: flex;
    width: 280px;
    height: auto;
    background-color: #f0f0f0;
    border: 1px solid #939393;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.label-middle {
    border-radius: 0 !important;
    border-left: none !important;

}

.label-box-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.label-box-first-last {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

/* 1개 */
.label-box-first {
    border-top-left-radius: 5px;
    border-bottom: none;
    border-right: none;
}

.label-box-middle {
    border-bottom: none;
    border-right: none;
}

.label-box-last {
    border-bottom-left-radius: 5px;
    border-right: none;
}

.label-box-first-last {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

/* 2개 */
.label-box-first-left {
    border-top-left-radius: 5px;
    border-bottom: none;
    border-right: none;
}

.label-box-first-right {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.label-box-middle-left {
    border-bottom: none;
    border-right: none;
}

.label-box-middle-right {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.label-box-last-left {
    border-bottom-left-radius: 5px;
    border-right: none;
}

.label-box-last-right,
.label-box-last-middle {
    border-left: none;
    border-right: none;
}


/* 레이블 박스 옆 가로박스 */

.width-box-first-last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* 1개 */
.width-box {
    display: flex;
    width: 1270px;
    height: auto;
    border: 1px solid #939393;
    display: flex;
    align-items: center;
    padding: 20px 20px;
}

.width-box-first {
    border-top-right-radius: 5px;
    border-bottom: none;
}

.width-box-middle {
    border-bottom: none;
}

.width-box-last {
    border-bottom-right-radius: 5px;
}

/* 2개 */
.normal-box {
    width: 495px;
    height: auto;
    border: 1px solid #939393;
    display: flex;
    align-items: center;
    padding: 20px 20px;
}

.normal-box-first-left {
    border-bottom: none;
}

.normal-box-first-right {
    border-bottom: none;
    border-top-right-radius: 5px;
}

.normal-box-middle-left {
    border-bottom: none;
}

.normal-box-middle-right {
    border-bottom: none;
}

.normal-box-last-right {
    border-bottom-right-radius: 5px;
}

.normal-box-last-middle {}

.box-first-last {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.normal-box-end {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}

/* 라디오 버튼 */
/* 사각 버튼 */
.radio-rect {
    display: flex;
}

.radio-rect input[type="radio"] {
    display: none;
}

.radio-rect label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #939393;
    border: 1px solid #939393;
}

.radio-rect label:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.radio-rect label:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}

.radio-rect input[type="radio"]:checked+label {
    background-color: #ED7135 !important;
    color: #fff;
    border: none;
}

.radio-rect .radio-first {
    border-right: none !important;
}

.radio-rect .radio-middle {
    border-right: none !important;
}

.radio-rect .radio-last {
    border: 1px solid #939393 !important;
}

/* 라디오 버튼 선택 시 다음 버튼의 왼쪽 보더 제거 */
.radio-rect input[type="radio"]:checked+label+input+label {
    border-left: none !important;
}

/* 마지막 버튼 선택 시 모든 보더 제거 */
.radio-rect input[type="radio"]:checked:last-of-type+label {
    border: none !important;
}


/* 원형 버튼 */
.radio-circle-group {
    display: flex;
    gap: 60px;
}

.radio-circle {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.radio-circle input[type="radio"] {
    display: none;
}

.radio-ring {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #939393;
    box-sizing: border-box;
    display: inline-block;
}

.radio-circle input[type="radio"]:checked+.radio-ring {
    border: 5px solid #ED7135;
}

/* 체크박스 */
.check-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    position: relative;
}

.check-box:checked {
    background-color: #ED7135;
    border-color: #ED7135;
}

.check-box:checked::after {
    content: '✔';
    position: absolute;
    font-size: 12px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-group {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}


.order-link {
    color: #007bff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    cursor: pointer !important;
}

/* 팝업 정보 박스 */
.popup-info-box {
    border: 1px solid black;
    border-radius: 5px;
    padding: 15px 10px;
    width: 100%;
}

/* 팝업 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /* 상하 여백 100px 추가 */
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
}

.open-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    /* 상하 여백 100px 추가 */
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard', sans-serif;
}

.popup-wrap {
    margin: auto;
    /* 중앙 정렬을 위해 수정 */
    width: 700px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    /* flexbox 레이아웃 추가 */
    flex-direction: column;
    /* 세로 방향으로 아이템 배치 */
    max-height: calc(100vh - 150px);
    /* 뷰포트 높이에서 상하 여백 제외 */
}

.popup-header-fixed {
    display: flex;
    padding-left: 25px;
    justify-content: space-between;
    align-items: center;
    /* 패딩 추가 */
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
    background-color: #ffffff;
    /* 스크롤 시 내용이 비치지 않도록 배경색 지정 */
    z-index: 10;
    /* 다른 요소들 위에 표시되도록 z-index 설정 */
}

.popup-header-fixed button {
    background: none;
    border: none;
    cursor: pointer;
}


.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header button {
    background: none;
    border: none;
    cursor: pointer;
}

.popup-title {
    font-size: 20px;
    color: #ED7135;
    font-weight: 700;
}

.popup-line {
    border-top: 2px solid #ED7135;
    margin-top: 25px;
    margin-bottom: 25px;
}

.popup-title-sub {
    margin-bottom: 15px;
}

/* 팝업 소 */

.popup-small {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.popup-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.popup-wrap .popup-body {
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.popup-wrap .popup-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* 모달 팝업 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: white;
    border-radius: 10px;
    text-align: center;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 500;
    overflow: hidden
}

.popup-close-top-right {
    border: none;
    background-color: white;
    align-self: flex-end;
}

.popup-close-top-right img {
    width: 30px !important;
}

.popup-close {
    padding-top: 20px;
    padding-right: 20px;
    border: none;
    background-color: white;
}

.popup .popup-wrap {
    border-radius: 5px;
    overflow: hidden;
}

.popup-x img {
    width: 30px !important;
}

.scroll-y {
    overflow-y: auto !important;
}

.popup .popup-scroll-content {
    overflow-y: auto;
    padding: 0 25px 25px 25px;
}

/* 공지 박스 */
.notice-banner {
    display: flex;
    align-items: center;
    width: 1600px;
    height: 80px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05)
}

.notice-title {
    margin-left: 13px;
    font-weight: 700;
    font-size: 16px;
}

.notice-box {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    width: 284px;
    height: 150px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}