@charset "utf-8";

/* ————————————————————————————————————————————————————
 * prodList_wrap [list]
/* ———————————————————————————————————————————————————— */
.search .prodList_list {
    background: #fff;
}

/* ——————————————————————
 * cate_title [list]
/* —————————————————————— */
.cate_title {
    padding: 20px 0;
    text-align: center;
    background: #fff;
}

.cate_title p {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 3px solid #213760;
}

/* ——————————————————————
 * subCate [list]
/* —————————————————————— */
.subCate {
    padding: 1px 16px 16px;
}

.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: 13px;
    line-height: 39px;
    margin: -1px 0 0 -1px;
    border: 1px solid #eee;
    color: #666;
    position: relative;
    z-index: 0
}

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

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

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

/* prod_list_basic */
.main_prod_list_basic {
    padding: 0 16px 10px;
}

.main_prod_list_basic.section {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
    padding: 0;
}

.main_prod_list_basic .sec_tit {
    position: relative;
    padding: 14px 2px;
    font-size: 16px;
    display: block;
    line-height: 25px;
}

.main_prod_list_basic .sec_tit h3 {
    color: #000;
    line-height: 30px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    padding: 0;
}

.prod_list_basic > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod_list_basic .prod_item {
    width: calc(50% - 2px);
    display: block;
    font-size: 0;
    margin-bottom: 10px;
}

.prod_list_basic .prod_item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.prod_list_basic .prod_item a .photo {
    position: relative;
}

.prod_list_basic .prod_item a .photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.04);
}

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

.prod_list_basic .prod_item a .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 155px;
    padding: 8px;
    border-top: 1px solid #eee;
}

.prod_list_basic .prod_item a .info .info_tit {
    height: 82px;
}

.prod_list_basic .prod_item a .info .model {
    color: #87949f;
    font-size: 10px;
    letter-spacing: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.prod_list_basic .prod_item a .info .event_tit {
    color: red;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod_list_basic .prod_item a .info h3 {
    font-size: 12px;
    color: #394955;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5;
    height: 3em;
}

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

.prod_list_basic .prod_item a .info .prd_prc dl {
    line-height: 18px;
    letter-spacing: -0.025em;
    font-size: 12px;
}

.prod_list_basic .prod_item a .info .prd_prc dl dd,
.prod_list_basic .prod_item a .info .prd_prc dl dt {
    float: left;
}

.prod_list_basic .prod_item a .info .prd_prc dl dd {
    float: right;
    text-align: right;
    color: #333;
    font-weight: 500;
}

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

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


/* .list prodList_none  */
.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;
}

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

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

.search_txt_02 {
    word-break: break-all;
    display: inline-block;
    padding: 0 20px;
    font-weight: 600 !important;
    line-height: 31px !important;
}

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

/* ————————————————————————————————————————————————————
 * prodView_wrap [view]
/* ———————————————————————————————————————————————————— */
.prodView_wrap .location_wrap {
    position: relative;
    background: #fff;
    border-top: 1px solid #eeeef1;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.prodView_wrap .location_cont {
    padding: 0 16px;
}

.prodView_wrap .location_cont ul li {
    float: left;
}

.prodView_wrap .location_cont ul li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    color: #888;
    font-size: 13px;
    padding-left: 12px;
    margin-left: 6px;
}

.prodView_wrap .location_cont ul li a.local_home {
    padding-left: 0;
    margin-left: 0;
}

.prodView_wrap .location_cont ul li a:before {
    content: "";
    width: 6px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    background: url(../img/arr_location.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.prodView_wrap .location_cont ul li:last-child a {
    color: #333;
}

/* ——————————————————————
 * 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: #213760;
    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: none;
    font-size: 20px;
    color: #bbbbbb
}

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

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

.pv_option .sec_tit {
    padding: 0;
    margin: 0;
}

.pv_option .sec_tit h3 {
    text-align: left;
    padding: 6px 0 16px 0;
}

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

.pv_option .prod_prc dl {
    font-size: 0;
    line-height: 30px
}

.pv_option .prod_prc dl dd,
.pv_option .prod_prc dl dt {
    width: 50%;
    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 dd {
    color: #C61040;
}

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

/* 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-size: 16px;
    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;
    overflow: hidden
}

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

.pv_option .btn_wrap .btn_cart {
    width: 60px;
    margin-right: 7px
}

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

.pv_option .btn_wrap .btn_submit {
    width: 80%
}

/* pv_directcall */
.pv_directcall {
    position: relative;
    margin-top: 30px;
    padding: 2px;
}

.pv_directcall::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 84, 120, 0.2);
    background-color: #213760;
    background: linear-gradient(-45deg, #091636, #213760);
    background-size: 200% 200%;
    webkit-animation: callBoxBg 2s ease infinite;
    -moz-animation: callBoxBg 2s ease infinite;
    animation: callBoxBg 2s ease infinite;

}

.pv_directcall a {
    position: relative;
    display: block;
    padding: 18px 70px 18px 20px;
    background: #fff;
    border-radius: 3px;
}

.pv_directcall a > h4 {
    font-weight: 400;
    margin: 4px 0 5px;
    font-size: 12px;
    line-height: 1;
    color: #555;
}

.pv_directcall a > p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #213760;
    letter-spacing: -0.015em;
}

.pv_directcall a > .ico,
.pv_directcall a > .ico:after,
.pv_directcall a > .ico:before {
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    -webkit-background-size: 56px !important;
    background-size: 56px !important;
}

.pv_directcall a > .ico {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -28px;
}

.pv_directcall a > .ico:after,
.pv_directcall a > .ico:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/ico_call2.png") no-repeat 50% 50%;
}

.pv_directcall a > .ico:before {
    z-index: 0;
    animation: circle1 2s infinite forwards;
}

.pv_directcall a > .ico:after {
    z-index: 1;
    box-shadow: 0 1px 5px 0 rgb(75, 187, 243, 0.4);
}

@keyframes circle1 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}


/* ——————————————————————
 * 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: #f03e3e;
    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 */
.pv_detail .prd_dtlImg {
    margin: 0 -18px;
    text-align: center;
}

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

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

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

/* 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;
}

/*렌탈기간 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: #222;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    margin: 0;
}

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

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

.pv_option .opt_select .radioType_prc .radios label em {
    font-weight: 400;
    padding-left: 2px;
    font-size: 16px;
    vertical-align: baseline;
}

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


