@charset 'utf-8';
@charset "utf-8";

.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:61px; left:0;
	width:600px;
	margin:auto;
	text-align:center;
}
.owl-dot {
	width:9px; height:9px;
	margin:3px 7px;
	background-color:#fff !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:#ccc;
	transition: width 0.5s;
	opacity:1;
}
.itemList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:46px;
	background:#ccc;
}
.itemList_wrap .swiper-container .swiper-button-prev {
	width:80px; height:80px;
	top:26%; left:0;
	background:url(../images/main/section5/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(../images/main/section5/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 {
	font-family:"Noto Sans KR",sans-serif;
	
font-size:20px;
	
font-weight:700;
	
font-style:normal;
	
line-height:26.6px;
	
letter-spacing:0px;
	
color:rgba(68,68,68,1);
	
text-shadow:none;
	
background-color:rgba(0,0,0,0);
	
padding:20px 0px 0px 0px;
	
margin:0;
	

	/*
	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 {
	font-family:"Noto Sans KR",sans-serif;
	
font-size:14px;
	
font-weight:400;
	
font-style:normal;
	
line-height:14px;
	
letter-spacing:0.7px;
	
color:rgba(119,119,119,1);
	
text-shadow:none;
	
background-color:rgba(0,0,0,0);
	
padding:8px 0px 20px 0px;
	
margin:0;
	

	/*
	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;
	transition: background-color 0.5s;
	font-family:"Open Sans",sans-serif;
	
font-size:14px;
	
font-weight:700;
	
font-style:normal;
	
line-height:40px;
	
letter-spacing:0px;
	
color:rgba(40,97,156,1);
	
text-shadow:none;
	
background-color:rgba(0,0,0,0);
	
padding:0;
	
margin:0px 0px 20px 0px;
	

	/*
	color:#1b65b3;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	*/
}

.itemList_wrap a .detailview:hover {
	
background-color:rgba(217,236,255,1);

color:rgba(27,101,179,1);

}

/*
.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:3px; bottom:-28px;
		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:#ccc !important;
	}
	.owl-dot.active {
		width:23px;
	}


	.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;
	}
	
}



.rooms1_wrap {
	position: relative;
  width: 100%; height:440px;
  overflow: hidden;
}
.rooms1_wrap .loader {
	position:relative;
}
.rooms1_wrap .loader:after {
	content:'';
	position:absolute;
	width:100%; height:100%;
	top:0; right:0; bottom:0; left:0;
	background-color:rgba(0, 0, 0, 0.5);
}
.rooms1_wrap .rooms1_slogan {
	position: absolute;
  top: 49%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
}
.rooms1_wrap .rooms1_slogan h5 {
	font-family:"Lato",sans-serif;
	
font-size:100px;
	
font-weight:700;
	
font-style:normal;
	
line-height:45px;
	
letter-spacing:6px;
	
color:rgba(255,255,255,1);
	
text-shadow:rgba(0,0,0,0.5) 0px 2px 2px;
	
background-color:rgba(0,0,0,0);
	
padding:0;
	
margin:0;
	

	/*
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:49px;
	letter-spacing:9.8px;
	text-shadow:0px 2px 2px rgba(0, 0, 0, 0.41);
	*/
}


.rooms2 {
	position: relative;
	max-width: 1400px;
	margin: 60px auto;
}

.title_wrap {
	position:relative;
	margin:0 auto;
	width:100%;
	font-size:14px;
	text-align:center;
}
.title_wrap .rooms_title {

}
.title_wrap .rooms_title h3 {
	font-family:"Open Sans",sans-serif;
	
font-size:30px;
	
font-weight:600;
	
font-style:normal;
	
line-height:30px;
	
letter-spacing:0px;
	
color:rgba(255,255,255,1);
	
text-shadow:none;
	
background-color:rgba(40,97,156,1);
	
padding:8px 0px 8px 0px;
	
margin:0;
	

	/*
	color:#222;
	font-family:'Open Sans', sans-serif;
	font-size:43px;
	*/
}
.title_wrap .rooms_title .txt {
	font-family:"Lato",sans-serif;
	
font-size:15px;
	
font-weight:400;
	
font-style:normal;
	
line-height:14px;
	
letter-spacing:2px;
	
color:rgba(136,136,136,1);
	
text-shadow:none;
	
background-color:rgba(0,0,0,0);
	
padding:0;
	
margin:12px 0px 30px 0px;
	

	/*
	margin:12px 0 30px;
	color:#888;
	font-family:'Noto Sans KR', sans-serif;
	font-size:24px;
	*/
}
.list_wrap {
	position:relative;
	margin:0 auto;
	padding: 20px 0 30px;
	width:100%;
	font-size:14px;
}
.list_wrap .rooms3_title {
	padding-top:70px;
	padding-left:30px;
	margin-bottom:30px;
}
.list_wrap .rooms3_title h3 {
	color:#222;
	font-family:'Open Sans', sans-serif;
	font-size:32px;
}
.list_wrap .rooms3_title .txt {
	margin-top:14px;
	color:#888;
	font-family:'Noto Sans KR', sans-serif;
	font-size:16px;
}
.list_wrap .itemList_wrap {
	padding:0;
}
.list_wrap .itemList_wrap ul {
	display: block;
    width: 100%;
    overflow: hidden;
}
.list_wrap .itemList_wrap ul li {
	display:inline-block;
	float:left;
	width:33.33333%;
	padding:0 15px 15px;
}
.list_wrap .itemList_wrap ul li:nth-child(3n+1) {
	clear:both;
}
.list_wrap .itemList_wrap ul li a {
	display:block;
}


.room3_wrap {
	padding:20px 260px 0;
	text-align:center;
}
.room3_wrap a {
	display:inline-block;
	width:19%;
	cursor:pointer;
	font-family:"Noto Sans KR",sans-serif;
	
font-size:20px;
	
font-weight:normal;
	
font-style:normal;
	
line-height:27px;
	
letter-spacing:0px;
	
color:rgba(102,102,102,1);
	
text-shadow:none;
	
background-color:rgba(244,244,244,1);
	
padding:20px;
	
margin:5px;
	
	/*
	margin:5px;
	padding:20px 30px;
	font-family:'Noto Sans KR', 'Open Sans', sans-serif;
	font-size:20px;
	color:#666;
	line-height:1.35;
	background-color:#f4f4f4;
	*/
}

.room3_wrap a:hover {
	
color:rgba(34,34,34,1);

}

.room3_wrap a.SEL {
	
border-top: 1px solid rgba(216,216,216,1);

border-bottom: 1px solid rgba(216,216,216,1);

background-color:rgba(255,255,255,1);

}


/*
.room3_wrap a.SEL {
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	background-color:#fff;
}
.room3_wrap a:hover {
	color:#222;
}
*/


@media (max-width:1400px) {
	.rooms2 {
		padding: 0 30px;
	}

	.title_wrap {
		position:relative;
	}

	.list_wrap {
		position:relative;
	}
	.list_wrap .itemList_wrap ul li {
		width:50%;
	}
	.list_wrap .itemList_wrap ul li:nth-child(3n+1) {
		clear:none;
	}


	.room3_wrap {
		padding:20px 60px 0;
		font-size:14px;
	}
}

@media (max-width:820px) {
	.rooms1 {
		padding-top:50px;
	}

	.rooms1_wrap {
		/*height:200px;*/
		height:40vw;
	}
	.rooms1_wrap .rooms1_slogan h5 {
		font-size:30px;
		letter-spacing:4.9px;
	}

	.rooms2 {
		padding: 0 15px;
	}

	.title_wrap {
		position:relative;
	}

	.title_wrap .rooms_title h3 {
		font-size:24px;
	}
	.title_wrap .rooms_title .txt {
		margin:13px 0 30px;
		font-size:13px;
	}
	.list_wrap {
		position:relative;
	}
	.list_wrap .itemList_wrap ul li {
		width:100%;
		padding:0 0 20px 0;
	}


	.room3_wrap {
		padding:20px 15px 0;
		font-size:14px;
	}
	.room3_wrap a { 
		margin:3px;
		width:45%;
	}
}
