@charset "utf-8";

html, body{
    height: 100%;
}
img{
    width: 100%;
    height: auto;
}

#wrap{
    width:100%;
    margin: 0 auto;
    position: relative;
}

/* R-nav */
/*#fp-nav{
	display: none;
}*/

#header{
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100px;
    z-index:200;
}

.fixbtn{
    position:fixed;
    top:120px;
    right:60px;
    display:block;
    text-align:center;
    background-color:#eee4d8;
    font-size:18px;
    padding:10px 0px;
	width: 220px;
    color: #3b4354;
    border-radius:20px;
    line-height:24px;
}

.fixbtn2{
    position:fixed;
    top:225px;
    right:60px;
    display:flex;
    text-align:center;
    background-color:#fff;
    font-size:18px;
	width: 220px;
	height: 155px;
    color: #3b4354;
    line-height:24px;
	border-top: 7px solid #3259b8;
	opacity: 1 !important;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    -moz-box-shadow: 3px 0px 5px rgba(82,82,82,0.65);
    -webkit-box-shadow: 3px 0px 5px rgb(82 82 82 / 65%);
    box-shadow: 3px 0px 5px rgb(82 82 82 / 65%);
}
.circle_wrap {
	width: 50px;
	height: 50px;
	background-color: #3259b8;
	border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto 2px;
}
.svg_box {
	display: block;
	width: 60%;
}
.eng_text {
	font-size: 20px;
	font-family: 'Noto Sans KR';
	font-weight: 800;
	color: #3259b8;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.kor_text_wrap {
	width: 100%;
	height: 40px;
	background-color: #3259b8;
	text-align: center;
}
.kor_text {
	line-height: 40px;
	font-size: 18px;
	font-family: 'Noto Sans KR';
	font-weight: 500;
	color: #fff;
	letter-spacing: -1px;
}

.fixbtn p {
	line-height: 1.3
}
.fixbtn span {
    font-size:24px;
    color:#e7544a;
    font-weight:bold;
}

@media screen and (max-width:1020px){
    .fixbtn {
        bottom:inherit;
        top:70px;
        right:10px;
        background-color:#eee4d8;
        font-size:14px;
        padding:10px 0px;
		width: 190px;
        color: #3b4354;
        border-radius:20px;
        line-height:20px;
    }
    .fixbtn2 {
        bottom:inherit;
        top:160px;
        right:10px;
		width: 190px;
		height: 125px;
    }
	.eng_text {
		font-size: 18px;
	}
	.circle_wrap {
		width:40px;
		height: 40px;
	}
	.kor_text_wrap {
		height: 30px;
	}
	.kor_text {
		font-size: 15px;
		line-height: 30px;
	}
    .fixbtn span {
        font-size:18px;
    }
}

/*s common*/
/*#fullpage{
    height: 100%;
}
#fullpage section{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 auto;
}*/

/* video */
#fullVideo{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    overflow:hidden;
    object-fit:cover;
}
@media (min-aspect-ratio:16/9) {
    #fullVideo{
        top:-50%;
        height:200%;
    }
}
@media (max-aspect-ratio:16/9) {
    #fullVideo{
        left:-50%;
        width:200%;
    }
}
@supports(object-fit:cover){
    #fullVideo{
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width:100%;
        height:100%;
        overflow:hidden;
        object-fit:cover;
    }
}
/*@media screen and (-webkit-min-device-pixel-ratio:0){
    @media (min-aspect-ratio:16/9) {
        #fullVideo{
            top:-50%;
            height:200%;
        }
    }
    @media (max-aspect-ratio:16/9) {
        #fullVideo{
            left:-50%;
            width:200%;
        }
    }
}*/

.if_bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
	z-index: 190;
}

/* SCROLL */
.section{
    position: relative;
}
.scroll{
	position: absolute;
	bottom: 32px;
	left: 50%;
	width: 100%;
    margin-left: -50%;
    height: auto;
	z-index: 80;
	text-align: center;
	color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.scroll img{
    display: block;
    width: 42px;
    margin: 0 auto 1px auto;
    animation: sc 2.3s linear infinite;
}
@keyframes sc{
            0%{transform: rotate(0)}
            50%{transform: rotate(25deg)}
            100%{transform: rotate(0)}
        }


/*e common*/



/*s ====기본화면 모바일 기준====*/

/*s m_head*/
.pc_head{
    display: none;
}

.m_head{
    height: 60px;
    background: #262626;
    position: relative;
}

.m_head .top_nav p{
    position: absolute;
    width: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.m_head .top_nav .open_btn{
    left: 7%;
}

.m_head .top_nav .m_logo{
    width: 190px;
    left: 50%;
    margin-left: -95px;
    /*top: 50%;
    transform: translateY(-50%);*/
}

.m_head .top_nav .c_icon{
    right: 7%;
}
.m_head .sideM{
    width: 260px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 300;
}
.m_head .sideM .close{
    width: 10%;
    position: absolute;
    top: 2%;
    right: 6.2%;
}
.m_head .sideM .gnb{
    padding: 8vh 12% 0 12%;
    box-sizing: border-box;
    text-align: center;
}
.m_head .sideM .gnb .d1 span,
.m_head .sideM .gnb .d1 a{
    display: block;
    width: 100%;
    padding: 2vh 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.6px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.m_head .sideM .gnb .d1:last-child span{
    border-bottom: 0;
}
.m_head .sideM .gnb .d2{
    display: none;
}
.m_head .sideM .gnb .d2 a{
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
    display: block;
    padding: 1.5vh 0;
    border-bottom: 0;
    letter-spacing: 0;
}
.m_head .balckBg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
/*e m_head*/


/*s cont1*/
#fullpage #cont1{
	width: 100%;
	height: 100%;
}
#fullpage #cont1 .c1_bg .vedio_btn{
    display: none;
}
/*e cont1*/


/*s cont2*/
#fullpage #cont1{
	width: 100%;
	height: 100%;
}


#fullpage #cont2{
    background: url(../img/visual3.jpg) no-repeat center 0/cover;
}
#fullpage #cont3{
    background: url(../img/visual4.jpg) no-repeat center 0/cover;
}
#fullpage #cont4{
    background: url(../img/visual5.jpg) no-repeat center 0/cover;
}
#fullpage #cont5{
    background: url(../img/visual1.jpg) no-repeat center 0/cover;
}
#fullpage #cont6{
    background: url(../img/visual2.jpg) no-repeat center 0/cover;
}
#fullpage #cont7{
    background: url(../img/visual6.jpg) no-repeat center 0/cover;
}
#fullpage #cont8{
    background: url(../img/visual7.jpg) no-repeat center 0/cover;
}
#fullpage #cont9{
    background: url(../img/visual8.jpg) no-repeat center 0/cover;
}
#fullpage #cont10{
    background: url(../img/visual9.jpg) no-repeat center 0/cover;
}
#fullpage #cont11{
    background: url(../img/visual10.jpg) no-repeat center 0/cover;
}
#fullpage #cont12{
    background: url(../img/visual11.jpg) no-repeat center 0/cover;
}
/*#fullpage #cont13{
    background: url(../img/visual12.jpg) no-repeat center 0/cover;
}
#fullpage #cont14{
    background: url(../img/visual14.jpg) no-repeat center 0/cover;
}*/
#fullpage #cont13{
    background: url(../img/visual15.jpg) no-repeat center 0/cover;
}


/*메인슬라이더2*/
.mainSlider2{
    width: 100%;
    height:100%;
    position: relative;
}
.mainSlider2 li{
    width: 100%;
    height:100vh;
}
.mainSlider2 .s1{
    background: url(../img/visual1.jpg) no-repeat center/cover;
}
/*.mainSlider2 .s2{
    background: url(../img/visual2.jpg) no-repeat center/cover;
}*/
.mainSlider2 .s3{
    background: url(../img/visual3.jpg) no-repeat center/cover;
}
.mainSlider2 .s4{
    background: url(../img/visual4.jpg) no-repeat center/cover;
}
.mainSlider2 .s5{
    background: url(../img/visual5.jpg) no-repeat center/cover;
}
.mainSlider2 .s6{
    background: url(../img/visual6.jpg) no-repeat center/cover;
}

.mainSlider2 .s7{
    background: url(../img/visual7.jpg) no-repeat center/cover;
}


.mainSlider2 .s8{
    background: url(../img/visual8.jpg) no-repeat center/cover;
}

.mainSlider2 .s9{
    background: url(../img/visual9.jpg) no-repeat center/cover;
}

.mainSlider2 .s10{
    background: url(../img/visual10.jpg) no-repeat center/cover;
}

.mainSlider2 .s11{
    background: url(../img/visual11.jpg) no-repeat center/cover;
}

.mainSlider2 .s12{
    background: url(../img/visual12.jpg) no-repeat center/cover;
}

/*.mainSlider2 .s13{
    background: url(../img/visual13.jpg) no-repeat center/cover;
}*/

.mainSlider2 .s13{
    background: url(../img/visual14.jpg) no-repeat center/cover;
}

.mainSlider2 .s14{
    background: url(../img/visual15.jpg) no-repeat center/cover;
}


.mainSlider2 .bx-pager{
    display: none;
}

.mainSlider2 .bx-controls-direction a{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    display: block;
    text-indent: -9999px;
    width: 45px;
    height: 102px;
    z-index:666;
}

.mainSlider2 .bx-controls-direction .bx-prev{
    background: url(../img/cont2_prve.png) no-repeat center/30px auto;
    position: absolute;
    left:1.5%;
    opacity:1;
    transition:all 0.2s;
}
.mainSlider2 .bx-controls-direction .bx-prev:hover{
    opacity:1;
}

.mainSlider2 .bx-controls-direction .bx-next{
    background: url(../img/cont2_next.png) no-repeat center/30px auto;
    position: absolute;
    right: 1.5%;
    opacity:1;
    transition:all 0.2s;
}
.mainSlider2 .bx-controls-direction .bx-next:hover{
    opacity:1;
}
/*e cont2*/


/*s cont3*/

/*cont3 s*/
/*
#fullpage #cont2{
    position:relative;
	width: 100%;
	height: 100%;
}

#cont2 .btn ul li{
    overflow: hidden;
    height: 20vh;
    position: relative;
}
#cont2 .btn ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
#cont2 .btn ul li .img{
    width: 100%;
    height: 100%;
}
#cont2 .btn ul li:nth-child(1) .img{
    background: url(../img/cont3_btn1.jpg) no-repeat center/cover;
}
#cont2 .btn ul li:nth-child(2) .img{
    background: url(../img/cont3_btn2.jpg) no-repeat center/cover;
}
#cont2 .btn ul li:nth-child(3) .img{
    background: url(../img/cont3_btn3.jpg) no-repeat center/cover;
}
#cont2 .btn ul li:nth-child(4) .img{
    background: url(../img/cont3_btn5.jpg) no-repeat center/cover;
}
#cont2 .btn ul li:nth-child(5) .img{
    background: url(../img/cont3_btn4.jpg) no-repeat center/cover;
}

#cont2 .btn .blackBG{
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cont2 .btn .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-left: -50%;
    text-align: center;
    color: #fff;
}
#cont2 .btn .txt p:nth-child(2){
    margin-bottom: 3%;
}
#cont2 .btn .txt p:nth-child(3){
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1%;
}
#cont2 .btn .txt p:nth-child(4){
    font-size: 13px;
    font-weight: 300;
}
#cont2 .btn .txt .more{
    display: none;
}
*/

/* 푸터영역 */
#footer{
    width:100%;
    height: 15.5vh;
    background: #212121;
    text-align: center;
    box-sizing: border-box;
    padding: 2.2vh 0 16vh 5%;
}
#footer .copy{
    color: #ccc;
    height: 12px;
    padding: 7px 0;
    margin-right: 20px;
}
#footer .copy img{
    width: 77px;
    height: auto;
}
#footer .admin{
    color: skyblue;
    font-weight: 600;
    display: none;
}
/*e cont3*/

/* 팝업레이어 */
#popup{
	display: block;
}
#popup .p_img{
	position: fixed;
	width: 80%;
	top: 2%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 800;
}
#popup .popup_img.pop3{
    position: absolute;
    top: 0;
    left: 0;
}
#popup .popup_img{
    position: relative;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
#popup .p_img .close{
	width: 35px;
	height: 35px;
	background: url(../img/popup_close.png) no-repeat center/cover;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#popup .p_img .close .ico_txt{
	color: #fff;
	position: absolute;
	top: 20%;
	right: 2%;
	font-size: 13px;
}
#popup .p_img .close .ico span{
	display: block;
	width: 5.2%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 48%;
	right: 11%;
}
#popup .p_img .close .ico span:nth-child(1){
	transform: rotate(45deg);
}
#popup .p_img .close .ico span:nth-child(2){
	transform: rotate(-45deg);
}
#popup .popupBG{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
}


/*e ====기본화면 모바일 기준====*/



/*s ====태블릿화면====*/

@media screen and (min-width:768px){
    /* video */
    /*#fullVideo iframe{
        top:-38%;
        left:-38%;
        width:180%;
        height:180%;
    }
    @supports(object-fit:cover){
        #fullVideo iframe{
                top:-38%;
                left:-38%;
                width:180%;
                height:180%;
            }
        }
    @media screen and (-webkit-min-device-pixel-ratio:0){*/
        /* video */
        /*#fullVideo iframe{
            top:-48%;
            left:-48%;
            width:200%;
            height:200%;
        }
        @supports(object-fit:cover){
            #fullVideo iframe{
                top:-48%;
                left:-48%;
                width:200%;
                height:200%;
            }
        }
    }*/

    /*s m_head*/
    .m_head .top_nav p{
        width: 4.5%;
    }
    .m_head .top_nav .open_btn{
        left: 4.5%;
    }
    .m_head .top_nav .c_icon{
        right: 4.5%;
    }
    /*e m_head*/


    /*s cont1*/
    #fullpage #cont1 .c1_bg .vedio_btn{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-55%);
        z-index: 200;
        width: 32%;
    }
    #cont1 .vedio_btn p{
        margin: 0 auto;
        width: 220px;
        overflow: hidden;
    }
    #cont1 .vedio_btn p:nth-child(1){
        width: 180px;
    }
    #cont1 .vedio_btn p:nth-child(2){
        width: 250px;
    }
    #cont1 .vedio_btn p:nth-child(3){
        width: 220px;
        margin: 30px auto 0 auto;
    }

    #cont1 .vedio_btn .in_logo1 img{
        margin-top: -150px;
        transition: all 1s;
        transition-delay: 2.7s;
    }
    #cont1 .vedio_btn .in_logo2 img{
        margin-top: -150px;
        transition: all 1s;
        transition-delay: 1.7s;
    }
    #cont1 .vedio_btn .in_play img{
        opacity: 0;
        transition: all 1s;
        transition-delay: 3.2s;
    }

    #cont1 .vedio_btn .in_logo1 img.on,#cont1 .vedio_btn .in_logo2 img.on{
        margin-top: 0;
    }
    #cont1 .vedio_btn .in_play img.on{
        opacity: 1;
    }

    /*e cont1*/



    /*s cont3*/
	#cont2 .btn .txt p:nth-child(2){
		margin-bottom: 1.5%;
		font-size: 15px;
	}
	#cont2 .btn .txt p:nth-child(3){
		font-size: 23px;
		margin-bottom: 1%;
	}
	#cont2 .btn .txt p:nth-child(4){
		font-size: 15px;
		font-weight: 300;
	}
	/*e cont3*/



    /* 푸터영역 */
    #footer{
        height: 78px;
        padding: 2.5vh 2% 8.5vh 5%;
    }
    /*e cont3*/

    /* 팝업레이어 */
	#popup .p_img{
		width: 90%;
        top: 14%;
	}
    #popup .p_img li{
        float: left;
        width: 48%;
        margin: 0 2% 1.5% 0;
    }
    #popup .p_img li:last-child{
        margin: 0;
    }
	#popup .p_img .close .ico span{
		right: 8.5%;
	}

    #popup .popup_img.pop3{
        position: relative;
    }

    } /*768px끝*/

/*e ====태블릿화면====*/



/*s ====PC화면1====*/

@media screen and (min-width:1024px){

    /*s PC_head*/
    .pc_head{
        display: block;
    }
    .m_head{
        display: none;
    }
    .pc_head{
        width: 100%;
        height: 70px;
        z-index: 210;
        position: relative;
        z-index: 210;
    }
    .pc_head nav{
        position: relative;
        width: fit-content;
        height: 70px;
        margin: 0 auto 0 auto;
        -webkit-margin-before: 0;
    }


    /* DECO_LINE */
    .pc_head .deco p{
        position: absolute;
        top: 32px;
        width: 42%;
    }
    .pc_head .deco p:nth-child(1){
        left: 0;
    }
    .pc_head .deco p:nth-child(2){
        right: 0;
        width: 43.2%;
    }
    .pc_head .deco p span{
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
    }
    .pc_head .deco p span:nth-child(2){
        position: absolute;
        top: 48px;
        left: 0;
    }
    .pc_head .deco p span:last-child{
        margin-bottom: 0;
    }
    .i_deco{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .i_deco p{
        width: 105px;
        position: absolute;
        top: 0;
        opacity: 0.7;
    }
    .i_deco p:nth-child(1){
        left: 0;
    }
    .i_deco p:nth-child(2){
        right: 0;
    }
    .booking{
        position: absolute;
        top: 0;
        right: 2%;
    }
    .booking .on{
        display: none;
    }
    .on_d{
        display: block;
        width: 14px;
        height: 14px;
        background: #3259b8;
        border-radius: 50%;
        position: absolute;
        top: -4px;
        left: 50%;
        margin-left: -7px;
        opacity: 0;
    }

    /* MENU */
    .pc_head nav ul .m1{
        float: left;
        font-size: 18px;
        font-weight: 500;
        margin-top: 0px;
        -webkit-margin-before:0px;
        width: 107px;
        height: 75px;
        text-align: center;
    }
    .pc_head nav ul .m1:nth-child(7){
        width: 150px;
    }
    .pc_head nav ul .m1:nth-child(8){
        width: 150px;
    }
    .pc_head nav ul .m1:nth-child(9){
        width: 23px;
        height: auto;
    }
    .pc_head nav ul .m1:last-child{
        margin-right: 0;
    }
    .pc_head nav ul .m1 > a{
        color: #fff;
        display: block;
        padding: 30px 0;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        text-shadow: 1px 1px 8px rgba(0,0,0,0.3);
    }
    .pc_head nav ul .insta{
        margin-top: 20px;
    }
    .pc_head nav ul .insta a,
    .pc_head nav ul .logo a{
        padding: 0;
    }
    .pc_head nav ul .logo a .logo2{
        opacity: 0;
        transition: all 0.1s;
    }
    .pc_head nav ul .logo{
        width: 130px;
        height: auto;
        margin-top: 10px;
        margin-left: 15px;
        transition: all 0.5s;
    }
    .pc_head nav ul .logo > a{
        padding: 0!important;
    }


    /* MENU_SUB */
    .pc_head .sub_mn{
        position: absolute;
        top: 62px;
        left: 0;
        width: 130px;
        height: 0;
        overflow: hidden;
        transition: height 0.5s;
        z-index: 200;
    }

    .pc_head .sub_mn li > a{
        display: block;
        font-size: 14px;
        color: #222!important;
        background: rgba(255,255,255,0.5);
        margin-bottom: 1px;
        text-align: center;
        transition: all 0.4s;
        padding: 15px 0;
    }
    .pc_head .sub_mn li:last-child > a{
        margin-bottom: 0;
    }

    .pc_head .sub_mn .line{
        display: block;
        width: 100%;
        height: 5px;
        background: #3259b8;
        opacity: 1;
    }

    /* ROOMS */
    .pc_head ul .m1:nth-child(2) .sub_mn {
        width: 404px;
        background: rgba(255,255,255,0.5);
        left:0px;
        height: 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn .line{
        opacity: 1;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li{
        float: left;
        margin-right: 4px;
        transition: 0.5s;
        transition-delay: 0.15s;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn .last{
        margin-right: 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li a{
        background: none;
        padding: 0 0 11px 0;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li .r{
        width: 200px;
        overflow: hidden;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li .r img{
        opacity: 0.8;
        transition: all 0.5s;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li .t{
        margin-top: 5px;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn .line{
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    .pc_head ul .m1:nth-child(2) .sub_mn li > a:hover .r img{
        transform: scale(1.1);
        opacity: 1;
    }

    /* FACILITY */
    .pc_head ul .m1:nth-child(3) .sub_mn {
        left: 190px;
        width: 160px
    }

    /* SERVICE */
    .pc_head ul .m1:nth-child(4) .sub_mn {
        left: 298px;
        width: 160px
    }

    /* RESERVATION */
    .pc_head ul .m1:nth-child(7) .sub_mn {
        left: 678px;
        width: 150px
    }

    /* CMMUNITY */
    .pc_head ul .m1:nth-child(8) .sub_mn {
        left: 835px;
        width: 140px
    }

    /* HOVER */
    .pc_head .gnb .m1:hover .on_d{
        opacity: 1;
    }

    .pc_head .sub_mn li > a:hover{
        color: #3259b8!important;
        background: rgba(255,255,255,1);
    }
    .pc_head ul .m1:nth-child(1):hover .sub_mn,
    .pc_head ul .m1:nth-child(3):hover .sub_mn{
        height: 165px;
    }
	.pc_head ul .m1:nth-child(2):hover .sub_mn{
		height: 190px;
	}
    .pc_head ul .m1:nth-child(4):hover .sub_mn{
        height: 250px;
    }
    .pc_head ul .m1:nth-child(7):hover .sub_mn{
        height: 110px;
    }
    .pc_head ul .m1:nth-child(8):hover .sub_mn{
        height: 200px;
    }


    /* HEAD_FIXED */
    #header.Fixed{
        background-color:rgba(0,0,0,0.8);
        transition:all 0.3s;
        height:65px;
    }
    #header.Fixed .gnb .deco{
        display: none;
    }
    #header.Fixed .i_deco p{
        opacity: 0.3;
    }


    #header.Fixed .pc_head nav{
        margin: 0 auto 0 auto;
        -webkit-margin-before: 0;
    }

    /* MENU */
    #header.Fixed .pc_head nav ul .m1{
        font-size: 14px;
        font-weight: 800;
        margin-top: 0;
        -webkit-margin-before: 0;
        width: 107px;
        height: 65px;
        text-align: center;
    }
    #header.Fixed .pc_head nav ul .m1:nth-child(6){
        margin-left: 20px;
    }
    #header.Fixed .pc_head nav ul .m1:nth-child(7),
    #header.Fixed .pc_head nav ul .m1:nth-child(8){
        width: 150px;
    }
    #header.Fixed .pc_head nav ul .m1:nth-child(9){
        width: 23px;
        height: auto;
    }
    #header.Fixed .pc_head nav ul .m1:nth-child(8) .pc_head nav ul .m1:last-child{
        margin-right: 0;
    }
    #header.Fixed .pc_head nav ul .m1 > a{
        color: rgba(255,255,255,0.9);
        font-weight: 400;
        font-size: 14px;
        display: block;
        padding: 23px 0;
        width: 100%;
        position: relative;
    }
    #header.Fixed .pc_head nav ul .insta{
        margin-top: 28px;
    }
    #header.Fixed .pc_head nav ul .insta a,
    #header.Fixed .pc_head nav ul .logo a{
        padding: 0;
    }
    #header.Fixed .pc_head nav ul .logo a .logo1{
        opacity: 0;
        transition: all 0.3s;
    }
    #header.Fixed .pc_head nav ul .logo a .logo2{
        opacity: 1;
        width: 120px;
        height: auto;
        position: absolute;
        top: 2px;
        left: 0;
        transition: all 0.3s;
        transition-delay: 0.1s;
    }

    /* MENU_SUB */
    #header.Fixed .pc_head .sub_mn{
        top: 65px;
    }

    #header.Fixed .pc_head .sub_mn li > a{
        font-weight: 500;
        /*background: rgba(0,0,0,0.5);*/
    }

    /* SERVICE */
    #header.Fixed .pc_head ul .m1:nth-child(4) .sub_mn {
        left: 298px;
    }

    /* RESERVATION */
    #header.Fixed .pc_head ul .m1:nth-child(7) .sub_mn {
        left: 675px;
    }

    /* CMMUNITY */
    #header.Fixed .pc_head ul .m1:nth-child(8) .sub_mn {
        left: 835px;
    }

    /*e PC_head*/

    /*s cont2*/

    .mainSlider2 .bx-pager{
        display: block;
        position: absolute;
        bottom: 80px;
        right: 2.5%;
        z-index: 500;
    }

    .mainSlider2 .bx-pager div{
        float: left;
        margin: 0 5px;
    }

    .mainSlider2 .bx-pager div a{
        display: block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        text-indent: -9999px;
    }

    .mainSlider2 .bx-pager div .active{
        background: #6eeef0;
    }

    .mainSlider2 .bx-controls-direction .bx-prev{
        background: url(../img/cont2_prve.png) no-repeat center/90% auto;
        opacity:0.8;
        transition:all 0.3s;
    }
    .mainSlider2 .bx-controls-direction .bx-prev:hover{
        opacity:1;
    }

    .mainSlider2 .bx-controls-direction .bx-next{
        background: url(../img/cont2_next.png) no-repeat center/90% auto;
        opacity:0.8;
        transition:all 0.3s;
    }
    .mainSlider2 .bx-controls-direction .bx-next:hover{
        opacity:1;
    }

    /*e cont2*/


    /*s cont3*/
	/*#cont2 .btn ul{
        margin-top: 0;
    }
    #cont2 .btn ul li{
        width: 20%;
        height: 100vh;
        float: left;
    }

    #cont2 .btn .blackBG{
        transition: all 0.5s;
    }
    #cont2 .btn li:hover .blackBG{
        background: rgba(0,0,0,0.05);
    }
    #cont2 .btn .txt .more{
        display: block;
        font-size: 15px;
        margin-top: 30px;
        height: 20px;
        overflow: hidden;
    }
    #cont2 .btn .txt .more span{
        display: block;
        margin-top: 20px;
        transition: all 0.3s;
        transition-delay: 0.2s;
    }
    #cont2 .btn li:hover .txt .more span{
        margin-top: 0;
    }
    #cont2 .btn .txt{
        transform: translateY(-50%);
    }

    #cont2 .btn .txt p:nth-child(2){
        margin-bottom: 25px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    #cont2 .btn .txt p:nth-child(3){
        font-size: 25px;
        margin-bottom: 8px;
    }
    #cont2 .btn .txt p:nth-child(4){
        font-size: 16px;
        font-weight: 400;
    }

    #cont2 .btn .txt .line{
		display: block;
        width: 2px;
        height: 75px;
		margin: 0 auto;
        background: #fff;
        transition: all 0.5s;
    }
    #cont2 .btn .txt .l1{
        margin-bottom: 18px;
    }
    #cont2 .btn .txt .l2{
        margin-top: 18px;
    }
    #cont2 .btn li:hover .txt .l1{
        margin-bottom: 45px;
    }
    #cont2 .btn li:hover .txt .l2{
       opacity: 0;
    }*/


    /* 푸터영역 */
    #footer{
        height: 50px;
        padding: 10px 0 35px 0;
        text-align: right;
    }
    #footer .admin{
        display: inline-block;
    }
    /*e cont3*/

    #fp-nav ul li:nth-child(1) a .privew{
        background-image: url(../img/visual1.jpg);
    }
    #fp-nav ul li:nth-child(2) a .privew{
        background-image: url(../img/visual3.jpg);
    }
    #fp-nav ul li:nth-child(3) a .privew{
        background-image: url(../img/visual4.jpg);
    }
    #fp-nav ul li:nth-child(4) a .privew{
        background-image: url(../img/visual5.jpg);
    }
    #fp-nav ul li:nth-child(5) a .privew{
        background-image: url(../img/visual1.jpg);
    }
    #fp-nav ul li:nth-child(6) a .privew{
        background-image: url(../img/visual2.jpg);
    }
    #fp-nav ul li:nth-child(7) a .privew{
        background-image: url(../img/visual6.jpg);
    }
    #fp-nav ul li:nth-child(8) a .privew{
        background-image: url(../img/visual7.jpg);
    }
    #fp-nav ul li:nth-child(9) a .privew{
        background-image: url(../img/visual8.jpg);
    }
    #fp-nav ul li:nth-child(10) a .privew{
        background-image: url(../img/visual9.jpg);
    }
    #fp-nav ul li:nth-child(11) a .privew{
        background-image: url(../img/visual10.jpg);
    }
    #fp-nav ul li:nth-child(12) a .privew{
        background-image: url(../img/visual11.jpg);
    }
    #fp-nav ul li:nth-child(13) a .privew{
        background-image: url(../img/visual15.jpg);
    }

    /* 팝업레이어 */
	#popup .p_img{
		width: 90%;
		top: 10%;
		left: 5%;
		transform: translateX(0);
	}
    #popup .p_img li{
        width: 29%;
        margin-right: 1%;
    }
	#popup .p_img .close{
		height: 36px;
	}
	#popup .p_img .close .p_cl{
		cursor: pointer;
	}
	#popup .p_img .close .ico_txt{
		font-size: 14px;
		right: 10px;
	}
	#popup .p_img .close .ico span{
		width: 19px;
		right: 38px;
	}
	/* #popup.pop01 {
		left: -44%;
		transform: none;
	} */
	#popup.pop02 {
		left: 90%;
		transform: none;
	}

} /*1024px끝*/

/*e ====PC화면1====*/




/*s ====PC화면2====*/



/*e ====PC화면2====*/



/*==== 팝업창 ====*/
#popup{
	width:90%;
	max-width:500px;
	position: absolute;
	top: 20%;
	left: 40%;
	transform: translateX(-50%);
	z-index: 1000;
	}
#popup .close{
	width:60px;
	height: 30px;
	position:absolute;
	top:0px;
	right:0px;
	background:rgba(0,0,0,0.5);
	font-size:20px;
	color:#fff;
	line-height:30px;
	text-align:center;
	cursor: pointer;
	}

  @media screen and (max-width:1024px){
  #popup {left: 50%;}

  }
