@charset "utf-8";

: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;}