@charset "utf-8";

.basic-category { max-width:1460px; width:100%; height:55px; margin:0 auto; padding:0px 0px; display:flex; justify-content:space-between; }
.basic-category a { display:block; }
.basic-category .ca-sub1 { width:100%; display:flex; align-items:center; justify-content:center; position:relative; }
.basic-category .ca-sub1:before, .basic-category .ca-sub1:last-child:after { content:""; position:absolute; background-color:#ddd; width:1px; height:50%; left:0; top:50%; transform:translateY(-50%); z-index:1; }
.basic-category .ca-sub1:last-child:after { left:unset; right:-5px; }
.basic-category .ca-sub1 > a { width:100%; height:100%; display:flex; justify-content:center; align-items:center; font-weight:500; font-size:21px; line-height:1.2; text-align:center; margin:0 1rem; text-transform:uppercase; transition:all 0.3s; }
.basic-category .ca-sub1 > a:hover { color:#0A97DC; }
.basic-category .ca-sub1.on > a, .nav_float ul li.on a:hover { color:#fff; background-color:#0B3C9A; border-radius:15px; }
.basic-category .ca-sub1 > a br { /*display:none;*/ }
@media only screen and (max-width:496px){
	.basic-category { display:none; padding:0px; border-left:none; border-top:1px solid #E7E7E7; border-bottom:none; overflow:hidden; }
	.basic-category .ca-sub1 { padding:10px 10px; border-right:none; border-bottom:1px solid #E7E7E7; float:none; width:100%; max-width:100%; text-align:center; background:#E2E9EC; font-size:16px; }
}

/*.basic-category .ca-sub1 > a.no-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }*/
/*.basic-category .ca-sub1 > a.is-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "+"; }*/
.basic-category .ca-sub2 { display:none !important; padding:0; margin:0; list-style:none; background: #fafafa; padding:4px 0px; margin:0px; border-bottom:1px solid #eee }
.basic-category .ca-sub2 li { padding:2px 20px; padding-right:15px; }
.basic-category .ca-sub2 li.on a { font-weight:bold !important; color: crimson !important; }
.basic-category .ca-line { padding:8px 15px; background:#fafafa; border-bottom:1px solid #eee; }
.basic-category .new { color:crimson; }