@charset "utf-8";
.section1 {
	height: 100vh;
}
/* 슬라이더 슬로건 */
.sloganWrap {
	position: absolute;
	top: 46%;
	width: 100%;
	font-family: 'Cinzel', sans-serif;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	z-index: 30;
	overflow: hidden;
}
.sloganWrap h5 {
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 100px;
	line-height: 100px;
	color:rgba(255,255,255,1);
	margin: 1vw 0;
	transform: scale(1.1);
}
.sloganWrap h6 {
	font-size: 15px;
}
/* 슬라이더 view */
.viewObj {
	position: absolute;
	right: 30px; bottom: 50px;
	font-family: 'Cinzel', sans-serif;
	font-size: 15px;
	color: #fff;
	z-index: 10;
}
.viewObj a {
	position: relative;
	display: inline-block;
	height: 38px;
	margin: 0 12px;
	padding: 0 4px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.viewObj a i { margin-right: 10px; }
.viewObj a:before, .viewObj a:after {
	content: '';
	position: absolute;
	right: 0; left: 0;
	margin: auto;
	width: 0; height: 1px;
	background-color: #fff;
	transition: all 280ms ease-in-out;
}
.viewObj a:before { top: 0; }
.viewObj a:after { bottom: 0; }
.viewObj a:hover:after,
.viewObj a:hover:before {
	content: '';
	width: 100%;
	transition: width 350ms ease-in-out;
}

.viewObj .play-pause {
	font-size:13px;
}

.viewObj i {
	cursor:pointer;
}


/* 메인슬라이드 마우스 오버 애니효과 */
.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	width: 17%;
	height: 26px;
	overflow: hidden;
}
.owl-carousel .owl-nav button.owl-prev .btn_motion {
	display: inline-block;
	width: 400%;
}
.owl-carousel .owl-nav button.owl-prev:hover .btn_motion {
	animation-name: leftRepeat;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	width: 17%;
	height: 26px;
	overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next .btn_motion {
	display: inline-block;
	width: 400%;
	float: right;
}
.owl-carousel .owl-nav button.owl-next:hover .btn_motion {
	animation-name: rightRepeat;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.btn_motion i { display: none; }
.btn_motion i:first-child { display: block; }
.btn_motion i { display: inline-block; width: 25%; float: left; text-align: center;}


/* 슬라이더 페이지 */
.pageObj {
	position: absolute;
	right: 0; left: 0; bottom: 50px;
	width: 150px; height: 38px;
	margin: auto;
	line-height: 33px;
	font-family: 'Playfair Display', sans-serif;
	font-size: 24px; font-style: italic;
	color: #fff;
	text-align: center;
	z-index: 10;
}
.pageObj .all:before {
	content: ' of ';
}

.section1-line {
	width:100%; height:10vw; background:#2d2f31;
}

#icon-play {
	margin-right:3px;
}

@media ( max-width: 1365px ) {
	.section1 {
		height: 70vh;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: 100%;
		height: 100%;
		transition: width 0.3s;
	}
	.sloganWrap h5 {
		font-size: 54px;
		line-height: 54px;
	}
	.owl-nav { 
		bottom: 19px;
		width: 145px;
	}
	.owl-nav i:before {
		font-size: 14px;
	}
	.pageObj {
		bottom: 20px;
		width: 90px; height: 32px;
		font-size: 15px;
	}
	.viewObj {
		right: 20px; bottom: 19px;
		font-size: 12px;
	}
	.viewObj a {
		height: 32px;
		line-height: 34px;
	}
}
@media ( max-width: 719px ) {
	.section1 {
		height: auto;
		padding-top: 56.25%;
	}
	.firstSlider {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
	}
	.sloganWrap { top: 44%; }
	.firstSlider .owl-carousel .owl-item img {
		width: auto;
		object-fit: cover;
		object-position: center;
	}
	.owl-nav {
		bottom: 11%;
		height: 13px;
	}
	.pageObj {
		bottom: 8.6%;
		height: 15px;
		line-height: 15px;
	}
	.sloganWrap img {
		max-width: 8%;
	}
	.sloganWrap h5 {
		font-size: 34px;
		line-height: 34px;
	}
	.sloganWrap h6 {
		font-size: 12px;
	}
	.viewObj {
		right: 0; left: 0; bottom: -9.9vw;
		line-height: 10vw;
		text-align: center;
		animation-name: none!important;
	}
}
@media ( max-width: 380px ) {
	.viewObj {
		bottom: auto;
		line-height: 20vw;
	}
	.section1-line {
		height: 20vw;
	}
}






.section4 { overflow: hidden; }
.section4 .fixed_list {
	position: relative;
	overflow: hidden;
}
.section4 .fixed_list a {
	display: block;
}
.section4 .fixed_list .loader {
	position: relative;
	height: 36.5vw;
	background-attachment: fixed;
	overflow: hidden;
}
.section4 .fixed_list .loader::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: #000;
	opacity: 0.55;
	transition: opacity 1s;
}
.section4 .fixed_list .loader:hover::before {
	opacity: 0;
}
.section4 .fixed_list .section4_txt {
	position: absolute;
	top: 50%; left: 16.5vw;
	transform: translateY(-50%);
	margin: auto;
}
.section4 .fixed_list .section4_txt .TRAN {
	transform: translateX(-30%);
}
.section4 .fixed_list  .section4_txt .txt1 {
	font-family: 'Cinzel', sans-serif;
	font-size: 54px;
	line-height: 65px;
	color: rgba(255,255,255,1);
}
.section4 .fixed_list  .section4_txt .txt2 {
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: rgba(255,255,255,1);
	line-height: 20px;
}


/* go  마우스오버 애니 효과 */
.fixed_list .section4_txt .btn_line {
	transform: translateX(-30%);
}
.fixed_list .section4_txt .btn_line::before {
	transition: background 0.5s;
}
.fixed_list a:hover .section4_txt .btn_line::before {
	background: #fff;
}
.fixed_list .section4_txt .go {
	transition: color 0.5s;
}
.fixed_list a:hover .section4_txt .go {
	width: 400%;
	text-align: center;
	animation-name: leftRepeat;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	color: #fff;
}





@media (max-width: 1600px) {
	.section4 .fixed_list .loader {
		height: 36.5vw;
	}
	.section4 .fixed_list .section4_txt .txt1 {
		font-size: 40px;
		line-height: 50px;
	}
	.section4 .fixed_list .section4_txt .btn_go_left {
		margin-top: -15px;
	}
}

@media ( max-width: 1024px ) {
	.section4 .fixed_list .loader {
		height: 36.5vw;
		background-attachment: inherit;
	}
	.section4 .fixed_list a .section4_txt .txt1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media ( max-width: 720px ) {
	.section4 .fixed_list .loader {
		height: 60.5vw;
	}
	.section4 .fixed_list .section4_txt .txt1 {
		font-size: 28px;
		line-height: 31px;
	}
	.section4 .fixed_list .section4_txt .btn_go_left {
		margin-top: -10px;
	}
	.section4 .fixed_list .section4_txt .txt2 {
		margin-top: 0;
		font-size: 12px;
	}
	.section4 .fixed_list .section4_txt {
		left: 3.5vw;
	}
}
@media ( max-width: 460px ) {
	.section4 .fixed_list .loader {
		height: 71.5vw;
	}
	.section4 .fixed_list .section4_txt .txt2 {
		line-height: 20px;
	}
}





.fac1 .sloganWrap {
	top: 39%;
}
.fac1 .sloganWrap .sub_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
.fac1 .sloganWrap h6 {
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,1);
}
.fac1 .sloganWrap .btn_info {
	display: inline-block;
	width: 60px; height: 60px;
	line-height: 60px;
	margin-top: 30px;
	font-family: 'Playfair Display', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
}
.fac1 .firstSlider .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: rgba(0,0,0,0);
}



@media (max-width: 719px) {
	.fac1.section1 {
		padding-top: calc(56.25% + 65px);
	}
	.fac1.section1 .firstSlider {
		bottom: auto;
		height: calc(100% - 65px);
	}
	.fac1 .sloganWrap {
		top: 24%;
	}
	.fac1 .sloganWrap .sub_title {
		font-size: 12px;
	}
	.fac1 .sloganWrap .btn_info {
		width: 40px; height: 40px;
		margin-top: 20px;
		line-height: 40px;
		font-size: 14px;
	}
	.fac1 .owl-nav { bottom: -33px; }
	.fac1 .viewObj {
		position: absolute;
		bottom: -65px;
		left: 0;
		height: 65px;
		background: #7e8389;
		z-index: 0;
	}
	.fac1 .viewObj a {
		display: none;
		margin-top: 18px;
	}
	.fac1 .pageObj { bottom: -37px; }

	#icon-play {
		position:absolute;
		top:24px;
		right:35px;
		z-index:999;
		font-size:1.4em;
	}

	#icon-pause {
		position:absolute;
		top:24px;
		right:15px;
		z-index:999;
		font-size:1.4em;
	}
}



@media ( max-width: 360px ) {
	.fac1 {
		height: 56.8vh;
	}
}



.fac2 {
	overflow: hidden;
}
.fac2_wrap {
	position: relative;
}
.fac2 .title_wrap {
	position: relative;
	width: 100%;
	min-height: 145px;
	margin-top: 70px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.fac2 .title_wrap .title {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 17px;
	font-size: 15px;
	font-weight: bold;
	color: #2d2f31;
	letter-spacing: -0.03em;
}
.fac2 .title_wrap .title::after {
	content: '';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 4px;
	background: #2d2f31;
	transition: height 0.3s;
}
.fac2 .fac_list {
	position: relative;
	width: 1200px;
	margin: auto;
	padding-bottom: 25px;
	letter-spacing: -0.03em;
	text-align: center;
}
.fac2 .fac_list a {
	margin-right: 30px;
	font-size: 15px;
	color: #7e8389;
	line-height: 35px;
	transition: color 0.3s;
	white-space: nowrap;
}
.fac2 .fac_list a:hover, .fac2 .fac_list a.SEL {
	font-weight: bold;
	color: #2d2f31;
}

@media ( max-width: 1365px ) {
	.fac2 .fac_list {
		width: 100%;
		height: 35px;
		margin-left: 20px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		text-align: center;
	}
		/* scroll */
	.fac2 ::-webkit-scrollbar {
		height: 5px;
	}
	.fac2 ::-webkit-scrollbar-track {
		background: transparent;
	}
	.fac2 ::-webkit-scrollbar-thumb {
		background: #aaa;
	}
}





.fac3 {
	overflow: hidden;
}
.fac3_wrap {
	position: relative;
}
.fac3_wrap .img_wrap {
	display: inline-block;
	width: 41.67vw;
	padding-top: 157px;
	vertical-align: top;
}
.fac3_wrap .img_wrap .fac3_deco {
	width: 100%;
	margin-bottom: 76px;
	text-align: right;
}
.fac3_wrap .img_wrap .loader {
	width: 100%; height: 56vw;
}

.fac3_wrap .info_wrap {
	display: inline-block;
	width: calc(100% - 41.67vw);
	height: 100%;
	padding-left: 12vw;
	background: url('http://img.einet.kr/responsive/sample/fac/fac3_2.jpg') right top no-repeat;
	background-size: 200px 380px;
	vertical-align: top;
	box-sizing: border-box;
}
.fac3_wrap .info_wrap .content {
	width: 500px;
	padding-top: 22vw;
}

.fac3_wrap .info_wrap h5 {
	margin-bottom: 10px;
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 15px;
	color: rgba(45,47,49,1);
}
.fac3_wrap .info_wrap h6 {
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 70px;
	line-height: 70px;
	color: rgba(45,47,49,1);
}
.fac3_wrap .content_info {
	margin-top: 70px;
	border-top: 1px solid #4c4d4e;
}
.fac3_wrap .content_info .title {
	padding-top: 18px;
	font-family: 'Malgun Gothic', sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: rgba(45,47,49,1);
}
.fac3_wrap .content_info .txt {
	margin-top: 50px;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #7e8389;
	line-height: 24px;
}
.fac3_wrap .content_info .notice {
	margin-top: 30px;
	font-size: 14px;
	color: #2d2f31;
	letter-spacing: -0.03em;
}
.fac3_wrap .content_info .notice li {
	margin-bottom: 6px;
	line-height: 22px;
}
.fac3_wrap .content_info .notice i {
	display: inline-block;
	margin-right: 5px;
}



@media ( max-width: 1365px ) {
	.fac3_wrap .img_wrap {
		padding-top: 85px;
	}
	.fac3_wrap .img_wrap .loader {
		width: 100%;
	}

	.fac3_wrap .info_wrap {
		padding-left: 8vw;
		background-size: 150px 285px;
	}

}


@media ( max-width: 1024px ) {
	.fac3_wrap .info_wrap .content {
		width: 400px;
		margin-right: 20px;
	}
}


@media ( max-width: 880px ) {
	.fac3_wrap .img_wrap {
		display: block;
		width: calc(100% - 40px);
		height: 100%;
		margin: auto;
	}
	.fac3_wrap .img_wrap .loader {
		height: 120vw;
	}

	.fac3_wrap .info_wrap {
		display: block;
		width: calc(100% - 40px);
		margin: auto;
		padding-left: 0;
	}
	.fac3_wrap .info_wrap .content {
		width: calc(100% - 180px);
		margin-top:0;
		padding-top: 63px;
	}
	.fac3_wrap .info_wrap h6 {
		font-size: 34px;
		line-height: 38px;
	}
	.fac3_wrap .content_info {
		margin-top: 60px;
	}
	.fac3_wrap .content_info .title {
		padding-top: 13px;
		font-size: 12px;
	}
}


@media ( max-width: 640px ) {
	.fac3_wrap .img_wrap .fac3_deco img {
		max-width: 100%;
	}
	.fac3_wrap .info_wrap {
		background-size: 75px 145px;
	}
	.fac3_wrap .info_wrap .content {
		width: 100%;
	}
}



/* preview page 하단배너 */
.fac4.section4 .fixed_list .loader:hover::before {
	opacity: 0.55;
}
.fac4 .fixed_list .section4_txt .btn_line::before {
	background: #fff;
}
.fac4 .fixed_list .section4_txt .btn_line {
	height: 30px;
}




.preview {
	overflow: hidden;
}
.preview_wrap {
	position: relative;
	width: 100%; height: 480px;
	overflow: hidden;
}
.preview_wrap::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: rgba(0,0,0,0.45);
}
.preview_wrap::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: url('http://img.einet.kr/responsive/sample/fac/previewBg.png') center bottom no-repeat;
}
.preview_wrap .slogan {
	position: absolute;
	top: 49%; right: 0; left: 0;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
}
.preview_wrap .slogan .adjective {
	margin-bottom: 18px;
	font-family: 'Meie Script', cursive;
	font-size: 36px;
	color: #fff;
}
.preview_wrap .slogan h5 {
	font-family: 'Cinzel', sans-serif;
	font-size: 54px;
	color: #fff;
}

.preview_tab {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 47px;
	text-align: center;
}
.preview_tab .tab {
	position: relative;
	display: inline-block;
	margin: 0 18px;
	padding: 16px 0;
	font-size: 15px;
	font-weight: bold;
	color: #7e8389;
}
.preview_tab .tab::after {
	content: '';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 0;
	background: #fff;
	transition: height 0.5s;
}
.preview_tab .tab.tab_ov, .preview_tab .tab:hover {
	color: #fff;
}
.preview_tab .tab:hover::after, .preview_tab .tab.tab_ov::after {
	height: 4px;
}



@media ( max-width: 1300px ) {
	.preview {
		height: 41vh;
		min-height: 340px;
	}
	.preview_wrap {
		height: 100%;
	}
	.preview_wrap .slogan {
		position: absolute;
		top: 40%; right: 0; left: 0;
		margin: auto;
		transform: translateY(-50%);
		text-align: center;
	}
	.preview_wrap .slogan .adjective {
		margin-bottom: 10px;
	}
	.preview_wrap .slogan h5 {
		font-size: 34px;
	}
}


@media ( max-width: 770px ) {
	.preview_tab {
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	/* scroll */
	.preview ::-webkit-scrollbar {
		height: 5px;
	}
	.preview ::-webkit-scrollbar-track {
		background: transparent;
	}
	.preview ::-webkit-scrollbar-thumb {
		background: #aaa;
	}
}