@charset "utf-8";
/* CSS Document */
/* 기본폰트 : Noto Sans KR (고딕), Noto Serif KR(명조)
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Serif KR", serif;
*/

/*
공통영역
*/
.main-section {
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	scroll-behavior: smooth;
	padding-bottom: 62px;
}
.main-title {
	position: relative;
	font-weight: bold;
}
.more-s .more-img {
	margin-left: 10px;
}
.more-l .more-img {
	margin-left: 20px;
}
a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	color: inherit;
}
/*
우측메뉴
*/
.scroll-nav {
	position: fixed;
	top: 45%;
	top: calc(50% - 20px);
	right: 25px;
	transform: translateY(-50%);
	z-index: 100;
	scroll-behavior: smooth;
}
.scroll-nav .scroll-menu li {
	display: block;
	text-align: right;
}
.scroll-nav .scroll-menu a {
	position: relative;
	display: block;
	line-height: 0;
}
.scroll-nav .scroll-menu a:before {
	content: "";
	display: block;
	border-top: 1px solid #ff7155;
	width: 20px;
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	right: 5px;
	z-index: -1;
	opacity: 0;
	transition: all 0.2s;
	font-size: 0;
}
.scroll-nav .scroll-menu a span {
	display: inline-block;
	width: max-content;
	background-color: #ff7155;
	background-size: cover;
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	padding: 2px 8px 4px;
	margin-right: 10px;
	color: #fff;
	vertical-align: middle;
	opacity: 0;
	transition: all 0.2s;
}
.scroll-nav .scroll-menu a i.dots {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, .4);
	vertical-align: middle;
	transition: all 0.2s;
}
.scroll-nav .scroll-menu a.active:before {
	opacity: 0.5;
	transition: all 0.2s;
}
.scroll-nav .scroll-menu a.active span {
	opacity: 1;
	transition: all 0.2s;
}
.scroll-nav .scroll-menu a.active i.dots {
	background-color: #b00100;
	border-color: rgba(255,255,255,.4);
	transition: all 0.2s;
}

/*
main section
*/
/* main-1 : 메인배너슬라이더 + 공지사항 */
#main-1 {
	padding-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slide-section {
	padding-bottom:42px;
}
.main1-swiper {
	position: relative;
	height: 630px;
}
.main1-swiper .swiper-slide {
	background: no-repeat center;
	background-size: cover;
}
.main1-swiper .swiper-pagination {
	bottom: 20px;
}
.main1-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #b00100;
}
.main1-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #b00100;
}
.main1-btns {
	position: absolute;
	top: 50%;
	left: auto;
	right: auto;
	width: 100%;
	z-index: 10;
}
.main1-btns .container {
	position: relative;
}
.main1-btn-prev {
	left:0px;
}
.main1-btn-next {
	right:0px;
}
.main1-btn-next,
.main1-btn-prev {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	top:50%;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
}
.main1-btn-prev img,
.main1-btn-next img {
	text-align: center;
}
.main1-notice-wrap {
	position: relative;
	padding: 20px 0px;
}
.main1-minititle {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #949494;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin: 2px 10px;
}
.main1-title {
	display: block;
	font-family: "Noto Serif KR", serif;
	font-weight: 600;
	font-size: 30px;
	color: #454545;
	letter-spacing: -0.3px;
}
/* main1_2 : 관람안내, 일정, 건물들, 오시는 길 */
.main1_2-wrap .info-wrap {
	border-top:3px solid #454545;
	border-bottom:1px solid #ddd;
	padding:30px 0;
	background-repeat:no-repeat;
	background-position-x:center;
	height: 190px;
}
.main-title-wrap.info {
	margin-bottom:32px;
}
.main1_2-wrap .info-box-title {
	font-size:24px;
	font-weight:500;
	color:#333;
}
.main1_2-wrap .info-box-title:after {
	content:'';
	display:block;
	position:absolute;
	right:0;
	bottom: 0;
	background-image:url('/img/main/info-plus-icon.png');
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}
.info-txt-sm {
	font-size:18px;
	font-weight:300;
	color:#454545;
	line-height: 1.2em;
}
.info-txt-lg {
	font-size:38px;
	font-weight:bold;
	color:
	#454545;
}
.info-box2 .info-wrap {
	background-image:url('/img/main/info-schedule-img.png');
	background-position-y:78px;
}
.info-box3 .info-wrap {
	background-image:url('/img/main/info-castle-img.png');
	background-position-y:88px;
}
.info-box4 .info-wrap {
	background-image:url('/img/main/info-map-img.png');
	background-position-y:78px;
}
/* main-2 : 유튜브, VR */
#main-2 {
	position: relative;
}
.main2-subtitle {
	font-size: 20px;
	font-weight: 700;
	color: #d89a04;
	letter-spacing: 0.2em;
}
.main2-title {
	font-size: 68px;
	letter-spacing: 0.4em;
}
.main2-text {
	margin-top: 20px;
	font-weight: 300;
}
.main2-wrap .col-md-6 {
	min-height: 240px;
	height: 300px;
}
.main-title-wrap {
	position: relative;
	margin-bottom: 25px;
}
.main2-wrap .main-title {
	font-size: 30px;
}
.main-title-wrap .more-s {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 20px;
	margin-top: 10px;
}
.main2-video-wrap {
	position: relative;
}
.main2-vr {
	background: #fff url(/img/main/main-vr-img.png) no-repeat;
    background-position-x: 210px;
    background-position-y: bottom;
}
.main2-vr .more-l {
	display: inline-block;
}
.main2-vr .main-title {
	line-height: 1.3em;
}
.main2-video {
	width: 100%;
	height: calc(100% - 58px);
	position: relative;
	border:3px solid #888;
}
.video-link {
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -35px;
	margin-left: -50px;
	z-index: 5;
	cursor: pointer;
}
.youtube-player {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
.youtube-close-btn {
	z-index: 5;
	display: none;
}
.more-l {
	display: inline-block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 300;
	color: #454545;
}
.more-l .moare-img {
	margin: 0px 5px;
}
/* main-3 : 문화체험공간 슬라이더 */
#main-3 .main-title {
	background: #fff;
	padding-right: 10px;
	display: inline-block;
	z-index: 1;
}
#main-3 .main-title-wrap a {
	display: block;
}
#main-3 .main-title-wrap a:hover {
	opacity: 1;
	color: #000;
}
.main3-box-wrap {
	position: relative;
	margin: 0;
}
.main3-box-wrap .main-box1,
.main3-box-wrap .main-box2,
.main3-box-wrap .main-box3 {
    margin-right: 18px;
    width: 100%;
    max-width: 368px;
    padding: 0px;
}
.main3-box-wrap .main-box3 {
	margin-right:0;
}
.main-round-box {
	background-color: #850100;
    padding: 50px 40px;
    padding-top: 60px;
    height: 358px;
    background-image: url(/img/main/main3-box-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
	border-radius: 25px;
}
.main-box1 .main-round-box{
	background-color: #850100;
}
.main-box2 .main-round-box{
	background-color: #b98822;
}
.main-box3 .main-round-box{
	background-color: #8e8061;
}
.main3-box-title {
	font-size: 27px;
	font-weight: 500;
	color: #fff;
}
.main3-box-title::after {
	content: '';
	display: block;
	position: relative;
	width: 28px;
	height: 3px;
	background-color: #fff;
	margin: 30px auto;
}
.main3-box-text {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 40px;
}
.main3-list-btn {
	display: inline-block;
	position: relative;
	text-align: center;
	width: auto;
	min-width: 225px;
	height: 56px;
	line-height: 56px;
	margin: 2px;
	padding: 0px 20px;
	font-size: 20px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid rgba(255,255,255,.4);
}
.main3-list-btn:hover {
	background-color: #fff;
	opacity: 1;
}
.main-box3 .main3-list-btn {

}
.main-box1 .main3-list-btn:hover {
	color: #b00100;
}
.main-box2 .main3-list-btn:hover {
	color: #b98822;
}
.main-box3 .main3-list-btn:hover {
	color: #8e8061;
}
/* main-4 : 전통혼례공간 & 촬영안내 */
.notice-list {
	position: relative;
}
.notice-list .col-md-6 {
	border-left: 1px solid #ddd;
	padding: 15px 30px;
}
.notice-date {
	font-size: 14px;
	font-weight: bold;
	color: #d89a04;
}
.notice-text {
	font-size: 16px;
	font-weight: 300;
	color: #707070;
	letter-spacing: -0.3px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice-more {
	display: block;
	text-align: right;
}
#main-4 .sub-dot-list {
	padding:0 20px;
}
#main-4 .sub-dot-list li{
	margin: 10px 0px;
}
#main-4 .main-title {
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
#main-4 .main-title.bd-none {
	border-bottom:none;
}
#main-4 .main-title-wrap.gallery {
	margin-bottom:0;
}
#main-4 .main4-swiper .swiper-slide {
	background:#000;
}
#main-4 .main4-swiper .swiper-slide .main4-img {
	background-size:cover;
	background-position: center;
	width: 100%;
	height: 0;
	padding-top: 95%;
}
.main4-link:hover .main4-img:before {
	display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.main4-link:hover .main4-img:after{
	display: block;
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left:-11px;
	margin-top:-11px;
    background-image:url('/img/main/info-plus-icon.png');
}
.main4-page {position:relative; margin-top:20px;}
.main4-page .swiper-pagination-bullet {
	width:12px;
	height:12px;
	margin: 0 5px;
	border:1px solid #808080;
	background-color:#fff;
	opacity: 1;
}
.main4-page .swiper-pagination-bullet-active {
	background-color:#850100;
	border:none;
	outline: none;
}
.main4-page .swiper-pagination-bullet:focus {
	outline: none;
}
/*
반응형
*/

/* 모바일, 태블릿, 768px 이상 */
@media (min-width: 768px) {}

/* 중간 기기들 (노트북 992px 이상) */
@media (min-width: 992px) {
	.main1-notice-wrap {
		padding-top: 25px;
	}
	.main1-notice-wrap > .col-md-2.col-lg-1 {
		width: 20%;
	}
	.main1-notice-wrap > .col-md-8.col-lg-10 {
		width: 60%;
	}
	.main1-minititle {
		margin-top: 15px;
	}
	.main2-wrap .col-md-6 {
		height: 373px;
	}
	.main2-wrap .main-title {
		font-size: 30px;
	}
	.main2-vr .main-title {
		font-size: 34px;
	}
	.main2-vr .main-title-wrap {
		padding-top: 75px;
		margin-left: 20px;
	}
	.main2-vr .more-l {
		display: inline-block;
		margin-left: 20px;
	}
}

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 1200px) {
	.main1-swiper {
		height: 630px;
	}
	.main1-notice-wrap>.col-md-2.col-lg-1 {
		width: 15%;
	}
	.main1-notice-wrap>.col-md-2.col-lg-1.hidden-xs {
		max-width: 130px;
	}
	.main1-notice-wrap>.col-md-8.col-lg-10 {
		width: 70%;
		width: calc(80% - 80px);
	}
	.notice-date {
		font-size: 17px;
	}
	.notice-text {
		font-size: 20px;
	}
	#main-3 .main-title {
		font-size: 30px;
	}
	.main-box3 .main3-list-btn {
		margin-top: 16px;
	}
	.main-icon-menu {
		height: 150px;
	}

}

/* 1400px 이상 */
@media (min-width: 1400px) {
	.main2-title {
		font-size: 90px;
	}
	.main2-text {
		margin-top: 40px;
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
}
@media (min-width: 2000px) {
	.main1-swiper {
		height: 840px;
	}
}

/* 큰 기기들 (큰 데스크탑, 1200px 이하) */
@media (max-width: 1200px) {
	.main2-vr {background-position-x: right;}
	.main2-wrap .col-md-6 {
		height: 316px;
	}

	.main3-box-wrap .main-box1, 
	.main3-box-wrap .main-box2, 
	.main3-box-wrap .main-box3 {
		width: 100%;
		max-width: 33.33%;
		padding: 0 5px;
		margin-right:0;
	}
}

/* 중간 기기들 (노트북 992px 이하) */
@media (max-width: 992px) {
	.main1-time-wrap {display: table !important; padding: 20px 17px;}
	.main1-swiper {
		height: 450px;
	}
	.main1-minititle {
		margin: 0;
		padding-left: 4px;
		font-size: 13px;
	}
	.main1-title {
		margin-bottom: 20px;
		font-size: 22px;
	}
	
	.info-txt-lg {
		font-size:32px;
	}

	.main2-subtitle {
		font-size: 16px;
	}
	.main2-title {
		font-size: 50px;
	}
	.main2-wrap .col-md-6.main2-video-wrap {
		min-height: 420px;
		height: 420px;
	}
	.main2-wrap .col-md-6.main2-vr {
		min-height: 240px;
		height: 260px;
		padding: 20px;
		background-size: contain;
		background-position: right center;
	}
	.main2-vr .main-title {
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.main2-text {
		margin-top: 10px;
	}
	.main2-wrap .more-l {
		margin-top: 10px;
	}
	.main2-wrap .more-l img {
		margin-top: 8px;
		width: 45px;
		height: 45px;
	}
	.main3-box-title::after {
		margin: 16px auto;
		width: 20px;
	}
	.main3-box-text {
		margin-bottom: 20px;
	}
	.main3-list-btn {
		min-width: 210px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	.main3-box-wrap .main-box1, 
	.main3-box-wrap .main-box2 {
		max-width: 50%;
	}
	.main-round-box {
		height:auto;
	}
	.main3-box-wrap .main-box3 {
		max-width:100%;
		padding-top:5px;
	}
	.notice-list {
		padding-bottom: 40px;
	}
	.icon-text {
		font-size: 14px;
	}
	#main-4 .main-title {font-size: 24px;}
}

/* 태블릿, 모바일 전용 (767px 이하) */
@media (max-width: 767px) {
	.main-section {
		padding-bottom: 30px;
	}
	.main1-swiper {
		height: 390px;
	}
	.main1-btn-next,
	.main1-btn-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.info-txt-lg {
		font-size: 1.6em;
	}
	.main1_2-wrap .info-box-title {
		font-size:1.2em;
	}
	.main2-video {
		border:none;
	}
	.main2-wrap .main-title {font-size: 26px;}
	.main2-wrap .col-md-6.main2-video-wrap {
		min-height: 240px;
		height: 320px;
	}
	.more-s img {
		width: 22px;
	}
	.main-title-wrap .more-s {
		margin-top: 0;
		font-size: 14px;
		line-height: 22px;
	}
	.main3-box-wrap .main-box1, 
	.main3-box-wrap .main-box2,
	.main3-box-wrap .main-box3 {
		max-width: 100%;
	}
	.main3-box-wrap .main-box2 {
		padding-top:5px;
	}
	#main-4 .sub-dot-list {padding:0;}
}

/* 매우 작은 기기들 (모바일폰) */
@media (max-width: 480px) {
	.info-txt-sm {font-size:16px;}
	.main-icon-menu {
		padding: 30px 20px;
	}
	.main2-wrap .col-md-6.main2-vr {
		background-size: 55%;
	}
	.main2-video {
		height: 77%;
	}
	.notice-list .f_right {font-size:12px;}
}
