
@import url('https://fonts.googleapis.com/css?family=Anton|Cute+Font|Great+Vibes|Quicksand|Cinzel|Gothic+A1|Nanum+Gothic|Poiret+One|Oswald&display=swap');


body {
	font-family: 'Nanum Gothic', sans-serif;
}
/* Font */

.font_noto {
    font-weight:100;
    font-family: 'Noto Sans KR_100';
}

/* Icons */
.icon_calendar {
font-size:25px;
}


/* Colors */

.col_li_brown {
color:#85bb94;
}

/* Common Usage */

.span_block {
display:block;
}


.mt_main {
margin-top:100px;
}

.mt_main2 {
margin-top:20px !important;
}

/* Btn Style */

a.btn_service {
    position:relative;
    display:inline-block;
    padding:10px 20px;
    color:white;
    background-color:#85bb94;
    opacity:0;
    transition:opacity 300ms;
}

a.btn_facil {
    position:relative;
    display:inline-block;
    padding:10px 20px;
    color:white;
    background-color:#85bb94;
    transition:opacity 300ms;
}

a.btn_room_mb {
    position:relative;
    display:inline-block;
    padding:5px 10px;
    color:white;
    background-color:#85bb94;
}

.btn_login {
    position:relative;
    display:inline-block;
    margin-top:10px;
    padding:15px 20px;
    font-size:13px;
    font-weight:bold;
    color:#7b7b7b;
    transition:500ms;
    border:1px solid #7b7b7b;
}
.btn_login:hover {
    background:#7b7b7b;
    color:white;
}


.btn_room_pre {
    position:relative;
    display:inline-block;
	/*
    padding:15px 25px;
    */
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight:bold;
    color:white;
    border:1px solid white;
	transition: all 0.3s;
	box-sizing: border-box;
	display: block;
}
.btn_room_pre:hover {
	background: #85bb94;
	border: 1px solid #85bb94;
	color: #fff;
}




.about_intro_reser_wrap {
    background: url('/img/intro/about_sub_banner.png') no-repeat 50% 50%;
    background-size: cover;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 150px;
	position: relative;
}

.intro_reser_text_box {
	position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -25%);
	text-align: center;
}

.intro_reser_main_text {
	font-family: 'ghanachoco';
	font-size: 45px;
	letter-spacing: -3.5px;
	color: #FFF;
	line-height: 1.3; 
	margin: 0 !important;
}

.intro02_reser_sub_text {
	font-family: 'ghanachoco';
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFF;
	line-height: 1;
}

.intreo_reser_article {
	font-family: 'Noto Sans KR';
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #FFF;
	line-height: 1.5;
}


/* ==================== 

:::::::::::::::::: Slide-related ::::::::::::::::::

==================== */

/* Slide - Main */
.nav_main {
    position:absolute; z-index:100;
    width:100%;
    top:47%; 
    transform: translate(0, -50%);
}
    .box_arrow_main {
        position:absolute;
        display:flex;
        justify-content: center;
        align-items: center;
        width:50px; height:50px;
        cursor:pointer;
        color:white;
        border:1px solid white;
    }
    .box_arrow_main.left{
        left:20px;
    }
    .box_arrow_main.right{
        right:20px;
    }
    .box_arrow_main i {
        transition:transform 100ms;
    }
    .box_arrow_main:hover i {
        transform: scale(1.2);
    }



/* ==================== 

:::::::::::::::::: Top Background ::::::::::::::::::

==================== */


.wrap_top_bg {
    position:relative;
    width:100%;
    height:100vh;
	margin-top:70px !important;
}
    .sli_main {
        width:100%;
        height:100vh;

    }


    /* Slide - Main */
		
        .nav_main {
            position:absolute; z-index:100;
            width:100%;
            top:45%; 
            transform: translateY(-50%);
        }
            .box_arrow_bg {
                position:absolute;
                display:flex;
                justify-content: center;
                align-items: center;
                width:50px; height:50px;
                cursor:pointer;
                color:white;
                border:1px solid white;
            }
            .box_arrow_bg.left{
                left:20px;
            }
            .box_arrow_bg.right{
                right:20px;
            }
            .box_arrow_bg i {
                transition:transform 100ms;
            }
            .box_arrow_bg:hover i {
                transform: scale(1.2);
            }


		@media(max-width:1200px){
			.sli_main p{
				font-size:50px;
				top:43%;

				
			 }
		
		}


		@media screen and (max-width: 1100px) {
			.wrap_top_bg {
				margin-top:80px !important;
			}
		}

        @media screen and (max-width: 900px) {
            /* Main Slide */
            .wrap_top_bg {
                position:relative;
                width:100%;
                height:100%;
            }

            /* Main Slide */
            .wrap_main {
                height:65vh;
            }

            .sli_main {
                height:65vh;
            }
			.sli_main  p{
				font-size:30px;
				
			 }
			 .sli_main p b{
				font-size:10px;

			}

            a.btn_service {
                margin-top:20px;
                opacity:1;
            }
			  .nav_main {
				top:46%; 

			}


        }


        @media screen and (max-width: 800px) {

            .box_arrow_bg {
                position:absolute;
                display:flex;
                justify-content: center;
                align-items: center;
                width:40px; height:40px;
                cursor:pointer;
                color:white;
                border:1px solid white;
            }
            .box_arrow_bg i {
                font-size:10px;
                transition:transform 100ms;
            }
            .box_arrow_bg:hover i {
                transform: scale(1.2);
            }

        }
		.display_block{
				display:none;
			}
		@media(max-width:500px){
			.sli_main  p{
				font-size:24px;
			}
			.display_block{
				display:block;
			}
		
		
		}
		@media(max-width:370px){
			.sli_main  p{
				font-size:22px;
			}
		}






/* ==================== 

:::::::::::::::::: Menu Style ::::::::::::::::::

==================== */

.model_info {
    position:absolute; z-index:120;
    top:90px; left:20px;
    font-size:13px;
    font-weight:bold;
    color:white;
}

.wrap_menu {
    position:absolute; z-index:100;
    top:0; left:0;
    justify-content: space-between;
    align-items: center;
    width:100%; 
    height:auto;
    transition:background 500ms;
}
    
    .wrap_menu.fixed {
        position:fixed; z-index:200;
        top:0; left:0;
        /*background-color:white;*/
    }
    .menu_logo {
        /*margin-left:50px;*/
    }

    .wrap_menu .menu_logo {
        width: 100%;
		padding: 10px 0;
		background: #fff;
    }

	.menu_logo a {
		margin: 0 auto;
		display: table;
		width: fit-content;
	}
.tit_menu {
    position:relative;
    font-size:25px;
    font-family: 'Great Vibes', serif !important;
    line-height:15px;
}
	/*
    .tit_menu::before {
        content:'';
        position:absolute;
        top:-15px; left:-10px;
        width:110%;
        height:1px;
        background-color:black;
    }
    .tit_menu::after {
        content:'';
        position:absolute;
        left:0;
        bottom:-10px; left:-10px;
        width:110%;
        height:1px;
        background-color:black;
    }
	*/
 
.menu_items {
    width: 100%;
	overflow: hidden;
}
    .menu_list {
        /*position:relative;*/
		float:left;
		width: 12.5%;
		text-align:center;
    }

    .menu_list > a {
        display:block;
        padding: 13px 0;
		height:100%;
        text-align:center;
        font-family: 'Noto Sans KR', sans-serif;
		font-weight: 500;
		letter-spacing: -1px;
		color:#333;
		font-size:18px;
		background:#f7e972;
		border-right:1px solid #fff;
    }

	.menu_list:last-child a {
		border-right: none;
	}

    .wrap_menu.sub_color .menu_list > a  {
        color:black;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: 500;
		letter-spacing: -1px;
		display: block;
    }

    .wrap_menu.fixed .menu_list > a { 
        color:black;
    }
    .menu_list:hover ul.menu_inner {
        display:block;
        -webkit-animation: menuOpacity .5s ease ; /* Safari 4.0 - 8.0 */
        animation: menuOpacity .5s ease;
        animation-fill-mode: forwards;
    }

    /* Standard syntax */
    @keyframes menuOpacity {
        0%   {opacity:0;}
        100% {opacity:1;}
    }

    @-webkit-keyframes menuOpacity {
        0%   {opacity:0;}
        100% {opacity:1;}
    }

    ul.menu_inner {
        /*position:absolute;*/
        width:100%;
        list-style: none;
        text-align:center;
        background-color:white;
        border:1px solid black;
        opacity:0; 
        display:none;
        transition:opacity 300ms;
		margin-top: 5px;
    }
	/*ul.sj_reser_inner {
		width: 150px;
		margin-left: -35px;
	}*/
        ul.menu_inner a {
            display:block;
            padding:10px 0;
            font-size:12px; font-weight:bold;
            /* border-bottom:1px solid black; */
        }
        ul.menu_inner a:hover {
            color:grey;
        }
	@media(max-width:1220px){
		.menu_list > a {
			font-size:15px;

		}
		.menu_logo {
			margin-left: 10px;
		}


	}






/* ==================== 

:::::::::::::::::: MB Menu Style ::::::::::::::::::

==================== */
 
        .wrap_menu_mb {
            display:none;
            width:100%;
			position:fixed;
			z-index:189;
			top: 0;
			left: 0;
        }

        /* MB Menu List */
        
        .menu_mb {
            position:fixed; z-index:190;
            top:0; left:0;
            width:80vw; 
            height:100%;
            background-color:white;
            transform: translate(-100%, 0);
            transition:transform 300ms;
        }

        .menu_mb.on {
            transform: translate(0%, 0);
			overflow-y:scroll;
        }


        /* MB Menu Btn */

        .mb_btn {
            position:relative; z-index:100;
            height:30px;
            padding-top:13px;
            cursor:pointer;
        }
        .mb_btn:active {
            position:relative; z-index:100;
            height:30px;
            padding-top: 22px;
            cursor:pointer;
        }

        .mb_btn:focus {
            outline:0;
        }

        .mb_btn span
                {
                position:relative;
                display: block;
                width: 28px;
                height: 3px;
                margin-bottom: 3px;
                position: relative;
                background: #fff;
                border-radius: 3px;
                z-index: 1;
                transform-origin: 4px 0px;
                transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                            opacity 0.55s ease;
                }

        .mb_btn span:before {
            content:'';
            position:absolute; z-index:100;
            top:-8px; left:0;
            width:100%;
            height:3px;
            background:#fff;
            transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
        }
        .mb_btn span:after {
            content:'';
            position:absolute; z-index:100;
            bottom:-8px; left:0;
            width:100%;
            height:3px;
            background:#FFF;
            transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
        }

        .mb_btn.on span {
            transform: rotate(-45deg) translate(-2px, 0px);
            background:#FFF;
			margin-top: 10px;
        }

        .mb_btn.on span:before {
            
            transform: rotate(90deg) translate(8px, 0px);
            background:#FFF;
        }

        .mb_btn.on span:after {
            opacity:0;
            transform: rotate(-450deg) translate(-2px, 0px);
        }
        

/* ================ Responsive 1100px ================ */
	@media screen and (max-width: 1100px) {
    .model_info {
        display:none;
    }

	/*
    .mb_none {
        display:none !important;
    }
	*/
    .wrap_menu {
       display:none;
    }
    
        .menu_list > a {
            font-size:3vw;
            color:black;
        }
    
    .mb_logo {
        position:relative;
        text-align:center;
    }
        .menu_logo {margin:0;}

        .mb_logo .tit_menu {
            font-size:25px;
        }
        .mb_reser {
            font-weight:bold;
        }

    .wrap_menu_mb {
        display:flex;
        justify-content: space-between;
        padding:0 20px;
        align-items: center;
        height:80px;
    }
        
        .wrap_menu_mb::before {
            content:'';
            position:absolute; z-index:-1;
            top:0; left:0;
            width:100%; height:100%;
			/*
            background:url('/img/main/mb/mb_bg_head.jpg')no-repeat 50% 50%;
			*/
			background: #66a48d;
            background-size:cover;
			/*
            opacity:0.5;
			*/
        }

        .wrap_menu_mb.head_3 {
            justify-content: center;
            background:#262626;
            color:white;
        }
		/*
        .wrap_menu_mb.head_3::before {
            content:'';
            position:absolute; z-index:-1;
            top:0; left:0;
            width:100%; height:100%;
            background:url('/img/main/mb/mb_bg_head.jpg')no-repeat 50% 50%;
            background-size:cover;
            opacity:0.5;
        }
		*/
        .logo_mb_menu {
            padding:20px 0;
            font-size:30px;
            text-align:center;
            font-family: 'Great Vibes', serif !important;
            border-top:1px solid black;
            border-bottom:1px solid black;
        }

        ul.menu_mb_list {
            margin:10px 30px;
            font-size:25px;
        }
            .menu_mb_list > li {
                padding:10px 0;
                font-weight:bold;
            }

            .menu_mb_list ul.menu_mb_slist {
                display:none;
                margin-top:5px;
                font-size:12px;
            }
            .menu_mb_list ul.menu_mb_slist a {
                display:block;
                padding:15px 10px;
                background-color:rgb(243, 243, 243);
                border-bottom:1px solid white;
            }


            
	}
/* ================ Responsive 1100px ================ */
/*
@media screen and (max-width: 800px) {
	.mb_reser {
		margin-bottom: 1%;
	}

    .model_info {
        display:none;
    }

    .mb_none {
        display:none !important;
    }

    .wrap_menu {
       display:none;
    }
    
        .menu_list > a {
            font-size:3vw;
            color:black;
        }
    
    .mb_logo {
        position:relative;
        text-align:center;
    }
        .menu_logo {margin:0;}

        .mb_logo .tit_menu {
            font-size:25px;
        }
        .mb_reser {
            font-weight:bold;
        }

    .wrap_menu_mb {
        position:relative;
        display:flex;
        justify-content: space-between;
        padding:0 20px;
        align-items: center;
        height:70px;
    }
        
        .wrap_menu_mb::before {
            content:'';
            position:absolute; z-index:-1;
            top:0; left:0;
            width:100%; height:100%;

			background: #66a48d;
            background-size:cover;

        }

        .wrap_menu_mb.head_3 {
            justify-content: center;
            background:#262626;
            color:white;
        }

        .logo_mb_menu {
            margin:50px auto;
            padding:20px 0;
            font-size:30px;
            text-align:center;
            font-family: 'Great Vibes', serif !important;
            border-top:1px solid black;
            border-bottom:1px solid black;
        }

        ul.menu_mb_list {
            margin:10px 30px;
            font-size:25px;
        }
            .menu_mb_list > li {
                padding:10px 0;
                font-weight:bold;
            }

            .menu_mb_list ul.menu_mb_slist {
                display:none;
                margin-top:5px;
                font-size:12px;
            }
            .menu_mb_list ul.menu_mb_slist a {
                display:block;
                padding:15px 10px;
                background-color:rgb(243, 243, 243);
                border-bottom:1px solid white;
            }


            

}

*/

@media screen and (max-width: 800px) {

    ul.menu_mb_list {
        font-size:15px;
    }


    .head_3 .tit_menu::before {
        content:'';
        position:absolute;
        top:-15px; left:-10px;
        width:130%;
        height:1px;
        background-color:white;
    }
    .head_3 .tit_menu::after {
        content:'';
        position:absolute;
        left:0;
        bottom:-10px; left:-10px;
        width:130%;
        height:1px;
        background-color:white;
    }
	.logo_mb_menu a img {
		width: 40%;
		margin-top: 1%;
	}

}

@media screen and (max-width: 600px) {
	.logo_mb_menu a img {
		width: 60%;
		margin-top: 1%;
	}
	.menu_logo a img {
		width: 80%;
	}
}
@media screen and (max-width: 400px) {
	.logo_mb_menu a img {
		width: 70%;
		margin-top: 2%;
	}
}






/* =========== 

:::::::::::::::::: Footer ::::::::::::::::::

============ */

footer {
    display:flex; flex-direction:column;
    justify-content: center; align-items: center;
    margin-top:100px;
    padding:90px 0 50px 0;
    width:100%;
    color:#7b7b7b;
    background-color:#1c1c1c;
}
    .foot_logo {
        height:80px;
        text-align:center;
    }
    .foot_info {
        text-align:center;
    }
        .foot_info p {
            margin:1em 0 !important;
        }
    .menu_logo.footer {
        margin:0;
    }

    img.img_f_logo {
        vertical-align:-5px;
    }
	
    .foot_logo .tit_menu::before {
        background-color:#7b7b7b;
    }
    .foot_logo .tit_menu::after {
        background-color:#7b7b7b;
    }




    @media screen and (max-width: 500px) {
        footer {
            padding:55px 0 15px 0;
            flex-direction:column;
            justify-content: center;
            align-items: center;
        }

        .foot_logo {
            width:100%;
            height:70px;
        }
        .foot_info {
            width:100%;
            text-align:center;
        }
            .foot_info p {
                font-size:0.8em;
            }

        .f_mb_block {
                display:block;
                margin:5px 0;
            }
    
    }






/* ===============

:::::::::::: Menu Style - 3 ::::::::::::

================== */

.wrap_mb_menu_3 {
    display:none;
}

@media only screen and (max-width: 800px) {

    #header.head_3 {
        position:fixed; z-index:500;
        width:100%;
        top:0; left:0;
    }

    .wrap_mb_menu_3 {
        position:relative; z-index:150;
        display:flex;
        justify-content:center;
        position:relative;
        padding-top:15px;
        width:100%;
        min-height:50px;
        background-color:#262626;
        border-top:1px solid white;
    }
        .wrap_mb_menu_3.mt {
            margin-top:60px;
        }

        .list_mb_menu_3 > a {
            display:inline-block;
            min-width:25vw;
            font-size:2vw;
            font-weight:bold;
            color:white;
            text-align:center;
            overflow:hidden;
        }

        .list_mb_menu_3.short > a {
            min-width:20vw;
        }
        .list_mb_menu_3.long > a {
            min-width:30vw;
        }

    .sub_menu_con_3 {
        display:none;
        position:absolute; z-index:50;
        padding:20px 0;
        width:100vw;
        left:0;

        background-color:#262626;
    }
    .wrap_mb_menu_3.row_1st .sub_menu_con_3 {
        margin-top:50px;
    }
        
    .sub_menu_con_3 a {
        display:block;
        margin-top:5px;
        padding:10px 0;
        text-align:center;
        color:white;
        font-weight:bold;
    }
    
    a.a_title.mb_icon i.fab {
        font-size:20px;
        line-height:20px;
    }
    

}



@media only screen and (max-width: 500px) {

    .list_mb_menu_3 > a {
        font-size:4vw;
    }

}







/* :::::::::::::::::

    Responsive - Menu 

::::::::::::::::: */

@media only screen and (max-width: 500px) {

    /* Header 1 Margin-top */
    /* .head_margin {
        margin-top:0px !important;
    } */

    /* Header 2 Margin-top */
    /* .head_margin {
        margin-top:170px !important;
    } */
    
}


/* ::::::::::::::::::::::::::::::::::

 팝업레이어 

:::::::::::::::::::::::::::::::::: */

#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute; z-index:100;}
.hd_pops img{max-width:100%}
.hd_pops_con {    
    width: auto !important;
    height: auto !important;
    max-width: 450px;}
.hd_pops_con p {margin:0 !important}
.hd_pops_footer {margin-top:-30px; padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}




@media screen and (max-width:500px){
    [id^="hd_pops_"] {
        left:0 !important;
    }
    .hd_pops_con {
        margin:0 auto;
        width:90% !important;
    }

    .hd_pops_footer {
        width:90%;
        margin:-23px auto 0 auto;
        font-size:13px;
    }

    #hd_pops_2 {
        top:300px !important;
    }
}


#hd_pop .sound_only {
    display:none;
}




/*퀵바*/
.quick_bar_reser {
	position: fixed;
	right: 0;
	bottom: 20%;
	background: #b7d5ac;
	padding: 20px 10px;
	text-align:center;
	border-bottom: none !important;
	z-index: 9999999;
}

.quick_bar_reser img {
	width: 60px;
}

.quick_bar_text {
	font-size: 18px;
	font-family: 'ghanachoco';
	color: #105b0e;
	margin: 10px 0 0 0;
}

.quick_bar_text span {
	color: #333;
	font-size: 14px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight:bold;
}



@media screen and (max-width: 500px) {
	.quick_bar_reser {
		display: none;
	}
}