@charset "utf-8";

.about .inner {
	max-width: 1140px;
}

.visual {
	position: relative;
	background: url("../images/about-bg.png")no-repeat 50% 50% / cover;
	padding-bottom: 38%;
}
.visual .box {
	position: absolute;
	top: 50%;
	left: 5%;
	color: #fff;
	transform: translateY(-50%);
}
.visual .box h3 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 50px;
}
.visual .box p {
	font-size: 25px;
	margin-bottom: 30px;
}
.visual .box h3 + div p:first-child {
	font-family: 'Nanum Myeongjo', serif;
	line-height: 1.4;
}

.btn {
	border: 1px solid #D1CCBD;
	padding: 15px 40px;
	font-size: 18px;
	color: #313131;
	transition: all .3s;
}
.btn:hover {
	background: #D1CCBD;
	border: 1px solid #D1CCBD;
}

.history {
	background: #F4F3F0;
	padding: 100px 0;
}
.history .flex {
	justify-content: center;
	align-items: start;
}
.history .flex:first-child {
	margin-bottom: 100px;
	align-items: end;
}
.history .flex > div {
	flex: 1;
}
.history .flex .pl110 {
	padding-left: 110px;
}
.history .flex .text h3 {
	font-size: 60px;
	font-weight: 700;
	color: #dc9c51;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.history .flex .text p {
	font-size: 18px;
	color: #313131;
	line-height: 28px;
	margin-bottom: 10px;
}
.history .flex .thumb {
	max-width: 500px;
}
.history .flex .thumb img {
	width: 100%;
}

.video {
	background: #EBE7DD;
	padding: 50px 0;
}
.video .form {
	position: relative;
	width: 100%;
	padding-bottom: 56.55%;
}
.video .form iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.about .bn {
	background: url("../images/about_bg.png")no-repeat 50% 0 / auto 400px;
	padding-top: 300px;
}
.about .bn .box {
	padding: 55px 0 50px;
	background: #fff;
	text-align: center;
}
.about .bn .box h3 {
	position: relative;
	font-size: 40px;
	font-weight: 400;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	color: #313131;
}
.about .bn .box h3:after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #313131;
	margin: 30px auto 35px;
}
.about .bn .box strong {
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #313131;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}
.about .bn .box p {
	font-size: 18px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin: 15px 0 30px;
}


@media screen and (max-width: 1280px) {
	.visual .box h3 {
		font-size: 50px;
	}
	.visual .box p {
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.visual {
		padding-bottom: 55%;
	}
	.history .flex:first-child {
		margin-bottom: 50px;
	}
	.history .flex .pl110 {
		padding-left: 80px;
	}
	.history .flex .text h3 {
		font-size: 50px;
	}
	.history .flex .text p {
		font-size: 16px;
	}
	.btn {
		padding: 10px 30px;
		font-size: 16px;
	}
	.about .bn .box h3 {
		font-size: 30px;
	}
	.about .bn .box strong {
		font-size: 20px;
	}
	.about .bn .box p {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	.visual {
		padding-bottom: 630px;
	}
	.visual .box {
		transform: none;
		top: 107px;
	}
	.visual .box h3 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	.visual .box p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.history .flex {
		flex-wrap: wrap;
	}
	.history .flex > div.text {
		flex: none;
		order: 0;
		width: 100%;
	}
	.history .flex .text h3 {
		font-size: 40px;
	}
	.history .flex > div.thumb {
		flex: none;
		order: 1;
		width: 100%;
		max-width: 100%;
		margin-top: 40px;
	}
	.history .flex .pl110 {
		padding: 0;
	}
	
	
	.about .bn {
		background-size: auto 275px;
		padding-top: 220px;
	}
	.about .bn .box {
		padding: 35px 20px;
	}
}