header{
    width: 100%;
    height: 113px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1004;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.panel{
    display: none;
}
/* ================ header scroll ================ */

header.active{ 
    height: 70px; 
    background: rgba(51,51,51,0.8); 
    transition: 0.3s;
}

header.active .htop{
    top: -43px;
}

header.active .hbottom{
    top: -43px;
}


header.active .h-scroll{
    display: block;
}

/* ================ header scroll ================ */


/*  htop */



.htop{
    position: relative;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid rgba(238,238,238,0.4);
    box-sizing: border-box;
    line-height: 43px;
    transition: 0.3s;
    top: 0;
}

.htop .fl li{
    color: #fff;
    padding-right: 20px;
    font-size: 14px;
}

.htop .fr a{
    display: block;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 5px;
    background-color: #46c9f3;
    color: #fff;
    transition: .3s;
}

.htop .fr a i{
    color: #fff;
    padding-right: 5px;
}

.htop .fr a:hover{
    background-color: #fc6c93;
}





/* hbottom */


.hbottom{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.hbottom .fl h1{
    margin-top: 4px;
}

.hbottom .gnbarea{
    width: 75%;
}

.gnb{
    width: 100%
}
.gnb > ul{
    width: 100%;
}

.gnb > ul > li{
    width: 16.5%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    position: relative;
}

.gnb > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.gnb > ul > li > a i{
    color: #fff;
}

.gnb > ul > li:hover > a{
    color: #fc6c93;
}

.gnb > ul > li:hover > a i{
    color: #fc6c93; 
}


.h-scroll{
    display: none;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 5px;
    background-color: #46c9f3;
    color: #fff;
    transition: .3s;
    position: absolute;
    right: 7%;
    margin: 18px 0;;
    transition: .3s;
}

.h-scroll i{
    color: #fff;
    padding-right: 5px;
}

.h-scroll:hover{
    background-color: #fc6c93;
}



/*.gnb > ul > li > a.active{ color:  #fc6c93; }*/

.subnav{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    line-height: 30px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
    z-index: 1000;
    display: none;
}

.subnav li a{
    font-size: 13px;
    color: #666;
}
.subnav > li:hover > a{
    color: #fc6c93;
}


@media (max-width: 1700px) {
    header.active .hbottom .gnbarea{
        width: 80%;
    }
    header.active .gnb > ul > li{
        width: 15%;
        height: 70px;
        text-align: center;
        line-height: 70px;
        position: relative;
    }
    
    .h-scroll{
        display: none;
        width: 150px;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        border-radius: 30px;
        margin-top: 5px;
        background-color: #46c9f3;
        color: #fff;
        transition: .3s;
        position: absolute;
        right: 3%;
        margin: 18px 0;;
        transition: .3s;
    }
}
@media (max-width: 1400px) {
    header.active .hbottom .gnbarea{
        width: 80%;
    }
    header.active .gnb > ul > li{
        width: 14%;
        height: 70px;
        text-align: center;
        line-height: 70px;
        position: relative;
    }
    
    .h-scroll{
        display: none;
        width: 150px;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        border-radius: 30px;
        margin-top: 5px;
        background-color: #46c9f3;
        color: #fff;
        transition: .3s;
        position: absolute;
        right: 2%;
        margin: 18px 0;;
        transition: .3s;
    }
}

/* =================== 1024px =================== */
@media (max-width: 1024px) {
    header{
        height: 60px;
    }
    
    header .mo-reserv{
        width: 34px;
        height: 34px;
        border-radius: 34px;
        line-height: 34px;
        background-color: #46c9f3;
        transition: .3s;
        margin: 13px 0;
    }
    
    header .mo-reserv i{
        color: #fff;
        font-size: 15px;
    }
    
    header .mo-reserv:hover{
        background-color: #fc6c93;
    }
    
    
    
    .mologo{
        position: absolute;
        left: 0;
        right: 0;
        margin: 15px auto;
        width: 110px;
        height: 40px;
    }
    .mologo img{
        width: 100%;
    }
    .mologo h1{
        width: 100%;
    }
    
    
    .h-scroll-logo{
        display: none;
    }
    
    /* ================ header scroll ================ */

    header.active{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header.active .hbottom{
        top: 0;
    }

    header.active .mo-reserv{
        margin: 8px 0;
    }
    
    header.active .mologo{
        margin: 7px auto;
    }
    
    header.active .h-mo-logo{
        display: none;
    }
    
    header.active .h-scroll-logo{
        display: block;
    }
    
    header.active #panelbtn{
        margin: 5px 0;
    }
    
    header.active #panelbtn span{
        background-color: #333;
    }
    

/* ================ header scroll ================ */
    .panel{ 
        width: 100%;
        height: 100%; 
        position: fixed; 
        top: 50px; left: 0; 
        padding: 50px 0;
        background-color: #FFF; 
        z-index: 3000;  
        display: none;
        text-align: center;
    }
    
    .topNav.active{
        color: #fc6c93;
    }
    .topNav:hover{
        color: #fc6c93;
    }
    

.mNav > ul > li{ 
    width: 100%; 
    overflow: hidden; 
    }


.mNav > ul > li > a{ 
	display: block; 
    width: 100%; 
    height: 60px; 
	box-sizing: border-box; 
	line-height: 60px;
    color: #666;
    font-size: 26px;  
}

.subNav{ 
    width: 100%; 
    overflow: hidden; 
    display: none;
    }
    
.subNav li a:hover{
    color: #fc6c93;
    }
    
.subNav li{ 
    width: 100%; 
    height: 30px; 
    box-sizing: border-box; 
}
    
.subNav li a{ 
    display: block;
    width: 100%; 
    height: 30px; 
    line-height: 30px; 
    font-size: 14px;
    box-sizing: border-box; 
    color: #999;
    transition: .3s;
}



    
    #panelbtn{
        width: 35px; height: 35px;
        margin: 10px 0; 
        padding: 5px;
        overflow: hidden;
        position: relative;
        left: 7px;
    }
    #panelbtn a{
        display: block;
        width: 100%; height: 100%;
        position: relative;
    }
    
    #panelbtn span{
        display: block;
        width: 30px; height: 2px;
        background-color: #fff;
        position: absolute; left: 0;
        transition: 0.3s;
    }
    
    #panelbtn .line01{top: 1px;}
    #panelbtn .line02{top: 11px;}
    #panelbtn .line03{top: 21px;}
    

    /*active클래스 활성화 - x처리*/
    #panelbtn.active .line02{ transform: scaleX(0); }
    #panelbtn.active .line01{ 
        transform-origin: left top;
        left: 1px; transform: rotate(45deg);
    }
    #panelbtn.active .line03{ 
        transform-origin: left bottom;
        left: 1px; transform: rotate(-45deg);
    }
}


/*==================== footer ====================*/
footer{
    background-color: #f6f6f6;
    width: 100%;
    height: 510px;
    
}

footer .ftop{
    padding-top: 100px;
     box-sizing: border-box;
    height: 431px;
    border-bottom: 1px solid #aaa;
}

footer .ftop .top{
    height: 90px;
}

footer .ftop .top p{
    font-size: 32px;
    padding-top: 20px;
}

footer .ftop .top p i {
    padding-right: 10px;
}

footer .ftop .fr{
    padding-left: 25px;
    box-sizing: border-box;
}

footer .ftop .bottom li{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #999;
}

footer .fbottom{
    padding-top: 30px;
	padding-bottom: 30px;
    box-sizing: border-box;
}

footer .fbottom p{
    font-size: 15px;
    color: #999;
    font-weight: 500;
}

footer .fbottom li a{
    font-size: 14px;
    color: #999;
    font-weight: 500;
    padding: 0 5px;
}

footer .fbottom .color{
    /*color: #4559b3;*/
}

footer .fbottom li:last-child a{
    color: #ea3d3d;
}

footer .fbottom a img{
    position: relative;
    top: 1px;
}

.fright{
    padding-left: 0!important;
    width: 456px;
}

.fright li{
    padding: 0 0 12px 12px;
    box-sizing: border-box;
}

.fright li figure{
    width: 100%;
    height: 84px;
    position: relative;
}

.fright li figure .blackbg{
    width: 100%;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: .3s;
}

.fright li p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    padding: 32px 0;
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.fright li:last-child p{
    padding: 20px 0;
}

.fright li a:hover figure .blackbg{
    opacity: 1;
}

.fright li a:hover p{
    opacity: 1;
}



.mimg {
    display: none;
}

@media (max-width:1240px) {
    .mimg {
        display: block;}
    }


@media (max-width:1240px) {
    .fq {
        display: none;
    }



.footer .scrollTop {
	position: fixed;
	right: 6px; bottom: -30px;
	display: inline-block;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(252,108,147,0.8);
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s;
	opacity:0;
	visibility:hidden;
}
.footer .scrollTop.active {
	bottom:6px;
	display: inline-block;
	opacity:1;
	visibility:visible;
	transition: all 0.3s;
}
.footer .scrollTop i {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.footer .scrollTop:hover {
	background: rgba(252,108,147,0.6);
	
}



.footer .fixedBooking {
	position: fixed;
	right: 6px;
	bottom: 54px;
	display: inline-block;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(70,201,243,0.8);
	box-shadow: 0.5px 0.9px 5px 0 rgba(36, 36, 36, 0.2);
  border: solid 1px #fff;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s;
	color: #f6f6f6;
	opacity:0;
	/*visibility:hidden;*/
}

.footer .fixedBooking i,
.footer .fixedPhone i{
    color: #fff;
}

.footer .fixedPhone {
	position: fixed;
	right: 6px;
	bottom: 6px;
	display: inline-block;
	width: 40px; height: 40px;
	border-radius: 100%;
	background: rgba(70,201,243,0.8);
	box-shadow: 0.5px 0.9px 5px 0 rgba(36, 36, 36, 0.2);
   border: solid 1px #f6f6f6;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.3s;
	color: #fff;
	opacity:0;
	/*visibility:hidden;*/
}


.footer .fixedPhone.active {
	bottom: 54px;
	transition: all 0.3s;
}


.footer .fixedBooking.active {
	bottom: 102px;
	transition: all 0.3s;
}


.footer .fixedPhone:hover {
	
	background: rgba(252,108,147,0.8);
	color:#fff;
	
}

.footer .fixedBooking:hover {
	background: rgba(252,108,147,0.8);
	color:#fff;
}

.footer .fixedBooking i {
	font-size: 18px;
	line-height: 40px;
}

.footer .fixedPhone i {
	font-size: 18px;
	line-height: 40px;
}



/* =================== 1024px =================== */
@media (max-width: 1024px) {
    footer{
        background-color: #f6f6f6;
        width: 100%;
        height: auto;
    }
    
    footer .ftop{
        padding-top: 50px;
        padding-bottom: 30px;
        box-sizing: border-box;
        height: auto;
        border-bottom: 1px solid #aaa;
        text-align: center;
    }
    
    footer .ftop .top{
        height: auto;
        padding-bottom: 30px;
    }
    
    footer .ftop .top p{
        font-size: 25px;
        padding-top: 20px;
    }

    footer .ftop .top p i {
        font-size: 20px;
        padding-right: 10px;
    }
    
    footer .ftop .bottom{
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
    
    footer .fbottom{
        padding-top: 30px;
        padding-bottom: 60px;
    }
    
    .fbottom p{
        text-align: center;
        padding-top: 20px;
    }
    
    footer .fbottom li a{
        line-height: 20px;
    }
    
    footer .fbottom a img{
        position: relative;
        top: 0;
    }
    
    footer .ftop .bottom li{
        font-size: 12px;
    }
    
    footer .fbottom li a{
        font-size: 12px;
    }
    
    footer .fbottom p{
        font-size: 12px;
    }
    
    .footer .fixedPhone{
        opacity: 1;
    }
    
    .footer .fixedBooking{
        opacity: 1;
    }

}