@charset "UTF-8";


.gnb-footer-box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.gnb-footer-box > li > a{display:block;font-weight: 700;font-size: 16px;line-height: 22px;color:#3A3A3A;font-weight: 600;}
.gnb-footer-box ul.depth_02{margin:22px 0 0;}
.gnb-footer-box ul.depth_02 > li{margin: 0 0 13px;}
.gnb-footer-box ul.depth_02 > li:last-of-type{margin:0;}
.gnb-footer-box ul.depth_02 > li > a{font-weight: 300;font-size: 15px;line-height: 22px;color:#3A3A3A}
.gnb-footer-box ul.depth_03{margin:13px 0 0;}
.gnb-footer-box ul.depth_03 > li{margin: 0 0 13px;}
.gnb-footer-box ul.depth_03 > li > a{display:block;position:relative;padding: 0 0 0 12px;font-weight: 300;font-size: 15px;line-height: 22px;color:#3A3A3A}
.gnb-footer-box ul.depth_03 > li > a:before{content:'';display:block;position:absolute;left:0;top:calc(50% - 2px);width:2px;height:2px;border-radius:2px;background-color:#000;}


@media screen and (max-width:768px) {
	.gnb-footer-box{display:block;}
	.gnb-footer-box > li{margin-top:60px;}
	.gnb-footer-box > li:first-of-type{margin-top:0;}
	.gnb-footer-box > li > a{color:#666666}
	
}

@media screen and (max-width:480px){

}