/* 서브 비쥬얼 */
.sub_visual{
    height: 150px; /*25.5.14 수정*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.sub_visual.product_visual{
    background-image:url("../img/w_sub01_visual.jpg");
}
.sub_visual.inquiry_visual{
    background-image:url("../img/w_sub03_visual.jpg");
}
.sub_visual .text_box{
    padding:30px 40px; /*25.5.14 수정*/
}
.sub_visual .text_box h3{
    margin-bottom:20px;
    color:#252525;
    font-size:44px;
    font-weight:700;
}
.sub_visual .text_box p{
    color:#454545;
    font-size:20px;
    line-height:1.5;
}

/* 제품 리스트 페이지 */
.product_search_box .partner_list ul{
    width:100%;
}
.product_search_box .partner_list li{
    display:flex;
    width:84px;
    height: 84px;
    margin:0 0 30px 29px;
    float:left;
    align-items:center;
    justify-content:center;
    border:1px solid #eeeeee;
    border-radius: 50%;
    line-height: 124px;
    text-align:center;
    color:#999;
    cursor: pointer;
    
}
.product_search_box .partner_list li:nth-child(8n+1){
    margin-left:0;
}
.product_search_box .partner_list li.on{
    color:#24adda;
    border:2px solid #24adda;
}
.product_search_box .partner_list li a{
    display:flex;
    height:124px;
    align-items:center;
    justify-content:center;
}
.product_search_box .partner_list li span{
    font-size:18px;
    font-weight:700;
}

.item_list_box .tab{
    display: flex;
    justify-content: center;
    color:#999;
    font-size:20px;
}
.item_list_box .tab ul{
    position: relative;
}
.item_list_box .tab li{
    position: relative;
    float:left;
    margin:0 10px;
    cursor: pointer;
}
.item_list_box .tab li.on{
    color:#24adda;
    font-weight:500;
}
.item_list_box .tab li.on::before{
    display: block;
    content:"";
    width:8px;
    height:8px;
    margin:0 auto;
    background-color:#24adda;
    position: absolute;
    top:-20px;
    left:0;
    right:0;
    border-radius:50%;
}
.item_list_box .no_search{
    margin:80px auto 100px;
    color:#999999;
    font-size:20px;
    text-align:center;
}
.item_list_box .no_search p{
    margin-top:20px;
}

/* 제품 뷰 페이지 */
.product_img_wrap{
    float:left;
    width:50%;
}
.slick-slider .slick-track, .slick-slider .slick-list,
.slick-slider{
    height: 100%;
}
.product_img_slide{
    width: 520px;
    margin-right:80px;
}

.product_img_slide .slider-for .slide_item div {
    width: 100%;
    height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: contain;
    box-sizing: border-box;
    border:1px solid #eeeeee;
}

.product_img_slide .slider-nav{
    margin:10px auto 0;
}
.product_img_slide .slider-nav .slide_item div {
    width: 100%;
    max-width:80px;
    height: 80px;    
    margin:0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
    box-sizing: border-box;
    background-color: #666;
    border:1px solid #eeeeee;
}
.product_img_slide .slider-nav .slide_item div.on{
    border:2px solid #24adda;
}

.porduct_info_top{
    float:right;
    width:50%;
}
.porduct_info_top .p_name_tag{
    color:#24adda;
    font-size:16px;
}
.porduct_info_top .p_name_tag span{
    display: block;
    width:max-content;
    padding:0 20px;
    border:1px solid #24adda;
    border-radius: 21px;
    line-height: 40px;;
}
.porduct_info_top .g_text{
    margin:10px 0 20px;
    font-size:28px; /*25.5.19 수정*/
    line-height: 1.25;
}
.porduct_info_top .g_text .item_name{
    font-weight:700;
}
.porduct_info_top .price{
    display: flex;
    align-items: baseline;
}
.porduct_info_top .price p{
    float: left;
    font-weight:700;
}
.porduct_info_top .price .l_price{
    font-size:26px;
    margin-right:10px;
}
.porduct_info_top .price .l_price span{
    font-family:'GmarketSans';
    font-size:25px; /*25.5.19 수정*/
}
.porduct_info_top .price .s_price{
    color:#999;
    font-family:'GmarketSans';
    font-size:18px;
    font-weight:500;
    text-decoration: line-through;
}
.porduct_info_top .info_table{
    margin-top:24px;
    border-top: 1px solid #252525;
}
.porduct_info_top .info_table .row{
    padding:22px 0 22px 20px;
    border-bottom:1px solid #eeeeee;
    font-size:18px;
}
.porduct_info_top .info_table .row .t_title{
    width:120px; /*25.5.14 수정*/
    float:left;
    color:#666;
}
.porduct_info_top .info_table .row .t_con{
    float:left;
}

.porduct_info_top .delivery_inquiry{
    margin-top:40px;
    background-color:#24adda;
    color:#fff;
    text-align:center;
    border-radius:10px;
}
.porduct_info_top .delivery_inquiry button{
    width:100%;
    font-size:20px;
    font-weight:500;
    line-height: 60px;
}
.product_view_bottom{
    margin-top:80px;
}
.product_view_bottom .product_con_box{
    margin-bottom:80px;
}
.product_view_bottom .product_con_box .info_tab li{
    position: relative;
    width:50%;
    margin-right: -1px;
    float:left;
    color:#999999;
    background-color:#fafafa;
    border:1px solid #eeeeee;
    font-size:20px;
    text-align:center;
}
.product_view_bottom .product_con_box .info_tab li.on{
    
    color:#24adda;
    background-color:#fff;
    font-weight:500;
}
.product_view_bottom .product_con_box .info_tab li.on::after{
    display:block;
    content:"";
    width:100%;
    position: absolute;
    bottom:0;
    border-bottom:4px solid #24adda;
}
.product_view_bottom .product_con_box .info_tab li a{
    display: block;
    width:100%;
    line-height:68px;
    transition: all 0.5s
}
.product_view_bottom .product_con_box .product_con{
    margin:40px 0 0;
    text-align: center;
    line-height: 1.5;
}

/* 단체문의 */
.inquiry_box{
    margin-bottom:40px;
}
.inquiry_box .inquiry_table{
    border-top:1px solid #252525;
}
.inquiry_box .inquiry_table .row{
    border-bottom:1px solid #eeeeee;
}
.inquiry_box .inquiry_table .row > p{
    float:left;
}
.inquiry_box .inquiry_table .row .i_title{
    width:160px;
    font-size:18px;
    line-height: 72px;
}
.inquiry_box .inquiry_table .row .i_title span{
    color:#ff3333;
}
.inquiry_box .inquiry_table .row p:nth-child(2){
    width:calc(100% - 160px);
}
.inquiry_box .inquiry_table .row p input{
    margin:12px 0;
    width:50%;
    line-height:48px;
    border-radius:10px;
}
.inquiry_box .inquiry_table .row p input.w_100{
    width:100%;
}
.inquiry_box .inquiry_table .row .editor_con{
    display:block;
    width:100%;
    height:auto;
    margin:12px 0;
    /* border:1px solid #dbdbdb;
    border-radius: 10px; */
}
.inquiry_box .terms{
    margin-top: 30px;
}
.inquiry_box .terms .terms_title{
    font-size:18px;
}
.inquiry_box .terms .terms_title span{
    color:#ff3333;
}
.inquiry_box .terms .terms_con{
    width:100%;
    height:135px;
    margin:20px 0 10px;
    padding:20px;
    border:1px solid #dbdbdb;
    border-radius:10px;
    font-size:16px;
    line-height:1.5;
}
.inquiry_box .terms .terms_check span{
    margin-left:10px;
    line-height:36px;
}
.inquiry_box .inquiry_btn{
    width:600px;
    margin:60px auto 0;
}
.inquiry_box .inquiry_btn p{
    width: 100%;
    background-color: #24adda;
    color:#fff;
    font-size:20px;
    font-weight:500;
    border-radius:10px;
    line-height: 60px;
    text-align:center;
    cursor: pointer;
}

@media screen and (max-width:1200px){
    .sub_wrap .inner{
        margin-top:30px;
    }
    /* 제품 리스트 페이지 */
    .product_search_box .partner_list li{
        width:calc(90% / 10);
        height: 8.0833vw;
        margin:0 0 1% 1%;
        line-height: 8.0833vw;
    }
    .product_search_box .partner_list li:nth-child(8n+1){
        margin-left:1.2%;
    }
    .product_search_box .partner_list li:nth-child(10n+1){
        margin-left:0;
    }
    .product_search_box .partner_list li a{
        height: 8.0833vw;
    }

    .product_search_box .product_search{
        width:100%;
    }
    .product_search_box .product_search input{
        width:60%;
        font-size:16px;
    }
    .product_search_box .product_search button{
        right: 20%;
    }
    .sub_wrap .item_list_box{
        margin-top:60px;
    }

     /* 제품 뷰 페이지 */
    .product_img_slide{
        width: 95%;
        margin-right:0;
    }
    .product_img_slide .slider-for .slide_item div {
        height: 42.3333vw;
    } 
}

@media screen and (max-width:1024px){
    .product_img_wrap{
        width:55%;
    }
    .porduct_info_top{
        width:45%;
    }
    .product_img_slide{
        width: 96%;
    }
    .product_img_slide .slider-for .slide_item div {
        height: 49.1211vw;
    } 
    .porduct_info_top .p_name_tag{
        font-size:14px;
    }
    .porduct_info_top .p_name_tag span{
        padding:0 14px;
        line-height: 36px;;
    }
    .porduct_info_top .g_text{
        margin: 10px 0 14px;
        font-size:28px;
    }
    .porduct_info_top .price .l_price{
        font-size:24px;
    }
    .porduct_info_top .price .l_price span{
        font-size:28px;
    }
    .porduct_info_top .price .s_price{
        font-size:16px;
    }
    .porduct_info_top .info_table{
        margin-top: 14px;
    }
    .porduct_info_top .info_table .row{
        padding: 18px 0 18px 14px;
        font-size: 16px;
    }
    .porduct_info_top .delivery_inquiry{
        margin-top: 24px;
    }
    .porduct_info_top .delivery_inquiry button{
        font-size:18px;
        line-height: 50px;
    }
    .product_view_bottom{
        margin-top:50px;
    }
    .product_view_bottom .product_con_box .info_tab li{
        font-size:18px;
    }
    .product_view_bottom .product_con_box .info_tab li a{
        line-height:48px;
    }
    .product_view_bottom .product_con_box .product_con{
        margin-top:30px;
    }
}

@media screen and (max-width:768px){
    .sub_wrap .inner{
        margin-top:10px;
    }
    .sub_visual.product_visual{
        height: 20vw;
        background-image:url("../img/m_sub01_visual.jpg");
        background-size: cover;
    }
    .sub_visual.inquiry_visual{
        height: 20vw;
        background-image:url("../img/m_sub03_visual.jpg");
        background-size: cover;
    }
    .sub_visual .text_box{
        display: flex;
        height: 20vw;
        padding:0 40px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .sub_visual .text_box h3{
        margin-bottom: 10px;
        font-size: 34px;
    }
    .sub_visual .text_box p {
        font-size: 16px;
    }

    /* 제품리스트 */
    .product_view_wrap{
        padding-bottom:50px;
    }
    .product_search_box .partner_list ul{
        display:flex;
        border-left:1px solid #eee;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .product_search_box .partner_list li{
        width:calc(100% / 5);
        height: 14.3229vw;
        margin:0 0 -1px 0;
        line-height: 14.3229vw;
        border-left:0;
        border-radius:0;
    }
    .product_search_box .partner_list li.on{
        position: relative;
    }
    .product_search_box .partner_list li a{
        height: 14.3229vw;
    }
    
    .product_search_box .product_type ul{
        margin-top: 10px;
    }
    
    .product_search_box .product_search input{ 
        width:80%;
        height:58px;
    }
    .product_search_box .product_search button{
        right:10%;
    }

    .product_search_box .product_type{
        margin-top:0;
    }

    /* 제품 뷰 페이지 */
    .product_img_wrap{
        float:none;
        width:100%;
    }
    .product_img_slide{
        width:100%;
    }    
    .product_img_slide .slider-for .slide_item div{
        height:94.0104vw;
    }
    .product_img_slide .slider-nav{
        margin-top:1.3021vw;
    }
    .product_img_slide .slider-nav .slide_item{
        width:33.333333% !important;
    }
    .product_img_slide .slider-nav .slick-track{
        width: 100% !important;
        transform: none !important;
    }
    .product_img_slide .slider-nav .slick-list.draggable{
        padding:0 !important;
    }
    .product_img_slide .slider-nav .slide_item div{
        max-width:30.4688vw;
        height:30.4688vw;
    }

    .porduct_info_top .delivery_inquiry{
        width:100%;
        margin-top:0;
        position: fixed;
        left:0;
        bottom:0;
        border-radius:0;
        z-index:5;
        
    }
    .porduct_info_top .delivery_inquiry button{
        font-weight:700;
        line-height:68px;
    }
    
    .porduct_info_top{
        float:none;
        width:100%;
        margin-top:20px;
    }
    .product_view_bottom{
        margin-top: 50px;
    }
    .product_view_bottom .product_con_box{
        margin-bottom:50px;
    }


    /* 단체문의 */
    .inquiry_box .inquiry_table .row{
        padding:20px 0;
    }    
    .inquiry_box .inquiry_table .row > p{
        float:none;
    }
    .inquiry_box .inquiry_table .row p:nth-child(2){
        width:100%;
    }
    .inquiry_box .inquiry_table .row .i_title{
        display: block;
        width:100%;
        font-size:16px;
        line-height: unset;
    }
    .inquiry_box .inquiry_table .row p input{
        width:100%;
        margin:12px 0 0;
    }
    .inquiry_box .terms .terms_con{
        font-size:14px;
        overflow-y: scroll;
    }
    .inquiry_box .inquiry_btn{
        width:100%;
        margin:40px auto 60px;
    }
    
}

@media screen and (max-width:480px){
    .sub_visual.product_visual{
        height: 32.0833vw;
    }
    .sub_visual.inquiry_visual{
        height: 32.0833vw;
    }
    .sub_visual .text_box{
        height: 32.0833vw;
    }

    .product_search_box .partner_list ul{
        justify-content: space-between;
    }
    .product_search_box .partner_list li{
        width:calc(100% / 4);
        height: 19.5833vw;
        margin:0 0 -1px -1px;
        line-height: 19.5833vw;
        border-radius:0;
    }
    .product_search_box .partner_list li:nth-child(5n+1){
        margin-left:-1px;
    }
    .product_search_box .partner_list li:nth-child(4n+1){
        margin-left:0;
    }
    .product_search_box .partner_list li a{
        height: 19.5833vw;
    }

    .product_search_box .product_search{
        margin-top: 20px;
    }
    .product_search_box .product_search input{
        width:100%;
        height:48px;
        padding-right: 0 130px 0 10px;
        font-size:14px;
    }
    .product_search_box .product_search button{
        padding: 0 20px;
        right:0;
        font-size:14px;
    }
    

    /* 단체문의 */
    .inquiry_box .terms .terms_con{
        height:160px;
    }
}
