@charset 'utf-8';
body { -ms-overflow-style: none; overflow: auto; }
::-webkit-scrollbar { display: none; }

#section6 img {
	width:100%;
}

#section6 img {
    margin-bottom:10px;
}

#section6 img:nth-child(2) {
	display: none;
}
.section3 {
	padding: 160px 260px;
}

.service_title {
	float:left;
	width:20%;
	margin-top:20px;
	padding:0 27px;
	font-size:44px;
	font-weight:300;
	color:#222;
	border-left:2px solid #4b4e53;
	line-height:1.2;
}

.service_title p {
	font-weight:bold;	
}

.service_list_wrap {
	float:left;
	width:80%;
}

.service_list {
	
}
.service_list li {
	display:inline-block;
	width:16.66667%;
	text-align:center;
	vertical-align:top;
}
.service_list li a {
	display:block;
}
.service_list li .service_icon {
	width:100%;
	padding:30px 50px;
	font-size:41px;
    color:#9a9999;
}
.service_list li .service_name {
	height:28px;
	font-family:'Noto Sans KR', sans-serif;
	font-size:14px;
    color:#9a9999;
}

@media (max-width:1400px) {
	.section3 {
		padding:60px;
	}
	
	.service_title {
		font-size:30px;
		padding:0 18px;
	}

	.service_list li .service_icon {
		padding:23px 30px;
		font-size:30px;
        color:#9a9999;
	}
}

@media (max-width:820px) {
    .fimg { 
        padding-top: 50px;    
    }

	.section3 {
		/*margin-top:29px;*/
		padding: 30px;
	}

	.service_title {
		float:none;
		width:100%;
	}

	.service_list_wrap {
		float:none;
		width:100%;
	}

	.service_list li {
		width:25%;
		text-align:center;
    }
    
    #section6 .mimg {
        display: none;
    }

    #section6 img:nth-child(2) {
        display: block;
    }
}



#section6 img {
	width:100%;
}

#section6 img {
    margin-bottom:10px;
}

.firstSlider, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item { height: 100%; }
.firstSlider {
	position: relative;
	width: 100%; height: 100%;
}
.firstSlider .loader {
	width: 100%; height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 슬라이더 view */
.viewObj {
	position: absolute;
	right: 30px; bottom: 42px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	z-index: 10;
}
.viewObj i {
	padding:15px;
	cursor:pointer;
	color:rgba(255, 255, 255, 0.5);
}
.viewObj i.active {
	color:rgba(255, 255, 255, 1);
}
.viewObj i:hover {
	border-radius:50%;
	background-color:rgba(0, 0, 0, 0.5);
}
.pageObj {
	display:none;
	position: relative;
	margin-top:9px;
	width:100%;
  color: #666;
	font-family: 'Open Sans', sans-serif;
  font-size: 12px;
	text-align:center;
}
.pageObj .all:before {
	content: ' / ';
}

/* 슬라이더 버튼 */
.owl-nav {
	position: absolute;
	top:37%;
	margin: auto;
	width: 100%;
}
.owl-nav .owl-prev {
	position: absolute;
	top: 0; left: 50px;
	transition: background 0.5s;
}
.owl-nav .owl-prev:hover {
	background-color:rgba(0, 0, 0, 0.2) !important;
}
.owl-nav .owl-next {
	position: absolute;
	top: 0; right: 50px;
	transition: background 0.5s;
}
.owl-nav .owl-next:hover {
	background-color:rgba(0, 0, 0, 0.2) !important;
}

/* 슬라이더 dot */
.owl-dots {
	position:absolute;
	right:0; bottom:75px; left:0;
	width:600px;
	margin:auto;
	text-align:center;
}
.owl-dot {
	width:9px; height:9px;
	margin:3px 7px;
	background-color:rgba(255,255,255,1) !important;
	border-radius:30px;
	transition: width 0.5s;
}
.owl-dot.active {
	width:46px;
}

.itemList_wrap {
	position: relative;
	padding:0 70px;
	font-size:14px;
}
.itemList_wrap .swiper-container {
	position: static;
}
.itemList_wrap .swiper-container .swiper-pagination {
	position:relative;
	margin-top:40px;
}
.itemList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin:0 7px;
	width:9px; height:9px;
	border-radius:30px;
	background:#888;
	transition: width 0.5s;
	opacity:1;
}
.itemList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:46px;
	background:#183461;
}
.itemList_wrap .swiper-container .swiper-button-prev {
	width:80px; height:80px;
	top:26%; left:0;
	background:url('http://img.einet.kr/responsive/home/carousel/theme01/arrow-left.png') center center no-repeat;
	background-size:cover;
	transition: opacity 0.5s;
}
.itemList_wrap .swiper-container .swiper-button-prev:hover {
	opacity:0.5;
}
.itemList_wrap .swiper-container .swiper-button-next {
	width:80px; height:80px;
	top:26%; right:0;
	background:url('http://img.einet.kr/responsive/home/carousel/theme01/arrow-right.png') center center no-repeat;
	background-size:cover;
	transition: opacity 0.5s;
}
.itemList_wrap .swiper-container .swiper-button-next:hover {
	opacity:0.5;
}
.itemList_wrap a {
	display:inline-block;
	text-align:center;
}
.itemList_wrap a .imgWrap {
	position:relative;
	overflow:hidden;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.itemList_wrap a .imgWrap .loader {
	width:100%;
	padding-bottom:56.25%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.3s ease-in-out;
}
.itemList_wrap a:hover .imgWrap .loader {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.itemList_wrap a .eng {
	padding-top:20px;
	color:#444;
	font-family:'Noto Sans KR', sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.33;
}
.itemList_wrap a .txt {
	color:#777;
	font-family:'Noto Sans KR', sans-serif;
	font-size:14px;
	line-height:1.86;
	letter-spacing:0.7px;
}

.itemList_wrap a .detailview {
	display:inline-block;
	width:160px; height:40px;
	color:#1b65b3;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	transition: background-color 0.5s;
}
.itemList_wrap a .detailview:hover {
	background-color:#d9ecff;
}
.itemList_wrap a .detailview i {
	margin-left:7px;
}

@media (max-width:1400px) {
	.firstSlider .owl-carousel .owl-item img {
		width: 100%;
		height: 100%;
		transition: width 0.3s;
	}
	.viewObj {
		bottom:43px;
		font-size: 18px;
	}
	.viewObj a {
		height: 32px;
		line-height: 34px;
	}
	.owl-nav {
		display:none;
	}
}

@media (max-width:820px) {
	.firstSlider {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: auto;
		object-fit: cover;
		object-position: center;
	}
	.viewObj {
		right:0px; bottom:-40px;
		text-align: center;
	}
	.viewObj i {
		padding:6px;
		color:rgba(147, 147, 147, 0.5);
	}
	.viewObj i.active {
		color:rgba(147, 147, 147, 1);
	}
	.viewObj i:hover {
		background-color:rgba(0, 0, 0, 0.2);
	}
	.owl-nav {
		bottom: 8.6%;
	}
	.owl-dots {
		width:calc(100% - 60px);
		/* margin:0; */
		position:relative;
		top:0; right:0; bottom:0; left:0;
		padding:10px 0;
	}
	.owl-dot {
		width:5px; height:5px;
		margin:0px 5px;
		background-color:#888 !important;
	}
	.owl-dot.active {
		width:23px;
        background-color:#183461 !important;
	}


	.itemList_wrap {
		padding: 0;
	}
	.itemList_wrap .swiper-container .swiper-slide {
		width:300px;
	}
	.itemList_wrap a .detailview,
	.itemList_wrap .swiper-container .swiper-button-next,
	.itemList_wrap .swiper-container .swiper-button-prev {
		display:none;
	}
	.itemList_wrap a {
		border:1px solid #ddd;
	}
	.itemList_wrap a .eng {
		padding:15px 0 11px;
	}
	.itemList_wrap a .txt {
		padding:0 0 11px 0;
	}
	.itemList_wrap .swiper-container .swiper-pagination {
		display:none;
	}
}



.section2 {
	height: 100vh;
}


/* 슬라이더 슬로건 */
.section2 .sloganWrap {
	position: absolute;
	top:38%;
	left:50%;
	margin: auto;
	transform:translateX(-50%);
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
	z-index: 30;
	overflow: hidden;
	pointer-events: none;  
}
.section2 .sloganWrap h5 {
	font-family:"Open Sans",sans-serif;
font-size:60px;
font-weight:400;
font-style:normal;
line-height:60px;
letter-spacing:6px;
color:rgba(255,255,255,1);
text-shadow:rgba(0,0,0,0.5) 0px 2px 6px;
background-color:rgba(0,0,0,0);
padding:0;
margin:0px 0px 42px 0px;

}
.section2 .sloganWrap h6 {
	font-family:"Noto Sans KR",sans-serif;
font-size:20px;
font-weight:400;
font-style:normal;
line-height:36px;
letter-spacing:0px;
color:rgba(255,255,255,1);
text-shadow:rgba(0,0,0,0.5) 0px 2px 6px;
background-color:rgba(0,0,0,0);
padding:0;
margin:0;

}

@media ( max-width: 1400px ) {
	.section2 {
		height: 70vh;
	}
	.section2 .sloganWrap h5 {
		font-size: 54px;
		line-height: 54px;
	}
}
@media ( max-width: 820px ) {
	.section2 {
		height:auto;
		padding-top:56.25%;
        margin-bottom:50px;
	}
	.section2 .sloganWrap {
		display: none;
	}

}

#m-btn-prev:hover {
	background-color:#333;
}

.fa-chevron-left2 {
	background:;
  height:40px;
  width:40px;
	line-height:26px;
	border-radius:0 !important;
}

.fa-chevron-right2 {
	background:;
	height:40px;
  width:40px;
	line-height:26px;
	border-radius:0 !important;
}
#section6 img {
	width:100%;
}

#section6 img {
    margin-bottom:10px;
}

.roomList_wrap {
	position: relative;
	padding:0 70px;
	font-size:14px;
}
.roomList_wrap .swiper-container {
	position: static;
}
.roomList_wrap .swiper-container .swiper-pagination {
	position:relative;
	margin-top:40px;
}
.roomList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin:0 7px;
	width:9px; height:9px;
	border-radius:30px;
	background:#888;
	transition: width 0.5s;
	opacity:1;
}
.roomList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:46px;
	background:#222222;
}
.roomList_wrap .swiper-container .swiper-button-prev {
	width:80px; height:80px;
	top:26%; left:0;
	/*background:url('http://img.einet.kr/responsive/home/room/arrow-left-small.png') center center no-repeat;*/
    background:url('http://img.einet.kr/responsive/home/room/arrow-left-small2.png') center center no-repeat;
	background-size:cover;
}
.roomList_wrap .swiper-container .swiper-button-prev:hover {
	opacity:0.5;
}
.roomList_wrap .swiper-container .swiper-button-next {
	width:80px; height:80px;
	top:26%; right:0;
	/*background:url('http://img.einet.kr/responsive/home/room/arrow-right-small.png') center center no-repeat;*/
    background:url('http://img.einet.kr/responsive/home/room/arrow-right-small2.png') center center no-repeat;
	background-size:cover;
}
.roomList_wrap .swiper-container .swiper-button-next:hover {
	opacity:0.5;
}
.roomList_wrap a {
	display:inline-block;
	text-align:center;
}
.roomList_wrap a .imgWrap {
	position:relative;
	overflow:hidden;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.roomList_wrap a .imgWrap .loader {
	width:100%;
	padding-bottom:56.25%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.3s ease-in-out;
}
.roomList_wrap a:hover .imgWrap .loader {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.roomList_wrap a .eng {
	font-family:"Noto Sans KR",sans-serif;
font-size:18px;
font-weight:700;
font-style:normal;
line-height:24px;
letter-spacing:0px;
color:rgba(68,68,68,1);
text-shadow:none;
padding:20px 0px 0px 0px;
margin:0px;
}

.roomList_wrap a .txt {
	font-family:"Noto Sans KR",sans-serif;font-size:15px;font-weight:700;font-style:normal;line-height:27px;letter-spacing:0.7px;color:rgba(119,119,119,1);text-shadow:none;padding:14px 0px 0px 0px;margin:0px;
}

.roomList_wrap a .detailview {
	display:inline-block;
	width:160px; height:40px;
	font-family:"Open Sans",sans-serif;
font-size:14px;
font-weight:700;
font-style:normal;
line-height:40px;
letter-spacing:0px;
color:rgba(147,124,83,1);
text-shadow:none;
background-color:rgba(255,255,255,0.075);
padding:0;
margin:0;

    transition: background-color 0.5s;
    transition: letter-spacing 0.5s;
}

.roomList_wrap a .detailview:hover {
background-color:rgba(147,124,83,1);
color:#fff;
}

.roomList_wrap a .detailview i {
	margin-left:7px;
}

.room_title {
    padding-bottom:30px;
    text-align:center;
}

@media (max-width:820px) {

	.roomList_wrap {
		padding: 0;
	}
	.roomList_wrap .swiper-container .swiper-slide {
		width:300px;
	}
	.roomList_wrap a .detailview,
	.roomList_wrap .swiper-container .swiper-button-next,
	.roomList_wrap .swiper-container .swiper-button-prev {
		/*display:none;*/
        display:block;
	}
    .roomList_wrap a .detailview { width:100%; }

	.roomList_wrap a {
		border:1px solid #ddd;
	}
	.roomList_wrap a .eng {
		padding:15px 0 11px;
	}
	.roomList_wrap a .txt {
		padding:0 0 11px 0;
	}
	.roomList_wrap .swiper-container .swiper-pagination {
		/*display:none;*/
        display:block;
	}

	.roomList_wrap .swiper-slide:first-child {
		/*margin-left:10px;*/
	}

	.room_title h3 {
font-size:30px !important;
}

	.room_title p {
font-size:16px !important;
}

    .room_title {
        padding-bottom:0px;
    }
    .room_title p {
        margin: 6px 0 !important;
    }

    .roomList_wrap .owl-dot.active {
        width:35px;
    }
    .roomList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin:0 5px;
        width:6px; height:6px;
        border-radius:30px;
        background:#888;
        transition: width 0.5s;
        opacity:1;
    }
    .roomList_wrap .swiper-container .swiper-pagination {
        position:relative;
        margin-top:15px;
    }
}


.section5 {
	padding:160px 20px; /* padding:160px 260px; */
}

.room_title h3 {
	font-family:"Open Sans",sans-serif;
font-size:44px;
font-weight:700;
font-style:normal;
line-height:27px;
letter-spacing:0px;
color:rgba(34,34,34,1);
text-shadow:none;
padding:0px;
margin:0px;
}
.room_title p {
	font-family:"Noto Sans KR",sans-serif;
font-size:16px;
font-weight:400;
font-style:normal;
line-height:16px;
letter-spacing:0px;
color:rgba(136,136,136,1);
text-shadow:none;
background-color:rgba(0,0,0,0);
padding:0;
margin:32px 0px 32px 0px;

}
.room_title a {
	display:inline-block;
	width:200px; height:50px;

	font-family:"Open Sans",sans-serif;
font-size:14px;
font-weight:700;
font-style:normal;
line-height:50px;
letter-spacing:0px;
color:rgba(147,124,83,1);
text-shadow:none;
background-color:rgba(0,0,0,0);
padding:0;
margin:0;


	transition: background-color 0.5s;
}

.room_title a:hover {
background-color:rgba(147,124,83,1);
color:#fff;
}

/*
.room_title a:hover {
	background-color:#d9ecff;
}
*/


.room_title a i {
	margin-left:7px;
}

@media (max-width:1400px) {
	.section5 {
		/*padding:60px 0;*/
        padding:30px 0;
	}
}

@media (max-width:820px) {
    .room_title h3 {
        font-size:25px !important;
        line-height:35px
    }
    .room_title p {
        font-size:12px !important;
        display: none;
    }
    .room_title a {
        height:35px;
        line-height:35px;
        margin-bottom: 10px;
    }
    .section5 {
        padding: 20px 0 15px;
    }
}

@media (max-width:600px) {
    .roomList_wrap .swiper-container { position:relative; }
    .roomList_wrap .swiper-container .swiper-pagination { position:absolute !important; bottom:130px; }
    .roomList_wrap a .eng { padding-top:30px; }
    .roomList_wrap a .detailview { margin-bottom:10px; }
}

#section6 img {
	width:100%;
}

#section6 img {
    margin-bottom:10px;
}

.section7 {
	padding:160px 20px; /* padding:160px 260px; */
}

.fac_title {
	padding-bottom:30px;
	text-align:center;
}
.fac_title h3 {
	font-family:"Open Sans",sans-serif;font-size:44px;font-weight:700;font-style:normal;line-height:27px;letter-spacing:0px;color:rgba(34,34,34,1);text-shadow:none;padding:0px;margin:0px;
}
.fac_title p {
	font-family:"Noto Sans KR",sans-serif;
font-size:16px;
font-weight:400;
font-style:normal;
line-height:16px;
letter-spacing:0px;
color:rgba(136,136,136,1);
text-shadow:none;
background-color:rgba(0,0,0,0);
padding:0;
margin:32px 0px 32px 0px;

}
.fac_title a {
	display:inline-block;
	width:200px; height:50px;
	font-family:"Open Sans",sans-serif;
font-size:14px;
font-weight:700;
font-style:normal;
line-height:50px;
letter-spacing:0px;
color:rgba(147,124,83,1);
text-shadow:none;
background-color:rgba(255,255,255,0);
padding:0;
margin:0;

	transition: background-color 0.5s;
}

.fac_title a:hover {
background-color:rgba(147,124,83,1);
color:#fff;
}

/*
.fac_title a:hover {
	background-color:#d9ecff;
}
*/

.fac_title a i {
	margin-left:7px;
}




.facList_wrap {
	position: relative;
	padding:0 70px;
	font-size:14px;
}
.facList_wrap .swiper-container {
	position: static;
}
.facList_wrap .swiper-container .swiper-pagination {
	position:relative;
	margin-top:40px;
}
.facList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin:0 7px;
	width:9px; height:9px;
	border-radius:30px;
	background:#888;
	transition: width 0.5s;
	opacity:1;
}
.facList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:46px;
	background:#222222;
}
.facList_wrap .swiper-container .swiper-button-prev {
	width:80px; height:80px;
	top:26%; left:0;
	background:url('http://img.einet.kr/responsive/home/room/arrow-left-small.png') center center no-repeat;
	background-size:cover;
	transition: opacity 0.5s;
}
.facList_wrap .swiper-container .swiper-button-prev:hover {
	opacity:0.5;
}
.facList_wrap .swiper-container .swiper-button-next {
	width:80px; height:80px;
	top:26%; right:0;
	background:url('http://img.einet.kr/responsive/home/room/arrow-right-small.png') center center no-repeat;
	background-size:cover;
	transition: opacity 0.5s;
}
.facList_wrap .swiper-container .swiper-button-next:hover {
	opacity:0.5;
}
.facList_wrap a {
	display:inline-block;
	text-align:center;
}
.facList_wrap a .imgWrap {
	position:relative;
	overflow:hidden;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.facList_wrap a .imgWrap .loader {
	width:100%;
	padding-bottom:56.25%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.3s ease-in-out;
}
.facList_wrap a:hover .imgWrap .loader {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.facList_wrap a .eng {
	font-family:"Noto Sans KR",sans-serif;font-size:18px;font-weight:700;font-style:normal;line-height:24px;letter-spacing:0px;color:rgba(68,68,68,1);text-shadow:none;padding:20px 0px 0px 0px;margin:0px;
	/*
	padding-top:20px;
	color:#444;
	font-family:'Noto Sans KR', sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.33;
	*/
}
.facList_wrap a .txt {
	color:#777;
	font-family:'Noto Sans KR', sans-serif;
	font-size:14px;
	line-height:1.86;
	letter-spacing:0.7px;
}

.facList_wrap a .detailview {
	display:inline-block;
	width:160px; height:40px;
	color:#1b65b3;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	transition: background-color 0.5s;
}

.facList_wrap a .detailview:hover {
	background-color:#d9ecff;
}

.facList_wrap a .detailview i {
	margin-left:7px;
}


@media (max-width:1400px) {
	.section7 {
		padding:30px 0;
	}
}

@media (max-width:820px) {
	.facList_wrap {
		padding: 0;
	}
	.facList_wrap .swiper-container .swiper-slide {
		width:300px;
	}
	.facList_wrap a .detailview,
	.facList_wrap .swiper-container .swiper-button-next,
	.facList_wrap .swiper-container .swiper-button-prev {
<!--		display:none;-->
	}
	.facList_wrap a {
		border:1px solid #ddd;
	}
	.facList_wrap a .eng {
		padding:15px 0 11px;
	}
	.facList_wrap a .txt {
		padding:0 0 11px 0;
	}
	.facList_wrap .swiper-container .swiper-pagination {
		/*display:none;*/
        display:block;
	}
	
	.facList_wrap .swiper-slide:first-child {
		/*margin-left:10px;*/
	}


	.fac_title h3 {
font-size:30px !important;
}

	.fac_title p {
font-size:16px !important;
}

    .fac_title p {
        margin: 6px 0 !important;
    }
    .fac_title{
        padding-bottom:0px;
    }

    .facList_wrap .swiper-container .swiper-button-prev {
        width:80px; height:80px;
        top:31%; leftt:0;
        background:url('http://img.einet.kr/responsive/home/room/arrow-left-small2.png') center center no-repeat;
        background-size:cover;
        transition: opacity 0.5s;
    }
    .facList_wrap .swiper-container .swiper-button-next {
        width:80px; height:80px;
        top:31%; right:0;
        background:url('http://img.einet.kr/responsive/home/room/arrow-right-small2.png') center center no-repeat;
        background-size:cover;
        transition: opacity 0.5s;
    }

    .facList_wrap .owl-dot.active {
        width:35px;
    }
    .facList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin:0 7px;
        width:6px; height:6px;
        border-radius:30px;
        background:#888;
        transition: width 0.5s;
        opacity:1;
    }
    .facList_wrap .swiper-container .swiper-pagination {
        position:relative;
        margin-top:15px;
    }
}

@media (max-width:820px) {
    .fac_title h3 {
        font-size:25px !important;
        line-height:35px
    }
    .fac_title p {
        font-size:12px !important;
        display: none;
    }
    .fac_title a {
        height:35px;
        line-height:35px;
        margin-bottom: 10px;
    }
    .section7 {
        padding: 20px 0 15px;
    }
}

@media (max-width:600px) {
/* .facList_wrap .swiper-container { position:relative; } */
.facList_wrap .swiper-container .swiper-pagination { position:absolute !important; bottom:45px; }
.facList_wrap a .eng { padding-top:25px; }
}

#section6 img {
	width:100%;
}

#section6 img {
    margin-bottom:10px;
}

.roomList_wrap a .imgWrap:before{
    content: '';
position: absolute;
top: 0;
left: 0;
margin: auto;
width: 0px;
height: 0px;
border-top: 85px solid rgba(147,124,83,1);  /*눈알 뒤에 컬러 색상표*/
border-right: 0 solid transparent;
transition: border-right 0.3s;
z-index:10;
}

.roomList_wrap a:hover .imgWrap:before {border-right: 90px solid transparent;}

.roomList_wrap a .icon-view{
    position: absolute;
top: 12px;
left: 6px;
width: 23px;
height: 14px;
background: url('http://img.einet.kr/P202010005/home/images/icon-view.png') 0 0 no-repeat;
opacity: 0;
visibility: hidden;
transition: top 0.3s, left 0.3s, opacity 0.3s, visibility 0.3s;
z-index: 11;
}
.roomList_wrap a:hover .icon-view{
top: 20px;
left: 14px;
opacity: 1;
visibility: visible;
}

.roomList_wrap a:hover .imgWrap .loader:after{opacity:0;}

.roomList_wrap a:hover .detailview{letter-spacing: 0.2em;}


@media (max-width:820px){
.roomList_wrap a .imgWrap .loader:after{display:none;}
.roomList_wrap a .imgWrap .loader:before{display:none;}
.roomList_wrap a:hover .icon-view{display:none;}
.roomList_wrap a:hover .imgWrap:before{display:none;}
}

/*공통*/
.p-section.type-service{background:url('http://img.einet.kr/P202102017/home/images/p-service-back.jpg')no-repeat center center/ cover; padding:150px 0; margin:1px 0;}
.p-section__wrap{padding:0 15px;}
.p-section__wrap.type-service{max-width:1155px;width:100%; margin: 0 auto;}

.mo-item{display:none!important;}
/*서비스*/
.p-service{padding-top: 30px;}
.p-service__inbox.type-body{padding:1px 0;margin-top:75px; }
.p-service__inbox.type-tit{}
.p-service__inner.type-tit{width:800px;text-align: center;margin:0 auto; padding-bottom:30px; border-bottom: 1px solid rgba(255,255,255,.3)}
.p-service__tit{font-family: "Poppins",sans-serif; font-size: 60px; font-weight: 700; font-style: normal; line-height: 60px; letter-spacing: 0px; color: rgba(255,255,255,1); padding: 0;  margin: 0;}
.p-service__sub{color:#fff;font-size:16px;line-height:1; margin-top:15px;}
.p-service__txt{font-family:"Poppins",sans-serif;color:#ccc;font-size:12px;line-height:1; margin-top:30px;text-align: center; letter-spacing: 1.1px; }
.p-service__list{font-size:0;margin-top:-10px;text-align: center;}
.p-service__item{display:inline-block;width:25%; padding-top:10px;}
.p-service__link{color:#fff;font-size:16px;text-align: center;display:block;vertical-align: middle;height:86px;line-height:84px;transition:all .3s;border:1px solid transparent;}
.p-service__icon{font-size:30px;vertical-align: middle}
.p-service__span{margin-left:20px; padding-left:20px; position:relative; }
.p-service__span:before{content:"";display:inline-block;width:1px;height:40px; position:absolute;left:0;background-color:#fff;top:-5px;}

.p-service__link:hover{background-color:rgba(255,255,255,.1);border:1px solid #fff;color:#fff;}
.p-service__link:hover .p-service__icon{color:#fff;}
.p-service__bottom{color:#aaa;font-size:18px;font-family:"Poppins",sans-serif;letter-spacing: 12px;text-align: center; margin-top:80px; margin-bottom:80px;}

@media (max-width:820px){
    .pc-item{display:none!important;}
    
    .p-section.type-service{padding:60px 0;}
    .p-service {padding-top: 0;}
    .p-service__inner.type-tit{width:320px;padding-bottom:20px;}
    .p-service__inbox.type-body{margin-top:20px;}
    .p-service__tit{font-size:34px; line-height:30px;}
    .p-service__sub{font-size:14px;margin-top:10px;}
    
    .p-service__item{width:50%; }
    .p-service__icon{font-size:20px;}
    .p-service__link{font-size:14px;height:64px;line-height:62px;}
    .p-service__span{margin-left:14px; padding-left:14px;}
    .p-service__span:before{height:27px; }
    .p-service__link:hover{background-color:transparent;border:0;color:#fff;}
    .p-service__link:hover .p-service__icon{color:#fff;}
    .p-service__bottom{letter-spacing: 4px;margin-top:30px;font-size:12px; margin-bottom: 0;}
    
}
/*부대시설*/
.p-fac{padding:130px 0 ;background:rgba(255,255,255,1); }
.p-fac__tit{font-family: "Poppins",sans-serif; font-size: 60px; font-weight: 700; font-style: normal; line-height: 60px; letter-spacing: 0px; color: rgba(22,22,22,1); padding: 0;  margin: 0; text-align:center;}
.p-fac__sub{margin-top:28px;line-height:1;font-size:16px; color:444;text-align: center}
.p-fac__inbox.type-body{margin-top:56px;width:100%; overflow: hidden;}
.p-fac__list{font-size:0; width:430px;height:606px;   white-space: nowrap; }
.p-fac__item{display:inline-block; width:100%; height:100%;color:#fff;position:relative;}
/*.p-fac__item:before{content:"";display:block; padding-top:132%;}*/

.p-fac__item.type-cafe{background:url('http://img.einet.kr/P202102017/home/images/p-fac-back_1.jpg')no-repeat center center /cover;}
.p-fac__item.type-rooftop-pool{background:url('http://img.einet.kr/P202102017/home/images/p-fac-back_2.jpg')no-repeat center center /cover;}
.p-fac__item.type-rooftop{background:url('http://img.einet.kr/P202102017/home/images/p-fac-back_4.jpg')no-repeat center center /cover;}
.p-fac__item.type-cube-garden{background:url('http://img.einet.kr/P202102017/home/images/p-fac-back_5.jpg')no-repeat center center /cover;}
.p-fac__item.type-artificial{background:url('http://img.einet.kr/P202102017/home/images/p-fac-back_6.jpg')no-repeat center center /cover;}
.p-fac__item.type-natural{background:url('http://img.einet.kr/P202102017/home/images/p-fac-back_7.jpg')no-repeat center center /cover;}

.p-fac__inner.type-item{display:block;position:absolute;width:100%;height:100%;color:#fff;left:0; top:0;text-align: center;cursor:pointer;transition:all .3s;}

.p-fac__top{font-family:"Poppins",sans-serif;font-size:14px;font-weight: 700;position:absolute; top:7%; line-height:1;color:#fff;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); }
.p-fac__static{font-family:"Poppins",sans-serif; font-weight: 700; width:100%;position:absolute;top:37%;font-size:20px; color:#fff;text-align: center;word-break: keep-all;transition:all .3s;}
.p-fac__static:before{content:"";display:block;margin-bottom:15px;height:25px;background:url('http://img.einet.kr/P202010001/home/images/decoW.png')no-repeat center center/ 25px 25px;transition:all .3s;}
.p-fac__btn{position:absolute; display:inline-block;width:54%; left:50%; bottom:7%;line-height:53px; height:55px; border:1px solid #fff; color:#fff; font-size:14px;font-family:"Poppins",sans-serif;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);white-space: nowrap;font-weight: 700;transition:all .3s;}
.p-fac__inner.type-item:hover .p-fac__btn{border:1px solid #fff;background:#fff; color:#6D1B61;}
.p-fac__hover{opacity:0; transition:all .3s;width:100%;position:absolute;top:35%;text-align: center;padding:0 10px;transition:all .3s;}
.p-fac__name{font-size:20px; font-weight:700;line-height:1;margin-top:20px;transition: all .3s;}
.p-fac__val{font-size:14px; color:#fff; line-height:1.8;margin-top:30px; white-space: normal;word-break: break-all;padding:0 15px;transition:all .3s;}
.p-fac__inner.type-item:hover .p-fac__val{margin-top:60px;}
.p-fac__inner.type-item:hover .p-fac__name{margin-top:0;}
.p-fac__item:hover .p-fac__inner{background-color:rgba(109,27,97,0.5);}
.p-fac__item:hover .p-fac__hover{opacity:1;}
.p-fac__item:hover .p-fac__static{top:30%;}
.p-fac__item:hover .p-fac__static:before{opacity:0;}

/*
@media (max-width:1200px){
    .p-fac__val{display:none;}
    .p-fac__static{top:30%;}
    .p-fac__hover{top:35%;}
}
*/


@media (max-width:820px){
    .mo-item{display:block!important}
    .p-fac{padding:5px 0 50px 0;}
    .p-fac__tit{font-size:25px; line-height:35px; font-weight:700;}
    .p-fac__sub{font-size:14px;margin-top:8px; color:#666;}
    .p-fac__inbox.type-body{/*margin:0 auto; width:90%;*/margin-top:30px;overflow: visible}
    .p-fac__item{vertical-align: top;height:200px;position:relative;    }
    .p-fac__item:hover .p-fac__inner{background-color:transparent}
    .p-fac__item:before{display:none;}
    .p-fac__hover{opacity:1;position:static;}
    .p-fac__item:hover .p-fac__static{opacity:1;}
    .p-fac__val{display:none;}
    .p-fac__btn, .p-fac__top{display:none!important;}
    .p-fac__name{font-size:12px;position:static;margin-top:14px;word-break: keep-all; line-height:1.2; font-weight:400;}
    .p-fac__static{font-size:14px;position:static;  }
    .p-fac__inner.type-item{padding:0;height:auto;display:inline-block;width:100%; position:absolute;top:50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%); }
/*    슬라이드 페이지네이션*/
    .p-fac__inbox.type-body .swiper-pagination{width:100%; text-align: center;bottom: -24px;}
    .p-fac__inbox.type-body .swiper-pagination .swiper-pagination-bullet {margin:0 7px;width:6px; height:6px;border-radius:30px;background:#888;transition: width 0.5s;opacity:1;}
    .p-fac__inbox.type-body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {width:46px;background:#546f93;}
    
    
}




/* ===============================================================
    * Revised by YJK 2021-04-01
=============================================================== */
@font-face {
    font-family: 'Scriptina';
    font-style: normal;
    font-weight: normal;
    src:  url('/font/scriptina.woff') format('woff');
}
@font-face {
    font-family: 'JoongnajocheL-KSCpc-EUC-H';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/JoongnajocheL-KSCpc-EUC-H.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.stina {font-family: 'Scriptina'; font-weight: normal;}
.stinaB {font-family: 'Script MT Bold';}
.paris {font-family: 'Parisienne', cursive;}
.quicksand {font-family: 'Quicksand', sans-serif; font-weight: 300;}
.joong {font-family: 'JoongnajocheL-KSCpc-EUC-H';}

/* ===============================================================
    * Layout
=============================================================== */
body {font-family: 'Noto Sans CJK KR', sans-serif; font-size: 0.8vw; line-height: 1; font-weight: 400; color: #888;}
.clb:after {content:''; display: block; clear:both;}
.fl {float:left;} .fr {float:right;}
.ttu {text-transform: uppercase;}.tal {text-align: left;}.tac {text-align: center;}.tar {text-align: right;}
.main1 em, .main2 em, .main3 em, .main4 em, .main5 em, .main6 em {font-weight: 700; font-style: normal;}
.wrap {padding: 0 3vw;}
.color {color: #973497;}
.color2 {color: #e36ad1;}
.main1 img, .main2 img, .main3 img, .main4 img, .main5 img, .main6 img {width: 100%; height: 100%; object-fit: cover;}
/* ===============================================================
    * main1
=============================================================== */
.main1 {margin-top: 3vw;}
.main1-top {display: flex; justify-content: space-between;}
.main1-top__tit {width: 35%; padding: 4.3vw 0 0 5.5vw;}
.main1-top__tit p {font-size: 3.9vw;}
.main1-tit1 {font-weight: 700; letter-spacing: 0.1em;}
.main1-tit2 {font-weight: 200; letter-spacing: 0.9em;}
.main1-tit3 {font-weight: 700; letter-spacing: 0.16em;}
.main1-tit4 {font-weight: 200; letter-spacing: 0.9em;}
.main1-top__img {width: 65%;}
.main1-btm {display: flex; justify-content: space-between; margin-top: -6vw; align-items: flex-end;}
.main1-btm__img {width: 60%; display: flex; justify-content: space-between;}
.main1-btm__img img {width: 50%; border-top: 0.5vw solid #fff; border-right: 0.5vw solid #fff;}
.main1-btm__tit {width: 40%; position: relative;}
.main1-btm__tit h2 {position: absolute; left: -20%; bottom: 0; font-size: 6.6vw; color: #973497;}
.main1-txt {padding: 2.3vw 0; display: flex; justify-content: space-between;}
.main1-txt__head {position: relative;}
.main1-txt__head span {display: inline-block; font-size: 3.3vw;}
.main1-txt__head .bg {width: 26vw; height: 8vw; line-height: 8vw; padding-left: 7.2vw; background: #973497; color: #fff;}
.main1-txt__head .circle {position: absolute; top: -0.5vw; right: -2.6vw; width: 9.3vw; height: 9.3vw; line-height: 9.3vw; border-radius: 50%; background: #fff; color: #973497; text-align: center;}
.main1-txt__read {width: 65%; display: flex; justify-content: flex-start; align-items: center;}
.main1-txt__read1, .main1-txt__read2 {padding: 3vw; margin-top: 3vw;}
.main1-txt__read p {font-size: 0.8vw; line-height: 1.3vw;}
.read2 {opacity: .5;}
@media (max-width: 820px){
    .main1 .wrap {padding: 0;}
    .main1-top {flex-wrap: wrap;}
    .main1-top__tit {width: 100%; padding: 0; position: relative; height: 200px;}
    .main1-top__tit p {font-size: 40px;}
    .main1-tit__wrap {position: absolute; left: 55%; top: 50%; transform: translate(-50%,-50%);}
    .main1-top__img {width: 100%;}
    .main1-btm {flex-wrap: wrap; margin-top: 0; padding: 0 3vw;}
    .main1-btm__img {width: 100%; margin-top: 10px;}
    .main1-btm__img img {width: calc(50% - 5px); border: none;}
    .main1-btm__tit {width: 100%;}
    .main1-btm__tit h2 {left: 55%;}
    .main1-txt {margin-top: 30px; flex-wrap: wrap;}
    .main1-txt__head {position: relative;}
    .main1-txt__head span {font-size: 20px;}
    .main1-txt__head .bg {width: 150px; height: 50px; line-height: 50px; padding-left: 40px;}
    .main1-txt__head .circle {top: -5px; right: -20px; width: 60px; height: 60px; line-height: 60px; border-radius: 50%;}
    .main1-txt__read {width: 100%; flex-wrap: wrap; margin-bottom: 3vw;}
    .main1-txt__read1, .main1-txt__read2 {padding: 0; margin-top: 20px;}
    .main1-txt__read1 {width: 100%; margin-left: auto; text-align: right;}
    .main1-txt__read2 {width: 100%;}
    .main1-txt__read p {font-size: 10px; line-height: 14px; padding: 0 3vw;}
}

/* ===============================================================
    * main2
=============================================================== */
.main2 {margin-bottom: 8vw;}
.main2-top {display: flex; justify-content: space-between;}
.main2-top__img {position: relative; width: 65%;}
.main2-top__img p {position: absolute; bottom: 1vw; left: 1vw; font-size: 1.3vw; line-height: 1.6vw; color: #fff;}
.main2-top__txt {width: 35%; position: relative;}
.main2-top__inner {z-index: 1; position: absolute; width: calc(100% + 3vw); top: 45%; left: -5%; background: #fff; padding: 3vw 0 5vw 4vw;}
.main2-top__inner h2 {font-size: 6.6vw; color: #e36ad1; transform: rotate(-20deg); margin-bottom: 3vw; margin-left: -3vw;}
.main2-top__inner p {font-size: 0.8vw; line-height: 1.3vw; width: 70%; margin-left: auto;}
.main2-btm {margin-top: 1.5vw;}
.main2-btm__img {display: flex; justify-content: space-between; position: relative;}
.main2-btm__img p {position: absolute; top: 15%; left: 0; font-size: 3.3vw; color: #6c75ef;}
.main2-img__left {width: 45%; position: relative;}
.main2-img__left img {border: 0.5vw solid #fff; border-left: none; position: absolute; top: 45%; left: 0; width: 130%; height: auto; object-fit: cover;}
.main2-img__right {width: 75%;}
@media (max-width: 820px){
    .main2 {margin-bottom: 3vw;}
    .main2 .wrap {padding: 0;}
    .main2-top {flex-wrap: wrap;}
    .main2-top__img {width: 100%;}
    .main2-top__img p {font-size: 15px; line-height: 18px; transform: scale(.5); transform-origin: left bottom;}
    .main2-top__txt {width: 100%;}
    .main2-top__inner {width: 100%; padding: 60px 3vw 3vw; position: relative; top: 0; left: 0;}
    .main2-top__inner h2 {display: inline-block; font-size: 25px; transform-origin: top left; position: absolute; left: 50%; top: 25%; transform: translateX(-50%) rotate(-20deg);}
    .main2-top__inner p {width: 100%; text-align: center; font-size: 10px; line-height: 14px; margin-top: 30px;}
    .main2-btm {padding-bottom: 3vw;}
    .main2-btm__img {padding: 0 3vw;}
    .main2-btm__img p {display: none;}
    .main2-img__left {width: calc(50% - 5px); order: 2; margin-left: 5px; display: none;}
    .main2-img__left img {border: none; position: static; width: 100%;}
    .main2-img__right {width: 100%; order: 1;}
}

/* ===============================================================
    * main3
=============================================================== */
.main3-box1 {display: flex; justify-content: space-between; margin-bottom: 1.5vw;}
.main3-box1__left {width: 50%; position: relative;}
.main3-left__txt {position: absolute; width: 120%; top: 50%; left: 10%; transform: translateY(-50%); z-index: 1;}
.main3-left__txt:after {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 45vw; height: 18vw; border-radius: 9vw; background: #fff; z-index: -1;}
.main3-left__txt h2 {font-size: 6.6vw; color: #973497;}
.main3-left__txt p {font-size: 1.35vw; text-align: right; margin-right: 10vw; margin-top: 1vw;}
.main3-box1__right {width: 80%; position: relative;}
.main3-box1__right img {z-index: 1;}
.main3-box1__right:after {content: ''; width: 16.6vw; height: 19.3vw; position: absolute; right: -3vw; top: 70%; background: url(http://img.einet.kr/P202102017/home/main/main02/deco1.png) no-repeat center / cover; z-index: -1;}
.main3-box2 {display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5vw;}
.main3-box2__left {width: 65%;}
.main3-box2__right {width: 35%; padding-left: 2vw;}
.main3-box2__right p {font-size: 0.8vw; line-height: 1.3vw;}
.main3-box3 {display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5vw;}
.main3-box3__left {position: relative; width: 35%; text-align: center;}
.main3-box3__left img {width: 26.4vw; height: 29.7vw;}
.main3-box3__left h3 {font-size: 3.3vw; color: #6c75ef; position: absolute; left: 50%; top: 80%; transform: translateX(-50%); width: 100%;}
.main3-box3__right {width: 65%;}
.main3-box4 {position: relative; margin-bottom: 1.5vw;}
.main3-box4 > img {margin-bottom: 1.5vw; width: 100%;}
.main3-box4__img {display: flex; justify-content: space-between;}
.main3-box4__left, .main3-box4__right {width: 50%; position: relative;}
.main3-box4__right img {margin-top: 0; border: 0.75vw solid #fff; border-right: none; border-top: none;}
.main3-box4__left img {border: 0.75vw solid #fff; border-left: none; border-top: none;}
@media (max-width: 820px){
    .main3-box2__right p {transform: scale(.5); transform-origin: left; width: 200%; font-size: 10px; line-height: 16px;}
    .main3-box4 > img { width: 100%;}
}

/* ===============================================================
    * main4
=============================================================== */
.main4 {margin-bottom: 9.3vw;}
.main4-top {display: flex; justify-content: space-between;}
.main4-top__left {padding-left: 3vw; width: 65%;}
.main4-top__right {position: relative; width: 35%; display: flex; flex-direction: column; justify-content: space-between; padding-left: 1.5vw; padding-top: 3vw;}
.main4-top__right:after {content: ''; position: absolute; height: 10.4vw; width: 9.2vw; right: 0; top: 3vw; background: url(http://img.einet.kr/P202102017/home/main/main03/deco1.png) no-repeat center / cover;}
.main4-right__txt h3 {font-size: 3.3vw; color: #6c75ef; margin-bottom: 2vw;}
.main4-right__txt p {font-size: 0.8vw; line-height: 1.3vw; opacity: .5;}
.main4-right__head {position: relative; margin-bottom: 1.5vw;}
.main4-right__head span {display: block; font-size: 3.3vw;}
.main4-right__head .bg {width: 26vw; margin-left: auto; height: 8vw; background: #454fd2;}
.main4-right__head .circle {position: absolute; top: -0.5vw; left: 2vw; width: 9.3vw; height: 9.3vw; line-height: 9.3vw; border-radius: 50%; background: #fff; color: #7167b1; text-align: center;}
.main4-top__img {display: flex; justify-content: center; margin-top: -0.75vw; margin-bottom: 5.2vw;}
.main4-top__img img {border-top: 0.75vw solid #fff; border-left: 0.75vw solid #fff; width: 35%;}
.main4-btm {display: flex; justify-content: space-between;}
.main4-btm__left {width: 65%; position: relative;}
.main4-btm__right {width: calc(35% - 1.5vw); display: flex; flex-direction: column; justify-content: space-between; text-align: center;}
.main4-btm__right h2 {font-size: 2.6vw; color: #973497; padding-top: 5vw;}
.main4-btm__right img {height: 50%;}
.drop {position: absolute; right: -3.9vw; bottom: -3.9vw;}
.drop-bg {position: relative; display: inline-block; width: 7.8vw; height: 7.8vw; border-radius: 0 50% 50% 50% / 0 50% 50% 50%; background: #973497; border: 0.2vw solid #fff; transform: rotate(-45deg);}
.drop .paris {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; font-size: 3.6vw; color: #fff;}
@media (max-width: 820px){
    .main4-top {flex-wrap: wrap;}
    .main4-top__left {padding-left: 0; width: 100%;}
    .main4-top__right {width: 100%;}
    .main4-right__txt h3 {font-size: 12px; line-height: 14px;}
    .main4-right__txt p {width: 200%; font-size: 14px; line-height: 22px; transform: scale(.5); transform-origin: left top;}
    .main4-right__head {width: 50%; margin-left: auto;}
    .main4-right__head .bg {width: 100%; height: 40px;}
    .main4-right__head .circle {width: 50px; height: 50px; line-height: 50px; top: -5px; left: -3vw; font-size: 20px;}
    .main4-top__img img {width: 45%;}
}
@media (max-width: 500px){
    .main4-top__right:after {width: 15.2vw; height: 16.4vw; right: 5vw;}
    .main4-right__head {margin-top: -4vw;}
}

/* ===============================================================
    * main5
=============================================================== */
.main5 {position: relative; width: 100%; height: auto; background: url(http://img.einet.kr/P202102017/home/main/main03/06.png) no-repeat center / cover; margin-bottom: 1.5vw;}
.main5-fac__tit {width: 50vw; margin: 0 auto; color: #fff; padding-top: 8.3vw; padding-bottom: 2vw; border-bottom: 1px solid rgba(255,255,255,.5); }
.main5-fac__tit h2 {font-size: 3.3vw;}
.main5-fac__tit p {font-size: 1.6vw; line-height: 3.3vw; margin: 4vw 0 1vw;}
.main5-fac__tit p em {font-weight: 700; font-size: 3.3vw;}
.main5-fac__tit span {font-size: 0.8vw;}
.main5-fac__list {width: 50vw; margin: 0 auto; padding: 3vw 0 10vw; display: flex; justify-content: space-between; flex-wrap: wrap;}
.main5-fac__item {width: 24%; margin-bottom: 2vw;}
.fac-item {text-align: center; color: #fff;}
.fac-item a {display: block;}
.fac-item p {font-size: 0.8vw; line-height: 1.3vw;}
.fac-item .kor {font-weight: 700;}
@media (max-width: 820px){
    .main5-fac__tit {width: 85vw;}
    .main5-fac__tit h2 {font-size: 24px;}
    .main5-fac__tit p {font-size: 12px; line-height: 24px;}
    .main5-fac__tit p em {font-size: 24px;}
    .main5-fac__tit span {font-size: 12px; display: inline-block; transform: scale(.5); transform-origin: center;}
    .main5-fac__list {width: 85vw;}
    .fac-item p {font-size: 10px; line-height: 14px;}
}

/* ===============================================================
    * main6
=============================================================== */
.main6 {position: relative;}
.main6-txt {position: absolute; width: 100%; left: 0; text-align: center;}
.main6-txt__top {top: 20%;}
.main6-txt__top p {font-size: 0.8vw; line-height: 1.3vw; font-weight: 500; color: #fff;}
.main6-txt__top h2 {font-size: 10vw; color: #fff; text-shadow: -3px 0 0 rgba(69, 79, 210, 1); margin: 3vw 0;}
.main6-txt__top h3 {font-size: 1.1vw; line-height: 1.3vw; letter-spacing: 0.2em; color: #fff; opacity: .5;}
.main6-txt__btm {bottom: 10%; font-size: 0.8vw; line-height: 1.3vw; color: #fff;}
@media (max-width: 820px){
    .main6-txt__top p {font-size: 10px; line-height: 14px;}
    .main6-txt__btm {display: none;}
}
