@charset "utf-8";
.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;
	}
	/* .fixed list .loader.TRAN 
	.section4 .fixed_list a .loader.TRAN { 
		opacity: 1;
	}
	.section4 .fixed_list.ANI a .loader.TRAN::before {
		background: transparent;
		transition: background 0.7s;
	}
	*/
	.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: 380px ) {
	.section4 .fixed_list .loader {
		height: 71.5vw;
	}
}




.section6 {
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}
.section6_wrap {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.section6_title h5 {
	display: inline-block;
	margin-right: 20px;
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 35px;
	color: rgba(40,40,38,1);
}
.section6_title .deco_txt {
	font-family: 'Malgun Gothic', sans-serif;
	font-size: 14px;
	color: rgba(126,131,137,1);
	letter-spacing: 0.3em;
}
.section6_widthSlider {
	width: 100%; height: 380px;
	margin-top: 75px;
	overflow: hidden;
}
.section6_widthSlider .item {
	position: relative;
	display: inline-block;
	width: 304px; height: 100%;
	margin-left: 21px;
	vertical-align: top;
}
.section6_widthSlider .item:first-child {
	margin-left: 0;
}
.section6_widthSlider .item a {
	display: inline-block;
	width: 100%; height: 100%;
}
.section6_widthSlider .item a .loader_wrap {
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	width: 100%; height: 320px;
	border-radius:  100px 100px 100px 0;
	overflow: hidden;
}
.section6_widthSlider .item a .loader {
	border-radius:  100px 100px 100px 0;
	overflow: hidden;
	transition: transform 0.5s;
}
.section6_widthSlider .item a:hover .loader {
	border-radius:  100px 100px 100px 0;
	overflow: hidden;
	transform: scale(1.2);
}

.section6_widthSlider .item .info {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 60px;
}
.section6_widthSlider .item .info::before {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 1px; height: 100%;
	background: #7e8389;
}
.section6_widthSlider .item .info .txt {
	position: absolute;
	bottom: 0; left: 20px;
	width: 78%;
	font-family: 'Nanum Gothic Coding', sans-serif;
	font-size: 15px;
	color: rgba(40,40,38,1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section6 .btn_sub_arrow {
	position: absolute;
	bottom: 0; right: 20px;
}
.section6 .btn_sub_arrow .btn_motion {
	float: right;
}
.section6 .section6_widthSlider a:hover .btn_sub_arrow .btn_motion {
	animation-name: rightRepeat;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.section6 .sliderObj {
	position: relative;
	width: 100%;
	margin-top: 75px;
	text-align: right;
}
.section6 .slider_bullet {
	display: inline-block;
	height: 28px;
	vertical-align: top;
}
.section6 .slider_bullet .fa-circle {
	line-height: 28px;
}
.section6 .slider_button {
	display: inline-block;
	margin-left: 20px;
	font-size: 26px;
	color: #2d2f31;
}

#section6-bullet-container button.owl-dot {
	border:none;
	margin:10px 5px;
	width:10px;
	height:10px;
	padding:0;
	border-radius:10px;
	background:#abaeb1;
	cursor:pointer;
}

#section6-bullet-container button.owl-dot.active {
	background:#2d2f31;
}

@media ( max-width: 1365px ) {
	.section6 {
		max-width: 634px;
	}
	.section6_widthSlider {
		height: 260px;
		margin-top: 45px;
	}
	.section6_widthSlider .item {
		border-radius: 50px 50px 50px 0;
	}
	.section6_widthSlider .item a .loader_wrap {
		height: 200px;
		border-radius: 50px 50px 50px 0;
	}
	.section6_widthSlider .item a .loader {
		border-radius: 50px 50px 50px 0;
	}
	.section6_widthSlider .item a:hover .loader {
		border-radius: 50px 50px 50px 0;
		transform: scale(1);
}
	.section6 .sliderObj {
		width: 98%;
		margin-top: 45px;
	}
	.section6_title h5 {
		display: block;
	}
	.section6_title .deco_txt {
		font-size: 8px;
		line-height: 23px;
	}
}



@media ( max-width: 630px ) {
	.section6 {
		max-width: 304px;
	}
	.section6_title .deco_txt {
		letter-spacing: 0.14em;
	}
	.section6_widthSlider li .info .txt {
		font-size: 14px;
	}
	.section6_widthSlider li .info .fa-arrow-right::before {
		right: 15px;
	}
	.section6 .sliderObj {
		width: 100%;
		text-align: center;
	}
}

@media ( max-width: 520px ) {
	.section4 .section4_list a .loader {
		height: 51vw;
	}
	
}

@media ( max-width: 380px ) {
	.section4 .section4_list a .loader {
		height: 71.5vw;
	}
	
}





.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/services/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: 'Open Sans', cursive;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
.preview_wrap .slogan h5 {
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 100px;
	color: rgba(255,255,255,1);
}

.preview_tab {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 47px;
	text-align: center;
}
.preview_tab ::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.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;
	}
}