@charset "UTF-8";

#sub_visual	{width: 100%; height: 315px; position: relative; margin-top: 0px ; border-bottom: 1px solid #dedede; background:url(/resources/custom/images/test6/subtop_info.jpg) 50% 0 no-repeat;}
#sub_visual	 h3 { position: relative; font-size:40px; color:#ffffff; background: none; }
#sub_visual	 i {position: relative;display:block;float:left;color:#ffffff;padding-top: 11px;}
#sub_visual	 ul i {position: relative;display:block;float:left;color:#ffffff;padding-top: 0px;}

/** Common Style **/
.fix-layout		{ position: relative; max-width: 1200px; margin-left: auto; margin-right: auto; box-sizing: border-box; }

@media all and (max-width: 1000px) {
	.fix-layout	{ position: static; }
}

/************************************************
	LNB Menu Style
*************************************************/
#lnb		{ /*position: absolute;*/  width: 218px; bottom: 0px; left: 0px; right: 10px; z-index: 20;top:170px; }
#lnb:after	{ content: ""; display: block; position: relative; clear: both; }

.lnb-item {position: relative; float: left; width: 250px; height: 66px; font-size: 16px; font-weight: 600; z-index: 1;}
.lnb-item > ul				{ position: absolute; top: 0; left: 0; right: 0; padding-top: 66px; height: 0px; overflow: hidden;}
.lnb-item > ul .active		{ position: absolute; top: 0; left: 0; right: 0; height: 66px; background: rgba(0, 0, 0, 0);}
.lnb-item > ul .active.open a {font-weight: 400; background:#1f1f1f; }
.lnb-item > ul .active.open a:active, .lnb-item > ul .active.open a:focus {color: #4dbabe;}
.lnb-item > ul:hover			{ background:rgba(0, 0, 0, 0.26); }

.lnb-item a						{ display: block; position: relative; height: 66px; line-height: 66px; padding: 0; overflow: hidden; text-overflow: ellipsis; color: #555; white-space: nowrap; border-top-width: 0px; box-sizing: border-box;}
.lnb-item .active > a			{ border-left-width: 0; margin-left: 0; border-top-width: 1px; padding-right: 0; bottom: 0;}
.lnb-item .active > a:after		{ content: ""; display: block; position: absolute; /*width: 30px;*/ height: 30px; background: url('/resources/images/site/ico-lnb-open.png') no-repeat 50% 50%; right: 0px; top: 5px; }
.lnb-item .active.open > a:after	{ background-image: url('/resources/images/site/ico-lnb-close.png'); }
.lnb-item ul > li				{ background:rgba(0, 0, 0, 0.5); border-left:1px solid #f0eded;}
.lnb-item ul > li.active{border-left:none;}


.lnb-item.first a			{ border-left-width: 0px; }
.lnb-item.first > a:after		{ position:absolute;top:13px;right:10px;width:18px;height:18px;font-size:1.125em;line-height:1em;color:#707070;font-family:"xeicon";text-align:center;content:"\e942" }
.lnb-item.first.open > a:after	{ background-image: url('/resources/images/site/ico-lnb-close.png'); }

.lnb-item .active.open > a:after	{ background-image: url('/resources/images/site/ico-lnb-close.png'); }

.lnb-item .sub-menu .active a{color: #fff; }
.lnb-item .sub-menu a  { color:#fff;}
