html {
    scroll-behavior: smooth;
    /* opacity:0; */
}

html.ani_view {
    transition: ease .01s;
    opacity: 1
}

html.fixed {
    overflow: hidden !important;
}

body.hide-cursor * {
    cursor: none !important;
}

.en {
    font-family: "Playfair", serif;
}
.ko_noto {
    font-family: "Noto Sans KR", sans-serif;
}

.dn {
    display: none
}

.dis-no {
    display: none !important;
}

.op05 {
    opacity: 50%;
}
.screen_out {
    overflow: hidden;
    line-height: 0;
    text-indent: -9999px;
    font-size: 0
}
.scr_not {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}
.text_hidden {
    display: block;
    overflow: hidden;
    border: 0;
    position: relative;
    z-index: -1;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%)
}
.ellipsis_100 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.ellipsis_500 {
    display: inline-block;
    white-space: nowrap;
    max-width: 50rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}
.ellipsis_1line {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ellipsis_2line {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ellipsis_3line {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hidden {
    opacity: 0;
    visibility: hidden
}

.hidden.not {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.bold {
    font-weight: bold !important;
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table>div {
    display: table-cell;
    vertical-align: top
}

.t_l {
    text-align: left;
}

.t_c {
    text-align: center;
}

.flex {
    display: flex;
}

.f_c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.f_cl {
	display: flex;
    flex-direction: column;
}

.f_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f_e {
    display: flex;
    align-items: center;
    justify-content: end
}

.f_fs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.f_cs {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.f_sc {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.f_sb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.f_wrap {
    flex-wrap: wrap
}

.f_a_s {
    align-items: flex-start !important
}

.f_a_e {
    align-items: flex-end !important
}

.inb {
    font-size: 0
}

.inb>* {
    display: inline-block;
    vertical-align: top
}

.yt_player {
    width: 100%;
    height: 100%
}

.mo_ver .pc {
    display: none
}

.mo_989 {
    display: none
}

.mo {
    display: none
}

.mo_500 {
    display: none
}

.mo_989 {
    display: none
}

.mo_1280 {
    display: none
}

.pc_500 {
    display: block
}

br.mo {
    display: none;
    line-height: 1
}

br.mo_500 {
    display: none;
    line-height: 1
}

.grid_4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem
}

.grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
}
.grid_3.gapno {
    grid-column-gap: 0;
}

.grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
}

.wid100 {
    width: 100% !important;
}

.txt_under {
    text-decoration: underline;
}

/* bar */
.mu_bar {
    position: relative;
    display: block;
}
.mu_bar::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: .8rem;
    background:var(--border);
    content: '';
    top: 50%;
    transform: translateY(-50%);
}

/* ½ºÅ©·Ñ */
.scroll_hide::-webkit-scrollbar {
    display: none;
}  
.scroll_hide {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding: 1rem
}
/* .scroll:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(72,86,103,.15)
} */
.scroll.vertical {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap
}
.scroll.vertical:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px
}
.scroll::-webkit-scrollbar,
.scroll_css::-webkit-scrollbar {
    width: 5px;
}
.scroll::-webkit-scrollbar-track,
.scroll_css::-webkit-scrollbar-track {
    background: #f8f8f8
}
.scroll::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb:hover,
.scroll_css::-webkit-scrollbar-thumb,.scroll_css::-webkit-scrollbar-thumb:hover {
    background: #cdcdcd;
    border-radius: 2rem
}


/* Ã¼Å©¹Ú½º, ¶óµð¿À */
.input_chk {
    position: relative;
}

.input_chk input[type=checkbox],
.input_chk input[type=radio] {
    margin: 0;
    position: absolute;
}

.input_chk_label {
    line-height: 1.8rem;
    cursor: pointer;
}

.input_chk_label:before {
    content: "";
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .3rem;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-top: -.4rem;
    margin-right: .9rem;
}

.input_chk input[type=checkbox]:checked+label:before,
.input_chk input[type=radio]:checked+label:before,
.input_chk input[type=checkbox]:checked+label:after  {
    background: #000 url(/img/front/icon/general_icon_chk_on.webp) no-repeat center;
    background-size: 1.3rem;
    border: 1px solid rgba(0, 0, 0, 1);
}

.input_radio {
    position: relative;
    display: inline-block;
    height: 2rem
}

.input_radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0
}

.input_radio input[type=radio]+label {
    padding-left: 3rem;  
    font-size: var(--fz16);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.input_radio input[type=radio]+label:before {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1rem;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    box-sizing: border-box
}

.input_radio input[type=radio]:checked+label {
    color: #000
}

.input_radio input[type=radio]:checked+label:before {
    border-color: #000
}

.input_radio input[type=radio]:checked+label:after {
    content: "";
    width: .8rem;
    height: .8rem;
    background: #000;
    position: absolute;
    top: 0.9rem;
    left: .5rem;
    margin-top: -0.4rem;
    border-radius: 100%
}

.input_radio label {
    cursor: pointer
}

.input_file {
    position: relative;
    padding-right: 57px
}

.input_file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: .000001
}

.input_file .del_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 70px;
    z-index: 1
}

.input_file .del_btn span {
    color: #ee2737;
    border-bottom: 1px solid #ee2737
}

.input_file .circle_btn {
    position: absolute;
    top: 0;
    right: 0
}

.input_text_count {
    position: relative
}

.input_text_count input[type=text],.input_text_count textarea {
    padding-right: 75px
}

.input_text_count textarea {
    height: 200px
}

.input_text_count .text_count {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 50px;
    line-height: 50px;
    color: #e0e0e0;
    font-size: .75rem;
    pointer-events: none;
}

.input_text_count .text_count b {
    font-weight: normal
}

.input_color {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 120px
}

.theme_color_custom .input_color {
    width: 150px;
    margin-right: 3px
}

.theme_color_custom .input_color input[type=text] {
    height: 50px
}

.input_color input[type=text] {
    height: 30px;
    color: #6c6c6c
}

.input_color .input_color_select {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    background-color: #000;
    border-radius: 50%
}

.theme_color_custom .circle_btn {
    background: #000
}

.input_period input {
    background: url(/img/front/icon/general_icon_calender.png) right 12px center/17px no-repeat;
    max-width: 170px;
    max-height: 42px;
    font-family: "Noto Sans KR",sans-serif;
    color: #6c6c6c;
    vertical-align: middle;
    cursor: pointer
}

.input_period input::placeholder {
    color: #000
}

.input_phone {
    display: flex;
    align-items: center
}

.input_phone .phone_num {
    width: 24%
}

.input_phone .bar {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 1px;
    background: #6c6c6c;
    margin: 0 6px
}

.input_address {
    display: flex;
    flex-wrap: wrap
}

.input_address .input_post_number {
    width: calc(100% - 130px) !important;
    margin-right: 7px
}

.input_address input:not(.input_post_number) {
    margin-top: 8px
}

.input_address .address_btn {
    width: 123px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50px
}

.circle_btn {
    width: 40px;
    height: 40px;
    line-height: 50px;
    border-radius: 50%;
    background: #c9c9c9;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.circle_btn:hover {
    background: #000
}

.circle_btn img {
    vertical-align: middle;
    margin-top: -13px
}

#cursor {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 6.8rem;
    height: 6.8rem;
    margin: -45px 0 0 -45px;
    border-radius: 50%;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity .1s,transform .4s;
    -ms-transition: opacity .1s,transform .4s;
    -o-transition: opacity .1s,transform .4s;
    -webkit-transition: opacity .1s,transform .4s;
    transition: opacity .1s,transform .4s;
    opacity: 0;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    overflow: hidden;
    isolation: isolate
}

#cursor.act {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

#cursor.act span {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1
}

#cursor span {
    display: block;
    width: 100%;
    height: auto;
    background-color: var(--main_color);
    color: #fff;
    line-height: 6.8rem;
    text-align: center;
    text-transform: uppercase;
    /* font-size: 14px;
    font-weight: bold; */
    opacity: 0;
    transition: opacity .3s
}
#cursor.color span {
    color:  var(--main_color);
    background-color: #fff;
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #c8ccd1;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1.7rem;
    font-weight: normal;
    height: 7rem;
    line-height: 5rem;
    outline: none;
    padding-left: 2.9rem;
    padding-right: 14.9rem;
    position: relative;
    text-align: left !important;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #babfc5
}

.nice-select:after {
    content: "";
    display: block;
    height: 1rem;
    width: 1.7rem;
    pointer-events: none;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transition: all .5s ease-in-out;
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .nice-select:after {
        right:1.5rem;
        width: .8rem
    }
}

.nice-select.open:after {
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ced1d6;
    color: #c8ccd1;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #fff
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.11);
    box-sizing: border-box;
    margin-top: 5px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-3.5rem);
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;
    z-index: 9;
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 23px 23px
}

.nice-select .list:hover .option:not(:hover) {
    background-color: rgba(0,0,0,0) !important
}

@media(max-width: 767px) {
    .nice-select .list {
        margin-top:0
    }
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 4rem;
    list-style: none;
    min-height: 4rem;
    outline: none;
    padding-left: 2.9rem;
    padding-right: 4rem;
    text-align: left;
    transition: all .2s;
    border-radius: 10px;
    font-size: clamp(1.2rem,1vw,1.6rem)
}

.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus {
    background-color: #f8f8f8
}

.nice-select .option.disabled {
    background-color: rgba(0,0,0,0);
    color: #c8ccd1;
    cursor: default
}

@media(max-width: 767px) {
    .nice-select .option {
        font-size:1.2rem;
        min-height: 3.5rem;
        line-height: 3.5rem;
        padding-left: 1.2rem
    }
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.search_wr .select_box .nice-select {
    width: 14rem;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(72,86,103,.15);
    height: 6.5rem;
    line-height: 6.5rem;
    margin-right: 3rem
}

.search_wr .select_box .nice-select:after {
    height: 1rem;
    width: 1.7rem;
    right: 0;
    background-image: url(/img/front/common/btn_arrow_select_02.png)
}

.search_wr .select_box .nice-select span {
    font-size: 2rem;
    font-weight: bold
}

.search_wr .select_box .nice-select .list {
    margin: 0
}

@media(max-width: 767px) {
    .search_wr .select_box .nice-select {
        width:9rem;
        height: 5rem;
        line-height: 5rem;
        margin-right: .8rem
    }

    .search_wr .select_box .nice-select:after {
        width: 1.4rem;
        height: .8rem
    }

    .search_wr .select_box .nice-select span {
        font-size: 1.4rem
    }
}

.nice-select-wrap {
    margin: 1rem auto 0;
    overflow: hidden;
    transition: background 300ms ease;
    width: 27.3rem;
    border-radius: 23px;
    box-shadow: 0 0 13.5px 1.5px rgba(151,132,132,.08);
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 767px) {
    .nice-select-wrap {
        width:100%;
        left: 0;
        top: 30px;
        margin: 2rem 0;
        border-radius: 10px
    }
}

.nice-select-wrap.down {
    background-color: #fff
}

.nice-select-wrap.down .drop {
    color: rgba(22,22,22,.4)
}

.nice-select-wrap.down .drop::after {
    background: url("/img/front/icon/drop_up_black.png") no-repeat 90% center
}

.nice-select-wrap .drop,.nice-select-wrap ul a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: rgba(22,22,22,.8);
    line-height: 4.8rem;
    height: 4.8rem;
    font-size: clamp(1.2rem,1vw,1.6rem);
    padding: 0 2.9rem
}

@media(max-width: 767px) {
    .nice-select-wrap .drop,.nice-select-wrap ul a {
        height:3rem;
        line-height: 3rem
    }
}

.nice-select-wrap .drop {
    position: relative
}

.nice-select-wrap .drop::after {
    content: "";
    display: block;
    height: 1rem;
    width: 1.7rem;
    pointer-events: none;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    background: url("/img/front/icon/drop_down_black.png") no-repeat 90% center;
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .nice-select-wrap .drop::after {
        right:1.5rem
    }
}

.nice-select-wrap ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    max-height: 20rem;
    overflow-y: auto;
    display: none
}

@media(max-width: 767px) {
    .nice-select-wrap ul {
        max-height:20rem
    }
}

.nice-select-wrap ul::-webkit-scrollbar {
    width: 2px
}

.nice-select-wrap ul::-webkit-scrollbar-thumb {
    height: 5%;
    background: rgba(64,64,64,.5);
    border-radius: 10px
}

.nice-select-wrap ul::-webkit-scrollbar-track {
    width: 50px;
    background: #fff
}

.nice-select-wrap ul::-webkit-scrollbar-button:vertical:start:decrement,.nice-select-wrap ul .sidebar.close>.copy-sub>.sub-menu::-webkit-scrollbar-button:vertical:start:increment {
    display: block;
    height: 25px
}

.nice-select-wrap ul::-webkit-scrollbar-button:vertical:end:decrement {
    display: block;
    width: 25px
}

.nice-select-wrap ul a {
    position: relative
}

.nice-select-wrap ul a:hover {
    background-color: #fff
}

.nice-select-wrap ul.select-ul.down {
    background-color: #fff
}

.cursor_hover {
    transition: all .5s ease-in-out;
    transition-property: transform;
    position: fixed;
    width: 8.2rem;
    height: 8.2rem;
    transform: translate(-50%, -50%) scale(0);
    background: url(/img/front/common/cursor_slide.png) center/100%;
    z-index: 9999;
    pointer-events: none;
    cursor: none
}

.cursor_hover.show {
    transform: translate(-50%, -50%) scale(1)
}

/* date picker */
body .datepicker_input {
    padding-right: 2rem;
    background: url(/img/front/common/ico_datepicker.png) no-repeat center right 1.5rem/2.4rem;
    letter-spacing: normal;
    position: relative
}

@media(max-width: 767px) {
    body .datepicker_input {
        background-size:2rem;
        background-position: center right .5rem
    }
}

body .datepicker {
    position: relative
}
body .ui-datepicker.ui-widget {
    display: none;
}
body .ui-datepicker.ui-widget {
    border-radius: 1rem;
    padding: 2.7rem 2.5rem;
    margin: 0.8rem 0 0 0;
    width: 25.4rem;
    background: #fff;  
    box-shadow: 0px 5px 14.4px 1.6px rgba(0, 0, 0, 0.07);
    border: solid 1px #e5e5e5;
}

body .ui-datepicker.ui-widget .ui-datepicker-header {
    background: inherit;
    border: none;
    position: relative;
}

body .ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all {
    border: none;
    top: .2rem;
    left: 0;
    width: 0.8rem;
    height: 1.5rem;
    padding: 0;
    font-size: 0;
    text-indent: -6666px;
    cursor: pointer;
    position: absolute;
    background: #fff url('/img/front/board/page_left.webp') no-repeat center;
    background-size: 0.8rem;
}

body .ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0;
    left: auto;
    background: #fff url('/img/front/board/page_right.webp') no-repeat center;
}

body .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
}

body .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title span {
    letter-spacing: inherit
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar {
    margin: 0.7rem 0 0;
    table-layout: fixed;
    border: 0
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar thead tr {
    border-bottom: .8rem solid rgba(0,0,0,0);
    background: #fff
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar thead tr th {
    overflow: hidden;
    border: 0;
    padding-bottom: 0.3rem;
    color: #000;
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar tr {
    border: none
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar tr:after {
    display: none
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar th {
    font-size: 1.3rem;
    font-weight: 500;
    padding: .8rem 0;  
    color: rgba(0, 0, 0, 0.7);
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar td {
    border: 0;
    padding: 0;
    text-align: center;
    padding: .7rem 0;
    color: rgba(22, 22, 22, .2);
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar td a {
    border: none;
    color: #000;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;  
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
    letter-spacing: normal;
    position: relative;
    z-index: 0
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar td a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    background-color: var(--main_color);
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
    opacity: 0;
    z-index: -1
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active:before {
    opacity: 1
}

body .ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active {
    color: #fff;
}

body .ui-datepicker.ui-widget.ui-datepicker-inline {
    width: 100%;
    height: 100%;
    padding: 0 3rem;
    transform: none;
    margin: 0
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header {
    margin: 3.3rem 2rem
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-corner-all {
    width: 5rem;
    height: 5rem;
    background: url(../../img/front/common/btn_arrow_left.png) no-repeat center/2rem;
    border-radius: 50%;
    padding: 0
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    background-image: url(../../img/front/common/btn_arrow_right.png)
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-corner-all:hover:not(.slick-disabled) {
    background-color: #485667;
    background-image: url(../../img/front/common/btn_arrow_left_on.png)
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-corner-all:hover:not(.slick-disabled).ui-datepicker-next {
    background-image: url(../../img/front/common/btn_arrow_right_on.png)
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
    font-size: 2.5rem
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%;
    margin: 4rem auto 0
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar thead tr {
    background: rgba(0,0,0,0);
    border: none
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar th {
    font-size: 1.6rem
}


body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td a {
    font-size: 1.8rem;
    padding: 2.5rem 0
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td a:before {
    width: 5rem;
    height: 5rem;
    filter: blur(0.5rem);
    -webkit-filter: blur(0.5rem);
    background-image: linear-gradient(to top, #8167cf, #c770bb)
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today {
    position: relative
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    background: #dfdbcf;
    width: .8rem;
    height: .8rem;
    border-radius: 50%
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-week-end:first-of-type,body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-week-end:first-of-type a {
    color: #f23163
}

body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-week-end:last-of-type,body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar .ui-datepicker-week-end:last-of-type a {
    color: #0061d7
}
body .ui-datepicker-buttonpane > button {
    display: none;
}

@media(max-width: 767px) {
    #ui-datepicker-div {

    }
    body .ui-datepicker.ui-widget {
        border-radius: 1.8rem;
        margin-top: .5rem;
        z-index: 1002 !important;
        width: 100%;
        height: 433px;
        bottom: 0  !important;
        top: auto !important;
        left: 0 !important;        
        box-shadow: none;
        border: 0;
        padding: 5rem 0.7rem !important; 
    }
    body .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
        font-size:1.5rem
    }
    body .ui-datepicker.ui-widget .ui-datepicker-calendar {
        margin-top: 35px;
    }
    body .ui-datepicker.ui-widget .ui-datepicker-calendar td {
        padding: 15px 0;
    }
    body .ui-datepicker.ui-widget .ui-datepicker-calendar td a, 
    body .ui-datepicker.ui-widget .ui-datepicker-calendar td span {
        font-size: 15px;
    }
    body .ui-datepicker.ui-widget .ui-datepicker-calendar th {
        font-size: 15px;
        padding: .6rem 0
    }
    body .ui-datepicker.ui-widget .ui-datepicker-calendar td a:before {
        width: 36px;
        height: 36px;
        top: 48%
    }
    body  .ui-datepicker-buttonpane > button.ui-datepicker-close {
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 1003;
        width: 15px;
        height: 15px;
        background: url(/m/img/musign/board/search_x.webp) no-repeat center;
        background-size: contain;
        display: block;
        font-size: 0;
        text-indent: -99999px;
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline {
        padding:0 2rem
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header {
        margin:2.5rem 0 1rem
    }
    body .ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all {
        width: 5px;
        height: 11px;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
        margin-left: -80px;
    }
    body .ui-datepicker.ui-widget .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
        left: auto;
        right: 50%;
        transform: translateX(-50%);
        background-size: contain;
        margin-right: -80px;
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
        font-size:2.3rem
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
        font-size:1.5rem;
        letter-spacing: normal
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar {
        width:calc(100% + 1.4rem);
        margin-left: -0.7rem;
        margin-top: 1.5rem
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar th {
        font-size:1.2rem
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td a {
        font-size:1.1rem;
        padding: 1rem
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td a:before {
        width:3rem;
        height: 3rem;
        top: 48%;
        filter: blur(0);
        -webkit-filter: blur(0);
        background-image: linear-gradient(to top, #65a0e2, #e5ade2)
    }
    body .ui-datepicker.ui-widget.ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-today:before {
        top:.3rem;
        width: .4rem;
        height: .4rem
    }
}


/* table */
table {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}

table thead {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -0.96px;
    position: relative;
}

table thead tr { 
}
table thead tr th {
    padding: 2.4rem 0;
    font-size: clamp(1.2rem,1.7vw,1.6rem);
    font-weight: 500;
    background-color: #f6f6f6;   
    overflow: hidden;
}

table thead tr th:first-child {
    border-radius: 1rem 0 0 1rem;
}
table thead tr th:last-child {
    border-radius: 0 1rem 1rem 0;
}

table tbody tr {
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--border);
    transition: all .5s ease-in-out;
}

table tbody tr td {
    text-align: center;
    padding: 2rem 0;
    font-size: clamp(1.2rem,1.7vw,1.6rem);
    letter-spacing: -0.96px;
    font-weight: normal;
    color: rgba(22,22,22,.8);
    line-height: 1.3;
}

table tbody tr td.t_l {
    padding-left: 6rem;
}

table tbody tr td a {
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
    display: block
}

/* popup */
.mu_pop,
.guide_popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1240px;
}
.mu_pop .btn_x,
.guide_popup .btn_x {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
}
.mu_pop .btn_x img, 
.guide_popup .btn_x img {
    width: 16px;
}
.mu_pop .inner,
.guide_popup .inner {
    width: 110rem;
    min-height: 71rem;
    background-color: #fff;
    padding: 8rem 6rem;
    border-radius: .5rem;
}
.scroll_popup .inner {
    height: 71rem;
    overflow: hidden;
    width: 130rem;
}

/* ¼¿·ºÆ® ¹Ú½º */

.wr_select {
    margin-top: 18px;
    margin-bottom: 30px;
    min-width: 150px;
    margin-right: 20px;
    height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #e5e5e5;
    background: url(/img/front/member/select_arr.webp) no-repeat right center;
}
