html. body{
    font-family: 'Noto Sans KR', sans-serif;
}

a{
    color: #000;
}

a:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #262626;
}

p{
    margin: 0;
}

.pd0{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.clear:after{
    content: "";
    display: block;
    clear: both;
}

.img_wrap{
    position: relative;
}

.img_wrap .img{
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.typo1{
    position: absolute;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 10;
    text-transform: capitalize;
}

.typo1-tit{
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: 12px;
    word-break: keep-all;
	margin-bottom:15px;
}

.typo1-txt{
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2;
	font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: 1.5px;
    word-break: keep-all;
}
#wrap.main #mainslide .typo1-txt{
	display:none;
}

.typo1 p{
    word-break: keep-all;
	text-transform:uppercase;
}

#wrap .js_row{
    max-width: 1800px;
    padding: 0 70px;
}

.title1{
    text-align: center;
    color: #6a747d;
}

.title1 .tit{
    font-size: 60px;
    line-height: 0.6;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    margin-top: 30px;
}

.title1 .txt{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Playfair Display SC', serif;
    letter-spacing: 1.5px;
}

#mousedown{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 50px;
    z-index: 999;
    cursor: pointer;
}

#mainslide .sd-paging{
    position: absolute;
    left: 0px;
    color: #fff;
    bottom: 0;
    z-index: 20;
}

#mainslide .sd-paging div{
    display: inline-block;
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 40px;
    text-align: center;
}

#mainslide .sd-paging div.current{
    border-right: 1px solid rgba(255, 255, 255, 0.40);
}

#btn-reserve{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    font-family: 'Playfair Display SC', serif;
    font-size: 25px;
    z-index: 100;
    width: 200px;
    text-align: center;
    padding: 10px 5px;
}

#btn-reserve a{
    color: #000;
    display: block;
}

#btn-reserve img{
    vertical-align: middle;
    margin-left: 20px;
}

.content.main .title1{
    margin-bottom: 120px;
}

.content.main .js_row{
    margin-top: 60px;
}

.content.main .js_row.no1{
	margin:auto;
    margin-top: 176px;
}

.content.main .js_row.no1 .deco-txt1{
    margin-bottom: 65px;
    margin-top: 80px;
}

.content.main .js_row.no1 .rt .txt_wrap{
    margin-top: 50px;
}

.content.main .js_row.no1 .rt .txt_wrap .tit{
    margin-bottom: 30px;
}

.slide_room .img{
    padding-top: 40%;
}

.slide_room .txt_wrap{
    color: #fff;
    z-index: 50;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slide_room .txt_wrap .name{
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    line-height: 1.25;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.slide_room .txt_wrap .info{
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 43px;
}

.slide_room .owl-dots{
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.slide_room .owl-theme .owl-dots .owl-dot span{
    background: #97969a;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.slide_room .owl-theme .owl-dots .owl-dot.active span,
.slide_room .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
    width: 23px;
    border-radius: 5px;
}

.content.main .js_row.no2{
    margin-top: 75px;
}

.room_preview,
.sp_preview{
    position: relative;
}

.content.main .room_preview{
    margin-top: 180px;
    margin-bottom: 100px;
}

.room_preview .img{
    padding-top: 90%;
}

.room_preview .txt_wrap .name{
    font-size: 15px;
    margin-top: 20px;
    word-break: keep-all;
    font-weight: bold;
    color: #959595;
}

.room_preview,
.room_preview a{
    color: #000;
}

#mainslide{
    position: relative;
}

#mainslide .owl-nav .owl-prev,
.room_preview .owl-nav .owl-prev,
.sp_preview .owl-nav .owl-prev,
.room_preview .owl-nav .owl-next,
.sp_preview .owl-nav .owl-next,
#mainslide .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: none;
    z-index: 10;
}

.room_preview .owl-nav .owl-prev,
.sp_preview .owl-nav .owl-prev{
    left: -55px;
}

.room_preview .owl-nav .owl-next,
.sp_preview .owl-nav .owl-next{
    right: -55px;
}

#mainslide .owl-nav .owl-prev{
    left: 0;
}

#mainslide .owl-nav .owl-next{
    right: 0;
}

#mainslide .owl-nav .owl-prev,
#mainslide .owl-nav .owl-next{
    text-transform: uppercase;
}

#mainslide .owl-nav .owl-prev i,
#mainslide .owl-nav .owl-next i{
    vertical-align: middle;
    margin-top: -2px;
}

#mainslide .owl-nav .owl-prev i {
    margin-right: 10px;
}

#mainslide .owl-nav .owl-next i {
    margin-left: 10px;
}

.sp_preview .img{
    padding-top: 59.6%;
}

.sp_preview .txt_wrap .info{
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: 100;
    margin-bottom: 50px;
    margin-top: 33px;
    color: #959595;
}

.sp_preview .txt_wrap .info p{
    word-break: keep-all;

}

#ft{
    margin-top: 100px;
    background: #6a747d;
    color: #fff;
	padding: 0 45px;
    /* padding-top: 120px;
    padding-bottom: 90px; */
	padding-top: 80px;
    padding-bottom: 60px;

}

#ft a{
    color: #fff;
}

#ft .ft-inner{
    position: relative;

}

#ft .ft-info{
    padding-right: 60%;
}

#ft .ft-info .ft_time{
    font-size: 12px;
}

#ft .ft-info .ft_info1{
    font-size: 18px;
    margin-bottom: 30px;
}

#ft .ft-info .ft_info1 .tag{
    font-size: 18px;
}

#ft .ft-info .ft_info1 .txt{
    display: inline-block;
}

#ft .ft-info .ft_info2{
    font-size: 13px;
}

#ft .ft-info .ft_info2 .txt{
    margin-bottom: 5px;
}

.has_pipe span{
    border-right: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.has_pipe span:first-child{
    padding-left: 0;
}

.has_pipe span:last-child{
    border-right: none;
}

#ft_copy{
    position: absolute;
    top: 0;
    right: 70px;
    width: 40%;
    text-align: right;
    padding-top: 60px;
}

#ft_copy .ft_copy-quick a{
    display: inline-block;
    padding: 0 15px;
}

#ft_copy .ft_copy-quick a i{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

#ft_copy .ft_copy-quick a:last-child{
    padding-right: 0;
}

#ft_copy .ft_copy-info{
    opacity: 0.3;
    font-size: 12px;
    margin-top: 25px;
}

@media(max-width: 1600px){
	#ft{
		padding:0 0px;
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
@media(max-width: 1000px){
	#ft .ft-inner{
		padding:0 30px;
	}
}
@media(max-width: 1200px){
    .typo1-tit{
        font-size: 40px;
    }

    .title1 .tit{
        font-size: 50px;
        margin-top: 15px;
    }

    .content.main .js_row.no1{
        margin-bottom: 100px;
        margin-top: 140px;
    }

    .content.main .room_preview{
        margin-top: 0;
    }
}

@media(max-width: 992px){
    #btn-reserve{
        font-size: 18px;
        width: 260px;
        text-align: center;
        padding: 10px 5px;
    }

    #btn-reserve img{
        vertical-align: middle;
        margin-left: 20px;
        width: 50px;
    }

    .content.main .js_row.no1{
        margin-bottom: 100px;
    }

    .content.main .js_row.no1 .deco-txt1{
        margin-top: 0;
        text-align: center;
    }

    .slide_room .txt_wrap .name{
        font-size: 25px;
    }

    .slide_room .txt_wrap .info{
        font-size: 18px;
    }

    .slide_room .owl-dots{
        bottom: 10px;
    }

    .detail_view{
        font-size: 14px;
    }

    .slide_room .img{
        padding: 50%;
    }
}

@media(max-width: 768px){
    #btn-reserve{
        display: none;
    }
    
    .typo1{
        margin-top: 0;
    }

    .typo1-tit{
        font-size: 40px;
    }

    .typo1-deco{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .typo1-txt{
        font-size: 14px;
    }
	.js_row {
    padding: 0 15px;
	}

    #mainslide .sd-paging{
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: 0;
        transform: none;
        -webkit-transform: none;
    }

    #mainslide .sd-paging div{
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    .title1 .tit{
        font-size: 23px;
        letter-spacing: 1px;
    }

   #wrap .js_row{
        padding: 0 15px;
    }

    .content.main .room_preview{
        margin-top: 60px;
        margin-bottom: 60px;

    }

    .content.main .room_preview,
    .content.main .sp_preview{
        margin-right: -15px;
    }

    .content.main .title1{
        margin-bottom: 20px;
    }

    .room_preview .owl-carousel:after,
    .sp_preview .owl-carousel:after{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 70px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }

    .room_preview .txt_wrap{
        padding-left: 30px;
    }

    .room_preview .txt_wrap-inner{
        padding: 30px;
    }

    .room_preview .detail_view{
        margin-right: 10px;
    }

    .sp_preview .img{
        padding-top: 80%;
    }

    .sp_preview .txt_wrap{
        padding: 0 15px;
    }

    .sp_preview .txt_wrap .name{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .sp_preview .txt_wrap .info{
        font-size: 14px;
        line-height: 14px;
        height: 28px;
    }

    .room_preview .owl-stage,
    .sp_preview .owl-stage{
        right: 40px;
    }

    #ft{
	padding:0;
        padding-top: 50px;
        padding-bottom: 20px;
		
    }

    #ft .ft-info{
        padding-right: 0;
    }

    #ft_copy{
        position: static;
        width: 100%;
        text-align: left;
        padding-top: 40px;
    }

    #ft_copy .ft_copy-info{
        margin-top: 10px;
    }

    #ft .ft-info .ft_info1{
        margin-bottom: 20px;
    }

    #ft_copy .ft_copy-quick a:first-child{
        padding-left: 0;
    }


}

@media(max-width: 520px){
    #mousedown{
        bottom: 15px;
        width: 15px;
    }

    .typo1-tit{
        font-size: 25px;
        margin-top: 5px;
    }

    .typo1-deco{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .typo1-txt{
        font-size: 12px;
    }

    #mainslide .owl-nav .owl-prev,
    #mainslide .owl-nav .owl-next{
        margin-top: 0;
    }

    #mainslide .owl-nav .owl-prev .txt,
    #mainslide .owl-nav .owl-next .txt{
        display: none;
    }

    .title1 .tit{
        font-size: 20px;
        margin-top: 7px;
    }

    .title1 .txt{
        font-size: 14px;
    }

    .content.main .js_row.no1{
        margin-top: 50px;
    }

    .slide_room .txt_wrap .name{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .slide_room .txt_wrap .info{
        font-size: 12px;
    }

    .slide_room .txt_wrap .info{
        margin-bottom: 20px;
    }

    .room_preview .txt_wrap{
        padding-left: 0;
    }

    .room_preview .txt_wrap-inner{
        margin-top: 0;
        padding: 15px 5px;
    }

    .room_preview .txt_wrap .name{
        font-size: 14px;
    }

    .room_preview .txt_wrap .name span{
        display: block;
    }

    .room_preview .txt_wrap .txt{
        font-size: 12px;
    }

    .content.main .room_preview .owl-carousel:after,
    .content.main .sp_preview .owl-carousel:after{
        width: 30px;
    }

    .sp_preview .txt_wrap{
        padding: 0 5px;
    }

    .sp_preview .txt_wrap .name{
        font-size: 14px;
    }



    .sp_preview .txt_wrap .info{
        font-size: 12px;
    }

    #ft .ft-info .ft_info1{
        font-size: 18px;
    }

    #ft .ft-info .ft_info2{
        font-size: 12px;
    }
}