@charset "utf-8";

/* ——————————————————————————
 * subCate
/* —————————————————————————— */
.subCate_center_wrap {
    padding-bottom: 20px;
    text-align: center;
}

.subCate {
    display: inline-block;
}

.subCate ul {
    display: flex;
    justify-content: start;
}

.subCate ul li {
    flex: 0 1 auto;
    margin-left: -1px;
    min-width: 100px;
    background: #fff;
}

.line_one ul li:nth-child(5n + 1) {
    margin-left: 0;
}

.subCate.line_one ul {
    flex-wrap: wrap;
    border-top: 1px solid #efebe9;
}

.subCate.line_one ul li {
    width: 20%;
}

.subCate ul li a {
    display: block;
    padding: 0 18px;
    width: 100%;
    height: 48px;
    font-size: 15px;
    line-height: 46px;
    color: #888;
    background: #fff;
    border: 1px solid #efebe9;
}

.subCate.line_one ul li a {
    border-top: none;
}

.subCate ul li a:hover {
    color: #503e9d;
    background: #f8f5ff;
}

.subCate ul li a.active {
    font-weight: 500;
    color: #fff;
    background: #503e9d;
    border-color: #503e9d;
    cursor: default;
}

/* ——————————————————————————
 * smart_filter
/* —————————————————————————— */
.smart_filter {
    margin-top: 14px;
}

.smart_filter .tit {
    position: relative;
    padding: 30px 30px 26px;
}

.smart_filter .tit h3 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 19px;
}

.smart_filter .tit p.set_goods {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
    line-height: 15px;
    vertical-align: bottom;
    color: #fb6d3a;
}

.smart_filter .tit h3 i {
    margin-right: 10px;
}

.smart_filter .tit .btn_reset {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px;
    height: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #b2b2b2;
}

.smart_filter .tit .btn_reset i {
    margin-right: 8px;
}

/* filter_area */
.filter_area .ft_row {
    position: relative;
    padding-left: 200px;
    border-top: 1px solid #eee;
}

.filter_area .ft_row h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    width: 200px;
    font-size: 16px;
    line-height: 54px;
}

.filter_area .ft_row ul {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 12px 8px;
}

.filter_area .ft_row ul.fold {
    overflow: hidden;
    height: 96px;
}

.filter_area .ft_row ul > li {
    display: block;
    flex: 0 0 auto;
    padding: 5px 5px;
}

.filter_area .ft_row ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.025em;
    color: #777;
    white-space: nowrap;
    border-radius: 2em;
}

.filter_area .ft_row ul > li > a:hover {
    color: #2d2d2d;
}

.filter_area .ft_row ul > li.on > a {
    color: #fff;
    background: #fa6c39;
}

.filter_area .ft_row ul > li.combine {
    position: relative;
}

.filter_area .ft_row ul > li.combine:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    width: 8px;
    height: 8px;
    background: #fa6c39;
    border-radius: 4px;
}

.filter_area .ft_row ul > li.on > a:hover:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    background: url("../img/ico.png") no-repeat -22px -40px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
}

.list_ma .filter_area .ft_row ul > li {
    display: block;
}

.list_ma .filter_area .ft_row ul > li.active > a {
    color: #fff;
    background: #fa6c39;
}

.filter_area .btn_more {
    display: none;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #000;
    background: #f1f3f5;
}

.filter_area .btn_more.active {
    display: block;
}

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

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

.btn_more a span {
    font-size: 14px;
    color: #222;
}

.ico_arrow_up_b {
    display: inline-block;
    margin: 5px 0 0 5px;
    width: 12px;
    height: 12px;
    background: url("../img/ico_arrow_up_b.svg") no-repeat center/cover;
}

.ico_arrow_down_b {
    display: inline-block;
    margin: 5px 0 0 5px;
    width: 12px;
    height: 12px;
    background: url("../img/ico_arrow_down_b.svg") no-repeat center/cover;
}

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

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

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

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

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

/* ——————————————————————————
 * prodList_sort
/* —————————————————————————— */
.prodList_sort {
    position: relative;
    margin: 30px 0 20px;
}

.prodList_sort h3 {
    font-size: 18px;
    line-height: 32px;
}

.prodList_sort .sorting {
    position: absolute;
    top: 0;
    right: 0;
}

/* ——————————————————————————
 * prod_list
/* —————————————————————————— */
/* prod_list || basic */
.prod_list ul {
    margin: -20px -10px 0;
}

.prod_list ul li {
    float: left;
    padding: 20px 10px 0;
    width: 100%;
}

.prod_list ul.col2 li {
    width: 50%;
}

.prod_list ul.col3 li {
    width: 33.333333%;
}

.prod_list ul.col4 li {
    width: 25%;
}

.prod_list ul.col5 li {
    width: 20%;
}

.prod_list ul li.list_none {
    padding: 120px 0;
    width: 100%;
}

.prod_list ul li.list_none p {
    font-size: 18px;
    text-align: center;
    color: #bbb;
}

/* prod_list_swiper */
.prod_list_swiper {
    padding-bottom: 2px;
}

.prod_list_swiper .custom_paging {
    position: absolute;
    top: -30px;
    right: 0;
}

.prod_list_swiper .custom_paging li {
    display: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #999;
}

.prod_list_swiper .custom_paging li.slick-active {
    display: block;
}

.prod_list_swiper .custom_paging li em {
    color: #000;
}

.prod_list_swiper .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    font-size: 0;
    text-indent: -999999em;
    background: url("../img/prod_list_swiper_arr.png") no-repeat 0 0 #fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border: 1px solid #eee;
}

.prod_list_swiper .slick-arrow.slick-prev {
    left: -75px;
    border-left: 0;
    border-radius: 0 20px 20px 0;
}

.prod_list_swiper .slick-arrow.slick-next {
    right: -75px;
    background-position: 100% 0;
    border-right: 0;
    border-radius: 20px 0 0 20px;
}

/* ——————————————————————————
 * prod_box
/* —————————————————————————— */
/* prod_box || basic */
.prod_box {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prod_box:hover {
    -moz-box-shadow: 0 0 0 2px #fb6d3a;
    -webkit-box-shadow: 0 0 0 2px #fb6d3a;
    box-shadow: 0 0 0 2px #fb6d3a;
}

.prod_box .prod_heart {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 9px 8px 7px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.prod_box:hover .prod_heart {
    display: block;
    z-index: 10;
}

.prod_box a {
    display: block;
}

.list_friend .prod_box .photo {
    min-height: auto;
}

.prod_box .photo {
    position: relative;
    height: 306px;
    border-bottom: 1px solid #e8e8e8;
}

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

.prod_box .prd_brand {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.prod_box .prd_brand img {
    width: auto;
    max-width: 62px;
    height: auto;
    max-height: 20px;
}

.prod_box .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    height: 234px;
}

.prod_box .info .daily_prc {
    display: flex;
    width: 100%;
    height: 20px;
}

.prod_box .info .daily_prc p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #eb5241;
}

.prod_box .info .prd_tit {
    height: 70px;
}

.prod_box .info .prd_tit h3 {
    display: -webkit-box;
    overflow: hidden;
    width: 99.99%;
    height: 3em;
    font-size: 16px;
    line-height: 1.5em;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prod_box .info .prd_tit .model {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    max-width: 90%;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #aaa;
    white-space: nowrap;
}

.prod_box .info .prd_tit .event {
    display: block;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #e74c3c;
    white-space: nowrap;
}

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

.prod_box .info .prd_group .prd_review {
    display: flex;
    align-items: center;
    color: #888;
    gap: 0 4px;
}

.prod_box .info .prd_group .prd_review:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    vertical-align: middle;
    opacity: 0.6;
    background: url("/assets/images/ico_chat.png") no-repeat center / 16px;
}

.prod_box .info .prd_prc dl {
    font-size: 15px;
    line-height: 26px;
}

.prod_box .info .prd_prc dl.card {
    color: #fb6d3a;
}

.prod_box .info .prd_prc dt {
    float: left;
    width: 40%;
}

.prod_box .info .prd_prc dd {
    float: left;
    width: 60%;
    text-align: right;
    letter-spacing: 0;
}

.prod_box .info .prd_prc dd em {
    display: inline-block;
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
}

/* 할인금액이 있는 경우 */
.prod_box .info .prd_prc dl.discount dd > em.org_prc{
    font-size: 15px;
    font-weight: 500;
    color: #BFBFBF;
    vertical-align: baseline;
    text-decoration: line-through;
}

/* prod_box2 */
.prod_box2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prod_box2:hover {
    border-color: #fb6d3a;
    -moz-box-shadow: 0 2px 0 #fb6d3a;
    -webkit-box-shadow: 0 2px 0 #fb6d3a;
    box-shadow: 0 2px 0 #fb6d3a;
}

.prod_box2 .prod_del {
    position: absolute;
    top: 16px;
    left: 16px;
}

.prod_box2 .prod_heart {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 9px 8px 7px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.prod_box2:hover .prod_heart {
    display: block;
}

.prod_box2 a {
    display: block;
}

.prod_box2 .photo {
    border-bottom: 1px solid #e8e8e8;
}

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

.prod_box2 .info {
    padding: 16px 16px 10px;
}

.prod_box2 .info .prd_tit h3 {
    display: -webkit-box;
    overflow: hidden;
    height: 2.9em;
    font-size: 15px;
    line-height: 1.45em;
    letter-spacing: -0.01em;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prod_box2 .info .prd_tit .model {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    max-width: 90%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #aaa;
    white-space: nowrap;
}

.prod_box2 .info .prd_prc dl {
    font-size: 13px;
    line-height: 24px;
}

.prod_box2 .info .prd_prc dl.prc {
    margin-top: 28px;
}

.prod_box2 .info .prd_prc dl.card {
    color: #fb6d3a;
}

.prod_box2 .info .prd_prc dt {
    float: left;
    width: 35%;
}

.prod_box2 .info .prd_prc dd {
    float: left;
    width: 65%;
    text-align: right;
    letter-spacing: 0;
}

.prod_box2 .info .prd_prc dd em {
    display: inline-block;
    margin-top: -1px;
    font-size: 16px;
    font-weight: 600;
}

/* prod_box_min */
.prod_box_min {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.prod_box_min a {
    display: block;
}

.prod_box_min .photo {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.prod_box_min .photo:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    background: #000;
    filter: alpha(opacity=5);
}

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

.prod_box_min .info {
    padding: 18px 8px 0;
    height: 140px;
}

.prod_box_min .info .prd_tit h3 {
    display: -webkit-box;
    overflow: hidden;
    max-height: 3em;
    font-size: 13px;
    line-height: 1.5em;
    text-overflow: ellipsis;
    color: #888;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prod_box_min .info .prd_prc {
    margin-top: 8px;
}

.prod_box_min .info .prd_prc dl {
    overflow: hidden;
    font-size: 13px;
    line-height: 22px;
}

.prod_box_min .info .prd_prc dl.card {
    color: #f44936;
}

.prod_box_min .info .prd_prc dd,
.prod_box_min .info .prd_prc dt {
    display: inline-block;
}

.prod_box_min .info .prd_prc dt {
    float: left;
    width: 50%;
}

.prod_box_min .info .prd_prc dd {
    float: right;
    width: 50%;
    text-align: right;
    letter-spacing: 0;
}

.prod_box_min .info .prd_prc dd em {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}

/*rental_f_event_banner*/
.page_main_bg {
    width: 100%;
    height: 475px;
    background: #dcd9ea;
}

.rental_f_event_banner {
    display: none;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.rental_f_event_banner h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
    color: #2d2d2d;
}

.rental_f_event_banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    z-index: 100;
    width: 40px;
    height: 150px;
    background: linear-gradient(90deg, #f6f4f3, #f6f4f3, #f6f4f300);
}

.rental_f_event_banner:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 100;
    width: 40px;
    height: 150px;
    background: linear-gradient(-90deg, #f6f4f3, #f6f4f3, #f6f4f300);
}

.rental_f_event_banner .swiper-slide {
    margin-right: 40px;
    width: 600px;
}

.cate_wrap {
    margin-top: 65px;
}

.hash_nav_wrap {
    top: 54px;
    padding-top: 20px;
    width: 100%;
    transition: all 0.2s linear;
}

.hash_nav_wrap.fixed {
    position: fixed;
    top: 54px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 90px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hash_nav_wrap ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1280px;
}

.hash_nav_wrap ul li {
    flex: 1 1 125px;
    margin-right: 10px;
    height: 50px;
    background: #dcd9ea;
    border-radius: 50px;
}

.hash_nav_wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    color: #666;
}

.hash_nav_wrap ul li.active {
    background: #241b5a;
}

.hash_nav_wrap ul li.active a {
    color: #fff;
}

.cate_cont_wrap .cate_cont_box .cate_cont_tit h2 {
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 900;
    color: #241b5a;
}

.cate_cont_wrap .cate_cont_box {
    position: relative;
    margin-bottom: -20px;
    padding-top: 170px;
}

.cate_cont_wrap .cate_cont_box:first-child {
    margin-top: -20px;
}

.cate_cont_wrap .cate_cont_box .section {
    position: relative;
    overflow: hidden;
    padding: 55px 40px;
    background: #fff;
    border-radius: 30px;
}

.section .cate_cont_banner_wrap {
    float: left;
    margin-right: 20px;
    width: 390px;
}

.section .cate_cont_list {
    float: left;
    width: calc(100% - 410px);
}

.section .cate_cont_list ul li {
    float: left;
    margin-right: 20px;
    width: 250px;
}

.section .cate_cont_list ul li:last-child {
    margin-right: 0;
}

.cate_cont_hash {
    display: flex;
    flex: 1 1 auto;
    justify-content: start;
}

.cate_cont_hash li {
    margin-right: 15px;
    padding: 0 19px;
    height: 30px;
    font-family: "NanumSquareRound", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 31px;
    color: #666666;
    background: #efefef;
    border-radius: 30px;
}

.cate_cont_script {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 600;
    color: #2d2d2d;
}

.cate_cont_script i {
    font-style: italic;
}

.cont_banner_box {
    overflow: hidden;
    width: 390px;
    height: 350px;
    border: 1px solid #efefef;
    border-radius: 15px;
    box-sizing: border-box;
}

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

.cate_cont_list .prod_box {
    border: 1px solid #efefef;
}

.cate_cont_list .prod_box:hover {
    -moz-box-shadow: 0 0 0 2px #241b5a;
    -webkit-box-shadow: 0 0 0 2px #241b5a;
    box-shadow: 0 0 0 2px #241b5a;
}

.page-load-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    float: left;
    padding: 20px 0;
    width: calc(100% - 410px);
    height: 445px;
    text-align: center;
    color: #aaa;
    background: #fff;
}

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

.page-load-wrap p {
    margin-top: 20px;
    font-size: 20px;
}

.cate_cont_box .more_view_btn {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 1;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
    background: url("../img/btn_ico_arr_rt2.png") no-repeat right center / 16px;
}

.list_test #sticky_inquiry {
    display: none;
}

.list_test .left_ban,
.list_test .floating {
    bottom: 50px;
}

.list_friend #sticky_inquiry {
    display: none;
}

.list_friend .left_ban,
.list_friend .floating {
    bottom: 50px;
}

.no_item_box div {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
    height: 419px;
}

.no_item_box div img {
    max-width: 100%;
}

.no_item_box div:hover {
    box-shadow: none !important;
}

/* ——————————————————————————
 * brand_shop_title
/* —————————————————————————— */
.sch_tab_con {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
}

.sch_tab_con ul,
.sch_tab_con_etc ul {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.sch_tab_con ul.k_word,
.sch_tab_con_etc ul.k_word {
    padding-bottom: 8px;
}

.sch_tab_con ul:last-child:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.sch_tab_con ul li {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

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

.sch_tab_con ul li:nth-child(15),
.sch_tab_con_etc ul li:nth-child(15) {
    display: block;
}

.sch_tab_con ul li.active {
    color: #fff;
    background: #ff6121;
    border: 1px solid #ff6121;
}

/* ——————————————————————————
 * brand_shop_cont
/* —————————————————————————— */
.br_list {
    overflow: hidden;
    margin: 0 auto;
    padding: 80px 80px 0;
    width: 1280px;
    height: auto;
    background: #fff;
    border-radius: 35px 35px 0 0;
}

.br_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.br_list ul li {
    position: relative;
    overflow: hidden;
    margin: 0 12px 12px 0;
    width: 270px;
    height: 270px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.br_list ul li:nth-child(4n) {
    margin-right: 0;
}

.br_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
}

.bland_text_box {
    padding: 0 20px;
}

.br_list .bland_text_box p {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.br_list .bland_text_box p::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 200px;
    height: 0;
    border: 1px solid #ddd;
}

.br_list .bland_text_box img {
    margin-top: 14px;
    height: 30px;
}

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

.tab_sort ul {
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2em;
}

.tab_sort ul li {
    float: left;
    width: 90px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.tab_sort ul li.active {
    text-align: center;
    border: 1px solid #ff6121;
    border-radius: 2em;
}

.tab_sort ul li.active a {
    color: #ff6121;
}

.pr_desc {
    display: flex;
    justify-content: start;
    width: 100%;
}

.pr_desc ul {
    margin: -20px -10px 0;
}

.pr_desc ul li {
    float: left;
    padding: 20px 10px 0;
    width: 25%;
}

.brandlist .fc_90 {
    font-weight: bold;
}

/* ——————————————————————————
 * brand_shop_etc_title
/* —————————————————————————— */
.sch_tab_con_etc {
    position: relative;
    margin: 0 auto;
    padding: 0 80px;
    width: 1280px;
    height: auto;
    text-align: center;
    background: #fff;
}

.sch_tab_con_etc::before {
    display: none;
    content: "";
    position: absolute;
    top: 20px;
    left: 80px;
    width: 1120px;
    height: 0;
    border: 1px solid #eee;
}

.brand_cont_tit {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    position: relative;
    padding: 0 20px 40px;
    width: 100%;
    font-size: 25px;
    font-weight: 500;
}

.brand_cont_tit:before {
    display: block;
    content: "▶";
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 15px;
    color: #333;
}

.sch_tab_con_etc ul li {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

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

.sch_tab_con_etc ul li.etc_active {
    color: #fff;
    background: #ff6121;
    border: 1px solid #ff6121;
}

/* ——————————————————————————
 * brand_shop_etc_cont
/* —————————————————————————— */
.br_list2 {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 80px 60px;
    width: 1280px;
    height: auto;
    background: #fff;
    border-radius: 0 0 35px 35px;
}

.br_list2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 80px;
}

.br_list2 ul li {
    margin-right: 8%;
    margin-bottom: 80px;
    width: 10%;
}

.br_list2 ul li:nth-child(6n) {
    margin-right: 0;
}

.br_list2 .bland_text_box2 p {
    display: inline-block;
    position: relative;
    margin-top: 0 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
}

.br_list2 .bland_text_box2 p::before,
.br_list2 .bland_text_box2 p::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    background: #fa6c39;
    transition: all 0.1s linear;
}

.br_list2 .bland_text_box2 p::before {
    right: 50%;
    left: 50%;
}

.br_list2 .bland_text_box2 p::after {
    right: 50%;
    left: 50%;
}

.br_list2 .bland_text_box2 p:hover::before {
    left: 0;
}

.br_list2 .bland_text_box2 p:hover::after {
    right: 0;
}

.prd_tit .fc_red {
    display: block;
    overflow: hidden;
    max-width: 90%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_friend .prod_box .info {
    padding: 22px 20px;
    height: auto;
}

.list_friend .prod_box .info .prd_prc {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.prod_box .info .prd_prc.wow_prize div {
    text-align: right;
}

.prod_box .info .prd_prc.wow_prize .prc p,
.prod_box .info .prd_prc.wow_prize .discount p {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: right;
}

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

.prod_box .info .prd_prc.wow_prize .discount p {
    line-height: 35px;
    color: #fb7244;
}

.prod_box .info .prd_prc.wow_prize .prc p {
    color: #999;
}

.prod_box .info .prd_prc.wow_prize .prc p span:before {
    content: "판매가";
    position: absolute;
    left: -40px;
    height: 27px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
}

.prod_box .info .prd_prc.wow_prize .discount p span:before {
    content: "할인가";
    position: absolute;
    left: -45px;
    height: 27px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: right;
    color: #fb6d3a;
}

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

.prod_box .info .prd_prc.wow_prize .discount p span {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    color: #fb6d3a;
}

.filter_important a {
    font-weight: bold;
    background: -webkit-linear-gradient(-135deg, #f5821f 0%, #e0113a 10%, #f5821f 20%, #e0113a 30%, #f5821f 40%, #e0113a 50%, #f5821f 60%, #e0113a 70%, #f5821f 80%, #e0113a 90%, #f5821f 100%);
    -webkit-background-clip: text;
    background-size: 400% 400%;
    animation: text_gradients 20s ease infinite;
    -webkit-text-fill-color: transparent;
}

.filter_area .ft_row ul li.filter_important.on a {
    color: #fff;
    background: -webkit-linear-gradient(-135deg, #f5821f 0%, #e0113a 10%, #f5821f 20%, #e0113a 30%, #f5821f 40%, #e0113a 50%, #f5821f 60%, #e0113a 70%, #f5821f 80%, #e0113a 90%, #f5821f 100%);
    -webkit-background-clip: border-box;
    background-size: 400% 400%;
    animation: text_gradients 20s ease infinite;
    -webkit-text-fill-color: currentcolor;
}

.subCate ul li.pillgram_text_banner a {
    background-color: #fff;
    background-image: linear-gradient(148.78deg, #26d07b 10%, #6865ff 50%, #fb5058 90%);
    -webkit-background-clip: text;
    background-size: 400% 400%;
    -webkit-animation: text_gradients 5s infinite;
    -webkit-text-fill-color: transparent;
}

.subCate ul li.pillgram_text_banner:hover {
    background: #f8f5ff;
}

.list_popup_banner {
    position: fixed;
    top: 160px;
    right: 20px;
    z-index: 10000;
    overflow: hidden;
    width: 280px;
    border-radius: 12px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.2s linear;
    animation: fadeIn 1s;
}

.scrolled .list_popup_banner {
    top: 74px;
}

.list_popup_banner .popup_close_btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #aaa;
    opacity: 1;
    cursor: pointer;
}

.list_popup_banner .popup_close_btn i {
    display: block;
    width: 100%;
    height: 100%;
}

.list_popup_banner .popup_banner_img {
    width: 100%;
    max-width: 100%;
}

.list_best_item_box {
    margin: 20px 0 40px 0;
    padding: 60px;
    border: 2px solid #323232;
}

.list_best_item_box .box_tit {
    margin: 0 auto;
    padding: 10px 0 30px 0;
    text-align: center;
}

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

.list_best_item_box .prod_box2 {
    margin: 0 20px 40px 20px;
    border: none;
}

.list_best_item_box .prod_box2 a {
    height: 447px;
}

.list_best_item_box .prod_box2 .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 16px 0 0;
    height: 198px;
}

.list_best_item_box .prod_box2 .photo {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 12px;
}

.list_best_item_box .prod_box2 .photo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.04);
}

.list_best_item_box .slick-arrow.slick-prev {
    left: -60px;
    border-left: 0;
}

.list_best_item_box .slick-arrow.slick-next {
    right: -60px;
    border-right: 0;
    transform: rotate(180deg);
}

.list_best_item_box .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    font-size: 0;
    text-indent: -999999em;
    background: url(../img/prod_list_swiper_arr2.png) no-repeat 0 0 #fff;
    -webkit-background-size: cover;
    background-size: cover;
}

.list_best_item_box .custom_paging {
    position: absolute;
    top: -63px;
    right: 20px;
}

.list_best_item_box .custom_paging li {
    display: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #999;
}

.list_best_item_box .custom_paging li.slick-active {
    display: block;
}

.list_best_item_box .custom_paging li em {
    color: #000;
}

.list_best_item_box .prod_box2 .info .prd_tit h3,
.list_best_item_box .prod_box2 .info .prd_prc dt,
.list_best_item_box .prod_box2 .info .prd_prc dd {
    font-size: 14px;
}

.list_best_item_box .prod_box2 .info .prd_tit h3 {
    margin: 2px 0 12px;
}

.list_best_item_box .prod_box2 .info .prd_prc {
    position: relative;
}

.list_best_item_box .prod_box2 .info .prd_prc:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #efefef;
}

.list_best_item_box .prod_box2 .info .prd_prc dd em {
    font-size: 20px;
    font-weight: 700;
}

.list_best_item_box .prod_box2:hover {
    box-shadow: none;
}

.list_best_item_box .prod_box2 .info .prd_tit .model {
    font-size: 12px;
    font-weight: 300;
}

.list_best_item_box .prod_box2 .info .rental_count {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #555;
}

.list_best_item_box .prod_box2 .info .rental_count img {
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

/* ——————————————————————————
 * list_plan_banner
/* —————————————————————————— */
.list_plan_banner {
    position: relative;
    overflow: hidden;
    margin: 40px auto 0;
    width: 1280px;
    border-radius: 20px;
}

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

.list_best_item_box .flag_wrap .flag {
    margin-right: 2px;
}

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

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

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

@media screen and (min-width: 1921px) {
    .list_popup_banner {
        right: calc(50% - 950px);
    }
}
