@charset 'utf-8';
body { -ms-overflow-style: none; overflow: auto; }
::-webkit-scrollbar { display: none; }


.vimeoWrap {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  margin:0;
}
.vimeoWrap iframe,
.vimeoWrap object,
.vimeoWrap embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.vimeo-area {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  margin: auto;
  /* z-index: 80; */
}

.section1 .vimeoSlogan {
  position: absolute;
  left:50%;
  transform:translateX(-50%);
  top:43%;
  text-align: center;
}
.section1 .vimeoSlogan p {
  font-family:"Nunito",sans-serif;
font-size:52px;
font-weight:900;
font-style:normal;
line-height:55px;
letter-spacing:10px;
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 32px 0px;

  /*
  margin-bottom:32px;
  color:#fff;
  font-family:'Open Sans', sans-serif;
  font-size:55px;
  text-shadow:0px 2px 6px rgba(0, 0, 0, 0.46);
  letter-spacing:11px;
  text-align:center;
  transform: translateY(50%);
  */
}
.section1 .vimeoSlogan .vimeo_play {
  width:220px; height:70px;
  margin:auto;
  transition: background 0.5s, opacity 0.5s;
  cursor:pointer;
  transform: translateY(50%);
  text-shadow:0px 2px 6px rgba(0, 0, 0, 0.46);
}
.section1 .vimeoSlogan .vimeo_play:hover {
  background-color: rgba(27, 101, 179, 0.6);
}
.section1 .vimeoSlogan .vimeo_play i {
  margin-right:10px;
  padding: 8px 8px 8px 14px;
  color:#fff;
  font-size:16px;
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0px 2px 6px rgba(0, 0, 0, 0.46);
}
.section1 .vimeoSlogan .vimeo_play i:before {
  text-shadow:0px 2px 6px rgba(0, 0, 0, 0.46);
}
.section1 .vimeoSlogan .vimeo_play span {
  color:#fff;
  font-family:'Nunito', sans-serif;
  font-size:18px;
  line-height:70px;
  font-weight:bold;
  text-shadow:0px 2px 6px rgba(0, 0, 0, 0.46);
}

/* 외부 css 가져오기 */
.mfp-bg {
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1043;
  position: absolute;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%; right:0; left: 0;
  transform: translateY(-50%);
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%; height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-close {
  width: 44px; height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0; right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: 'Nunito', sans-serif;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top:-40px;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0; left: 0;
  width: 100%; height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

.section1 .vscrollDown {
  position: absolute;
  bottom: 150px;
  right: 0;
  left: 0;
  margin: auto;
  width: 65px;
  height: 45px;
  background: url(http://img.einet.kr/responsive/home/carousel/theme02/scroll_down.png) 0 0 no-repeat;
  z-index: 999;
  cursor: pointer;
}


@media (max-width:1400px) {
  .section1 .vimeoSlogan p {
    margin-bottom:10px;
    font-size: 42px;
  }
}

@media (max-width:820px) {
  .section1 {
    padding-top:50px;
    /*padding-bottom:15px;*/
  }

  .section1 .vimeoSlogan p {
    display:none;
    /*
    font-size: 14px;
    */
  }

  .section1 .vimeoSlogan .vimeo_play {
    display:none;
    height:50px;
  }
  .section1 .vimeoSlogan .vimeo_play span {
    font-size:15px;
    line-height:50px;
  }

  .section1 .vscrollDown {
    display:none;
  }
}




.cp3_map {
	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;
}
.service_list li .service_name {
	height:28px;
	font-family:'Noto Sans KR', sans-serif;
	font-size:14px;
}

@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;
	}
}

@media (max-width:820px) {
	.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 img {
	width:100%;
}


.cp3_map {
	    height: auto;
    max-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: 'Nunito', 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: 'Nunito', 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:'Nunito', 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:46%;
	left:50%;
	margin: auto;
	transform:translateX(-50%);
	font-family: 'Nunito', sans-serif;
	color: #fff;
	text-align: center;
	z-index: 30;
	overflow: hidden;
	pointer-events: none;  
}
.section2 .sloganWrap h5 {
	font-family:"Nunito",sans-serif;
font-size:60px;
font-weight:400;
font-style:normal;
line-height:60px;
letter-spacing:12px;
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:30px;
font-weight:500;
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;
}

.sec3_top {
	 margin-top:0px;
}

.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:#01374d;
}
.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: "Nunito",sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.02rem;
    color: #01374d;
    text-shadow: none;
    padding: 20px 0px 4px 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:"Nunito",sans-serif;
font-size:14px;
font-weight:900;
font-style:normal;
line-height:40px;
letter-spacing:-0.4px;
color:rgba(244,181,44,1);
text-shadow:none;
background-color:rgba(0,0,0,0);
padding:0;
margin:0;
border:0px none #1b65b3;
border-radius:0px;
background-image:0px;
box-shadow:0px;
border:0px none #1b65b3;
border-radius:0;

	transition: background-color 0.5s;
	transition: letter-spacing 0.5s;
}

.roomList_wrap a .detailview:hover {
color:rgba(227,136,164,1);
}

.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:10px;
    }
    .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 7px;
        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:'Nunito','sans-serif';
font-size:52px;
font-weight:900;
font-style:normal;
line-height:50px;
letter-spacing:-0.08rem;
color:#01374d;
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;border-radius:0px;
background-image:0px;
box-shadow:0px;
;
border-radius:0;

}
.room_title a {
	display:inline-block;
	width:200px; height:50px;

	font-family:"Nunito",sans-serif;
font-size:15px;
font-weight:900;
font-style:normal;
line-height:50px;
letter-spacing:-0.4px;
color:rgba(255,255,255,1);
text-shadow:none;
background-color:rgba(241,180,48,1);
padding:0;
margin:0;
border:0px solid #333333;
border-radius:40px;
background-image:40px;
box-shadow:40px;
border:0px solid #333333;
border-radius:40;


	transition: background-color 0.5s;
}

.room_title a:hover {
background-color:rgba(227,136,164,1);
}

/*
.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;
    }
    .room_title a {
        height:30px;
        line-height:30px;
    }
    .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:160px; }
    .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:"Nunito",sans-serif;font-size:44px;font-weight:900;font-style:normal;line-height:27px;letter-spacing:-1px;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;padding:0px;margin:32px 0px;
}
.fac_title a {
	display:inline-block;
	width:200px; height:50px;
	font-family:"Nunito",sans-serif;font-size:14px;font-weight:900;font-style:normal;line-height:50px;letter-spacing:-1px;color:rgba(27,101,179,1);text-shadow:none;padding:0px;margin:0px;
	transition: background-color 0.5s;
}

.fac_title a:hover {
background-color:rgba(217,236,255,1);
}

/*
.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:'Nunito', sans-serif;
	font-size:14px;
	letter-spacing:-2px;
	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:10px;
    }

    .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;
    }
    .fac_title a {
        height:30px;
        line-height:30px;
    }
    .section7 {
        padding: 20px 0 15px;
    }
}

@media (max-width:600px) {
.facList_wrap .swiper-container { position:relative; padding-bottom:60px; }
.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;
}
#section8 img {
	width:100%;
}








/*공통*/
.p-section.type-service{background:url('http://img.einet.kr/P202010013/home/images/p-service-back.jpg')no-repeat center center / cover;padding:150px 0; margin:0px 0 10px;}
.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__inbox.type-body{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: "Nunito",sans-serif; font-size: 50px; 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:"Nunito",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:20%; 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:"Nunito",sans-serif;font-weight:900;letter-spacing: 12px;text-align: center; margin-top:80px;}

@media (max-width:820px){
    .pc-item{display:none !important;}
    
    .p-section.type-service{padding:60px 0;}
    .p-service__inner.type-tit{width:320px;padding-bottom:20px;}
    .p-service__inbox.type-body{margin-top:20px; width: 84%}
    .p-service__tit{font-size:34px; line-height:30px;}
    .p-service__sub{font-size:14px;margin-top:10px;}
    
    .p-service__item{width:50%; padding-top:26px;}
	.last{width:100%; }
    .p-service__icon{      display: block;  font-size:20px; margin:0 0 -10px 0px; padding:0px;}
    .p-service__link{font-size:14px;height:64px;line-height:62px;}
    .p-service__span{margin:0px; padding:0px;}
    .p-service__span:before{display: none; }
    .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;}
    
}
/*부대시설*/
/* .p-fac{padding:130px 0 ;background:url('http://img.einet.kr/P202010013/home/images/p-fac-back.jpg')no-repeat center center /cover; } */
.p-fac{padding:100px 0 ; }
.p-fac__tit{font-family: "Nunito",sans-serif; font-size: 52px; font-weight: 900; font-style: normal; line-height: 60px; letter-spacing: -0.08rem; color: #01374d; padding: 0;  margin: 0; text-align:center;}
.p-fac__sub{margin-top:14px;line-height:1;font-size:16px; color:rgba(136,136,136,1);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-train{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_1.jpg')no-repeat center center /cover;}
.p-fac__item.type-car{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_2.jpg')no-repeat center center /cover;}
.p-fac__item.type-boat{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_3.jpg')no-repeat center center /cover;}
.p-fac__item.type-out-pool{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_4.jpg')no-repeat center center /cover;}
.p-fac__item.type-bounce{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_5.jpg')no-repeat center center /cover;}
.p-fac__item.type-in-pool{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_6.jpg')no-repeat center center /cover;}
.p-fac__item.type-spa{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_7.jpg')no-repeat center center /cover;}
.p-fac__item.type-bbq{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_8.jpg')no-repeat center center /cover;}
.p-fac__item.type-cafe{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_9.jpg')no-repeat center center /cover;}
.p-fac__item.type-play{background:url('http://img.einet.kr/P202010013/home/images/p-fac-back_10.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:"Nunito",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:"Nunito",sans-serif; font-weight: 700; width:100%;position:absolute;top:37%;font-size:28px;letter-spacing:-0.04rem; 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/P202010013/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:"Nunito",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:#36b1b4;}
.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(54,177,180,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:30px 0 0;}
    .p-fac__tit{font-size:34px; line-height:42px; 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;}
    
    
}





button{border:0; outline:0;background:transpatrent;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:transparent}
.main1-wrap { 
  position: relative; 
  width: 100%; 
  margin: 0 auto; 
    margin-bottom:10px; 
} 
.clb:after{content:"";display:block;clear:both;} 
.fl{float:left;} 
.fr{float:right} 
.none-pc{display:none;} 
.vp-controls{display:none !important;} 
.ta-l{text-align: left;padding-left:100px;padding-right:50px;} 
.ta-r{text-align: right;padding-right:100px;padding-left:50px;} 
.Oswald{font-family: 'Nunito', sans-serif !important;} 
.noto{font-family: 'Noto Sans KR' !important; } 
.lora{font-family: 'Nunito', serif !important; } 
.ratio{width:100%;position:relative;} 
.ratio:before{content:"";display:block; padding-top:56.2555555555%;} 
.ratio__box{position:absolute;width:100%; height:100%;left:0;top:0;} 
.video-box{width:100%;height:100%;} 
.main1-row{position:relative} 
.main1-row__inbox{width:50%;height:100%; position:absolute;overflow:hidden;position:relative;} 
.main1-row__inbox.type-vid.right{margin-left:50%;} 
.main1-row__inbox.type-vid.left{} 
.main1-row__inbox.type-txt{position:absolute;width:50%} 
.main1-row__inbox.type-txt.type-a{background: url(http://img.einet.kr/P202010013/home/main_bg.jpg) 
    no-repeat center center/cover;right:0;height:100%; } 
.main1-row__inbox.type-txt.type-b{background: url(http://img.einet.kr/P202010013/home/main_bg2.jpg) 
    no-repeat center center/cover;left:0;height:100%;} 
.main1-row__table{width:100%;height:100%; display:table;} 
.main1-row__cell{display:table-cell;vertical-align: middle;width:1%} 
.main1-row__inner{display:inline-block} 
.main1-row__tit{font-family:"Nunito",sans-serif; font-size:34px;    line-height: 44px;color:#444;} 
.main1-row__sub{font-size:18px;color:#444;margin-top:25px;word-break: keep-all} 
.main1-row__btn{font-family:"Nunito",sans-serif; font-size:16px;color:#f4b52c;margin-top:70px; font-weight: 900;} 

.main1-row__btn:hover{color:#e388a4; } 

.main1-row__tit.type-fff, .main1-row__sub.type-fff, .main1-row__btn.type-fff{color:#fff !important;} 
} 
.vimeoWrap{padding-top: 56.2555555%;} 
@media (max-width: 1024px) { 


/*    .vimeoWrap{margin-top:-65px;} */
/* 
.vimeoWrap iframe{ 
    position:absolute;top:-10%;left:-10%;width:120%;height:120%; 
} 
*/ 
     
     
.main1-wrap { margin-top:2px;margin-bottom:2px;} 
.none-1024{display:none;} 
.none-pc{display:block} 
     
.ta-l{text-align: left;padding-left:15px;padding-right:15px;} 
.ta-r{text-align: right;padding-right:15px;padding-left:15px;}     
     
/*.main1-row{height:250px;}*/ 
.main1-row__inbox{width:auto} 
.main1-row__inbox.type-vid{width:56%} 
.main1-row__inbox.type-txt{width:44%} 
.main1-row__tit{font-size:12px;line-height:20px} 
.main1-row__sub{font-size:10px;line-height:12px;margin-top:10px;} 
.main1-row__btn{font-size:10px;margin-top:10px;} 

     
} 
@media (max-width: 550px) { 
/*    .main1-row{height:180px;}*/ 
        .vimeoWrap iframe{display:block;position:absolute;top:0;left:0;width:100%;height:100%;} 
		.mov_padding {padding-top: 0px;}
    
}















/*메인 객실 호버시 추가*/
.roomList_wrap a .imgWrap:before{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 85px solid rgba(54,177,180,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/P202010013/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;}
}



/* 낮밤 */
.main0 .imgWrap {
	position: relative;
	padding-top: 56.25%;
}
.main0 .imgWrap .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	transition: background-image 0.3s;
	background-image: url(http://img.einet.kr/P202010013/home/images/0_1.jpg);
}
.main0 .imgWrap .loader.night {
	background-image: url(http://img.einet.kr/P202010013/home/images/0_2.jpg);
}
.toggleWrapper {
	position: absolute;
	bottom: 60px; left: 50%;
	width: 300px; height: 70px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 100px;
	transform: translateX(-50%);
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
.toggleWrapper input {
	position: absolute;
	display: none;
}

.toggle {
	position: relative;
	display: inline-block;
	width: 90px; height: 50px;
	margin-top: 10px;
	background-color: #83D8FF;
	border-radius: 84px;
	text-align: left;
	cursor: pointer;
	transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before {
	content: 'Day';
	position: absolute;
	top: 15px; left: -60px;
	font-size: 18px;
}
.toggle:after {
	content: 'Night';
	position: absolute;
	top: 15px; right: -68px;
	font-size: 18px;
	color: #749ED7;
}

.toggle__handler {
	position: relative;
	display: inline-block;
	top: 3px; left: 3px;
	width: 44px; height: 44px;
	background-color: #FFCF96;
	border-radius: 50px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: rotate(-45deg);
	z-index: 1;
}
.toggle__handler .crater {
	position: absolute;
	background-color: #E8CDA5;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	border-radius: 100%;
}
.toggle__handler .crater--1 {
	top: 18px; left: 10px;
	width: 4px; height: 4px;
}
.toggle__handler .crater--2 {
	top: 28px; left: 22px;
	width: 6px; height: 6px;
}
.toggle__handler .crater--3 {
	top: 10px; left: 25px;
	width: 8px; height: 8px;
}

.star {
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.star--1 {
	top: 10px; left: 35px;
	width: 30px; height: 3px;
	z-index: 0;
}
.star--2 {
	top: 18px; left: 28px;
	width: 30px; height: 3px;
	z-index: 1;
}
.star--3 {
	top: 27px; left: 40px;
	width: 30px; height: 3px;
	z-index: 0;
}
.star--4,
.star--5,
.star--6 {
opacity: 0;
transition: all 300ms 0 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.star--4 {
	top: 16px; left: 11px;
	width: 2px; height: 2px;
	transform: translate3d(3px, 0, 0);
	z-index: 0;
}
.star--5 {
	top: 32px; left: 17px;
	width: 3px; height: 3px;
	transform: translate3d(3px, 0, 0);
	z-index: 0;
}
.star--6 {
	top: 36px; left: 28px;
	width: 2px; height: 2px;
	transform: translate3d(3px, 0, 0);
	z-index: 0;
}

input:checked + .toggle {
	background-color: #749DD6;
}
input:checked + .toggle:before {
	color: #749ED7;
}
input:checked + .toggle:after {
	color: #666;
}
input:checked + .toggle .toggle__handler {
	background-color: #FFE5B5;
	transform: translate3d(40px, 0, 0) rotate(0);
}
input:checked + .toggle .toggle__handler .crater {
	opacity: 1;
}
input:checked + .toggle .star--1 {
	width: 2px; height: 2px;
}
input:checked + .toggle .star--2 {
	width: 4px; height: 4px;
	transform: translate3d(-5px, 0, 0);
}
input:checked + .toggle .star--3 {
	width: 2px; height: 2px;
	transform: translate3d(-7px, 0, 0);
}
input:checked + .toggle .star--4,
input:checked + .toggle .star--5,
input:checked + .toggle .star--6 {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
input:checked + .toggle .star--4 {
	transition: all 300ms 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:checked + .toggle .star--5 {
	transition: all 300ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:checked + .toggle .star--6 {
	transition: all 300ms 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}



@media ( max-width: 820px ) {
	.main0 {
		margin-top: 0px;
	}
	.toggleWrapper {
		bottom: 8px;
		width: 80px; height: 40px;
	}
	.toggle {
		margin-top: 5px;
		width: 70px; height: 30px;
	}
	.toggle:before {
		display: none;
	}
	.toggle:after {
		display: none;
	}
	.toggle__handler {
		top: 3px; left: 3px;
		width: 23px; height: 23px;
	}
	.toggle__handler .crater--1,
	.toggle__handler .crater--2,
	.toggle__handler .crater--3,
	.star--3,
	.star--5,
	.star--6 {
		display: none;
	}

}



.cp3_map {  
	padding: 0 0.46875%;
}