@charset "UTF-8";
/* CSS Document */


@media screen and (max-width:1024px) {
	/* CONTACT FORM MQ _ TABLET */
    
    .top-contact {
        text-align: center;
        position: relative;
		background: rgba(21,58,92,1);
    }
    .top-contact span {
        display: block;
    }
    .nav-bar {
        z-index: 200;
    }
    .nav-logo {
    	margin: 0 auto 10px;
    }
    
    .logo-active {
        margin-bottom: 75px;
    }
    
	.nav-menu {
		color: #fff !important;
		display: block;
		padding: 0;
        font-size: 40px;
        font-weight: 600;
        box-sizing: border-box;
		position: absolute;
        top: 10px;
        right: 15px;
	}
	.nav-list {
		display:none;
	}
	.nav-open {
		position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
		width: 100%;
		display: block;
        z-index: 200;
	}
	.nav-list li {
		width:100%;
        border-radius: 0 !important;
        height: auto;
		padding: 10px;
		box-sizing: border-box;
        background: #000;
        border: 0;
	}
    .nav-list li:after {
    	display: none;
    }
	.nav-list li a {
		display:block;
		color:#fff;
		text-align:left;
		box-sizing: border-box;
	}
    .nav-list li:last-child a {
		border: 0;
        padding: 0;
	}
    .nav-list li ul {
    	width:100%;
    	display:block;
    	position:relative;
    	top:0;
    	left:0;
    	z-index:99;
    }
    .nav-list > li > ul > li > ul {
    	width: 100%;
    	display: block;
    	position: relative;
    	top: 0;
    	left:0;
    	z-index:99;
    }
    .nav-list > li > ul > li > ul > li {
        border: 0;
        padding-left: 30px;
        box-sizing: border-box;
    }
	/* Left nav */
	.left-nav{
		background: #1b3a5c;
	}
	/* Sub */
	.left-nav-list li.hassub ul{
		display:none;
	}
    
    .fac-text-content::before,
    .fac-text-content::after {
        display: none;
        content: "";
    }
    
    .search-bar input[type="text"] {
        width: 100%;
    }
    .search-bar select {
        width: 100%;
    }
    .search-bar input[type="submit"] {
        width: 100%;
    }
    
    .welcome-text-content {
        padding: 30px 15px;
    }
    .welcome-text-content h1 {
        line-height: 1.5;
    }
    
    .gal-box-1,
    .gal-box-2 {
        height: 265px;
    }
    
    .book-id {
        width: 100%;
        float: none;
    }
    
    .room-main-slide img {
        height: auto;
    }
    .reserve_box input[type="text"] {
        margin-bottom: 10px;
    }
    .reserve_box input[type="submit"] {
        margin-bottom: 20px;
    }

	/* Opinion */
    .op-box {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 20px;
    }
    .op-box .ati {
        height: 260px;
    }
    
    .detail-box iframe {
        height: 250px !important;
    }
    
    /* Local Voice */
    .local-quote {
        padding: 70px 25%;
    }
    
    .social-foot {
        position: relative;
        top: 0;
        left: 0;
        margin: 20px 0;
    }
	/* Ex link */
	.ex-link .ex-img{
		height:200px;
	}
	/* Sticky Nav */
	.sticky {
		height:auto !important;
	  	position: relative;
	  	width: 100%;
	}
}


@media screen and (max-width:767px) {
	
}