@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 button:hover {
    color: #2d2d2d;
}

.view_info_wrap .prd_tit .btn_bundle .on button {
    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 auto;
    position: relative;
    padding: 18px 0 20px;
}

.view_info_wrap .prcBox dl:first-child:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 20px;
    right: 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: 25px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
}

.view_info_wrap .prcBox dl dd em {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    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;
}

/* compare_tbl */
.compare_tbl {
    margin-top: -10px;
}

.compare_tbl > ul > li {
    display: table;
    table-layout: fixed;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    color: #878787;
    border: 3px solid #e8e8e8;
    border-radius: 15px;
}

.compare_tbl > ul > li:last-child {
    margin-bottom: 0;
}

.compare_tbl > ul > li > div {
    display: table-cell;
    position: relative;
    padding: 26px 26px 26px 18px;
    text-align: center;
}

.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;
}

.etc_gudok {
    vertical-align: top !important;
}

.guide_box {
    position: relative;
    top: 0;
}

.compare_tbl > ul > li > div.titNm {
    padding: 26px 0 26px 18px;
    width: 131px;
}

.compare_tbl > ul > li > div.prc > div.compare_prc_wrap {
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
}

.compare_tbl > ul > li > div.prc > div:first-child {
    margin-top: 0;
}

.compare_tbl > ul > li > div.info {
    width: 15%;
}

.compare_tbl > ul > li > div.etc {
    width: 20%;
}

.compare_tbl > ul > li > div.etc2 {
    width: 20%;
}

.compare_tbl > ul > li > div.prc,
.compare_tbl > ul > li > div.titNm {
    text-align: left;
}

.compare_tbl > ul > li > div.titNm img {
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 37px;
    vertical-align: middle;
}

.compare_tbl > ul > li > div.titNm > .dprs_icon {
    margin-top: 20px;
    width: 100px;
    height: 100px;
}

.compare_tbl > ul > li > div.titNm > .dprs_icon img {
    width: 100%;
    max-width: none;
    max-height: none;
}

.compare_tbl > ul > li > div.titNm > h3 {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}

.compare_tbl > ul > li > div.titNm .btn {
    margin-top: 10px;
}

.compare_tbl > ul > li > div.titNm .btn.card_view_btn_02:before {
    content: "";
    background: #323222 url("../img/ico_arrow_right_wt.png") no-repeat 92% center/6px;
    border: none;
}

.compare_tbl > ul > li > div.titNm .btn.card_view_btn_02 span {
    padding-right: 6px;
    color: #fff;
}

.compare_tbl > ul > li > div.prc > div > .compare_prc_check_box {
    float: left;
    margin-right: 1.25%;
    width: 19%;
}

.compare_tbl > ul > li > div.prc > div > .compare_prc_check_box > input[type="radio"] {
    display: none;
}

.compare_tbl > ul > li > div.prc > div > .compare_prc_check_box > input[type="radio"] + label {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: auto;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_top {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.compare_prc_check_box > input[type="radio"] + label.on .option_radio_top {
    border-bottom: 1px solid #fff;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_top p {
    height: 26px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #222;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_bot {
    padding-top: 10px;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_bot p {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #111;
}

.compare_prc_check_box > input[type="radio"] + label.on .option_radio_bot p {
    color: #fff;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_bot p span {
    float: right;
    margin-top: -2px;
    font-size: 16px;
    font-weight: 600;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_bot p span em {
    font-size: 12px;
    font-weight: normal;
    vertical-align: 1px;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_bot p.card_prc {
    margin-top: 5px;
}

.compare_prc_check_box > input[type="radio"] + label .option_radio_bot p.card_prc span {
    color: #fb6d3a;
}

.compare_prc_check_box > input[type="radio"] + label.on .option_radio_bot p.card_prc span {
    color: #ede61f;
}

.compare_prc_check_box > input[type="radio"] + label.on {
    background: #fb6d3a;
}

.compare_prc_check_box > input[type="radio"] + label.lowest .option_radio_top p:after {
    content: "";
    float: right;
    width: 72px;
    height: 26px;
    background: url("../img/ico_lowest_price.svg") no-repeat right center/ 72px;
}

.compare_tbl > ul > li > div.prc > div > .compare_prc_check_box:last-child {
    margin-right: 0;
}

.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;
}

.rental_tbl > .info > .commonInfoBtn.red_btn:before {
    content: "";
    background: #e74c3c url("../img/ico_arrow_right_wt.png") no-repeat 92% center/6px;
    border: none;
}

.rental_tbl > .info > .commonInfoBtn.red_btn span {
    padding-right: 10px;
    color: #fff;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info {
    position: relative;
    padding: 20px 0 0 30px;
    width: 100%;
    min-height: 80px;
    border-top: 1px solid #ddd;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info ul {
    overflow: hidden;
    width: calc(100% - 420px);
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info ul li {
    float: left;
    font-size: 13px;
    color: #333;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info ul li span {
    margin: 0 5px;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok {
    position: absolute;
    top: 20px;
    right: 0;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a:before {
    background: #fb6d3a;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a span {
    padding-left: 30px;
    font-size: 15px;
    background: url("../img/ico_check_w.png") no-repeat left center/ 26px;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a:hover:before {
    background: #cc5027;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a:hover span {
    font-weight: 500;
    background: url("../img/ico_check_w.png") no-repeat left center/ 26px;
}

/*이니렌탈 다이렉트 버튼.*/
.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a.direct_btn {
    display: block;
    padding: 7px 10px;
    height: 70px;
    line-height: 25px;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a.direct_btn:before {
    background: #44207a;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a.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 > div.prc .rental_tbl .sub_info .etc_gudok a.direct_btn:hover span.drSub_btn {
    background: url("../img/ico_lighting_nocircle.svg") no-repeat left center/ 18px;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a.direct_btn .top_txt_box {
    display: block;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    background: none;
}

.compare_tbl > ul > li > div.prc .rental_tbl .sub_info .etc_gudok a.direct_btn .top_txt_box em {
    font-weight: bold;
}

/* thead */
.compare_tbl > ul > li.thead {
    color: #2d2d2d;
}

.compare_tbl > ul > li.thead > div {
    padding: 18px 20px;
}

.compare_tbl > ul > li.thead > div:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background: #e4e4e4;
}

.compare_tbl > ul > li.thead > div:first-child:before {
    display: none;
}

/* 무이자할부 구매 버튼 */
.compare_tbl > ul > li > div.titNm .interest_free {
    position: relative;
    z-index: 10;
    color: #2d2d2d;
}

.compare_tbl > ul > li > div.titNm .interest_free .info_balloon {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 0;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.compare_tbl > ul > li > div.titNm .interest_free .info_balloon .balloon_inner {
    z-index: 99;
    padding: 25px;
    width: 380px;
    background: #fff;
    border: 2px solid #2d2d2d;
    -moz-border-radius: 20px 20px 20px 0;
    -webkit-border-radius: 20px 20px 20px 0;
    border-radius: 20px 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_tbl > ul > li > div.titNm .interest_free .info_balloon h3 {
    margin-bottom: 6px;
    font-size: 16px;
}

.compare_tbl > ul > li > div.titNm .interest_free .info_balloon p {
    line-height: 1.65;
    color: #888;
}

.compare_tbl > ul > li > div.titNm .interest_free:hover .info_balloon {
    display: block;
}

.compare_tbl > ul > li > div.titNm .interest_free:hover .btn.sm {
    color: #fff;
}

.compare_tbl > ul > li > div.titNm .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;
}

/* 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: 295px;
}

.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: 69px;
    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.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;
}

/* ——————————————————————————
 * 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;
}
