@charset "utf-8";

/* ——————————————————————————
 * view_info_wrap
/* —————————————————————————— */
.view_info_wrap {
    margin-top: 15px;
    padding: 40px 80px;
}

/* prd_tit */
.view_info_wrap .prd_tit {
    position: relative;
    padding-right: 30%;
}

.view_info_wrap .prd_tit h2 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.view_info_wrap .prd_tit .modelNm {
    margin-top: 2px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #aaa;
}

.view_info_wrap .prd_tit .btn_bundle {
    position: absolute;
    top: 0;
    right: 0;
}

.view_info_wrap .prd_tit .btn_bundle ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.view_info_wrap .prd_tit .btn_bundle li {
    position: relative;
}

.view_info_wrap .prd_tit .btn_bundle button {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #aaa;
    transition: none;
}

.view_info_wrap .prd_tit .btn_bundle .on button,
.view_info_wrap .prd_tit .btn_bundle button:hover {
    color: #2d2d2d;
}

.view_info_wrap .prd_tit .btn_bundle button i {
    margin-top: -4px;
    margin-right: 6px;
    vertical-align: middle;
}

/* share_balloon */
.view_info_wrap .prd_tit .on .share_balloon {
    display: block;
}

.view_info_wrap .prd_tit .share_balloon {
    display: none;
    position: absolute;
    right: -20px;
    bottom: 100%;
    z-index: 99;
    padding-bottom: 16px;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
}

.view_info_wrap .prd_tit .share_balloon_inner {
    position: relative;
    padding: 6px 14px;
    white-space: nowrap;
    background: #2d2d2d;
    border-radius: 12px;
}

.view_info_wrap .prd_tit .share_balloon_inner:before {
    content: "";
    position: absolute;
    right: 44px;
    bottom: -5px;
    width: 10px;
    height: 5px;
    background: url("../img/share_balloon_arr.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.view_info_wrap .prd_tit .btn_bundle li {
    display: flex;
    gap: 2px;
}

.view_info_wrap .prd_tit .btn_bundle li.update {
    display: inline-block;
}

.view_info_wrap .prd_tit .btn_bundle li.update a {
    display: inline-block;
    width: auto;
    height: 28px;
    text-indent: 0;
    background: transparent;
}

.view_info_wrap .prd_tit .btn_bundle li.update a:hover:before {
    background: #ff6121;
}

.view_info_wrap .prd_tit .btn_bundle li.update a span {
    font-size: 13px;
    line-height: 28px;
    color: #555;
}

.view_info_wrap .prd_tit .btn_bundle li.update a:hover span {
    color: #fff;
}

.view_info_wrap .prd_tit .btn_bundle li a {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-indent: -999999em;
    background: url("../img/ico_sns.png") no-repeat;
    -webkit-background-size: 80px 200px;
    background-size: 80px 200px;
    -webkit-transition: none;
    transition: none;
}

.view_info_wrap .prd_tit .btn_bundle li a.share_link {
    background-position: 0 0;
}

.view_info_wrap .prd_tit .btn_bundle li a.share_kakaoTalk {
    background-position: 0 -40px;
}

.view_info_wrap .prd_tit .btn_bundle li a.share_kakaoStory {
    background-position: 0 -80px;
}

.view_info_wrap .prd_tit .btn_bundle li a.share_facebook {
    background-position: 0 -120px;
}

.view_info_wrap .prd_tit .btn_bundle li a.share_twitter {
    background-position: 0 -160px;
}

.view_info_wrap .prd_tit .btn_bundle li a:hover {
    background-position-x: -40px;
}

/* prd_tag */
.view_info_wrap .prd_tag {
    margin-top: 20px;
}

.view_info_wrap .prd_tag ul {
    margin: -8px 0 0 -8px;
}

.view_info_wrap .prd_tag ul li {
    display: inline-block;
    float: left;
    padding: 8px 0 0 8px;
}

.view_info_wrap .prd_tag ul li span {
    display: block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: -0.025em;
    color: #888888;
    background: #f2f2f2;
    border-radius: 4px;
}

/* prd_info */
.view_info_wrap .prd_info {
    margin-top: 30px;
}

/* photo_slide */
.view_info_wrap .photo_slide {
    position: relative;
    overflow: hidden;
    float: left;
    padding-left: 60px;
    width: 70%;
    height: 410px;
}

.view_info_wrap .photo_slide img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 410px;
}

/* photo_slide thumbs */
.view_info_wrap .photo_slide .gallery-thumbs {
    position: absolute;
    top: 48px;
    left: 0;
    width: 60px;
    height: 330px;
}

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

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

/* photo_slide big */
.view_info_wrap .photo_slide .gallery-big {
    margin: auto;
    width: 540px;
    height: 410px;
}

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

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

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

/* info_area */
.view_info_wrap .info_area {
    float: right;
    width: 30%;
}

.view_info_wrap .prcBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 3px solid #e8e8e8;
    border-radius: 12px;
}

.view_info_wrap .prcBox dl {
    flex: 1 0 50%;
    position: relative;
    padding: 18px 0 20px;
}

.view_info_wrap .prcBox dl.card:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 1px;
    background: #e8e8e8;
}

.view_info_wrap .prcBox dl.card {
    color: #fb6d3a;
}

.view_info_wrap .prcBox dl dt {
    font-size: 14px;
}

.view_info_wrap .prcBox dl dd {
    margin-top: 6px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.view_info_wrap .prcBox dl dd > span {
    font-size: 20px;
    font-weight: 700;
    vertical-align: baseline;
}

.view_info_wrap .prcBox dl dd > span.discount {
    font-size: 15px;
    font-weight: normal;
    color: #b3b3b3;
    text-decoration: line-through;
    vertical-align: baseline;
}

.view_info_wrap .txtBox {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 30px 30px 20px;
    font-size: 0;
    background: #f7f7f7;
    border-radius: 12px;
}

.view_info_wrap .txtBox dl {
    display: inline-block;
    margin-top: 20px;
    padding-left: 10px;
    width: 50%;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -0.025em;
    word-break: break-all;
}

.view_info_wrap .txtBox dl dt {
    color: #999;
}

.view_info_wrap .txtBox dl dd {
    margin-top: 6px;
}

/* ——————————————————————————
 * view_compare_wrap
/* —————————————————————————— */
.view_compare_wrap {
    margin-top: 15px;
    padding: 60px 40px;
}

/* ——————————————————————————
* view_banner_wrap
/* —————————————————————————— */
.view_banner_wrap {
    overflow: hidden;
    margin-top: 15px;
}

.view_banner_wrap .slick-dots {
    position: absolute;
    top: 30px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.view_banner_wrap .slick-dots li {
    margin-right: 10px;
}

.view_banner_wrap .slick-dots li button {
    width: 30px;
    height: 7px;
    border-radius: 75px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    text-indent: -99999em;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}

.view_banner_wrap .slick-dots li.slick-active button {
    background: #fff
}

/* 리뷰 더보기 제어 */
#reviewList .comment {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
#reviewList .comment.open {
    -webkit-line-clamp: unset;
}
#reviewList .btn_more {
    display: none;
    margin-top: 5px;
    color: #888;
    font-size: 13px;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.btn2 {
    margin-left: 10px;
}

.kk_txt {
    padding-left: 0 !important;
    font-weight: 500;
    color: #3b1e1e;
    background: none !important;
}

.kk:hover .kk_txt {
    color: #fff !important;
}

.kk:before {
    background-color: #ffde00 !important;
}

.kk:hover:before {
    color: #fff;
    background: #ecce06 !important;
}

.kk:hover:after {
    color: #fff;
}

.btn.kk:hover:before {
    background-color: #cdb200;
}

.gudok_Wrap {
    display: inline-block !important;
    position: relative !important;
}

.gudok_Wrap a {
    display: block;
    padding-right: 22px;
    width: 100%;
    height: 100%;
}

.gudok_Wrap a.gudok_info_btn {
    position: absolute;
    top: 18px;
    right: 22px;
    padding: 0;
    width: 22px;
    height: 22px;
}

.ini_txt {
    padding-left: 0 !important;
    font-weight: 500;
    color: #fff;
    background: none !important;
}

.ini:hover .ini_txt {
    color: #fff !important;
}

.ini:before {
    background-color: #44207a !important;
}

.ini:hover:before {
    color: #fff;
    background: #371767 !important;
}

.ini:hover:after {
    color: #fff;
}

.btn.ini:hover:before {
    background-color: #371767;
}

.inirental_Wrap {
    display: inline-block !important;
    position: relative !important;
}

.inirental_Wrap a {
    display: block;
    padding-right: 22px;
    width: 100%;
    height: 100%;
}

.inirental_Wrap a.inirental_info_btn {
    position: absolute;
    top: 18px;
    right: 22px;
    padding: 0;
    width: 22px;
    height: 22px;
}

.rt1 {
    top: -6px;
    vertical-align: top;
}

.guide_box {
    position: relative;
    top: 0;
}

.lpOrder_cont .order_prodPrc dl dd > em.discount{
    font-size: 13px;
    font-weight: normal;
    color: #bfbfbf;
    text-decoration: line-through;
    vertical-align: bottom;
}

.compare_tbl > ul > li > div.prc > div > p {
    float: left;
    width: 20%;
    letter-spacing: 0.01em;
    color: #2d2d2d;
}

.compare_tbl > ul > li > div.prc > div > p strong {
    display: block;
    color: #878787;
}

.compare_tbl > ul > li > div.prc > div > p span {
    display: block;
    margin-top: 3px;
    line-height: 24px;
}

.compare_tbl > ul > li > div.prc > div > p span em {
    display: inline-block;
    margin-top: -1px;
    font-size: 17px;
    font-weight: 700;
    vertical-align: top;
}

.compare_tbl > ul > li > div.prc div p.cardPrc * {
    color: #fa6c39;
}

.compare_tbl > ul > li > div.prc div p.cardPrc span.cardPrc_tit {
    font-size: 12px;
}

.compare_tbl > ul > li > div.prc .desc {
    overflow: hidden;
    margin-top: 14px;
    padding: 10px 15px;
    font-size: 12px;
    color: #999;
    background: #f4f4f4;
    border-radius: 4px;
}

.compare_tbl > ul > li > div.prc .desc span {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 8px;
    padding-left: 8px;
}

.compare_tbl > ul > li > div.prc .desc span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background: #ddd;
}

.compare_tbl > ul > li > div.prc .desc span:first-child {
    margin-left: 0;
    padding-left: 0;
}

.compare_tbl > ul > li > div.prc .desc span:first-child:before {
    display: none;
}

.compare_tbl > ul > li > div.prc .rental_tbl {
    float: left;
    margin-top: 26px;
    width: 100%;
}

.compare_tbl > ul > li > div.prc .rental_tbl dl {
    display: table;
    width: 100%;
}

.compare_tbl > ul > li > div.prc .rental_tbl dl dd,
.compare_tbl > ul > li > div.prc .rental_tbl dl dt {
    display: table-cell;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: middle;
    letter-spacing: -0.015em;
    border-bottom: 1px solid #eee;
}

.compare_tbl > ul > li > div.prc .rental_tbl dl dt {
    width: 25%;
    color: #555;
    background: #f6f6f6;
}

.compare_tbl > ul > li > div.prc .rental_tbl dl dd {
    width: auto;
    border-left: 1px solid #eee;
}

.compare_tbl > ul > li > div.prc .rental_tbl .info {
    padding: 0 0 15px 30px;
}

.compare_tbl > ul > li > div.prc .rental_tbl .info .icon_info {
    display: inline-block;
    vertical-align: middle;
}

.compare_tbl > ul > li > div.prc .rental_tbl .info .icon_info .flag {
    margin-left: 2px;
}

.compare_tbl > ul > li > div.prc .rental_tbl .info .info_tit h3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.compare_tbl > ul > li > div.prc .rental_tbl .info p {
    display: inline-block;
    line-height: 28px;
    vertical-align: bottom;
}

/* banner_lifesale | 선할인배너 */
.banner_lifesale {
    display: none !important;
    margin-top: 30px;
}

.banner_lifesale a {
    display: block;
    position: relative;
}

.banner_lifesale a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.banner_lifesale a img {
    width: 100%;
    height: auto;
}

/* ——————————————————————————
 * view_detail_wrap
/* —————————————————————————— */
.view_detail_wrap {
    position: relative;
    margin-top: 15px;
    padding-right: 0; /* sticky_nav 제거 → 좌측 본문 전폭 */
}

.view_detail_wrap .pvCont {
    padding: 60px 80px;
}

/* ——————————————————————————
 * sticky_nav
/* —————————————————————————— */
.view_detail_wrap .sticky_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}

.view_detail_wrap .sticky_inner {
    overflow: hidden;
    width: 280px;
    border: 2px solid #ede9e7;
}

.view_detail_wrap .sticky_nav.fixed .sticky_fix {
    position: fixed;
    top: 115px; /* 고정 헤더(약 94px) + 여백 20px — 잘림 방지 (review_tab과 동일 기준선) */
    transition: all 0.2s linear;
}

/* sticky_head */
.sticky_head {
    padding: 25px 25px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.sticky_head .modelNm {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #aaa;
}

.sticky_head h2 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.45;
}

/* 리스트 */
.view_detail_wrap .sticky_nav ul {
    padding: 15px 0 20px;
}

.view_detail_wrap .sticky_nav li a {
    display: block;
    position: relative;
    padding: 0 30px;
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    color: #888;
}

.view_detail_wrap .sticky_nav li a:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url("../img/ico.png") no-repeat;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
}

.view_detail_wrap .sticky_nav li.sn1 a:after {
    background-position: -118px -40px;
}

.view_detail_wrap .sticky_nav li.sn2 a:after {
    background-position: -118px -20px;
}

.view_detail_wrap .sticky_nav li.sn3 a:after {
    background-position: -118px -100px;
}

.view_detail_wrap .sticky_nav li.sn4 a:after {
    background-position: -118px 0;
}

.view_detail_wrap .sticky_nav li.sn5 a:after {
    background-position: -118px -60px;
}
.view_detail_wrap .sticky_nav li.sn6 a:after {
    background-position: -118px -80px;
}

.view_detail_wrap .sticky_nav li.on a {
    color: #fb7344;
}

.view_detail_wrap .sticky_nav li.on a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fdb9a1;
}

.view_detail_wrap .sticky_nav li.on a:after {
    background-position-x: -138px;
}

/* sticky_call */
.view_detail_wrap .sticky_call {
    position: relative;
    margin-top: 15px;
    padding: 20px 0 20px 92px;
    border: 2px solid #503e9d;
}

.view_detail_wrap .sticky_call .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -27px;
}

.view_detail_wrap .sticky_call h3 {
    margin-bottom: 3px;
    font-size: 14px;
    color: #888;
}

.view_detail_wrap .sticky_call p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #503e9d;
}

.view_detail_wrap .sticky_call p.partnership {
    font-size: 18px;
}

/* sticky_ad */
.view_detail_wrap .sticky_ad {
    position: relative;
    margin-top: 15px;
}

.view_detail_wrap .sticky_ad {
    display: block;
    overflow: hidden;
    border: 1px solid #e0dfde;
    border-radius: 20px;
}

.view_detail_wrap .sticky_ad a img {
    width: 100%;
    height: 100%;
}

/* ——————————————————————————
 * prd_compare
/* —————————————————————————— */
.view_detail_wrap .prd_compare {
    border: 2px solid #4f3d9d;
}

.compare_area > ul > li {
    margin-top: 15px;
}

.compare_area > ul > li:first-child {
    margin-top: 0 !important;
}

.compare_area > ul > li.line {
    margin-top: 20px;
    padding-bottom: 5px;
    border-top: 1px dashed #e8e8e8;
}

.compare_area > ul > li.cpr_item {
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

.compare_area > ul > li.cpr_item.on {
    border-color: #503e9d;
}

.compare_area > ul > li.cpr_item a.cardInfoBtn {
    position: absolute;
    top: 31px;
    right: 90px;
    z-index: 5;
}

/* item_tit */
.compare_area li .item_tit {
    position: relative;
    cursor: pointer;
}

.compare_area li .item_tit:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -6px;
    width: 25px;
    height: 13px;
    background: url("../img/compare_box_arr.png") no-repeat 0 0;
    -webkit-background-size: 25px 26px;
    background-size: 25px 26px;
}

.compare_area li.on .item_tit:before {
    background-position: 0 100%;
}

.compare_area li .item_tit dl {
    position: relative;
    padding-left: 160px;
    width: 100%;
    height: 90px;
}

.compare_area li .item_tit dt.titNm {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 16px 0 0 20px;
    width: 150px;
    background: #f7f7f7;
    border-radius: 11px 0 0 11px;
}

.compare_area li .item_tit dt.titNm img {
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 20px;
    vertical-align: middle;
}

.compare_area li .item_tit dt.titNm span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.compare_area li .item_tit dd {
    display: table;
    float: left;
    height: 100%;
}

.compare_area li .item_tit dd > div {
    display: table-cell;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 0;
}

.compare_area li .item_tit dd > div strong {
    display: block;
    color: #777777;
}

.compare_area li .item_tit dd > div span {
    display: block;
    margin-top: 3px;
    line-height: 24px;
}

.compare_area li .item_tit dd > div span em {
    display: inline-block;
    margin-top: -1px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.compare_area li .item_tit dd.month {
    width: 370px;
}

.compare_area li .item_tit dd.month > div {
    width: 120px;
}

.compare_area li .item_tit dd.card,
.compare_area li .item_tit dd.card * {
    color: #fb6d3a;
}

.compare_area li .item_tit dd.card .cardPrc:before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 1px;
    background: #e4e4e4;
}

/* item_dtl */
.compare_area li .item_dtl {
    display: none;
    overflow: hidden;
    padding: 25px 30px;
    border-top: 1px solid #eee;
}

.compare_area li .item_dtl .infoTxt,
.compare_area li .item_dtl .prdOpt {
    float: left;
    width: 50%;
}

.compare_area li .item_dtl .infoTxt {
    overflow: hidden;
    margin-top: -22px;
}

.compare_area li .item_dtl .infoTxt dl {
    float: left;
    margin-top: 22px;
    width: 50%;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.025em;
    word-break: break-all;
}

.compare_area li .item_dtl .infoTxt dl dt {
    color: #777;
}

.compare_area li .item_dtl .infoTxt dl dd {
    margin-top: 6px;
}

.compare_area li .item_dtl .prdOpt {
    padding-left: 20px;
    text-align: right;
    border-left: 1px solid #eee;
}

.compare_area li .item_dtl .prdOpt .btn_wrap {
    margin-top: 15px;
}

.compare_area li .item_dtl .prdOpt .btn_wrap ul {
    margin: 0 -4px;
}

.compare_area li .item_dtl .prdOpt .btn_wrap li {
    float: left;
    padding: 0 4px;
    width: 50%;
}

.compare_area li .item_dtl .prdOpt .btn_wrap .btn {
    width: 100%;
    min-width: inherit;
}

/* 무이자할부 구매 */
.compare_area > ul > li .interest_free {
    position: absolute;
    top: 31px;
    right: 90px;
    z-index: 5;
}

.compare_area > ul > li .interest_free .info_balloon {
    display: none;
    position: absolute;
    right: 0;
    bottom: 100%;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.compare_area > ul > li .interest_free .info_balloon .balloon_inner {
    z-index: 99;
    padding: 25px;
    width: 380px;
    background: #fff;
    border: 2px solid #2d2d2d;
    -moz-border-radius: 20px 20px 0;
    -webkit-border-radius: 20px 20px 0;
    border-radius: 20px 20px 0;
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
}

.compare_area > ul > li .interest_free .info_balloon h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

.compare_area > ul > li .interest_free .info_balloon p {
    line-height: 1.65;
    color: #888;
}

.compare_area > ul > li .interest_free:hover .info_balloon {
    display: block;
}

.compare_area > ul > li .interest_free:hover .btn.sm {
    color: #fff;
}

.compare_area > ul > li .interest_free:hover .btn.sm:before {
    background: #2d2d2d;
    border: 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* ——————————————————————————
 * prd_dtlImg
/* —————————————————————————— */
.prd_dtlImg {
    margin-top: 15px;
}

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

.prd_dtlImg .dtlImg_area img {
    max-width: 100%;
}

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

/* ————————————————————————————————————————————————
 * pv_faq
/* ———————————————————————————————————————————————— */
.pv_faq .content_list {
    padding: 0;
}

.pv_faq .content_list > .inner {
    width: 100%;
}

.pv_faq .faq_list {
    gap: 0;
}

.pv_faq .faq_item {
    border-top: 1px solid #ddd;
}

.pv_faq .faq_list .acco_head,
.pv_faq .faq_list .acco_body {
    border-radius: 0;
}

.pv_faq .faq_item.active .acco_head,
.pv_faq .faq_item.active .acco_body {
    box-shadow: none;
}

.pv_faq .content_list .pg_wrap {
    margin-top: 20px;
}


/* ——————————————————————————
 * prd_review
/* —————————————————————————— */
.prd_review {
    margin-top: 15px;
    padding-bottom: 0 !important;
}

.prd_review .box_tit h3 em {
    padding-left: 4px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.prd_review .box_tit .btn_rvWrite {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* rv_rating */
.rv_rating {
    display: inline-block;
    margin: 6px 0 0 12px;
}

.rv_rating .rating {
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-left: 3px;
    width: 20px;
    height: 20px;
    text-indent: -999999em;
    background: url("../img/ico_rating.png") no-repeat 0 0;
    background-image: url("../img/ico_rating.svg"), none;
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.rv_rating .rating:first-child {
    margin-left: 0;
}

.rv_rating .rating.active {
    background-position: 0 100%;
}

/* review_list */
.review_list {
    margin-top: -10px;
    border-top: 3px solid #2d2d2d;
}

.review_list .rv_item {
    padding: 0 25px;
    border-bottom: 1px solid #e8e8e8;
}

.review_list .rv_item a {
    display: block;
    position: relative;
    padding: 20px 0;
}

.review_list .rv_item .info {
    position: relative;
    margin-bottom: 6px;
    line-height: 24px;
}

.review_list .rv_item .info .rv_rating {
    margin: 0;
    line-height: normal;
    vertical-align: middle;
}

.review_list .rv_item .info .rv_rating .rating {
    width: 14px;
    height: 14px;
    -webkit-background-size: 14px 28px;
    background-size: 14px 28px;
}

.review_list .rv_item .info .rv_rating .score {
    display: inline-block;
    margin-left: 6px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}

.review_list .rv_item .info .writer {
    display: inline-block;
    position: relative;
    margin-left: 12px;
    padding-left: 14px;
    letter-spacing: 0;
    color: #888;
}

.review_list .rv_item .info .writer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #e4e4e4;
}

.review_list .rv_item .info .date {
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0;
    color: #888;
}

.review_list .rv_item .txt {
    position: relative;
}

.review_list .rv_item .txt.inImg:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 18px;
    height: 17px;
    background: url("../img/ico.png") no-repeat -48px -80px;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px;
}

.review_list .rv_item .txt .ellipsis {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-width: 90%;
    max-height: 3.4em;
    font-size: 15px;
    line-height: 1.7;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.review_list .rv_item .img_lst {
    display: none;
    margin: 30px 0 10px;
}

.review_list .rv_item .img_lst ul {
    margin: -10px -5px 0;
}

.review_list .rv_item .img_lst li {
    float: left;
    padding: 10px 5px 0;
    width: 33.333333%;
}

.review_list .rv_item .img_lst .imgbx {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.review_list .rv_item .img_lst .imgbx img {
    width: 100%;
    height: auto;
}

.review_list .more {
    margin: 40px -80px 0;
}

.review_list .more a {
    display: block;
    height: 62px;
    font-size: 15px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0;
    color: #aaa;
    background: #f9f9f9;
    border-top: 1px solid #f3f3f3;
    border-radius: 0 0 19px 19px;
}

/* rv_item || open */
.review_list .rv_item.open {
    background: #f7f7f7;
}

.review_list .rv_item.open a {
    padding-bottom: 40px;
}

.review_list .rv_item.open .txt .ellipsis {
    height: auto;
    max-height: none;
    text-overflow: inherit;
    white-space: normal;
    -webkit-line-clamp: inherit;
}

.review_list .rv_item.open .img_lst {
    display: block;
}

/* ——————————————————————————
 * prd_recomm
/* —————————————————————————— */
.prd_recomm {
    margin-top: 15px;
    padding: 60px 80px;
}

.prd_recomm .prod_list_swiper {
    margin: 0 -5px;
}

.prd_recomm .prod_list_swiper .custom_paging {
    top: -63px;
}

.prd_recomm .prod_box2 {
    margin: 0 5px 2px;
}

.prd_recomm .slick-track {
    margin-left: 0;
}

.compare #footer {
    padding: 30px 0;
}


/* ——————————————————————————
 * 렌탈사 별 비교 (신규)
/* —————————————————————————— */
.compare_tbl > ul > li {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 230px auto 380px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--line-solid-neutral);
}

.compare_tbl ul li .titNm {
    padding: 24px 20px;
    text-align: center;
}

.compare_tbl ul li .titNm .seller_img {
    margin: 0 auto;
}

.compare_tbl ul li .titNm .seller_img img{
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 37px;
}

.compare_tbl ul li .titNm h3 {
    color: var(--label-normal);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 136.4%;
    letter-spacing: -0.427px;
    padding: 10px 0;
}

.compare_tbl ul li .titNm .cardInfoBtn span {
    font-size: 13px;
    color: var(--label-normal);
}

.compare_tbl ul li .titNm .cardInfoBtn:hover span{
    color: #fff;
}

.compare_tbl ul li .titNm .cardInfoBtn span i {
    font-size: 12px;
    vertical-align: baseline;
}

.compare_prc_check_box:not(:first-child) {
    border-top: 1px solid var(--line-solid-alternative);
}

.compare_prc_check_box .prc_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.compare_prc_check_box > .prc_option > div {
    flex: 0 0 auto;
}

.compare_prc_check_box .option_tit {
    width: 32%;
}

.compare_prc_check_box .option_prc_box {
    width: 60%;
}

.compare_prc_check_box .option_tit p {
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.24px;
    text-align: center;
}

.compare_prc_check_box .option_tit > .flag_discount_wrap {
    position: unset;
    align-items: center;
    padding-top: 6px;
}

.compare_prc_check_box .option_tit > .flag_discount_wrap span.flag {
    width: 67px;
    height: auto;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    border-radius: 3px;
    padding: 3px 6px;
}

.compare_tbl ul li .titNm .lowest_price {
    display: block;
    padding: 5px 8px;
    border-radius: 8px;
    color: var(--color-orange-300);
    text-align: center;
    background-color: #fdf7f4;
    font-size: 13px;
    font-weight: 500;
}

.compare_tbl ul li .titNm .lowest_price img {
    vertical-align: sub;
    padding-right: 4px;
}

.option_prc_box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.option_prc_box dl:after{
    display: none;
}

.option_prc_box dl dt,
.option_prc_box dl dd{
    font-size: 15px;
    font-weight: 500;
    color: var(--label-alternative);
}

.option_prc_box dl.option_commission dt,
.option_prc_box dl.option_commission dd,
.option_prc_box dl.option_commission dd em{
    color: #1960f3;
}

.option_prc_box dl dd .discount {
    font-size: 14px;
    font-weight: 400;
    color: var(--label-alternative);
    text-decoration-line: line-through;
    vertical-align: middle;
    padding-right: 3px;
}

.option_prc_box dl dd em {
    font-size: 18px;
    color: var(--label-neutral);
    font-weight: 700;
    vertical-align: baseline;
}

.option_prc_box dl.option_card dd em {
    font-size: 20px;
    color: var(--color-orange-300);
}

.compare_tbl ul li .rental_tbl {
    padding: 16px 24px;
}

.compare_tbl ul li .rental_tbl div p {
    font-size: 13px;
    font-weight: 400;
    color: var(--label-neutral);
}

.compare_tbl ul li .rental_tbl .sub_info dl dt,
.compare_tbl ul li .rental_tbl .age_limit dl dt {
    font-weight: 500;
}
.compare_tbl ul li .rental_tbl .sub_info dl dd{
    word-break: keep-all;
}

.compare_tbl ul li .rental_tbl .event_info {
    padding: 8px 12px;
    background-color: var(--fill-alternative);
    border-radius: 4px;
    text-align: center;
}

.compare_tbl ul li .rental_tbl .event_info a{
    color: var(--color-orange-300);
    font-weight: 600;
}

.compare_tbl ul li .rental_tbl .event_info a > span i {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    vertical-align: baseline;
}

.compare_tbl ul li .rental_tbl .etc_gudok .btn {
    display: block;
    height: 48px;
    border: 2px solid var(--line-solid-neutral);
    background-color: var(--background-normal);
    border-radius: 12px;
}

.compare_tbl ul li .rental_tbl .etc_gudok:hover .btn {
    background-color: var(--color-orange-300);
    border-color: var(--color-orange-300);
}

.compare_tbl ul li .rental_tbl .etc_gudok.lowst .btn {
    background-color: var(--color-orange-300);
    border-color: var(--color-orange-300);
}

.compare_tbl ul li .rental_tbl .etc_gudok.lowst:hover .btn:not(.direct_btn) {
    background-color: var(--color-orange-400);
    border-color: var(--color-orange-400);
}

.compare_tbl ul li .rental_tbl .etc_gudok .btn:before{
    display: none;
}

.compare_tbl ul li .rental_tbl .etc_gudok .btn span {
    color: var(--color-orange-300);
    font-weight: 700;
    line-height: 43px;
}

.compare_tbl ul li .rental_tbl .etc_gudok.lowst .btn span,
.compare_tbl ul li .rental_tbl .etc_gudok:hover .btn span{
    color: #fff;
}

.compare_tbl ul li .rental_tbl .etc_gudok .btn span i {
    vertical-align: baseline;
    padding-right: 3px;
}

.compare_tbl ul li .rental_tbl .etc_gudok .top_txt_box {
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #37206a;
}

.compare_tbl ul li .rental_tbl .etc_gudok .top_txt_box.rnpl{
    color: #177CD9;
}

.compare_tbl ul li .rental_tbl .etc_gudok .top_txt_box em {
    font-weight: 600;
}

.compare_tbl ul li .rental_tbl .etc_gudok .btn.direct_btn {
    border-color: #37206a;
    background-color: #37206A;
}

.compare_tbl ul li .rental_tbl .etc_gudok .direct_btn.rnpl {
    border-color: #177CD9;
    background-color: #177CD9;
}

.compare_tbl ul li .rental_tbl .etc_gudok .direct_btn span {
    color: #fff;
}

.compare_tbl ul li .rental_tbl .etc_gudok .direct_btn span.drSub_btn {
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
    background: url("../img/ico_lighting.svg") no-repeat left center/ 18px;
}

.compare_tbl ul li .rental_tbl .etc_gudok .direct_btn:hover span.drSub_btn {
    background: url("../img/ico_lighting_nocircle.svg") no-repeat left center/ 18px;
}

/* =========================================================
 * 리뷰영역 리뉴얼 (compare.renew) — 상품상세 섹션 리뉴얼 반영
 * Figma: 빌리고 상품상세 섹션 리뉴얼
 * ========================================================= */

/* --- 서비스 만족도 조사 (전폭 — 렌탈사 비교 아래) --- */
.prd_satisfaction { margin-top: 15px; padding: 40px 80px; }
.prd_satisfaction .box_tit h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; color: #131315; }
.prd_satisfaction .satisfaction_swiper { margin-top: 20px; overflow: hidden; }
.prd_satisfaction .satisfaction_swiper .swiper-slide { width: 300px; height: auto; }
.prd_satisfaction .card { height: 100%; padding: 16px 20px; background: #71717314; border-radius: 12px; box-sizing: border-box; }
.prd_satisfaction .card .box_user { display: flex; align-items: center; gap: 8px; }
.prd_satisfaction .card .box_user .name { font-size: 14px; font-weight: 600; color: #131315; }
.prd_satisfaction .card .box_user .score { font-size: 13px; font-weight: 600; color: #131315; }
.prd_satisfaction .card .box_user .score::before { content: "\2605"; color: #FF6121; margin-right: 3px; }
.prd_satisfaction .card .comment {
    margin-top: 10px; font-size: 14px; line-height: 1.5; color: #2D2D2F;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}

/* --- 리뷰영역 탭 (view_detail_wrap 내, 스크롤 시 top 20px 고정) ---
 * 전역 #wrap { overflow:hidden } 때문에 position:sticky 미동작 → sticky_nav와 동일한 fixed 패턴(JS) 사용 */
.review_tab { margin: 15px 0; } /* 섹션 간격(15px)과 동일하게 위아래 여백 — 요약 카드에 붙지 않도록 */
.review_tab.fixed { position: fixed; top: 115px; z-index: 30; } /* 115px = 고정 헤더(약 94px) + 여백 20px */
.review_tab > ul { display: flex; padding: 4px; border-radius: 14px; background: #1e1e1ef2; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
.review_tab > ul > li { flex: 1; }
.review_tab > ul > li > a { display: block; padding: 13px 6px; text-align: center; font-size: 15px; font-weight: 500; color: rgba(255,255,255,.65); border-radius: 10px; transition: color .2s, background .2s; white-space: nowrap; }
.review_tab > ul > li > a .tab_count { font-style: normal; }
.review_tab > ul > li.on > a { color: #131315; font-weight: 700; background: #fff; box-shadow: 0 1px 2px -1px rgba(0,0,0,.3); }

/* --- 콘텐츠 재배치: 탭 → 리뷰 → 상세정보 → FAQ --- */
.pv_tabbody { display: flex; flex-direction: column; }
.pv_tabbody .review_tab { order: 0; } /* 탭은 항상 최상단 (자리표시자 포함 기본 order 0) */
.pv_tabbody #proV05 { order: 1; } /* 카테고리 리뷰 */
.pv_tabbody #proV04 { order: 2; } /* 상품 상세정보 */
.pv_tabbody #proV06 { order: 3; } /* 자주 묻는 질문 */

/* --- 상세정보 접기/펼치기 --- */
.dtlImg_collapse { position: relative; max-height: var(--dtl-clip, 1800px); overflow: hidden; }
.dtlImg_collapse.open { max-height: none; }
.dtlImg_collapse .dtlImg_fade { position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); pointer-events: none; }
.dtlImg_collapse.open .dtlImg_fade { display: none; }
.btn_dtlImg_more { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 16px; padding: 16px; border: 1px solid rgba(113,113,115,.24); border-radius: 12px; background: #fff; font-size: 16px; font-weight: 600; color: #131315; cursor: pointer; }
.btn_dtlImg_more .ico_arrow { width: 9px; height: 9px; margin-top: -4px; border-right: 2px solid #131315; border-bottom: 2px solid #131315; transform: rotate(45deg); transition: transform .2s; }
.btn_dtlImg_more[aria-expanded="true"] .ico_arrow { margin-top: 4px; transform: rotate(-135deg); }

/* --- 리뷰 확장 시 서비스 만족도 동반 노출 (EDGE) --- */
#reviewList .item .box_txt .box_satisfaction { display: none; margin-top: 12px; }
#reviewList .item .box_txt .comment.open ~ .box_satisfaction { display: block; }
#reviewList .box_satisfaction dl { display: block; margin-top: 12px; }
#reviewList .box_satisfaction dt { font-size: 14px; font-weight: 700; color: #131315; margin-bottom: 4px; }
#reviewList .box_satisfaction dd { font-size: 14px; line-height: 1.5; color: #2D2D2F; }

/* 리뷰영역 리뉴얼: 중간 배너 미노출 (시안 반영) */
.view_banner_wrap, .banner_lifesale { display: none; }

/* --- 카테고리 리뷰 요약(제목 카운트 + 별점/사진 회색 박스) — 시안 반영 --- */
#proV05 .box_tit .count { margin-left: 6px; color: #FF6121; font-weight: 800; font-style: normal; }
#proV05 .content_review .review_summary { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 20px; padding: 24px 32px; background: #71717314; border-radius: 16px; }
#proV05 .review_summary .avg_rating { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
#proV05 .review_summary .avg_rating .stars i { font-style: normal; font-size: 26px; color: #d9d9db; letter-spacing: 2px; }
#proV05 .review_summary .avg_rating .stars i.on { color: #FF6121; }
#proV05 .review_summary .avg_rating .num { font-size: 28px; font-weight: 800; color: #131315; }
#proV05 .review_summary .group_preview { display: flex; gap: 8px; margin: 0; flex: 1 1 auto; min-width: 0; justify-content: flex-end; }
/* 사진 5장+더보기(6타일)가 요약박스 우측 폭에 항상 모두 들어가도록 유연 축소 (정사각 유지) */
#proV05 .review_summary .group_preview .box_img { flex: 0 1 96px; width: 96px; max-width: 96px; min-width: 0; height: auto; aspect-ratio: 1/1; border-radius: 8px; }

/* 리뷰 확장(EDGE) 질문 블록 헤어라인 구분 */
#reviewList .box_satisfaction dl { border-top: 1px solid rgba(113,113,115,.16); padding-top: 12px; }
