@charset "utf-8";

#sit_ov_wrap {position: relative; display: flex; justify-content: space-between; border:1px solid #eee; padding:0; margin:35px 0;}
#sit_ov_wrap #sit_pvi {width: 48%;}
#sit_ov_wrap .info {width: 52%; border-left:1px solid #eee;}

#sit_ov_wrap .info {padding:49px;}
#sit_ov_wrap .info > ul > li+li {margin-top:20px;}

/* 상품이미지 */
#sit_pvi {padding-left:20px;}
#sit_pvi img, #sit_pvi_thumb img {width:auto; height:auto; max-width:100%; max-height:100%;}

/* 상품정보 */
#sit_ov {width:52%; border-left:1px solid #eee; padding:49px;}

.info-detail table th, .info-detail table td {font-size:1.3rem; font-weight: 400; padding:5px 0;}
.info-detail table th {width:110px; color:#666;}
.info-detail table td {color:#333;}

#btn_option section {padding:0;}
#btn_option section + section {margin-top:20px;}
#btn_option section h3 {font-size:1.3rem; font-weight: 400;}
.sit_op_sl {padding:5px 0;}
.get_item_options {padding:0 10px; display: flex;}
.get_item_options label {margin-bottom:0; font-weight: normal; width:100px; font-size: 1.2rem; line-height: 32px;}
.get_item_options label + span {width:calc(100% - 100px);}
.get_item_options select {height:32px; line-height: 30px; width:100%;}
#sit_ov_btn {margin-top:15px;}

.get_item_options .cal-opt .w-49 select {width:90%;}
.get_item_options .cal-opt .w-49 strong {line-height: 32px; padding: 0 3px;}

#sit_tot_price {font-size:2.5rem; font-weight: bold; line-height: 3.0rem; color:#121212;}
#sit_tot_price strong {font-size:1em;}
#sit_tot_price span {line-height: inherit; font-size:1.7rem; color:#7a7a7a;}

@media (max-width:1023px) {
	#sit_ov_wrap #sit_pvi {width:300px;}
	#sit_ov_wrap .info {width:calc(100% - 300px);}
}

@media (max-width:767px){
	#sit_ov_wrap {display: block;}
	#sit_ov_wrap #sit_pvi {width: 100%; padding-right: 0px; margin-bottom:30px;}
	#sit_ov_wrap .info {width: 100%; padding:20px;}
}
@media (max-width:480px) {
    #sit_ov_wrap #sit_pvi {margin-bottom:0; padding-right:20px;}
    #sit_ov_wrap .info {border-left:none; border-top:1px solid #eee;}
}