@charset "utf-8";
/* CSS Document */
a {
	transition: all 0.3s ease-in-out;
}
.slider li:not(:first-child) {
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized li:not(:first-child) {
	opacity: 1;
}
.slider img {
	width: 100% !important;
}
.search-area {
	max-width: 1024px;
	margin: 0 auto -50px auto;
	position: relative;
	top: -100px;
}
main {
	background: #f7f7f7;
}
@media only screen and (max-width:736px) {
.search-area {
	top: -20px;
	margin: 0 15px;
}
}
.search-area .btns {
	overflow: hidden;
	clear: both;
	position: relative;
	top: 2px;
}
.search-area .btns li {
	float: left;
}
.search-area .btns li a:hover {
	opacity: 0.7;
}
.search-area .btns li:first-child {
	border: 2px solid #E60012;
	border-bottom: none;
	padding: 15px 15px 17px 45px;
	color: #E60012;
	font-weight: bold;
	background: url(../img/common/red-glass.png) 15px 50% no-repeat #FFF;
	background-size: 25px;
	box-sizing:border-box;
}
.search-area .btns li:first-child a {
	color: #E60012;
}
.search-area .btns li:last-child {
	border: 2px solid #005BAC;
	border-bottom: none;
	border-left: none;
	padding: 15px 15px 15px 45px;
	color: #005BAC;
	font-weight: bold;
	background: url(../img/common/blue-glass.png) 15px 50% no-repeat #FFF;
	background-size: 25px;	box-sizing:border-box;
}
.search-area .btns li:last-child a {
	color: #005BAC;
}
@media only screen and (max-width:736px) {
.search-area .btns li {
	font-size: 13px;
	width:50%;
}
.search-area .btns li:first-child {
	padding: 10px 10px 13px 40px;
	background: url(../img/common/red-glass.png) 15px 50% no-repeat #FFF;
	background-size: 17px;
}
.search-area .btns li:last-child {
	padding: 10px 10px 10px 40px;
	background: url(../img/common/blue-glass.png) 15px 50% no-repeat #FFF;
	background-size: 17px;
}
}
.search-list {
	background: #FFF;
	border: 2px solid #D61518;
	padding: 25px;
}
.search-list ul {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.search-list ul li {
	float: left;
	border: 2px solid #D61518;
	box-sizing: border-box;
	text-align: center;
	width: 19%;
	margin: 0 1.25% 1.25% 0;
}
.search-list ul li a {
	display: block;
	transition:all 0.3s ease-in-out;
}
.search-list ul li a:hover {
	background: rgba(230,0,18,.8);
}
.search-list ul li a:hover h2 {
	color: #FFF;
}
.search-list ul li:nth-child(5n) {
	margin-right: 0;
}
.search-list ul li h2 {
	padding: 10px 5px;
	font-weight: bold;
 line-height::1;
	font-size: 14px;
	position: relative;
}
@media only screen and (max-width:736px) {
.search-list {
	padding: 15px;
}
.search-list ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.search-list ul li:last-child{
	width:100%;
	margin:0 !important;
}
.search-list ul li:last-child h2{
	text-align:center;
}
.search-list ul li:last-child img{
display:none;
}
.search-list ul li:nth-child(5n) {
	margin-right: 2%;
}
.search-list ul li:nth-child(3n) {
	margin-right: 0 !important;
}
.search-list ul li h2 {
	font-size: 12px;
}
.search-list ul li a img {
	width: 50%;
}
}
#news {
	max-width: 1200px;
	margin: 0 auto;
}
#news h2 {
	float: left;
	width: 10%;
	border-left: 2px solid #ec1b23;
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 18px
}
#news ul {
	float: right;
	width: 80%;
}
#news p{
	float:right;
	width:5%;
}
#news p a{
border:2px solid #EC1B23;
color:#EC1B23;
font-size:14px;
padding:5px 10px;
border-radius:50px;
box-sizing:border-box;
display:block;
text-align:center;
font-weight:bold;
}
#news p a:hover{
	background:#EC1B23;
	color:#FFF;
	
}
#news ul li {
	font-size: 15px;
	margin: 0 0 5px 0;
	overflow: hidden;
	clear: both;
}
#news ul li:last-child {
	margin: 0;
}
#news ul li dl dt {
	float: left;
	clear: left;
	width: 8%;
	margin: 0 5% 0 0;
	color: #999;
}
#news ul li dl dd {
	float: left;
	width: 87%;
}
@media only screen and (max-width:736px) {
#news {
	margin: 0 15px;
	position:relative;
}
#news p{
	float:none;
	position:absolute;
	top:0;
	right:25px;
}
#news p a{
	border:none;display:inline-block;
	position:relative;
}
#news p a:before{
	content:">";
	display:inline-block;
	transform:scale(0.7,1);
	position:absolute;
	top:3px;
	right:0;
}	
	
#news h2,  #news ul {
	float: none;
	width: auto;
}
#news h2 {
	font-size: 15px;
}
#news ul {
	margin: 10px 0 0 0;
}
#news ul li dl {
	font-size: 12px;
}
#news ul li dl dt {
	float: none;
	clear: both;
	width: auto;
	margin: 0;
	color: #999;
}
#news ul li dl dd {
	float: none;
	width: auto;
}
}
#top-btns {
	overflow: hidden;
	clear: both;
}
#top-btns ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 50px auto;
}
#top-btns ul li {
	float: left;
	width: 24%;
	margin: 0 1.33% 1.33% 0;
	border: 2px solid #FFF;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	background: #FFF;
	transition:all 0.3s ease-in-out;
}
#top-btns ul li.black {
	background: #231f20;
	padding:30px 0 0 0;
}

#top-btns ul li:nth-child(4n) {
	margin-right: 0;
}
#top-btns ul li h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	height: 60px;
}
#top-btns ul li h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
#top-btns ul li h3 i {
	display: block;
	font-size: 60%;
	color: #ec1c24;
}
#top-btns ul li a {
	display: block;
	padding: 20px;
}
#top-btns ul li:hover {
	border: 2px solid #e60012;
}
@media only screen and (max-width:736px) {
#top-btns ul {
	margin: 15px;
}
#top-btns ul li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
	text-align: center;
}
#top-btns ul li a {
	padding: 5px;
}
#top-btns ul li:nth-child(4n) {
	margin-right: 2%;
}
#top-btns ul li:nth-child(2n) {
	margin-right: 0 !important;
}
#top-btns ul li h3 {
	font-size: 15px;
	height: auto;
	padding:10px 0 0 0;
}
#top-btns ul li h3 span {
	position: static;
	white-space: inherit;
	transform: translate(0)
}
#top-btns ul li img {
	width: 60%;
}
}
#recommendInner, #instagram {
	margin: 0 auto 50px auto;
	max-width: 1200px;
	overflow: hidden;
	clear: both;
}
#recommendInner li {
	float: left;
	width: 19%;
	margin: 0 1.25% 1.25% 0;
}
#recommendInner li:nth-child(5n) {
	margin-right: 0;
}

@media only screen and (max-width:736px) {
	#recommendInner{
		margin:0 15px 25px 15px;
	}
	#recommendInner li {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
	#recommendInner li:last-child{
		display:none;
	}
#recommendInner li:nth-child(5n) {
	margin-right: 2%;
}
#recommendInner li:nth-child(3n) {
	margin-right: 0 !important;
}
}
#recommendInner div {
	float: left;
	margin: 0 0 0 4px;
}
#recommendInner div p {
	margin: 0 0 4px;
}
#recommendInner div a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.recommendImg {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}
#banner{
	position:fixed;
	right:10px;
	bottom:10px;
}
@media only screen and (max-width:736px) {
#banner{
	display:none !important;
}

}
