.loca_menu {position:absolute; left:0;}

/*.menu_depth1*/
.loca_menu .menu_depth1 {overflow:hidden;}
.loca_menu .menu_depth1 > li {float:left; background:url("../img/loca_arrow4.png")no-repeat right center/63px; }
	
	.loca_menu .menu_depth1 > li:hover {background:url("../img/loca_arrow4.png")no-repeat right center/63px;}
	.loca_menu .menu_depth1 > li:hover > a {text-decoration:underline;}
	.loca_menu .menu_depth1 > li:nth-child(1) {background:none; margin-right:0;}
	/* .loca_menu .menu_depth1 > li:after {content:"▷"; color:#fff; font-size:13px; position:relative; right:-20px; top:0px;}
	.loca_menu .menu_depth1 > li:nth-child(1):after {display:none;}
	.loca_menu .menu_depth1 > li:nth-child(4):after {display:none;} */

.loca_menu .menu_depth1 > li > a {display:inline-block; width:220px; height:45px; padding-top:14px; font-size:17px; color:#fff; font-family: 'GmarketSansMedium'; padding-left:20px; 
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
/*.loca_menu .menu_depth1 > li > a.home {width:58px; background:rgba(34,101,172,0.85) url("../img/loca_icon2.png")no-repeat center center/40px; text-indent:-999999px;}*/
.loca_menu .menu_depth1 > li > a.home {width:58px; background: url("../img/loca_icon2.png")no-repeat center center/40px; background-color:#6ec6ea; text-indent:-999999px;}

/*.menu_depth2*/
.loca_menu .menu_depth1 > li > .menu_depth2 {display:none; width:172px; background:#fff; position:absolute; border:1px solid #ccc; border-top:0; z-index:1;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
.loca_menu .menu_depth1 > li > .menu_depth2 > li {}
.loca_menu .menu_depth1 > li > .menu_depth2 > li > a {display:block; padding:10px 20px; font-size:16px; color:#555;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}
.loca_menu .menu_depth1 > li > .menu_depth2 > li > a:hover {background:#aaa; color:#fff;}

@media screen and (max-width:800px){
	.loca_menu .menu_depth1 > li {background: url("../img/loca_arrow4.png")no-repeat right center/63px;}
	.loca_menu .menu_depth1 > li:hover {background:url("../img/loca_arrow4.png")no-repeat right center/63px;}
	.loca_menu .menu_depth1 > li > a {width:280px;}

	.loca_menu .menu_depth1 > li {display:none;}
	.loca_menu .menu_depth1 > li:nth-child(1) {display:block;}

	.loca_menu .menu_depth1 > li > .menu_depth2 {width:280px;}
	
}
@media screen and (max-width:360px){
	.loca_menu .menu_depth1 > li {background: url("../img/loca_arrow4.png")no-repeat right center/63px;}
	.loca_menu .menu_depth1 > li:hover {background:url("../img/loca_arrow4.png")no-repeat right center/63px;}
	.loca_menu .menu_depth1 > li > a {width:240px;}

	.loca_menu .menu_depth1 > li > .menu_depth2 {width:240px;}
}