.header {
	width:100%;
	display:flex;
	justify-content: center;
	align-items:center;
	min-height:100px;
	/*@custom : 헤더색상 */
	background-color:rgba(10,52,89,1);
}

.header .empty {
	width:15%;
}

.header .logo {
	width:70%;
	text-align:center;
}

.header .rtime-btn {
	width:15%;
	text-align:right;
	padding-right:10px;
}



.gnb-list {
	display:flex;
	justify-content:space-between;
	align-items:center;
	min-height:55px;
	background-image:url('http://img.einet.kr/fullscreen/sample/bg/mo/bg_gnb.jpg');
	background-repeat:repeat-x;
	background-position:center top;
}

.gnb-list li.menu {
	width:15%;
	text-align:center;
	display:flex;
	justify-content:center;
	color:#7a7a7a;
	cursor:pointer;
	padding:8px 0;
	border-radius:4px;
}

.gnb-list li.bar {
	width:2px;
	height:14px;
	background:url('http://img.einet.kr/fullscreen/sample/button/mo/ver_bar.png') no-repeat ;
}

.gnb-list li a {
	font-family: 'Noto Sans KR','맑은 고딕', 'Malgun Gothic', 'Dotum',sans-serif;
	font-size:0.9em;
}

.service-title-section {
	width:100%;
	margin-top:8px;
	/*@custom 서비스 바탕색 */
	background-color:rgba(51,51,51,1);
	text-align:center;
	min-height:132px;
}

.service-title-list {
	min-height:132px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.service-title-list li {
	color:#fff;
}

.service-title-list li.title {
	margin:0 10px;
}

.service-title-list li .eng {
	font-size:1.3em;
	font-family: 'Droid Sans',sans-serif;
}

.service-title-list li .han {
	font-size:1em;
	color:#8a8a8a;
	font-family: 'Noto Sans KR','맑은 고딕', 'Malgun Gothic', 'Dotum',sans-serif;
}

.service-section {
}

.service-section .service-list li {
	padding-left:20px;
	min-height:120px;
	background-position:center center;
	background-size:cover;
	display:flex;
	align-items:center;
	position:relative;
}


.service-section .service-list li p.pattern {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
}

.service-section .service-list li p.title {
	width:100%;
	line-height:1.2em;
	z-index:9;
}

.service-section .service-list li:nth-child(odd) p.title {
	text-align:left;
	padding-left:15px;
}

.service-section .service-list li:nth-child(even) p.title {
	text-align:right;
	padding-right:15px;
}


.service-section .service-list li .service {
	font-size:0.8em;
	color:#b4b4b4;
	font-family: 'Noto Sans KR','맑은 고딕', 'Malgun Gothic', 'Dotum',sans-serif;
}

.service-section .service-list li .eng-title {
	font-size:1.5em;
	color:#fff;
	font-family: 'Droid Sans',sans-serif;
}

.service-section .service-list li .han-title {
	font-size:1em;
	color:#fff;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
}


.home-title-section {
	width:100%;
	margin-top:8px;
	background:#fff;
	text-align:center;
	min-height:132px;
}

.home-title-list {
	min-height:132px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.home-title-list li.line {
}

.home-title-list li.title {
	margin:0 10px;
}

.home-title-list li .eng {
	font-size:1.3em;
	/*@custom 포인트 컬러 */
	color:#0a3459;
	font-family: 'Droid Sans',sans-serif;
}

.home-title-list li .han {
	font-size:1em;
	color:#8a8a8a;
	font-family: 'Noto Sans KR','맑은 고딕', 'Malgun Gothic', 'Dotum',sans-serif;
}


@media all and (min-width:414px) {
/*
	.home-title-list .line {
		display:block;
	}
*/
}

.rooms-carousel .owl-dots {
	display:none;
}

.rooms-carousel .room-name {
	position:absolute;
	top:0;
	left:0;
	/*@custom 포인트 컬러 */
	background-color:rgba(10,52,89,0.9);
	padding:8px;
	color:#fff;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
}


.rooms-carousel .room-info-section {
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ccc;
	border-top:none;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
	min-height:80px;
}

.rooms-carousel .room-info1 {
	width:50%;
	padding:10px 5px;
	color:676767;
	font-size:0.9em;
	text-align:center;
	height:100%;
}

.rooms-carousel .room-info1 .room_eng_title {
	display:none;
}

.rooms-carousel .room-info1 .room_class {
	display:none;
}

.rooms-carousel .room-info1 .room_type {
	display:none;
}

.rooms-carousel .room-info2 {
	width:50%;
	padding:10px 5px;
	color:#999;
	font-size:0.8em;
	height:100%;
}

.rooms-carousel .room-info2 .room_remark {
	display:none;
}

.rooms-carousel .room-info2 .room_class {
	display:none;
}

.rooms-carousel .room-info2 .room_type {
	display:none;
}

.rooms-carousel .room-info2 .room_man {
	display:none;
}



.facs-menu-list {
	width:92%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	text-align:center;
}

.facs-menu-list li {
	width:32%;
	box-sizing:border-box;
	/* @custom 포인트 컬러 */
	border:1px solid #0a3459;

	/* @custom 포인트 컬러 */
	color:#0a3459;
	padding:5px 0;
	margin:0px 2px 5px 2px;
}




.facs-menu-list li a {
	font-size:0.8em;
}

.facs-menu-list li.selected {
	/* @custom 포인트 컬러 */
	background-color: #0a3459;
	color:#fff;
}



.facs-photo-section {
	width:92%;
	margin:20px auto 0 auto;
}

.facs-photo-section .owl-dots {
	display:none;
}

.facs-photo-section .facs-desc {
	padding:10px;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
	font-size:0.8em;
	color:#848484;
}

.feeling-photo-section {
	width:100%;
	margin-top:50px;
}


.travel-title-section {
	width:100%;
	margin-top:8px;
	background:#fff;
	text-align:center;
	min-height:132px;
}


.gnb-list li.selected {
	/* @custom 포인트 컬러 */
	background-color: #0a3459;
	color:#fff;
}

.travel-carousel .item .title {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background-color:rgba(0,0,0,0.3);
	padding:8px 20px;
	color:#fff;
}




.contact-section {
	width:100%;
	padding-top:30px;
}

.contact-list {
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:90px;

	/*@custom 포인트 컬러 */
	border-bottom:1px solid #0a3459;
}

.contact-list li {
	height:100%;
	text-align:center;
	font-size:1em;

	/* @custom 포인트 컬러 */
	color:#0a3459;
	text-align:center;
}

.contact-list li .phone {
	color:#666;
	font-size:0.8em;
}

.contact-list li .address {
	color:#888;
	font-size:0.8em;
}




.company-section {
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #ccc;
}

.company-section li {
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
	font-size:0.8em;
	color:#9f9f9f;
	padding:10px 5px;
	text-align:center;
	line-height:1.8em;
}

.company-section2 {
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #ccc;
}

.company-section2 li {
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
	font-size:0.8em;
	color:#9f9f9f;
	padding:10px 5px;
}


.admin-section {
	min-height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.admin-section li {
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
	font-size:0.8em;
	color:#9f9f9f;
	padding:10px 5px;
}

.admin-section li.rule {
	/* @custom 포인트 컬러 */
	color:#0a3459;
}

.admin-section li.inet {
	font-weight:bold;
}


#ret-sub-menu {
	max-height: 0;
	transition: max-height 2s ease;
	overflow: hidden;
	width:100%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 100%);
}


#ret-sub-menu.show {
	max-height: 1200px;
	transition: max-height 2s ease;
}


#ret-sub-menu .sub-menus li {
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum',sans-serif;
	font-size:0.9em;
	color:#999;
	text-align:center;
	border-bottom:1px solid #eaeaea;
	padding:10px 5px;
}

#ret-sub-menu .sub-menus li:nth-last-child(1) {
	border-bottom:none;
	font-size:1.5em;
	text-align:right;
	padding-right:10px;
}

#ret-sub-menu .sub-menus li:nth-child(1) {
	border-top:1px solid #ccc;
}

#ret-sub-menu .sub-menus li:nth-last-child(2) {
	border-bottom:none;
}


.owl-theme {
	position:relative;
}

.owl-controls {
	width:100%;
	position:absolute;
	left:0;
	top:-30px;
	z-index:99;
	text-align:center;
}

.owl-prev {
	position:absolute;
	left:-2px;
	top:50%;
	transform:translateY(-50%);
}

.owl-next {
	position:absolute;
	right:-2px;
	top:50%;
	transform:translateY(-50%);
}


.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	/* @custom 포인트 컬러 */
	background: #0a3459;
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99;
}