/*==»óÇ° ¾È³»===*/
/*productcon1*/
.productcon1 .inner { padding: 0 170px; } 
.productcon1 .photo_wrap .photo {position: relative;height: 100%;} 
.productcon1 .photo_wrap .photo img {height: 100%;}
.productcon1 .photo_wrap .photo p {position: absolute;top:40px;left: 40px;font-size: 30px;font-weight: bold;color:#fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);} 
.productcon1 .gallery_box .txt_box {padding: 70px 0 0 70px;display: flex;flex-direction: column;gap: 25px;} 
.productcon1 .info {/* margin: 0 0 25px; */font-size: 18px;line-height: 1.5;} 
.productcon1 .info .info_tit { font-weight: bold; } 

.fix_quickmenu .price_chk {background-color: #111; color:#fff; }

.fix_quickmenu_m {display: none;}
.fix_quickmenu_m a {display: flex; align-items: center; justify-content: center; width:100%; height:100%; font-size: 15px; font-weight:bold; background-color: #111; color:#fff;}


/*===¹ÝÀÀÇü===*/
@media screen and (max-width: 1920px){
    .productcon1 .gallery_box .txt_box { padding: 50px 0 0 60px; } 
    .productcon1 .info {font-size: 16px;}
    .productcon1 .photo_wrap .photo p {font-size: 25px;top: 25px;left: 25px;}
    
}

@media screen and (max-width: 1700px){
    .productcon1 .gallery_box .txt_box {padding: 2.5%;} 
}

@media screen and (max-width: 1200px){
    .fix_quickmenu_m {display: flex;width:100%;align-items: center;justify-content: center;background-color:#111;color:#fff;height: 70px;font-size: clamp(15px, 2.5vmin, 24px);font-weight:bold;}
    .fix_quickmenu_m.on { position:fixed; left:0; bottom:0; z-index:5 } 
    
    .productcon1 .inner {padding: 0 30px;margin: 0 auto;/* width: 90%; */}
    .productcon1 .photo_wrap .photo p {font-size: clamp(18px,3vmin,20px);}
    .productcon1 .info {font-size: 14px;}
}


@media screen and (max-width: 960px){
    .subsection.productcon1 {padding: 20px 0 0;}
    .productcon1 .inner {width: 100%;padding: 0;}
    .productcon1 .tab_btn_wrap {width: 100%;overflow-x: hidden;/* padding: 0 0 3%; */margin:0 0 8%;}
    /* body.ver_mobile .productcon1 .tab_btn_wrap::-webkit-scrollbar{background-color: transparent;height: 0;}
    body.ver_mobile .productcon1 .tab_btn_wrap::-webkit-scrollbar-thumb{background-color: transparent;}
    body:not(.ver_mobile) .productcon1 .tab_btn_wrap::-webkit-scrollbar {width: 5px; height: 3px}
    body:not(.ver_mobile) .productcon1 .tab_btn_wrap::-webkit-scrollbar-track {background-color: transparent;margin:0 10px; }
    body:not(.ver_mobile) .productcon1 .tab_btn_wrap::-webkit-scrollbar-thumb { background-color: transparent; width: 20%; border-radius: 3px;} */
    /* body:not(.ver_mobile) .productcon1 .tab_btn_wrap::-webkit-scrollbar-track {background-color: #fff;margin:0 10px; }
    body:not(.ver_mobile) .productcon1 .tab_btn_wrap::-webkit-scrollbar-thumb { background-color: #dedede; width: 20%; border-radius: 3px;} */
    /* body:not(.ver_mobile) .productcon1 .tab_btn_wrap::-webkit-scrollbar-button {display: none;} */
    .productcon1 .photo_wrap .photo {height: auto;}
    .productcon1 .photo_wrap .photo img {height: auto;width: 100%;}
    .productcon1 .gallery_box .txt_box {padding: 40px 30px;flex-wrap:wrap;flex-direction: row;gap: 20px;background-color:#fff;}
    .productcon1 .gallery_box .txt_box .info {width: calc(50% - 10px);}
    .productcon1 .gallery_box .txt_box .info:last-child {width: 100%;}
}
@media screen and (max-width: 540px){
    .productcon1 .tab_btn_wrap.slider {padding: 0px 50px 0 0;}
}
@media screen and (max-width: 450px){
    .productcon1 .tab_btn_wrap {padding: 0 0 0; margin: 0 0 40px;}
    .productcon1 .gallery_box .txt_box {padding: 40px 30px;}
    .productcon1 .info {font-size: 13px;}
}

