@charset "utf-8";

/* ————————————————————————————————————————————————————
 * prodList_wrap [list]
/* ———————————————————————————————————————————————————— */

/* ——————————————————————
 * subCate [list]
/* —————————————————————— */
.subCate {
    padding: 20px 18px
}

.subCate ul {
    font-size: 0;
    padding: 1px 0 0 1px
}

.subCate ul li {
    width: 33.333333%;
    display: inline-block;
    text-align: center
}

.subCate ul li a {
    display: block;
    font-size: 12px;
    line-height: 39px;
    margin: -1px 0 0 -1px;
    background: #f5f6f8;
    border: 1px solid #e9ecef;
    color: #868e96;
    position: relative;
    z-index: 0
}

.subCate ul li.active a {
    background: #fff;
    font-weight: 500;
    border-color: #212529;
    color: #212529;
    z-index: 2
}

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

.prod_list_basic .prod_item {
    position: relative;
}

.prod_list_basic .prod_item .prod_box {
    padding: 16px 0;
    border-bottom: 1px solid #DDD;
}

.prod_list_basic .prod_item:first-child {
    margin-top: 0
}

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

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

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

.prod_list_basic .prod_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 18px
}

.prod_list_basic .prod_item a .photo {
    width: 138px;
    height: 138px;
    position: relative;
    display: block;
    margin: 0 18px 0 0;
    border-radius: 22px;
    overflow: hidden
}

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

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

.prod_list_basic .prod_item a .info {
    width: calc(100% - 158px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.prod_list_basic .prod_item a .info .event_tit {
    font-size: 11px;
    font-weight: 700;
    color: #a50034;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.prod_list_basic .prod_item a .info h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.4em;
    max-height: 2.8em;
}

.prod_list_basic .prod_item a .info .model {
    max-width: 88%;
    font-size: 10px;
    letter-spacing: 0;
    color: #888888;
    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 .txt_red {
    max-width: 99%;
    font-size: 10px;
    letter-spacing: 0;
    color: #888888;
    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: 10px
}

.prod_list_basic .prod_item a .info .prd_prc dl {
    text-align: right;
    line-height: 24px
}

.prod_list_basic .prod_item a .info .prd_prc dl dd,
.prod_list_basic .prod_item a .info .prd_prc dl dt {
    display: inline-block;
    font-size: 12px;
    width: 53%;
}

.prod_list_basic .prod_item a .info .prd_prc dl dt {
    text-align: left;
    color: #888;
    width: 45%;
}

.prod_list_basic .prod_item a .info .prd_prc dl dd em {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: -1px
}

.prod_list_basic .prod_item a .info .prd_prc dl.card dd em {
    color: #a50034;
}

@media only screen and (max-width: 340px) {
    .prod_list_basic .prod_item a .info .prd_prc dl dd em {
        font-size: 14px;
    }
}

@media only screen and (max-width: 310px) {
    .prod_list_basic .prod_item a .info .prd_prc dl dd em {
        font-size: 13px;
    }
}

.prod_list_basic .prod_item a .info .prod_title_box {
    height: 56px;
}

.prodList_none {
    padding: 50px 0 120px;
    text-align: center;
}

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

.prod_list_basic .prod_item a.combine_btn {
    background: #FAF0F0;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
    padding: 0 12px;
    color: #a50034;
    width: calc(100% - 36px);
    margin: 12px auto 0;
    border-radius: 4px;
}

.prod_list_basic .prod_item a.combine_btn p {
    font-size: 13px;
}

.prod_list_basic .prod_item a.combine_btn p span {
    font-weight: bold;
    font-size: 15px;
}

/* prod_list_simple */
.prod_list_simple > ul {
    margin: 0 -10px
}

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

.prod_list_simple > ul.col2 > li {
    width: 50%
}

.prod_list_simple > ul.col3 > li {
    width: 33.333333%
}

.prod_list_simple .prod_item a {
    min-height: 224px;
    position: relative;
    display: block
}

.prod_list_simple .prod_item .photo {
    position: relative;
    border-radius: 40%;
    overflow: hidden
}

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

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

.prod_list_simple .prod_item a .info {
    height: 120px;
    padding: 16px 8px 0;
    text-align: left;
}

.prod_list_simple .prod_item a .info h3 {
    font-size: 11px;
    letter-spacing: -0.025em;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.45;
    max-height: 2.9em;
    word-break: break-all
}

.prod_list_simple .prod_item a .info .prd_prc {
    margin-top: 8px;
    font-size: 0
}

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

.prod_list_simple .prod_item a .info .prd_prc dl.card {
    color: #a50034
}

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

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

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


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

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

.ico {
    display: inline-block;
    background: url(../img/ico.png) no-repeat;
    background-size: 400px 400px;
}

.ico.list_none {
    width: 140px;
    height: 140px;
    background-position: -140px -179px;
}


/* ————————————————————————————————————————————————————
 * prodView_wrap [view]
/* ———————————————————————————————————————————————————— */

/* ——————————————————————
 * pv_photo [view]
/* —————————————————————— */
.pv_photo {
    position: relative
}

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

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

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

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

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

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

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


/* ——————————————————————
 * pv_summary [view]
/* —————————————————————— */
.pv_summary {
    border-top: 0;
    padding: 25px 18px;
    z-index: 10
}

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

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

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

.pv_summary .btn_bundle li button {
    background: transparent
}

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

.pv_summary .btn_bundle li button.btn_heart.on i {
    color: #e60031
}

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

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

.pv_summary .prd_tit h2 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400
}

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

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

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

.pv_summary .smmr_info dl dd,
.pv_summary .smmr_info dl dt {
    display: table-cell
}

.pv_summary .smmr_info dl dt {
    width: 32%;
    color: #999
}

.pv_summary .smmr_info dl dd {
    width: 68%
}


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

.pv_option .opt_select .selectType_1 .tit {
    position: absolute;
    top: -9999999em;
    font-size: xx-small;
    line-height: 0;
    z-index: -999999
}

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

/* opt_select - radio */
.pv_option .opt_select .radioType_prc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.pv_option .opt_select .radioType_prc .radios {
    margin-bottom: 10px;
}

.pv_option .opt_select .radioType_prc .radios label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 18px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin: 0;
}

.pv_option .opt_select .radioType_prc .radios label span {
    font-size: 13px;
    line-height: 50px;
    margin-bottom: 0;
    color: #666;
}

.pv_option .opt_select .radioType_prc .radios label em {
    font-weight: 400;
    padding-left: 2px;
}

.pv_option .opt_select .radioType_prc .radios input[type="radio"]:checked + label {
    box-shadow: none;
    font-weight: 700;
    background: #fff;
    border: 2px solid #a50034;
    color: #a50034;
}

.radioType_prc .radios input[type="radio"]:checked + label span {
    color: #a50034;
}

.radioType_prc .radios input[type="radio"]:checked + label em {
    font-weight: 700;
}

/* prod_prc */
.pv_option .prod_prc {
    margin-top: 10px;
    background: #f7f7f7;
    padding: 14px 18px;
    border-radius: 4px
}

.pv_option .prod_prc dl {
    font-size: 0;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}


.pv_option .prod_prc dl:after {
    display: none;
}

.pv_option .prod_prc dl dd,
.pv_option .prod_prc dl dt {
    display: inline-block;
    font-size: 13px
}

.pv_option .prod_prc dl dt {
    color: #495057
}

.pv_option .prod_prc dl dd {
    text-align: right;
    letter-spacing: 0
}

.pv_option .prod_prc dl.card dt,
.pv_option .prod_prc dl.card dd,
.pv_option .prod_prc dl.combine dt,
.pv_option .prod_prc dl.combine dd {
    color: #a50034
}

.pv_option .prod_prc dl dd em {
    font-size: 21px;
    font-weight: 700
}

.pv_option .prod_prc dl dd em.combine_price {
    font-size: 13px;
}

.order_prod_list .order_item .info .info_row li a,
.order_prc .prc_all dl.combine_prc a,
.cart_list .cart_item .info .info_row li a,
.cart_bottom .prc_all dl.combine_prc a,
.pv_option .prod_prc .combine a {
    display: flex;
    gap: 4px;
    align-items: center;
}

.order_prod_list .order_item .info .info_row li a img,
.cart_list .cart_item .info .info_row li a img,
.pv_option .prod_prc .combine a img {
    width: 15px;
}

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

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

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

.prod_cardInfo a em:before {
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #F9F871;
    z-index: -1
}

.prod_cardInfo a i.ico {
    width: 29px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../img/ico_card.png") no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

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

/* btn_wrap */
.pv_option .btn_wrap {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.pv_option .btn_wrap .btn {
    flex: 0 0 auto;
}

.pv_option .btn_wrap .btn_cart {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

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

.pv_option .btn_wrap .btn_submit {
    width: 100%;
    flex: 0 1 auto;
}

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

.pv_directcall a {
    position: relative;
    display: block;
    padding: 16px 20px;
    border: 2px solid #a50034;
    border-radius: 4px
}

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

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

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

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

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

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

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

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

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

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

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

.pv_directcall a > .ico {
    width: 64px;
    height: 64px;
    background: url("../img/ico_call.png") no-repeat center;
    -webkit-background-size: 56px auto;
    background-size: 56px auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 1px solid #f3f4f7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 50%
}

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


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

.pv_event .sec_tit {
    padding-bottom: 8px
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

/* ——————————————————————
 * pv_banner [view]
/* —————————————————————— */
.pv_banner {
    padding: 0
}

.pv_banner a {
    display: block
}

.pv_banner img {
    width: 100%
}


/* ——————————————————————
 * pv_detail [view]
/* —————————————————————— */
.pv_detail {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    padding-bottom: 0
}

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

/* prd_dtlImg */
.section.pv_detail,
.section.allitem_noti_banner,
.section.global_ma_img {
    padding: 0;
}

.pv_detail .prd_dtlImg {
    text-align: center;
}

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

.pv_detail .prd_dtlImg.ot .energy_notice {
    display: none;
}

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

/* LG인증 이미지 여백추가 (이미지 자체 수정 불가)*/
.etcNotice > .l-wrap-usp_banner:first-child {
    padding-top: 20px;
}

.etcNotice > .l-wrap-usp_banner:first-child img {
    width: calc(100% - 36px);
}

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

.pv_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)
}

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

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

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

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


/* ——————————————————————
 * pv_recomm [view]
/* —————————————————————— */
.pv_recomm {
    padding: 10px 18px;
}

.pv_recomm .sec_tit h3 {
    line-height: 1.5;
}

/* ——————————————————————
 * btn_disabled [view]
/* —————————————————————— */
.btn_disabled {
    width: 100% !important;
    background: #AAA;
}