.sec1{
	color:#fff;
	padding:5.7% 0 20%;
}
.sec1 .inner{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .text-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:column;
}
.sec1 .text-box h3{
	font-weight:bold;
	font-size: 3.25em;
	line-height: 1.33;
	margin-bottom:0.77em;
}
.sec1 .text-box svg{
	fill:#fff;
	width:4em;
}
.sec1 .text-box p{
	font-size: 1.25em;
	line-height: 1.35;
	margin-bottom:1.4em;
	width:29em;
}
.sec1 .text-box p:last-child{
	margin-bottom:0;
}
.sec1 .form-box{
	width:47%;
}
.sec1 .form-box ul{
	margin-bottom:7%;
}
.sec1 .form-box li{
	margin-bottom:6.25%;
}
.sec1 .form-box li:last-child{
	margin-bottom:0;
}
.sec1 .form-box h5{
	font-size:1.125em;
	margin-bottom:0.5em;
}
.sec1 .form-box input[type="text"],.sec1 .form-box textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.25);
	background-color:transparent;
	color:#fff;
	font-size:inherit;
	padding:0.9375em 0;
	transition:border-color 0.5s;
}
.sec1 .form-box input[type="text"]:focus,.sec1 .form-box textarea:focus{
	border-color:#fff;
}
.sec1 .form-box textarea{
	resize:none;
	height:7.25em;	
}
.sec1 .form-box .submit{
	width:13.75em;
	height:3.75em;
	line-height:3.75;
	position:relative;
	border-radius:1.875em;
	border:1px solid #fff;
	text-align:center;
	display:inline-block;
	transition:color 0.5s,border-color 0.5s;
}
.sec1 .form-box .submit input{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}

.sec2{
	background-color:#000;
	border-top-left-radius:3.125em;
	border-top-right-radius:3.125em;
	color:rgba(255,255,255,0.65);
	position:relative;
	padding-bottom:3.125em;
}
.sec2 ul{
	border-bottom:1px solid rgba(255,255,255,0.25);
	padding:5.88% 0;
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 ul:last-child{
	border-bottom:0 none;
}
.sec2 li{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 li:nth-child(1){
	width:47.3%;
	flex-direction:row-reverse;
	justify-content:flex-end;
}
.sec2 li:nth-child(2){
	width:40%;
}
.sec2 .flex-box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:column;
}
.sec2 .img-box{
	border-radius:1.25em;
	overflow:hidden;
	width:22.1875em;
	margin-right:24%;
}
.sec2 h3{
	font-size:3.25em;
	font-weight:bold;
	color:#fff;
}
.sec2 p{
	font-size:1.125em;
	line-height:1.67;
	margin-bottom:1.33em;
}
.sec2 .flex-box p,.sec2 p:last-child{
	margin-bottom:0;
}
.sec2 p.address{
	width:20em;
}
.sec2 p a{
	transition:color 0.5s,border-color 0.5s;
}
.sec2 p.map a{
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.sec2 p b{
	color:#fff;
}
.sec2 .time svg{
	width:1.33em;
	margin-right:0.8333em;
	fill:var(--theme-cyan);
	vertical-align:middle;
}
.sec2 .time span{
	vertical-align:middle;
}


@media only screen and (min-width:1025px){
	.sec1 .form-box .submit:hover{
		border-color:var(--theme-cyan);
		color:var(--theme-cyan);
	}
	.sec2 p a:hover{
		color:#fff;
	}
	.sec2 p a:hover{
		border-color:var(--theme-cyan) !important;
	}
}


@media only screen and (max-width:1024px){	
	.sec1{
		padding:10% 0 30%;
	}
	.sec1 .inner{
		display:block;
	}
	.sec1 .text-box{
		display:block;
		margin-bottom:10%;
	}
	.sec1 .text-box h3{
		font-size: 2.75em;
	}
	.sec1 .text-box svg{
		margin-bottom:10%;
	}
	.sec1 .text-box p{
		width:100%;
	}
	.sec1 .form-box{
		width:100%;
	}



	.sec2 ul{
		padding:15% 0;
		display:block;
	}
	.sec2 li{
		display:block;
	}
	.sec2 li:nth-child(1){
		width:100%;
		margin-bottom:10%;
	}
	.sec2 li:nth-child(2){
		width:100%;
	}
	.sec2 .flex-box{
		display:block;
		margin-bottom:7.5%;
	}
	.sec2 .img-box{
		width:100%;
		margin-right:0;
	}
	.sec2 h3{
		font-size:2.75em;
		margin-bottom:5%;
	}
	.sec2 p.address{
		width:auto;
	}
}