@charset "utf-8";
/* pretendardGOV */
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-Thin),url(/font/front/sume/PretendardGOV-Thin.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-Thin.woff) format('woff');font-weight:100;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-Light),url(/font/front/sume/PretendardGOV-Light.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-Light.woff) format('woff');font-weight:200;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-ExtraLight),url(/font/front/sume/PretendardGOV-ExtraLight.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-ExtraLight.woff) format('woff');font-weight:300;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-Regular),url(/font/front/sume/PretendardGOV-Regular.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-Regular.woff) format('woff');font-weight:400;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-Medium),url(/font/front/sume/PretendardGOV-Medium.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-Medium.woff) format('woff');font-weight:500;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-SemiBold),url(/font/front/sume/PretendardGOV-SemiBold.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-SemiBold.woff) format('woff');font-weight:600;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-Bold),url(/font/front/sume/PretendardGOV-Bold.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-Bold.woff) format('woff');font-weight:700;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-ExtraBold),url(/font/front/sume/PretendardGOV-ExtraBold.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-ExtraBold.woff) format('woff');font-weight:800;}
@font-face{font-family:"PretendardGOV";src:local(PretendardGOV-Black),url(/font/front/sume/PretendardGOV-Black.woff2) format('woff2'),url(/font/front/sume/PretendardGOV-Black.woff) format('woff');font-weight:900;}


html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption,* {margin:0;padding:0;box-sizing : border-box;word-break: keep-all; line-height: 1.5;}
html, body{width:100%;font-weight: 400;position: relative;}
html{-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body{background:#fff; min-width: calc(var(--container) + (var(--container-gutter) * 2)); -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body,input,select,textarea,button,fieldset {box-sizing : border-box;border:none;font-family: "PretendardGOV", sans-serif;line-height: 1.5;color:  var(--grey-darken4);letter-spacing: -0.025em;word-break: keep-all;}
table {border-collapse: collapse;border-spacing: 0;}
caption {display: none;}
ul,ol,li{list-style:none;box-sizing: border-box;display: inline-block;}
div,p,a {box-sizing: border-box;}
a {text-decoration: none;color: var(--grey-darken4);display: inline-block; cursor: pointer;}
button {cursor: pointer; background-color: #fff;color:  var(--grey-darken4);}
img {max-width: 100%;}
form {display: block; width: 100%;}

.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
} 
.ellipsis2{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.w100{width: 100%;}

.anywhere{
    overflow-wrap: anywhere;
}

.skipNav{
	position: relative;
	z-index: 300;
}
.skipNav a{
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	background-color: #000;
	text-align: center;
	padding: 7px 0;
	font-size: 16px;
	color: #fff;
}
.skipNav a:focus{
	top: 0;
	z-index: 100;
}
  
button:focus,
a:focus {
    outline: none;
}

button:focus-visible,
a:focus-visible {
    border: 2px solid var(--danger-base);
    z-index: 3;
}

.ir {
    position: absolute;
    text-indent: -9999em;
    visibility: hidden;
}

select,
input[type='date'],
input[type='time']{
    -webkit-appearance: none;
    appearance: none;
}

.borderRight{border-right: 1px solid var(--border-color);}
.borderTop{border-top: 1px solid var(--border-color);}
.borderBottom{border-bottom: 1px solid var(--border-color);}
.borderLeft{border-left: 1px solid var(--border-color);}

.mo,.tb{display: none;}

.mt0{margin-top: 0 !important;}
.mt20{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}

.logo{
    width: var(--logo-width);
    height: var(--logo-height);
    background-image: url(../../../images/front/sume/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo.light{
    background-image: url(../../../images/front/sume/logo-light.png);
}

/* pagination */
.paginationW{
    display: flex;
    justify-content: center;
    gap: 0 8px;
    margin-top: 24px;
}
.pagination{
    display: flex;
    gap: 0 8px;
}
.paginationControl,
.paginationNum{
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    transition: var(--transition);
}
.paginationControl{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    position: relative;
    top: 15px;
}
.paginationControl.backward{
    background-image: url(../../../images/front/sume/icon-chevron-left-double.svg);
}
.paginationControl.prev{
    background-image: url(../../../images/front/sume/icon-chevron-left.svg);
}
.paginationControl.next{
    background-image: url(../../../images/front/sume/icon-chevron-right.svg);
}
.paginationControl.forward{
    background-image: url(../../../images/front/sume/icon-chevron-right-double.svg);
}
.paginationControl:disabled{
    opacity: .4;
    cursor: not-allowed;
}
.paginationNum{
    font-size: var(--txt-font-size);
    color: var(--grey-darken);
}
.paginationNum.active{
    background-color: var(--primary-base);
    color: #fff;
}
a.on{
color: #fff;
}

    .paginationControl:not(:disabled):hover{
        background-color: var(--primary-lighten5);
    }

    .paginationNum:hover{
        background-color: var(--primary-base);
        color: #fff;
    }

    .paginationNum:hover a{
        color: #fff !important;
    }
@media (min-width: 1201px){
}
@media (max-width: 1200px){
}
@media (max-width: 1023px){
}
@media (max-width: 767px){
}

.tabPrimary{
    display: flex;
    position: relative;
    margin-bottom: 32px;
}
.tabPrimary::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.tabPrimary>li{
    display: block;
    flex-basis: 0;
    flex-grow: 1;
}
.tabBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--tit-font-size-xs);
    font-weight: 700;
    color: var(--grey-base);
    width: 100%;
    height: var(--btn-height-xxl);
    position: relative;
    box-sizing: border-box;
    transition: var(--transition);
}
.tabBtn::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--primary-base);
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition);
}
.tabBtn.active{
    color: var(--primary-base);
}
.tabBtn.active::after{
    transform: scaleX(1);
}
@media (min-width: 1201px){
    .tabBtn:hover{
        color: var(--primary-base);
    }
    .tabBtn:hover::after{
        transform: scaleX(1);
    }
}

/*modal*/
.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    padding: var(--container-gutter);
    background-color: rgba(0, 0, 0, .4);
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}
.modal.active{
    display: block;
}
html:has(.modal.active){
    height: 100vh;
    max-height: var(--view-height);
    overflow: hidden;
}
.modalInner{
    border: 1px solid #B1B8BE;
    background-color: #fff;
    border-radius: var(--rounded-sm);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modalHead{
    padding: 20px 36px 24px;
    position: relative;
}
.modalTit{
    display: block;
    font-size: var(--tit-font-size-sm);
    font-weight: 700;
    padding-right: 40px;
}
.modalHead .modalCloseBtn{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../../../images/front/sume/icon-close.svg);
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    right: 32px;
    top: 22px;
    transition: var(--transition);
}
.modalBody{
    padding: 0 20px 0 36px;
}
.modalBodyInner{
    padding-right: 8px;
    max-height: calc(var(--view-height) - 257px);
    overflow-x: hidden;
    overflow-y: auto;
}
.modalBodyInner::-webkit-scrollbar {
    width: 8px;
}
.modalBodyInner::-webkit-scrollbar-track {
    background-color: var(--secondary-lighten4);
    border-radius: 2px;
}
.modalBodyInner::-webkit-scrollbar-thumb { 
    background-color: var(--secondary-base);
    border-radius: 2px;
}
.modalBodyInner::-webkit-scrollbar-button {
    display: none;
}
.modalFoot{
    padding: 16px 36px 36px;
}
.modalFootBtnW{
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal.alert .modalIneer{
    width: 520px;
}
.modal.alert .modalBodyInner{
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px 0;
}
.modal.alert .modalBodyInner p{
    font-size: var(--txt-font-size-lg);
    color: var(--grey-base);
}
.modal.alert .modalFootBtnW{
    justify-content: center;
}
@media (min-width: 1201px){
    .modalHead .modalCloseBtn:hover{
        background-color: var(--primary-lighten5);
    }
}

/*card*/
.card{
    border-radius: var(--rounded);
    background-color: rgba(255, 255, 255, 0.35);
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(20px) saturate(200%);
    -webkit-backdrop-filter: blur(20px) saturate(200%);
    box-shadow: inset 2px 2px 16px rgba(0, 0, 0, 0.01), 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
}
.card.sm{
    padding: 32px;
}
.card.xs{
    padding: 16px;
}

/* Grid */
.row{position: relative;margin: calc(var(--gutter) * -1);display: flex;flex-wrap: wrap;}.row>[class*="col"]{width: 100%;padding: var(--gutter);}.row.xxs{margin: calc(var(--gutter-xxs) * -1);}.row.xxs>[class*="col"]{padding: var(--gutter-xxs);}.row.xs{margin: calc(var(--gutter-xs) * -1);}.row.xs>[class*="col"]{padding: var(--gutter-xs);}.row.sm{margin: calc(var(--gutter-sm) * -1);}.row.sm>[class*="col"]{padding: var(--gutter-sm);}.row.lg{margin: calc(var(--gutter-lg) * -1);}.row.lg>[class*="col"]{padding: var(--gutter-lg);}.row.xl{margin: calc(var(--gutter-xl) * -1);}.row.xl>[class*="col"]{padding: var(--gutter-xl);}.row.xxl{margin: calc(var(--gutter-xxl) * -1);}.row.xxl>[class*="col"]{padding: var(--gutter-xxl);}.row.no-gutter{width: 100%;left: 0;margin: 0}.row.no-gutter>[class*="col"]{padding: 0;}
.row>.col-1{flex: 0 0 calc((100% / 12) * 1);max-width: calc((100% / 12) * 1);}.row>.col-2{flex: 0 0 calc((100% / 12) * 2);max-width: calc((100% / 12) * 2);}.row>.col-3{flex: 0 0 calc((100% / 12) * 3);max-width: calc((100% / 12) * 3);}.row>.col-4{flex: 0 0 calc((100% / 12) * 4);max-width: calc((100% / 12) * 4);}.row>.col-5{flex: 0 0 calc((100% / 12) * 5);max-width: calc((100% / 12) * 5);}.row>.col-6{flex: 0 0 calc((100% / 12) * 6);max-width: calc((100% / 12) * 6);}.row>.col-7{flex: 0 0 calc((100% / 12) * 7);max-width: calc((100% / 12) * 7);}.row>.col-8{flex: 0 0 calc((100% / 12) * 8);max-width: calc((100% / 12) * 8);}.row>.col-9{flex: 0 0 calc((100% / 12) * 9);max-width: calc((100% / 12) * 9);}.row>.col-10{flex: 0 0 calc((100% / 12) * 10);max-width: calc((100% / 12) * 10);}.row>.col-11{flex: 0 0 calc((100% / 12) * 11);max-width: calc((100% / 12) * 11);}.row>.col-12{flex: 0 0 calc((100% / 12) * 12);max-width: calc((100% / 12) * 12);}.row>.col{flex-basis: 0;flex-grow: 1;max-width: 100%;}.row>.col-auto{flex: 0 0 auto;width: auto;max-width: 100%;}
.row>.offset-0{margin-left: 0;}.row>.offset-1{margin-left: calc((100% / 12) * 1);}.row>.offset-2{margin-left: calc((100% / 12) * 2);}.row>.offset-3{margin-left: calc((100% / 12) * 3);}.row>.offset-4{margin-left: calc((100% / 12) * 4);}.row>.offset-5{margin-left: calc((100% / 12) * 5);}.row>.offset-6{margin-left: calc((100% / 12) * 6);}.row>.offset-7{margin-left: calc((100% / 12) * 7);}.row>.offset-8{margin-left: calc((100% / 12) * 8);}.row>.offset-9{margin-left: calc((100% / 12) * 9);}.row>.offset-10{margin-left: calc((100% / 12) * 10);}.row>.offset-11{margin-left: calc((100% / 12) * 11);}
.align-start{align-items: flex-start;}.align-end{align-items: flex-end;}.align-center{align-items: center;}.align-baseline{align-items: baseline;}.align-stretch{align-items: stretch;}
.justify-start{justify-content: flex-start;}.justify-end{justify-content: flex-end;}.justify-center{justify-content: center;}.justify-space-between{justify-content: space-between;}.justify-space-around{justify-content: space-around;}.justify-space-evenly{justify-content: space-evenly;}
.flex-row{flex-direction: row;}.flex-row-reverse{flex-direction: row-reverse;}.flex-column{flex-direction: column;}.flex-column-reverse{flex-direction: column-reverse;}
.order-0{order: 0;}.order-1{order: 1;}.order-2{order: 2;}.order-3{order: 3;}.order-4{order: 4;}.order-5{order: 5;}.order-6{order: 6;}.order-7{order: 7;}.order-8{order: 8;}.order-9{order: 9;}.order-10{order: 10;}.order-11{order: 11;}.order-12{order: 12;}
.flex-nowrap{flex-wrap: nowrap;}.flex-wrap{flex-wrap: wrap;}.flex-wrap-reverse{flex-wrap: wrap-reverse;}
@media (max-width: 1200px) {
    .row>.col-xl-1{flex: 0 0 calc((100% / 12) * 1);max-width: calc((100% / 12) * 1);}.row>.col-xl-2{flex: 0 0 calc((100% / 12) * 2);max-width: calc((100% / 12) * 2);}.row>.col-xl-3{flex: 0 0 calc((100% / 12) * 3);max-width: calc((100% / 12) * 3);}.row>.col-xl-4{flex: 0 0 calc((100% / 12) * 4);max-width: calc((100% / 12) * 4);}.row>.col-xl-5{flex: 0 0 calc((100% / 12) * 5);max-width: calc((100% / 12) * 5);}.row>.col-xl-6{flex: 0 0 calc((100% / 12) * 6);max-width: calc((100% / 12) * 6);}.row>.col-xl-7{flex: 0 0 calc((100% / 12) * 7);max-width: calc((100% / 12) * 7);}.row>.col-xl-8{flex: 0 0 calc((100% / 12) * 8);max-width: calc((100% / 12) * 8);}.row>.col-xl-9{flex: 0 0 calc((100% / 12) * 9);max-width: calc((100% / 12) * 9);}.row>.col-xl-10{flex: 0 0 calc((100% / 12) * 10);max-width: calc((100% / 12) * 10);}.row>.col-xl-11{flex: 0 0 calc((100% / 12) * 11);max-width: calc((100% / 12) * 11);}.row>.col-xl-12{flex: 0 0 calc((100% / 12) * 12);max-width: calc((100% / 12) * 12);}.row>.col-xl{flex-basis: 0;flex-grow: 1;max-width: 100%;}.row>.col-xl-auto{flex: 0 0 auto;width: auto;max-width: 100%;}
    .row>.offset-xl-0{margin-left: 0;}.row>.offset-xl-1{margin-left: calc((100% / 12) * 1);}.row>.offset-xl-2{margin-left: calc((100% / 12) * 2);}.row>.offset-xl-3{margin-left: calc((100% / 12) * 3);}.row>.offset-xl-4{margin-left: calc((100% / 12) * 4);}.row>.offset-xl-5{margin-left: calc((100% / 12) * 5);}.row>.offset-xl-6{margin-left: calc((100% / 12) * 6);}.row>.offset-xl-7{margin-left: calc((100% / 12) * 7);}.row>.offset-xl-8{margin-left: calc((100% / 12) * 8);}.row>.offset-xl-9{margin-left: calc((100% / 12) * 9);}.row>.offset-xl-10{margin-left: calc((100% / 12) * 10);}.row>.offset-xl-11{margin-left: calc((100% / 12) * 11);}
    .align-xl-start{align-items: flex-start;}.align-xl-end{align-items: flex-end;}.align-xl-center{align-items: center;}.align-xl-baseline{align-items: baseline;}.align-xl-stretch{align-items: stretch;}
    .justify-xl-start{justify-content: flex-start;}.justify-xl-end{justify-content: flex-end;}.justify-xl-center{justify-content: center;}.justify-xl-space-between{justify-content: space-between;}.justify-xl-space-around{justify-content: space-around;}.justify-xl-space-evenly{justify-content: space-evenly;}
    .flex-xl-row{flex-direction: row;}.flex-xl-row-reverse{flex-direction: row-reverse;}.flex-xl-column{flex-direction: column;}.flex-xl-column-reverse{flex-direction: column-reverse;}
    .order-xl-0{order: 0;}.order-xl-1{order: 1;}.order-xl-2{order: 2;}.order-xl-3{order: 3;}.order-xl-4{order: 4;}.order-xl-5{order: 5;}.order-xl-6{order: 6;}.order-xl-7{order: 7;}.order-xl-8{order: 8;}.order-xl-9{order: 9;}.order-xl-10{order: 10;}.order-xl-11{order: 11;}.order-xl-12{order: 12;}
    .flex-xl-nowrap{flex-wrap: nowrap;}.flex-xl-wrap{flex-wrap: wrap;}.flex-xl-wrap-reverse{flex-wrap: wrap-reverse;}
}
@media (max-width: 1023px) {
    .row>.col-lg-1{flex: 0 0 calc((100% / 12) * 1);max-width: calc((100% / 12) * 1);}.row>.col-lg-2{flex: 0 0 calc((100% / 12) * 2);max-width: calc((100% / 12) * 2);}.row>.col-lg-3{flex: 0 0 calc((100% / 12) * 3);max-width: calc((100% / 12) * 3);}.row>.col-lg-4{flex: 0 0 calc((100% / 12) * 4);max-width: calc((100% / 12) * 4);}.row>.col-lg-5{flex: 0 0 calc((100% / 12) * 5);max-width: calc((100% / 12) * 5);}.row>.col-lg-6{flex: 0 0 calc((100% / 12) * 6);max-width: calc((100% / 12) * 6);}.row>.col-lg-7{flex: 0 0 calc((100% / 12) * 7);max-width: calc((100% / 12) * 7);}.row>.col-lg-8{flex: 0 0 calc((100% / 12) * 8);max-width: calc((100% / 12) * 8);}.row>.col-lg-9{flex: 0 0 calc((100% / 12) * 9);max-width: calc((100% / 12) * 9);}.row>.col-lg-10{flex: 0 0 calc((100% / 12) * 10);max-width: calc((100% / 12) * 10);}.row>.col-lg-11{flex: 0 0 calc((100% / 12) * 11);max-width: calc((100% / 12) * 11);}.row>.col-lg-12{flex: 0 0 calc((100% / 12) * 12);max-width: calc((100% / 12) * 12);}.row>.col-lg{flex-basis: 0;flex-grow: 1;max-width: 100%;}.row>.col-lg-auto{flex: 0 0 auto;width: auto;max-width: 100%;}
    .row>.offset-lg-0{margin-left: 0;}.row>.offset-lg-1{margin-left: calc((100% / 12) * 1);}.row>.offset-lg-2{margin-left: calc((100% / 12) * 2);}.row>.offset-lg-3{margin-left: calc((100% / 12) * 3);}.row>.offset-lg-4{margin-left: calc((100% / 12) * 4);}.row>.offset-lg-5{margin-left: calc((100% / 12) * 5);}.row>.offset-lg-6{margin-left: calc((100% / 12) * 6);}.row>.offset-lg-7{margin-left: calc((100% / 12) * 7);}.row>.offset-lg-8{margin-left: calc((100% / 12) * 8);}.row>.offset-lg-9{margin-left: calc((100% / 12) * 9);}.row>.offset-lg-10{margin-left: calc((100% / 12) * 10);}.row>.offset-lg-11{margin-left: calc((100% / 12) * 11);}
    .align-lg-start{align-items: flex-start;}.align-lg-end{align-items: flex-end;}.align-lg-center{align-items: center;}.align-lg-baseline{align-items: baseline;}.align-lg-stretch{align-items: stretch;}
    .justify-lg-start{justify-content: flex-start;}.justify-lg-end{justify-content: flex-end;}.justify-lg-center{justify-content: center;}.justify-lg-space-between{justify-content: space-between;}.justify-lg-space-around{justify-content: space-around;}.justify-lg-space-evenly{justify-content: space-evenly;}
    .flex-lg-row{flex-direction: row;}.flex-lg-row-reverse{flex-direction: row-reverse;}.flex-lg-column{flex-direction: column;}.flex-lg-column-reverse{flex-direction: column-reverse;}
    .order-lg-0{order: 0;}.order-lg-1{order: 1;}.order-lg-2{order: 2;}.order-lg-3{order: 3;}.order-lg-4{order: 4;}.order-lg-5{order: 5;}.order-lg-6{order: 6;}.order-lg-7{order: 7;}.order-lg-8{order: 8;}.order-lg-9{order: 9;}.order-lg-10{order: 10;}.order-lg-11{order: 11;}.order-lg-12{order: 12;}
    .flex-lg-nowrap{flex-wrap: nowrap;}.flex-lg-wrap{flex-wrap: wrap;}.flex-lg-wrap-reverse{flex-wrap: wrap-reverse;}
}
@media (max-width: 767px) {
    .row>.col-md-1{flex: 0 0 calc((100% / 12) * 1);max-width: calc((100% / 12) * 1);}.row>.col-md-2{flex: 0 0 calc((100% / 12) * 2);max-width: calc((100% / 12) * 2);}.row>.col-md-3{flex: 0 0 calc((100% / 12) * 3);max-width: calc((100% / 12) * 3);}.row>.col-md-4{flex: 0 0 calc((100% / 12) * 4);max-width: calc((100% / 12) * 4);}.row>.col-md-5{flex: 0 0 calc((100% / 12) * 5);max-width: calc((100% / 12) * 5);}.row>.col-md-6{flex: 0 0 calc((100% / 12) * 6);max-width: calc((100% / 12) * 6);}.row>.col-md-7{flex: 0 0 calc((100% / 12) * 7);max-width: calc((100% / 12) * 7);}.row>.col-md-8{flex: 0 0 calc((100% / 12) * 8);max-width: calc((100% / 12) * 8);}.row>.col-md-9{flex: 0 0 calc((100% / 12) * 9);max-width: calc((100% / 12) * 9);}.row>.col-md-10{flex: 0 0 calc((100% / 12) * 10);max-width: calc((100% / 12) * 10);}.row>.col-md-11{flex: 0 0 calc((100% / 12) * 11);max-width: calc((100% / 12) * 11);}.row>.col-md-12{flex: 0 0 calc((100% / 12) * 12);max-width: calc((100% / 12) * 12);}.row>.col-md{flex-basis: 0;flex-grow: 1;max-width: 100%;}.row>.col-md-auto{flex: 0 0 auto;width: auto;max-width: 100%;}
    .row>.offset-md-0{margin-left: 0;}.row>.offset-md-1{margin-left: calc((100% / 12) * 1);}.row>.offset-md-2{margin-left: calc((100% / 12) * 2);}.row>.offset-md-3{margin-left: calc((100% / 12) * 3);}.row>.offset-md-4{margin-left: calc((100% / 12) * 4);}.row>.offset-md-5{margin-left: calc((100% / 12) * 5);}.row>.offset-md-6{margin-left: calc((100% / 12) * 6);}.row>.offset-md-7{margin-left: calc((100% / 12) * 7);}.row>.offset-md-8{margin-left: calc((100% / 12) * 8);}.row>.offset-md-9{margin-left: calc((100% / 12) * 9);}.row>.offset-md-10{margin-left: calc((100% / 12) * 10);}.row>.offset-md-11{margin-left: calc((100% / 12) * 11);}
    .align-md-start{align-items: flex-start;}.align-md-end{align-items: flex-end;}.align-md-center{align-items: center;}.align-md-baseline{align-items: baseline;}.align-md-stretch{align-items: stretch;}
    .justify-md-start{justify-content: flex-start;}.justify-md-end{justify-content: flex-end;}.justify-md-center{justify-content: center;}.justify-md-space-between{justify-content: space-between;}.justify-md-space-around{justify-content: space-around;}.justify-md-space-evenly{justify-content: space-evenly;}
    .flex-md-row{flex-direction: row;}.flex-md-row-reverse{flex-direction: row-reverse;}.flex-md-column{flex-direction: column;}.flex-md-column-reverse{flex-direction: column-reverse;}
    .order-md-0{order: 0;}.order-md-1{order: 1;}.order-md-2{order: 2;}.order-md-3{order: 3;}.order-md-4{order: 4;}.order-md-5{order: 5;}.order-md-6{order: 6;}.order-md-7{order: 7;}.order-md-8{order: 8;}.order-md-9{order: 9;}.order-md-10{order: 10;}.order-md-11{order: 11;}.order-md-12{order: 12;}
    .flex-md-nowrap{flex-wrap: nowrap;}.flex-md-wrap{flex-wrap: wrap;}.flex-md-wrap-reverse{flex-wrap: wrap-reverse;}
}
@media (max-width: 500px) {
    .row>.col-sm-1{flex: 0 0 calc((100% / 12) * 1);max-width: calc((100% / 12) * 1);}.row>.col-sm-2{flex: 0 0 calc((100% / 12) * 2);max-width: calc((100% / 12) * 2);}.row>.col-sm-3{flex: 0 0 calc((100% / 12) * 3);max-width: calc((100% / 12) * 3);}.row>.col-sm-4{flex: 0 0 calc((100% / 12) * 4);max-width: calc((100% / 12) * 4);}.row>.col-sm-5{flex: 0 0 calc((100% / 12) * 5);max-width: calc((100% / 12) * 5);}.row>.col-sm-6{flex: 0 0 calc((100% / 12) * 6);max-width: calc((100% / 12) * 6);}.row>.col-sm-7{flex: 0 0 calc((100% / 12) * 7);max-width: calc((100% / 12) * 7);}.row>.col-sm-8{flex: 0 0 calc((100% / 12) * 8);max-width: calc((100% / 12) * 8);}.row>.col-sm-9{flex: 0 0 calc((100% / 12) * 9);max-width: calc((100% / 12) * 9);}.row>.col-sm-10{flex: 0 0 calc((100% / 12) * 10);max-width: calc((100% / 12) * 10);}.row>.col-sm-11{flex: 0 0 calc((100% / 12) * 11);max-width: calc((100% / 12) * 11);}.row>.col-sm-12{flex: 0 0 calc((100% / 12) * 12);max-width: calc((100% / 12) * 12);}.row>.col-sm{flex-basis: 0;flex-grow: 1;max-width: 100%;}.row>.col-sm-auto{flex: 0 0 auto;width: auto;max-width: 100%;}
    .row>.offset-sm-0{margin-left: 0;}.row>.offset-sm-1{margin-left: calc((100% / 12) * 1);}.row>.offset-sm-2{margin-left: calc((100% / 12) * 2);}.row>.offset-sm-3{margin-left: calc((100% / 12) * 3);}.row>.offset-sm-4{margin-left: calc((100% / 12) * 4);}.row>.offset-sm-5{margin-left: calc((100% / 12) * 5);}.row>.offset-sm-6{margin-left: calc((100% / 12) * 6);}.row>.offset-sm-7{margin-left: calc((100% / 12) * 7);}.row>.offset-sm-8{margin-left: calc((100% / 12) * 8);}.row>.offset-sm-9{margin-left: calc((100% / 12) * 9);}.row>.offset-sm-10{margin-left: calc((100% / 12) * 10);}.row>.offset-sm-11{margin-left: calc((100% / 12) * 11);}
    .align-sm-start{align-items: flex-start;}.align-sm-end{align-items: flex-end;}.align-sm-center{align-items: center;}.align-sm-baseline{align-items: baseline;}.align-sm-stretch{align-items: stretch;}
    .justify-sm-start{justify-content: flex-start;}.justify-sm-end{justify-content: flex-end;}.justify-sm-center{justify-content: center;}.justify-sm-space-between{justify-content: space-between;}.justify-sm-space-around{justify-content: space-around;}.justify-sm-space-evenly{justify-content: space-evenly;}
    .flex-sm-row{flex-direction: row;}.flex-sm-row-reverse{flex-direction: row-reverse;}.flex-sm-column{flex-direction: column;}.flex-sm-column-reverse{flex-direction: column-reverse;}
    .order-sm-0{order: 0;}.order-sm-1{order: 1;}.order-sm-2{order: 2;}.order-sm-3{order: 3;}.order-sm-4{order: 4;}.order-sm-5{order: 5;}.order-sm-6{order: 6;}.order-sm-7{order: 7;}.order-sm-8{order: 8;}.order-sm-9{order: 9;}.order-sm-10{order: 10;}.order-sm-11{order: 11;}.order-sm-12{order: 12;}
    .flex-sm-nowrap{flex-wrap: nowrap;}.flex-sm-wrap{flex-wrap: wrap;}.flex-sm-wrap-reverse{flex-wrap: wrap-reverse;}
}
.row-cols-auto>*{flex: 0 0 auto;width: auto;}.row-cols-1>*{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.row-cols-2>*{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.row-cols-3>*{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.row-cols-4>*{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.row-cols-5>*{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}.row-cols-6>*{-ms-flex: 0 0 16.666666%;flex: 0 0 16.666666%;max-width: 16.666666%;}.row-cols-7>*{-ms-flex: 0 0 14.28571428571429%;flex: 0 0 14.28571428571429%;max-width: 14.28571428571429%;}.row-cols-8>*{-ms-flex: 0 0 12.5%;flex: 0 0 12.5%;max-width: 12.5%;}.row-cols-9>*{-ms-flex: 0 0 11.111111%;flex: 0 0 11.111111%;max-width: 11.111111%;}.row-cols-10>*{-ms-flex: 0 0 10%;flex: 0 0 10%;max-width: 10%;}.row-cols-11>*{-ms-flex: 0 0 9.090909%;flex: 0 0 9.090909%;max-width: 9.090909%;}.row-cols-12>*{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}
@media (max-width: 1200px){.row-cols-xl-auto>*{flex: 0 0 auto;width: auto;}.row-cols-xl-1>*{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.row-cols-xl-2>*{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.row-cols-xl-3>*{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.row-cols-xl-4>*{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.row-cols-xl-5>*{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}.row-cols-xl-6>*{-ms-flex: 0 0 16.666666%;flex: 0 0 16.666666%;max-width: 16.666666%;}.row-cols-xl-7>*{-ms-flex: 0 0 14.28571428571429%;flex: 0 0 14.28571428571429%;max-width: 14.28571428571429%;}.row-cols-xl-8>*{-ms-flex: 0 0 12.5%;flex: 0 0 12.5%;max-width: 12.5%;}.row-cols-xl-9>*{-ms-flex: 0 0 11.111111%;flex: 0 0 11.111111%;max-width: 11.111111%;}.row-cols-xl-10>*{-ms-flex: 0 0 10%;flex: 0 0 10%;max-width: 10%;}.row-cols-xl-11>*{-ms-flex: 0 0 9.090909%;flex: 0 0 9.090909%;max-width: 9.090909%;}.row-cols-xl-12>*{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}}
@media (max-width: 1023px){.row-cols-lg-auto>*{flex: 0 0 auto;width: auto;}.row-cols-lg-1>*{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.row-cols-lg-2>*{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.row-cols-lg-3>*{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.row-cols-lg-4>*{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.row-cols-lg-5>*{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}.row-cols-lg-6>*{-ms-flex: 0 0 16.666666%;flex: 0 0 16.666666%;max-width: 16.666666%;}.row-cols-lg-7>*{-ms-flex: 0 0 14.28571428571429%;flex: 0 0 14.28571428571429%;max-width: 14.28571428571429%;}.row-cols-lg-8>*{-ms-flex: 0 0 12.5%;flex: 0 0 12.5%;max-width: 12.5%;}.row-cols-lg-9>*{-ms-flex: 0 0 11.111111%;flex: 0 0 11.111111%;max-width: 11.111111%;}.row-cols-lg-10>*{-ms-flex: 0 0 10%;flex: 0 0 10%;max-width: 10%;}.row-cols-lg-11>*{-ms-flex: 0 0 9.090909%;flex: 0 0 9.090909%;max-width: 9.090909%;}.row-cols-lg-12>*{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}}
@media (max-width: 767px){.row-cols-md-auto>*{flex: 0 0 auto;width: auto;}.row-cols-md-1>*{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.row-cols-md-2>*{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.row-cols-md-3>*{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.row-cols-md-4>*{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.row-cols-md-5>*{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}.row-cols-md-6>*{-ms-flex: 0 0 16.666666%;flex: 0 0 16.666666%;max-width: 16.666666%;}.row-cols-md-7>*{-ms-flex: 0 0 14.28571428571429%;flex: 0 0 14.28571428571429%;max-width: 14.28571428571429%;}.row-cols-md-8>*{-ms-flex: 0 0 12.5%;flex: 0 0 12.5%;max-width: 12.5%;}.row-cols-md-9>*{-ms-flex: 0 0 11.111111%;flex: 0 0 11.111111%;max-width: 11.111111%;}.row-cols-md-10>*{-ms-flex: 0 0 10%;flex: 0 0 10%;max-width: 10%;}.row-cols-md-11>*{-ms-flex: 0 0 9.090909%;flex: 0 0 9.090909%;max-width: 9.090909%;}.row-cols-md-12>*{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}}
@media (max-width: 500px){.row-cols-sm-auto>*{flex: 0 0 auto;width: auto;}.row-cols-sm-1>*{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.row-cols-sm-2>*{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.row-cols-sm-3>*{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}.row-cols-sm-4>*{-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.row-cols-sm-5>*{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}.row-cols-sm-6>*{-ms-flex: 0 0 16.666666%;flex: 0 0 16.666666%;max-width: 16.666666%;}.row-cols-sm-7>*{-ms-flex: 0 0 14.28571428571429%;flex: 0 0 14.28571428571429%;max-width: 14.28571428571429%;}.row-cols-sm-8>*{-ms-flex: 0 0 12.5%;flex: 0 0 12.5%;max-width: 12.5%;}.row-cols-sm-9>*{-ms-flex: 0 0 11.111111%;flex: 0 0 11.111111%;max-width: 11.111111%;}.row-cols-sm-10>*{-ms-flex: 0 0 10%;flex: 0 0 10%;max-width: 10%;}.row-cols-sm-11>*{-ms-flex: 0 0 9.090909%;flex: 0 0 9.090909%;max-width: 9.090909%;}.row-cols-sm-12>*{-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;}}

/*layout*/
.container{
    width: 100%;
    max-width: calc(var(--container) + (var(--container-gutter) * 2));
    padding: 0 var(--container-gutter);
    margin: 0 auto;
}
.container.lg{
    max-width: calc(var(--container-lg) + (var(--container-gutter) * 2));
}
.pageSection + .pageSection{
    margin-top: 40px;
}
.pageSection + .pageSection.sm{
    margin-top: 32px;
}

/*wrap*/
.wrap{
    position: relative;
    padding-top: var(--header-height); 
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}
.wrap::before,
.wrap::after{
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    height: 630px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.wrap::before{
    top: 0;
    background-image: url(../../../images/front/sume/page-bg1.svg);
    background-position: center top;
}
.wrap::after{
    bottom: 0;
    background-image: url(../../../images/front/sume/page-bg2.svg);
    background-position: center bottom;
}
.main{
    width: 100%;
    min-height: var(--view-height);
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

/* divider */
.divider{
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
}
.divider.vertical{
    display: block;
    width: 1px;
    height: 10px;
    background-color: var(--border-color);
}
.divider.white{
    background-color: #fff;
}

/* System Colors */
.primaryLighten5Txt { color: var(--primary-lighten5) !important; }
.primaryLighten4Txt { color: var(--primary-lighten4) !important; }
.primaryLighten3Txt { color: var(--primary-lighten3) !important; }
.primaryLighten2Txt { color: var(--primary-lighten2) !important; }
.primaryLighten1Txt { color: var(--primary-lighten1) !important; }
.primaryTxt         { color: var(--primary-base) !important; }
.primaryDarken1Txt  { color: var(--primary-darken1) !important; }
.primaryDarken2Txt  { color: var(--primary-darken2) !important; }
.primaryDarken3Txt  { color: var(--primary-darken3) !important; }
.primaryDarken4Txt  { color: var(--primary-darken4) !important; }

.secondaryLighten5Txt { color: var(--secondary-lighten5) !important; }
.secondaryLighten4Txt { color: var(--secondary-lighten4) !important; }
.secondaryLighten3Txt { color: var(--secondary-lighten3) !important; }
.secondaryLighten2Txt { color: var(--secondary-lighten2) !important; }
.secondaryLighten1Txt { color: var(--secondary-lighten1) !important; }
.secondaryTxt         { color: var(--secondary-base) !important; }
.secondaryDarken1Txt  { color: var(--secondary-darken1) !important; }
.secondaryDarken2Txt  { color: var(--secondary-darken2) !important; }
.secondaryDarken3Txt  { color: var(--secondary-darken3) !important; }
.secondaryDarken4Txt  { color: var(--secondary-darken4) !important; }

.greyLighten5Txt { color: var(--grey-lighten5) !important; }
.greyLighten4Txt { color: var(--grey-lighten4) !important; }
.greyLighten3Txt { color: var(--grey-lighten3) !important; }
.greyLighten2Txt { color: var(--grey-lighten2) !important; }
.greyLighten1Txt { color: var(--grey-lighten1) !important; }
.greyTxt         { color: var(--grey-base) !important; }
.greyDarken1Txt  { color: var(--grey-darken1) !important; }
.greyDarken2Txt  { color: var(--grey-darken2) !important; }
.greyDarken3Txt  { color: var(--grey-darken3) !important; }
.greyDarken4Txt  { color: var(--grey-darken4) !important; }

.redTxt     { color: var(--red-base) !important; }

.greenTxt          { color: var(--green-base) !important; }
.greenLighten1Txt   { color: var(--green-lighten1) !important; }

.dangerTxt  { color: var(--danger-base) !important; }
.warningTxt { color: var(--warning-base) !important; }
.successTxt { color: var(--success-base) !important; }
.infoTxt    { color: var(--info-base) !important; }

/* customSelect */
.customSelectArea{
    position: relative;
}
.customSelectBtn{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    display: flex;
    align-items: center;
    text-align: left;
    transition: var(--transition);
    position: relative;
}
.customSelectBtn>span{
    width: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customSelectInputArea{
    padding: 8px 24px 8px 8px;
}
.customSelectInputW{
    width: 100%;
    position: relative;
}
.customSelectInput{
    width: 100%;
    height: 42px;
    padding: 0 56px 0 16px;
    color: var(--grey-darken4);
    font-size: var(--txt-font-size);
    border-radius: 8px;
    border: 1px solid var(--secondary-base);
}
.customSelectInputBtn{
    position: absolute;
    width: 34px;
    height: 34px;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.customSelectInput::placeholder{
    color: var(--grey-base);
}
.customSelectW{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    transform: translateY(100%);
    z-index: 10;
    border-radius: var(--input-border-radius);
    border: 1px solid var(--input-border-color);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.customSelect{
    display: block;
    width: 100%;
    padding: 0 8px 8px 8px;
}
.customSelectInner{
    padding-right: 8px;
    max-height: 126px;
    overflow-x: hidden;
    overflow-y: auto;
}
.customSelectInner::-webkit-scrollbar {
    width: 8px;
}
.customSelectInner::-webkit-scrollbar-track {
    background-color: var(--secondary-lighten4);
    border-radius: 2px;
}
.customSelectInner::-webkit-scrollbar-thumb { 
    background-color: var(--secondary-base);
    border-radius: 2px;
}
.customSelectInner::-webkit-scrollbar-button {
    display: none;
}
.customSelectArea.active .customSelectW{
    bottom: 0;
    opacity: 1;
    visibility: visible;

}
.customSelectLink{
    display: flex;
    align-items: center;
    text-align: left;
    word-break: keep-all;
    width: 100%;
    border-radius: 8px;
    padding: 8px;
    background-color: transparent;
    color: var(--grey-base);
    font-size: var(--txt-font-size);
    transition: var(--transition);
}
.customSelectLink.active{
    color: var(--grey-darken4);
    background-color: var(--primary-lighten5);
}

@media screen and (min-width: 1201px){
    .customSelectBtn:hover{
        background-color: var(--primary-lighten5);
    }
    .customSelectLink:hover{
        background-color: var(--primary-lighten5);
    }
    .customSelectInputBtn:hover{
        background-color: var(--primary-lighten5);
    }
}

/*tab*/
.tabContent{ position: relative; width: 100%;}
.tabContent>li { opacity: 0; visibility: hidden; z-index: 0; position: absolute; top: 0; left: 0; width: 100%;}
.tabContent>li.active { opacity: 1; visibility: visible; z-index: 1; height:auto; position:relative; animation: contentsActive ease-in-out .5s forwards; }
@-webkit-keyframes contentsActive { from { opacity: 0; } to { opacity: 1; } }
@keyframes contentsActive { from { opacity: 0; } to { opacity: 1; } }

/* Typography */
.titW{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.titW:has(>.txt){
    display: block;
}
.titW .tit + .txt{
    margin-top: 4px;
    font-weight: 700;
}
.titW>.btn{
    margin-left: auto;
}

.tit{
    font-size: var(--tit-font-size);
}
.tit.xs{
    font-size: var(--tit-font-size-xs);
}
.tit.sm{
    font-size: var(--tit-font-size-sm);
}
.tit.lg{
    font-size: var(--tit-font-size-lg);
}
.tit.xl{
    font-size: var(--tit-font-size-xl);
}

.txt{
    font-size: var(--txt-font-size);
    line-height: 1.4;
}
.txt.xs{
    font-size: var(--txt-font-size-xs);
}
.txt.sm{
    font-size: var(--txt-font-size-sm);
}
.txt.lg{
    font-size: var(--txt-font-size-lg);
}

.black{
    font-weight: 900;
}
.extrabold{
    font-weight: 800;
}
.bold{
    font-weight: 700;
}
.semibold{
    font-weight: 600;
}
.medium{
    font-weight: 500;
}
.regular{
    font-weight: 400;
}

.indent{
    padding-left: 11px;
    text-indent: -11px;
}
.underline{
    text-decoration: underline;
}

/* button */
.btn{
    height: var(--btn-height);
    font-size: var(--btn-font-size);
    padding: var(--btn-padding);
    color: var(--grey-darken4); 
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    border-radius: 4px;
    gap: 6px;
    transition: var(--transition);
}
.btn.sm{
    height: var(--btn-height-sm);
    font-size: var(--btn-font-size-sm);
    padding: var(--btn-padding-sm);
    min-width: 60px;
}
.btn.lg{
    height: var(--btn-height-lg);
    font-size: var(--btn-font-size-lg);
    padding: var(--btn-padding-lg);
    border-radius: 6px;
    min-width: 72px;
}
.btn.xl{
    height: var(--btn-height-xl);
    font-size: var(--btn-font-size-xl);
    padding: var(--btn-padding-xl);
    border-radius: 6px;
    min-width: 78px;
}
.btn.xxl{
    height: var(--btn-height-xxl);
    font-size: var(--btn-font-size-xxl);
    padding: var(--btn-padding-xxl);
    border-radius: 8px;
}

.btn.primary{
    background-color: var(--primary-base);
    color: #fff;
}
.btn.secondary{
    background-color: var(--secondary-base);
    color: #fff;
}
.btn.white{
    background-color: #fff;
    border: 1px solid var(--border-color);
}
.btn.dark{
    background-color: var(--grey-darken4);
    color: #fff;
}
.btn.grey{
    background-color: var(--grey-base);
    color: #fff;
}
.btn.green{
    background-color: var(--green-base);
    color: #fff;
}
.btn.secondaryBoder{
    background-color: #fff;
    border: 1px solid var(--secondary-base);
    color: var(--secondary-base);
}

.btn:disabled{
    cursor: not-allowed;
}
.btn.primary:disabled{
    background-color: #fff;
    color: var(--primary-base);
    border: 1px solid var(--primary-base);
}
.btn.secondary:disabled{
    background-color: #fff;
    color: var(--secondary-base);
    border: 1px solid var(--secondary-base);
}
.btn.dark:disabled{
    background-color: #fff;
    color: var(--grey-darken4);
    border: 1px solid var(--grey-darken4);
}
.btn.grey:disabled{
    background-color: #fff;
    color: var(--grey-base);
    border: 1px solid var(--grey-base);
}
.btn.green:disabled{
    background-color: #fff;
    color: var(--green-base);
    border: 1px solid var(--green-base);
}
.btn.secondaryBoder{
    background-color: var(--secondary-lighten5);
}

.btn.block{
    padding: 0;
    width: 100%;
}

.txtBtn{
    padding: 2px;
    border-radius: 6px;
    min-height: var(--btn-height-sm);
    font-size: var(--txt-font-size);
    color: var(--grey-base);
    background-color: transparent;
    text-decoration: underline;
    transition: var(--transition);
}

@media screen and (min-width: 1201px){
    .btn.primary:not(:disabled):hover{
        background-color: var(--primary-lighten1);
        color: #fff;
    }
    .btn.secondary:not(:disabled):hover{
        background-color: var(--secondary-lighten1);
        color: #fff;
    }
    .btn.white:not(:disabled):hover{
        background-color: var(--grey-lighten4);
    }
    .btn.dark:not(:disabled):hover{
        background-color: var(--grey-darken4);
        color: #fff;
    }
    .btn.grey:not(:disabled):hover{
        background-color: var(--grey-lighten1);
        color: #fff;
    }
    .btn.green:not(:disabled):hover{
        background-color: var(--green-lighten1);
        color: #fff;
    }
    .btn.secondaryBoder:not(:disabled):hover{
        border-color: var(--secondary-base);
        background-color: var(--secondary-base);
        color: #fff;
    }
    .txtBtn:not(:disabled):hover{
        background-color: var(--grey-lighten4);
    }
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1023px){
}  
@media screen and (max-width: 767px){ 
}
@media screen and (max-width: 500px){ 
}

.bottomBtnW{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.bottomBtnW.border{
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}
.bottomBtnW.end{
    justify-content: flex-end;
}
.bottomBtnW.lg{
    margin-top: 50px;
}

/*input*/
.inputPrimary{
    height: var(--input-height);
    border-radius: var(--input-border-radius);
    padding: 0 var(--input-padding);
    border: 1px solid var(--input-border-color);
    color: var(--grey-darken4);
    background-color: var(--input-bg-color);
    font-size: var(--input-font-size);
    font-weight: 400;
    width: 100%;
    transition: var(--transition);
}
.inputPrimary::placeholder{
    color: var(--grey-base);
}
.inputPrimary:focus{
    outline: none;
    border-color: var(--primary-base);
}
.inputPrimary.danger,select.inputPrimary.danger{
    border-color: var(--danger-base) !important;
    color: var(--danger-base) !important;
}
.inputPrimary.danger::placeholder{
    color: var(--danger-base);
}
.inputPrimary.danger:focus{
    border-color: var(--secondary-base);
}
.inputPrimary.lg{
    height: var(--input-height-lg);
    padding: 0 var(--input-padding-lg);
}
textarea.inputPrimary{
    resize: none;
    height: 300px;
    border-radius: var(--input-border-radius);
    padding: 20px var(--input-padding);
}
input[type='date'].inputPrimary {
    position: relative;
    background-color: var(--input-bg-color);
    background-image: url(../../../images/front/sume/icon-date.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px auto;
    padding-right: 36px;
}
input[type='date'].inputPrimary::-webkit-calendar-picker-indicator{
    width: 24px;
    height: 24px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 5;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    opacity: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.customSelectBtn.inputPrimary,
select.inputPrimary{
    background-image: url(../../../images/front/sume/icon-chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px auto;
    padding-right: 36px;
}
.inputPrimary:disabled{
    opacity: 0.5;
    background-color: var(--grey-lighten4) !important;
    color: var(--grey-darken4);
    cursor: not-allowed;
}
.fileInputW{
    display: flex;
    gap: 0 8px;
}
.fileInput{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 440px;
    position: relative;
}
.fileInput>input[type='file']{
    width: 100%;
    padding: 0 40px 0 38px;
    line-height: var(--input-height);
    background-color: var(--grey-lighten5);
    background-image: url(../../../images/front/sume/icon-upload.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
}
.fileInput>input[type='file']::placeholder{
    color: var(--grey-darken4);
}
.fileInput>input[type='file']::file-selector-button {
    display: none;
}
.fileInputDelete{
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../../images/front/sume/icon-delete-circle-danger.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
}
.fileInputW>.btn{
    flex: 0 0 auto;
}

.inputHint{
    display: flex;
    align-items: flex-start;
    gap: 0 4px;
    margin-top: 8px;
}
.inputHint + .inputHint{
    margin-top: 0;
}
.inputHint>.icon{
    margin-top: 2px;
    flex: 0 0 auto;
    min-width: 16px;
}
.inputHint>p{
    flex-basis: 0;
    flex-grow: 1;
    color: var(--danger-base);
    font-size: var(--txt-font-size-xs);
}

.radioW{
    display: flex;
    align-items: center;
    gap: 0 16px;
    flex-wrap: wrap;
}

.radioPrimary{
    width: fit-content;
}
.radioPrimary.disabled-style{
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.radioPrimary input[type="radio"]{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.radioPrimary{
    display: flex; 
    align-items: center; 
    justify-content: flex-start;
}
.radioPrimary input[type="radio"] + label{
    position: relative;
    min-width: var(--control-icon-size);
    min-height: var(--control-icon-size);
    width: fit-content;
    display: block;
    cursor: pointer;
}
.radioPrimary input[type="radio"] + label p{
    padding-left: calc(var(--control-icon-size) + var(--control-gap)); 
    font-size: var(--control-label-font-size); 
    color: var(--control-label-color);
}
.radioPrimary input[type="radio"] + label::after{
    content: ""; 
    width: var(--control-icon-size); 
    height: var(--control-icon-size); 
    background-image: url(../../../images/front/sume/icon-radio.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; 
    left: 0; 
    top: 50%; 
    transform: translateY(-50%);
}
.radioPrimary input[type="radio"]:checked + label::after{
    background-image: url(../../../images/front/sume/icon-radio-active.svg);
}
.radioPrimary input[type="radio"] + label::before{
    content: "";
    position: absolute;
    display: block;
    width: calc(var(--control-icon-size) + calc(var(--control-gap) * 2));
    height: calc(var(--control-icon-size) + calc(var(--control-gap) * 2));
    top: 50%;
    left: 0;
    transform: translate(calc(var(--control-gap) / -1), -50%);
    border-radius: 50%;
    background-color: var(--primary-base);
    opacity: 0;
    transition: var(--transition);
}


.radioBtn{width: fit-content;}
.radioBtn input{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.radioBtn input + label{
    position: relative;
    width: 100%;
    height: var(--btn-height);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: 2px solid var(--primary-base);
    background-color: #ffffff;
    border-radius: 999px;
    transition: var(--transition);
}
.radioBtn input + label p{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-base);
    transition: var(--transition);
}
.radioBtn input:checked + label{
    border-color: var(--yinmn-base);
    background-color: var(--yinmn-base);
}
.radioBtn input:checked + label p{
    color: #fff;
}
.radioBtn.sm input + label{
    padding: 0 24px;
    border: 1px solid var(--border-color);
}
.radioBtn.sm  input + label p{
    font-weight: 600;
    color: var(--grey-lighten1);
}
.radioBtn.sm input:checked + label{
    border-color: var(--primary-lighten4);
    background-color: var(--primary-lighten5);
}
.radioBtn.sm input:checked + label p{
    color: var(--yinmn-base);
}

.radioPrimary input[type="radio"] + label::before{
    content: "";
    position: absolute;
    display: block;
    width: calc(var(--control-icon-size) + calc(var(--control-gap) * 2));
    height: calc(var(--control-icon-size) + calc(var(--control-gap) * 2));
    top: 50%;left: 0;
    transform: translate(calc(var(--control-gap) / -1), -50%);
    border-radius: 50%;
    background-color: var(--primary-base);
    opacity: 0;
    transition: var(--transition);
}

@media (min-width: 1201px) {
    .radioPrimary:hover input[type="radio"] + label::before{
        opacity: .08;
    }
    .radioPrimary:hover input[type="radio"] + label{
        border-color: var(--primary-base);
        color: var(--primary-base);
    }
    .radioBtn:hover label{
        border-color: var(--yinmn-base);
        background-color: var(--yinmn-base);
    }
    .radioBtn:hover label p{
        color: #fff;
    }
    .radioBtn.sm:hover input + label{
        border-color: var(--primary-lighten4);
        background-color: var(--primary-lighten5);
    }
    .radioBtn.sm:hover input + label p{
        color: var(--yinmn-base);
    }
}

.tablePrimary{
    width: 100%;
    background-color: #fff;
    table-layout: fixed;
    border-top: 2px solid var(--grey-darken4);
}
.tablePrimary tr{
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}
.tablePrimary th{
    font-size: var(--txt-font-size-sm);
    font-weight: 700;
    background-color: var(--primary-lighten5);
    height: 50px;
    text-align: center;
}
.tablePrimary th.primaryLighten4{
    background-color: var(--primary-lighten4);
}
.tablePrimary td{
    font-size: var(--txt-font-size);
    font-weight: 400;
    color: var(--grey-base);
    height: 48px;
    text-align: center;
    padding: 8px 12px;
}
.tablePrimary:has(.btnW) td{
    height: 68px;
}
.tablePrimary td .btnW{
    justify-content: center;
}
td.right{
    text-align: right;
}
.btnW{
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.btnW.sm{
    gap: 0 4px;
}
.inputRow{
    display: flex;
    gap: 0 8px;
}
.inputRow>.inputPrimary{
    flex-basis: 0;
    flex-grow: 1;
}
.inputRow>.inputPrimary.short{
    max-width: 146px;
}
.inputRow>.inputPrimary.xShort{
    max-width: 100px;
}
.inputRow>.btn{
    flex: 0 0 auto;
}

.tablePrimary.tableRow{
    border-top: 1px solid var(--grey-darken4);
}
.tablePrimary.tableRow th{
    border-right: 1px solid var(--border-color);
    text-align: left;
    height: 60px;
    padding: 12px 16px;
}
.tablePrimary.tableRow td{
    text-align: left;
    height: 60px;
    padding: 12px 16px;
    color: var(--grey-darken4);
}
.required{
    display: inline-block;
    position: relative;
}
.required::after{
    content: "*";
    display: inline-block;
    padding-left: 2px;
    color: var(--danger-base);
}
.tableRow td>.inputPrimary.short{
    max-width: 160px;
}

@media (min-width: 1201px){
    .tablePrimary:not(.tableRow) tbody tr:hover{
        background-color: var(--secondary-lighten5);
    }
}
@media (max-width: 1200px){
}
@media (max-width: 1023px){    
}
@media (max-width: 767px){
}
@media (max-width: 500px){
}

@media (max-width: 500px){

            .card.filter .formRow[data-name="점명"],
            .card.filter .formRow[data-name="조합명"],
            .card.filter .formRow[data-name="영업점명"]{
                display: flex !important;
                flex-direction: column !important;
                align-items: stretch !important;

                gap: 8px !important;
                margin-top: 10px !important;
            }

            .card.filter .formRow[data-name="점명"] > strong,
            .card.filter .formRow[data-name="조합명"] > strong,
            .card.filter .formRow[data-name="영업점명"] > strong{
                position: static !important;
                transform: none !important;

                width: 100% !important;
                max-width: 100% !important;
                margin: 0 !important;
                line-height: 1.3 !important;
            }

            .card.filter .formRow[data-name="점명"] .formRowContents,
            .card.filter .formRow[data-name="조합명"] .formRowContents,
            .card.filter .formRow[data-name="영업점명"] .formRowContents{
                width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;

                padding-left: 0 !important;
                margin-left: 0 !important;
            }

            .card.filter .formRow[data-name="점명"] .customSelectArea,
            .card.filter .formRow[data-name="조합명"] .customSelectArea,
            .card.filter .formRow[data-name="영업점명"] .customSelectArea,
            .card.filter .formRow[data-name="점명"] .customSelectBtn,
            .card.filter .formRow[data-name="조합명"] .customSelectBtn,
            .card.filter .formRow[data-name="영업점명"] .customSelectBtn{
                position: static !important;
                transform: none !important;

                width: 100% !important;
                max-width: 100% !important;
                min-width: 0 !important;
                margin: 0 !important;
                box-sizing: border-box !important;
            }

            .card.filter
            .formRow[data-name="영업점명"]
            .customSelectBtn[disabled]{
                transform: none !important;
                opacity: 0.6;
            }

            .card.filter .formRow[data-name="조합명"]{
                margin-bottom: 12px !important;
            }

            .card.filter .bottomBtnW {
                margin-top: 44px !important;
                padding-top: 12px !important;
            }
        }