/* PC 기본 */

/* MainSlider */
.swiper-container { width: 100%; max-height:100%; }
.swiper-container.imgSlider { position:relative; background-color: #fbf6f0; width: 100%; display: flex; }
.swiper-container.imgSlider div.text { position:absolute; z-index:1001; left:0; right:0; top:calc(50% - 50px); display:block; }
.swiper-container.imgSlider .text h1 { left:0; right:0; font-family: Montserrat; font-size:42px; font-weight:bold; color:#fff; text-align:center; }
.swiper-container.imgSlider .text h2 { font-family: NotoSansCJKkr; font-size: 16px; font-weight: 300; color:#fff; text-align:center; }
/* ScrollBar */
.fullswiper .swiper-scrollbar { left:calc(100% - 542px); bottom:79px; width:240px; height:5px; background-color:rgba(255, 255, 255, 0.2); }
.swiper-scrollbar-drag { background-color:rgba(255, 255, 255, 0.8); }
/* PageNumber */
.swiper-number-start { right: 556px; }
.swiper-number-end { right: 269px; }
.swiper-number-start, .swiper-number-end { position:absolute; bottom:70px; top:unset; left: unset; font-family: Montserrat; font-size:18px; font-weight: 600; color:#fff; z-index:100; }
/* Button Play, Prev, Next */
.swiper-play { position:absolute; /*background:url('/img/icoPlay.png') no-repeat;*/ right:100px; z-index:100; display:none; }
.swiper-paus { position:absolute; /*background:url('/img/icoPause.png') no-repeat;*/ right:100px; z-index:100; }
.swiper-play i, .swiper-paus i { font-size:18px;font-weight:800;color:#fff;margin:22px 22px; }
.swiper-button-next { /*background:url('/img/arrow.png') no-repeat right;*/ right:190px; }
.swiper-button-prev { /*background:url('/img/arrow.png') no-repeat left;*/ left:unset; right:593px; }
.swiper-button-next, .swiper-button-prev, .swiper-play, .swiper-paus { width:60px; height:60px; bottom:50px; top:unset; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; color:#fff; background:rgba(255,255,255,0.2) }
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-play:hover, .swiper-paus:hover { background:rgba(217,167,106,1.0) }
.swiper-button-prev:after, .swiper-button-next:after { text-transform: none !important; letter-spacing: 0; text-transform: none; line-height: 1; }
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: ''; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: ''; }

/* about */
.about .tImg {
	padding-top: 36.459% 
}
.about_wrap { 
	position: relative; 
	padding: 120px 0; 
}
.about_wrap::after { 
	content: ''; 
	position: absolute;
	bottom: 0; right: 50px; 
	left: 0; 
	margin: auto; 
	width: auto; 
	height: 808px; 
	background-color: #eee; 
	z-index: -1; 
}
.about_top { 
	max-width: 1720px; 
	margin: auto; 
}
.about_top .img1_2 { display: inline-block;
	width: 52.326%; height: auto;
	padding-top: 27.907%;
	vertical-align: top;
}
.about_top .img1_3 {
	display: inline-block;
	margin-top: 230px;
	margin-left: 5vw;
	width: 32.559%;
	text-align: right;
	vertical-align: top;
}
.about_top .img1_3 p {
	position: relative;
	display: inline-block;
	padding-left: 65px;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	color: #d9a76a;
	letter-spacing: 0.3em;
	text-transform: capitalize;
}
.about_top .img1_3 p::before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	width: 50px; height: 1px;
	background-color: #d9a76a;
}
.about_top .img1_3 .loader {
	
	margin-top: 10px;
	padding-top: 56.25%;
}



.about_bottom {
	position: relative;
	max-width: 1720px;
	margin: 75px auto 0;
	text-align: right;
	transition-delay: 0.3s;
}
.about_bottom .img1_4 {
	position: absolute;
	top: 0; right: 820px; left: 160px;
	margin: auto;
	width: auto;
	height: 100%;
}

.about_bottom .rightCon {
	top: 20px;
	position: relative;
	display: inline-block;
	width: 660px;
	min-height: 420px;
	padding-right: 120px;
	text-align: left;
	font-weight: 800;
}
.about_bottom .rightCon .sttl {
	font-family: 'Montserrat';
	font-size: 26px;
	color: #666;
	text-transform: capitalize;
}
.about_bottom .rightCon .ttl {
	font-family: 'Montserrat';
	font-size: 42px;
	color: #d9a76a;
	text-transform: capitalize;
}
.about_bottom .rightCon .txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #666;
	font-weight: 500;
	word-break: keep-all;
}
.about_bottom .rightCon .txt span {
	display: block;
}
.about_bottom .rightCon .txt .mo_br {
	display: none;
}


.about_bottom .rightCon .txt p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about .bImg {
	display: table;
  width: 100%;
  height: 600px;
	padding: 0;
	background: url(../img/about/4.png) no-repeat center center /cover;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


/* 지도 */
.map_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
      padding: 120px 0;
}
.map_wrap .map {
  text-align: center;
}
.map_wrap .map iframe {
  height: 540px;
}
.map_wrap .map_info > .box {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.map_wrap .map_info > .box .box-left {
  width: 40%;
}
.map_wrap .map_info h1 {
	color: #333;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}
.map_wrap .map_info h2 {
  color: #666;
    text-align: left;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	margin-top: 12px;
}
.box .make-enter {
	display: flex;
}
.box .fas{
	color: #D9A76A;
    font-size: 22px;
    display: flex;
    margin-bottom: 19px;
}


.map_wrap .map_info .box p {
    font-family: Noto Sans CJK KR;
	color: #666666;
    text-align: left;
    font-size: 15px;
	line-height: 22px;
}

#content7 .special .map { margin-top:60px; height:550px; }


/* 750px 미만 */
@media (max-width: 749px) {
	#content7 .special .map { margin-top:30px; height:375px; }
 #banner iframe, #banner object, #banner embed { display: block; position: absolute; top: 50px; left: 0; width: 100%; height: 100%; }

 .swiper-container.imgSlider { padding:55px 0 46px; background-color:transparent; }
    .swiper-container.imgSlider div.text { display:none; }
    .fullswiper .swiper-scrollbar { left:40px; right:40px; bottom:20px; width:calc(100% - 130px); height:5px; background-color:rgba(102, 102, 102, 0.2); }
    .swiper-scrollbar-drag { background-color:rgba(102, 102, 102, 1.0); }

    .swiper-number-start { left: 10px; }
    .swiper-number-end { right: 55px; }
    .swiper-number-start, .swiper-number-end { position:absolute; bottom:11px; font-family: Montserrat; font-size:18px; font-weight: 600; color:#666; z-index:100; }

    .swiper-play { position:absolute; right:22px; bottom:22px; z-index:100; display:block; }
    .swiper-paus { position:absolute; right:22px; bottom:22px; z-index:100; display:none; }
    .swiper-play i, .swiper-paus i { font-size:12px; color:#ccc;margin:auto; }
    .swiper-button-next { /*background:url('/img/arrow.png') no-repeat center right /cover;*/ right:10px; bottom:50%; }
    .swiper-button-prev { /*background:url('/img/arrow.png') no-repeat center left /cover;*/ left:10px; bottom:50%;}
    .swiper-button-next, .swiper-button-prev { width:35px; height:35px; background:rgba(255,255,255,0.2) }
    .swiper-play, .swiper-paus { width:12px; height:12px; }
    .swiper-button-next:hover, .swiper-button-prev:hover { background:rgba(255,255,255,0.2) }
    .swiper-play:hover, .swiper-paus:hover { background:rgba(255,255,255,1) }
    .swiper-button-prev:after, .swiper-button-next:after { text-transform: none !important; letter-spacing: 0; text-transform: none; line-height: 1; }
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: ''; }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: ''; }
    /*
    .swiper-container-horizontal > .swiper-scrollbar { left:calc(100% - 542px); bottom:79px; width:240px; height:2px; background-color:rgba(255, 255, 255, 0.2); }
    */



	/* about */
	.about_wrap {
		clear: both;
		padding: 0;
		position: relative;
		height: auto;
		margin: auto;
		background-repeat: no-repeat;
		background-position: center center;
		overflow: hidden;
	}
	.about_wrap::after {
		display: none;
	}
	.about_top {
		max-width: 100%;
	}
	.about_top .img1_2 {
		width: 100%;

		margin-top: 10px;
		padding-top: 53.337%;
	}
	.about_top .img1_3 {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.about_top .img1_3 p {
		display: none;
	}
	.about_top .img1_3 .loader {
		margin-top: 0;
		padding-top: 53.337%;
	}
	.about_bottom {
		max-width: 100%;
		margin: 10px auto 0;
		transition-delay: 0;
	}
	.about_bottom .img1_4 {
		position: relative;
		top: auto; right: auto; left: auto;
		padding-top: 53.337%;
	}
	.about_bottom .rightCon {
		display: block;
		width: 100%;
		min-height: auto;
		width: 320px;
		padding: 35px 20px 70px 20px;
		text-align: center;
		margin: 0 auto;
	}
	.about_bottom .rightCon .sttl {
			font-size: 25px;
	}
	.about_bottom .rightCon .ttl {
		margin-top: 0;
		font-size: 40px;
	}
	.about_bottom .rightCon .txt {
		margin-top: 38px;
		font-size: 14px;
		letter-spacing: -0.1em;
	}
	.about_bottom .rightCon .txt span {
		display: inline;
	}
	.about .bImg {
		height: 400px;
	}

	/* 지도 */
	.map_wrap {
		clear: both;
		padding:80px 0 60px;
		position: relative;
		height: auto;
		margin: auto;
		background-repeat: no-repeat;
		background-position: center center;
		overflow: hidden;
	}
	.map_wrap .map_info > .box {
		padding-top: 40px;
	}
	.map_wrap .map_info > .box .box-left {
		padding-bottom: 40px;
		width: 100%;
	}
	.map_wrap .map_info > .full-box {
		padding-top: 40px;
	}
	.map_wrap .map_info h2 {
		font-size: 11px;
		margin-top: 4px;
		padding-bottom: 6px;
	}
	.map_wrap .map_info .box p {
		font-size: 13px;
		line-height: 12px;
		padding-bottom: 6px;
	}
	.map_wrap .map_info {
		padding-left: 20px;
	}
	.box i{
		margin-bottom: 12px;
	}
	.box .make-enter {
		display: inline-block;
	}
}

/* 560px 미만 (필요 없으면 사용안해도 무관) */
@media (max-width: 559px) {

}






