@media all and (max-width: 1600px) { 

	html { font-size: 15px; }
	
}
@media all and (max-width: 1400px) { 
	
    #cursor { display: none; }

	html { font-size: 14px; }

	#fullpage { height: auto; }
	.section { height: auto; }
	body.main .all_wrap { height: auto; }

    /* body.main { overflow-y: hidden; } */
    /* body.auto { overflow-y: auto !important; } */

	/* #fullpage { height: auto; }
	.section { height: auto; }
	body.main { overflow-y: hidden; }
	body.main .all_wrap { height: auto; } */

    /* body.main { overflow-y: hidden; } */
    /* body.auto { overflow-y: auto !important; } */

/*  */

 /**/

    .main_skip_bt { width: 70px; height: 70px; position: fixed; right: 5%; bottom: 5%; left: revert; top: revert; animation: sub_top_txt111 1.0s 1.0s both; }
    .main_skip_bt>div { width: 70px; height: 70px; background-color: #000; display: flex; justify-content: center; align-items: center; border-radius: 100%; left: 0; top: 0; transform: translate(0); transition: opacity 1.0s; opacity: 1; position: absolute; display: flex; }
    .main_skip_bt>div p { font-family: 'lexend', sans-serif; color: #fff; font-size: 14px; font-weight: 600; display: inline-block; position: relative; letter-spacing: 0; text-transform: uppercase; display: block; }
    .main_skip_bt>div:before { content:''; width: 94px; height: 94px; position: absolute; left: -12px; top: -12px; background-color: #000; opacity: 0.3; border-radius: 100%;  
    
        animation-name: cursor_skip, cursor_skip2;
        animation-duration: 2.1s, 2.1s;
        animation-delay: 0s, 0s;
        animation-timing-function: ease, ease;
        animation-fill-mode: both, both;
        animation-iteration-count: infinite, infinite;
  
    }
            
    @keyframes intro {
        from { width: 0%; }
        to { width: 100%; }
    }


    .intro_all_wrap { height: 100dvh; }
    
    .intro_img_box { z-index: 1; opacity: 1; clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%); }
    
    .intro_tit { transform: scale(0.5); z-index: 2; }
    .intro_tit h1 { font-size: 2.25rem; }
    .intro_tit h1 b.spacing { margin-right: 1rem; }
    .intro_tit p { margin-bottom: 1rem; margin-left: 0.875rem; font-size: 1.125rem; }
    .intro_tit p:last-child { margin-top: 1rem; margin-right: 0.875rem; }
    .intro_txt { width: 15rem; left: -2rem; bottom: 0.5rem; }
    
    
    
    .intro_wrap.intro2 .intro_tit h1 { letter-spacing: 0.625rem; padding-left: 0.625rem; transition: 1.2s 0s; }
    
    
    .intro_wrap.intro3 .intro_tit h1 span.space { width: 0rem; transition: 1.5s 0s; }
    .intro_wrap.intro3 .intro_img_box { clip-path: polygon(calc(50% - 5.5rem) calc(50% - 8.5rem), calc(50% + 5.5rem) calc(50% - 8.5rem), calc(50% + 5.5rem) calc(50% + 8.5rem), calc(50% - 5.5rem) calc(50% + 8.5rem)); transition: 1.5s 0s; }
    
    .intro_wrap.intro4 .intro_img_box { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transition: 2.5s 0s; }
    .intro_wrap.intro4 .intro_tit { opacity: 0; transition: 1.2s 0s; }
    
    @media all and (max-width: 1000px) { 
        
        .intro_tit h1 { flex-direction: column; gap: 1rem; }
                
        .intro_tit p  { justify-content: center !important; }
        .intro_tit p { margin-left: 0; transform: translateY(-3rem); }
        .intro_tit p:nth-last-child(2) { margin-right: 0; transform: translateY(3rem); }

        .intro_txt { position: static; margin-top: 2rem; }
            
        .intro_wrap.intro3 .intro_img_box { clip-path: polygon(calc(50% - 5.5rem) calc(50% - 10.5rem), calc(50% + 5.5rem) calc(50% - 10.5rem), calc(50% + 5.5rem) calc(50% + 10.5rem), calc(50% - 5.5rem) calc(50% + 10.5rem)); transition: 1.5s 0s; }
        
        .intro_wrap.intro4 .intro_img_box { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transition: 2.5s 0s; }

    }
    
/*  */

    .right_scroll_wrap { transform: scale(0.9); transform-origin: right bottom; }

/*  */

    .main_wrap { height: auto; flex-wrap: wrap; }
    .main01 { height: 100dvh; position: relative; }
    .main02 { width: 100%; height: auto; position: relative; padding: 8rem 0 9rem; right: 0; justify-content: center; flex-wrap: wrap; }
    .main02>div:last-child { width: 90%; gap: 4rem; transform: translateY(0rem); }
    .main02>div:last-child>div { width: 100%; gap: 0rem; justify-content: flex-end; align-items: flex-start; flex-direction: row; flex-wrap: wrap; transform: translateY(0); max-width: revert; }
    .main_sum{position: relative; z-index: 10; background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/main.jpg) center bottom no-repeat; background-size: cover; }
    .main_sum>div{width: 100%; padding: 10%; padding-bottom: 20%;}
    .main_sum .btn{padding: 0;}
    .main_sum ul>li h2{font-size: 1.8vw;}

    .main_txt_box { width: 100%; }
    .main_txt_box>div { transform: translateY(-2rem); }
    .main_bt { display: none; }
    .main_guest { left: 5%; bottom: 3.5rem; }            
    .main_sum_tit { width: 100%; position: relative; z-index: 9; height: auto; position: absolute; left: 5%; top: 15rem; }
    .main_sum_tit::before { display: none; }
    .main_sum_tit::after { display: none; }
    .main_sum_tit>div { position: relative; right: 0; top: 0; opacity: 0; transform: translateX(-5rem); transition: 0s; }
    .main_sum_tit>div span { transform: rotate(0deg); position: relative; }
    .main_sum_tit h2 { font-size: 3.5rem; }
    .main_sum_tit p { font-size: 1em; margin-top: 1rem; margin-left: 0.125rem; }
        
    .sum_img_box { position: relative; top: 0; }
    .sum_img_box h3 { transition: 0s; }
    .sum_img_box img:nth-child(1) { transition: 0s; }
    .sum_img_box img:nth-child(2) { transition: 0s; }
    .sum_sum { max-width: revert; transition: 0s; color: #000; margin-top: 8rem; }
    .sum_sum ul { gap: 4rem 2rem; justify-content: space-between; }
    .sum_sum ul li { width: calc(33.33% - 2rem);  }
    .sum_sum ul li h3 { font-size: 1.25rem; }
    .sum_sum ul li p { font-size: 1rem; border-top: 1px solid #000; }
    .main02 .imgc { transition: 0s; padding-top: 4rem; transform: translateY(3rem); text-align: center; }
    .sum_sum.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .sum_img_box.active h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .sum_img_box.active img { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .main_sum_tit.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .main02 .imgc.active { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
     .main_sum.active{ opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .main_sum.active .last ul>li::before,
    .main_sum.active .last ul>li::after { width: calc(100% + 2px); transition: 1.5s 0.8s; }
    .main_sum.active ul>li>a>span::before,
    .main_sum.active ul>li>a>span::after { height: calc(100% + 2px); transition: 1.5s 0.8s; }
    .main_sum.active>div>h1 { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
    .main_sum.active ul>li h2 { transform: translate(0); opacity: 1; transition: all 0.5s 0s, opacity 1.2s 0.8s; }
    .main_sum.active ul>li h4 { transform: translate(0); opacity: 1; transition: all 0.5s 0s, opacity 1.2s 0.8s; }
    .main_sum.active ul>li img { transform: translate(0); opacity: 1; transition: all 0.5s 0s, opacity 1.2s 0.8s; }
    .main_sum.active_bt { transform: translate(0); opacity: 1; transition: 1.2s 0.8s; }
    .main_sum.active .main01 .main_bt_wrap{ transform: translate(0); opacity: 0; transition: .5s 0s; }
    .main_sum.active .btn {opacity: 1; transition: 1.2s 0.2s; }
    .main_sum.active ul>li hr {opacity: .3; transition: 1.2s 0.8s; }
    .main_sum.active .btn .bg{ transform: translate(0); opacity: 1; transition:1.2s 0.8s; }
    .main_sum.active .btn div{ transform: translate(0); opacity: 1; transition:1.2s 0.8s; }


    @media all and (max-width: 1000px) { 

        .intro_img { background: url(../img/main.jpg) right bottom no-repeat; background-size: cover; }
        .main02>div>div { gap: 4rem; justify-content: center; }
        .main_txt_box { width: 100%; height: calc(70% - 6.5rem); margin-top: 6.5rem; }
        .main_txt_box>div { transform: translateY(0); }
        .main_guest .main_guest_bg.white { opacity: 1; }
        .main_guest .main_guest_bg.black { opacity: 0; }
        .main_guest p { color: #fff; }
        /* .intro_wrap.skip .intro_vd_box { clip-path: polygon(0 70%, 100% 70%, 100% 100%, 0% 100%); } */
        .intro_wrap.skip .intro_vd_box { height: 30%; clip-path: revert; }
        .sum_txt_box { width: 100%; text-align: center; }
        .sum_txt_box>div { transform: translateY(-3rem); }
        .sum_txt_box h5 { margin-left: 0; }
        .sum_sum { margin-top: 8rem; }
        .sum_sum ul li { width: calc(50% - 1.5rem);  }

    }

/*  */

    .location_wrap { height: auto; flex-wrap: wrap; padding: 6rem 0; }
    .location_wrap .location01 { width: 90%; height: auto; display: flex; flex-wrap: wrap; transform: translateY(0); padding-bottom: 7rem; }

	.location01 { position: relative; margin: auto; }
	.location02 { position: relative; right: revert; margin: auto; flex-direction: column;}

    .location_tit { width: 90%; margin: auto; position: relative; z-index: 9; height: auto; margin-top: 7rem; }
    .location_tit::before { display: none; }
    .location_tit::after { display: none; }
    .location_tit>div:first-child { position: relative; right: 0; top: 0; opacity: 0; transform: translateX(-5rem); transition: 0s; }
    .location_tit>div:first-child span { transform: rotate(0deg); position: relative; }
    .location_tit>div:first-child h2 { font-size: 3.5rem; margin-left: -0.25rem; }
    .location_tit>div:first-child p { font-size: 1em; margin-top: 1rem; margin-left: 0rem; }

/*    .location_bt { display: none; }*/

    .location_box { width: 100%; position: relative; opacity: 0; transform: translateY(3rem); }

    .location_content_box { margin: 0; margin-top: 5rem; gap: 2.5rem; opacity: 1; transform: translateY(0); }
    .location_content { opacity: 0; transform: translateY(3rem); }

    .location_content:hover { transform: translateY(0); }
    .location_content img { filter: grayscale(0) !important; }

    .swiper-pagination-location { transform: scale(1); margin-top: 2.25rem; }

    .location_pop_wrap { height: auto; position: static; }
/*
    .location_pop_bg { display: none; }
    .location_pop_close { display: none; }
*/

    .location_txt_box.box00 { margin-top: 1.75rem; }

    .location_pop_wrap::before { display: none;}
	
	.location_pop_content_box { width: 100%; margin: auto; position: static; flex-direction: row; align-items: center; }
    .location_pop_content_box h2 { width: calc(100% - 54rem); text-align: center; opacity: 0; transform: translateY(3rem); order: 4; }
    .location_pop_content_box h2 br.pad { display: block; }
    .location_pop_content { width: 18rem; opacity: 0; transform: translateY(3rem); }
    .location_pop { max-width: 1200px; gap: 2.5rem; }
	.location_pop_img { opacity: 1; transform: translate(0);}
	.location_pop_img { margin: auto;}
    .location_pop img { content: url(../img/location_map_pad.jpg); transform: scale(1.2); }

    .location_pop_content_box { opacity: revert;}
	.location_pop_content:hover::before,
    .location_pop_content:hover::after { width: 0; }
    .location_pop_content:hover span::before,
    .location_pop_content:hover span::after { height: 0; }
	.location_pop h6 { text-align: center; bottom: -6.5rem;}

    .location_ori { position: static; text-align: center; width: 100%; margin-top: 5rem; transform: translateY(3rem); }


    .location_pop.active img { transform: scale(1); transition: 2.0s 0s; }
    .location_pop_content_box h2.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .location_pop_content.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .location_tit.active>div { opacity: 1; transform: translate(0) !important; transition: 1.2s 0.2s; }
    .location_txt_box.active { opacity: 1; transform: translate(0) !important; transition: 1.2s 0.2s; }
    .location_content.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .location_ori.active { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }


    @media all and (max-width: 1000px) { 

        .location_pop_content_box { flex-wrap: wrap; }
        .location_pop_content_box h2 { width: 100%; order: 1; transform: translateY(-2rem); }
        .location_pop_content_box h2 br { display: none !important; }
        .location_pop_content { width: calc(33% - 0.35rem); order: 2; padding-left: 1.5rem; padding-top: 1.75rem; }

        .location_pop_content.con01 { background: url(../img/location_obj01.png) right 1rem bottom no-repeat; background-size: 10.125rem; }
        .location_pop_content.con02 { background: url(../img/location_obj02.png) right 1rem bottom no-repeat; background-size: 10rem; }
        .location_pop_content.con03 { background: url(../img/location_obj03.png) right 1rem bottom no-repeat; background-size: 10.5625rem; }
        

        .location_tit>div:first-child { text-align: center; transform: translateY(-3rem); }
        .location_content_box .location_txt_box { text-align: center; margin-top: 1.5rem; }
        .location_txt_box.box00 { width: 100%; text-align: center; transform: translateY(-3rem); }

        .location_txt_box h6 { font-size: 0.875rem; text-align: center; }
        .location_txt_box h3 { font-size: 1.25rem; margin-top: 1rem; }
        .location_txt_box p { font-size: 1rem; }

        .location_content_box { flex-wrap: wrap; justify-content: center; gap: 5rem 4rem; }
        .location_img_box.box01 { border-radius: 2.5rem 0 0 0; }
        .location_img_box.box02 { border-radius: 0 2.5rem 0 0; }
        .location_img_box.box03 { border-radius: 0 0 0 2.5rem; }
        .location_img_box.box04 { border-radius: 0 0 2.5rem 0; }

    }
    
/*  */

    .premium_wrap { height: 70rem; }
    .premium_wrap>div:last-child { width: calc(100% - 28rem); flex-direction: column; }

    .premium_bg_box { width: 28rem; }

    .premium_bd { display: none; }

    .premium_tit { width: 100%; position: relative; z-index: 9; height: auto; text-align: center; margin-bottom: 5rem; }
    .premium_tit::before { display: none; }
    .premium_tit::after { display: none; }
    .premium_tit>div { position: relative; right: 0; top: 0; opacity: 0; transform: translateY(-3rem); transition: 0s; }
    .premium_tit>div span { transform: rotate(0deg); position: relative; }
    .premium_tit h2 { font-size: 3.5rem; }
    .premium_tit p { font-size: 1em; margin-top: 1rem; }

    .premium_box_tit { display: none; }
    .premium_box { flex-wrap: wrap; justify-content: center; transform: translateY(0); gap: 2rem 3rem; }
    
    .premium_content { margin-top: 0 !important; transform: translateY(3rem); }

    .premium_content:hover .premium_icon::before { border: 4px solid #c0c0c0; transform: translateY(0rem); }
    .premium_content:hover .premium_icon::after { border: 4px solid #c0c0c0; transform: translateY(0rem); }

    .premium_box .space { display: block; width: 100%; }

    .premium_ori { width: 100%; position: static; text-align: center; transform: translateY(3rem); margin-top: 3rem; }
    .premium_ori br.pad { display: block; }

    .premium_icon img { transform: scale(0.8); }
    .premium_content.con03 .premium_icon img { transform: scale(0.8) translateX(4px); }

    .premium_content h3 { font-size: 1.375rem; }
    .premium_content p { font-size: 1rem; }

    .premium_bg_txt.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .premium_box_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .premium_content.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .premium_ori.active { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .premium_bd.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .premium_bg.active::after { transform: scale(1); transition: 2.5s 0s; }
    .premium_tit.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

    @media all and (max-width: 1000px) { 
        
        .premium_wrap { height: auto; padding: 8rem 0; flex-wrap: wrap; }
        .premium_wrap>div:last-child { width: 100%; }

        .premium_bg_box { display: none; }

        .premium_bd { display: block; position: static; margin-top: 6rem; display: none; }

    }


    /* unit */
    .unit_wrap{flex-wrap: wrap; gap: 0;}
    .unit_wrap>div:first-child::after{display: none;}
    .unit_wrap::before{  background: url(../img/unit_bg.jpg) left bottom no-repeat;  background-size: cover;}
    .unit_wrap.active>div:first-child{ transform: translate(0); opacity: 1; transition: 1.0s 0.4s; }
    .unit_wrap.active .unit_box{ transform: translateY(-25%); opacity: 1; transition: 1.0s 0.4s; }

/*  */

    .news_wrap { height: auto; padding: 8rem 0; flex-wrap: wrap; }

    .news_vd_wrap { position: absolute; right: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; background-color: #000; }
    .news_vd_wrap h3 { display: none; }

    .news_tit { width: 90%; max-width: 900px; position: relative; z-index: 9; height: auto; color: #fff; margin-bottom: 4rem; }
    .news_tit::before { display: none; }
    .news_tit::after { display: none; }
    .news_tit>div { position: relative; right: 0; top: 0; opacity: 0; transform: translateY(-3rem); transition: 0s; }
    .news_tit>div span { transform: rotate(0deg); position: relative; }
    .news_tit h2 { font-size: 3.5rem; margin-left: -0.25rem; }
    .news_tit p { font-size: 1em; margin-top: 1rem; margin-left: 0; }

    .news_box { max-width: 900px; }
    .news_box>div:first-child { flex-wrap: wrap; }

    .news_box_tit { width: 100%; color: #fff; position: static; order: 2; transform: translateY(3rem); }
    .news_box_tit>div:first-child { display: none; }

    .news_arrow { position: static; width: 100%; justify-content: flex-end; margin-top: 1rem; }
    .news_arrow .swiper-pagination { color: #888; }
    .news_arrow .swiper-pagination-current { color: #fff; }
    .news_arrow .swiper-pagination .slash { background-color: #fff; }
    .news_arrow .swiper-button-prev::after { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
    .news_arrow .swiper-button-next::after { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }


    .news_box_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .news_vd_wrap.active h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .swiper_news.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .swiper_news_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .news_arrow.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .news_tit.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

    @media all and (max-width: 1000px) { 
            
        .news_tit { width: 85%; }
        .news_box { width: 85%; }

    }

/*  */

    .contact_wrap { height: auto; padding: 8rem 0; flex-wrap: wrap; }
    .contact_wrap>div { transform: translateY(0rem); gap: 2.5rem; }
    .contact_wrap>div:last-child { justify-content: center; transform: translateY(0); }

    .contact_tit { width: 90%; position: relative; z-index: 9; height: auto; margin-bottom: 4rem; text-align: center; }
    .contact_tit::before { display: none; }
    .contact_tit::after { display: none; }
    .contact_tit>div { position: relative; right: 0; top: 0; opacity: 0; transform: translateY(-3rem); transition: 0s; }
    .contact_tit>div span { transform: rotate(0deg); position: relative; }
    .contact_tit h2 { font-size: 3.5rem; margin-left: 0rem; }
    .contact_tit p { font-size: 1em; margin-top: 1rem; margin-left: 0; }

    .contact_wrap .sub_contact_bottom { justify-content: center; transform: translateY(3rem); }
    .contact_wrap .sub_contact_map_box img { transform: translate(0); }
    .contact_box_tit { display: none; }

    .sub_contact_txt_wrap { position: static; margin: auto; margin-top: 4rem; }
    

    .contact_txt_box { margin-top: 3.75rem; min-width: 28.5rem; }
    .contact_txt_box h4 { font-size: 1.25rem; }
    .contact_txt_box h2 { font-size: 3.4375rem; margin-top: 0.375rem; }

    .contact_add { gap: 3.25rem; margin-top: 5.875rem; }
    .contact_add p { font-size: 1rem; }
    .contact_add>div { gap: 0.4375rem; }

    .contact_wrap .sub_contact_bottom { margin-bottom: 0; }


    .contact_tit.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .contact_box_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .sub_contact_bottom.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

/*  */

    .footer { padding: 4.625rem 0 5rem; font-size: 0.875rem; flex-direction: column; justify-content: center; align-items: center; }

    .footer_logo { width: 6.75rem; margin-right: 0; }

    .footer_top { flex-direction: column-reverse; justify-content: center; align-items: center; text-align: center; gap: 1rem; }

    
    .footer_bottom { flex-direction: column; justify-content: center; align-items: center; text-align: center; margin-top: 0rem; }
    .footer_bottom h5 { text-align: center; }
    .footer_bottom p { text-align: center; }

    .footer_const { justify-content: center; }
    .footer_const li:last-child { padding-right: 0.75rem; }

    .footer_info { justify-content: center; }
    .footer_info li:first-child { padding-left: 1rem; }
    
    .footer h6 { text-align: center; margin-top: 4rem; }

    .top_bt { right: 5%; bottom: 3.5rem; }

    @media all and (max-width: 1000px) { 
        
        .footer_bottom h5 br.pad { display: block; }
        
    }

/**/

    .guest_pop_wrap { width: 90%; right: -90%; }

	.guest_wrap.ok { height: auto; padding: 10px 0 0px; }
	.guest_ok_box { transform: translateY(0px); }

	.guest_ok_box>h3 { font-size: 24px; line-height: 30px; }
	.guest_ok_box>p { font-size: 13px; line-height: 26px; margin-top: 20px; margin-bottom: 80px; }

	.guest_ok_bg { width: 380px; right: 0px; top: -90px; }

    /* .guest_bt { width: 44px; height: 44px; right: 25px; top: 22px; } */

    /**/

    .guest_wrap { top: 0%; height: 100%; max-height: revert; }

    .guest_tit h1 { font-size: 36px; margin-bottom: 20px; }
    .guest_tit h2 { font-size: 16px; margin-bottom: 16px; }
    .guest_tit { margin-bottom: 55px; }
    .guest_tit p { font-size: 13px; margin-top: 0; }

    .guest_wrap .guest_box { width: 100%; margin-right: 0%; margin-bottom: 30px; }

    .guest_ori { margin-top: 30px; }
    .guest_box h6 { font-size: 12px; }
    .guest_kakao img { width: 32px; }
    .guest_kakao p { font-size: 12px; margin-left: 10px; transform: translateY(-0px); }
    .guest_kakao p:after { bottom: -5px; }

    .per_agree_box { height: 150px; padding: 0 22px; padding-top: 18px; letter-spacing: -1px; font-size: 13px; line-height: 28px; padding-bottom: 35px; }
    .per_agree_box b { font-size: 15px; }
    .per_agree_box a { margin-left: 8px; top: -1px; }
    .per_agree_box a:after { bottom: -4px; }

    .per_agree_bt_box { font-size: 12px; line-height: 15px; margin-top: 15px; height: 20px; }
/*	.per_agree_bt_box input[type="radio"] + label { padding-left: 25px; margin-right: 15px; margin-bottom: 10px; }*/

    .per_check_box { margin-top: 25px; }
    .per_check_box label { font-size: 16px; }
    .per_check_box input#agreeYny + label > span { padding-left: 8px; }
    .per_check_box input#agreeYny + label:before { width: 17px; height: 17px; border:2px solid #bbb; border-radius: 2px; margin-top: 2px; }
    .per_check_box input#agreeYny + label:after { width: 7px; height: 4px; border: 2px solid #ddd; border-top: 0; border-right: 0; left: 6px; top: 2px; }

    input#agreeYny:checked + label:before { background-color: #0075ff; border-color: #0075ff; }
    input#agreeYny:checked + label:after { border-color: #fff; }

    /**/

    .info_box>ul { padding-top: 2px; }
    .info_box>ul>li { height: 55px; }
    .info_box>ul>li p { line-height: 53px; font-size: 15px; padding-left: 2px; }

    .info_box>ul>li:nth-child(2n-1) { width: 9%; border-top: 1px solid #25282a; }
    .info_box>ul>li:nth-child(2n) { width: 41%; }
    .info_box>ul>li:last-child { width: 91%; height: auto; }
    .info_box>ul>li:nth-last-child(2) { width: 9%; }
    .info_box>ul>li:nth-child(4),.info_box>ul>li:nth-child(6) { padding: 15px 0; padding-left: 10px; }

    .info_box input { font-size: 15px; padding-left: 10px; }
    .info_box label { font-size: 14px; }

    .info_number01 { width: 65px; font-size: 15px; }
    .info_number02 { width: 50px; }
    .info_number03 { width: 50px; }
    .info_box>ul>li span { line-height: 55px; margin: 0 5px; }

    .info_address>ul>li { height: 55px; }

    .info_address01 { width: 13%; height: 33px; float: left; margin-right: 1%; }
/*	.info_address03 { width: 34%; height: 33px; float: left; margin-right: 1%; }*/
    .info_address03 { width: 65%; height: 33px; float: left; margin-right: 1%; }
    .info_address04 { width: 30%; height: 33px; float: left; margin-right: 3%; }
    .info_address05 { width: 50%; height: 33px; float: left; }
    .info_address02 { width: 110px;; height: 31px !important; margin-top: 12px !important; font-size: 11px !important; float: right; }

    /**/

    .guest_bt_box { width: 220px; height: 56px; margin-top: 0px; font-size: 16px; }
    .guest_bt_box>div { line-height: 54px; }

    
/*서브*/

    /* .sub_top { height: 28.25rem; } */

    .sub_top_img { background-size: 11.5rem; }

    .sub_top_txt { width: 100%; }
    .sub_top_txt h3 { font-size: 1.313rem; }
    .sub_top_txt h2 { margin-top: 1rem; margin-top: 0; }

    @keyframes sub_top_txt2 {
        from {  }
        to{ letter-spacing: 1rem; padding-left: 1rem; }
    }

	#snb_wrap { width: 100%; max-width: 1100px; margin: auto; height: 55px; }
	#snb { width: auto; height: 55px; }
	#snb > li { width: 200px; height: 55px; }
	#snb > li > a:after { height: 16px; }
	#snb > li:first-child { width: 55px; }
	#snb > li:first-child img { transform: scale(0.9); }
	#snb > li:nth-child(3) { width: 220px; }
	#snb > li:nth-child(2):after { width: 7px; height: 7px; transform: rotate(45deg); right: 18px; top: 24px; }
	#snb > li:nth-child(3):after { width: 7px; height: 7px; transform: rotate(45deg); right: 18px; top: 24px; }
	#snb .ov > a { height: 55px; line-height: 55px; padding: 0 15px; font-size: 13px; min-width:160px; }

	#snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 22px; }
	#snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 22px; }

	#snb .ov ul li a { font-size: 11px; padding:11px 15px; }

    /* #sub_container { margin-top: 8rem; } */
	#sub_box { margin-top: 58px; }
	#sub_tit h2 { font-size: 38px; }
	/* .sub_line { height: 32px; margin-top: 30px; } */
/*	.sub_page { margin-top: 3.5rem; }*/

    .sub_line_box>div { width: calc(95% - 25px); height: 590px; position: relative; }
    .sub_line02 { height: calc(100% - 295px); top: 295px; right: calc(5% + 25px); animation: sub_line02 1.9s 1.2s both linear; }
    /* .sub_line04 { transform: rotate(35deg); } */
    .sub_line05 { transform: rotate(-30deg) translate(-0.65vw, -4vh); }

	body.full .sub_ori { width: 90%; }
	.sub_ori { width: 100%; padding: 20px 25px; }
	.sub_ori>div { width: 45px; height: 45px; min-width: 45px; margin-right: 16px; background-size: 4.3px; }
	.sub_ori ul li { font-size: 11px; }
	.sub_ori ul li br { display: none; }

	.sub_ori ul.ori2 li { margin-left: 17px; }
	.sub_ori ul.ori2 li:first-child { font-size: 12px; }

	.sub_tab_bt { margin-bottom: 15px; }
	.sub_tab_bt ul li { font-size: 15px; line-height: 50px; }

/**/

	.sub_cy_wrap { padding-bottom: 50px; }

	.sub_page.img { margin-top: 40px; }
	.sub_img { width: 100%; margin-bottom: 80px; }

	ul.tabs2 { margin-bottom: 15px; }
	ul.tabs2 li { height: 40px; line-height: 40px; font-size: 14px; }

/**/

    .sub_over_wrap { background-color: #fff; }
    .sub_over_wrap>h2 { font-size: 24px; padding-left: 5%; }
    /* .sub_over_img { margin-top: 30px; } */
    /*	.sub_over_img_box p { font-size: 12px; left: 5%; top: 8%; }*/

    .swiper_planning .sub_planning_img { height: 50vw; }

    .swiper_planning_thumb .swiper-slide { height: 10vw; }

    .sub_over_bottom { width: 100%; margin-top: 0px; }
    .sub_over_bottom_tit h3 { width: 33%; min-width: 315px; font-size: 24px; }
    .sub_over_bottom_tit span { width: 70%; }
    .sub_over_txt_box { margin-top: 65px; }
    .sub_over_txt_box>div { width: 48%; margin-bottom: 40px; }
    .sub_over_txt_box>div h4 { font-size: 18px; padding-bottom: 18px; }
    .sub_over_txt_box>div p { font-size: 12px; margin-top: 15px; }

/**/

    .sub_location_wrap { padding: 0; }

    .sub_location_map { height: auto; }
    .sub_location_move { display: none; }
    .sub_location_map_m { display: block; }
    .sub_location_map img { width: 100%; transform: scale(1); transform-origin: right bottom; }

    /* .sub_location_bottom { flex-wrap: wrap; justify-content: center; gap: 5rem; padding: 5rem 15%; } */


    .sub_location_map_plus>div:nth-child(2) { display: none; }

    .sub_location_content:hover::after { width: 0; }
    .sub_location_content:hover::before { width: 0; }
    .sub_location_content:hover span::after { height: 0; }
    .sub_location_content:hover span::before { height: 0; }

    @media all and (max-width: 1000px) { 
        
        .sub_location_content p br { display: none; }
        .sub_location_content { height: 26rem; }

    }

/*  */

    .sub_life_wrap { padding-bottom: 7rem; }

    .sub_life_tit { position: relative; top: 0; right: 0; text-align: center; }
    .sub_life_tit h4 { font-size: 1.375rem; }
    .sub_life_tit h2 { font-size: 3.25rem; margin-top: 1.875rem; }

    .sub_life_box { width: 100%; max-width: 600px; margin: auto; flex-wrap: wrap; justify-content: center; margin-top: 5rem; }
    .sub_life_content { width: auto; max-width: 600px; gap: 2.375rem; opacity: 0; }
    .sub_life_content.con01 { width: 100%; }
    .sub_life_content.con02 { margin-top: 7rem; }
    .sub_life_content.con03 { margin-left: 0; margin: auto; margin-top: 7rem; }

    .sub_life_img_box { display: inline-block; overflow: hidden; border-radius: 5rem 0 0 0; }
    .sub_life_img_box img { width: 238px; }
    .sub_life_img_box.box02 img { width: 343px; }
    .sub_life_img_box.box02 { border-radius: 0 5rem 0 0; margin-bottom: 2.375rem; }
    .sub_life_img_box.box03 { order: 2; }

    .sub_life_txt_box { display: flex; justify-content: flex-start; align-items: center; gap: 3.75rem; }
    .sub_life_txt_box img { order: 2; }
    .sub_life_txt_box h3 { font-size: 1.3125rem; line-height: 100%; font-weight: 600; color: #897d70; }
    .sub_life_txt_box p { font-size: 1rem; line-height: 156%; opacity: 0.7; margin-top: 1.25rem; font-weight: 500; }
    .sub_life_txt_box.box01 { display: block; }
    .sub_life_txt_box.box01 h3 { margin-top: 2rem; }


/*  */

    #sub_container.premium { overflow: visible; }

/**/

    .sub_contact_wrap { width: 100%; }

    .sub_contact_bottom { margin-top: 3rem; margin-bottom: 4.375rem; margin-top: 0; }
    .sub_contact_bottom>div { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }

    @media all and (max-width: 1200px) { 
        
        .sub_contact_bottom>div { flex-wrap: wrap; justify-content: center; align-items: center; gap: 5rem 0; }

    }
    
    .sub_contact_map_box { width: 524px; height: fit-content; }
    
    .sub_contact_txt_box { max-width: 524px; margin: 1.5625rem 0; }
    

/**/

	.sub_gongo_top { height: 440px; }

	.sub_gongo_img_box { width: 57.545%; }

	.sub_gongo_txt_box { width: 40%; }
	.sub_gongo_txt_box>div>a { padding: 35px 30px 35px; }
	.sub_gongo_logo { transform: scale(0.85); transform-origin: left center; margin-left: 2px; }
	.sub_gongo_txt_box h2 { font-size: 21px; margin-top: 10px; margin-left: -2px; }
	.sub_gongo_txt_box p { font-size: 12px; margin-top: 20px; }

	.sub_gongo_bt { width: 40px; height: 40px; right: 30px; bottom: 30px; }
	.sub_gongo_bt>div { width: 28px; height: 17px; left: -9px; }
	.sub_gongo_bt>div:after { width: 8px; height: 8px; }

	.sub_gongo_notice { margin-top: 30px; }

	.sub_gongo_txt_box>div:hover .sub_gongo_bt>div { left: -5px; }

/**/

/**/

    .vr_bt_box { margin-top: 10px; }
    .vr_bt_box ul li { height: 40px; line-height: 40px; font-size: 14px; }

}
