html, body{
    font-family: 'Noto Sans KR', sans-serif;
}

html{
    transition: 1s ease;
    -webkit-transition: 1s ease;
    opacity: 0;
}

html.on{
    opacity: 1;
}

a{
    color: #000;
}

a:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #262626;
}

p{
    margin: 0;
}

.title1 *,
.title2 *,
.title3 *,
.title4 *,
.title5 *,
.title6 *,
.title7 *{
    word-break: keep-all;
}

.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;
}

.align-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* width: 100%; */
}

.topbox{
    position: relative;
}

#mainslide .img_wrap,
#mainslide .img_wrap .img{
    padding-top: 0;
    height: 100%;
}

/* title */
.title1{
    color: #fff;
    padding: 0 20px;
}

.title1 .subtit{
    font-family: 'Nanum Barun Gothic';
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.title1 .tit{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Arita-buri(TTF)';
    text-align: center;
}

.title2 .subtit{
    font-family: 'Nanum Barun Gothic';
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.title2 .tit{
    font-size: 30px;
    font-weight: 500;
    font-family: 'Arita-buri(TTF)';
}

/* endtitle */
.content.main .topbox .logo,
.content.main .topbox .title1{
    transition: 1s ease;
    -webkit-transition: 1s ease;
}

.content.main .topbox .logo.off,
.content.main .topbox .title1.off{
    opacity: 0;
}

.content.main .section .section-inner{
    position: relative;
}

.content.main .section .section-inner:after{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.content.main .section.no2 .imgbox{
    padding-bottom: 5px;
    position: relative;
    height: 100%;
}

.content.main .focus-bg,
.content.main .focus-man{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.focus-point{
    position: absolute;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    transition: 2s;
    -webkit-transition: 2s;
    padding: 30px;
}

.focus-point.active{
    max-width: 970px;
    max-height: 640px;
}

.focus-point-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.focus-point .item{
    position: absolute;
    width: 140px;
    height: 140px;
    z-index: 10;
    transition: 1s;
    -webkit-transition: 1s;
}

.focus-point .item.top-lf{
    border-left: 7px solid #868686;
    border-top: 7px solid #868686;
    position: absolute;
    left: 0;
    top: 0;
}

.focus-point .item.top-rt{
    border-right: 7px solid #868686;
    border-top: 7px solid #868686;
    top: 0;
    right: 0;
}

.focus-point .item.bottom-lf{
    border-left: 7px solid #868686;
    border-bottom: 7px solid #868686;
    left: 0;
    bottom: 0;
}

.focus-point .item.bottom-rt{
    border-right: 7px solid #868686;
    border-bottom: 7px solid #868686;
    right: 0;
    bottom: 0;
}

.content.main .focus-man{
    opacity: 0;
    transition: 2s ease 1s;
    -webkit-transition: 2s ease 1s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.content.main .focus-man.active{
    opacity: 1;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.content.main .focus-bg .img,
.content.main .focus-man .img{
    padding-top: 0;
    height: 100%;
}

.content.main .section .section-inner{
    height: 100%;
}

.content.main .section.view .top,
.content.main .section.view .bottom{
    height: 50%;
}

.content.main .section.view .subslide{
    position: relative;
}

.content.main .section.view .top{
    padding-bottom: 2.5px;
}

.content.main .section.view .bottom{
    padding-top: 2.5px;
}

.content.main .section.view .subslide,
.content.main .section.view .owl-item,
.content.main .section.view .img_wrap,
.content.main .section.view .img_wrap .img{
    padding-top: 0;
    height: 100%;
}

.content.main .section.view .title2{
    z-index: 10;
    color: #fff;
}

.content.main .section.view .title2 .subtit{
    margin-bottom: 2px;
}

.content.main .section.view .top .title2{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 84px;
    padding-bottom: 87px;
    text-align: right;
}

.content.main .section.view .bottom .title2{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 84px;
    padding-bottom: 87px;
    text-align: left;
}

.content.main .section.no4{
    background: #000;
    color: #fff;
    text-align: center;
}

.btn-reserve{
    display: block;
    width: 270px;
    margin: auto;
    text-align: center;
    font-family: 'Arita-dotum(TTF)';
    background: #fff;
    color: #000;
    padding: 15px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.btn-reserve:hover{
    background: #8e0000 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.thankyoubox{
    background: #000;
    padding: 10% 30px;
    text-align: center;
}

.thankyoubox .title2 .subtit{
    margin-bottom: 30px;
}

.thankyoubox .btn-reserve{
    margin-top: 65px;
}

#ft{
    background: #000;
    text-align: center;
    padding: 150px 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.98;
    color: #626262;
}

#ft a{
    color: #626262;
}

#ft .ft_info1,
#ft .ft_info1 a{
    color: #fff;
}

.effect-text2{
    transition: 1s ease;
    -webkit-transition: 1s ease;
    opacity: 0;
}

.fp-completely .effect-text2{
    opacity: 1;
}

.effect-text2.active{
    opacity: 1 !important;
}

.nav-style1 .owl-nav{
    position: absolute;
    right: 73px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 0;
}

.nav-style1 .owl-nav [class*='owl-']{
    display: block;
    background: none;
    margin: 70px 5px;
}

.nav-style1 .sd-paging{
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.sd-paging>div{
    padding: 10px 0;
}

.nav-style1 .owl-nav [class*='owl-']:hover{
    background: none;
}

.sd-paging .current{
    border-bottom: 1px solid #fff;
}

.nav-style2 .owl-nav [class*='owl-'],
.nav-style2 .owl-nav [class*='owl-']:hover{
    background: none;
}

.nav-style2 .owl-nav{
    margin-top: none;
}

.nav-style2 .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-style2 .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav-style2 .sd-paging{
    position: absolute;
    right: 80px;
    bottom: 20px;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.nav-style2 .sd-paging>div{
    padding: 5px 0;
}

.nav-style2 .sd-paging .current{
    border-bottom: none;
}

.nav-style2 .sd-paging .total{
    margin-left: 15px;
    position: relative;

}

.nav-style2 .sd-paging .total:after{
    content: "";
    position: absolute;
    left: 1px;
    bottom: 12px;
    height: 35px;
    width: 1px;
    background: #fff;
    transform: rotate(45deg);
}

.roominfo .nav-style2 .owl-nav .owl-prev{
    left: 20px;
}

.roominfo .nav-style2 .owl-nav .owl-next{
    right: 20px;
}

.roominfo .nav-style2 .sd-paging{
    right: 40px;
}




@media(max-width: 1600px){
    .nav-style1 .owl-nav{
        right: 20px;
    }

    .nav-style1 .sd-paging{
        right: 28px;
    }

	.nav-style2 .sd-paging{
        right: 30px;
    }

    .nav-style2 .owl-nav .owl-next{
        right: 30px;
    }

    .nav-style2 .owl-nav .owl-prev{
        left: 30px;
    }

}

@media(max-width: 997px){
    .title1 .subtit{
        margin-bottom: 10px;
    }

    .title1 .tit{
        font-size: 30px;
    }
}

@media(max-width: 767px){
    .align-center{
        width: 100%;
		    pointer-events: none;
    }

    .title1 .tit{
        font-size: 23px;
        line-height: 1.3;
    }

    .title1 .subtit{
        font-size: 13px;
        margin-bottom: 13px;
    }

    .title2 .subtit{
        font-size: 13px;
        margin-bottom: 10px;
    }

    .title2 .tit{
        font-size: 20px;
        line-height: 1.4;
    }

    .content.main .topbox .logo{
        width: 100px !important;
    }

    .content.main .section.view .title2{
        padding: 20px !important;
    }

    .focus-point .item{
        width: 50px;
        height: 50px;
    }

    .focus-point{
        max-height: 150px;
        max-width: 150px;
    }

    .focus-point.active{
        max-height: 300px;
        max-width: 300px;
    }

    .focus-point .item.top-lf{
        border-left: 4px solid #868686;
        border-top: 4px solid #868686;
    }

    .focus-point .item.top-rt{
        border-right: 4px solid #868686;
        border-top: 4px solid #868686;
    }

    .focus-point .item.bottom-lf{
        border-left: 4px solid #868686;
        border-bottom: 4px solid #868686;
    }

    .focus-point .item.bottom-rt{
        border-right: 4px solid #868686;
        border-bottom: 4px solid #868686;
    }

    .thankyoubox .title2 .subtit{
        margin-bottom: 10px;
    }

    .thankyoubox .btn-reserve{
        margin-top: 35px;
    }

    .thankyoubox{
        padding: 50px 20px;
    }

    #ft{
        padding: 70px 20px;
        font-size: 14px;
    }

    .nav-style1 .owl-nav{
        right: 5px;
    }

    .nav-style1 .sd-paging{
        right: 13px;
        font-size: 12px;
        width: 30px;
    }

    .nav-style1 .owl-nav img{
        width: 20px;
    }

    .nav-style2 .sd-paging{
        right: 20px;
    }

    .nav-style2 .owl-nav .owl-next{
        right: 10px;
    }

    .nav-style2 .owl-nav .owl-prev{
        left: 10px;
    }

    .nav-style1 .sd-paging>div{
        padding: 5px;
    }

    .nav-style1 .owl-nav [class*='owl-']{
        margin: 40px 5px;
    }
}


.subslide.left .owl-carousel .owl-stage{
    transition: all 1s ease 0s !important;
}

.subslide.right .owl-carousel .owl-stage{
    transition: all 1s ease 0s !important;
}
