@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');

:root {
    --point-color: #B1C0AC;
}

#gnb {margin-left:0px !important;transform:translateX(-50%) !important;}
#gnb > ul {display:flex; flex-wrap:nowrap;}
#gnb > ul > li.dep_tit > a { font-size: 1.1rem !important;white-space:nowrap !important; }
#gnb > ul.depth {display:inline-block;}

@media all and (max-width:1500px) {
	#gnb > ul > li.dep_tit {margin: 0 25px !important;}
	#gnb > ul > li.dep_tit > a { font-size: 1.05rem !important;}
}

.pay_table .pay_line .req_box .textarea {height:180px !important;}


h3.title small {font-weight:400; display:block; font-size:0.7em; padding-top:10px;}

.bar_banner_box .section h3 {top:0%;left:0%;transform: translate(0%, 0%);width:100%; position:relative !important; padding:30px 30px 25px !important; box-sizing:border-box; font-family: "Sorts Mill Goudy", serif; font-weight:400 !important; font-size:24px; letter-spacing:-0.02em; }


.con_box h4 { font-weight:600 !important;}

.best_list { width:100% !important;}
.best_list .slick-list {overflow:hidden !important; padding:5px 5px 5px 0px !important;}
.best_list .item {box-shadow:0px 3px 5px rgba(0,0,0,0.1) !important;}
.best_list .item .con_box .price {color:#000 !important; font-weight:400 !important; font-size:15px !important;}
.best_list .item .con_box .price strong {font-size:1em !important;font-weight:400 !important;}

.label { top: 15px !important; left: 15px !important; border-radius:50px !important; height:32px !important; line-height: 32px !important;}
.label > .label_b { display:none !important;}


@media all and (max-width:980px) {
	.bar_banner_box .section h3 {font-size:20px; }
	
}

@media all and (max-width:680px) {
	h3.title {font-size:20px !important; margin-bottom:20px !important;}
	h3.title small {padding-top:5px;}


	.bar_banner_box .section h3 {padding:20px 20px 15px !important;font-size:16px; }

	.label { top:10px !important; left:10px !important; height:26px !important; line-height: 26px !important;}


}