@charset "utf-8";

/* ——————————————————————————
 * main_visual
/* —————————————————————————— */
.main_visual {
    background: #fff;
}

.main_visual .swiper-pagination {
    position: absolute;
    top: 48vw;
    right: auto;
    bottom: auto;
    left: 0;
    padding: 0 10px 0 8px;
    width: auto;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0 2em 2em 0;
}

.main_visual .swiper-pagination-current {
    color: rgba(255, 255, 255, 1);
}

.main_visual .item {
    height: calc(80vw + 70px);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 70vw;
}

.main_visual .item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main_visual .item .txtBox {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0 18px 18px;
    width: 90%;
    background: #fff;
    border-radius: 0 52px 0 0;
}

.main_visual .item .txtBox > h3,
.main_visual .item .txtBox > p,
.main_visual .item .txtBox > span {
    position: relative;
}

.main_visual .item .txtBox > span {
    display: inline-block;
    margin: -12px 0 14px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 900;
    line-height: 24px;
    color: #fff;
    background-color: #2d2d2d;
    border-radius: 8px;
}

.main_visual .item .txtBox > h3 {
    margin-left: -2px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.05em;
    color: #000;
}

.main_visual .item .txtBox > h3 em {
    display: block;
    font-weight: 900;
}

.main_visual .item .txtBox > h3 em:first-of-type {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #111;
}

.main_visual .item .txtBox > p {
    padding-top: 8px;
    font-size: 11px;
    letter-spacing: -0.025em;
    color: #777;
}

.main_visual .banner_txt_img {
    height: 40px;
}

.itemAni_1,
.itemAni_2,
.itemAni_3 {
    opacity: 0;
}

.swiper-slide-active .itemAni_1 {
    opacity: 1;
    -moz-animation: itemAni 700ms ease-in-out 100ms both;
    -ms-animation: itemAni 700ms ease-in-out 100ms both;
    -o-animation: itemAni 700ms ease-in-out 100ms both;
    -webkit-animation: itemAni 700ms ease-in-out 100ms both;
    animation: itemAni 700ms ease-in-out 100ms both;
}

.swiper-slide-active .itemAni_2 {
    opacity: 1;
    -moz-animation: itemAni 700ms ease-in-out 300ms both;
    -ms-animation: itemAni 700ms ease-in-out 300ms both;
    -o-animation: itemAni 700ms ease-in-out 300ms both;
    -webkit-animation: itemAni 700ms ease-in-out 300ms both;
    animation: itemAni 700ms ease-in-out 300ms both;
}

.swiper-slide-active .itemAni_3 {
    opacity: 1;
    -moz-animation: itemAni 700ms ease-in 500ms both;
    -ms-animation: itemAni 700ms ease-in 500ms both;
    -o-animation: itemAni 700ms ease-in 500ms both;
    -webkit-animation: itemAni 700ms ease-in 500ms both;
    animation: itemAni 700ms ease-in 500ms both;
}

@-webkit-keyframes itemAni {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes itemAni {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes itemAni {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-ms-keyframes itemAni {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes itemAni {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

/* ——————————————————————————
 * module_tit
/* —————————————————————————— */
.module_tit {
    position: relative;
    padding: 18px 0;
}

.module_tit h2 {
    font-size: 16px;
    font-weight: 700;
}

.module_tit .more {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 13px;
    line-height: 20px;
    transform: translateY(-50%);
}

.module_tit .more i {
    display: inline-block;
    margin-left: 1px;
    font-size: 12px;
    vertical-align: baseline;
}

/* ——————————————————————————
 * main_bestCate
/* —————————————————————————— */
.main_bestCate {
    margin-top: 0;
    padding: 18px 18px 20px;
}

.main_bestCate h3 {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.main_bestCate .swiper-box {
    width: 100%;
    height: 200px;
}

.main_bestCate .swiper-box .swiper-wrapper {
    flex-direction: column;
    justify-content: space-between;
}

.main_bestCate .swiper-slide {
    width: 62px;
    height: calc(50% - 12px);
}

.main_bestCate .swiper-slide a {
    display: block;
    text-align: center;
}

.main_bestCate .swiper-slide .thumb {
    overflow: hidden;
    border-radius: 50%;
}

.main_bestCate .swiper-slide .thumb img {
    max-width: 100%;
    height: auto;
}

.main_bestCate .swiper-slide p {
    margin-top: 8px;
    font-size: 12px;
}

.module_item .flag_wrap span:nth-child(n + 3) {
    display: none;
}

/* ——————————————————————————
 * main_module_best
/* —————————————————————————— */
.main_module_best {
    padding: 0 18px 18px;
}

.main_module_best .module_tit h2 em {
    font-weight: inherit;
    color: #fb7344;
}

/* module_visual */
.main_module_best .module_visual {
    margin-bottom: 8px;
}

.main_module_best .module_visual a {
    display: block;
}

.main_module_best .module_visual .thumb {
    position: relative;
    overflow: hidden;
    margin-left: -18px;
    border-radius: 0 3em 3em 0;
}

.main_module_best .module_visual .thumb img {
    width: 100%;
    height: auto;
}

.main_module_best .module_visual .txt {
    padding: 10px 0 20px;
}

.main_module_best .module_visual .txt h3 {
    overflow: hidden;
    max-width: 90%;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-overflow: ellipsis;
    color: #000;
    white-space: nowrap;
}

.main_module_best .module_visual .txt p {
    font-size: 12px;
    color: #888;
}

/* module_item */
.main_module_best .module_item .swiper-slide {
    width: 155px;
}

.main_module_best .module_item a {
    display: block;
    position: relative;
    min-height: 310px;
}

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

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

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

.main_module_best .module_item .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 145px;
    padding: 10px 5px;
}

.main_module_best .module_item .info .daily_prc {
    display: flex;
    width: 100%;
    height: 16px;
}

.main_module_best .module_item .info .daily_prc img {
    margin: 0 !important;
    width: 16px;
    height: 16px;
}

.main_module_best .module_item .info .daily_prc p {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    color: #eb5241;
}

.main_module_best .module_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);
}

.main_module_best .module_item .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;
}

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

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

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

.main_module_best .module_item .info .prd_prc .tot_prc em {
    font-size: 17px;
    font-weight: 700;
    vertical-align: baseline;
}

.main_module_best .module_item .info .prd_prc dl {
    display: block;
    line-height: 17px;
}

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

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

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

.main_module_best .module_item .info .prd_prc dl dd em {
    display: inline-block;
    margin-top: -1px;
    font-size: 13px;
    font-weight: 700;
}

/* 할인금액이 있는 경우 */
.main_module_best .module_item .info .prd_prc dl dd > em.org_prc {
    font-size: 11px;
    color: #bfbfbf;
    text-decoration: line-through;
    display: block;
}

.main_module_best .module_item .info .prd_prc dl dd > em.org_prc i {
    display: none;
}

.main_module_best .swiper-container-horizontal .swiper-scrollbar {
    right: 18px;
    bottom: 18px;
    left: 18px;
    width: auto;
    height: 1px;
    background: rgba(45, 45, 45, 0.15);
}

.main_module_best .swiper-container-horizontal .swiper-scrollbar-drag {
    background: rgba(45, 45, 45, 1);
}

#header .r_menu li a.icon-gift:before {
    color: #fb7344;
}

.compare #header .r_menu li a.icon-gift:before {
    color: #fb7344;
}

@keyframes plan_icon_cc {
    0% {
        color: #000;
        padding: 0 0 0 2px;
    }
    25% {
        padding: 0 2px 0 0;
    }
    50% {
        color: #fb7344;
        padding: 0 0 0 2px;
    }
    75% {
        padding: 0 2px 0 0;
    }
    100% {
        color: #000;
        padding: 0 0 0 2px;
    }
}

@keyframes plan_icon_cc2 {
    0% {
        color: #fff;
        padding: 0 0 0 2px;
    }
    25% {
        padding: 0 2px 0 0;
    }
    50% {
        color: #fb7344;
        padding: 0 0 0 2px;
    }
    75% {
        padding: 0 2px 0 0;
    }
    100% {
        color: #fff;
        padding: 0 0 0 2px;
    }
}

.main_visual > .md_pick {
    height: 300px;
    font-size: 30px;
    font-weight: 600;
    line-height: 300px;
    text-align: center;
    color: #000;
    border-bottom: 10px solid #f2f0ee;
}

::-webkit-scrollbar {
    display: none;
}

.page-load-wrap {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: #aaa;
    background: #fff;
}

.page-load {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/m/theme/bilrigo_compare_001/assets/img/loading.gif) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.swiper-container {
    background: #fff;
}

.main_module_best {
    margin-top: 5px;
    background: #fff;
}

.main_module_best > .ff_Play {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
}

.main_visual {
    background: transparent;
}

.down .hd_scroll_menu_icon ul li a::before {
    opacity: 0;
}

.hd_scroll_menu_icon ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-position: 50% 10px !important;
    background-size: 30px 30px !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.5, -0.02, 0, 0.99);
    transition-timing-function: cubic-bezier(0.5, -0.02, 0, 0.99);
}

.hd_scroll_menu_icon ul li#mc_001 a::before {
    background-image: url("../img/ico_main_cate_01.png");
}

.hd_scroll_menu_icon ul li#mc_002 a::before {
    background-image: url("../img/ico_main_cate_02.png");
}

.hd_scroll_menu_icon ul li#mc_003 a::before {
    background-image: url("../img/ico_main_cate_03.png");
}

.hd_scroll_menu_icon ul li#mc_004 a::before {
    background-image: url("../img/ico_main_cate_04.png");
}

.hd_scroll_menu_icon ul li#mc_005 a::before {
    background-image: url("../img/ico_main_cate_05.png");
}

.hd_scroll_menu_icon ul li#mc_006 a::before {
    background-image: url("../img/ico_main_cate_06.png");
}

.hd_scroll_menu_icon ul li#mc_008 a::before {
    background-image: url("../img/ico_main_cate_08.png");
}

.hd_scroll_menu_icon ul li#mc_009 a::before {
    background-image: url("../img/ico_main_cate_09.png");
}

.hd_scroll_menu_icon ul li#mc_010 a::before {
    background-image: url("../img/ico_main_cate_10.png");
}

.hd_scroll_menu_icon ul li#mc_029 a::before {
    background-image: url("../img/ico_main_cate_29.png");
}

.hd_scroll_menu_icon ul li#mc_031 a::before {
    background-image: url("../img/ico_main_cate_31.png");
}

.hd_scroll_menu_icon ul li#mc_032 a::before {
    background-image: url("../img/ico_main_cate_32.png");
}

.hd_scroll_menu_icon ul li#mc_034 a::before {
    background-image: url("../img/ico_main_cate_34.png");
}

.hd_scroll_menu_icon ul li#mc_035 a::before {
    background-image: url("../img/ico_main_cate_35.png");
}

.hd_scroll_menu_icon ul li#mc_042 a::before {
    background-image: url("../img/ico_main_cate_42.png");
}

.hd_scroll_menu_icon ul li#mc_043 a::before {
    background-image: url("../img/ico_main_cate_43.png");
}

.hd_scroll_menu_icon ul li#mc_043005 a::before {
    background-image: url("../img/ico_main_cate_44.png");
}

.hd_scroll_menu_icon ul li#mc_046 a::before {
    background-image: url("../img/ico_main_cate_46.png");
}

.hd_scroll_menu_icon ul li#mc_047 a::before {
    background-image: url("../img/ico_main_cate_47.png");
}

.hd_scroll_menu_icon ul li#mc_048 a::before {
    background-image: url("../img/ico_main_cate_48.png");
}

.hd_scroll_menu_icon ul li#mc_049 a::before {
    background-image: url("../img/ico_main_cate_49.png");
}

.hd_scroll_menu_icon ul li#mc_050 a::before {
    background-image: url("../img/ico_main_cate_50.png");
}

.hd_scroll_menu_icon ul li#mc_051 a::before {
    background-image: url("../img/ico_main_cate_51.png");
}

.hd_scroll_menu_icon ul li#mc_052 a::before {
    background-image: url("../img/ico_main_cate_52.png");
}

.hd_scroll_menu_icon ul li#mc_075 a::before {
    background-image: url("../img/ico_main_cate_75.png");
}

.hd_scroll_menu_icon ul li#mc_078 a::before {
    background-image: url("../img/ico_main_cate_78.png");
}

.hd_scroll_menu_icon ul li#mc_080 a::before {
    background-image: url("../img/ico_main_cate_80.png");
}

.hd_scroll_menu_icon ul li#mc_083 a::before {
    background-image: url("../img/ico_main_cate_83.png");
}

.hd_scroll_menu_icon ul li#mc_info_toon a::before {
    background-image: url("../img/info_toon_nav_icon.png");
}

.hd_scroll_menu_icon ul li.on {
    background-color: #fb7344;
}

.hd_scroll_menu_icon ul li.on span {
    font-weight: 900;
    color: #fff;
}

.hd_scroll_menu_icon ul li#mc_001.on a::before {
    background-image: url("../img/ico_main_cate_01_on.png");
}

.hd_scroll_menu_icon ul li#mc_002.on a::before {
    background-image: url("../img/ico_main_cate_02_on.png");
}

.hd_scroll_menu_icon ul li#mc_003.on a::before {
    background-image: url("../img/ico_main_cate_03_on.png");
}

.hd_scroll_menu_icon ul li#mc_004.on a::before {
    background-image: url("../img/ico_main_cate_04_on.png");
}

.hd_scroll_menu_icon ul li#mc_005.on a::before {
    background-image: url("../img/ico_main_cate_05_on.png");
}

.hd_scroll_menu_icon ul li#mc_006.on a::before {
    background-image: url("../img/ico_main_cate_06_on.png");
}

.hd_scroll_menu_icon ul li#mc_008.on a::before {
    background-image: url("../img/ico_main_cate_08_on.png");
}

.hd_scroll_menu_icon ul li#mc_009.on a::before {
    background-image: url("../img/ico_main_cate_09_on.png");
}

.hd_scroll_menu_icon ul li#mc_010.on a::before {
    background-image: url("../img/ico_main_cate_10_on.png");
}

.hd_scroll_menu_icon ul li#mc_029.on a::before {
    background-image: url("../img/ico_main_cate_09_on.png");
}

.hd_scroll_menu_icon ul li#mc_031.on a::before {
    background-image: url("../img/ico_main_cate_31_on.png");
}

.hd_scroll_menu_icon ul li#mc_032.on a::before {
    background-image: url("../img/ico_main_cate_32_on.png");
}

.hd_scroll_menu_icon ul li#mc_034.on a::before {
    background-image: url("../img/ico_main_cate_34_on.png");
}

.hd_scroll_menu_icon ul li#mc_035.on a::before {
    background-image: url("../img/ico_main_cate_35_on.png");
}

.hd_scroll_menu_icon ul li#mc_042.on a::before {
    background-image: url("../img/ico_main_cate_42_on.png");
}

.hd_scroll_menu_icon ul li#mc_043.on a::before {
    background-image: url("../img/ico_main_cate_43_on.png");
}

.hd_scroll_menu_icon ul li#mc_043005.on a::before {
    background-image: url("../img/ico_main_cate_44_on.png");
}

.hd_scroll_menu_icon ul li#mc_046.on a::before {
    background-image: url("../img/ico_main_cate_46_on.png");
}

.hd_scroll_menu_icon ul li#mc_047.on a::before {
    background-image: url("../img/ico_main_cate_47_on.png");
}

.hd_scroll_menu_icon ul li#mc_048.on a::before {
    background-image: url("../img/ico_main_cate_48_on.png");
}

.hd_scroll_menu_icon ul li#mc_049.on a::before {
    background-image: url("../img/ico_main_cate_49_on.png");
}

.hd_scroll_menu_icon ul li#mc_050.on a::before {
    background-image: url("../img/ico_main_cate_50_on.png");
}

.hd_scroll_menu_icon ul li#mc_075.on a::before {
    background-image: url("../img/ico_main_cate_75_on.png");
}

.hd_scroll_menu_icon ul li#mc_078.on a::before {
    background-image: url("../img/ico_main_cate_78_on.png");
}

.hd_scroll_menu_icon ul li#mc_080.on a::before {
    background-image: url("../img/ico_main_cate_80_on.png");
}

.hd_scroll_menu_icon ul li#mc_083.on a::before {
    background-image: url("../img/ico_main_cate_83_on.png");
}

.hd_scroll_menu_icon ul li#mc_info_toon.on a::before {
    background-image: url("../img/info_toon_nav_icon.png");
}

#footer {
    margin-top: 0;
}

.dim {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.plan_popup_box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10001;
    overflow: hidden;
    width: 100%;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.checkbox {
    position: relative;
    padding-left: 20px;
    width: 100%;
    height: 42px;
    font-size: 13px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    background: #121212;
    box-sizing: border-box;
}

.off_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    background: #121212;
    box-sizing: border-box;
}

.off_btn {
    margin: 9px auto 0;
    width: 24px;
    height: 24px;
}

.off_btn div {
    margin-left: 4px;
}

.off_bar_01 {
    width: 16px;
    height: 1px;
    background: #fff;
    transition: all 300ms linear;
    transform: translateY(12px) rotate(45deg);
}

.off_bar_02 {
    width: 16px;
    height: 1px;
    background: #fff;
    transition: all 300ms linear;
    transform: translateY(11px) rotate(-45deg);
}

.checkbox input[type="checkbox"],
.checkbox input[type="checkbox"]:checked {
    margin: 0 0 0 10px;
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    appearance: none;
}

.checkbox input[type="checkbox"] {
    background-image: url("../img/check_off.png");
    background-position: center;
    background-size: 15px 15px;
}

.checkbox input[type="checkbox"]:checked {
    background-image: url("../img/check_on.png");
    background-position: center;
    background-size: 15px 15px;
}

.popup_main_img {
    width: 100%;
}

.popup_main_img img {
    width: 100%;
    max-width: 100%;
}

.main_cate_box_01 .swiper-wrapper li:last-child {
    display: none;
}

/* 아이템 리스트 정렬 */
.sort_wrap form {
    position: relative;
}

.sort_wrap form div.sort_left {
    float: left;
}

.sort_wrap form div.sort_left li {
    font-weight: 600;
    line-height: 32px;
    color: #333;
}

.sort_wrap form div.sort_left li span {
    font-size: 15px;
    font-weight: 600;
    color: #da2e00;
}

/*sort_right*/
.sort_wrap form div.sort_right {
    position: relative;
    float: right;
}

.sort_wrap form div.sort_right i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sort_wrap form div.sort_right select {
    padding-left: 5px;
    width: 85px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #373737;
    background: #fff;
    border: 1px solid #eee;
}

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

.plan_banner_close_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 100;
    padding: 2px 4px 2px 8px;
    width: fit-content;
    font-size: 12px;
    color: #fff;
    background: #00000066;
    border-radius: 8px;
    cursor: pointer;
}

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