/* 퀵메뉴 */
.quick_menu > ul > li{ width: 80px; height: 80px; }
.quick_menu > ul > li > a{ width: 80px; height: 80px; }
.quick_menu_on{ bottom: 190px; }

@media screen and (max-width: 1200px){
	.quick_menu_on{ bottom: 177px; }
}

@media screen and (max-width: 1024px){
	.quick_menu > ul > li{ width: 75px; height: 75px; }
	.quick_menu > ul > li > a{ width: 75px; height: 75px; }
	.quick_menu_on{ bottom: 168px; }
}

/* policy */
.privacy > dl > dd ul li p{ margin-top: 5px; }


/* Products */
#productType .contents_box .distinct ul li{ align-items: flex-start; }
#productType .contents_box .distinct ul li p{ width: calc(100% - 50px); padding-top: 5px; }  

@media screen and (max-width: 800px){
	#productType .contents_box .distinct ul li p{ padding-top: 3px; }
}


/* 온라인 문의 */
.inquiry .cont .input_box dl dt, .inquiry .cont .input_box dl.w130 dt{ width: 135px; }
.inquiry .cont .input_box dl dd, .inquiry .cont .input_box dl.w130 dd{ width: calc(100% - 135px); }

@media screen and (max-width: 640px){
	.inquiry .cont .input_box dl{ flex-wrap: wrap; }
	.inquiry .cont .input_box dl dt, .inquiry .cont .input_box dl.w130 dt{ width: 100%; }
.inquiry .cont .input_box dl dd, .inquiry .cont .input_box dl.w130 dd{ width: 100%; }
}


.pro_main .cont .tab_box .tab li { line-height:1.3; padding:20px 30px; white-space:nowrap; }

.lnbBox > .inner_1600 > ul > li.now_depth1, .lnbBox > .inner_1600 > ul > li.now_depth2 { width:330px; }
@media screen and (max-width: 760px){
    .lnbBox > .inner_1600 > ul > li.now_depth1, .lnbBox > .inner_1600 > ul > li.now_depth2 { width:calc(50% - 26px); }
}

@media screen and (max-width: 1200px) {
    .location .cont .map_box iframe {
        height: 400px !important;
    }
}

@media screen and (max-width: 800px) {
    .location .cont .map_box iframe {
        height: 320px !important;
    }
}