/* BASIC css start */
#best_tab .item-wrap .item-list{display:flex; flex-wrap: wrap; }
#best_tab .item-wrap .item{
   
	width: 33.33%;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	z-index: 100;
	padding: 2px;
	position: relative;
}
#best_tab .item-wrap .item .thumb{position: relative;}
#best_tab .item-wrap .item .thumb img{width:100%;}
#best_tab .item-wrap .item .gnb_sub{position:absolute; left:0; width:100%; bottom:0; background-color: rgba(0, 0, 0, 0.2); padding: 5px 2px;}
#best_tab .item-wrap .item .gnb_sub .price{color:#fff;font-size:11px; text-align:center; padding:0 10px;}

/* 201022 À¯·á±â¼úÁö¿ø R */

.SMS_instalookbook_gallery {
    width:90%;
    margin:0 auto;
}
.SMS_instalookbook_gallery .swiper-slide object {
    width:100%;
    height:85vh;
}


.tab-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ddd;
    border-top:1px solid #ddd;
}

.tab-button {
    background-color: transparent;
    border: none;
    /*padding: 10px 20px;*/ height:30px; line-height:30px; font-weight:bold; color:#333; width:16.66%;
    font-size: 11px;
    cursor: pointer;
}

.tab-button.active {
    font-weight: bold;
    border-bottom: 2px solid #8CD4D1;
}

.tab-content-container {
    position: relative;
    overflow: hidden;
}

.tab-content {
    display: none;
    /*padding: 20px;
    background-color: #f9f9f9;*/
}

.tab-content.active {
    display: block;
}

.swipe-container {
    display: flex;
    transition: transform 0.3s ease;
}

.swipe-container .tab-content {
    min-width: 100%;
}
/* BASIC css end */

