@charset "utf-8";

.Acont01 {
	position: relative;
	background: url('/images/about/bg01.jpg')no-repeat top center;
	height: 100vh;
}
.Acont01:after {display: block; clear: both; content: "";}
.A01box, .A02box {
	float: left;
}
.A01box {
	width: 35%;
	position: relative;
	text-align: center;
	padding-top: 70px;
	font-family: 'GowunBatang-Bold';
	height: 100vh;
}
.A02box {
	position: relative;
	width: 65%;
}
.A02box::before {
    display: block;
    content: "";
    width: 2px;
    height: 85vh;
    background: #7e6659;
    position: absolute;
    left: 0px;
}
.A02box:After {display: block; clear: both; content: "";}
.A01_01 {
	position: absolute;
	width: 100%;
	top: 48%;
	left: 50%; 
	transform: translate(-50%, -50%);
}
.A01box h3 {
	font-weight: 500;
    width: 97px;
    margin: 50px auto 0;
    padding: 5px;
    border: 1px solid #7e6659;
    border-radius: 30px;
    line-height: 1;
}
.A01box h2 {
	font-size: 67px;
    font-weight: 500;
    color: #948f89;
	margin-bottom: 50px;
}

.Fcircle {
    position: absolute;
    width: 99px;
    height: 99px;
    bottom: 95px;
    right: -49px;
	animation: Fcircle 8s linear infinite both;
}
.Aaddress {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.Aaddress div {
    display: inline-block;
    font-size: 1.2em;
    color: #595757;
}
.Aaddress div:last-child {
    margin-left: 10px;
}
.Aaddress div span {font-weight: 600;}
@keyframes Fcircle {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.A02_01 {
	float: left;
	margin-top: 300px;
    padding-left: 45px;
	font-family: 'GowunDodum-Regular';
}
.A02_01 p {
	line-height: 1.5em;
	margin-bottom: 100px;
}
.A02_01 span {
	line-height: 1.5em;
}

.A02_02 {
	width: 58%;
	float: right;
}
.A02_02 img {
	height: 100vh;
}
.aboutarea05 {
    position: relative;
}
.aboutarea05 .bg img {
    display: block;
	width: 100%;
}
.aboutarea05 h2 {
    font-size: 49px;
    font-weight: 600;
    text-transform: uppercase;
    color: #948f89;
    letter-spacing: 10px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aboutarea05 iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 1150px;
    height: 570px;
    border: 2px solid #a08080;
    z-index: 10;
}


