@charset "utf-8";

.view #wrap,
.view2 #wrap {
    background: url("../img/prodView_bg.png") repeat-y center top
}

.prodView_wrap .pv_tit {
    font-size: 18px
}

.prodView_cont {
    width: calc(100% - 420px);
    float: left
}


/* ————————————————————————————————————————————————
 * pv_info
/* ———————————————————————————————————————————————— */
.pv_info {
    width: calc(100% - 420px);
    float: left
}

/* photo_slide */
.pv_info .photo_slide {
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-top: 30px
}

.pv_info .photo_slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 22px
}

/* photo_slide thumbs */
.pv_info .photo_slide .gallery-thumbs {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.pv_info .photo_slide .gallery-thumbs .slick-list {
    height: auto !important
}

.pv_info .photo_slide .gallery-thumbs .thumb {
    width: 60px;
    height: 60px !important;
    border: 1px solid #eee;
    margin-bottom: 6px;
    border-radius: 6px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.pv_info .photo_slide .gallery-thumbs .thumb.slick-current {
    border-color: #2d2d2d
}

/* photo_slide big */
.pv_info .photo_slide .gallery-big {
    width: calc(100% - 240px);
    margin: 0 0 0 70px;
    display: inline-block;
    vertical-align: middle;
}

.pv_info .photo_slide .slick-arrow {
    width: 30px;
    height: 60px;
    background: url("../img/photo_slide_arr.png") no-repeat 0 0;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    margin-top: -30px;
    font-size: 0;
    text-indent: -999999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10;
    display: none !important
}

.pv_info .photo_slide .slick-arrow.slick-prev {
    left: -40px
}

.pv_info .photo_slide .slick-arrow.slick-next {
    background-position: 100% 0;
    right: -40px
}

/* prd_info */
.pv_info .prd_info {
    margin-top: 20px
}

.pv_info .tbl_prd_info {
    font-size: 0;
    border: 3px solid #eee;
    padding: 14px 18px 18px;
    border-radius: 6px;
    margin-top: 8px
}

.pv_info .tbl_prd_info dl {
    width: 50%;
    display: inline-block;
    margin-top: 4px
}

.pv_info .tbl_prd_info dl dd,
.pv_info .tbl_prd_info dl dt {
    display: inline-block;
    font-size: 14px
}

.pv_info .tbl_prd_info dl dt {
    width: 32%;
    color: #999
}

.pv_info .tbl_prd_info dl dd {
    width: 68%;
    word-break: break-all
}

.pv_info .tbl_prd_info dl:nth-child(odd) dd {
    padding-right: 30px
}


/* ————————————————————————————————————————————————
 * pv_summary
/* ———————————————————————————————————————————————— */
.pv_summary {
    position: static;
    width: 380px;
    float: right;
    padding-left: 20px;
}

.pv_summary .box {
    padding: 20px 10px 30px 20px;
    border-radius: 6px;
    box-shadow: 0 0 3px #eee;
}

.pv_summary .box_wrap {
    max-height: 460px;
    padding-right: 20px;
    margin-top: 20px;
    overflow-y: auto;
}

/* prd_tit */
.pv_summary .prd_tit {
    border-bottom: 2px solid #444;
    padding-bottom: 14px;
}

.pv_summary .prd_tit .btn_copy {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
}

.pv_summary .box_wrap::-webkit-scrollbar {
    width: 12px;
    border: 4px solid #f0f0f0;
    background: #f0f0f0;
}

.pv_summary .box_wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 4px solid #f0f0f0;
    border-radius: 100px;
    cursor: pointer;
}

.pv_summary .box_wrap::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
}

.pv_summary .prd_tit .btn_copy:hover {
    color: #000
}

.pv_summary .prd_tit .modelNm {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
    letter-spacing: 0
}

.pv_summary .prd_tit h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.035em
}

.pv_summary .prd_tit .alert_box {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -140px;
    z-index: 9999;
    display: none
}

/* smmr_cardInfo */
.pv_summary .smmr_cardInfo {
    margin-top: 16px
}

.pv_summary .smmr_cardInfo a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 16px;
    letter-spacing: -0.01em;
    border-radius: 2px;
    border: 1px solid #eee;
    background: #fff
}

.pv_summary .smmr_cardInfo a:hover {
    border-color: #212529
}

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

.pv_summary .smmr_cardInfo a em:before {
    content: '';
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(250, 214, 0, 0.70);
    z-index: -1
}

.pv_summary .smmr_cardInfo a i.ico {
    width: 33px;
    height: 22px;
    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%
}

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

/* smmr_info */
.pv_summary .smmr_info {
    margin-top: 20px;
}

.pv_summary .smmr_info::-webkit-scrollbar {
    width: 5px;
}

.pv_summary .smmr_info::-webkit-scrollbar-thumb {
    background: rgba(165, 0, 52, 0.5);
    border-radius: 3px;
}

.pv_summary .smmr_info::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
}

.pv_summary .smmr_info dl {
    font-size: 0;
    margin-top: 4px
}

.pv_summary .smmr_info dl dd,
.pv_summary .smmr_info dl dt {
    display: inline-block;
    font-size: 14px
}

.pv_summary .smmr_info dl.evnt dd,
.pv_summary .smmr_info dl.evnt dt {
    color: #e60031
}

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

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

/* prd_opt */
.pv_summary .smmr_opt {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4
}

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

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

.pv_summary .smmr_opt dl dd,
.pv_summary .smmr_opt dl dt {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px
}

.pv_summary .smmr_opt dl dt {
    width: 30%
}

.pv_summary .smmr_opt dl dd {
    width: 70%
}

/* smmr_opt - radio */
.pv_summary .radioType_1 .radios {
    margin-top: 6px;
}

.pv_summary .radioType_1 .radios:first-child {
    margin-top: 0;
}

#optionLists .radioType_1 label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    border: 2px solid #e4e4e4;
    border-radius: 12px;
    font-weight: normal;
    background: #fff;
    color: #666;
}

#optionLists .radioType_1 label.on {
    border-color: #a50034;
    color: #a50034;
    font-weight: 700;
}

/* smmr_prc */
.pv_summary .smmr_prc {
    margin-top: 20px
}

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

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

.pv_summary .smmr_prc dl.cardPrc,
.pv_summary .smmr_prc dl.combine_dc {
    color: #a50034;
}

.pv_summary .smmr_prc dl.combine_dc .prd_combine {
    display: inline-block;
    margin-top: 6px;
}

.combine_dc .sale_combine_price,
.pv_summary .smmr_prc dl.combine_dc .sale_combine_price em {
    font-size: 15px;
}

.combine_dc .sale_combine_price {
    margin-right: 8px;
}

.pv_summary .smmr_prc dl dd,
.pv_summary .smmr_prc dl dt {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 31px
}

.pv_summary .smmr_prc dl dt {
    width: 30%
}

.pv_summary .smmr_prc dl dd {
    width: 70%;
    text-align: right;
    font-size: 16px
}

.pv_summary .smmr_prc dl dd em {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0
}

/* smmr_btn */
.pv_summary .smmr_btn {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    padding-right: 10px;
}

.pv_summary .smmr_btn .btn {
    flex: 0 1 auto;
    min-width: 0;
}

.pv_summary .smmr_btn .combine_cart_btn {
    width: 100%;
}

.pv_summary .smmr_btn .btn_submit {
    width: 100%;
}


/* ————————————————————————————————————————————————
 * pv_event
/* ———————————————————————————————————————————————— */
.pv_event {
    margin-top: 40px
}

.pv_event .event_tit {
    background: #fff2f2;
    color: #e60031;
    border-radius: 6px;
    margin-top: 8px;
    padding: 18px;
    font-size: 19px;
    text-align: center;
    font-weight: 700
}

.pv_event .event_txt {
    text-align: center;
    margin-top: 14px
}

.pv_event .event_txt img {
    max-width: 100%;
    height: auto
}

/* ————————————————————————————————————————————————
 * pv_etc
/* ———————————————————————————————————————————————— */
.pv_etc {
    margin-top: 40px;
    border-bottom: 1px solid #e8e8e8
}

.pv_etc .etcImg_area {
    text-align: center;
    margin-top: 14px
}

.pv_etc .etcImg_area img {
    max-width: 100%;
    height: auto
}

.pv_etc .etcImg_area iframe,
.pv_etc .etcImg_area embed {
    width: 100% !important
}

/* ————————————————————————————————————————————————
 * pv_detail
/* ———————————————————————————————————————————————— */
.pv_detail {
    margin-top: 40px;
    border-bottom: 1px solid #e8e8e8
}

.pv_detail .dtlImg_area {
    text-align: center;
    margin-top: 14px
}

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

.pv_detail .dtlImg_area iframe,
.pv_detail .dtlImg_area embed {
    width: 100% !important
}


/* ————————————————————————————————————————————————
 * prd_recomm
/* ———————————————————————————————————————————————— */
.pv_recomm {
    margin-top: 60px
}

.pv_recomm .pv_tit {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.45
}

.pv_recomm .prod_list {
    padding-top: 20px
}

.pv_recomm .prod_list ul.col4 {
    margin: -10px -10px 0
}

.pv_recomm .prod_list ul.col4 li {
    padding: 10px 10px 0
}


/* ——————————————————————————
 * btn_disabled
/* —————————————————————————— */
.btn_disabled {
    width: 100% !important;
}

.btn_disabled:before {
    background: #AAA;
}

.btn_disabled:hover:before {
    background: #AAA;
}