@charset "utf-8";

.slide-list,
.slide-list div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
	}	
.slide-list .slick-slide {
	float: left;
	}

.slider-controls {
    position: relative;
    display: inline-block;
	}    
.progress-bar {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 4px;
	margin: 0 16px 0 20px;
	background-color: #E8E8E8;
	vertical-align: middle;
    overflow: hidden;
	}
.progress-bar::after,
.progress-bar .ba {
	position: absolute;
	top: 0;
	left: 0; 
	width: 0;
	height: 100%;
	background-color: #C7A582;
	content: "";
	}
.progress-bar.action::after  {
	width: 100%;
	animation-name: playBar;
	animation-duration: 3.5s;
	animation-iteration-count: 1; 
	animation-timing-function: ease-out;
	}
.progress-bar.pause::after {
	animation-play-state: paused;
	}
.progress-bar.play::after {
	animation-play-state: running;
	}
@keyframes playBar {
	0% {width: 0;}
	100% {width: 100%;}
	}
.slider-num	{
	display: inline-block;
	font: 500 16px 'Montserrat';
	}
.slider-num .current_slide {
	position: absolute;
	left: 0;
	}
.slider-btn {
	display: inline-block;
	position: relative;
	height: 20px;
    margin-left: 25px;
    vertical-align: middle;
	}	
.slider-btn button {
	width: 20px;
	height: 20px;
    vertical-align: top;
	}	
.slider-btn .btn-next {
	margin-left: 36px;
	}
.slider-btn i {
	display: block;
	color: #fff;
	text-align: center;
	vertical-align: top;
	font-size: 20px;
	}
.slick-auto {
	position: absolute;
    top: 0;
	left: 30px;
	}
.slick-auto.off {
    display: none;
	}
		
.visual {
    position: relative;
    height: 470px;
    }
.visual .first-area {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
	}
.visual .title .eng-tit {
    display: block;
    margin-left: 40px;
	color: #fff;
	letter-spacing: 39px;
	font-size: 45px;
	}
.visual .title .eng-tit .point {
	color: #C7A582;
	}
.visual .desc {
    margin: 20px 0 25px;
    font-size: 19px;
    font-weight: 100;
	opacity: 0.7;
	}
.visual-slide {
	z-index: -1;
	}		
.visual-slide .visual-bg {
    width: 100%;
	height: 100%;
    background-size: cover !important;
	}
.eng-tit {
    color: #333;
    font: 400 40px/1 Playfair Display;
    }
    
/* 객실안내 */    
.hotel-room {
	position: relative;
	height: 430px;
    margin-bottom: 50px;
    color: #fff;
    overflow: hidden;
    }
.room-type {
    margin: 0 -15px;
    overflow: hidden;
    }
.room-type .slick-slide {
    width: 557px !important;
    height: 350px;
    margin: 0 15px;
    transition: all .2s .3s;
	}
.room-type .slick-slide:nth-child(2n) {
    margin-top: 80px;
    transition: all .2s .3s;
    }
.room-type .slick-slide > div {
	height: 100%;
	}
.room-type .room {
	display: inline-block;
	position: relative;
    transition: all .2s .3s;
    overflow: hidden;
	}
.room-type .thumb {
	display: block;
	position: relative;
    line-height: 1;
    transition: all .25s ease;
    overflow: hidden;
	} 
.room-type .thumb img {
	max-width: 100%;
	}
.room-type .thumb::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
    transition: all .25s ease;
	content: '';
	}
.room-type .tit {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
    transition: all .25s ease;
	font-size: 20px;
	}	
.room-type .tit .eng {
	display: block;
    font: 300 17px/1.2 Montserrat;
    opacity: .5;
	}
.hotel-room .slider-controls{	
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
	}
.hotel-room .progress-bar::after {
	display: none;
	}
.hotel-room .progress-bar .ba {
	width: 16.66%;
    transition: all 0.75s ease-in-out;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
	}
.room-type .room:hover .thumb::after,
.room-type .room:hover .tit {
	opacity: 0;
	}	
/* 시설안내 */
.facility-wrap {
    padding: 35px 20px 0;
    background-color: #000;
	color: #fff;
    overflow: hidden;
    }
.facility-wrap .facility-info {
    position: relative;
    margin-bottom: 45px;
    }
.facility-info .section-tit {
    display: inline-block;
	margin-bottom: 20px;
    font: 500 20px/1.2 Montserrat;
	}
.facility-info .facility-list {
	height: 233px;
    text-align: center;
	overflow: hidden;
	}
.facility-info .facility-list li {
	height: 100%;
	overflow: hidden;
	}
.facility-info .facility-list li img {
	max-width: 100%;
	}	
.facility-info .facility-list li a {
	display: block;
	}
.facility-info .bx-viewport {
    height: 100% !important;
    } 
.facility-info .bx-controls {
    position: absolute;
    top: 0;
    right: 0;
    }	
.facility-info .bx-controls > div {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    }
.facility-info .bx-controls a {
    height: 10px;
    vertical-align: middle;
    }  
.facility-info .bx-controls a i {
	font-size: 17px;
	}   
.facility-info .bx-pager .bx-pager-link {
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: -1px 5px 0 0; 
    background-color: #808080;
    border-radius: 100%;
    color: transparent; 
    }
.facility-info .bx-pager .bx-pager-link.active {
    background-color: #fff;
    }
.facility-info .bx-controls-auto a 	{
	color: #fff;
	}
.facility-info .bx-controls-auto a.active {
	display: none;
	}
    
/* 공지사항 */
.notice-area {
    position: relative;
    margin-bottom: 180px;
    padding-left: 335px;
    background: url(../../images/main/notice_pic.jpg) no-repeat 0 0;
    overflow: hidden;
    }
.notice-area .title-area {
    float: left;
    color: #fff;
    }
.notice-area .section-tit {
    margin: 30px 0 25px;
    color: #fff;
    } 
.notice-area .sub-tit {
	color: #888; 
	font-size: 17px;
	font-weight: 400;
    }
.notice-area .more {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
    position: absolute;
    left: 335px;
    bottom: 85px;
    width: 50px;
    height: 50px;
    background-color: #444;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
    }
.notice-area .more i {
	font-size: 24px;
	}
.notice-area .more:hover {
	background-color: #C7A582;
	text-decoration: none;
	}
.notice-list {
	float: right;
	width: 560px;
    overflow: hidden;
    }
.notice-list > li {
    position: relative;
    margin-top: 30px;
    padding: 30px 10px 0;
    border-top: 1px solid #333;
    overflow: hidden;
    }
.notice-list > li:first-child {
    margin-top: 0;
	padding-top: 10px;
	border-top: none;
	}
.notice-list > li::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    }
.notice-list a {
    display: block;
    position: relative;
    float: right;
    width: calc(100% - 87px);
    margin-left: 30px;
    padding-right: 80px;
    color: #fff;
	overflow: hidden; 
    }
.notice-list a::after {
	position: absolute;
	top: 50%;
	right: 0;
	color: #888;
	font-size: 28px;
	font-family: 'xeicon';
	transform: translateY(-50%);
  	content: "\e93e";
	}
.notice-list .tit {
    display: block;
    margin: 5px 0 10px;
    color: #fff;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 500;
	text-overflow: ellipsis; 
	white-space: nowrap; 
    overflow: hidden;
    }
.notice-list .sub-txt {
    display: block;
    color: rgba(255,255,255, .5);
    letter-spacing: -0.5px;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	font-size: 16px;
    overflow: hidden;
    }
.notice-list .date {
    position: relative;
    float: left;
    width: 57px;
    padding-top: 54px;
    color: #888;
    text-align: center;
    font: 500 16px/1 Montserrat;
    }
.notice-list .date > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 45px;
    }

/* 오시는 길 */
.loaction-area {
	position: relative;
	height: 700px;
    }
.loaction-area::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background-color: #fff;
	transform:translateX(-50%);
	content: '';
	z-index: -1;
	}
.loaction-area .info {
    position: relative;
    width: 680px;
    padding: 126px 0 150px;
    }
.loaction-area .section-tit {
    margin-bottom: 55px;
    }
.address-tel {
    margin-bottom: 60px;
    font-size: 17px;
    }
.address-tel strong {
    display: block;
    margin-top: 8px;
    color: #000;
    font: 500 24px/1 Montserrat;
    }
.icon-link {
    margin: 0 -7.5px;
    font-size: 16px;
    overflow: hidden;    
    }
.icon-link > li {
	float: left;
	width: 250px;
    margin: 7.5px;
    overflow: hidden;
    }
.icon-link > li a {
    display: block;
    position: relative;
    padding: 22px 30px;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
    }
.icon-link > li a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    transition: all 0.3s;
    content: '';
    }
.icon-link > li a:hover {
	text-decoration: none;
	}
.icon-link > li a:hover::before {
    border-width: 5px;
    border-color: #000;
    }
.icon-link > li a i {
	margin-right: 5px;
	vertical-align: middle;
	}
.kakao-map {
    position: absolute;
    top: 0;
    left: 680px;
    width: 100%;
    }
    
.kakao-map .quick-link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    }  
.kakao-map .quick-link a {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #444;
	color: #fff;
	transition: all 0.5s ease;
	font-size: 17px;
	font-weight: 500;
	}
.kakao-map .quick-link li:nth-child(2) a {
	background-color: #C7A582;
	}
.kakao-map .root_daum_roughmap {
	width: 100%;
	height: 100%;
    filter: grayscale(100%);
	}    
.kakao-map .root_daum_roughmap .wrap_map {
	height: 700px;
	}
.kakao-map .root_daum_roughmap .wrap_controllers {
	display: none;
	}

@media all and (min-width: 735px){
.facility-wrap {
	display: flex; display: -webkit-flex; flex-flow: row wrap;
    margin: 0 -10px;
    padding-bottom: 45px;
	}	
.facility-wrap .facility-info {
    width: calc(50% - 20px);
    margin: 0 10px;
    }
.facility-info .facility-list {
    height: 250px;
    }
}
@media all and (min-width: 735px) and (max-width: 845px){
.facility-info .section-tit {font-size: 18px;}	
}
@media all and (max-width: 480px){
.visual .title .eng-tit {letter-spacing: 35px;}	
.facility-info .facility-list {height: auto;}
}