@charset "utf-8";

/*main-bn*/
.main-bn{ width:100%; height:65vh; background:url(../img/main/image6.jpg) no-repeat; background-size: cover; background-position: 50% 20%;}

.deco i{ margin:100px auto; font-size: 35px; width:40px; display:block; text-align: center; color: #a5a5a5;  }

/*LOCATION*/
.location{ width:1400px; margin:0 auto 150px;}
.location .location-in{ width:100%; }
.location .loc-in .loc-tit{ border-top: 1px dashed #707070; border-bottom: 1px dashed #707070;  padding: 50px 0;}
.location .loc-in .loc-tit h3{ text-align:center; font-family: 'Josefin Sans', sans-serif; font-weight:400; margin-bottom:20px; font-size:13px; letter-spacing:2px; }
.location .loc-in .loc-tit h2{ font-family:'Nanum Myeongjo', serif; font-size:40px; font-weight:700; letter-spacing:3px; text-align:center; }
.location .loc-in .loc-tit p{ font-size:16px; font-weight:400; letter-spacing:3px; text-align:center; margin: 0 auto; line-height: 1.5em;}
.location .loc-in .loc-tit p span{  font-size:16px; font-weight:600; letter-spacing:3px; text-align:center; line-height: 1.5em;}

.location .loc-in .loc-map{ margin-top: 100px; }

.location .loc-in .loc-txt{ margin-top: 100px; }

.location .loc-in .loc-txt .loc-txt-tit{ border-bottom:1px dashed #707070; padding-bottom:30px; }
.location .loc-in .loc-txt .loc-txt-tit h3{ font-family: 'Josefin Sans', sans-serif; font-weight:400; margin-bottom:20px; font-size:13px; letter-spacing:2px; }
.location .loc-in .loc-txt .loc-txt-tit h2{ font-family:'Nanum Myeongjo', serif; font-size:24px; font-weight:600; letter-spacing:3px; }

.location .loc-in .loc-txt .loc-txt-txt{ padding:50px 0; }
.location .loc-in .loc-txt .loc-txt-txt h2{  font-size:18px; font-weight:600; color: dimgrey; margin-bottom:20px; }
.location .loc-in .loc-txt .loc-txt-txt p{  font-size:16px;  margin-bottom:30px; line-height:1.5em; }

@media all and (max-width: 1400px){
	.location{ width:90%; }
}

@media all and (max-width: 1200px){
	.location{ width:90%; }
}

@media all and (max-width: 1024px){
	.location{ width:95%; }
}

@media all and (max-width: 780px){
	.main-bn{ height:50vh; }
	.location{ width:95%; }
}