
/* ======================= product ======================= */
.product_wrap{
    background: #fff;
    padding: 0;
}
.product_wrap .main_wrap{
    display: flex;
    padding: 100px 0;
    justify-content: center;
    gap: 15px
}
.product_wrap .main_wrap li{
    width: 50%;
    padding: 50px 0;
    background: url(../img/sec01_bg.png) no-repeat;
    text-align: center;
}
.product_wrap .main_wrap li > div{}

.product_wrap .main_wrap h2{
    font-weight: bold;
    color:#212121;
    margin-bottom: 15px;
    margin-top: 0;
}
.product_wrap .main_wrap p.small_text{
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.product_wrap .main_wrap .more_btn{
    display: block;
    content: '';
    width: 142px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}
.product_wrap .main_wrap p.photo{
    margin: 30px 0;
}
.product_wrap .main_wrap p.photo img{}

.product_wrap .product_wrap{
    padding: 20px 0;
}
.product_wrap .banner{
    width: 100%;
    height: 450px;
    padding: 100px 0;
    margin-top: 110px;
    background: url(/img/product_banner_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.product_wrap .banner.b02{
    background: url(/img/product_banner_bg02.png) no-repeat center;
    background-size: cover;
}
.product_wrap .banner span{
    font-size: 30px;
}
.product_wrap .banner p{
    font-size: 40px;
    margin-top: 20px;
}
.product_wrap .product_wrap > .inn{
    padding: 50px 0;
}
.product_wrap .product_wrap01{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
    padding-bottom: 100px;
}
.product_wrap .product_wrap01 li{
    width: calc(33.33333% - 25px);
    padding: 20px 0;
}
.product_wrap .photo_box{background: #efefef;}
.product_wrap .photo_box img{
    width: 100%;
}
.product_wrap p{
    font-size: 25px;
    margin-top: 10px;
}

.product_wrap p.product_name{
    font-size: 30px;
    font-weight: 600;
    color: #55554e;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
.product_wrap p.product_desc{
    color: #7d7d7d;
}
.product_wrap p.normal_price{
    color: #7d7d7d;
    text-decoration: line-through;
}
.product_wrap p.sale_price{
    color: #f6921d;
    font-weight: 600;
}

.product_wrap .top_wrap{
    display: flex;
    justify-content: space-between;
    margin: 100px auto 30px;
}
.product_wrap .top_wrap > span{
    font-size: 20px;
    font-weight: bold;
    color: #55554e;
}
.product_wrap .product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.product_wrap .product_list li{
    width: calc(33.333% - 15px);
}
.top_wrap #ssch_sort{display: flex;}
.top_wrap #ssch_sort li{}
.top_wrap #ssch_sort li a {
    font-size: 1.6rem;
    color: #55554e;
    border-left: 2px solid #6c6c66;
    display: block;
    padding: 0 10px;
    line-height: 15px;
}
.top_wrap #ssch_sort li a.on {font-weight: bold;}
.top_wrap #ssch_sort li:first-child a { border: 0;}


.product_list_wrap .{}
/* 렌탈 & 상세페이지 */
.product_wrap input,
.product_wrap select{
    border: 1px solid #ddd;
    padding: 0 30px;
    text-align: left;
}
.product_wrap .product_detail{}
.product_wrap .product_detail .inn{}
.product_wrap .product_detail .flex{
    flex-wrap: wrap;
    width: 100%;
}
.product_wrap .left{
    width: calc(50% - 40px);
    padding-right: 40px;
}
.product_wrap .left img{
    width: 100%;
}
.product_wrap .left .big_photo{
    width: 100%;
    background: aliceblue;
}
.product_wrap .left .small_photo{
    margin-top: 10px;
    justify-content: space-between;
    gap: 10px;
}

.product_wrap .left .small_photo p{
    width: calc(33.33333% - 10px);
    height: 150px;
}
.product_wrap .left .small_photo img{
    width: 100%;
    background: #f6921d;
    cursor: pointer;
}
.product_detail .right{width: 50%; font-size: 2rem;}
.product_detail .right .product_name{}
.product_detail .product_desc{}
.product_detail .product_info{
    margin-top: 20px;
}
.product_detail .product_info li{
    margin-bottom: 15px;
}
.product_detail .product_info li span{
    font-size: 2rem;
}
.product_detail .product_info li span.tle{
    display: inline-block;
    min-width: 150px;
}
.product_detail .product_info li span.desc{
    color:#7d7d7d;
}
.product_detail .product_info li span.desc input{
    font-size: 1.4rem;
    padding: 5px 10px;
}
.product_detail .product_info li.btn_wrap{
    margin-top: 40px;
}
.product_detail .product_info li.btn_wrap a{
    font-size: 1.4rem;
    padding: 5px 30px;
    color:#fff;
    background: #f6921d;
    border-radius: 5px;
    margin-right: 5px;
}
.product_detail .product_info li.btn_wrap a.btn02{
    background: #b1b1b1;
}

span.sit_icon {display: none}
.sct_10 .sct_op_btn {display: none}
/* tab버튼 */
.product_wrap .tab_basic {width: 100%; max-width: 1400px; margin: 0 auto; }
.product_wrap .tab_list_wrap {display: flex;font-size: 0; height: 35px; text-align: center; }
.product_wrap .tab_list { display: inline-block; width: 33.3334%; height: 100%; font-size: 15px; line-height: 30px; text-align: center; border-bottom: 2px solid #7d7d7d; border-right: 0; box-sizing: border-box; }
.product_wrap .tab_list:last-child { }
.product_wrap .tab_list.tab_active { border-bottom: 2px solid #f6921d; }
.product_wrap .tab_list.tab_active a{  }
.product_wrap .tab_list a { display: block; width: 100%; height: 100%; font-size: 2rem; font-weight: 500;text-decoration: none; color: #222; }
.product_wrap .tab_content { display: none; width:100%; min-height: 150px; padding: 20px; background: #fff; box-sizing: border-box; }
.product_wrap .tab_content img{
    width: 100%;
}
.product_wrap .tab_content:first-child { display: block; }

/* tab내용 */