@charset "utf-8";


/* Head */
.item-head { 
	padding: 0px; 
	width:100%;
    margin-bottom: 80px;
    border:0;
}
.item-head .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin:0;
}
.item-head .col { 
	padding:0px; 
}
.item-head .row .img-container {
    width: 54.21%;
    position: sticky;
    top: 66px;
}
.item-wrap .label-band {
    display: none;
}
.item-wrap #sit_pvi {
    padding: 0px;
    width: 100%;
}
.item-wrap .img-container .thumb_big_wrap .timer_box {
    background-color: #f86e78;
    line-height: 27px;
    border-radius: 8px;
    padding: 0 8px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.item-wrap .img-container .thumb_big_wrap .timer_box p {
    font-family: "Pretendard";
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.item-wrap .thumb_tab_wrap {
    position: relative;
}
.item-wrap .thumb_tab_wrap #sit_pvi_thumb {
    padding: 22px 25px 12px 35px;
    overflow: visible;
    width: 100%;
    margin: 0 auto;
    border: 0;
}
.item-wrap .thumb_tab_wrap #sit_pvi_thumb ul {
    margin: 0;
}
.item-wrap .thumb_tab_wrap #sit_pvi_thumb ul li {
    display: table-cell;
    border-radius: 0;
    overflow: hidden;
    margin: 0 5px;
    white-space: nowrap;
}
.item-wrap .thumb_tab_wrap #sit_pvi_thumb ul li a {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.item-wrap .thumb_tab_wrap #sit_pvi_thumb ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .02);
    z-index: 2;
}
.item-wrap #sit_pvi_thumb > ul li a img {
    border-radius: 0;
    max-width: inherit;
    border: 1px solid transparent
}
.item-wrap #sit_pvi_thumb ul .active img {
    border: 2px solid var(--main-btn-line-point-color);
}
.item-wrap .thumb_tab_wrap button {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 127px;
    border: 0;
}
.item-wrap .thumb_tab_wrap button.btn_prev {
    text-align: left;
    left: 0;
}
.item-wrap .thumb_tab_wrap button.btn_next {
    text-align: right;
    width: 25px;
    right: 0;
}
.item-wrap .thumb_tab_wrap button.btn_prev img,
.item-wrap .thumb_tab_wrap button.btn_prev svg {
    position: relative;
    left: 0;
}
.item-wrap .thumb_tab_wrap button.btn_next img,
.item-wrap .thumb_tab_wrap button.btn_next svg {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}
.item-wrap .thumb_tab_wrap button svg {
    color: #333;
}
/* 상단우측 */
.item-wrap .item-head .row .form-container {
    width: 53.85%;
}
/* 공유하기 버튼 변경_pc 동일하게 변경 */
.share_popup_wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    margin-left: -172px;
    transform: translateY(-50.3%);
}
.share_popup_wrap .it_share_popup {
    position: relative;
    min-width: 345px;
    padding: 15px 15px 30px;
    border: 1px solid #959595;
    background-color: #fff;
}
.it_share_popup .share_title {
    margin-bottom: 25px;
}
.it_share_popup .share_title .title {
    font-size: 15px;
    color: #0c0c0c;
}
.it_share_popup .share_content .share_ul {
    text-align: center;
}
.it_share_popup .share_ul > li {
    display: inline-block;
    padding: 0 6px;
}
.it_share_popup .share_ul > li > a {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.it_share_popup .share_ul > li > a img {
}
.it_share_popup .btn_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
}
.it_share_popup .input_url {
    border: none;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}
.dim_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.item-wrap .item-head .row .form-container .text {
    padding:0;
    padding-left: 21.667%;
}
.item-wrap .item-head .row .form-container .text .it_brand_box {
    color: var(--main-box-font-color3);
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
}
.item-wrap .item-head .row .form-container .text .item_tt {
    padding: 10px 0 7px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.item-wrap .item-head .row .form-container .text .item_tt .item_name {
    padding:0;
    font-size: 24px;
    font-weight: 500;
    color: var(--main-box-font-color);
    line-height: 1.4em;
    padding-right: 40px;
    letter-spacing: -0.5px;
}
.item-wrap .item-head .row .form-container .text .item_tt .btn_box {
    display: flex;
    align-items: center;
    position: relative;
    top: 7px;
}
.item-wrap .item-head .row .form-container .text .item_tt .btn_share {
    position: relative;
    margin-left: 12px;
}
.item-wrap .item-head .row .form-container .text .item_info {
    display: flex;
    align-items: center;
    padding-top: 7px;
}
.item-wrap .item-head .row .form-container .text .item_info .item-star {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.item-wrap .item-head .row .form-container .text .item_info .item-star span {
    color: var(--main-box-point-color);
    font-size: 16px;
    font-weight: 500;
}
.item-wrap .item-head .row .form-container .text .item_info .item-review span {
    font-family: "Pretendard";
    color: var(--main-box-font-color4);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.item-wrap .item-head .row .form-container .text .price {
    display: block;
    margin: 27px 0 20px 0;
}
.item-wrap .item-head .row .form-container .text .price .price_row {
    display: flex;
    align-items: center;
}
.item-wrap .item-head .row .form-container .text .price .price_row01 {
    padding-bottom: 10px;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .price_com {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .item_depart {
    display: flex;
    align-items: center;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .item_depart span {
    font-size: 14px;
    color: #1673f1;
    font-family: "SUIT", sans-serif;
    font-style: oblique;
    letter-spacing: -0.035em;
    margin-left: 1px;
    font-weight: 800;
}
.item-wrap .item-head .row .form-container .text .price .real_price {
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
    line-height: 1.2em;
    color: var(--main-box-font-color);
}
.item-wrap .item-head .row .form-container .text .price .real_price .num {
    display: inline-block;
    font-family: "Pretendard";
    font-size: 28px;
    font-weight: 700;
    margin-right: 4px;
}
.item-wrap .item-head .row .form-container .text .price .percent {
    font-family: "Pretendard";
    display: block;
    color: var(--main-box-font-color3);
    font-size: 18px;
    font-weight: 300;
    padding-right: 10px;
}
.item-wrap .item-head .row .form-container .text .price .percent span {
    font-size: 19px;
    font-weight: 400;
}
.item-wrap .item-head .row .form-container .text .price .origin_price {
    font-family: "Pretendard";
    display: block;
    color: var(--main-box-font-color5);
    font-size: 18px;
    margin-left: 0;
    margin-right: 5px;
    font-weight: 300;
}
.label-tack {
    display: block;
    position: static;
    padding-bottom: 0px;
}
.label-tack span {
    margin-right: 5px;
}.item_sticker {
	display: inline-block;
	text-align: center;
	height: 19px;
	border-radius: 3px;
	padding: 0 5px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	line-height: 19px;
	color: #fff;
	margin-top: 0px;
}
.item_sticker.best {
    color: #ff4e1f;
  	background: rgba(255, 78, 31,0.1);
}
.item_sticker.new {
    color: #f83249;
    background: rgba(248, 50, 73,0.1);
}
.item_sticker.discount {
    color: #f83249;
  	background: rgba(248, 50, 73,0.1);
}
.item_sticker.hit {
    color: #f83249;
    background: rgba(248, 50, 73,0.1);
}
.item_sticker.rec {
    color: #1d32ff;
    background: rgba(29, 50, 255,0.1);
}
.item_sticker.coupon {
  	background: #000;
}
.item_sticker.free_shupping {
    color: #9d9d9d;
	background: rgba(157, 157, 157,0.1);
	margin-right: 5px;
}
.item_sticker.discount_icon {
    background: #235cf5;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    height: 18px;
    padding: 0 4px;
}
.item-wrap .item-head .row .form-container .text .option-line {
    width: 100%;
    height: 1px;
    border-top:1px solid #222;
    border-color: #ebebeb;
    margin: 20px 0;
}
.item-wrap .item-head .row .form-container .text .option-line.top {
    border-color: #eeeeee;
}
.item-wrap .item-head .row .form-container .text .it_option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_tt {
    color: var(--main-box-font-color4);
    font-weight: 500;
    padding-top: 0;
    font-size: 15px;
    line-height: 30px;
    width: 60px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_tt.method {
    line-height: 24px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con {
    padding-top: 0;
    color: var(--main-box-font-color3);
    font-size: 15px;
    line-height: 30px;
    width: calc(100% - 60px);
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.method {
    position: relative;
    line-height: 24px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con > span {
    font-family: "Pretendard";
    font-weight: 700;
    color: var(--main-font-color);
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box.mamber_coupon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .apply_box {
    color: #f86e78;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1em;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_real_price {
    font-size: 24px;
    margin-right: 5px;
    font-weight: 400;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_real_price .num {
    display: inline-block;
    font-family: "Pretendard";
    font-size: 28px;
    font-weight: 700;
    margin-right: 4px;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_btn {
    background-color: #f86e78;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pretendard";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8.5px 12.5px;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_btn .coupon_icon {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img/coupon_icon_on.png) center / 14px 14px no-repeat;
    margin-left: 5px;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_btn_off {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pretendard";
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    padding: 8.5px 12.5px;
}
.item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_btn_off .coupon_icon {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/img/coupon_icon_off.png) center / 14px 14px no-repeat;
    margin-left: 5px;
}

.item-wrap .item-head .row .form-container .text .price .price_row03 {
    padding-top: 15px;
    position: relative;
}
.item-wrap .item-head .row .form-container .text .price .price_row .accumulate {
    color: var(--main-box-font-color3);
    font-size: 15px;
    padding-right: 5px;
}
.item-wrap .item-head .row .form-container .text .price .price_row03 img {
    position: relative;
    top: 1px;
}
.item-wrap .item-head .row .form-container .text .price .price_row .accumulate .accumulate_num {
    color: #235cf5;
    font-size: 15px;
    font-weight: 400;
}
/* 상품 상세페이지 우측 수량별 구매단가 */
.item-wrap .item-head .row .form-container .text .it_option .it_option_tt.purchase_price {
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.purchase_price {
    width: 100%;
    padding: 5px 0 10px;
}
.item-wrap .item-head .it_option_con.purchase_price .it_pp_tab {
    color: #fff;
    background-color: #adadad;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.item-wrap .item-head .it_option_con.purchase_price .it_pp_cont {
    color: var(--main-box-font-color);
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
}
.item-wrap .item-head .it_option_con.purchase_price ul li {
    flex: 1;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400;
}
/* 상품 상세페이지 우측 말풍선 */
.item-wrap .item-head .row .it_option .acc_box {
    position: relative;
    display: inline-block;
    line-height: 1em;
    top: 3px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.method .acc_box {
    position: static;
}
.item-wrap .item-head .row .it_option .acc_box img,
.item-wrap .item-head .row .it_option .acc_box svg.acc_btn {
    display: block;
}
/* 적립/안내 아이콘 img→SVG: PC·모바일 통합, currentColor로 색 제어 */
.item-wrap .item-head .row .it_option .acc_box svg.acc_btn {
    width: 16px;
    height: auto;
    color: #959595;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.method .acc_box .acc_btn {
    position: relative;
    top: 3px;
}
.item-wrap .item-head .row .it_option .acc_box .acc_popup {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: -23px;
    padding: 8px 14px;
    width: auto;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.method .acc_box .acc_popup {
    left: auto;
    right: 0;
    top: 25px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period {
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
    line-height: 45px;
    cursor: pointer;
    margin: 15px 0 10px 60px;
    color: #777;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot {
    display: none;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    padding: 15px;
    position: relative;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot li {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot li:nth-of-type(2) {
    color: #0c0c0c;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot li .period_bar {
    display: block;
    width: 50%;
    height: 1px;
    border-top: 1px dashed #d6d6d6;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .text_box {
    display: flex;
    align-items: center;
    line-height: 40px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .text_box span {
    color: var(--main-box-font-point-color);
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .acc_box {
    display: flex;
    align-items: center;
    top: 0;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .acc_box .acc_popup {
    left: auto;
    right: -10px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_arr {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(/img/period_arr.png) center / 12px 7px no-repeat;
    margin-left: 14px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.period.open .period_arr {
    transform: rotate(180deg);
}
/* 상품 상세페이지 우측 브랜드홈 */
.item-wrap .item-head .row .form-container .text .brand_con a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #f6f6f6;
    padding-top: 20px;
}
.item-wrap .item-head .row .form-container .text .brand_con .it_brand {
    display: flex;
    align-items: center;
}
.item-wrap .item-head .row .form-container .text .brand_con .brand_text {
    font-family: "Pretendard";
    color: var(--main-font-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin-left: 5px;
}
.item-wrap .item-head .row .form-container .text .brand_con .brand_all {
    display: flex;
    align-items: center;
    font-family: "Pretendard";
    color: #777;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 15px;
    background-color: #f7f7f7;
    padding: 0 14.5px;
}
.item-wrap .item-head .row .form-container .text .brand_con .brand_all img,
.item-wrap .item-head .row .form-container .text .brand_con .brand_all svg {
    margin-left: 5px;
}
.item-wrap .item-head .row .form-container .text .pay_con {
    margin-top: 20px;
    padding-left: 0px;
}
.item-wrap .pay_con .btn_payview {
    display: none;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-footer {
    margin-top: 15px;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab > div {
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab #it_sel_option {
    width: 100%;
}
/* 옵션 버튼형 */
.item-wrap .pay_tab .option_radio {
	width: 100%; 
	margin-bottom: 15px;
}
.item-wrap .pay_tab .option_radio .option_name {
	position: relative; 
	margin-bottom: 15px;
}
.item-wrap .pay_tab .option_radio .option_name > label {
	font-size: 14px; 
	font-weight: 500; 
	color: var(--main-box-font-color4);
}
.item-wrap .pay_tab .list-group .option_radio .option_name > label {
	color: var(--main-box-font-color3);
}
.item-wrap .pay_tab .option_radio div.preview_option {
	position: absolute; 
	top: -11px; 
	left: -175px; 
	width: 162px;
	box-shadow: 0 0 15px 5px rgba(61,61,61,0.1); 
	border: 1px solid #0c0c0c; 
	background-color: #fff;
}
.item-wrap .pay_tab .option_radio div.preview_option::before {
	content: ''; 
	display: block; 
	position: absolute; 
	border-style: solid; 
	border-width: 8px 0px 8px 8px; 
	border-color: transparent #0c0c0c; 
	width: 0; 
	z-index: 1; 
	right: -8px; 
	top: 12px;
}
.item-wrap .pay_tab .option_radio div.preview_option::after {
	content: ''; 
	display: block; 
	position: absolute; 
	border-style: solid; 
	border-width: 7px 0px 7px 7px; 
	border-color: transparent #fff; 
	width: 0px; 
	z-index: 1; 
	right: -7px; 
	top: 13px;
}
.item-wrap .pay_tab .option_radio div.preview_option img {
	width: 100%;
}
.item-wrap .pay_tab .option_radio .op_warp {
	display: flex; flex-wrap: wrap;
}
.item-wrap .pay_tab .option_radio .op_warp > div {
	margin-bottom: 5px;
}
.item-wrap .pay_tab .option_radio .op_warp input[type=radio].it_option {
	display: none;
}
.item-wrap .pay_tab .option_radio .op_warp label {
	width: 114px; 
	color: #999; 
	font-size: 14px; 
	font-weight: 300; 
	line-height: 1.4em; 
	border: 1px solid #eeeeee; 
	margin-right: 5px; 
	background-color: #fff; 
	box-sizing: border-box; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	padding: 9.25px 10px; 
	cursor: pointer; 
	transition: all 0.3s ease 0s; 
	word-break: break-all; 
	height: 100%;
}
.item-wrap .pay_tab .option_radio .op_warp label:hover {
	color:#0c0c0c; 
	border: 1px solid #0c0c0c;
}
.item-wrap .pay_tab .option_radio .op_warp input[disabled] + label {
	cursor: not-allowed;
}
.item-wrap .pay_tab .option_radio .op_warp input:checked + label {
	color:#0c0c0c; 
	border: 1px solid #0c0c0c;
}
.item-wrap .pay_tab .option_radio .td_sit_sel {
	display: flex; 
	flex-wrap: wrap;
}
.item-wrap .pay_tab .option_radio .td_sit_sel > div {
	margin-bottom: 5px;
}
.item-wrap .pay_tab .option_radio .td_sit_sel input[type=radio].it_supply {
	display: none;
}
.item-wrap .pay_tab .option_radio .td_sit_sel label {
	width: 145px; 
	color: #888; 
	font-size: 14px; 
	font-weight: 300; 
	line-height: 1.4em; 
	border: 1px solid #eeeeee; 
	margin-right: 5px; 
	background-color: #fff; 
	box-sizing: border-box; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	padding: 9.25px 10px; 
	cursor: pointer; 
	transition: all 0.3s ease 0s; 
	word-break: break-all; 
	height: 100%;
}
.item-wrap .pay_tab .option_radio .td_sit_sel label:hover {
	color:#333333; 
	border: 1px solid #000000;
}
.item-wrap .pay_tab .option_radio .td_sit_sel input:checked + label {
	color:#333333; 
	border: 1px solid #000000;
}
.item-wrap #it_sel_option .list-group .option_li {
	display: flex; 
	flex-wrap: wrap; 
	gap: 5px;
}
.item-wrap #it_sel_option .list-group .option_li div {
	margin-bottom: 5px;
	flex: 1; 
	min-width: 25%;
}
.item-wrap #it_sel_option .list-group .option_li input[type=radio].it_custom {
	display: none;
}
.item-wrap #it_sel_option .list-group .option_li label {
	margin-bottom: 5px; 
	width: 100%; 
	color: #777; 
	font-size: 13px; 
	font-weight: 300; 
	line-height: 1.4em; 
	border: 1px solid #eeeeee; 
	margin-right: 5px; 
	background-color: #fff; 
	box-sizing: border-box; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	padding: 7px 10px; 
	cursor: pointer; 
	transition: all 0.3s ease 0s; 
	word-break: break-all; 
	height: 100%; 
	border-radius: 2px;
}
.item-wrap #it_sel_option .list-group .option_li label:hover {
	color: #0c0c0c; 
	border: 1px solid #0c0c0c;
}
.item-wrap #it_sel_option .list-group .option_li input[disabled] + label {
	cursor: not-allowed;
}
.item-wrap #it_sel_option .list-group .option_li input:checked + label {
	color: #0c0c0c; 
	border: 1px solid #0c0c0c;
}
/* 옵션 셀렉트형 */
.item-wrap .item-head .row .form-container .text .desc {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.4em;
}
.item-wrap .item-head .row .form-container .text .price .btn_share {
    display: block;
    padding-right: 12px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .origin_price {
    font-size: 17px;
    display: inline-block;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group {
    margin-top: 0;
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .real_price {
    display: inline-block;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-left: 13px;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .real_price .num {
      display: inline-block;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con.price_con .percent {
    display: inline-block;
    margin-left: 15px;
    color: #fa193e;
    font-size: 22px;
    font-weight: 500;
}
.item-wrap .item-head .row .form-container .text .it_option .it_option_con select {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 5px !important;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    appearance: none;
    background: url(/img/icon_drop.png) no-repeat calc(100% - 20px) center;
    color: #999;
    font-size: 15px;
    box-shadow: none;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li {
    list-style: none;
    width: 100%;
    margin-bottom: 12px;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li:last-child {
    /* width: calc(100% - 105px); */
    width: 100%;
    position: relative;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel select {
    width: 100%;
    border-radius: 5px !important;
    height: 45px;
    line-height: 43px;
    padding: 0 40px 0 12px;
    appearance: none;
    background: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel select:focus{
    border: 1px solid var(--main-box-line-point-color);
}
/* select 드롭다운 화살표: png background → SVG mask (색상은 CSS 변수로 제어) */
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 11px;
    height: 8px;
    background-color: #ccc;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath d='M1 2h9l-4.5 5z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath d='M1 2h9l-4.5 5z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    pointer-events: none;
    transition: background-color 0.2s;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li:last-child:focus-within::after {
    background-color: var(--main-btn-point-color);
}
@media (max-width: 480px) {
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li:last-child::after {
        right: 18px;
        width: 11px;
        height: 8px;
    }
    .item-wrap .item-head .row .form-container .text .brand_con .brand_all a img,
    .item-wrap .item-head .row .form-container .text .brand_con .brand_all a svg {
        width: 5px;
        height: auto;
    }
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li.option_name {
    width: 0; 
    margin: 0; 
    position: relative;
    display: none;
}
.item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li.option_name label {
    line-height: 32px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    display: none;
}
.item-wrap .pay_tab .option_sel div.preview_option {
    position: absolute; 
    top: -27px; 
    left: -175px; 
    width: 162px;  
    box-shadow: 0 0 15px 5px rgba(61,61,61,0.1); 
    border: 1px solid #0c0c0c; 
    background-color: #fff;
}
.item-wrap .pay_tab .option_sel div.preview_option::before { 
    content: ''; 
    display: block; 
    position: absolute; 
    border-style: solid; 
    border-width: 8px 0px 8px 8px; 
    border-color: transparent #0c0c0c; 
    width: 0; 
    z-index: 1; 
    right: -8px; 
    top: 12px;
}
.item-wrap .pay_tab .option_sel div.preview_option::after {
    content: ''; 
    display: block; 
    position: absolute; 
    border-style: solid;
    border-width: 7px 0px 7px 7px; 
    border-color: transparent #fff; 
    width: 0px; 
    z-index: 1; 
    right: -7px; 
    top: 13px;
}
.item-wrap .pay_tab .option_sel div.preview_option img {
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    border: none;
    background: transparent;
    margin-top: 10px;
    padding: 0;
    border-radius: 5px;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .it_opt_tt {
    padding-top: 15px;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    display: none;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row {
    background-color: #f7f7f7;
    padding: 15px 15px 10px;
    display: block;
    border-radius: 5px;
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn {
    border: none;
    background: transparent;
    height: 32px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    outline: none;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_opt_del {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 1;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top;
    line-height: 1;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-times-circle {
    transform: translate(0, 0) rotate(45deg);
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-times-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    transform: translate(-7px, 0) rotate(0);
    background: #686868;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-times-circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    background: #686868;
    height: 15px;
    transform: translate(0, -6.5px) rotate(0);
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-7,
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_tit {
    color: #333333;
    font-size: 13px;
    margin-top: 0;
    padding: 0;
    width: 100%;
    padding-right: 20px;
    line-height: 15px;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-7 .it_opt_subj,
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_tit .it_opt_subj {
    color: #0c0c0c;
    font-size: 14px;
    line-height: 20px;
}
.item-wrap .item-head .it_opt_prc {
    font-size: 14px;
    color: #0c0c0c;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5,
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count {
    padding:0;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .input-group {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    max-width: 88px;
    background: #fff;
}
.item-wrap .item-head .input-group-btn {
	position: relative;
    font-size: 0;
    white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_qty_minus {
    border-radius: 5px 0 0 5px !important;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_qty_minus.radius {
    border-radius: 0 5px 5px 0 !important;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_qty_plus {
    border-radius: 5px 0 0 5px !important;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-minus-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    transform: translate(-4px, 0) rotate(0);
    background: #666;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-plus-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #666;
    width: 12px;
    height: 2px;
    transform: translate(-4.9px, 0) rotate(0);
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-plus-circle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -4.6px) rotate(0);  
    background: #666;
    width: 2px;
    height: 12px;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5 input,
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count input {
	display: table-cell;
    font-family: "Pretendard";
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 0 5px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 #fff;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .sum {
    position: relative;
}
.item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .sum span {
    font-family: "Pretendard";
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 700;
}
.item-wrap .item-head .row .form-container .text .pay_con .price-sum {
    margin: 10px 0 5px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    color: var(--main-font-color);
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .pay_con .price-sum b {
  margin-left: 10px;
}
.item-wrap .item-head .row .form-container .text .pay_con .price-sum b span {
  font-family: 'Pretendard';
  color: var(--main-font-color);
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
.item-wrap .item-head .row .coupon-price-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
}
.item-wrap .item-head .row .coupon-price-sum p {
    color: var(--main-font-color);
    font-size: 14px;
    font-weight: 700;
}
.item-wrap .item-head .row .coupon-price-sum p.coupon_price {
    font-family: "Pretendard";
    color: #f86e78;
    font-size: 24px;
    font-weight: 700;
}
.item-wrap .item-head .row .coupon-price-sum p.coupon_price #cp_tot_price {
    font-family: "Pretendard";
    font-weight: 700;
}
.item-wrap .item-head .row .coupon-price-sum p.coupon_price .won {
    font-family: "Pretendard";
    font-weight: 700;
}
.item-wrap .item-head .row .coupon_issued {
    width: 100%;
}
.item-wrap .item-head .row .coupon_issued .coupon_issued_box {
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 5px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
}
.item-wrap .item-head .row .coupon_issued p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 43px;
}
.item-wrap .item-head .row .coupon_issued .coupon_point {
    font-family: "Pretendard";
    color: #f86e78;
    font-size: 16px;
    font-weight: 700;
}
.item-wrap .item-head .row .coupon_issued img {
    display: inline-block;
}
.item-wrap .item-head .row .form-container .text .pay_con .point_text {
    color: var(--main-box-font-point-color);
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    width: 100%;
}
.item-wrap .item-head .row .form-container .text .pay_con .point_text span {
    font-weight: 600;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li {
  width: calc(50% - 5.5px);
  margin: 0;
  padding:0;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_cart {
  margin-right: 11px;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li input {
  color: var(--main-btn-font-point-color);
  border: 1px solid var(--main-btn-line-point-color);
  border-radius: 5px !important;
  transition: 0.3s;
  outline: none;
  font-weight: 700;
  padding: 0;
  background-color: #fff;
  font-size: 17px;
  line-height: 53px;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_buy input {
    background: var(--main-btn-point-color);
    color: #fff;
}
.item-wrap .item-head ul.item-form-btn li a {
    padding: 0;
    border: 1px solid #222;
    font-weight: 500;
    font-size: 17px;
    line-height: 60px;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li a img {
    transition: all 0.3s;
    display: inline-block;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_cart.btn_b_off input {
    border: 1px solid #e1e1e1;
    color: #999999;
    cursor: not-allowed;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_buy.btn_b_off input{
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
    color: #999999;
    cursor: not-allowed;
}
/* 상품 매진 */
.sit_ov_soldout {
    background: #f7f7f7;
    color: #999999 !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 30px 0;
    margin: 20px 0;
}
.sit_ov_soldout p {
    color: #999999 !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
#pc_popup_stocksms {
    background-color: #222;
    border: 1px solid #222;
    border-radius: 5px !important;
    line-height: 1em;
    font-weight: 700;
    font-size: 14px;
    font-family: "Pretendard";
    padding: 12px 14px;
    margin-top: 15px;
    outline: none;
}
.msit_ov_soldout {
    background: #f7f7f7;
    color: #999999 !important;
    font-size: 12.5px;
    font-weight: 600;
    text-align: center;
    border-radius: 2.5px;
    padding: 23px 0;
    margin: 20px 0 0;
}
.msit_ov_soldout p {
    color: #999999 !important;
    font-size: 13.5px;
    font-weight: 600;
    margin: 0;
}
/* 시안 및 주문제작 버튼 */
.item-wrap .item-head .row .form-container .text .pay_con .download_sian_btn {
    border: 1px solid var(--main-btn-line-point-color);
    color: #fff;
    background-color: var(--main-btn-point-color);
    border-radius: 5px;
    transition: 0.3s; 
    outline: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    text-align: center;
}
.item-wrap .item-head .row .form-container .text .pay_con .download_sian_btn img {
    display: inline-block;
}
.item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li input:hover {
    border-color: var(--main-btn-line-point-color);
}
.item-wrap .panel.panel-default #itemuse .use-btn .pull-right {
    margin: 8px 0 0;
}
.item-wrap .panel.panel-default #itemuse .use-btn .pull-right .btn-group .btn {
    border-radius: 5px !important;
    background: #f6f6f6;
    color: #333;
    min-width: 110px;
    border: none;
    height: 40px;
    line-height: 38px;
}
.item-wrap .panel.panel-default #itemuse .use-btn .pull-right .btn-group .btn_write {
    background: #235cf5;
    color: #fff;
    padding: 0 28px;
}
.item-head .sel-row { margin:0px; }
.item-head .sel-col { padding:0px; }
.item-head .desc { color:#888; padding-top:8px; }
.item-head .price .dc { color:crimson; font-size:14px; margin-left:4px; font-style:italic; }
.item-head .option-tbl { border:0px; margin-bottom:8px; }
.item-head .option-tbl th { max-width:100px; border:0px; font-weight:normal; padding:0px; padding-top:8px; }
.item-head .option-tbl td { border:0px; padding:0px; padding-top:8px; }
.item-head .option-msg { margin:10px 10px 0px; }
.item-head ul.item-form-btn { padding:0px; margin:0px; list-style:none; overflow:hidden; margin:0px -3px; display:flex; }
.item-head .sns-icon { margin:10px 0px 0px; padding:0px; text-align:right; }
.item-head .tag { margin:10px 0px 0px; padding:0px; color:#888; }
.item-head .tag a { color:#888; }
.item-head .tag a:hover { color:crimson; }

/* 공통 */
.item-wrap { 
	width:100%;
    overflow: visible;
    padding-top: 50px; 
}
.item-wrap .btn-item { 
	display:block; 
	width:100%; 
	border: 0px; 
	border-image: none; 
	color: rgb(51, 51, 51) !important; 
	background-color: none; 
	outline: none !important; 
	padding: 0; 
}
.item-wrap .form-container .btn_box img{max-width: inherit;}
/* 공유(span) img→인라인 SVG: background 제거, currentColor로 색 제어 (기본 회색 / hover 포인트색) */
.item-wrap .form-container .btn_box .icon_share{display: block; width: 24px; height: 26px; color: var(--main-box-font-color4); transition: 0.2s;}
.item-wrap .form-container .btn_box .icon_share svg{display: block; width: 100%; height: 100%;}
.item-wrap .form-container .btn_box .icon_share:hover{color: var(--main-btn-point-color);}

/* 찜(북마크) img→SVG: 기본 회색 외곽선, 선택(on) 시 포인트색 채움 */
.item-wrap .item-form-btn .btn_wish a{display: flex; align-items: center; justify-content: center;}
.item-wrap .item-form-btn .btn_wish svg.wish_svg{width: 26px; height: auto; color: #0c0c0c; display: block; margin: 0 auto;}
.item-wrap .item-form-btn .btn_wish.on svg.wish_svg{color: var(--main-btn-point-color); fill: var(--main-btn-point-color);}
/* 모바일 탭(mob_tab) 찜·공유 SVG */
.item-wrap .mob_tab svg.wish_svg{width: 29px; height: auto; color: #0c0c0c;}
.item-wrap .mob_tab svg.share_svg{width: 24px; height: auto; color: #888;}
/* 상단 찜(북마크, btn_box) — off 회색 / on(찜됨) 포인트색 채움 */
.item-wrap .form-container .btn_box a svg.wish_svg{width: 30px; height: auto; color: var(--main-box-font-color4); display: block;}
.item-wrap .form-container .btn_box a.on svg.wish_svg{color: var(--main-btn-point-color); fill: var(--main-btn-point-color);}
/* 장바구니 svg: 데스크톱은 텍스트 버튼이라 숨김, 모바일에서만 노출(rest.css) */
.item-wrap .item-form-btn .btn_cart .cart_svg{display: none;}

@media all and (max-width:480px) {
	.item-wrap .item-head .row .form-container .text .item_tt .btn_share {margin-left: 10px;}
	.item-wrap .form-container .btn_box .icon_share{width: 21px; height: 21px;}
	.item-wrap .form-container .btn_box a svg.wish_svg {width: 25px;}
    #m_popup_stocksms {
        background-color: #222;
        border: 1px solid #222;
        border-radius: 5px !important;
        line-height: 1em;
        font-weight: 700;
        font-size: 14px;
        font-family: "Pretendard";
        padding: 12px 14px;
        margin-top: 15px;
        outline: none;
    }
}

/* Image */
#sit_pvi_big {margin:0px;text-align:center;border-radius: 5px; border: 1px solid #f3f3f3; overflow: hidden; position: relative;}
#sit_pvi_big a { display:none; }
#sit_pvi_big a.visible { display:block; }
#sit_pvi_big a:after{content:""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.02); z-index: 2;}
#sit_pvi_big img { max-width:100%; border:0; margin:0px auto;}
#sit_pvi_thumb img:hover { border:2px solid rgb(233, 27, 35); }

/* SNS-Icon */
#it_v_sns {margin:0px;padding:0;list-style:none;zoom:1}
#it_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#it_v_sns li {float:left;margin:0 5px 0 0}


/* Item View Icon */
.item-view-icon ul { margin:5px 0px 10px; padding:0px; font-weight:normal; list-style:none; }
.item-view-icon li { display:inline-block; width:70px; margin:5px 0px; }
.item-view-icon li span { display:block; margin-top:8px; letter-spacing:-1px; white-space:nowrap; font-size:12px; }

/* Item Good Box */
.item-good-box { text-align:center; margin-bottom:10px; }
.item-good-box span { margin:15px 6px; width:80px; height:80px; display:inline-block; }
.item-good-box a { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(51, 51, 51); font-size: 22px; line-height:26px; display: inline-block; }
.item-good-box .item-good a:hover { background: rgb(223, 17, 25); color: rgb(255, 255, 255); }
.item-good-box .item-nogood a:hover { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }

/* Item Seller */
.item-seller .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.item-seller .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.item-seller .auth-photo { width:160px; padding-right:15px; }
@media all and (max-width:460px) {
	.responsive .item-seller .auth-photo { float:none; width:100%; padding-right:0px; }
}

/* 상품상세페이지 관련상품 */
.item_detail .item_rel_tit {
    border-bottom: none;
}
.item_detail .item_rel_tit h3 {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 600;
}
#itemrelation .img-wrap .img-item {
    border-radius: 3px;
}
#itemrelation .img-wrap .img-item img {
    height: 100%;
    object-fit: cover;
    transform: scale(1) !important;
}

#itemrelation .swiper-container .item_list .timer_box_i {
    padding: 4.5px 5px;
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    background-color: #f86e78;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    line-height: 1em;
}
#itemrelation .swiper-container .item_list .timer_box_i .time {
    font-size: 13px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    line-height: 1;
}
#itemrelation .swiper-container .item_list .timer_box_i .time_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
#itemrelation .swiper-container .item_list .timer_box_i .text {
    font-size: 12px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    margin-left: 5px;
    line-height: 1;
}
#itemrelation .swiper-container .item_list .timer_box_i .time_box .text {
    margin-left: 0;
}

#itemrelation .swiper-container .item_list .brand_icon {
    font-size: 11px;
    color: #828c94;
    line-height: 1em;
}
#itemrelation .swiper-container .item_list strong {
    font-size: 13px;
    font-weight: 400;
    color: var(--main-box-font-color1);
    line-height: 1.4;
    margin: 6px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#itemrelation .swiper-container .item_list .item_price_box {
    line-height: 1.2em;
}
#itemrelation .swiper-container .item_list .item_price_box .percent {
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    color: #f73111;
}
#itemrelation .swiper-container .item_list .item_price_box .real_price {
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    color: var(--main-box-font-color);
}
#itemrelation .swiper-container .item_list .item_info {
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 1em;
}
#itemrelation .swiper-container .item_list .item_info .item_star .star_icon {
    font-size: 14px;
    color: #f4c748;
}
#itemrelation .swiper-container .item_list .item_info .item_star_num {
    font-size: 12px;
    color: var(--main-box-font-color1);
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 600;
}

#itemrelation .swiper-container .item_list .item_info .use_count {
    margin-left: 2px;
    font-size: 12px;
    color: #9e9e9e;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
}
#itemrelation .swiper-container .item_list .item_cont .item_depart {
    display: flex;
    align-items: center;
    line-height: 1em;
}
#itemrelation .swiper-container .item_list .item_cont .item_depart span {
    font-size: 13px;
    color: #1673f1;
    font-family: "SUIT", sans-serif;
    font-weight: 800;
    font-style: oblique;
    letter-spacing: -0.035em;
    margin-left: 3px;
}
#itemrelation .swiper-container .item_list .item_cont .item_depart_num {
    font-size: 12px;
    color: #6db4e6;
    margin-top: 7px;
    line-height: 1em;
}
#itemrelation .swiper-container .item_list .item_cont .item_icon {
    margin-top: 6px;
}
#itemrelation .swiper-container .item_list .coupon_box {
    display: inline-block;
    margin-top: 6px;
}
#itemrelation .swiper-container .item_list .coupon_icon {
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 3px;
    border: 1px solid #eaedef;
    line-height: 1em;
}
#itemrelation .swiper-container .item_list .coupon_icon span {
    font-size: 11px;
    font-weight: 500;
    color: #242424;
    margin-left: 5px;
}
.shop_container.shop_basic .item_price_box .sale_cont span.perc {
    display: inline-block;
    font-size: 14px;
}
#itemrelation .item_price_box > h5 span.only_member_txt_point {
    padding-top: 5px;
}
#itemrelation .shop-relation .item-info {
    display: block;
    text-align: left;
    padding: 0;
    margin: 7px 0 6px;
    border-top: none;
    background: transparent;
    line-height: 1em;
}
#itemrelation .shop-relation .item-info span {
    margin-right: 0;
    font-size: 12px;
    color: var(--main-box-font-color2);
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 600;
}
#itemrelation .shop-relation .item-info span.use_count {
    margin-right: 0;
    font-size: 12px;
    color: #9e9e9e;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
}
#itemrelation .shop-relation .item-star {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}
#itemrelation .shop-relation .item-star .star_icon {
    font-size: 14px;
    color: #f4c748;
}
#itemrelation .shop-relation .use_count {
    font-size: 13px;
    color: #999999;
}
#itemrelation .btn_cart {
    display: block;
    width: 27px;
    height: 29px;
    position: absolute;
    right: 13px;
    bottom: 13px;
    transition: all 0.3s;
}
#itemrelation .btn_cart span.item_cart_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/item_cart_icon_off.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
#itemrelation .btn_cart.on span.item_cart_icon {
    background: url(/img/item_cart_icon_on.png) no-repeat;
}
#itemrelation .btn_cart:hover span.item_cart_icon {
    opacity: 0.6;
}
#itemrelation #item_relation_list .swiper-button {
    top: 32%;
    box-shadow: 0px 5px 10px 0px rgba(61, 61, 61, 3.15);
    transition: all 0.3s;
    opacity: 0.8;
}
#itemrelation #item_relation_list .swiper-button::after {
    display: none;
}
#itemrelation #item_relation_list .swiper-button-prev {
    left: -14px;
}
#itemrelation #item_relation_list .swiper-button-next {
    right: -14px;
}
#itemrelation #item_relation_list .swiper-button:hover {
    opacity: 1;
}
#itemrelation #item_relation_list .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
#itemrelation #item_relation_list .swiper-button img {
    max-width: inherit;
}
#item_relation_list .owl-hide {
    display: none;
}
.shop-relation .item-point {
    display: none;
}
/* 수량 말풍선 */
.item-wrap .item-head .pp_popup {
    position: absolute;
    top: -60px;
    right: 0;
    white-space: nowrap;
}
.item-wrap .item-head .pp_popup::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 36px;
    bottom: -4px;
    border-radius: 2px;
}
.item-wrap .item-head .pp_popup::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 36px;
    bottom: -4px;
    border-radius: 2px;
}
.item-wrap .item-head .pp_popup .text {
    color: #f86e78;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 7px 12px !important;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* 상품상세 탭 하위 */
.item-wrap .item_detail_tab .tabs .tabs_box {
    position: relative;
    width: 100%;
    border-bottom: none;
    text-align: center;
    height: 58px;
    line-height: 56px;
}
.item-wrap .item_detail_tab .tabs .tabs_box::after {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #f6f6f6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.item-wrap .item_detail_tab .tabs ul.tabs-top {
    display: inline-block;
    width: auto;
    border: 0;
    margin: 0 0;
}

.item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top::before {
    display: table;
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: var(--main-bg-color);
    transform: translateX(-50%);
}
.item-wrap .item_detail_tab .tabs ul.tabs-top li {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.item-wrap .item_detail_tab .tabs ul.tabs-top li + li {
    margin-left:12px;
}

.item-wrap .item_detail_tab .tabs ul.tabs-top li span {
    display: block;
    position: relative;
    padding: 0 30px;
    border: 0;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    color: var(--main-btn-font-color2);
    text-align: center;
    cursor: pointer;
}
.item-wrap .item_detail_tab .tabs ul.tabs-top li + li span {
    border-left: 0;
}
.item-wrap .item_detail_tab .tabs ul.tabs-top li.on span {
    font-weight: 500;
    color: var(--main-btn-point-color);
}
.item-wrap .item_detail_tab .tabs ul.tabs-top li.on span:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--main-btn-point-color);
}
.item-wrap .item-tab .tabs .tab-content {
    border: 0;
}
.item-wrap .link_con {
    margin-top: 100px;
}
.item-wrap ul.ul { 
	padding:0px; 
	margin:0px; 
}
.item-wrap ul.ul li { 
	margin-left:15px; 
}
.item-wrap .item-explan p { 
	padding:0px; 
	margin:0px; 
}
.item-wrap .item-explan img { 
	max-width:100%; 
}
.item-wrap .item-explan .apms-autowrap { 
	max-width:800px !important; 
}
.item-wrap .img-photo i { 
	background: rgb(245, 245, 245); 
	padding: 16px; 
	border-radius: 50%; 
	width: 80px; 
	height: 80px; 
	text-align: center; 
	color: rgb(143, 143, 143); 
	font-size: 40px; 
	display: inline-block; 
}
.item-wrap .img-photo img { 
	border-radius: 50%; 
	width: 80px !important; 
	height: 80px !important; 
	display:inline-block; 
}
.item-wrap .img-resize { 
	min-height:35px; 
	padding-bottom:10px; 
	max-height: 2500px; 
	overflow: hidden;
}
.item-wrap .img-resize.open {
	max-height: 100%; 
	overflow: visible;
}
.item-wrap .img-resize img { 
	max-width:100%; 
	height:auto; 
}
.item-wrap .tab_etc {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 60px;
    padding-top: 50px;
    margin-bottom: 50px;
}
.item-wrap .tab_etc .item_table_tt {
    text-align: left;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    color: var(--main-font-color);
}
.item_detail_tab .tab-content > .tab-pane {
    display: block;
}
.item-wrap .tab-pane .img_btn {
    width: 100%;
    background-color: #fff;
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 56px;
    padding: 0 20px;
    border: 1px solid #dddddd;
    border-radius: 28px;
    max-width: 280px;
    margin: 30px auto 0;
}
.item-wrap .tab-pane .img_btn .on {
    display: none;
}
.item-wrap .tab-pane .img_btn.active img,
.item-wrap .tab-pane .img_btn.active svg {
    transform: rotate(180deg);
}
.item-wrap .item_delivery .tbox-body {
    color: var(--main-box-font-color2);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}
.item-wrap .item_delivery.delivery_info .tbox-body {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.item-wrap .tab_etc .it_detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: transparent;
}
.item-wrap .tab_etc .it_detail li {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
}
.item-wrap .tab_etc .it_detail li .it_detail_tt {
    width: 15%;
    background: #f8f8f8;
    font-size: 15px;
    line-height: 21px;
    padding: 17.5px 20px;
    border: none;
    color: #5d5d5d;
}
.item-wrap .tab_etc .it_detail li .it_detail_con {
    width: 85%;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 20px;
    color: var(--main-box-font-color);
    border: none;
}
.item-wrap .tab_etc .it_detail li:last-child {
    border: none;
}
.item-wrap .tab_etc .delivery_box.delivery_bae {
    margin-top: 50px;
}
.item-wrap .tab_etc .delivery_box .tbox-head {
    color: var(--main-font-color);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
}
.item-wrap .tab_etc .delivery_box.delivery_ch {
    margin-top: 40px;
}
.item-wrap .item_delivery.delivery_ch .tbox-body {
    margin-bottom: 50px;
}
.item-wrap .panel {
    margin-top: 50px;
    margin-bottom: 90px;
    background-color: transparent;
	border:0;
}
.item-wrap .panel-body {
    padding: 0;
    font-size: 12px;
}
.item-wrap .review_banner {
    background: #f6f6f6;
    padding: 45px 0 55px;
    margin-bottom: 35px;
    text-align: center;
}
.item-wrap .review_banner .txt {
    font-size: 18px;
    line-height: 29px;
    color: #0c0c0c;
}
.item-wrap .review_banner .btn_write {
    display: inline-block;
    margin-top: 23px;
    height: 56px;
    line-height: 54px;
    border-radius: 28px;
    padding: 0 109px;
    background: var(--main-btn-point-color);
}
.item-wrap .review_banner .btn_write > span {
    display: block;
    font-size: 17px;
    line-height: 56px;
    color: #fff;
}
.responsive .fix_panel .fix_panel_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    font-size: 27px;
    color: #222;
    font-weight: 400;
}
.item-wrap .panel.panel-default h3, .item-wrap .panel.panel-default .panel-title {
    color: var(--main-box-font-color);
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 9px;
    display: inline-block;
    line-height: 1;
}
.item-wrap .panel.panel-default .fix_panel_head .btn {
    padding: 5px 15px;
    color: var(--main-btn-font-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    text-align: center;
}
.item-wrap .panel.panel-default .fix_panel_head .btn::before {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-btn-font-color);
    position: absolute;
    top: 43%;
    right: 0;
    transform: rotate(45deg);
}
.item-wrap .panel.panel-default .fix_panel_head .btn::after {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-btn-font-color);
    position: absolute;
    top: 58%;
    right: 0;
    transform: rotate(-45deg);
}
.responsive .fix_panel .m-review-panel {
    border: none;
    overflow: hidden;
    margin-bottom: 40px;
}
.m-review-panel .review-body {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.m-review-panel .review-body > div {
    display: table-cell;
    width: auto;
    border-right: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.m-review-panel .review-body > div + div {
    border-left: 1px solid #ddd;
}
.m-review-panel .review-body .cnt-wrap:after {
    display: none;
}
.m-review-panel .review-body > div .table-row {
    display: table;
    width: 100%;
    background-color: #f6f6f6;
}
.m-review-panel .review-body > div .table-row .table-cell {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}
.m-review-panel .review-body > div .table-row .table-cell + .table-cell {
    border-left: none;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star {
    width: 50.56%;
    padding-left: 184px;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_star {
    max-width: initial;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 30px;
}
.m-review-panel .review-body .cnt-wrap .grade_star .fa {
    margin-left: -2px;
    font-size: 32px;
    font-weight: 500;
}
.m-review-panel .review-body .cnt-wrap .grade_star .fa::before {
    display: none;
}
.m-review-panel .review-body .cnt-wrap .grade_star .fa::after {
    content: "";
    display: block;
    width: 23px;
    height: 22px;
    margin: 0 3px;
}
.m-review-panel .review-body .cnt-wrap .grade_star .fa-star::after {
    background: url(/img/fa-star.png) no-repeat 100% 100% / cover;
}
.m-review-panel .review-body .cnt-wrap .grade_star .fa-star-o::after {
    background: url(/img/fa-star-o.png) no-repeat 100% 100% / cover;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_num {
    margin-left: 0;
    font-size: 38px;
    font-weight: 600;
    color: #222;
    display: inline-block;
}
.m-review-panel .review-body .cnt-wrap .grade_num .grade {
    padding: 20px 0;
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #0c0c0c;
    text-align: center;
}
.m-review-panel .review-body .cnt-wrap .grade_num .grade .cur {
    display: inline-block;
    color: #0c0c0c;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}
.m-review-panel .review-body .cnt-wrap .grade_num .grade .bar {
    color: #e1e1e1;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    top: -2px;
}
.m-review-panel .review-body .cnt-wrap .grade_num .grade .total {
    color: #e1e1e1;
    font-size: 35px;
    font-weight: 600;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_total {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color:#5d5d5d;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_total span {
    font-size: 15px;
    font-weight: 500;
    color: #0c0c0c;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul {
    display: block;
    height: auto;
    max-width: initial;
    width: 100%;
    margin: 0 auto 20px;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li {
    width: 100%;
    height: 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 322px;
    list-style: none;
    position: relative;
}
.m-review-panel .review-body > div .table-row .table-cell ul li:before {
    width: 100%;
    height: 8px;
    left: 30px;
    max-width: 240px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    content: "";
    border-radius: 10px;
    z-index: 1;
}
.m-review-panel .review-body > div .table-row .table-cell ul li:after {
    content: "";
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 8px;
    left: 30px;
    max-width: 240px;
    background-color: var(--main-box-point-color);
}
.m-review-panel .review-body > div .table-row .table-cell ul li.active:before {
    height: 100%;
    background-color: #ddd !important;
}
.m-review-panel .review-body > div .table-row .table-cell ul li .top_point  {
    display: none;
}
.m-review-panel .review-body > div .table-row .table-cell ul li.active .top_point {
    background-image: url(/img/point_background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: -2px;
    padding: 0 2px;
    border-radius: 5px;
    font-size: 13px;
    width: 16px;
    height: 26px;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li .point_num {
    display: inline-block;
    width: 30px;
    color: #5d5d5d;
    bottom: 1px;
    left: -15px;
    position: relative;
    font-size: 14px;
}
.item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li .point_percent {
    color: #5d5d5d;
    font-size: 14px;
    position: relative;
    left: -10px;
}
.item-wrap .panel.panel-default #itemuse .review-body .item-simple-review {
    width: 31.93%;
    padding: 0 70px;
}
.responsive .item-simple-review .simple_wrap {
    display: table;
    margin-bottom: 30px;
}
.responsive .item-simple-review .simple_wrap:last-child {
    margin-bottom: 0;
}
.responsive .item-simple-review .simple_wrap > div {
    display: table-cell;
    vertical-align: middle;
}
.item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap .left_text {
    width: 82px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #222222;
}
.item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap .center_icon {
    width: 110px;
    text-align: left;
    color: #222222;
    font-size: 15px;
}
.item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap .center_icon img {
    display: none;
    margin-right: 6px;
}
.item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap .right_text {
    width: 85px;
    text-align: right;
    color: #222222;
    font-size: 15px;
}
.responsive .photo_review {
    width: 100%;
    margin-bottom: 50px;
}
.responsive .photo_review .img_review_tt {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 20px;
}
.responsive .photo_review .img_review_tt h4 {
    color: var(--main-font-color);
    font-size: 22px;
    font-weight: 600;
}
.responsive .photo_review .img_review_tt h4 span {
    color: var(--main-font-point-color);
    font-size: 22px;
    font-weight: 600;
}
.responsive .photo_review .img_review_tt a {
    color: var(--main-btn-font-color2);
    font-size: 15px;
    font-weight: 400;
}
.item-wrap .panel.panel-default #itemuse .photo_review ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-wrap .panel.panel-default #itemuse .photo_review ul li {
    border-radius: 5px;
    overflow: hidden;
    min-width: 141px;
    width: 9.23%;
    margin-right: 0.84%;
    margin-left: 0;
}
.responsive .photo_review ul li.last_more_btn {
    background: #999999;
    margin-right: 0;
    height: 100%;
    background: #6e6e6e;
    text-align: center;
    position: relative;
}
.responsive .photo_review ul li img {
    width: 100%;
}
.item-wrap .panel.panel-default #itemuse .photo_review ul li.last_more_btn button {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1em;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
}
/* 상품 상세 하단 리뷰 */
.item-wrap .it_review_tit .thema-color i + i {
    margin-left: 4px;
}
.item-wrap .modal-box .right-box {
    height: 185px; /* width:100%; */
}
.item-wrap .modal-box .review-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.item-wrap .modal-box .modal-text {
    height: 60px;
    color: #fff;
}
.item-wrap .modal-box {
    background-color: #fff;
}
.item-wrap .modal-box .modal-img {
    background-color: transparent;
}
.item-wrap #itemuse .list-board .board-list li.none {
    padding: 50px 0;
    font-size: 15px;
}
.item-wrap #itemuse .list-board .board-list li .user > div {
    display: inline-block;
}
.item-wrap #itemuse .list-board .board-list li .user > div + div {
    margin-left: 15px;
}

.panel-body #itemuse .list-board {
    border-top: 1px solid #eeeeee;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.panel-body #itemuse .list-board .list-board-tt {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.panel-body #itemuse .list-board .list-board-tt h4 {
    color: var(--main-font-color);
    font-size: 22px;
    font-weight: 600;
    padding-top: 50px;
}
.panel-body #itemuse .list-board .list-board-tt h4 span {
    color: var(--main-font-point-color);
    font-size: 22px;
    font-weight: 600;
}
.panel-body #itemuse .list-board .list-board-tt .tab_box {
    display: flex;
    align-items: baseline;
}
.panel-body #itemuse .list-board .list-board-tt .tab_box a {
    color: var(--main-btn-font-color4);
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.panel-body #itemuse .list-board .list-board-tt .tab_box a.on {
    color: var(--main-btn-font-point-color);
}
.panel-body #itemuse .list-board .list-board-tt .tab_box a + a {
    margin-left: 8px;
    padding-left: 8px;
}
.panel-body #itemuse .list-board .list-board-tt .tab_box a + a::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list {
    border: none;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0 20px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .profile_box {
    display: flex;
}
.item-wrap .list-board .board-list li .content-box {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 20px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .user_info .icon_box {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit {
    margin-bottom: 20px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .user_info .member_icon {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d7d7d7;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li.none {
    color: var(--main-box-font-color5);
    font-weight: 500;
    padding-bottom: 50px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li.none img {
    display: block;
    margin: 0 auto 15px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .user {
    position: static;
    line-height: 1.2;
    display: inline-block;
    color: var(--main-box-font-color);
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .date {
    line-height: 1.2;
    display: inline-block;
    color: var(--main-box-font-color4);
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit .thema-color {
    font-size: 18px;
    font-weight: 600;
    color: #ddd;
    line-height: 1;
    display: inline-block;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit .thema-color .fa-star:before {
    color: #ffc600;
    font-size: 18px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit .thema-color .fa-star-o:before {
    color: #e5e5e5;
    font-size: 18px;
}
#itemuse .list-board .board-list li .review-state {
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    letter-spacing: -0.6px;
    color: #fff;
    padding: 0px 5px 0px 5px;
    background-color: rgba(0, 0, 0, 0.74);
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .content_title {
    color: var(--main-box-font-color2);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box {
    display: inline-block;
    margin-top: 0;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box .thumb-img + .thumb-img {
    margin-left: 5px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .content-txt {
    color: var(--main-box-font-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box .thumb-img {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box .thumb-img + .thumb-img {
  margin-left: 6px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_box p {
    color: var(--main-box-font-color5);
    font-size: 13px;
    font-weight: 500;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: transparent;
    color: var(--main-btn-font-color4);
    padding: 4px 9.6px;
    border: 1px solid var(--main-btn-font-color4);
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn .com_icon {
    display: block;
    background: url(/img/recommend_icon_off.png) no-repeat 100% 100% / cover;
    width: 12px;
    height: 10px;
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn.on {
    color: var(--main-btn-font-point-color);
    border: 1px solid var(--main-btn-line-point-color);
}
.item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn.on .com_icon {
    background: url(/img/recommend_icon_on.png) no-repeat 100% 100% / cover;
}
#itemuse .list-board .board-list li .more-btn {
    color: #cccccc;
    margin: 10px 0 5px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}
.list-board .board-list li .content-box .comment-box {
    position: relative;
    border: 1px solid #e2e2e2;
    margin-top: 7px;
    margin-right: 30px;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
    display: none;
}
.item-wrap .use-btn {
    margin: 12px 0 0;
}
.item-wrap .panel.panel-default .item-page {
    width: 100%;
    text-align: center;
    padding: 22px 0 0;
    margin: 0;
}
.item-wrap .panel.panel-default .item-page a {
    background-color: transparent;
}
.pagination li:first-child a, .pagination-sm li:first-child a {
    margin-right: 4px;
}
.pagination li:last-child a, .pagination-sm li:last-child a {
    margin-left: 4px;
}
.pagination li:first-child a i::before, .pagination-sm li:first-child a i::before {
    content: "\f104" "\f104";
}
.pagination li.active a, .pagination-sm li.active a {
    background: none !important;
    color: var(--main-btn-font-point-color) !important;
}
/* 상품 상세페이지 쿠폰 모달창 */
.coupon_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.coupon_modal .c_m_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 32px 28px 32px 32px;
    border-radius: 20px;
}
.coupon_modal .c_m_con .modal_title {
    color: #0c0c0c;
    font-size: 26px;
    font-weight: 600;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.coupon_modal .c_m_con .modal_title .cu_m_close {
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border: none;
}
.coupon_modal .c_m_con .modal_title .cu_m_close::before,
.coupon_modal .c_m_con .modal_title .cu_m_close::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #cfcfcf;
    position: absolute;
    top: 50%;
    left: 50%;
}
.coupon_modal .c_m_con .modal_title .cu_m_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.coupon_modal .c_m_con .modal_title .cu_m_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.coupon_modal .c_m_con > p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
}
.coupon_modal .c_m_con .scroll-box {
    max-height: 42vh;
    overflow-y: auto;
}
.coupon_modal .c_m_con .scroll-box::-webkit-scrollbar {
    width: 5px;
}
.coupon_modal .c_m_con .coupon_info {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    display: flex;
    position: relative;
}
.coupon_modal .c_m_con .coupon_info + li {
    margin-top: 10px;
}
.coupon_modal .c_m_con .coupon_info .coupon_left {
    width: calc(100% - 100px);
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #ebebeb;
    padding: 17px 20px 15px;
}
.coupon_modal .c_m_con .coupon_info .coupon_left .coupon_info_dc {
    font-family: "Pretendard";
    color: #0c0c0c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.coupon_modal .c_m_con .coupon_info .coupon_left .coupon_info_tt {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 20px;
}
.coupon_modal .c_m_con .coupon_info .coupon_left .coupon_info_co {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
.coupon_modal .c_m_con .coupon_info .coupon_left .coupon_info_ti {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
.coupon_modal .c_m_con .coupon_info .coupon_right {
    background-color: #f6f6f6;
    border-radius: 0 10px 10px 0;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    flex-direction: column;
}
.coupon_modal .c_m_con .coupon_info .coupon_right .button_receive_coupon {
    width: 100%;
    height: 100%;
    position: relative;
}
.coupon_modal .c_m_con > .cu_m_close {
    display: block;
    background-color: var(--main-btn-point-color);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}
.coupon_modal .c_m_con > .cu_m_close:focus {
    outline: none;
}

.coupon_modal .c_m_con .acc_box {
    position: absolute;
    line-height: 1em;
    top: 10px;
    right: 10px;
}
.coupon_modal .c_m_con .acc_box {
    display: flex;
    align-items: center;
}
.coupon_modal .c_m_con .acc_box .acc_popup {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 8px 14px;
    width: auto;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    height: 77px;
    overflow-y: auto;
}
.coupon_modal .c_m_con .acc_box .acc_popup::-webkit-scrollbar {
    width: 2px;
}
.coupon_modal .c_m_con .acc_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
}
.coupon_modal .loading {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: var(--main-font-point-color);
    animation: spin 0.75s ease-in-out infinite;
    -webkit-animation: spin 0.75s ease-in-out infinite;
}
/* 상품 상세 문의하기 모달 */
.it_detail_modal {
    max-width: 100%;
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    scrollbar-3dLight-Color: #fff;
    scrollbar-base-color: #fff;
    scrollbar-Face-Color: #fff;
    scrollbar-Track-Color: #f0f0f0;
    scrollbar-DarkShadow-Color: #fff;
    scrollbar-Highlight-Color: #fff;
}
.it_detail_modal.active {
    opacity: 1;
    visibility: visible;
}
.it_detail_modal * {
    scrollbar-3dLight-Color: #fff;
    scrollbar-base-color: #fff;
    scrollbar-Face-Color: #fff;
    scrollbar-Track-Color: #f0f0f0;
    scrollbar-DarkShadow-Color: #fff;
    scrollbar-Highlight-Color: #fff;
}
.it_detail_modal ::-webkit-scrollbar {
  background: #fff;
  width: 6px;
  float: left;
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
}
.it_detail_modal *::-webkit-scrollbar {
  background: #fff;
  width: 6px;
  float: left;
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
}
.it_detail_modal ::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.it_detail_modal *::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.it_detail_modal ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.it_detail_modal *::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #fff;
  background-position: center;
}
.it_detail_modal ::-webkit-scrollbar-button {
  background: transparent;
  color: #fff;
}
.it_detail_modal *::-webkit-scrollbar-button {
  background: transparent;
  color: #fff;
}
.it_detail_modal ::-webkit-scrollbar-track {
  background: #fff;
}
.it_detail_modal *::-webkit-scrollbar-track {
  background: #fff;
}
.it_detail_modal ::-webkit-scrollbar-thumb {
  height: 50px;
  width: 5px;
  background: #d6d6d6;
  border-radius: 10px;
}
.it_detail_modal *::-webkit-scrollbar-thumb {
  height: 50px;
  width: 5px;
  background: #d6d6d6;
  border-radius: 10px;
}
.it_detail_modal_bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    width: 100%;
}
.it_detail_modal_bg.active {
    opacity: 1;
    visibility: visible;
}
.item-wrap .review_write, .item-wrap .qa_write {
    display: none;
}
.it_detail_modal .rv_modal {
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 35px 30px;
    border-radius: 20px;
}
.it_detail_modal .rv_modal.review_write {
    width: 800px;
    display: block;
}
.it_detail_modal .rv_modal.qa_write {
    width: 800px;
    display: block;
}
.it_detail_modal .rv_modal_tt {
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}
.it_detail_modal .rv_modal_tt h2 {
    color: #0c0c0c;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
}
.it_detail_modal .rv_modal_tt .btn_close_modal {
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
}
.it_detail_modal .rv_modal_tt .btn_close_modal span {
    display: block;
    width: 27px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.it_detail_modal .rv_modal_tt .btn_close_modal span:after {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.it_detail_modal .rv_modal .qa_form {
    max-height: 80vh;
    overflow-y: scroll;
    padding: 0;
}
.it_detail_modal .rv_modal .qa_form_head {
    background: #f7f7f7;
    text-align: center;
    padding: 30px 0 25px;
    margin-bottom: 12px;
}

.it_detail_modal .rv_modal .use_form {
    overflow-y: scroll;
    max-height: 80vh;
    padding-right: 10px;
}
.it_detail_modal .rv_modal .use_form .use_tt {
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 500;
    width: 115px;
}
.it_detail_modal .rv_modal .use_form_star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}
.it_detail_modal .rv_modal .use_form_star_con {
  width: calc(100% - 115px);
}
.it_detail_modal .rv_modal .use_form_star_con i {
  color: #ffc600;
  font-size: 17px;
}
.it_detail_modal .rv_modal .use_form_review_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.it_detail_modal .rv_modal .use_form_review_top_select {
  width: calc(100% - 115px);
}
.it_detail_modal .rv_modal .use_form_review_top_select select {
  color: #999999;
  font-size: 14px;
  width: 100%;
  appearance: none;
  height: 45px;
  line-height: 43px;
  border: none;
  padding: 0 16px;
  background: #f1f1f1 url(/img/icon_review_drop.png) no-repeat calc(100% - 15px) center;
}
.it_detail_modal .rv_modal .use_form_table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  width: 100%;
  display:none;
}
.it_detail_modal .rv_modal .use_form_table li {
  width: 33.33333%;
  position: relative;
  padding: 0 10px;
}
.it_detail_modal .rv_modal .use_form_table li:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  background: #d7d7d7;
  height: 100px;
}
.it_detail_modal .rv_modal .use_form_table li:last-child:after {
  display: none;
}
.it_detail_modal .rv_modal .use_form_table li h5 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.it_detail_modal .rv_modal .use_form_table li .table_radio_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.it_detail_modal .rv_modal .use_form_table li .table_radio_box > div input {
  display: none;
}
.it_detail_modal .rv_modal .use_form_table li .table_radio_box > div input + label {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.it_detail_modal .rv_modal .use_form_table li .table_radio_box > div input + label p {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
  margin-top: 5px;
}
.it_detail_modal .rv_modal .use_form_table li .table_radio_box > div input + label span {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.it_detail_modal .rv_modal .rv_btn_sec {
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.it_detail_modal .rv_modal .qa_form_head span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0 auto 10px;
    background: var(--main-box-point-color);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
.it_detail_modal .rv_modal .qa_form_head p {
    color: #0c0c0c;
    font-size: 14px;
    line-height: 1.7;
}
.it_detail_modal .rv_modal .qa_form_body_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}
.it_detail_modal .rv_modal .qa_form_body_content label {
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 500;
    width: 65px;
}
.it_detail_modal .rv_modal .qa_form_body_content input + span, .it_detail_modal .rv_modal .qa_form_body_content textarea + span {
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.it_detail_modal .rv_modal .qa_form_body_content input, .it_detail_modal .rv_modal .qa_form_body_content textarea {
    width: calc(100% - 65px);
    height: 53px;
    line-height: 51px;
    border: none;
    font-size: 16px;
    color: #0c0c0c;
}
.it_detail_modal .rv_modal .qa_form_body_content textarea {
    width: 100%;
    resize: none;
    height: 160px;
    overflow-y: scroll;
    line-height: 1.6;
}
.it_detail_modal .rv_modal .qa_form_body .qa_secret {
    margin-top: 20px;
    position: relative;
}
.it_detail_modal .rv_modal .qa_form_body .qa_secret input + label {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 20px;
}
.it_detail_modal .rv_modal .qa_form_body_content input + span, .it_detail_modal .rv_modal .qa_form_body_content textarea + span {
    display: block;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.it_detail_modal .rv_modal .use_form_review_bot input:focus, .it_detail_modal .rv_modal .use_form_review_bot input:active, .it_detail_modal .rv_modal .use_form_review_bot textarea:focus, .it_detail_modal .rv_modal .use_form_review_bot textarea:active {
  border-bottom-color: var(--main-box-line-point-color);
}
.it_detail_modal .rv_modal .qa_form_body_content input:focus + span, .it_detail_modal .rv_modal .qa_form_body_content input:active + span, .it_detail_modal .rv_modal .qa_form_body_content textarea:focus + span, .it_detail_modal .rv_modal .qa_form_body_content textarea:active + span {
  background: var(--main-box-line-point-color);
}
.it_detail_modal .rv_modal .add_img {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}
.it_detail_modal .rv_modal .add_img_li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80%;
}
.it_detail_modal .rv_modal .add_img_li li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin: 0 10px 10px 0;
  position: relative;
}
.it_detail_modal .rv_modal .add_img_btn {
    width: 20%;
    text-align: right;
}

.it_detail_modal .rv_modal .use_form_review_bot textarea{
    resize: none;
}
.it_detail_modal .rv_modal .use_form_review_bot textarea {
  height: 160px;
  overflow-y: scroll;
  line-height: 1.8;
  margin-top: 10px;
}
.it_detail_modal .rv_modal .use_form_review_bot input[type=file], .it_detail_modal .rv_modal .use_form_review_bot textarea[type=file] {
  display: none;
  appearance: none;
}
.it_detail_modal .rv_modal .use_form_review_bot input, .it_detail_modal .rv_modal .use_form_review_bot textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  box-shadow: none;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  /*border:{top:none; left:none; right:none; bottom:1px solid #e7e7e7}*/
  font-size: 16px;
  font-weight: 300;
  color: #0c0c0c;
}
.it_detail_modal .rv_modal .qa_form_body_content input[type=file], .it_detail_modal .rv_modal .qa_form_body_content textarea[type=file] {
    display: none;
    appearance: none;
}
.it_detail_modal .rv_modal .qa_form_body .qa_secret input + label .circle {
    width: 20px;
    height: 20px;
}
.it_detail_modal .rv_modal .qa_form_body .qa_secret input + label .circle:before {
    top: 8px;
    left: 5px;
}
.it_detail_modal .rv_modal .qa_form_body .qa_secret input + label .circle:after {
    top: 4px;
    left: 10px;
}
.it_detail_modal .rv_modal .rv_btn_sec li {
    display: block;
    background: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
}
.it_detail_modal .rv_modal .rv_btn_sec li.main {
    background: var(--main-btn-point-color);
    margin-left: 6px;
}
.it_detail_modal .rv_modal .rv_btn_sec li a,
.it_detail_modal .rv_modal .rv_btn_sec li button {
    display: block;
    width: 100%;
    height: 50px;
    min-width: 140px;
    line-height: 48px;
    padding: 0 58px;
    text-align: center;
    color: #0c0c0c;
    font-size: 17px;
    font-weight: 400;
    border: none;
}
.it_detail_modal .rv_modal .rv_btn_sec li.main a, 
.it_detail_modal .rv_modal .rv_btn_sec li.main button {
    color: #fff;
    background: inherit;
}
.item-wrap .panel_banner {
    background: #f6f6f6;
    padding: 45px 0 55px;
    margin-bottom: 40px;
    text-align: center;
}
.item-wrap .panel_banner .txt.tt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    color: #0c0c0c;
}
.item-wrap .panel_banner .txt.cont {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 33px;
}
.item-wrap .panel_banner .btn_write {
    height: 56px;
    line-height: 54px;
    border-radius: 28px;
    background: var(--main-btn-point-color);
    display: inline-block;
    text-align: center;
    padding: 0 125px;
}
.item-wrap .panel_banner .btn_write > span {
    display: block;
    font-size: 17px;
    line-height: 56px;
    color: #fff;
}
.qa_panel.panel .panel-heading {
    padding: 0 0 11px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: transparent;
    margin: 30px 0 18px;
    border: 0;
}
.qa_panel.panel .panel-heading .btn {
    padding: 5px 15px;
    color: var(--main-btn-font-point-color);
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.qa_panel.panel .panel-heading .btn::before {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-btn-font-point-color);
    position: absolute;
    top: 41%;
    right: 0;
    transform: rotate(45deg);
}
.qa_panel.panel .panel-heading .btn::after {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: var(--main-btn-font-point-color);
    position: absolute;
    top: 58%;
    right: 0;
    transform: rotate(-45deg);
}
.qa_panel .list-board .board-list li {
    border-bottom: 1px solid #eeeeee;
}
.qa_panel .list-board .board-list li.none {
    color: var(--main-box-font-color5);
    font-weight: 500;
    padding: 50px;
    font-size: 15px;
}
.qa_panel .list-board .board-list li.none img {
    display: block;
    margin: 0 auto 15px;
}
.qa_panel .div-head {
    background-color: #f6f6f6;
    padding: 17px 0;
    border: none;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.qa_panel .div-head > span {
    font-size: 14px;
    border: 0;
    font-weight: 500;
    color: #0c0c0c;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}
.qa_panel .div-head > span:last-child {
    border-right: 0;
}
.qa_panel .list-board .num {
    width: 6%;
  	display: table-cell;
}
.qa_panel .list-board .name {
    width: 11%;
}
.qa_panel .list-board .date {
    width: 12%;
}
.qa_panel .list-board .hit {
    width: 10%;
}
.qa_panel .list-board .board-list {
    margin-bottom: 22px;
    border: 0;
}
.qa_panel .list-board .board-list li > a {
    padding: 21px 0;
}
.qa_panel .list-board .board-list li > a > div {
    color: var(--main-box-font-color2);
    font-size: 13px;
    height: auto;
    line-height: 1;
    padding: 0;
}
.qa_panel .list-board .board-list li .media {
    padding: 15px 0;
    font-size: 13px;
}
.qa_panel .list-board .board-list li .media .info {
    margin-bottom: 5px;
}
.qa_panel .list-board .board-list li .media .hit {
    width: 70px;
    margin: 0 10px;
}
.qa_panel .list-board .board-list li .media .hit i {
    font-size: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qa_panel .list-board .board-list li .media .img-resize {
    margin-bottom: 15px;
}
.qa_panel .list-board .board-list li .media .img-resize.media-ans {
    margin-bottom: 0;
}
.qa_panel .list-board .board-list li .media .img-resize .btn_revise {
    text-align: right;
}
.qa_panel .list-board .board-list li .media .div-title-wrap {
    margin-bottom: 5px;
    font-weight: 500;
}
.qa_panel .list-board .board-list li > a:hover > div {
    color: #0c0c0c;
}
/* 상품 상세 하단 버튼 */
.btn-group-justified {
    height: 50px;
    border-collapse: collapse;
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
    table-layout: fixed;
}
.btn-group-justified .btn {
	display: table-cell;
    border: none;
    background-color: #f6f6f6 !important;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c !important;
    width: 100%;
    line-height: 38px;
    text-align: center;
}
.btn-group-justified .btn + .btn {
    margin-left: 10px;
}

/* Tab */
.item-tab .tabs::before { display: table; content: " "; }
.item-tab .tabs::after { display: table; content: " "; clear:both; }
.item-tab .tabs ul.nav-tabs a b { padding:0px; line-height:14px; letter-spacing:-1px; }
.item-tab .tabs ul.nav-tabs a:hover b, .item-tab .tabs ul.nav-tabs a:active b, .item-tab .tabs ul.nav-tabs a:focus b { color: #fff; }
.item-tab .tabs ul.nav-tabs li.active a:hover b, .item-tab .tabs ul.nav-tabs li.active a:active b, .item-tab .tabs ul.nav-tabs li.active a:focus b { color: rgb(233, 27, 35) !important; }

.item-tab .tabs ul.tabs-top a { padding:8px 15px; background: rgb(247, 247, 247); color: #333; margin-right: 0px; border-radius: 0px; border:1px solid #ddd; border-left:0px; }
.item-tab .tabs ul.tabs-top a:hover, .item-tab .tabs ul.tabs-top a:active, .item-tab .tabs ul.tabs-top a:focus { color: #fff; background: rgb(233, 27, 35); }
.item-tab .tabs ul.tabs-top li.active a { background: rgb(255, 255, 255); color: rgb(233, 27, 35); font-weight:bold; border-bottom:1px solid #fff;}

.item-tab .tabs ul.tabs-bottom { float:right; border:0px; border-left:1px solid #ddd; margin:0px 15px; }
.item-tab .tabs ul.tabs-bottom a { padding:8px 15px; background: rgb(247, 247, 247); color: #333; margin-right: 0px; border-radius: 0px; border:1px solid #ddd; border-left:0px; }
.item-tab .tabs ul.tabs-bottom a:hover, .item-tab .tabs ul.tabs-bottom a:active, .item-tab .tabs ul.tabs-bottom a:focus { color: #fff; background: rgb(233, 27, 35); }
.item-tab .tabs ul.tabs-bottom li { margin-bottom:0px; margin-top:-1px; }
.item-tab .tabs ul.tabs-bottom li.active a { background: rgb(255, 255, 255); color: rgb(233, 27, 35); font-weight:bold; border-top:1px solid #fff;}

.no-responsive .item-tab .tabs ul.nav-tabs li.tab-right { float:right !important; }
.no-responsive .item-tab .tabs ul.nav-tabs li.tab-right a { border-left:1px solid #ddd; border-right:0px; }
.no-responsive .item-tab .tabs ul.nav-tabs li.tab-right.last a { border-right:1px solid #ddd; }

@media all and (min-width: 768px) {
	.responsive .item-tab .tabs ul.nav-tabs li.tab-right { float:right !important; }
	.responsive .item-tab .tabs ul.nav-tabs li.tab-right a { border-left:1px solid #ddd; border-right:0px; }
	.responsive .item-tab .tabs ul.nav-tabs li.tab-right.last a { border-right:1px solid #ddd; }
}
/* Comment */
.comment-media { }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.is-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.is-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content { margin-top:8px; }
.comment-media .media .media-btn {	margin-left:4px; }

#wr_content { resize:none; }
#it_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#it_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#it_vc_opt ol li { float:left;margin:0; }
#it_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#it_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#it_vc_send_sns ul li {	float:left;margin:0 20px 0 0; }
#it_vc_send_sns input {	margin:0 0 0 5px; }


/* Item Board */
.list-board .photo { width:70px; }
.list-board .photo i { border-radius:50%; background: rgb(245, 245, 245); padding: 15px; width: 50px; height: 50px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.list-board .photo img { border-radius:50%; width: 50px !important; height: 50px !important; display:inline-block; }
.list-board .board-list li > a { display:table; width:100%; table-layout:fixed; }
.list-board .board-list li > a:hover { color:#000; background-color:#F8F8F8; }
.list-board .board-list li > a > div { display:table-cell; height:35px; line-height:25px; padding:5px 0px; text-align:center; color:#666; vertical-align:middle; }
.list-board .board-list li .subj { padding-left:10px; text-align:left; color:#333; color:#000; }
.list-board .board-list .media { margin:0px; padding-top:15px; border-top:1px solid #ddd; line-height:20px; }
.list-board .board-list .media .info { margin-bottom:8px; }

/* 2025-11-20 (주)파이브센스_FIVESENSES.Corp. */
@media (min-width: 992px) {
    .item_detail.item-wrap .item-head .row .img-container {
        z-index: 10;
        overflow: visible;
    }
    #sit_pvi_big a.visible {
        display: block;
        width: 100%;
    }
    #sit_pvi_big {
        overflow: visible;
    }
    #imageContainer {
        position: relative;
    }
    .lens {
        position: absolute;
        width: 250px;
        height: 250px;
        border: 1px solid var(--main-box-line-color);
        background: #fff;
        opacity: 0.4;
        border-radius: 20px;
        pointer-events: none;
        display: none;
    }
    .zoom-result {
        width: 600px;
        height: 600px;
        border: 1px solid var(--main-box-line-color);
        overflow: hidden;
        display: none;
        background: #fff;
        position: absolute;
        z-index: 100;
        top: 0;
        left: calc(100% + 21.667%);
        border-radius: 20px;
    }
}

/* 모바일 */
.mob_shop_top {
    padding: 15px 0;
}
.mob_shop_top:after {
    display: block;
    content: "";
    clear: both;
}
.mob_shop_top > a {
    display: block;
    height: 15px;
}
.mob_shop_top > a img,
.mob_shop_top > a svg {
    display: block;
    height: 100%;
    width: auto;
}
.mob_shop_top .btn_back svg {
    color: #0c0c0c;
}
.mob_shop_top .btn_share svg {
    color: #888;
}
@media (max-width: 991px) {
    .item-wrap {
        padding-top: 0;
    }
    .item-wrap .item-head {
        margin-bottom: 0;
        position: relative;
    }
    .item-wrap .item-head .row {
        flex-direction: column;
        padding-bottom: 8px;
    }
    .item-wrap .item-head .row .img-container {
        width: 100%;
        position: relative;
        top: 0 !important;
        background-color: transparent;
        overflow: visible;
    }
    .item-wrap.item_detail .item-head > .row .img-container #msit_pvi {
        overflow: visible;
        width: calc(100% + 30px);
        position: relative;
    }
    .item-wrap .item-head .row .thumb_big {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .item-wrap.item_detail .item-head > .row .img-container #msit_pvi .thumb_big {
        left: -30px;
    }
    .item-wrap.item_detail .item-head > .row .img-container #msit_pvi .thumb_big::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.02);
    }
    .item-wrap .item-head .row .thumb_big img {
        width: 100%;
    }

    /* 모바일상품구매창 */
    .item-wrap .item-head .row .form-container .text .pay_con {
        position: fixed;
        border-radius: 10px;
        bottom:0;
        left:0;
        z-index: 1000;
        width: 100%;
    }
    .item-wrap .item-head .row .form-container .text .pay_con.open {
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -5px 65px rgba(0, 0, 0, 0.2);
        bottom: -55px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview {
        display: block;
        position: relative;
        height: 8px;
        border: none;
        margin-bottom: -1px;
        padding: 4.25px 0;
        border-top: 1px solid #eeeeee;
        background-color: #fff;
        text-align: center;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active {
        border-radius: 10px 10px 0 0;
        overflow: visible;
        padding: 20px 0 12px 0;
    }
    .item_detail .pay_con .btn_payview > a {
        display: none;
        position: absolute;
        top: -19px;
        left: 50%;
        height: 19px;
        transform: translateX(-50%);
    }
    .item_detail .pay_con .btn_payview.active a {
        display: block;
        height: 6px;
        position: relative;
        top: -4px;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0);
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active .close_btn {
        position: absolute;
        top: 14px;
        right: 15px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        z-index: 5;
        background-color: #fff;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active .close_btn::before,
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active .close_btn::after {
        content: "";
        display: block;
        width: 1.25px;
        height: 20px;
        background-color: #999999;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active .close_btn::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active .close_btn::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .item_detail .pay_con .btn_payview > a:after {
        display: block;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview .pay_bar {
        background-color: #e6e6e6;
        width: 40px;
        height: 4px;
        border-radius: 2px;
        margin: 0 auto;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview .pay_con_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
        display: none;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active .pay_con_bg {
        display: block;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .btn_payview.active a:after {
      display: none;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel {
        flex-direction: row;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li.option_name {
        font-size: 15px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li:last-child {
        /*width: calc(100% - 110px);*/
        width: 100%;
        margin-bottom: 8px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel li.option_name label {
        font-size: 13px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .option_sel.it_supply {
        border-top: 1px solid #f7f7f7;
        padding-top: 12px;
    }
    /* 버튼형 옵션 */
    .item-wrap .pay_tab .option_radio {
        margin-bottom: 25px;
    }
    .item-wrap .pay_tab .option_radio .option_name {
        margin-bottom: 10px;
    }
    .item-wrap .pay_tab .option_radio .option_name > label {
        color: #666;
    }
    .item-wrap .pay_tab .option_radio div.preview_option {
        width: 80px; 
        height: 80px; 
        left: 0; 
        top: -90px; 
        box-shadow: 0 0 10px 0px rgba(61,61,61,0.1);
    }
    .item-wrap .pay_tab .option_radio div.preview_option::before {
        transform: rotate(90deg); 
        top: auto; 
        right: auto; 
        left: 8px; 
        bottom: -12px;
    }
    .item-wrap .pay_tab .option_radio div.preview_option::after {
        transform: rotate(90deg); 
        top: auto; 
        right: auto; 
        left: 8px; 
        bottom: -11px; 
        border-width: 8px 0px 8px 8px;
    }
    .item-wrap .pay_tab .option_radio .op_warp label {
        width: 105px; 
        margin-right: 4px; 
        margin-bottom: 4px; 
        padding: 7.5px 10px; 
        font-weight: 500; 
        font-size: 13px;
    }
    .item-wrap .pay_tab .option_radio .td_sit_sel label {
        margin-right: 4px; 
        margin-bottom: 4px; 
        padding: 7.5px 10px; 
        font-weight: 500; 
        font-size: 13px;
    }
    .item-wrap #it_sel_option .list-group .option_li label {
        margin-right: 4px; 
        margin-bottom: 4px; 
        padding: 5px 10px; 
        font-weight: 500; 
        font-size: 13px;
    }
    /* 쿠폰 */
    .item-wrap .item-head .row .coupon_issued .coupon_issued_box {
        border-radius: 2.5px;
        margin-top: 20px;
    }
    .item-wrap .item-head .row .coupon_issued p {
        font-size: 12.5px;
        line-height: 35px;
    }
    .item-wrap .item-head .row .coupon_issued .coupon_point {
        font-size: 12.5px;
    }
    .item-wrap .item-head .row .coupon_issued .coupon_issued_box img {
        width: 11px;
    }
    .item-wrap .img-container .thumb_big_wrap .timer_box {
        width: calc(100% + 15px);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: -15px;
        border-radius: 0;
        top: 0;
    }
    .item-wrap .img-container .thumb_big_wrap .timer_box p {
        font-size: 14px;
    }
    .item-wrap .img-container .thumb_big_wrap .timer_box img {
        width: 13px;
    }
    .item-wrap .item-head .row .img-container .thumb_tab_wrap {
        width: calc(100% + 15px);
    }
    .item-wrap .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul {
        margin: 0 -10.5px;
    }
    .item-wrap .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul li {
        margin: 0 4.5px;
    }
    .item-wrap .item-head .row .form-container .text .item_tt .btn_share img {
        width: 14.5px;
    }
    .item-wrap .item-head .row .form-container .text .item_info .item-star img {
        width: 14px;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row .accumulate {
        font-size: 11.5px;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row .accumulate .accumulate_num {
        font-size: 11.5px;
        font-weight: 500;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row03 {
        padding-top: 10px;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row03 img {
        width: 10.5px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li input:hover,
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li a:hover {
        border: 0.5px solid var(--main-btn-line-point-color);
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item + li::before {
        width: 100%;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item + li::after {
        width: 100%;
    }
    .item-wrap.item_detail .item-head > .row .img-container #msit_pvi .swiper-pagination {
        bottom: 42px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: -0.01em;
        background-color: rgba(0, 0, 0, 0.4);
        line-height: 22px;
        height: 20px;
        border-radius: 10px;
        width: 40px;
        left: calc(50% - 15px);
        transform: translateX(-50%);
    }
    .item-wrap .item-head .row .form-container {
      width: 100%;
      background-color: transparent;
      border:0;
    }
    .item-wrap .item-head .row .form-container .text {
        padding-left: 0;
        padding-top: 18px;
    }
    .item-wrap .item-head .row .form-container .text .it_brand_box {
        color: var(--main-box-font-color);
    }
    .item-wrap .item-head .row .form-container .text .item_tt {
        padding:9px 0;
    }
    .item-wrap .item-head .row .form-container .text .item_tt .item_name {
        font-size: 16px;
    }
    .item-wrap .item-head .row .form-container .text .item_tt .btn_box a img {
        width: 20px;
    }
    .item-wrap .item-head .row .form-container .text .item_info {
        padding-top: 0;
    }
    .item-wrap .item-head .row .form-container .text .item_info .item-star span {
        font-size: 14px;
    }
    .item-wrap .item-head .row .form-container .text .item_info .item-review span {
        font-size: 12px;
        color: var(--main-box-font-color);
    }
    .item-wrap .item-head .row .form-container .text .price {
        margin-top: 25px;
    }
    .item-wrap .item-head .row .form-container .text .price .percent {
        font-size: 14px;
        color: var(--main-box-font-color);
    }
    .item-wrap .item-head .row .form-container .text .price .percent span {
        font-size: 13px;
    }
    .item-wrap .item-head .row .form-container .text .price .origin_price {
        font-size: 14px;
        color: var(--main-box-font-color);
    }
    .item-wrap .item-head .row .form-container .text .price .real_price {
        font-size: 19px;
        font-weight: 600;
    }
    .item-wrap .item-head .row .form-container .text .price .real_price .num {
        font-size: 22px;
        margin-right: 2px;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row01 {
        padding-bottom: 8px;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_real_price {
        font-size: 19px;
        font-weight: 600;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row02 .coupon_box .coupon_real_price .num {
        font-size: 22px;
        margin-right: 2px;
    }
    .item_detail .label-tack {
        padding:0;
    }
    .item-wrap .form-container #buy_form .label-tack .item_sticker {
        font-size: 12px;
        padding: 0 6px;
        line-height: 21px;
        height: 20px;
    }
    .item-wrap .item-head .row .form-container .text .price .price_row02 .item_depart img {
        width: 14px;
    }
    .item-wrap .item-head .row .form-container .text .option-line {
        border-color: #f2f2f2;
        margin:10px 0;
    }
    .item-wrap .item-head .row .form-container .text .option-line.top {
        border-color: #f2f2f2;
        width: 100%;
        position: relative;
        left: 0;
        margin:13px 0;
    }
    .item-wrap .item-head .it_option_con.purchase_price ul.it_pp_tab li {
        font-size: 11px;
    }
    .item-wrap .item-head .it_option_con.purchase_price ul.it_pp_cont li {
        font-size: 13px;
    }
    .item-wrap .item-head .pp_popup .text {
        font-size: 12px;
        line-height: 17px;
        border-radius: 10px;
        padding: 7px 7px !important;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_tt.purchase_price {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .item-wrap .item-head .row .form-container .text .it_option{
      padding-bottom: 20px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_tt {
        color: var(--main-box-font-color);
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_tt.method {
        margin-top: 10px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con {
        color: var(--main-box-font-color);
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.method.sc_method {
        margin-top: 10px;
    }
    .item-wrap .item-head .row .it_option .acc_box .acc_popup::before {
        height: 30px;
        top: -20px;
    }
    .item-wrap .item-head .row .it_option .acc_box img {
        height: 17px;
    }
    .item-wrap .item-head .row .it_option .acc_box svg.acc_btn {
        width: 15px;
        height: auto;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.method .acc_box .acc_btn {
        top: 4px;
    }
    .item-wrap .item-head .row .it_option .acc_box .acc_popup {
        border-radius: 2.5px;
        padding: 6.5px 12px;
        font-size: 11.5px;
    }
    .item-wrap .item-head .row .it_option .acc_box .acc_popup p {
        font-size: 11.5px;
        line-height: 16.5px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.period {
        margin: 15px 0 20px 50px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .text_box {
        line-height: 37px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .text_box > img {
        height: 20px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_arr {
        margin-left: 10px;
        width: 10px;
        height: 6px;
        background: url(/img/period_arr.png) center / 10px 6px no-repeat;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot {
        color: var(--main-box-font-color);
        padding: 15px 20px;
        font-size: 13px;
    }
    .item-wrap .item-head .row .form-container .text .it_option .it_option_con.period .period_bot li .period_bar {
        width: 40%;
    }
    .item-wrap .item-head .row .form-container .text .mob_tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
    .item-wrap .item-head .row .form-container .text .mob_tab li {
        width: calc(50% - 4px);
    }
    .item-wrap .item-head .row .form-container .text .mob_tab li a {
        text-align: center;
        height: 43px;
        line-height: 41px;
        font-size: 14px;
        display: block;
        background: rgba(214, 214, 214, 0.2);
        border-radius: 5px;
    }
    .item-wrap .item-head .row .form-container .text .mob_tab li a img {
        height: 13px;
        margin-right: 6px;
    }
    .item-wrap .item-head .row .form-container .text .brand_con {
        padding-top: 0;
        padding-bottom: 14px;
    }
    .item-wrap .item-head .row .form-container .text .brand_con a {
        margin-top: 0;
        padding-top: 14px;
    }
    .item-wrap .item-head .row .form-container .text .brand_con .it_brand img {
        width: 20px;
    }
    .item-wrap .item-head .row .form-container .text .brand_con .brand_text {
        color: #0c0c0c;
    }
    
    .item-wrap .item-head .row .form-container .text .brand_con .brand_all {
        color: #0c0c0c;
    }    
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab {
        display: none;
        padding: 5px 15px 15px;
        background-color: #fff;
        max-height: 88vh;
        overflow-y: auto;
        padding-bottom: 10px;
        transition: padding-top 0.2s;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .pay_tab .ov_box{
      transition: padding-top 0.2s;    
      max-height: 60vh;
      overflow-y: auto;
      -ms-overflow-style: none;
      padding-top: 5px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group {
        margin-bottom: 10px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item {
        margin-top: 7px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group.custom-item .list-group-item .row {
        border: none;
        padding: 18px;
        max-width: 100%;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_opt_del {
        border-radius: 50% !important;
        margin-left: 10px;
        height: 28px;
        line-height: initial;
        width: 28px;
    }
    .item_detail .list-group-item .col_tit {
        width: 100%;
        margin-top: 0;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-7, .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_tit {
      margin-bottom: 12px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-7 .it_opt_subj,
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_tit .it_opt_subj {
        font-size: 12.5px;
    }
    .item_detail .item-head .it_opt_prc {
        font-size: 12px;
    }
    .item_detail .item-head .list-group-item .col-sm-6 {
        padding: 5px 15px;
        font-size: 12px;
        color: #333;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5,
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count {
        padding-top: 0;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5 .input-group, .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count .input-group {
        width: 100%;
        border-radius: 2.5px;
        max-width: 93.5px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5 input,
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count input {
        font-size: 13.5px;
        background: none;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5 .input-group-btn.plus_group, .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count .input-group-btn.plus_group {
        width: 28px;
        height: 28px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col-sm-5 .input-group-btn.minus_group, .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .col_count .input-group-btn.minus_group {
        width: 28px;
        height: 28px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_qty_plus {
        border-radius: 50% !important;
        background: #fff;
        border: none;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_qty_minus {
        border-radius: 50% !important;
        background: #fff;
        border: none;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .btn.it_qty_minus.radius {
        border-radius: 50% !important;

    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-plus-circle:before {
        background: #666;
        width: 8px;
        transform: translate(-4px, 0) rotate(0);
        top: 50%;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-plus-circle:after {
        background: #666;
        height: 8px;
        transform: translate(-1px, -3px) rotate(0);
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .fa-minus-circle:before {
        background: #666;
        width: 8px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .sum span {
        font-size: 13.5px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .list-group .list-group-item .row .sum span .origin_price {
        font-size: 11.5px;
        font-weight: 400;
        color: #999999;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .price-sum {
        font-size: 12.5px;
        margin: 24px 0;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .price-sum b span {
        font-size: 18px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .price-sum b .won {
        font-size: 15px;
        font-weight: 600;
        margin-left: 0;
        display: inline-block;
    }
    .item-wrap .item-head .row .coupon-price-sum {
        margin-bottom: 5px;
    }
    .item-wrap .item-head .row .coupon-price-sum p {
        font-size: 12.5px;
    }
    .item-wrap .item-head .row .coupon-price-sum p.coupon_price {
        font-size: 18px;
    }
    .item-wrap .item-head .row .coupon-price-sum p.coupon_price .won {
        font-size: 15px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .point_text {
        font-size: 11.5px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .mitem-form-btn {
        margin-top: 10px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li {
        width: 44px;
        min-width: 44px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_cart {
        margin: 0 8px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .mitem-form-btn li.btn_cart {
        width: calc(50% - 5px);
        margin: 0 10px 0 0;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_buy {
        width: calc(100% - 104px);
    }
    .item-wrap .item-head .row .form-container .text .pay_con .mitem-form-btn li.btn_buy {
        width: calc(50% - 5px);
    }
    .item_detail .item-head ul.item-form-btn li input {
        font-size: 15px;
        line-height: 46px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li input {
        width: 100%;
        line-height: 43px;
        border: 1px solid var(--main-btn-line-point-color);
        font-size: 14px;
        font-weight: 500;
        border-radius: 2.5px !important;
        background: none;
    } 
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_cart {
        position: relative;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_cart input {
        text-indent: -999em;
        background: none;
    }
    /* 장바구니 아이콘 png→SVG: 모바일에서만 노출, currentColor로 색 제어 */
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li.btn_cart .cart_svg {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: auto;
        color: #0c0c0c;
        pointer-events: none;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .mitem-form-btn li.btn_cart input {
        text-indent: 0;
        background: none;
    }

    .item-wrap .item-head .row .form-container .text .pay_con .mitem-form-btn li.btn_cart svg {
        display: none !important;
    }

    .item_detail .item-head ul.item-form-btn li a {
        font-size: 14px;
        line-height: 45px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li a {
        line-height: 43px;
        border: 1px solid var(--main-btn-line-point-color);;
        border-radius: 2.5px !important;
        transition: 0.3s;
        font-size: 15px;
        height:100%;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-btn li a img {
        height: 14px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .item-form-footer {
        margin-top: 0;
        padding: 0 15px 9px;
        background: #fff;
        position: relative;
    }
    /* 시안/템플릿 */
    .item-wrap .item-head .row .form-container .text .pay_con .download_sian_btn {
        line-height: 43px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 2.5px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .item-wrap .item-head .row .form-container .text .pay_con .download_sian_btn img{
        width: 11px;
    }
	.item_cont .item_icon{
	  margin-top: 5px;
	}
	.item_sticker {
	  font-size: 11px;
	  padding: 1px 5px;
	  height: 18px;
	  line-height: 16px;
	  min-width: 29px;
	  border-radius: 4px;
	  margin-top: 4px;
	}
	.item_sticker.free_shupping{
	  margin-right: 3px;
	}

    #item_relation_list .swiper-container {
        width: calc(100% + 15px);
    }
    .item_detail .item_rel_tit {
        margin: 0;
    }
    #itemrelation #item_relation_list .swiper-button {
        display: none;
    }
    .shop_container.shop_basic .item_price_box > h5 span.only_member_txt_point {
        padding-top: 0;
    }
    .shop_container.shop_basic .item_price_box .sale_cont span.perc {
        font-size: 13px;
        font-weight: 600;
    }
    #itemrelation .shop-relation .item-info {
        line-height: 12px;
        margin: 6px 0;
    }
    #itemrelation .shop-relation .item-info .item-star {
        font-size: 11px;
    }
    #itemrelation .shop-relation .item-info .use_count {
        font-size: 11px;
    }
    #itemrelation .shop-relation .item-info .item-star .star_icon {
        font-size: 12px;
    }
    .item_detail.item-wrap .item-head .row .form-container .text .pay_con:before {
        display: none;
    }
    .item_detail.item-wrap .panel.mobile_divide {
        position: relative;
    }
    .item_detail.item-wrap .panel.mobile_divide::after {
        content: "";
        display: block;
        width: calc(100% + 30px);
        position: relative;
        bottom: 0;
        left: -15px;
        height: 8px;
        background: #f9f9fa;
        margin-top: 35px;
    }

    #itemrelation .swiper-container .item_list .timer_box_i {
        top: 6px;
        left: 6px;
        font-size: 10px;
        white-space: nowrap;
    }
    #itemrelation .swiper-container .item_list .timer_box_i .time {
        font-size: 10px;
    }
    #itemrelation .swiper-container .item_list .timer_box_i .text {
        font-size: 10px;
    }
    #itemrelation .btn_cart {
        width: 20px;
        height: 22px;
        right: 7px;
        bottom: 3px;
    }
    #itemrelation .btn_cart span.item_cart_icon {
        background: url(../../../../img/mitem_cart_icon_off.png) center/20px 22px no-repeat;
    }
    #itemrelation .btn_cart.on span.item_cart_icon {
        background: url(../../../../img/mitem_cart_icon_on.png) center/20px 22px no-repeat;
    }
    #itemrelation .btn_cart img {
        height: 30px;
    }
    #itemrelation .swiper-container .item_list .brand_icon {
        font-size: 10px;
    }
    #itemrelation .swiper-container .item_list strong {
        font-size: 12px;
        margin: 5px 0 7px;
    }
    #itemrelation .swiper-container .item_list .item_price_box {
        margin-top: 0;
    }
    #itemrelation .swiper-container .item_list .item_price_box .percent {
        font-size: 15px;
    }
    #itemrelation .swiper-container .item_list .item_price_box .percent span {
        font-size: 15px;
        font-weight: 600;
    }
    #itemrelation .swiper-container .item_list .item_price_box .real_price {
        font-size: 15px;
    }
    #itemrelation .shop-relation .item-info span {
        font-size: 11px;
    }
    #itemrelation .shop-relation .item-info span.use_count {
        font-size: 11px;
    }
    #itemrelation .swiper-container .item_list .item_cont .item_icon {
        margin-top: 7px;
    }
    #itemrelation .swiper-container .item_list .item_cont .item_depart img {
        width: 14px;
    }
    #itemrelation .swiper-container .item_list .coupon_icon span {
        font-size: 10px;
        padding-top: 2px;
    }
    #itemrelation .item_price_box > h5 span.only_member_txt_point {
        padding-top: 0;
    }
    /* 모바일 상세 하단 */
    .item-wrap .mobile_divide:after {
        content: "";
        display: block;
        width: calc(100% + 30px);
        position: absolute;
        bottom: 0;
        left: -15px;
        height: 8px;
        background: #f9f9fa;
        
    }
    .item_detail .item_detail_tab .tabs {
        margin: 0 -15px;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box {
        margin: 0;
        background-color: #fff;
        height: 46px;
        line-height: 44px;
        padding: 0 2px;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top li {
        width: 25% !important;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top li + li {
        margin-left: 15px;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top li span {
        width: 100%;
        color: var(--main-btn-font-color2);
        font-size: 14px;
        padding: 0 10px;
        height: 46px;
        line-height: 44px;
        font-weight: 300;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top li.on span {
        color: var(--main-btn-font-point-color);
        font-weight: 500;
        position: relative;
        background: #fff;
    }
    .item-wrap .item_detail_tab .tabs .tabs_box ul.tabs-top li.on span::after {
        height: 2px;
        bottom: -1px;
    }
    .item-wrap .item_detail_tab .tabs .tab-content {
        padding: 0 15px;
        margin-top: 35px;
    }
    .item_detail .link_con {
        margin-top: 30px;
    }
    .item-wrap .img-resize {
        max-height: 1000px;
        padding-bottom: 0;
    }
    .item-wrap .tab-pane .btn_bg {
        position: relative;
    }
    .item-wrap .tab-pane .btn_bg::after {
        content: "";
        display: block;
        width: 100%;
        height: 120px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
	.item-tab .tabs ul.tabs-bottom { 
        margin:10px 0px !important; 
    }
	.item-tab .tabs ul.tabs-bottom li.active a { 
        border-top:1px solid #ddd;
    }
    .item-wrap .tab-pane .img_btn {
        position: relative;
        max-width: 100%;
        z-index: 1;
        font-weight: 500;
        line-height: 38px;
        margin: 0 auto;
    }
    .item-wrap .tab-pane .img_btn p {
        font-family: "SUIT-Bold";
    }
    .item-wrap .tab-pane .img_btn img,
    .item-wrap .tab-pane .img_btn svg {
        width: 9px;
        height: auto;
    }
    .item-wrap .tab_etc {
        margin-bottom: 37.5px;
        border-top: 8px solid #f9f9fa;
        border-bottom: none;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        margin-top: 45px;
        padding: 20px 0 9px;
    }
    .item-wrap .tab_etc .item_delivery {
        padding: 0 15px;
    }
    .item-wrap .tab_etc .delivery_box.delivery_bae {
      margin-top: 0;
    }
    .item-wrap .tab_etc .delivery_box.delivery_ch {
      margin-top: 0;
    }
    .item-wrap .tab_etc .item_table_tt {
        font-size: 17px;
        cursor: pointer;
        position: relative;
    }
    .item-wrap .tab_etc .item_table_tt::before,
    .item-wrap .tab_etc .item_table_tt::after {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background-color: #0c0c0c;
        position: absolute;
        top: 50%;
        right: 17px;
    }
    .item-wrap .tab_etc .item_table_tt::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .item-wrap .tab_etc .item_table_tt::after {
        transform: translateY(-50%) rotate(-45deg);
        right: 10px;
    }
    .item-wrap .tab_etc .item_table_tt.on::before {
        transform: translateY(-50%) rotate(-45deg);
    }
    .item-wrap .tab_etc .item_table_tt.on::after {
        transform: translateY(-50%) rotate(45deg);
    }
    .item-wrap .img-resize.mobile_divide:after {
        display: none;
    }
    .item-wrap .tab-pane .btn_bg.off::after {
        display: none;
    }
    .item-wrap .tab_etc .item_delivery:last-child .tbox-head:after {
      display: none;
    }
    .item-wrap .tab_etc .item_delivery .tbox-head {
        background: transparent;
        font-size: 17px;
        padding: 19.25px 0 !important;
        position: relative;
    }
    .item-wrap .tab_etc .item_delivery .tbox-head::before,
    .item-wrap .tab_etc .item_delivery .tbox-head::after {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background-color: #0c0c0c;
        position: absolute;
        top: 50%;
        right: 17px;
    }
    .item-wrap .tab_etc .item_delivery .tbox-head::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .item-wrap .tab_etc .item_delivery .tbox-head::after {
        transform: translateY(-50%) rotate(-45deg);
        left: auto;
        display: block !important;
        right: 10px;
    }
    .item-wrap .tab_etc .item_delivery .tbox-head.on::before {
        transform: translateY(-50%) rotate(-45deg);
    }
    .item-wrap .tab_etc .item_delivery .tbox-head.on::after {
        transform: translateY(-50%) rotate(45deg);
    }
    .item-wrap .tab_etc .item_delivery .tbox-body {
      margin-bottom: 0;
      display: none;
      padding: 40px 0;
      font-size: 12px;
    }
    .item-wrap .tab_etc .item_delivery.on .tbox-body {
        display: block;
    }
    .item-wrap .tab_etc .item_delivery:first-child .tbox-body {
        display: none;
        padding:0;
    }
    .item-wrap .tab_etc .it_detail {
      width: calc(100% + 30px);
      margin: 0 -15px;
    }
    .item-wrap .tab_etc .it_detail li {
        position: relative;
    }
    .item-wrap .tab_etc .it_detail li:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 15px;
      width: calc(100% - 30px);
      height: 1px;
      background: #e1e1e1;
    display: none;
    }
    .item-wrap .tab_etc .it_detail li:last-child:after {
      display: none;
    }
    .item-wrap .tab_etc .it_detail li .it_detail_con {
        font-size: 11px;
        line-height: 15px;
    }
    .item-wrap .tab_etc .it_detail li .it_detail_tt {
        width: 40.2%;
        max-width: 130px;
        font-size: 11px;
        line-height: 15px;
        padding: 12.5px 15px;
    }
    .item-wrap .panel.panel-default {
      position: relative;
        margin-top: 25px;
      margin-bottom: 0;
    }
    .item-wrap .review_banner {
      padding: 35px 0 40px;
      margin-bottom: 25px;
    }
    .item-wrap .review_banner .txt {
      font-size: 13px;
      line-height: 17.5px;
    }
    .item-wrap .review_banner .btn_write {
        max-width: 185px;
        padding: 0 50px;
        height: 38px;
        line-height: 32px;
        font-size: 12px;
        margin-top: 12px;
    }
    .item_detail .review_banner .btn_write > span {
        font-size: 14px;
        line-height: 35px;
    }
    
    .responsive .fix_panel .fix_panel_head {
        font-size: 16px;
        line-height: 18.5px;
        padding-bottom: 0;
    }
    .item-wrap .panel.panel-default .fix_panel_head .panel-title {
        font-size: 17px;
    }
    .item-wrap .panel.panel-default .fix_panel_head .btn {
        font-size: 13px;
    }
    .item-wrap .panel.panel-default .m-review-panel {
      border-top-width: 1px;
    }
    .item_detail .m-review-panel .review-body {
        padding: 0;
    }
    .item_detail .m-review-panel .review-body .cnt-wrap.table {
        border-bottom: none;
        padding: 5px 0 15px;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell {
        width: 50%;
        padding: 5px 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell + .table-cell {
        padding-right: 20px;
    }
    .m-review-panel .review-body .cnt-wrap.table .table-cell:first-of-type {
        border-right: 1px solid #ddd;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star {
        border-right: 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_star {
        max-width: 100%;
        margin: 0 auto;
        font-size: 22px;
        display: inline-block;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_star .fa {
        font-size: 23px;
    }
    .m-review-panel .review-body .cnt-wrap .grade_star .fa-star-o::after {
        width: 16.5px;
        height: 15.5px;
        margin: 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_num {
        font-size: 28px;
        display: block;
    }
    .item_detail .m-review-panel .review-body .cnt-wrap.table .grade_num .grade {
        margin: 0px 0 10px 0;
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        color: #222;
        padding: 0;
    }
    .m-review-panel .review-body .cnt-wrap.table .grade_num .grade .cur {
        font-size: 27.5px;
        margin-right: 0;
    }
    .m-review-panel .review-body .cnt-wrap .grade_num .grade .bar {
        font-size: 25px;
    }
    .m-review-panel .review-body .cnt-wrap .grade_num .grade .total {
        font-size: 27.5px;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_total {
        font-size: 12px;
        line-height: 1;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table_cell_star .grade_total span {
        font-size: 12px;
    }
    .m-review-panel .review-body .cnt-wrap .grade_star .fa-star::after {
        width: 16.5px;
        height: 15.5px;
        margin: 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul {
        margin: 0 auto 10px;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li {
        margin: 7px 0;
        height: 100%;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li:before {
        position: absolute;
        left: 0;
        bottom: 5px;
        content: "";
        background-color: #e5e5e5;
        border-radius: 10px;
        z-index: 1;
        width: 65%;
        height: 5.5px;
        left: 30px;
        max-width: 240px;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li .point_num {
        color: #999;
        font-size: 12px;
        left: 4px;
        top: 1px;
        width: 18px;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .table-row .table-cell ul li .point_percent {
        font-size: 11px;
        font-weight: 500;
        left: 0;
    }
    .panel-body #itemuse::after {
        content: "";
        display: block;
        width: calc(100% + 30px);
        height: 8px;
        background-color: #f9f9fa;
        position: relative;
        left: -15px;
    }
    .panel-body #itemuse .list-board .list-board-tt h4 {
        font-size: 16px;
        padding-top: 20px;
    }
    .panel-body #itemuse .list-board .list-board-tt h4 span {
        font-size: 16px;
    }
    .panel-body #itemuse .list-board .list-board-tt .tab_box a {
        font-size: 12px;
    }
    .panel-body #itemuse .list-board .list-board-tt .tab_box a + a::before {
        height: 10px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list {
        margin-bottom: 0px;
    }
    .m-review-panel .review-body > div .table-row .table-cell ul li:after {
        position: absolute;
        bottom: 5px;
        left: 30px;
        height: 5.5px;
        width: 10px;
        background-color: #999;
        content: "";
        border-radius: 10px;
        z-index: 2;
    }
    .m-review-panel .review-body > div .table-row .table-cell ul li .top_point {
        display: none;
    }
    .m-review-panel .review-body > div .table-row .table-cell ul li.active .top_point {
        background-image: url("/img/point_background.png");
        display: inline-block;
        text-align: center;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .item-simple-review {
        width: 100%;
        padding: 20px 15px;
        border-bottom: 1px solid #ddd;
    }
    .m-review-panel .review-body > div + div {
        border-left: 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap {
        margin-bottom: 15px;
        width: 100%;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap:last-child {
      margin-bottom: 0;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap .left_text {
        font-size: 13px;
    }
    .responsive .item-simple-review .simple_wrap > div.center_icon {
        width: 37.5%;
        font-size: 12px;
    }
    .responsive .item-simple-review .simple_wrap > div.center_icon > span {
        display: inline-block;
        line-height: 24px;
        vertical-align: middle;
    }
    .item-wrap .panel.panel-default #itemuse .review-body .item-simple-review .simple_wrap .right_text {
        font-size: 12px;
    }
    .item-wrap .panel.panel-default #itemuse .photo_review {
        margin: 20px 0;
    }
    .responsive .photo_review .img_review_tt {
        padding-bottom: 15px;
    }
    .item-wrap .panel.panel-default #itemuse .photo_review ul {
        margin: 0 -0.5%;
    }
    .responsive .photo_review .img_review_tt h4 {
        font-size: 16px;
    }
    .responsive .photo_review .img_review_tt h4 span {
        font-size: 16px;
    }
    .responsive .photo_review .img_review_tt a {
        font-size: 13px;
    }
    .item-wrap .panel.panel-default #itemuse .photo_review ul li {
        border-radius: 2.5px;
        min-width: 60px;
        width: 18.18%;
        margin-right: 2.27%;
        margin: 2px 0.5%;
    }
    .item-wrap .panel.panel-default #itemuse .photo_review ul li.last_more_btn {
        /* display: none; */
        display: block;
    }
    .item-wrap .panel.panel-default #itemuse .photo_review ul li.last_more_btn button {
        font-size: 10px;
        line-height: 15px;
    }
    .item_detail #itemuse .list-board,
    .item_detail #itemqa {
        width: 100%;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li {
        padding: 20px 0 35px;
        font-size: 12px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit {
        margin-bottom: 15px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .user {
        font-size: 11.5px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .date {
        font-size: 11.5px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li.none {
        font-size: 12.5px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li.none img {
        width: 41px;
        height: 41px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .user_info .icon_box {
        width: 35px;
        height: 35px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit .thema-color .fa-star:before {
        font-size: 12px;
        margin-right: 3px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit .thema-color {
        font-size: 16px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .it_review_tit .thema-color .fa-star-o:before {
        font-size: 12px;
        margin-right: 3px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box {
        overflow: visible;
        width: auto;
        display: flex;
        margin: 15px -0.66% 0;
    }
    .item_detail .list-board .board-list li .content-box .content {
        overflow: visible;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box .thumb-img {
        border-radius: 2.5px;
        width: 32.72%;
        min-width: 115px;
        float: left;
        margin: 0 0.66%;
        margin-bottom: 5px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .thumb-box .thumb-img img {
        width: 100%;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .content-txt {
        font-size: 12px;
        line-height: 20px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_box p {
        font-size: 11.5px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn {
        font-size: 10px;
        padding: 0 8.76px;
        line-height: 22px;
        margin-left: 7px;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn .com_icon {
        width: 10.5px;
        height: 9.5px;
        background: url(/img/mrecommend_icon_off.png) no-repeat 100% 100% / cover;
    }
    .item-wrap .panel.panel-default #itemuse .list-board .board-list > li .content-box .com_btn.on .com_icon {
        background: url(/img/mrecommend_icon_on.png) no-repeat 100% 100% / cover;
    }
    .item_detail #itemuse .list-board .board-list li .more-btn {
        margin: 0;
        font-size: 12px;
    } 
    .item-wrap .panel.panel-default #itemuse .use-btn {
        margin: 0;
    }
    .it_detail_modal {
        bottom: 0;
        top: initial;
        left: 0;
        right: 0;
        transform: translate(0, 0) rotate(0);
    }
    .it_detail_modal .rv_modal {
        width: 100%;
        padding: 50px 0 0;
        border-radius: 20px 20px 0 0;
    }
    .it_detail_modal .rv_modal.qa_write{
        padding: 30px 0 0;
        width: 100%;
    }
    .it_detail_modal .rv_modal.review_write {
        width: 100%;
    }
    .it_detail_modal .rv_modal_tt {
      justify-content: flex-start;
      padding: 0 25px 0px 25px;
      margin-bottom: 0;
      border: none;
    }
    .it_detail_modal .rv_modal_tt h2 {
      font-size: 19px;
      padding-bottom: 19px;
    }
    .it_detail_modal .rv_modal_tt .btn_close_modal {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 20px;
      right: 20px;
    }
    .it_detail_modal .rv_modal_tt .btn_close_modal span {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      transform: none;
      background: none;
    }
    .it_detail_modal .rv_modal_tt .btn_close_modal span::before, .it_detail_modal .rv_modal_tt .btn_close_modal span::after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      top: auto;
      left: auto;
      transform: none;
      background: #ccc;
    }
    .it_detail_modal .rv_modal_tt .btn_close_modal span::before {
      transform: rotate(45deg);
    }
    .it_detail_modal .rv_modal_tt .btn_close_modal span::after {
      transform: rotate(-45deg);
    }
    .it_detail_modal .rv_modal .use_form {
      height: 70vh;
      padding-right: 0;
    }
    .it_detail_modal .rv_modal .use_form_star {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 40px);
    }
    .it_detail_modal .rv_modal .use_form_star_con {
      text-align: right;
    }
    .it_detail_modal .rv_modal .use_form_review {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
    }
    .it_detail_modal .rv_modal .use_form_review_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .it_detail_modal .rv_modal .use_form_review_top_select {
        width: 100%;
        margin-top: 20px;
    }
    .it_detail_modal .rv_modal .use_form_table {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 40px);
        display: none;
    }
    .it_detail_modal .rv_modal .use_form_table li {
        width: 100%;
        padding: 12px 0;
    }
    .it_detail_modal .rv_modal .use_form_table li h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .it_detail_modal .rv_modal .use_form_table li .table_radio_box > div input + label span {
      width: 28px;
      height: 28px;
      background-size: cover !important;
    }
    .it_detail_modal .rv_modal .use_form .use_tt {
        font-size: 16px;
    }
    .it_detail_modal .rv_modal .use_form_review_bot input,
    .it_detail_modal .rv_modal .use_form_review_bot textarea {
        font-size: 16px;
    }
    .it_detail_modal .rv_modal .use_form_review_top_select select {
        font-size: 12px;
        line-height: 35.5px;
        height: 37.5px;
    }
    .it_detail_modal .rv_modal .use_form_review_bot {
      margin-bottom: 80px;
    }
    .it_detail_modal .rv_modal .use_form_review_bot input[type=file] + label img, .it_detail_modal .rv_modal .use_form_review_bot textarea[type=file] + label img {
      height: 17px;
    }
    .it_detail_modal .rv_modal .rv_btn_sec {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
    }
    .it_detail_modal .rv_modal .rv_btn_sec li {
      width: 100%;
      border-radius: 0;
    }
    .it_detail_modal .rv_modal .rv_btn_sec li a, .it_detail_modal .rv_modal .rv_btn_sec li button {
      width: 100%;
      min-width: auto;
      font-size: 15px;
      height: 48px;
      line-height: 46px;
    }
    .it_detail_modal .rv_modal .rv_btn_sec li.main {
      margin-left: 0;
    }
    .item-wrap .panel_banner {
        padding: 22px 0 22.5px;
    }
    .item-wrap .panel.panel-default.qa_panel {
      margin-top: 40px;
      margin-bottom: 0;
    }
    .item_detail .panel_banner .txt.tt {
        font-size: 17px;
        padding-bottom: 5px;
    }
    .item_detail .panel_banner .txt.cont {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .item-wrap .panel_banner .btn_write {
        height: 36px;
        line-height: 36px;
        padding: 0 62px;
    }
    .item-wrap .panel_banner .btn_write > span {
        font-size: 13px;
        line-height: 36px;
    }
    .item-wrap .panel.panel-default h3, 
    .item-wrap .panel.panel-default .panel-title {
        font-size: 16px;
        line-height: 18.5px;
        padding-bottom: 0;
    }
    .item-wrap .panel.panel-default .main_text {
        color: var(--main-font-point-color);
    }
    .qa_panel.panel .panel-heading {
        padding-bottom: 15px;
        margin: 25px 0 0;
    }
    .qa_panel.panel .panel-heading .btn {
        font-size: 13px;
        padding: 0 15px;
    }
    .qa_panel.panel .panel-heading .btn::before {
        width: 6px;
        top: 39%;
    }
    .qa_panel.panel .panel-heading .btn::after {
        width: 6px;
    }
    .qa_panel .div-head {
        padding: 10.2px 0;
    }
    .qa_panel .div-head > span {
        font-size: 11px;
    }
    .qa_panel .list-board .board-list li > a {
        padding: 12.5px 0;
    }
    .qa_panel .list-board .board-list li > a > div {
        font-size: 10px;
    }
    .qa_panel .list-board .board-list li.none img {
        width: 41px;
        height: 41px;
    }
    .item-wrap .panel.panel-default .item-page {
        padding-bottom: 30px;
    }
    .item-wrap .panel.panel-default.qa_panel #itemqa .list-board .num {
      width: 11.8%;
      display: none;
    }
    .item-wrap .panel.panel-default.qa_panel #itemqa .list-board .subj {
      width: 53.48%;
      padding-left: 10px;
    }
    .item-wrap .panel.panel-default.qa_panel #itemqa .list-board .name {
      width: 13.93%;
      display: none;
    }
    .item-wrap .panel.panel-default.qa_panel #itemqa .list-board .hit {
      width: 20.79%;
    }
    .qa_panel .list-board .board-list {
        margin-bottom: 25px;
    }
    .qa_panel .list-board .board-list li.none {
        padding: 25px 0;
        font-size: 12px;
    }
    .qa_panel .list-board .board-list li > a {
        padding: 10px 0;
    }
    .qa_panel .list-board .board-list li > a > div {
        font-size: 12px;
    }
    .qa_panel .list-board .board-list li .media {
        padding: 10px 0;
        font-size: 12px;
    }
    .qa_panel .list-board .board-list li .media .info {
        margin-bottom: 2px;
    }
    .qa_panel .list-board .board-list li .media .hit {
        width: 50px;
        margin: 0 5px;
    }
    .qa_panel .list-board .board-list li .media .img-resize {
        margin-bottom: 10px;
    }
    .qa_panel .list-board .board-list li .media .div-title-wrap {
        margin-bottom: 2px;
    }
    /* 상품 상세 하단 버튼 */
    .btn-group-justified {
        height: 27px;
    }
    .btn-group-justified .btn {
        font-size: 12px;
        line-height: 1em;
    }
    .it_detail_modal .rv_modal .qa_form_head {
      display: flex;
      align-items: center;
      padding: 20px 17px;
      margin: 0 25px 15px;
    }
    .it_detail_modal .rv_modal .qa_form_head span {
      width: 23px;
      height: 23px;
      line-height: 20px;
      margin: 0;
      margin-right: 15px;
      font-size: 13px;
    }
    .it_detail_modal .rv_modal .qa_form_head p {
      line-height: 20px;
      font-size: 14px;
      text-align: left;
      color: #0c0c0c;
    }
    .it_detail_modal .rv_modal .qa_form_body {
      padding: 0 25px;
      margin-bottom: 80px;
    }
    .item_detail .use-btn > .pull-left,
    #itemqa .qa-btn > .pull-left {
        float: none !important;
        margin-bottom: 28px;
        text-align: center;
    }
    .it_detail_modal .rv_modal .qa_form_body_content input, .it_detail_modal .rv_modal .qa_form_body_content textarea {
      font-size: 15px;
    }
    .it_detail_modal .rv_modal .qa_form_body_content textarea {
        width: 100%;
        resize: none;
        height: 160px;
        overflow-y: scroll;
        line-height: 1.6;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret {
        margin-top: 20px;
        position: relative;
    }
    .it_detail_modal .rv_modal .qa_form_body_content input, .it_detail_modal .rv_modal .qa_form_body_content textarea {
        font-size: 15px;
    }
    .it_detail_modal .rv_modal .qa_form_body_content textarea {
        width: 100%;
        resize: none;
        height: 160px;
        overflow-y: scroll;
        line-height: 1.6;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret {
        margin-top: 20px;
        position: relative;
    }
    .it_detail_modal .rv_modal .qa_form_body_content input, .it_detail_modal .rv_modal .qa_form_body_content textarea {
      height: 50px;
      line-height: 48px;
      font-size: 15px;
    }
    .it_detail_modal .rv_modal .qa_form_body_content label {
        font-size: 16px;
    }
    .it_detail_modal .rv_modal .qa_form_body_content .add_img_btn label {
        width: auto;
    }
    .it_detail_modal .rv_modal .qa_form_body_content label img {
      height: 17px;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret input {
      font-size: 13px;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret input + label {
      font-size: 12px;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret input + label .circle {
      width: 12.5px;
      height: 12.5px;
      background-size: 60%;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret input + label .circle:before {
      top: 4px;
      left: 3px;
    }
    .it_detail_modal .rv_modal .qa_form_body .qa_secret input + label .circle:after {
      top: 2.5px;
      left: 6.2px;
      height: 5px;
    }
}
@media (max-width: 768px) {
    /* 공유하기 모달 */

    .share_popup_wrap {
        width: 290px;
        margin-left: -145px;
    }
    .share_popup_wrap .it_share_popup {
        min-width: 100%;
        padding: 15px 15px 24px;
    }
    .it_share_popup .share_title .title {
        font-size: 13px;
    }
    .it_share_popup .share_ul > li {
        padding: 0 5px;
    }
    .it_share_popup .share_ul > li > a {
        width: 45px;
    }
    .it_share_popup .share_ul > li > a img {
        display: inline-block;
        width: 100%;
    }
    .it_share_popup .btn_close {
        right: 13px;
    }
    .it_share_popup .btn_close img {
        width: 12px;
    }
}


/* 국민창 */

 .calculate_wrap {
    max-width: 600px;
    margin: 0 auto;
 }

 .calculate_wrap .cal_tab_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculate_wrap .cal_tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #34302E;
    cursor: pointer;
}

.calculate_wrap .cal_tab.on {
    border-radius: 10px 10px 0 0;
    background: #34302E;
    color: #fff;
}


.calculate_wrap .cal_div {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px 0;
    width: 100%;
    padding: 30px;
    border-radius: 0 0 8px 8px;
    background: #F8F8F8;
}

.calculate_wrap .cal_div.on {
    display: flex;
}

.calculate_wrap .cal_div_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.calculate_wrap .cal_div_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.calculate_wrap .cal_div_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.calculate_wrap .cal_info_p {
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
}

.calculate_wrap .cal_input {    
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 12px;
    background: #fff;
}

.calculate_wrap .cal_formula {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.calculate_wrap .cal_input .cal_input_text {
    font-size: 18px;
    font-weight: 700;
    color: #34302E;
}

.calculate_wrap .cal_input input {
    width: 100%;
    margin-right: 15px;
    text-align: right;
    font-size: 18px;
    color: #948e8e;
}

.calculate_wrap .curtain_two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.calculate_wrap .cal_sign {
    margin-right: 20px;
    font-size: 16px;   
    color: #c9c9c9;
}

.calculate_wrap .blind_formula .cal_sign {
    margin-right: 0;
}

.calculate_wrap .divide_box .cal_sign {
    margin-right: 11px;
} 

.calculate_wrap .cal_num {
    font-size: 18px;
    color: #948E8E;
}

.calculate_wrap .cal_total {
    width: 100%;
}

@media (max-width:991px) {
    .calculate_wrap {
        max-width: unset;
        padding: 0 20px;
    }

    .calculate_wrap .cal_tab{
        font-size: 12px;
    }

    .calculate_wrap .cal_div_img {
        width: 16px;
        height: 16px;
    }

    .calculate_wrap .cal_info_p {
        font-size: 14px;
    }

    .calculate_wrap .cal_div {
        padding: 20px;
    }

    .calculate_wrap .cal_formula {
        flex-wrap: wrap;
    }

    .calculate_wrap .cal_input input {
        margin-right: 8px;
        font-size: 14px;
    }

    .calculate_wrap .cal_input .cal_input_text {
        font-size: 14px;
    }

    .calculate_wrap .cal_sign {
        font-size: 14px;
    }

    .calculate_wrap .cal_num {
        font-size: 14px;
        color: #948E8E;
    }

    .calculate_wrap .blind_formula .divide_box {
        width: 100%;
    }


}