@CHARSET "UTF-8";


header .container{
	overflow: hidden;
	text-align: right;
}

header p{
	text-align: right;
	padding-top: 10px;
	display: inline-block;
	margin-left: 10px;
}
header p a{
	font-weight: bold;
	color: #F67223;
}

nav{
	position: absolute;
	top: 40px;
	width: 100%;
}

nav .container{
	height: 55px;
}
nav h1{
	display: inline-block;
	margin: 0;
	padding: 0px;
	height: 50px
}
nav h1 a{
	text-indent: -99999px;
	background: url("/images/hd_logo.png") no-repeat center 100%;
	background-size:250px;
	text-align: left;
	width: 250px;
	margin: 0;
	display: inline-block;
	line-height: 37px;
	height: 100%
}

nav ul{
	display: inline-block;
	float: right;
}

nav ul li.gnb{
	float: left;
	width: 130px;
}

nav ul li.gnb p.gnb_tit a{
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	width: 130px;
	height: 48px;
	display: inline-block;
}

nav .container ul li.gnb ul.list01, nav .container ul li.gnb  ul.list02, nav .container ul li.gnb  ul.list03, nav .container ul li.gnb  ul.list04, nav .container ul li.gnb  ul.list05, nav .container ul li.gnb  ul.list06{
	width: 200px;
	text-align: left;
	float: left;
	border: 1px solid #eee;
	margin-left: 20px;
	background: #fff;
}

li.gnb ul li{
	height: 50px;
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #eee;
}

li.gnb>p{
	text-align: center;
}

li.gnb ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
}

li.gnb p.gnb_tit a:hover{
	color: #EA5919;
}

li.gnb ul li:hover{
	border-left: 3px solid #ea5919
}

li.gnb ul li:hover li.gnb ul li p a{
	font-weight: bold;
}

li.gnb ul{
	display: none;
}

li.gnb01:hover ul.list01{
	display: block;
}
li.gnb02:hover ul.list02{
	display: block;
}
li.gnb03:hover ul.list03{
	display: block;
}
li.gnb04:hover ul.list04{
	display: block;
}
li.gnb05:hover ul.list05{
	display: block;
}
li.gnb06:hover ul.list06{
	display: block;
}


.quick_menu{
	width: 100%;
	height: 130px;
	margin-top: 65px;
	background: url("/images/pattern.png");

}

.quick_menu img{
	width: 50%;
}

.quick_menu ul{
	overflow: hidden;
}

p.indent{
	text-indent: -99999px;
}

.quick_menu ul li{
	float: left;
	width: calc(100% / 7)
}

.quick_menu ul li p a{
	display: inline-block;
	width: 100%;
	height: 130px;
	line-height: 130px;
	text-align: center;
}

.slider_box{
	overflow: hidden;
}

.slider_box img{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 200px;
}

.slider_box div.slider_inner{
	width: 268px;
	height: 380px;
	border: 1px solid #eee;
	border-radius:5px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 25px;
}

.slider_box div.slider_inner h2 a{
	font-weight: bold;
	font-size: 18px;
}

.slider_box .slider_box_01 h2 a{
	color: #F68923;
}

.slider_box .slider_box_02 h2 a{
	color: #DE1669;
}

.slider_box .slider_box_03 h2 a{
	color: #CC61C8;
}

.slider_box .slider_box_04 h2 a{
	color: #90328c;
}



.small_box{
	overflow: hidden;
}

.small_box div{
	width: 365px;
	height: 150px;
	border: 1px solid #eee;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius:5px;
	padding: 20px;
}

.small_box div h2 a{
	font-weight: bold;
	font-size: 19px;
	color: #333
}

.small_box .small_box06 a h2{
	font-weight: bold;
	font-size: 19px;
	color: #333
}

.small_box .small_box06 a p{
	font-weight: 500;
	margin-top: 20px;
	font-size: 17px;
	color: #808080;
}

.small_box .small_box06 a p span{
	color: #242EAD;
	font-size: 17px;
	font-weight: 500;
}

.small_box .small_box01{
	background: url("/images/mem.png") no-repeat;
}

.small_box .small_box02{
	background: url("/images/news.png") no-repeat;
}
.small_box .small_box03{
	background: url("/images/sasu.png") no-repeat;
}

.small_box02 a, .small_box01 a, .small_box03 a, .small_box05 a, .small_box06 a{
	display: block;
	width: 325px;
	height: 110px;
}

.small_box .small_box04 a span{
	float: right;
	font-weight: bold;
	line-height: 20px;
}

.small_box .small_box04 ul{
	margin-top: 20px;
}

.small_box .small_box04 ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.small_box .small_box05 h2 a span{
	display: block;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	margin-left: 6px;
}

.small_box div:nth-child(3), .small_box div:last-child{
	margin-right: 0px;
}
.slider_box div:last-child{
	margin-right: 0px;
}

span.del_span{
	    color: #960000;
    font-weight: 600;
    font-size: 13px;
}

footer{
	padding: 30px;
	background: #F1F1F1;
	border-top: 1px solid #ddd;
}

footer h1{
	margin-top: 2px;
}

footer h1 img{
	width: 100%;
	opacity:0.5
}

footer .footer_box p{
	line-height: 22px;
	font-size: 12px;
}

.topTxt a { color: #333; font-weight: normal; font-size: 12px; }
