<br />
<b>Warning</b>:  mkdir(): No space left on device in <b>/www/wwwroot/Z12.COM/func.php</b> on line <b>127</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/hn-hyundai.com/img/51/16537/fbe23.css): failed to open stream: No such file or directory in <b>/www/wwwroot/Z12.COM/func.php</b> on line <b>115</b><br />

.banner{
	position: relative;
}
.banner .coversquare{
	background-color: #f6f7f8;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 18.94%;
	z-index: 1;
}
.sec1{
	position: relative;
	background-color: #f6f7f8;
}
.sec1 .inner{
	position: relative;
	padding: 3.90625% 0 3.073%;
}
.sec1 .line-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}
.sec1 .line-box div{
	height: 100%;
	width: 25%;
	border-left: 1px solid rgba(160,160,160,0.2);
	display: inline-block;
	vertical-align: top;
}
.sec1 .line-box div:last-child{
	border-right: 1px solid rgba(160,160,160,0.2);
}
.sec1 .text-box{
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 50%;
	z-index: 1;
	padding: 3.29% 0 4.43%;
	border-left: 1px solid rgba(160,160,160,0.2);
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-around;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-around;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-around;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
}
.sec1 .text-box::after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: rgba(160,160,160,0.2);
}
.sec1 .text-box a{
	font-size: 24px;
	text-align: center;
}
.sec1 .text-box a p,.sec1 .text-box a h1{
	display: block;
	font-size: inherit;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0.875em;
	border-bottom: 0.125em solid transparent;
}
.sec1 .text-box a:hover p,.sec1 .text-box a:hover h1{
	color: #0267af;
}
.sec1 .text-box a.active p,.sec1 .text-box a.active h1{
	color: #0267af;
	border-color: #0267af;
}
.sec1 .text-box a img{
	margin-bottom: 0.666em;
	width: 2em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.sec1 .text-box a.all img{
	background-image: url(../images/meeting_sec1_icon1.png);
}
.sec1 .text-box a.coming img{
	background-image: url(../images/meeting_sec1_icon2.png);
}
.sec1 .text-box a.closed img{
	background-image: url(../images/meeting_sec1_icon3.png);
}
.sec1 .text-box a.active img,.sec1 .text-box a:hover img{
	background-position: center bottom;
}
.sec1 ul{
	position: relative;
	z-index: 1;
	margin-bottom: 4.5%;
}
.sec1 li{
	background-color: #fff;
	margin-bottom: 1.36%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
.sec1 .time-box{
	width: 15%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: column;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-ms-flex-direction: column;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: column;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	background-color: #046ab1;
}
.sec1 li.closed .time-box{
	background-color: #dadada;
}
.sec1 .time-box h3{
	font-size: 33px;
	color: #fff;
	font-weight: bold;
	font-family: "GOTHAMBOLD";
}
.sec1 .time-box h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	font-family: "GOTHAMBOLD";
	margin: 0.5em 0 1em;
}
.sec1 .time-box h5{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.sec1 .text{
	width: 71.3%;
	padding: 4% 2.5%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: center;
	-moz-flex-direction: column;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: center;
	-ms-flex-direction: column;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: center;
	-o-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.sec1 .text h5{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	margin-bottom: 0.7em;
	max-width: 100%;
}
.sec1 li:hover .text h5{
	color: #0267af;
}
.sec1 li.closed:hover .text h5{
	color: #333;
}
.sec1 .text p{
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	line-height: 1.5;
	max-height: 4.5em;
}
.sec1 .qr-box{
	text-align: center;
	width: 13.7%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-moz-flex-direction: column;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-ms-flex-direction: column;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	-o-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sec1 .qr-box img{
	width: 56.25%;
	margin-bottom: 7%;
}
.sec1 li.closed .qr-box img{
	opacity: 0.1;
}
.sec1 .qr-box p{
	font-size: 14px;
	color: #046ab1;
	line-height: 1.4;
}
.sec1 li.closed .qr-box p{
	color: #dadada;
}



@media only screen and (max-width:1440px){

	.sec1 .text-box a{
		font-size: 21px;
	}
	.sec1 .time-box h3{
		font-size: 28px;
	}
	.sec1 .time-box h4{
		font-size: 19px;
	}
	.sec1 .time-box h5{
		font-size: 16px;
	}
	.sec1 .text h5{
		font-size: 18px;
	}
	.sec1 .text p{
		font-size: 14px;
	}
	.sec1 .qr-box p{
		font-size: 12px;
	}
}

@media only screen and (max-width:1024px){
	.banner .coversquare{
		height: 11.25%;
	}
	.sec1 .line-box div{
		width: 50%;
	}
	.sec1 .line-box div:nth-child(odd){
		display: none;
	}
	.sec1 .inner{
		padding: 1.5rem 0;
	}
	.sec1 .text-box{
		width: 100%;
		border-right: 1px solid rgba(160,160,160,0.2);
	}
	.sec1 .text-box a{
		font-size: 0.75rem;
	}
	.sec1 ul{
		margin-bottom: 2rem;
	}
	.sec1 li{
		margin-bottom: 0.625rem;
	}
	.sec1 .time-box{
		width: 20%;
	}
	.sec1 .time-box h3{
		font-size: 1rem;
	}
	.sec1 .time-box h4{
		font-size: 0.6875rem;
	}
	.sec1 .time-box h5{
		font-size: 0.5625rem;
	}
	.sec1 .text{
		width: 60%;
		padding: 4% 2.5%;
	}
	.sec1 .text h5{
		font-size: 0.6875rem;
	}
	.sec1 .text p{
		font-size: 0.625rem;
		max-height: 4.5em;
	}
	.sec1 .qr-box{
		width: 20%;
	}
	.sec1 .qr-box p{
		font-size: 0.5625rem;
	}
}