@charset "utf-8";

/* ——————————————————————————
 * prodList_none
/* —————————————————————————— */
.prodList_none {
    padding: 100px 0 120px;
    text-align: center;
}

.prodList_none p {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 40px 0 0
}


/* ————————————————————————————————————————————————————
 * subCate [list]
/* ———————————————————————————————————————————————————— */
.subCate {
    margin-top: 0;
}

.subCate ul {
    padding: 15px 0;
    margin: 1px 0 0 1px;
}

.subCate ul li {
    float: left;
    width: 33.333333%;
    display: table-cell;
}

.subCate ul li a {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border: 1px solid #eee;
    color: #666;
    margin: -1px 0 0 -1px;
    letter-spacing: -0.1em;
}

.subCate ul li.active a {
    color: #FFF;
    background: #fb7344;
    font-weight: 500;
    position: relative;
}

.subCate ul li.active a:after {
    content: '';
    position: absolute;
    border: 1px solid #fb7344;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    top: 0;
    left: 0;
    z-index: 2;
}

.subCate ul.combine li {
    width: 50%;
}

.subCate ul.combine li a {
    font-size: 11px;
}


/* ————————————————————————————————————————————————————
 * prodList [list]
/* ———————————————————————————————————————————————————— */
/* prod_list_basic */
.prod_list_basic {
    padding: 10px 20px 30px;
}

.prod_list_basic ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: start;
    gap: 10px;
}

.prod_list_basic ul > .list_banner_box {
    grid-column: 1 / -1;
}

.prod_list_basic .prod_item {
    position: relative;
    background-color: var(--background-normal);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(113, 113, 115, 0.08);
    overflow: hidden;
}

.prod_list_basic .prod_item .prod_heart {
    width: 40px;
    height: 40px;
    padding: 11px;
    background: transparent;
    font-size: 18px;
    color: #bbb;
    position: absolute;
    right: 4px;
    top: 6px;
    z-index: 10;
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.prod_list_basic .prod_item .prod_heart i {
    display: block
}

.prod_list_basic .prod_item .prod_heart.on i {
    color: #fb3939
}

.prod_list_basic .prod_item .prod_heart.on i.icon-heart:before {
    content: "\ea20" !important
}

.prod_list_basic .prod_item .prod_trash {
    width: 40px;
    height: 40px;
    padding: 11px;
    background: transparent;
    font-size: 18px;
    color: #bbb;
    position: absolute;
    right: 4px;
    top: 6px;
    z-index: 10;
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.prod_list_basic .prod_item .prod_trash i {
    display: block
}

.prod_list_basic .prod_item .prod_trash.on i.icon-trash:before {
    content: "\e9ef" !important
}

.prod_list_basic .flag_wrap span:nth-child(n + 4),
.list_best_item .flag_wrap span:nth-child(n + 4) {
    display: none;
}

.prod_list_basic .prod_item a .photo {
    position: relative;
    min-height: 200px;
}

.prod_list_basic .prod_item a .photo img {
    width: 100%;
    height: auto
}

.prod_list_basic .prod_item a .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    padding: 15px;
}

.prod_list_basic .prod_item a .info .prd_tit {
    display: block;
}

.prod_list_basic .prod_item a .info .event {
    color: #e74c3c;
    width: 90%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    text-overflow: ellipsis;
    word-break: break-word;
}

.prod_list_basic .prod_item a .info .model {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: 400;
    color: var(--label-alternative);
}

.prod_list_basic .prod_item a .info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: var(--label-normal);
    word-break: break-all;
    align-self: stretch;
}

.prod_list_basic .prod_item a .info .fc_red {
    max-width: 99%;
    font-size: 12px;
    letter-spacing: -0.025em;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-transform: uppercase;
}

.prod_list_basic .prod_item a .info .prd_prc {
    margin-top: 16px;
}

.prod_list_basic .prod_item a .info .prd_prc .mon_prc {
    font-size: 13px;
    font-weight: 400;
    color: var(--label-alternative);
}

.prod_list_basic .prod_item a .info .prd_prc .mon_prc em {
    text-decoration: line-through;
}

.prod_list_basic .prod_item a .info .prd_prc .tot_prc {
    font-size: 17px;
    font-weight: 500;
    color: var(--label-normal);
    padding-top: 3px;
}

.prod_list_basic .prod_item a .info .prd_prc .tot_prc em {
    font-size: 18px;
    font-weight: 700;
}

.prod_list_basic .prod_item a .info .prd_prc dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.prod_list_basic .prod_item a .info .prd_prc dl.card {
    color: #FB6D3A;
}

.prod_list_basic .prod_item a .info .prd_prc dl:after {
    display: none;
}

.prod_list_basic .prod_item a .info .prd_prc dl:first-child {
    margin-top: 0;
}

.prod_list_basic .prod_item a .info .prd_prc dl dt,
.prod_list_basic .prod_item a .info .prd_prc dl dd {
    font-size: 12px;
}

.prod_list_basic .prod_item a .info .prd_prc dl dd {
    font-size: 15px;
    font-weight: 500;
}

.prod_list_basic .prod_item a .info .prd_prc dl dd em {
    font-size: 18px;
    font-weight: 700;
    vertical-align: baseline;
}

/* 할인금액이 있는 경우 */
.prod_list_basic .prod_item a .info .prd_prc dl.discount dd > em.org_prc {
    font-size: 15px;
    color: #BFBFBF;
    padding-right: 3px;
    text-decoration: line-through;
}

.prod_list_basic .prod_item .spec {
    position: relative;
    padding: 12px 60px 12px 12px;
    display: none
}

.prod_list_basic .prod_item .spec:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 1px;
    background: #eee
}

.prod_list_basic .prod_item .spec .spec_more {
    width: 50px;
    height: 52px;
    background: transparent;
    position: absolute;
    top: 12px;
    right: 0
}

.prod_list_basic .prod_item .spec .spec_more:after,
.prod_list_basic .prod_item .spec .spec_more:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 1px;
    background-color: #aaa;
    content: '';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.prod_list_basic .prod_item .spec.open .spec_more:after,
.prod_list_basic .prod_item .spec.open .spec_more:before {
    background-color: #2d2d2d
}

.prod_list_basic .prod_item .spec .spec_more:before {
    right: 18px
}

.prod_list_basic .prod_item .spec .spec_more:after {
    right: 25px
}

.prod_list_basic .prod_item .spec .spec_more:after,
.prod_list_basic .prod_item .spec.open .spec_more:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.prod_list_basic .prod_item .spec .spec_more:before,
.prod_list_basic .prod_item .spec.open .spec_more:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.prod_list_basic .prod_item .spec ul {
    max-height: 52px;
    overflow: hidden;
    font-size: 0
}

.prod_list_basic .prod_item .spec.open ul {
    max-height: none
}

.prod_list_basic .prod_item .spec ul li {
    display: inline-block;
    padding: 3px
}

.prod_list_basic .prod_item .spec ul li span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #f2f2f2;
    color: #888888;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 4px
}

.prodList_wrap .sort_wrap {
    background: #FFF;
    margin-top: 10px;
    padding: 15px 18px;
    border-bottom: 1px solid #EEEEEE;
}

.prodList_wrap .sort_wrap h3 {
    font-weight: bold;
    padding: 5px 0;
}

.prodList_wrap .sort_wrap h3 span {
    color: #fb7244;
}

/* ——————————————————————————
 * placeholder
/* —————————————————————————— */
.prodList_wrap .placeholder {
    display: inline-block;
    width: 100%;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: rgb(73, 80, 87);
    opacity: .5;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.prodList_wrap .placeholder-image {
    background-color: #dcdcdc;
}

/* ————————————————————————————————————————————————————
 * filter
/* ———————————————————————————————————————————————————— */
.filter_area .btn_more {
    background: #f1f3f5;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 8px 0;
}

.filter_area .js-load {
    display: none;
}

.filter_area .js-load.active {
    display: block;
}

.filter_area .is_comp.js-load:after {
    display: none;
}

.filter_area .btn-wrap, .lists, .main {
    display: block;
}

.filter_area .btn_more i {
    vertical-align: 0;
}

/* ————————————————————————————————————————————————————
 * cate_location [view]
/* ———————————————————————————————————————————————————— */
.cate_location {
    margin: 0;
    padding: 0
}

.cate_location .slt_path {
    width: 50%;
    position: relative;
    float: left
}

.cate_location .slt_path .selectric {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.cate_location .path_1 .selectric {
    border-left-color: #fff
}

.cate_location .path_2 .selectric {
    border-left-color: #fff;
    border-right-color: #fff
}

.cate_location .slt_path .selectric-open .selectric {
    border-color: #2d2d2d !important
}


/* ————————————————————————————————————————————————————
 * prodView_photo [view]
/* ———————————————————————————————————————————————————— */
.prodView_photo {
    box-shadow: none;
    padding: 0;
    margin: 0
}

.prodView_photo .swiper-pagination {
    height: 5px;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    font-size: 0
}

.prodView_photo .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #000;
    opacity: 0.2;
    border-radius: 2px;
    transition: all 200ms
}

.prodView_photo.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.prodView_photo.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet ~ .swiper-pagination-bullet {
    margin-left: 8px
}

.prodView_photo .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1
}

.prodView_photo .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.04);
    z-index: 10
}

.prodView_photo .swiper-slide img {
    width: 100%;
    height: auto
}


/* ————————————————————————————————————————————————————
 * prodView_wrap [view]
/* ———————————————————————————————————————————————————— */
.prodView_wrap {
    position: relative;
    background: #f2f0ee;
    box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
    z-index: 10
}


/* ————————————————————————————————————————————————————
 * prodView_info [view]
/* ———————————————————————————————————————————————————— */
.prodView_info {
    margin-top: 0;
    padding: 30px 18px
}

/* btn_bundle */
.prodView_info .btn_bundle {
    position: absolute;
    top: 18px;
    right: 18px
}

.prodView_info .btn_bundle ul {
    font-size: 0
}

.prodView_info .btn_bundle li {
    display: inline-block;
    margin-left: 15px
}

.prodView_info .btn_bundle li button {
    background: transparent
}

.prodView_info .btn_bundle li button i {
    display: block;
    font-size: 20px;
    color: #bbbbbb
}

.prodView_info .btn_bundle li button.btn_heart.on i {
    color: #fb3939
}

.prodView_info .btn_bundle li button.btn_heart.on i.icon-heart:before {
    content: "\ea20" !important
}

/* prd_tit */
.prodView_info .prd_tit .modelNm {
    font-size: 13px;
    letter-spacing: 0;
    color: #888;
    margin-bottom: 6px;
    padding-right: 80px
}

.prodView_info .prd_tit h2 {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 900
}

/* smmr_info */
.prodView_info .smmr_info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.prodView_info .smmr_info dl {
    width: 100%;
    display: table;
    margin-top: 6px
}

.prodView_info .smmr_info dl:first-child {
    margin-top: 0
}

.prodView_info .smmr_info dl dd,
.prodView_info .smmr_info dl dt {
    display: inline-table;
    word-break: break-all;
}

.prodView_info .smmr_info dl dd.note,
.prodView_info .smmr_info dl dt.note {
    margin-top: 6px;
}

.prodView_info .smmr_info dl dt {
    width: 30%;
    color: #999
}

.prodView_info .smmr_info dl dd {
    width: 70%
}


/* ————————————————————————————————————————————————————
 * prodView_option [view]
/* ———————————————————————————————————————————————————— */
.prodView_option {
    padding-bottom: 30px;
    z-index: 10
}

.prodView_option .dt_process {
    text-align: center;
    position: relative;
    margin: 0 -18px;
}

.prodView_option .dt_process:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.prodView_option .dt_process span {
    display: block;
    padding: 16px 12px;
    font-size: 12px;
    background-color: #f9f7fe;
    border-radius: 8px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
}

.prodView_option .dt_process span p {
    color: #44207a;
    font-weight: 600;
}

.prodView_option .opt_select {
    margin-top: 20px
}

.prodView_option .opt_select .selectType_1 .tit {
    font-size: 12px;
}

.prodView_option .opt_select .selectType_1 .selectric-wrapper {
    margin-bottom: 10px
}

/*렌탈기간 input-radio 추가*/
.prodView_option .opt_select dl {
    margin-bottom: 16px;
}

.prodView_option .opt_select dl dt {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
}

.prodView_option .opt_select .radioType_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.prodView_option .opt_select .radioType_1 .radio {
    margin-bottom: 8px;
}

.prodView_option .opt_select .radioType_1 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    zoom: 1;
}

.prodView_option .opt_select .radioType_1 label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}

.prodView_option .opt_select .radioType_1 input[type="radio"]:checked + label {
    color: #FB6D3A;
    border: 2px solid #FB6D3A;
}

.prodView_option .opt_select .radioType_1 label em {
    font-weight: 700;
    padding-left: 3px;
}

.prodView_option .order_form_wrap .input_wrap label {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}

.prodView_option .order_form_wrap .input_wrap input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 0 14px 19px;
    letter-spacing: 0;
}

.prodView_option .order_form_wrap .input_wrap input::placeholder {
    color: #ccc;
}

/* prod_prc */
.prodView_option .prod_prc_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    align-items: center;
    padding: 14px 18px;
    background: #f7f7f7;
    border-radius: 12px;
}

.prodView_option .prod_prc_wrap > div {
    flex: 1 0 auto;
}

.prodView_option .prod_prc_wrap .prod_rental_company {
    width: 100%;
    max-width: 150px;
}

.prodView_option .prod_prc_wrap .prod_rental_company img {
    height: 37px;
}

.prodView_option .prod_prc_wrap .prod_prc dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prodView_option .prod_prc_wrap .prod_prc dl:after {
    display: none;
}

.prodView_option .prod_prc_wrap .prod_prc dl dt {
    font-size: 13px;
    color: #495057;
    text-align: left;
}

.prodView_option .prod_prc_wrap .prod_prc dl dd {
    font-size: 16px;
}

.prodView_option .prod_prc_wrap .prod_prc dl.card dd {
    color: #fa6c39;
}

.prodView_option .prod_prc_wrap .prod_prc dl dd em {
    font-size: 18px;
    font-weight: 700;
    vertical-align: baseline;
}

.prodView_option .prod_prc dl dd em.discount {
    font-size: 15px;
    font-weight: 500;
    color: #bfbfbf;
    margin-right: 5px;
    text-decoration: line-through;
}

#event_notice {
    margin-top: 10px;
}

#event_notice .main_noti {
    color: #503E9D;
    background: #EAE6FF;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
}

#event_notice .main_noti strong {
    font-weight: bolder;
}

#event_notice .sub_noti {
    padding: 5px;
    color: #bfbfbf;
    line-height: 1.3;
}

#event_notice p.sub_noti em {
    font-weight: 700;
}

/* prod_cardInfo */
.prodView_option .prod_cardInfo {
    position: relative;
    margin-top: 10px
}

.prodView_option .prod_cardInfo a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #212529;
    overflow: hidden;
    margin-top: 20px;
}

.prodView_option .prod_cardInfo a em {
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: 0;
    z-index: 1
}

.prodView_option .prod_cardInfo a em:before {
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(250, 205, 93, 0.65);
    z-index: -1
}

.prodView_option .prod_cardInfo a i.icon-card {
    display: inline-block;
    font-size: 18px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
}

.prodView_option .prod_cardInfo a i.icon-plus {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #212529;
    position: absolute;
    right: 0;
    top: 0
}

.prodView_option .checksType_1 {
    margin-top: 15px;
}

/* btn_wrap */
.prodView_option .btn_wrap {
    font-size: 0;
    margin-top: 10px;
    overflow: hidden
}

.prodView_option .btn_wrap .btn {
    min-width: inherit;
    padding: 0;
    float: left
}

.prodView_option .btn_wrap .btn_cart {
    width: 60px;
    margin-right: 8px
}

.prodView_option .btn_wrap .btn_cart i {
    vertical-align: middle;
    font-size: 22px
}

.prodView_option .btn_wrap .btn_submit {
    width: calc(100%)
}

.prodView_option .btn_wrap .btn_disabled {
    color: #fff;
    background: #ccc;
}

.rtgd_option .btn_wrap {
    font-size: 0;
    margin-top: 20px;
    overflow: hidden
}

.rtgd_option .btn_wrap .btn {
    min-width: inherit;
    padding: 0;
    float: left
}

.rtgd_option .btn_wrap .btn_cart {
    width: 60px;
    margin-right: 8px
}

.rtgd_option .btn_wrap .btn_submit {
    width: calc(100% - 174px)
}

/* btn_simple */
.prodView_option .btn_simple {
    margin-top: 10px;
    position: relative;
    padding-bottom: 40px
}

.prodView_option .btn_simple .btn {
    width: 100%;
    position: relative;
}

.prodView_option .btn_simple .btn span {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.prodView_option .btn_simple .btn i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.prodView_option .btn_simple .btn_simple_info {
    line-height: 29px;
    padding: 0 14px;
    background: #212529;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 99
}

.prodView_option .btn_simple .btn_simple_info:before {
    content: '';
    position: absolute;
    left: 18px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #212529 transparent
}

/* pv_directcall */
.prodView_option .pv_directcall {
    margin-top: 30px
}

.prodView_option .pv_directcall a {
    position: relative;
    display: block;
    padding: 16px 20px;
    border: 2px solid #fa6c39;
    border-radius: 12px;
    overflow: hidden
}

.prodView_option .pv_directcall a > h4 em {
    position: relative;
    display: inline-block;
    animation: directcallAni1 1s infinite
}

.prodView_option .pv_directcall a > h4 em:nth-child(1) {
    animation-delay: 0.1s
}

.prodView_option .pv_directcall a > h4 em:nth-child(2) {
    animation-delay: 0.2s
}

.prodView_option .pv_directcall a > h4 em:nth-child(3) {
    animation-delay: 0.3s
}

.prodView_option .pv_directcall a > h4 em:nth-child(4) {
    animation-delay: 0.4s
}

.prodView_option .pv_directcall a > h4 em:nth-child(5) {
    animation-delay: 0.5s
}

.prodView_option .pv_directcall a > h4 em:nth-child(6) {
    animation-delay: 0.6s
}

.prodView_option .pv_directcall a > h4 em:nth-child(7) {
    animation-delay: 0.7s
}

.prodView_option .pv_directcall a > h4 em:nth-child(8) {
    animation-delay: 0.8s
}

.prodView_option .pv_directcall a > p {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    color: #2d2d2d;
    margin-top: 3px;
    letter-spacing: 0
}

.prodView_option .pv_directcall a > span {
    display: block;
    font-size: 11px;
    color: #888;
    margin-top: 3px
}

.prodView_option .pv_directcall a > .ico {
    width: 105px;
    height: 116px;
    background: url("../img/character2.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    right: -30px
}

/*prodCompare_detail pv_directcall */
.prodCompare_detail .pv_directcall {
    padding-top: 30px
}

.prodCompare_detail .pv_directcall a {
    position: relative;
    display: block;
    padding: 10px 20px;
    border: 2px solid #fa6c39;
    border-radius: 12px;
    overflow: hidden
}

.prodCompare_detail .pv_directcall a > h4 em {
    position: relative;
    display: inline-block;
    animation: directcallAni1 1s infinite
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(1) {
    animation-delay: 0.1s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(2) {
    animation-delay: 0.2s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(3) {
    animation-delay: 0.3s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(4) {
    animation-delay: 0.4s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(5) {
    animation-delay: 0.5s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(6) {
    animation-delay: 0.6s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(7) {
    animation-delay: 0.7s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(8) {
    animation-delay: 0.8s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(9) {
    animation-delay: 0.9s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(10) {
    animation-delay: 1.0s
}

.prodCompare_detail .pv_directcall a > h4 em:nth-child(11) {
    animation-delay: 1.1s
}

.prodCompare_detail .pv_directcall a > p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #2d2d2d;
    margin-top: 3px;
    letter-spacing: 0
}

.prodCompare_detail .pv_directcall a > p > span {
    font-size: 11px;
    font-weight: 400;
    vertical-align: bottom;
}

.prodCompare_detail .pv_directcall a > .ico {
    width: 105px;
    height: 116px;
    background: url("../img/character2.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: -30px
}

@keyframes directcallAni1 {
    0%,
    40% {
        top: 0
    }
    20% {
        top: -0.2rem
    }
}


/* ————————————————————————————————————————————————————
 * prodView_event [view]
/* ———————————————————————————————————————————————————— */
.prodView_event {
    padding-bottom: 25px;
    z-index: 10
}

.prodView_event .sec_tit {
    padding-bottom: 8px;
    margin-bottom: 15px
}

/* evt_tit */
.prodView_event .evt_tit {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    background: #fff2f2;
    color: #f03e3e;
    font-weight: 700;
    padding: 14px;
    border-radius: 6px;
    text-align: center
}

/* evt_txt */
.prodView_event .evt_txt {
    margin-top: 20px
}

.prodView_event .evt_txt img {
    width: 100%;
    height: auto
}


/* ————————————————————————————————————————————————————
 * prodView_smmrinfo [view]
/* ———————————————————————————————————————————————————— */
.prodView_smmrinfo {
    padding-bottom: 0
}

.prodView_smmrinfo .sec_tit {
    margin-bottom: 15px
}

/* prd_dtlinfo */
.prodView_smmrinfo .prd_dtlinfo {
    padding-bottom: 20px
}

.prodView_smmrinfo .prd_dtlinfo dl {
    width: 100%;
    display: table;
    margin-top: 4px
}

.prodView_smmrinfo .prd_dtlinfo dl:first-child {
    margin-top: 0
}

.prodView_smmrinfo .prd_dtlinfo dl.hidden {
    display: none
}

.prodView_smmrinfo .prd_dtlinfo dl dd,
.prodView_smmrinfo .prd_dtlinfo dl dt {
    display: table-cell;
    word-break: break-all
}

.prodView_smmrinfo .prd_dtlinfo dl dt {
    width: 32%;
    color: #999
}

.prodView_smmrinfo .prd_dtlinfo dl dd {
    width: 68%;
    letter-spacing: -0.015em
}

/* dtlinfo_more */
.prodView_smmrinfo .dtlinfo_more {
    border-top: 1px solid #eee
}

.prodView_smmrinfo .dtlinfo_more button {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    color: #999;
    position: relative
}

.prodView_smmrinfo .dtlinfo_more button:after {
    content: "\ea34";
    font-family: 'mong-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    width: auto;
    height: auto;
    border: none;
    vertical-align: middle;
    margin-left: 6px
}

.prodView_smmrinfo.active .dtlinfo_more button:after {
    content: "\ea37"
}


/* ————————————————————————————————————————————————————
 * prodView_share [view]
/* ———————————————————————————————————————————————————— */
.prodView_share .btn_bundle {
    padding: 12px 0;
}

.prodView_share .btn_bundle ul li {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.prodView_share .btn_bundle ul li a {
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -999999em;
    overflow: hidden;
    background: url("../img/ico_sns.png") no-repeat;
    -webkit-background-size: 120px 300px;
    background-size: 120px 300px;
    -webkit-transition: none;
    transition: none
}

.prodView_share .btn_bundle ul li a.sns_url {
    background-position: -60px 0
}

.prodView_share .btn_bundle ul li a.sns_kakaotalk {
    background-position: -60px -60px
}

.prodView_share .btn_bundle ul li a.sns_facebook {
    background-position: -60px -180px
}

.prodView_share .btn_bundle ul li a.sns_twitter {
    background-position: -60px -240px
}


/* ————————————————————————————————————————————————————
 * prodView_detail [view]
/* ———————————————————————————————————————————————————— */
.prodView_detail {
    position: relative;
    min-height: 200px
}

.prodView_detail .sec_tit {
    margin-bottom: 15px
}

.prodView_detail .zoom_info {
    width: 127px;
    height: 127px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: hidden;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    display: none
}

.prodView_detail .zoom_info img {
    width: 100%;
    height: 100%
}

.prodView_detail .prd_dtlImg,
.prodView_detail .ma_prd_dtlImg {
    margin: 0 -18px
}

.prodView_detail .prd_dtlImg img,
.prodView_detail .ma_prd_dtlImg img {
    max-width: 100%;
    height: auto
}

.prodView_detail .prd_dtlImg iframe,
.prodView_detail .prd_dtlImg embed,
.prodView_detail .ma_prd_dtlImg iframe,
.prodView_detail .ma_prd_dtlImg embed {
    width: 100%
}

/* 기타안내 에너지효율등급 이미지 비노출 */
.prodView_detail .prd_dtlImg.other .energy_notice {
    display: none;
}

/* 소노아임레디 안내사항 */
.prodView_detail .prd_dtlImg .sono_notice {
    padding: 18px;
    font-size: 16px;
    text-align: center;
    color: #f44936;
    background: #fff2f2;
    word-break: keep-all;
}

.prodView_detail .prd_dtlImg .sono_notice strong {
    font-weight: bolder;
}

.prodView_detail .prd_dtlImg .sono_notice ol li {
    padding-top: 5px;
}


/* ————————————————————————————————————————————————————
 * prodView_detail [view]
/* ———————————————————————————————————————————————————— */
.prodView_faq .content_list {
    padding-top: 0;
}

.prodView_faq {
    padding: 0;
}

.prodView_faq .sec_tit {
    margin: 0;
}

.prodView_faq .faq_list {
    gap: 0;
}

.prodView_faq .faq_item:not(:first-of-type) {
    border-top: 1px solid #ddd;
}

.prodView_faq .faq_item.active .acco_head,
.prodView_faq .faq_item.active .acco_body {
    box-shadow: none;
}


/* ————————————————————————————————————————————————————
 * prodView_etc [view]
/* ———————————————————————————————————————————————————— */

.prodView_etc {
    padding: 0;
}

.prodView_etc.section .sec_tit {
    margin: 0;
}

/* ————————————————————————————————————————————————————
 * prodView_recomm [view]
/* ———————————————————————————————————————————————————— */
.prodView_recomm {
    min-height: 200px
}

/* ————————————————————————————————————————————————————
 * prodView_compare [view]
/* ———————————————————————————————————————————————————— */
/* compare_tabs */
.compare_tabs {
    background-color: #f8f8f7;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
}

.compare_tabs ul li {
    width: 33.333333%
}

.compare_tabs ul li:first-child {
    margin-left: 0
}

.compare_tabs ul li a {
    position: relative;
    display: block;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.01em;
    white-space: nowrap;
    background-color: transparent;
    z-index: 1
}

.compare_tabs ul li.swiper-slide-thumb-active a {
    background-color: #fff
}

.compare_tabs ul li a .rts {
    display: inline-block;
    vertical-align: middle;
    line-height: initial
}

.compare_tabs ul li a .rts img {
    max-width: 98%;
    width: auto;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity: 0.35;
    max-height: 20px
}

.compare_tabs ul li.swiper-slide-thumb-active a img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1
}

.compare_tabs ul li a .rts img.AP-100002 {
    max-height: 11px
}

.compare_tabs ul li a .rts img.AP-100003 {
    max-height: 14px
}

.compare_tabs ul li a .rts img.AP-100004 {
    max-height: 28px
}

.compare_tabs ul li a .rts img.AP-100006 {
    max-height: 12px
}

.compare_tabs ul li a .rts img.AP-100007 {
    max-height: 16px
}

.compare_tabs ul li a .rts img.AP-100008 {
    max-height: 26px
}

.compare_tabs ul li a .rts img.AP-100009 {
    max-height: 28px
}

.compare_tabs ul li a .rts img.AP-100015 {
    max-height: 18px
}

/* compare_cont_wrap */
.compare_cont_wrap {
    position: relative;
    z-index: 1
}

.compare_cont_wrap .compare_guide {
    width: 178px;
    height: 144px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    z-index: 99;
    overflow: hidden;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: none
}

.compare_cont_wrap .compare_guide img {
    width: 100%;
    height: 100%
}

.compare_cont {
    padding: 0 18px 20px;
    margin-top: 0
}

.compare_cont_tit {
    padding: 24px 0 12px
}

.compare_cont_tit h3 {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em
}

.compare_cont_tit .label {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(251, 109, 58, 0.9);
    border: 1px solid #fb6d3a;
    border-radius: 4px;
    margin: 3px 0 0 6px
}

.compare_cont .info_bar {
    margin-bottom: 16px
}

.compare_cont .info_bar a {
    position: relative;
    display: block;
    font-size: 13.25px;
    line-height: 38px;
    padding: 0 16px;
    letter-spacing: -0.01em;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08)
}

.compare_cont .info_bar a em {
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: 0;
    z-index: 1
}

.compare_cont .info_bar a em:before {
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(250, 205, 93, 0.75);
    z-index: -1
}

.compare_cont .info_bar a i.icon-card {
    display: inline-block;
    font-size: 18px;
    margin: -2px 8px 0 0;
    vertical-align: middle
}

.compare_cont .info_bar a i.icon-chevron-right1 {
    display: inline-block;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.compare_cont .btn_submit {
    margin-top: 18px
}

/* compare_info */
.compare_info {
    position: relative;
    margin-top: 20px
}

.compare_info:before {
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    padding-right: 18px;
    background: #eeeeee
}

.compare_info .item .tit {
    position: relative
}

.compare_info .item .tit:before {
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    padding-right: 18px;
    background: #eeeeee
}

.compare_info .item .tit a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 13px 13px 13px 0;
    border-top: 1px solid #eee;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.compare_info .item.active .tit a {
    color: #2d2d2d;
    white-space: normal
}

.compare_info .item .tit a br {
    display: none
}

.compare_info .item .tit a:after,
.compare_info .item .tit a:before {
    content: '';
    background: #8e8e8e;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%
}

.compare_info .item .tit a:before {
    width: 13px;
    height: 1px;
    right: 0;
    opacity: 1
}

.compare_info .item .tit a:after {
    width: 1px;
    height: 13px;
    right: 6.5px
}

.compare_info .item.imgNone .tit a:after,
.compare_info .item.imgNone .tit a:before {
    display: none
}

.compare_info .item.active .tit a:after,
.compare_info .item.active .tit a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: #2d2d2d
}

.compare_info .item.active .tit a:before {
    opacity: 0
}

.compare_info .item .cont {
    padding: 0 0 20px;
    font-size: 11.5px;
    letter-spacing: -0.025em;
    color: #888;
    display: none
}

.compare_info .item .cont .info_txt dl {
    width: 100%;
    display: table;
    margin-top: 5px
}

.compare_info .item .cont .info_txt dl:first-child {
    margin-top: 0
}

.compare_info .item .cont .info_txt dl dd,
.compare_info .item .cont .info_txt dl dt {
    display: table-cell
}

.compare_info .item .cont .info_txt dl dt {
    width: 29%;
    color: #2d2d2d
}

.compare_info .item .cont .info_txt dl dd {
    width: 71%
}

.compare_info .item .cont img {
    max-width: 100%;
    height: auto
}

/* compare_box */
.compare_box .tit {
    position: relative;
    font-size: 0;
    line-height: 28px;
    padding: 16px 0
}

.compare_box .tit .rts {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.compare_box .tit .rts img {
    width: 100%;
    height: auto
}

.compare_box .tit h3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 1px
}

.compare_box .tit .flag {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    display: inline-block;
    font-size: 11.5px;
    color: #503e9d;
    background: rgba(80, 62, 157, 0.1);
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 8px
}

.compare_box .tit .btn_wrap {
    position: absolute;
    top: 17px;
    right: 0
}

.compare_box .tit .btn_wrap button {
    margin-left: 8px
}

.compare_box .tit .btn_wrap button i {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
    color: rgba(255, 255, 255, 0.9)
}

.compare_box .tit .prc {
    position: absolute;
    right: 50px;
    bottom: 16px
}

.compare_box .tit .prc dd,
.compare_box .tit .prc dt {
    display: inline-block;
    font-size: 12px
}

.compare_box .tit .prc dt {
    position: relative;
    color: #888;
    letter-spacing: 0;
    margin-right: 8px;
    padding-right: 8px
}

.compare_box .tit .prc dt:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px
}

.compare_box .tit .prc dd {
    letter-spacing: -0.01em
}

.compare_box .tit .prc dd em {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    margin-top: -1px
}

.compare_box .cont {
    border-top: 1px solid #2d2d2d;
    padding: 16px 0 20px
}

.compare_box .cont .info_bar {
    margin-top: 14px
}

.compare_box .cont .info_bar a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    border-radius: 4px
}

.compare_box .cont .info_bar a em {
    display: inline-block;
    position: relative;
    font-weight: 700;
    z-index: 1
}

.compare_box .cont .info_bar a em:before {
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(250, 205, 93, 0.75);
    z-index: -1
}

.compare_box .cont .info_bar a i.icon-card {
    display: inline-block;
    font-size: 18px;
    margin: 1px 6px 0 0
}

.compare_box .cont .info_bar a i.icon-chevron-right1 {
    display: inline-block;
    font-size: 11px;
    vertical-align: baseline;
    margin-left: 2px
}

.compare_box .cont .btn_submit {
    margin-top: 18px
}

/* compare_accd */
.compare_accd .compare_box .tit {
    padding: 0;
    overflow: hidden
}

.compare_accd .compare_box .tit > a {
    position: relative;
    display: block;
    padding: 16px 0
}

.compare_accd .compare_box .tit > a:after,
.compare_accd .compare_box .tit > a:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 11px;
    height: 1px;
    background-color: #aaa;
    content: '';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.compare_accd .compare_box.active .tit > a:after,
.compare_accd .compare_box.active .tit > a:before {
    background-color: #000
}

.compare_accd .compare_box .tit > a:before {
    right: 10px
}

.compare_accd .compare_box .tit > a:after {
    right: 17px
}

.compare_accd .compare_box .tit > a:after,
.compare_accd .compare_box.active .tit > a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.compare_accd .compare_box .tit > a:before,
.compare_accd .compare_box.active .tit > a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.compare_accd .compare_box .tit .btn_wrap {
    right: 50px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -100%
}

.compare_accd .compare_box.active .tit .btn_wrap {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    top: 17px
}

.compare_accd .compare_box .tit .prc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.compare_accd .compare_box.active .tit .prc {
    bottom: -100%;
    visibility: hidden;
    opacity: 0
}

.compare_accd .compare_box .cont {
    display: none
}


/* ————————————————————————————————————————————————————
 * prodCompare_wrap [compare]
/* ———————————————————————————————————————————————————— */
.prodCompare_tit {
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    padding: 24px 20px;
}

.prodCompare_tit h2 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.05em
}

.prodCompare_tit .modelNm {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px
}

.catenavi_box {
    display: flex;
    justify-content: center;
    height: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}

.view .catenavi_box {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    background: #FFF;
    justify-content: start;
    padding: 0 16px;
}

.catenavi_box li {
    margin-right: 24px;
    position: relative;
    color: #FFFFFF99;
}

.view .catenavi_box li,
.view .catenavi_box li a {
    color: #aaa;
}

.catenavi_box li a {
    color: #FFFFFF99;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 11px;
}

.catenavi_box li:first-child:after {
    content: '>';
    display: block;
    width: 12px;
    position: absolute;
    right: -18px;
    height: 15px;
    font-size: 9px;
    top: 0;
}

.view .catenavi_box li:first-child:after {
    right: -20px;
    height: 30px;
}

.catenavi_box li:last-child {
    margin-right: 0;
}

/* ————————————————————————————————————————————————————
     * prodCompare_photo [compare]
    /* ———————————————————————————————————————————————————— */
.prodCompare_photo {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-top: 0
}

.prodCompare_photo:before {
    content: '';
    width: 89px;
    height: 87px;
    background: url("../img/character.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 24px;
    bottom: 0;
    z-index: 10
}

.prodCompare_photo .swiper-container {
    padding-bottom: 36px;
    padding-top: 36px
}

.prodCompare_photo .swiper-slide {
    width: auto;
    background-color: #fff;
    margin: 0 8px;
    text-align: center;
    vertical-align: top;
    position: relative;
    font-size: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 0 16px rgba(0, 0, 0, .15);
    border-radius: 30px;
    overflow: hidden
}

.prodCompare_photo .swiper-slide img {
    width: auto;
    height: 70vw
}

/* pagination */
.prodCompare_photo .swiper-pagination {
    height: 4px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    font-size: 0
}

.prodCompare_photo .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #000;
    opacity: 0.2;
    border-radius: 50%
}

.prodCompare_photo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.prodCompare_photo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet ~ .swiper-pagination-bullet {
    margin-left: 10px
}

.prodCompare_photo .swiper-pagination-bullet-active {
    opacity: 1
}


/* ————————————————————————————————————————————————————
 * prodCompare_info [compare]
/* ———————————————————————————————————————————————————— */
.prodCompare_info {
    margin-top: 0;
    padding-bottom: 25px
}

/* btn_wrap */
.prodCompare_info .btn_wrap {
    font-size: 0;
    white-space: nowrap;
    padding-top: 20px
}

.prodCompare_info .btn_wrap .btn {
    display: inline-block
}

.prodCompare_info .btn_wrap .btn.btn_heart,
.prodCompare_info .btn_wrap .btn.btn_share {
    width: 56px;
    font-size: 18px;
    background: rgba(80, 62, 157, 0.1);
    color: #503e9d;
    margin-right: 8px;
    padding: 0
}

.prodCompare_info .btn_wrap .btn.btn_goView {
    width: calc(100% - 64px)
}

.prodCompare_info .btn_wrap .btn_heart.on i.icon-heart:before {
    content: "\ea20" !important
}

/* prd_info */
.prodCompare_info .prd_info {
    position: relative;
    border-radius: 12px;
    background: #f5f5f5;
    overflow: hidden;
    margin-top: 20px;
    padding: 2px 20px 22px
}

.prodCompare_info .prd_info ul {
    font-size: 0
}

.prodCompare_info .prd_info li {
    width: 50%;
    display: inline-block;
    padding-top: 20px;
    font-size: 12.5px;
    letter-spacing: -0.025em;
    line-height: 1.35;
    word-break: break-all
}

.prodCompare_info .prd_info li:nth-child(odd) {
    padding-right: 20px
}

.prodCompare_info .prd_info li span {
    display: block;
    font-weight: 700
}

.prodCompare_info .prd_info li p {
    margin-top: 8px;
    letter-spacing: 0
}


/* ————————————————————————————————————————————————————
 * prodView_tabs [view]
/* ———————————————————————————————————————————————————— */
.prodCompare_bar {
    position: relative;
    margin-top: 10px
}

.prodCompare_bar .inner {
    background: #2d2d2d;
    padding: 0 18px;
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transform: translateY(0px);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99)
}

.prodCompare_bar.fixed .inner {
    width: 100%;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 999
}

.up .prodCompare_bar.fixed .inner,
.down .prodCompare_bar.fixed .inner {
    top: 0;
}

.prodCompare_bar .tit h2 {
    line-height: 44px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.05em;
    color: #fff
}

.prodCompare_bar .tabs ul {
    width: 100%;
    display: flex;
    overflow-y: scroll;
}

.prodCompare_bar .tabs ul li {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: 20px;
}

.prodCompare_bar .tabs ul li:first-child {
    margin-left: 0
}

.prodCompare_bar .tabs ul li a {
    position: relative;
    display: block;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
    width: 100%;
    height: 44px;
    padding-bottom: 2px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.prodCompare_bar .tabs ul li.on a {
    color: #fff;
    font-weight: 700
}

.prodCompare_bar .tabs ul li.on a:before {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

/* ————————————————————————————————————————————————————
 * prodView_tabs [banner]
/* ———————————————————————————————————————————————————— */
.prodCompare_banner {
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.prodCompare_banner.section {
    padding: 0;
}

.prodCompare_banner.section a {
    display: block;
}

.prodCompare_banner.section a img {
    width: 100%;
}

/* ————————————————————————————————————————————————————
 * prodCompare_compare [compare]
/* ———————————————————————————————————————————————————— */
.prodCompare_compare {
    background: transparent;
    box-shadow: none;
    padding-top: 15px;
    padding-bottom: 20px
}

.prodCompare_compare .compare_tbl {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* supplier_box */
.prodCompare_compare .supplier_box {
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    background-color: #fff;
    padding: 16px 20px;
}

.prodCompare_compare .supplier_box .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 38px
}

.prodCompare_compare .supplier_box .info .prc,
.prodCompare_compare .supplier_box .info .tit {
    flex-grow: 1
}

.prodCompare_compare .supplier_box .info .tit .supplier_name {
    font-size: 18px;
    font-weight: 700
}

.prodCompare_compare .supplier_box .info .prc {
    text-align: right;
    white-space: nowrap
}

.prodCompare_compare .supplier_box .info .prc > p {
    font-size: 13px;
    line-height: 25px
}

.prodCompare_compare .supplier_box .info .prc > p em {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 700
}

.prodCompare_compare .supplier_box .info .prc > span {
    display: block;
    letter-spacing: -0.025em;
    font-size: 11px;
    color: #888;
    line-height: 1;
    margin: 3px 0
}

.prodCompare_compare .supplier_box .supplier_top_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 57px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line-alternative);
}

.prodCompare_compare .supplier_box .supplier_logo {
    max-width: 100px;
    text-align: center;
}

.prodCompare_compare .supplier_box .supplier_logo img {
    width: auto;
    max-height: 37px;
}

.prodCompare_compare .supplier_box .supplier_logo p {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--label-normal);
}

.prodCompare_compare .supplier_box .supplier_logo .lowest_price {
    display: block;
    padding: 5px 8px;
    background: #fdf7f4;
    border-radius: 8px;
    color: var(--color-orange-300);
    font-size: 13px;
    font-weight: 500;
}

.prodCompare_compare .supplier_box .supplier_logo .lowest_price img {
    padding-right: 4px;
    vertical-align: sub;
}

.prodCompare_compare .supplier_box .supplier_card {
    padding: 7px 14px;
    border: 1px solid var(--line-neutral);
    border-radius: 8px;
}

.prodCompare_compare .supplier_box .supplier_card a {
    font-size: 13px;
    font-weight: 500;
    color: var(--label-normal);
}

.prodCompare_compare .supplier_box .supplier_card a > i {
    vertical-align: baseline;
    padding-left: 3px;
    font-size: 12px;
}

.prodCompare_compare .supplier_box .prc_tb_001 {
    border-bottom: 1px solid var(--line-alternative);
}

.prodCompare_compare .supplier_box .prc_tb_001 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.prodCompare_compare .supplier_box .prc_tb_001 ul:after {
    display: none;
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_name p {
    font-size: 15px;
    font-weight: 700;
    color: var(--label-normal);
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_name > .flag_discount_wrap {
    position: unset;
    margin-top: 3px;
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_name > .flag_discount_wrap span.flag {
    width: auto;
    height: auto;
    padding: 3px;
    font-size: 2.25vw;
    border-radius: 2px;
    line-height: 1;
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_price {
    display: flex;
    text-align: right;
    gap: 12px;
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_price dl dt {
    font-size: 13px;
    font-weight: 400;
    color: var(--label-alternative);
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_price dl dd {
    font-size: 15px;
    font-weight: 400;
    color: var(--label-neutral);
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_price dl dd .discount {
    font-size: 13px;
    font-weight: 400;
    color: var(--label-assistive);
    text-decoration-line: line-through;
    vertical-align: bottom;
    padding-right: 3px;
}

.prodCompare_compare .supplier_box .prc_tb_001 ul li.opt_price dl.opt_card dd span {
    font-weight: 700;
    color: var(--color-orange-300);
}

.prodCompare_compare .supplier_box .supplier_etc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    gap: 6px;
    padding: 12px;
}

.prodCompare_compare .supplier_box .supplier_etc dl:not(.flag_wrap) dt,
.prodCompare_compare .supplier_box .supplier_etc dl:not(.flag_wrap) dd {
    font-size: 13px;
    font-weight: 400;
    color: var(--label-neutral);
}

.supplier_box .view_btn_wrap .btn {
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid var(--line-neutral);
    color: var(--color-orange-300);
}

.supplier_box .view_btn_wrap.lowst .btn:not(.dt_btn) {
    background-color: var(--color-orange-300);
    border-color: var(--color-orange-300);
    color: #fff;
}

.supplier_box .view_btn_wrap .dt_btn {
    background: #44207a;
    border-color: #44207a;
    color: #ffe500;
    position: relative;
}

.supplier_box .view_btn_wrap .dt_btn.rnpl,
.prodView_option .btn_wrap .dt_btn.rnpl {
    background: #177CD9;
    border-color: #177CD9;
}

.supplier_box .dt_btn:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/ico_lighting.svg) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 48%;
    left: calc(50% - 83px);
    transform: translateY(-50%);
}

.prodCompare_compare .supplier_box .supplier_card span {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0;
    z-index: 1;
    font-size: 13px;
}

.prodCompare_compare .supplier_box .supplier_card span:before {
    content: '';
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: -5px;
    background: #FFF0EB;
    z-index: -1
}

.prodCompare_compare .supplier_box .event_info {
    background-color: var(--fill-alternative);
    border-radius: 4px;
    padding: 8px 12px;
    text-align: center;
}

.prodCompare_compare .supplier_box .event_info .event {
    font-size: 14px;
    color: var(--label-neutral);
    font-weight: 400;
    padding-bottom: 5px;
}

.prodCompare_compare .supplier_box .event_info .btn {
    background-color: transparent;
    color: var(--color-orange-300);
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 1.5;
    height: fit-content;
}

.prodCompare_compare .supplier_box .event_info .btn i {
    font-weight: 700;
    vertical-align: baseline;
}

/* ————————————————————————————————————————————————————
 * prodCompare_detail [compare]
/* ———————————————————————————————————————————————————— */
.prodCompare_detail {
    position: relative;
}

.prodCompare_detail.active {
    max-height: inherit;
    padding-bottom: 92px
}

.prodCompare_detail .zoom_info {
    width: 127px;
    height: 127px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: hidden;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    display: none
}

.prodCompare_detail .zoom_info img {
    width: 100%;
    height: 100%
}

.prodCompare_detail .prd_dtlImg {
    margin: 0 -18px
}

.prodCompare_detail .prd_dtlImg img {
    max-width: 100%;
    height: auto
}

.prodCompare_detail .prd_dtlImg embed,
.prodCompare_detail .prd_dtlImg iframe {
    width: 100%
}

/* detail_more */
.prodCompare_detail .detail_more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 18px 18px;
    background: #fff
}

.prodCompare_detail .detail_more:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.prodCompare_detail.active .detail_more:after {
    display: none
}

.prodCompare_detail .detail_more .btn {
    position: relative;
    z-index: 2
}

.prodCompare_detail .detail_more .btn:after {
    content: "\e92e";
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 6px
}

.prodCompare_detail.active .detail_more .btn:after {
    content: "\e931"
}

/* ————————————————————————————————————————————————————
 * prodCompare_recomm [compare]
/* ———————————————————————————————————————————————————— */
.prodCompare_recomm {
    min-height: 200px
}

.view_btn_wrap {
    overflow-x: hidden;
    padding: 24px 0;
    text-align: center;
}

.view_btn_wrap .top_txt_box {
    display: block;
    text-align: center;
    color: #37206a;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 5px;
}

.view_btn_wrap .top_txt_box.rnpl {
    color: #177CD9;
}

.view_btn_wrap .top_txt_box em {
    font-weight: 600;
}

.view_btn_wrap .btn_gudok,
.view_btn_wrap .btn_ini {
    width: 49%;
    float: left;
}

.btn_wrap.btn {
    padding-left: 10px;
    padding-right: 10px;
}

.btn_wrap {
    position: relative;
}

.btn_gudok button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
}

.btn_ini button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #FFF;
}

.view_btn_wrap .btn_gudok:first-child,
.view_btn_wrap .btn_ini:first-child {
    margin-right: 2%;
}

.btn.kk {
    color: #000;
    background-color: #ffde00 !important;
}

.btn.kk img {
    vertical-align: middle;
}

.btn.kk a {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 11px;
    bottom: auto;
    left: auto;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a span {
    background: url(../img/ico_check_w.png) no-repeat left center/ 26px;
    padding-left: 30px;
    font-size: 15px;
}

.btn.kk:hover:before {
    background-color: #cdb200;
}

.kk:hover:before {
    color: #fff;
    background: #ecce06 !important;
}

.kk_view {
    float: left;
    width: calc(100% - 66px);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kk_view .kk_txt {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
}

.kk_view .kk_txt img {
    margin-right: 10px;
}

.btn_gudok_guide {
    width: 56px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    background: #FFF !important;
}

.btn.ini:hover:before {
    background-color: #44207A;
}

.ini:hover:before {
    color: #fff;
    background: #44207A !important;
}

.ini_view {
    float: left;
    width: calc(100% - 66px);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ini_view .ini_txt {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
}

.ini_view .ini_txt img {
    margin-right: 10px;
}

.btn.ini {
    color: #FFF;
    background-color: #44207A !important;
}

.btn.ini img {
    vertical-align: middle;
}

.btn.ini a {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 11px;
    bottom: auto;
    left: auto;
}

.btn_ini_guide {
    width: 56px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    background: #f6f6f6 !important;
}

.btn.ini:hover:before {
    background-color: #44207A;
}

.ini:hover:before {
    color: #fff;
    background: #44207A !important;
}

.ini_view {
    float: left;
    width: calc(100% - 66px);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ini_view .ini_txt {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
}

.ini_view .ini_txt img {
    margin-right: 10px;
}

.btn_ini_guide {
    width: 56px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    background: #f6f6f6 !important;
}

/*rental_f*/
.page_main_bg {
    width: 100%;
    background: #DCD9EA;
}

.hash_nav_wrap {
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    background: #FFF;
    width: 100%;
}

.hash_nav_wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.up .hash_nav_wrap {
    width: 100%;
}

.up .hash_nav_wrap.fixed {
    top: 137px;
}

.hash_nav_wrap ul {
    transition: all 0.2s cubic-bezier(.5, -0.02, 0, .99);
}

.hash_nav_wrap ul li {
    padding: 20px;
    width: auto !important;
    text-align: center;
    flex: 0 0 auto;
}

.fixed.hash_nav_wrap ul li {
    text-align: center;
}

.hash_nav_wrap ul li a {
    font-weight: 900;
    color: #666;
    font-size: 5vw;
}

.hash_nav_wrap ul li.active a {
    color: #241B5A;
    border-bottom: 2px solid #241B5A;
}

.list_test .main_cate_box_01 .hash_nav_wrap .swiper-wrapper li:last-child {
    display: block;
}

.list_test .main_cate_box_01 .module_tit h2 {
    font-size: 4.2vw;
    font-weight: 900;
    background: #241B5A;
    padding: 5px 15px 3px;
    display: inline-block;
    color: #FFF;
    border-radius: 10px;
}

.list_test .main_cate_box_01 .module_tit {
    z-index: 100;
}

.list_test .module_tit h3 {
    font-size: 3.6vw;
    color: #645E83;
    font-weight: 600;
    margin-top: 10px;
}

.list_test .module_tit h3 i {
    font-style: italic;
}

.list_test .module_visual {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 56.9444vw;
    position: absolute;
    top: 0;
    left: 0;
}

.list_test .main_module_best {
    margin-top: 10px;
    background: linear-gradient(180deg, #e4e2ef 0%, #FFF 40%);
}

.list_test .main_cate_box_01 .main_module_best:first-child {
    margin-top: 0;
}

.list_test .module_item {
    margin-top: calc(56.9444vw - 120px);
}

.list_test .module_item .no_item {
    background: #FFF;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    overflow: hidden;
    height: 215px;
    display: flex !important;
    flex: 0 0 135px;
    width: 135px;
    justify-content: center;
    align-items: center;
}

.list_test .module_item .no_item img {
    max-width: 100%;
}

.list_test .main_module_best .discount {
    color: #1d2088;
}

.list_test .main_module_best .module_item .photo {
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.list_test .main_module_best .module_item .photo:before {
    display: none;
}

.list_test .module_tit .more {
    padding: 3px 5px;
    border: 1px solid #EDEDED;
    background: #FFFFFFaa;
    border-radius: 5px;
    top: auto;
    transform: translateY(0);
}


.list_friend .main_cate_box_01 .hash_nav_wrap .swiper-wrapper li:last-child {
    display: block;
}

.list_friend .main_cate_box_01 .module_tit h2 {
    font-size: 4.2vw;
    font-weight: 900;
    background: #241B5A;
    padding: 5px 15px 3px;
    display: inline-block;
    color: #FFF;
    border-radius: 10px;
}

.list_friend .main_cate_box_01 .module_tit {
    z-index: 100;
}

.list_friend .module_tit h3 {
    font-size: 3.6vw;
    color: #645E83;
    font-weight: 600;
    margin-top: 10px;
}

.list_friend .module_tit h3 i {
    font-style: italic;
}

.list_friend .module_visual {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 56.9444vw;
    position: absolute;
    top: 0;
    left: 0;
}

.list_friend .main_module_best {
    margin-top: 10px;
    background: linear-gradient(180deg, #e4e2ef 0%, #FFF 40%);
}

.list_friend .main_cate_box_01 .main_module_best:first-child {
    margin-top: 0;
}

.list_friend .module_item {
    margin-top: calc(56.9444vw - 120px);
}

.list_friend .module_item .no_item {
    background: #FFF;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    overflow: hidden;
    height: 215px;
    display: flex !important;
    flex: 0 0 135px;
    width: 135px;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
}

.list_friend .module_item .no_item img {
    max-width: 100%;
}

.list_friend .main_module_best .discount {
    color: #1d2088;
}

.list_friend .main_module_best .module_item .photo {
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.list_friend .main_module_best .module_item .photo:before {
    display: none;
}

.list_banner_box {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.list_banner_box .list_banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 15px;
}

.list_banner_box .list_banner_text p {
    color: #FFF;
}

.list_banner_box .list_banner_text p:nth-child(1) {
    font-size: 3.88888vw;
    font-weight: 400;
}

.list_banner_box .list_banner_text p:nth-child(2) {
    font-size: 5vw;
    font-weight: 600;
}

.list_banner_box img {
    width: 100%;
}

.list_friend .module_tit .more {
    padding: 3px 5px;
    border: 1px solid #EDEDED;
    background: #FFFFFFaa;
    border-radius: 5px;
    top: auto;
    transform: translateY(0);
}

.module_item .info .prd_prc.wow_prize div {
    text-align: right;
    line-height: 16px;
}

.module_item .info .prd_prc.wow_prize .prc p,
.module_item .info .prd_prc.wow_prize .discount p {
    display: inline-block;
    height: 16px;
}

.module_item .info .prd_prc.wow_prize .prc p {
    color: #999;
    font-size: 10px;
}

.module_item .info .prd_prc.wow_prize .prc p span {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 13px;
}

.module_item .info .prd_prc.wow_prize span {
    position: relative;
}

.module_item .info .prd_prc.wow_prize .prc p span:before {
    content: '판매가';
    text-align: right;
    font-size: 10px;
    position: absolute;
    left: -30px;
    height: 16px;
    line-height: 16px;
    font-weight: 400;
}

.module_item .info .prd_prc.wow_prize .discount p span:before {
    content: '할인가';
    text-align: right;
    font-size: 10px;
    color: #fb6d3a;
    position: absolute;
    left: -30px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
}

.module_item .info .prd_prc.wow_prize .discount {
    line-height: 24px;
}

.module_item .info .prd_prc.wow_prize .discount p {
    color: #fb7244;
    line-height: 35px;
    height: 35px;
    font-size: 10px;
}

.module_item .info .prd_prc.wow_prize .discount p span {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.list_friend .info {
    line-height: 1.2;
}

/*list popup banner*/
.popup_banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFF;
}

.popup_banner_close_wrap {
    height: 40px;
    background: #353535;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

.popup_banner_close_wrap .popup_dst_btn,
.popup_banner_close_wrap .popup_close_btn {
    width: 50%;
    text-align: center;
    color: #FFF;
    position: relative;
}

.popup_banner_close_wrap div:first-of-type:after {
    content: 'ㅣ';
    display: inline-block;
    position: absolute;
    right: 0;
    transform: translateX(50%);
    color: #aaa;
}

.popup_banner_close_wrap .popup_dst_btn input[type="checkbox"] {
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 2px;
    margin-left: 3px;
    vertical-align: -1px;
    transition: all 0.3s ease;
}

.popup_banner_close_wrap .popup_dst_btn input[type="checkbox"]:checked {
    background: url("../img/ico_check.png") center/cover no-repeat;
    border: 1px solid #FFF;
}

.popup_banner_close_wrap .popup_close_btn i {
    line-height: 40px;
    margin-left: 3px;
}

.popup_banner_img {
    width: 100%;
}

.popup_banner_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.popup_layerOverlay {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(39, 39, 39, 0.6);
    z-index: 99999;
}

.pillgram_text_banner {
    background-image: linear-gradient(148.78deg, #26d07b 10%, #6865FF 50%, #FB5058 90%);
    background-size: 400%;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradientFlow 5s infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}


/*prd_recomm*/

/* prod_list_simple */
.prd_recomm .prod_list_simple {
    margin-top: 18px
}

.prd_recomm .prod_list_simple > ul {
    margin: 0 -4px
}

.prd_recomm .prod_list_simple > ul > li {
    width: 135px;
    float: left;
    padding: 0 4px 0;
}

.prd_recomm .prod_list_simple > ul > li > a {
    min-height: 240px;
    position: relative;
    display: block;
}

.prd_recomm .prod_list_simple .photo {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.prd_recomm .prod_list_simple .photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.04)
}

.prd_recomm .prod_list_simple img {
    width: 100%;
    height: auto
}

.prd_recomm .prod_list_simple .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 80px;
    margin: 5px 0;
}

.prd_recomm .prod_list_simple .info .model {
    font-size: 11px;
    font-weight: 400;
    color: var(--label-alternative);
}

.prd_recomm .prod_list_simple .info h3 {
    font-size: 12px;
    letter-spacing: -0.035em;
    color: var(--label-normal);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 2;
    line-height: 1.38em;
    word-break: keep-all;
}

.prd_recomm .prod_list_simple .info .prd_prc .mon_prc {
    font-size: 12px;
    font-weight: 400;
    color: var(--label-alternative);
}

.prd_recomm .prod_list_simple .info .prd_prc .mon_prc em {
    text-decoration-line: line-through;
}

.prd_recomm .prod_list_simple .info .prd_prc .tot_prc {
    font-size: 13px;
    font-weight: 500;
    color: var(--label-normal);
}

.prd_recomm .prod_list_simple .info .prd_prc .tot_prc em {
    font-size: 15px;
    font-weight: 700;
    vertical-align: baseline;
}

.prd_recomm .prod_list_simple .info .prd_prc dl {
    display: block;
    line-height: 17px;
}

.prd_recomm .prod_list_simple .info .prd_prc dl.card {
    color: #fb7344
}

.prd_recomm .prod_list_simple .info .prd_prc dl dd,
.prd_recomm .prod_list_simple .info .prd_prc dl dt {
    display: inline-block;
    font-size: 10.5px;
    width: 45%;
}

.prd_recomm .prod_list_simple .info .prd_prc dl dd {
    letter-spacing: -0.01em;
    width: 55%;
    text-align: right;
}

.prd_recomm .prod_list_simple .prod_item a .info .prd_prc dl dd em {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-top: -1px;
}

.list_best_item {
    background: #FFF;
    margin-top: 12px;
    padding: 0 12px;
    overflow-x: hidden;
}

.list_best_item .module_tit h2 {
    line-height: 20px;
}

.list_best_item .module_tit em {
    font-weight: 900;
    font-size: 18px;
    background: linear-gradient(45deg, #f36f42 40%, #ffdfd0 50%, #f36f42 60%);
    background: -webkit-linear-gradient(45deg, #f36f42 40%, #ffdfd0 50%, #f36f42 60%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient ease-in 3s infinite;
}

.list_best_item .module_item {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list_best_item .swiper-container-horizontal.module_item .swiper-scrollbar {
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: rgba(45, 45, 45, 0.15);
}

.list_best_item .module_item .swiper-slide {
    width: 135px;
}

.list_best_item a {
    min-height: 240px;
    position: relative;
    display: block;
}

.list_best_item .photo {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.list_best_item .photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.list_best_item .photo img {
    width: 100%;
    height: auto;
}

.list_best_item .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 125px;
    padding: 5px;
}

.list_best_item .info .model {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: 400;
    color: var(--label-alternative);
}

.list_best_item .info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    letter-spacing: -0.035em;
    color: var(--label-normal);
    word-break: break-all;
    line-height: 1.38em;
}

.list_best_item .info .prd_prc .mon_prc {
    font-size: 12px;
    font-weight: 400;
    color: var(--label-alternative);
}

.list_best_item .info .prd_prc .mon_prc em {
    text-decoration: line-through;
}

.list_best_item .info .prd_prc .tot_prc {
    font-size: 13px;
    font-weight: 500;
    color: var(--label-normal);
}

.list_best_item .info .prd_prc .tot_prc em {
    font-size: 15px;
    font-weight: 700;
    vertical-align: baseline;
}

.list_best_item .info .prd_prc dl {
    display: flex;
    justify-content: space-between;
    line-height: 17px;
}

.list_best_item .info .prd_prc dl.card {
    color: #fb7344;
}

.list_best_item .info .prd_prc dl dt,
.list_best_item .info .prd_prc dl dd {
    font-size: 10.5px;
    flex: 0 0 auto;
}

.list_best_item .info .prd_prc dl:after {
    display: none;
}

.list_best_item .info .prd_prc dl dd {
    letter-spacing: -0.01em;
}

.list_best_item .info .prd_prc dl dd em {
    font-size: 13px;
    font-weight: 700;
    margin-top: -1px;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    30% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/* ——————————————————————————
 * 이니렌탈.
/* —————————————————————————— */
.prodView_option.dt .opt_select dl {
    margin-bottom: 16px;
}

.prodView_option.dt .opt_select dl dt {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
}

.prodView_option.dt .opt_select .radioType_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.prodView_option.dt .opt_select .radioType_1 .radios {
    margin-bottom: 8px;
}

.prodView_option.dt .opt_select .radioType_1 .radios:last-child {
    margin-bottom: 0;
}

.prodView_option.dt .opt_select .radioType_1 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    zoom: 1;
}

.prodView_option.dt .opt_select .radioType_1 label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}

.prodView_option.dt .opt_select .radioType_1 label em {
    font-weight: 700;
    padding-left: 3px;
}

.prodView_option.dt .opt_select .radioType_1 input[type="radio"]:checked + label {
    color: #fb6d3a;
    border: 2px solid #fb6d3a;
}

.prodView_option.dt .selectric_wrap {
    height: 50px;
}

.prodView_option.dt .selectric_wrap .selectric .label,
.prodView_option.dt .selectric-hover .selectric .button,
.prodView_option.dt .selectric_wrap .selectric .button {
    height: 50px;
    line-height: 50px;
    background: #fff;
}

.prodView_option.dt .selectric_wrap .selectric {
    height: 50px;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.prodView_option.dt .selectric_wrap .selectric .label {
    font-size: 15px;
    margin: 0 52px 0 20px;
    letter-spacing: 0;
}

.prodView_option.dt .selectric_wrap .selectric-items {
    border: 2px solid #44207a;
    border-top: 0;
}

.prodView_option.dt .opt_select .opt_etc textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    border-radius: 8px;
    color: #2d2d2d;
    resize: none;
}

.prodView_option.dt .opt_select .opt_etc textarea::placeholder {
    color: #bbbbbb;
    font-size: 13px;
}

.prodView_option.dt .prod_prc dl.card dd {
    color: #fb6d3a;
}

.prodView_option.dt .order_form_wrap {
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
    margin-top: 16px;
}

.prodView_option.dt .order_form_wrap .input_wrap label {
    color: #2D2D2D;
    margin-bottom: 8px;
}

.prodView_option.dt .order_form_wrap .input_wrap #orderAddr1 {
    padding: 14px 0 14px 19px;
}

.prodView_option.dt .order_form_wrap .input_wrap input {
    border: 1px solid #E8E8E8;
}

.prodView_option.dt .order_form_wrap .input_wrap input::placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

.prodView_option.dt .order_form_wrap .input_wrap.name input {
    margin-bottom: 16px;
}

.prodView_option.dt .checksType_1 label:before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: url(../img/ico_ckbox_org.png) no-repeat center center;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    filter: grayscale(1);
}

.prodView_option.dt .checksType_1.checks.on label:before,
.prodView_option.dt .checksType_1.checks.on label:hover:before {
    background: url("../img/ico_ckbox_org.png") no-repeat center center;
    background-color: transparent !important;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    filter: grayscale(0);
}

.prodView_option.dt .btn_wrap {
    margin-top: 30px;
}

.prodView_option .btn_wrap .dt_btn {
    position: relative;
    background: #44207a;
    color: #ffe500;
    height: 70px;
    line-height: 1.5;
    font-size: 20px;
}

.prodView_option .btn_wrap .dt_btn:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../img/ico_lighting.svg) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 60%;
    left: calc(50% - 100px);
    transform: translateY(-50%);
}

.prodView_option .btn_wrap .dt_btn .top_txt_box,
.prodCompare_compare .view_btn_wrap .dt_btn .top_txt_box {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
}

.prodView_option .btn_wrap .dt_btn .top_txt_box em,
.prodCompare_compare .view_btn_wrap .dt_btn .top_txt_box em {
    font-weight: 700;
}

.prodView_detail .dt_dtlImg {
    margin: 0 -18px;
    text-align: center;
}

.prodView_detail .dt_dtlImg img {
    max-width: 100%;
    height: auto;
}

/* ——————————————————————————
 * list_plan_banner
/* —————————————————————————— */
.list_plan_banner {
    width: 100%;
    margin: 0;
    position: relative;
}

.list_plan_banner .swiper-pagination {
    width: fit-content;
    bottom: auto;
    left: auto;
    top: 12px;
    right: 0;
    margin: 0;
    border-radius: 8px 0 0 8px;
    padding: 2px 4px;
    background: #00000066;
    color: #FFF;
    font-size: 12px;
}

/*onepage view*/
.prodView_detail.fullSize {
    padding: 0;
    margin: 0;
}

.onepage_landing_wrap h2 {
    text-align: center;
    padding: 12px 16px;
    background: #2D2D2D;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    word-break: keep-all;
}

.onepage_custom_wrap {
    width: 100%;
    height: 120px;
    padding: 0;
}

.onepage_custom_wrap .inner {
    background: #272727;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 0 20px;
    position: relative;
}

.onepage_custom_wrap .inner:after {
    display: none;
}

.onepage_custom_wrap .inner p {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.onepage_custom_wrap .inner .custom_logo {
    width: 80px;
}

.onepage_custom_wrap .inner .custom_img {
    position: absolute;
    bottom: -12px;
    right: 20px;
}

.onepage_custom_wrap .inner .custom_img svg {
    width: 105px;
    height: 117px;
}

.onepageView_form_wrap {
    margin-top: 0;
}

.onepageView_form_wrap.section .sec_tit {
    border-bottom: 1px dashed #DDD;
}

.onepageView_form_wrap.section .sec_tit p {
    color: #999;
    font-size: 12px;
    margin-top: 12px;
}

.onepageView_form_wrap.section .sec_tit:before {
    display: none;
}

.onepageView_form_wrap .input_wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.onepageView_form_wrap .input_wrap:after {
    display: none;
}

.onepageView_form_wrap .input_wrap .input_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.onepageView_form_wrap .input_wrap .input_box input {
    height: 50px;
    line-height: 50px;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 700;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}

.onepageView_form_wrap .input_wrap .input_box input:focus {
    border: 2px solid #FB6D3A;
}

.onepageView_form_wrap .input_wrap .input_box input::placeholder {
    color: #666;
    font-weight: normal;
}

.onepageView_form_wrap .btn_wrap .btn_submit {
    background: #FB6D3A;
}

.onepageView_form_wrap .check_input_wrap .private {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    height: 200px;
    border: 1px solid #DDD;
    border-radius: 8px;
    padding: 0 20px;
    overflow-y: scroll;
    white-space: pre-line;
    margin-top: 12px;
    background: #FFF;
}

.onepageView_form_wrap .private::-webkit-scrollbar {
    width: 12px;
    border-radius: 0 8px 8px 0;
    background: #ddd;
}

.onepageView_form_wrap .private::-webkit-scrollbar-thumb:hover {
    background: #333;
    border: 2px solid #ddd;
}

.onepageView_form_wrap .private::-webkit-scrollbar-thumb {
    width: 2px;
    background: #999;
    border: 4px solid #ddd;
    border-radius: 100px;
    cursor: pointer;
}

.onepageView_form_wrap #checkAgree + label {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 32px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    text-indent: 0;
}

.onepageView_form_wrap #checkAgree {
    display: none;
}

.onepageView_form_wrap #checkAgree + label span {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    left: 0;
}

.onepageView_form_wrap #checkAgree + label:hover span svg path {
    stroke-dashoffset: 0;
}

.onepageView_form_wrap #checkAgree + label span svg path {
    stroke-dashoffset: 20;
    stroke-dasharray: 20;
    transition: all 0.3s ease;
    stroke: #fb6d3a55;
}

.onepageView_form_wrap #checkAgree:checked + label span svg path,
.onepageView_form_wrap #checkAgree:checked + label:hover span svg path {
    stroke: #fb6d3a;
    animation: checkClick 0.3s linear forwards;
}

.onepageView_form_wrap .btn_wrap {
    margin-top: 32px;
}

@keyframes checkClick {
    0% {
        stroke-dashoffset: 20;
        stroke-dasharray: 20;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 20;
    }
}

/* ————————————————————————————————————————————————————
 * search
/* ———————————————————————————————————————————————————— */
.search #contents {
    padding-top: 46px;
}

.search #header h1 span {
    width: calc(100% - 170px);
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-transform: uppercase;
}

#new_filter_rental .subCont_tit,
#new_filter_js .subCont_tit {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

.section_sj {
    display: none;
}

.search_tap {
    width: 100%;
    height: 46px;
    position: fixed;
    top: 56px;
    z-index: 1000;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    transition: all .6s;
    transition-timing-function: cubic-bezier(.5, -.02, 0, .99);
    -webkit-transition: all .6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -.02, 0, .99);
}

.down .search_tap,
.scrolled.up .search_tap {
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.search_tap li {
    flex: 0 1 auto;
    width: 50%;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    color: #2d2d2d;
    text-align: center;
}

.search_tap li.on {
    background: #FB6D3A;
    color: #FFF;
}

.search_tap li:first-child {
    border-right: 1px solid #f4f4f4;
}

/* datepicker */
.opt_etc .hasDatepicker {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 15px;
}

.opt_etc .hasDatepicker::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
}

.ui-datepicker {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    padding: 0;
    font-weight: 700;
}

.ui-widget.ui-widget-content {
    border: 1px solid #eee;
}

#datepicker:focus > .ui-datepicker {
    display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-next {
    float: right;
}

.ui-state-disabled {
    cursor: auto;
    color: hsla(0, 0%, 80%, 1);
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar > thead > tr > th {
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
    color: red !important;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
    color: #0099ff !important;
}

.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
    cursor: auto;
    background-color: #fff;
}

.ui-datepicker-calendar > tbody > tr > td {
    cursor: pointer;
    padding: 5px 0;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
}

.ui-datepicker-calendar > tbody > tr > td:hover {
    background-color: transparent;
    opacity: 0.6;
}

.ui-datepicker-calendar > tbody > tr > td > a {
    font-weight: 500;
}

.ui-datepicker-calendar > tbody > tr > td:first-child a {
    color: red !important;
}

.ui-datepicker-calendar > tbody > tr > td:last-child a {
    color: #0099ff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: rgb(250 108 57 / 80%);
    border-radius: 100%;
    padding: 2px 5px;
    color: #fff;
}

.ui-button.ui-state-disabled {
    font-weight: normal;
    color: #e4e4e4;
    text-align: center;
}
