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

	html { font-size: 14px; }
	
}
@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: 4%; bottom: 4%; 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(-50%,-50%); 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_txt_box h1 { font-size: 5.5rem; line-height: 100%; }

    .intro_circle.circle01 { top: 10%; }
    .intro_circle.circle02 { bottom: 10%; }


/*  */

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

/*  */

    .main_wrap { height: auto; flex-wrap: wrap; }

    .main01 { height: auto; position: relative; }
    .main02 { width: 100%; height: auto; position: relative; padding: 8rem 0 9rem; flex-direction: column-reverse; gap: 8rem; }

    .main_bg { height: 100dvh; }
    .main_img { position: relative; height: 100dvh; }
    .main_tit { height: 100dvh; }
    .main_tit h1 { font-size: 1.75rem; letter-spacing: 1rem; padding-left: 1rem; }
    .main_tit h1 b.spacing { margin-right: 1.375rem; }
    .main_tit p { margin-bottom: 1.5rem; margin-left: 1.125rem; font-size: 1rem; }
    .main_tit h4 { font-size: 1.25rem; margin-top: 1.5rem; margin-right: 1rem; }
        
    .main_txt_box { width: 100%; height: 100%; left: 0%; top: 0; position: relative; transition: 0s; padding: 6rem 0; }
    .main_txt_box>div { width: 90%; max-width: revert; text-align: left; transform: translateY(0rem); display: flex; justify-content: center; align-items: flex-start; gap: 5rem; opacity: 0; transform: translateY(3rem); }
    .main_txt_box h2 { font-size: 2rem; }
    .main_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 0; display: flex; justify-content: center; align-items: flex-start; gap: 2.5rem; }
    .main_txt_box h4 { font-size: 1.25rem; margin-top: 2rem; }
    .main_txt_box>div>div:nth-child(1) h4 { display: block; }
    .main_txt_box>div>div:nth-child(2) h4 { display: none; }


    .main_guest { right: 5%; right: revert; left: 5%; top: calc(100dvh - 11rem); bottom: revert; }


    .sum_txt_box { width: auto; display: inline-block; margin-top: 0; text-align: center; color: #000; }
    .sum_txt_box>div { transition: 0s; transform: translateY(-3rem); }
    .sum_txt_box h2 { font-size: 4.25rem; color: #182958; }
    .sum_txt_box h5 { font-size: 1rem; margin-top: 1rem; margin-left: 0.25rem; }

    .sum_img_box { position: relative; top: 0; width:90%; margin:0 auto; justify-content:center;}
    .sum_img_box h3 { transition: 0s; }
    .sum_img_box img:nth-child(1) { transition: 0s; width:100%;}
	.sum_img_box img:nth-child(2) { transition: 0s; width:30%;}
    .sum_img_box img:nth-child(3) { transition: 0s; width:30%;}
	.sum_img_box div {max-width:100%; position:static;}
	.sum_img_box h6 { bottom:0; color:#444;}

    .sum_sum { max-width: revert; transition: 0s; color: #000; gap: 6rem; }
    .sum_sum ul { gap: 4.625rem 3.5rem; justify-content: space-between; }
    .sum_sum ul li { width: calc(33.33% - 2.375rem);  }
    .sum_sum ul li h3 { font-size: 1.25rem; }
    .sum_sum ul li p { font-size: 1rem; border-top: 1px solid #000; left:0;}


    .main02 .imgc { width: 100%; color: #000; text-shadow: none; opacity: 0.7; text-align: center; }

    .main_sum_bt { gap: 1rem; margin-top: 1rem; transform: translateY(3rem); }
    .main_sum_bt>div { width: 16.875rem; height: 3.75rem; border: 1px solid #000; color: #000; } 
    .main_sum_bt>div>a { font-size: 1rem; padding: 0 2.25rem; }
    .main_sum_bt>div>a>div { background: url(https://lavieum.com/img/down.png) right center no-repeat; background-size: cover; }
    

    .cal_txt_box { color: #000; margin-top: 0; text-align: center; }
    .cal_txt_box>div { transform: translateY(-3rem); transition: 0s; }
    .cal_txt_box h2 {font-size: 4.25rem; transition: 0s; color: #031442; }
    .cal_txt_box h5 { font-size: 1rem; margin-top: 1rem; font-weight: 500; transition: 0s; }

    .cal_content { color: #000; transition: 0s; }
    .cal_content ul { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; gap: 0.75rem; flex-wrap: wrap; }
    .cal_content ul li { width: calc(20% - 0.75rem); height: 11.125rem; border: 1px solid rgba(0,0,0,0.4); }
    .cal_content ul li h3 { font-family: 'trajan'; font-size: 1.5rem; line-height: 100%; font-weight: 700; }
    .cal_content ul li p { font-size: 0.875rem; line-height: 128%; opacity: 0.7; margin-top: 0.375rem; }
    .cal_content ul li:nth-child(n+6) { width: calc(50% - 0.75rem); height: 7rem; }
        
    .main_cal_bt { transition: 0s; } 
    .main_cal_bt>div { border: 1px solid rgba(0,0,0,0.4); }

    .main_cal_over { display: none; }
    
    .cal_content ul li:hover { color: #000; }


    .main_wrap.on .main_tit>div { transform: translateY(-7rem); transition: 1.2s 1.0s; }

    
    
    .main_txt_box.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .sum_txt_box.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .sum_txt_box.active h2 { opacity: 1; width: 100%; transition: 1.2s 0.2s; }
    .sum_txt_box.active h2::before { width: 100%; transition: 2.0s 0.2s; } 
    .sum_txt_box.active h2 span { opacity: 1; transition: 1.2s 0.2s; }
    .sum_txt_box.active h3 { opacity: 1; transform: translate(0); transition: 1.2s 1.0s; }
    .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; }
	.sum_img_box.active div h6 { opacity: 1; transition: 1.2s 0.2s; }
    .main_sum_bt.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .cal_txt_box.active>div { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .cal_content.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .main_cal_bt.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    
    
    @media all and (max-width: 1000px) { 

        .intro_txt_box h1 { font-size: 4.5rem; line-height: 100%; }

        .main_img::after { background: url(../img/main_m.jpg) center top 20% no-repeat; background-size: cover; }

        .main_wrap.on .main_img::after { background: url(../img/main_m.jpg) center bottom 0% no-repeat; background-size: cover; }
        .main_wrap.on_delay .main_img::after { background: url(../img/main_m.jpg) center bottom 0.1% no-repeat; }
        .main_wrap.on .main_tit>div { transform: translateY(-9rem); }
/*  */

        .main_tit h1 { font-size: 2.5rem; letter-spacing: 0.75rem; padding-left: 0.75rem; display: flex; justify-content: center; gap: 0.875rem; flex-direction: column; }
        .main_tit h1 b.spacing { margin-right: 0rem; }
        .main_tit h1>span:first-child { flex-direction: column; gap: 0.875rem; }
        .main_tit p { margin-bottom: 1.5rem; margin-left: 0rem; font-size: 1rem; transform: translateY(-3rem); text-align: center; justify-content: center; }
        .main_tit h4 { font-size: 1.25rem; margin-top: 2.5rem; margin-right: 0rem; transform: translateY(3rem); text-align: center; }
            
        .main02>div>div { gap: 4rem; justify-content: center; }

        .main_txt_box { gap: 5rem 0; }
        .main_txt_box>div { gap: 4rem; }
        .main_txt_box p { display: block; }

        
        .main_guest .main_guest_bg.white { opacity: 1; }
        .main_guest .main_guest_bg.black { opacity: 0; }
        .main_guest p { color: #fff; }

        .main_bgm { width: 65%; bottom: 6rem; color: #fff; }

        .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: 4rem; } */
        .sum_sum ul li { width: calc(50% - 2.375rem); }

        .cal_content ul li { height: 9.5rem; }

        .main_wrap.on .main_tit2 h3 { opacity: 1; letter-spacing: 0.5rem; padding-left: 0.5rem; transition: all 1.5s 0.8s; }

    }

/*  */

    .brand_wrap { width: 100vw; height: fit-content; padding-top: 0rem; flex-wrap: wrap; gap: 8rem; }

    .brand00 { width: 100%; height: auto; }

    .brand_vd_tit { width: 85%; left: 0; right: 0; margin: auto; position: relative; padding: 8rem 0; justify-content: flex-start; }
    .brand_vd_tit>div { transform: translateY(0rem); }
    .brand_vd_tit h1 { font-size: 5.5rem; }
    .brand_vd_tit h1 span b { transition: 0s; }
    .brand_vd_tit h3 { font-size: 1.25rem; margin-top: 3.875rem; gap: 0.625rem; transition: 0s; }
    .brand_vd_tit h3 b::after { transition: 0s; }
    .brand_vd_tit p { font-size: 1rem; margin-top: 1.875rem; transition: 0s; }

    .brand_tit { transition: 0s; }
    .brand_tit p { font-size: 1rem; }

    .brand01>div{ flex-wrap: wrap; gap: 10rem; transform: none;}
    .brand01 .brand_img_wrap{transform: translateY(0rem);}
    .brand01 .brand_tit{width: 100%; transform: translateY(4rem); }
    .brand_img { transition: 0s; }

    .brand_tit.active { opacity: 1; transform: translate(0); transition: 1.5s 0.2s; }
    .brand_img_wrap.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .brand_img_wrap.active .brand_txt_box {opacity: 1; transform: translate(0); transition: 1.2s 0.5s; }

    .brand_img_wrap>div.active .brand_img.img01 { opacity: 1; transition: 0.8s 0.2s; }
    .brand_img_wrap>div.active .brand_img.img02 { opacity: 1; transition: 0.8s 0.6s; }
    .brand_img_wrap>div.active .brand_img.img03 { opacity: 1; transition: 0.8s 0.9s; }
    .brand_img_wrap>div.active .brand_img.img04 { opacity: 1; transition: 0.8s 0.4s; }
    .brand_img_wrap>div.active .brand_img.img05 { opacity: 1; transition: 0.8s 1.0s; }
    .brand_img_wrap>div.active .brand_img.img06 { opacity: 1; transition: 0.8s 0.7s; }
    .brand_img_wrap>div.active .brand_img.img07 { opacity: 1; transition: 0.8s 0.5s; }
    .brand_img_wrap>div.active .brand_img.img08 { opacity: 1; transition: 0.8s 1.1s; }
    .brand_img_wrap>div.active .brand_img.img09 { opacity: 1; transition: 0.8s 0.3s; }
    .brand_img_wrap>div.active .brand_img.img10 { opacity: 1; transition: 0.8s 0.8s; }
    /*
    .brand01.active .brand_img.img01 { opacity: 1; transition: 0.8s 0.2s; }
    .brand01.active .brand_img.img02 { opacity: 1; transition: 0.8s 0.6s; }
    .brand01.active .brand_img.img03 { opacity: 1; transition: 0.8s 0.9s; }
    .brand01.active .brand_img.img04 { opacity: 1; transition: 0.8s 0.4s; }
    .brand01.active .brand_img.img05 { opacity: 1; transition: 0.8s 1.0s; }
    .brand01.active .brand_img.img06 { opacity: 1; transition: 0.8s 0.7s; }
    .brand01.active .brand_img.img07 { opacity: 1; transition: 0.8s 0.5s; }
    .brand01.active .brand_img.img08 { opacity: 1; transition: 0.8s 1.1s; }
    .brand01.active .brand_img.img09 { opacity: 1; transition: 0.8s 0.3s; }
    .brand01.active .brand_img.img10 { opacity: 1; transition: 0.8s 0.8s; }
    */
    /*    .brand01.active .brand_img { opacity: 1; }*/

    .brand02{width: 100vw; justify-content: center;}
    .brand02>div{gap: 3rem;transform: translateX(2rem); flex-wrap: wrap;}
    .brand02 .brand_content_txt{position: relative; bottom: auto; margin-top:2rem; }

    .brand_content { transition: 0s; width: calc(33% - 2rem); }



    .brand00.active .brand_vd_tit h1 span b { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .brand00.active .brand_vd_tit h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .brand00.active .brand_vd_tit h3 b::after { width: 100%; transition: 1.2s 0.2s; }
    .brand00.active .brand_vd_tit p { opacity: 0.8; transform: translate(0); transition: 1.2s 0.2s; }
    .brand02.active{ transform: translateY(-5vw);}
    .brand_content.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

    @media all and (max-width: 1000px) { 
        .brand02{margin: 10rem;}
        .brand02>div { gap: 5rem; }
        .brand_content{width: 100%;}
        .brand_txt_box.box01{ left: -8rem;}
        .brand_txt_box h3{font-size: 2.4rem;}
        .brand_content.con01,.brand_content.con02{margin-top: 0;}
        .brand_content{text-align: center;}
        .brand_content_img img{width: auto!important;}
        .brand_content_txt h3 { font-size: 1.875rem; }
        .brand_content_txt p { font-size: 1rem; margin-top: 1.5rem; }

    }

/*  */

    .pano_wrap { width: 100%; height: auto; display: block; }

    .pano_vd_box { height: 40rem; position: relative; }

    .pano_tit { height: 40rem; left: 0; right: 0; margin: auto; justify-content: flex-start; }
    .pano_tit>div { transform: translateY(-4rem); }
    .pano_tit h1 { font-size: 4.25rem; }
    .pano_tit h1 span b { transition: 0s; }
    .pano_tit h3 { font-size: 2.25rem; right: 5.25rem; bottom: 3.75rem; transition: 0s; }

    .pano_txt_box { width: 100%; height: auto; position: relative; right: 0; padding: 6rem 0; }
    .pano_txt_box>div { transform: translateY(0rem); display: flex; justify-content: center; align-items: flex-start; gap: 6rem; }
    .pano_txt_box h2 { font-size: 2.25rem; line-height: 124%; }
    .pano_txt_box h3 { font-size: 1.25rem; margin-top: 3rem; }
    .pano_txt_box p { font-size: 1rem; line-height: 188%; margin-top: 0rem; }



    .pano_wrap.active .pano_tit h1 span b { transform: translateY(0); transition: 1.2s 0.2s; }
    .pano_wrap.active .pano_tit h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

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

        .pano_vd_box { height: 32rem; }
        .pano_tit { height: 32rem; }

    }

/*  */


    .location_wrap { width: 100vw; height: auto; display: block; }

    .location_map { width: 100%; height: 50rem; }
    /* .location_map img { display: block; width: 100%; } */

    .location_box { width: 100%; height: auto; padding: 6rem 0; }
    .location_box>div { width: 90%; max-width: 760px; transform: translateY(0rem); }

    .location_tit h2 { font-size: 3.125rem; }
    .location_tit p {  font-size: 1.125rem; margin-top: 1.75rem; }

    .location_content { margin-top: 5rem; }

    .location_img_box img { width: 9.375rem; }

    .location_content ul li h3 { font-size: 1.25rem; }
    .location_content ul li p { font-size: 0.9375rem; }



    .location_map.active::before { transform: scale(1); transition: 2.5s 0s; }
    .location_tit.active h2 span b { transform: translateY(0); transition: 1.2s 0.2s; }
    .location_tit.active p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .location_img_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .location_content ul.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

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

        .location_map { height: 40rem; }

        .location_tit { text-align: center; }
        .location_tit p { margin-top: 0.75rem; }

        .location_img_box { transform: translateY(3rem); flex-direction: row; }
        
        .location_content { justify-content: center; flex-direction: column; align-items: center; }
        .location_content ul { transform: translateY(3rem); text-align: center; justify-content: center; align-items: center; margin-top: 3rem; }

    }

/*  */

    .river_wrap { width: 100vw; height: auto; display: block; }

    .river01 { width: 100vw; height: auto; padding: 8rem 0; }
    .river02 { width: 100vw; height: auto; padding: 8rem 0; }
    .river02>div { width: 90%; transform: translateY(0rem); gap: 2.25rem; }

    .river_box { width: 90%; height: auto; }
    .river_box>div { transform: translateY(0rem); }

    .river_tit { position: relative; transition: 0s; }
    .river_tit.tit02 { margin-top: 12rem; }
    .river_tit.tit02 h2 { justify-content: flex-end; }
    .river_tit h3 { font-size: 1.25rem; }
    .river_tit h2 { font-size: 2.1875rem; gap: 0.5rem; margin-top: 0.625rem; }
    .river_tit h2 b::after { transition: 0s; }
    .river_tit p { font-size: 0.9375rem; margin-top: 1.875rem; }

    .twentytwenty-container { height: 25rem; }

    .river_txt_box { transition: 0s; }
    .river_txt_box h2 { font-size: 3rem; }
    .river_txt_box p { font-size: 1rem; }

    .river_txt_box.box02 { text-align: right; transform: translateX(5rem); }
    .river_txt_box.box02>div { justify-content: flex-end; }
    .river_txt_box.box02 h2 { color: #ec662a; }



    .river_tit.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .river_tit.active h2 b::after { width: 100%; transition: 1.2s 0.2s; }

    .river_drag_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .river_txt_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }


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

        .river_tit { text-align: center; }
        .river_tit h2 { flex-direction: column; justify-content: center; align-items: center; gap: 2.5rem; }
        .river_tit h2 b { width: 1px; height: 5rem; position: relative; }
        .river_tit h2 b::after { content: ''; width: 100%; height: 0%; top: 0; bottom: revert; }

        .river_tit.tit02 { text-align: center; margin-top: 3rem; }

        .twentytwenty-container { height: 20rem; }



        .river_tit.active h2 b::after { height: 100%; transition: 1.2s 0.2s; }

    }

/*  */

    .unit_wrap { width: 100vw; height: auto; display: block; }

    .unit01 { width: 100vw; height: auto; display: block; }
    .unit02 { width: 100vw; height: auto; padding: 8rem 0; }
    .unit02>div { width: 90%; max-width: revert; height: auto; transform: translateY(0rem); gap: 5rem; flex-direction: column; overflow: visible; }

    .unit_bg_box { display: none; }

    .unit_tit_box { width: 100%; text-align: center; padding: 7rem 0; }
    .unit_tit_box.box01>div { width: 90%; max-width: revert; height: auto; transform: translateY(0rem); display: flex; justify-content: center; align-items: center; gap: 5rem; flex-direction: column; }
    .unit_tit_box.box02 { height: auto; position: absolute; transform: translate(0); padding: 0; left: 0; top: 7rem; justify-content: flex-end; }
    .unit_tit_box.box02>div { margin-right: 10rem; }
    .unit_tit_box.box02 h1 { font-size: 3.375rem; }
    .unit_tit_box h4 { font-size: 1.125rem; transition: 0s; transform: translateY(3rem); }
    .unit_tit_box h2 { font-size: 1.625rem; margin-top: 0.625rem; transition: 0s; transform: translateY(3rem); }
    .unit_tit_box p { font-size: 1rem; margin-top: 2.125rem; transition: 0s; transform: translateY(3rem); }
    .unit_tit_box h1 { font-size: 3rem; text-align: center; }
    .unit_tit_box h1 span b i { transition: 0s; }
    .unit_tit_top { transition: 0s; }
    .unit_tit.tit01 { position: static; }
    .unit_tit.tit02 { position: static; }

    .unit_bg_box { width: 35.4%; height: 100%; overflow: hidden; position: relative; }


    .unit_img_box { gap: 4.75rem; }
    .unit_img_box>div { gap: 1.375rem; }
    .unit_img_box>div img { opacity: 0; transition: 0s; }
    .unit_img_box>div:nth-child(1) img { width: 26rem; }
    .unit_img_box>div:nth-child(2) img { width: 12rem; }

    .unit_txt_box { transition: 0s; }
    .unit_txt_box h3 { font-size: 1.625rem; }
    .unit_txt_box p { font-size: 1rem; margin-top: 3.25rem; }



    
    .unit_tit.active h1 span b i { transform: translateY(0); transition: 1.2s 0.2s; }
    .unit_tit.active .unit_tit_top { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .unit_tit.active h4 { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .unit_tit.active h2 { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .unit_tit.active p { opacity: 0.4; transform: translate(0); transition: 1.2s 0.5s; }

    .unit_tit_box.active h1 span b i { transform: translateY(0); transition: 1.2s 0.6s; }
    .unit_img_box.active>div img { opacity: 1; transform: translate(0) !important; transition: 1.2s 0.2s; }
    .unit_txt_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }


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

        .unit_tit_box.box02 { justify-content: center; top: 1rem; }
        .unit_tit_box.box02>div { margin: 0; }
        .unit_tit_box.box02 h1 { text-align: center; }
        
        .unit_img_box { justify-content: center; align-items: center; gap: 1.375rem; }
        .unit_img_box>div:nth-child(1) img { width: 12rem; content: url(../img/unit_img01_m.jpg); }
        .unit_img_box>div:nth-child(2) img { width: 12rem; }

    }
/*  */

    .amenity_wrap { width: 100vw; height: auto; display: block; }

    .amenity01 { width: 100vw; height: auto; display: block; }
    .amenity02 { width: 100vw; height: auto; padding: 8rem 0; }
    .amenity02>div { width: 90%; max-width: revert; height: auto; transform: translateY(0rem); gap: 5rem; flex-direction: column; align-items: center; justify-content: center; overflow: visible; }

    .amenity_bg_box { display: none; }

    .amenity_tit_box { width: 100%; text-align: center; padding: 7rem 0; }
    .amenity_tit_box.box01>div { width: 90%; max-width: revert; height: auto; transform: translateY(0rem); display: flex; justify-content: center; align-items: center; gap: 5rem; flex-direction: column; }
    .amenity_tit_box.box02 { height: auto; position: static; text-align: left; padding: 0; text-align: center; }
    .amenity_tit_box.box02 h1 { font-size: 2.125rem; text-align: center; }
    .amenity_tit_box h4 { font-size: 1.125rem; transition: 0s; transform: translateY(3rem); }
    .amenity_tit_box h2 { font-size: 1.625rem; margin-top: 0.625rem; transition: 0s; transform: translateY(3rem); }
    .amenity_tit_box h3 { transition: 0s; }
    .amenity_tit_box p { font-size: 1rem; margin-top: 2.125rem; transition: 0s; transform: translateY(3rem); }
    .amenity_tit_box h1 { font-size: 3rem; text-align: center; }
    .amenity_tit_box h1 span b i { transition: 0s; }
    .amenity_tit_top { transition: 0s; }
    .amenity_tit.tit01 { position: static; }
    .amenity_tit.tit02 { position: static; }


    .amenity_img_box { display: flex; justify-content: center; align-items: flex-start; gap: 5rem 2.25rem; flex-wrap: wrap; }
    /* .amenity_img_box>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 2.25rem; } */
    .amenity_content { width: 40%; }
    .amenity_content img { width: 100%; }
    .amenity_content.con04 img { width: 100%; content: url(../img/amenity_img04_m.jpg); }
    .amenity_img { width: 100%; max-width: 315px; overflow: hidden; opacity: 0; transition: 0s; }
    .amenity_img img { transform: scale(1.1); transition: 0s; }
    
    .amenity_content { justify-content: center; align-items: center; flex-direction: column; gap: 2.5rem; }
    .amenity_content.con04 { display: flex; margin-left: 0; }
    
    .amenity_txt_box { text-align: center; padding: 0; box-sizing: border-box; opacity: 0; transform: translateY(3rem); }
    .amenity_txt_box::before { display: none; }
    .amenity_txt_box h3 { font-size: 1.25rem; }
    .amenity_txt_box p { font-size: 1rem; margin-top: 0.875rem; }
    .amenity_txt_box.box04 { position: relative; right: 0rem; bottom: 0rem; z-index: 9; color: #000; text-align: center; transform: translateY(3rem); }
    




    .amenity_tit.active h1 span b i { transform: translateY(0); transition: 1.2s 0.2s; }
    .amenity_tit.active .amenity_tit_top { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .amenity_tit.active h4 { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .amenity_tit.active h2 { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .amenity_tit.active p { opacity: 0.4; transform: translate(0); transition: 1.2s 0.5s; }

    .amenity_tit_box.active h1 span b i { transform: translateY(0); transition: 1.2s 0.2s; }
    .amenity_tit_box.active h3 { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .amenity_content.active .amenity_img { opacity: 1; transition: 1.2s 0.2s; }
    .amenity_content.active .amenity_img img { transform: scale(1); transition: 1.6s 0.2s; }
    .amenity_content.active .amenity_txt_box { opacity: 1; transform: translate(0) !important; transition: 1.2s 0.2s; }

/*  */


    .out_wrap { width: 100%; height: 45rem; }
  
    .out_txt_box {left: 0; right: 0; margin: auto; justify-content: flex-start; }
    .out_txt_box>div { transform: translateY(-6rem); }
    .out_txt_box h3 { font-size: 1.375rem; }
    .out_txt_box h2 { font-size: 2.5625rem; margin-top: 1rem; }
    .out_txt_box p { font-size: 1rem; margin-top: 2.25rem; }



    .out_wrap.active::after { opacity: 0; transition: 1.2s 0.2s; }
    .out_wrap.active .out_bg::before { transform: scale(30); opacity: 0; transition: transform 10s 1.2s, opacity 1.5s 2.1s; }
    .out_wrap.active .out_vd iframe { opacity: 0.4; transition: 3s 1.2s; }
    .out_wrap.active .out_txt_box h3 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .out_wrap.active .out_txt_box h2 { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .out_wrap.active .out_txt_box p { opacity: 0.4; transform: translate(0); transition: 1.2s 0.8s; }


/*  */

    .footer { padding: 4.625rem 0 5rem; font-size: 0.875rem; }

    /* .footer_logo { width: 16rem; } */

    /* .footer_const { margin-top: 3.5rem; } */
    /* .footer_const li { padding: 0 0.875rem; } */
    /* .footer_const li span { font-size: 1.6rem; } */

    /* .footer p { margin-top: 0.875rem; line-height: 140%; } */

    /* .footer_info { margin-top: 0.375rem; }
    .footer_info li { padding: 0 0.625rem; }

    .footer h6 { margin-top: 2.75rem; } */


    .top_bt { right: 5%; }
    /* .top_bt:before { width: 8px; height: 8px; } */
    /* .top_bt::after { height: 14px; } */

    @media all and (max-width: 1000px) { 
        
        .footer p 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: 22rem; }

    /* .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; }
    .sub_top_txt>div { transform: translateY(1rem); }

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

	#snb_wrap { width: 100%; height: 55px; margin-top: -0; }
	#snb { width: auto; height: 55px; }
	#snb > li { width: 200px; height: 55px; }
	#snb > li > a:after { height: 16px; }
	#snb > li:first-child { width: 60px; }
	#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_box { padding-bottom: 80px; margin-top: 70px; }
	/* #sub_tit h2 { font-size: 36px; } */
	.sub_line { height: 32px; margin-top: 30px; }
	/* #sub_page { margin-top: 40px; } */

	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_img_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_logo { display: none; }

    .sub_over_bottom { width: 100%; margin-top: 0px; margin-bottom: 5rem; }
    .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; gap: 2.5rem 0; }
    .sub_over_txt_box>div { width: 48%; margin-bottom: 0px; }
    .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_brand_wrap { padding-bottom: 5rem; }

    .sub_brand_vd_tit { width: 85%; left: 0; right: 0; margin: auto; position: relative; padding: 8rem 0; justify-content: flex-start; }
    .sub_brand_vd_tit>div { transform: translateY(0rem); }
    .sub_brand_vd_tit h1 { font-size: 4.5rem; }
    .sub_brand_vd_tit h1 span b { transition: 0s; }
    .sub_brand_vd_tit h3 { font-size: 1.25rem; margin-top: 3.875rem; gap: 0.625rem; transition: 0s; }
    .sub_brand_vd_tit h3 b::after { transition: 0s; }
    .sub_brand_vd_tit p { font-size: 1rem; margin-top: 1.875rem; transition: 0s; }

    .sub_brand_tit { transition: 0s; }
    .sub_brand_tit p { font-size: 1rem; }

    .sub_brand_middle { flex-direction: column; }

    .sub_brand_img_wrap { transform: translateY(0rem);}
    .sub_brand_tit{ width: 100%; transform: translateY(4rem); }
    .sub_brand_img { transition: 0s; }

    .sub_brand_bg_box { padding: 6.25rem 0; justify-content: center; }
    
    .sub_brand_bg_box h2 { font-size: 4.25rem; left: 5%; bottom: -6.125rem; }
    
    .sub_brand_bg_txt { width: 85%; max-width: revert; justify-content: flex-end; }
    .sub_brand_bg_txt p { font-size: 1rem; }
    .sub_brand_bg_txt h3 { font-size: 1.5rem; margin-top: 2.625rem; }

    
    .sub_brand_content_box { flex-wrap: wrap; gap: 5rem; justify-content: center; }
    
    .sub_brand_content { text-align: center; }
    .sub_brand_content_txt {position: relative; bottom: auto; margin-top:2rem; text-align: center; }

    .sub_brand_content { transition: 0s; width: calc(33% - 2rem); }



    @media all and (max-width: 1000px) { 
        
        
        .sub_brand_content{width: 100%;}
        .sub_brand_txt_box.box01{ left: -8rem;}
        .sub_brand_txt_box h3{font-size: 2.4rem;}
        .sub_brand_content.con01,.sub_brand_content.con02{margin-top: 0;}
        .sub_brand_content{text-align: center;}
        .sub_brand_content_img img{width: auto!important;}
        .sub_brand_content_txt h3 { font-size: 1.875rem; }
        .sub_brand_content_txt p { font-size: 1rem; margin-top: 1.5rem; }

    }


/*  */

    .sub_ori.location { transform: translateY(0rem); background-color: #f3f3f3; }

    .sub_location_wrap { width: 100%; transform: translateX(0); flex-direction: column; padding-bottom: 0rem; }

    .sub_location_map { max-width: revert; height: 50rem; }
    /* .sub_location_map img { display: block; width: 100%; } */

    .sub_location_box { position: static; width: 100%; justify-content: center; padding: 6rem 0 !important; }
    .sub_location_box>div { width: 85%; max-width: revert; transform: translateY(0rem); }

    .sub_location_tit h2 { font-size: 3.125rem; }
    .sub_location_tit p {  font-size: 1.125rem; margin-top: 1.75rem; }

    .sub_location_content { margin-top: 5rem; }

    .sub_location_img_box { position: static; }

    .sub_location_content ul li h3 { font-size: 1.25rem; }
    .sub_location_content ul li p { font-size: 0.9375rem; }



    .sub_location_map.active::before { transform: scale(1); transition: 2.5s 0s; }
    .sub_location_tit.active h2 span b { transform: translateY(0); transition: 1.2s 0.2s; }
    .sub_location_tit.active p { opacity: 0.7; transform: translate(0); transition: 1.2s 0.2s; }
    .sub_location_img_box.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }
    .sub_location_content ul.active { opacity: 1; transform: translate(0); transition: 1.2s 0.2s; }

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

        .sub_location_map { height: 40rem; }

        .sub_location_tit { text-align: center; }
        .sub_location_tit p { margin-top: 0.75rem; }

        .sub_location_img_box { transform: translateY(3rem); flex-direction: row; }
        
        .sub_location_content { justify-content: center; flex-direction: column-reverse; align-items: center; }
        .sub_location_content ul { transform: translateY(3rem); text-align: center; justify-content: center; align-items: center; margin-top: 3rem; }

    }

/*  */

    .sub_amenity_wrap { width: 100%; height: auto; display: block; }

    .sub_amenity_bg_box { display: none; }

    .sub_amenity_tit_box { width: 100%; text-align: center; padding: 7rem 0; position: static; justify-content: center; }
    .sub_amenity_tit_box.box01>div { width: 90%; max-width: revert; height: auto; transform: translateY(0rem); display: flex; justify-content: center; align-items: center; gap: 5rem; flex-direction: column; }
    .sub_amenity_tit_box.box02 { height: auto; position: static; text-align: left; padding: 0; text-align: center; }
    .sub_amenity_tit_box.box02 h1 { font-size: 2.125rem; text-align: center; }
    .sub_amenity_tit_box h4 { font-size: 1.125rem; transition: 0s; transform: translateY(3rem); }
    .sub_amenity_tit_box h2 { font-size: 1.25rem; margin-top: 0.625rem; transition: 0s; transform: translateY(3rem); }
    .sub_amenity_tit_box h3 { transition: 0s; }
    .sub_amenity_tit_box p { font-size: 1rem; margin-top: 2.125rem; transition: 0s; transform: translateY(3rem); }
    .sub_amenity_tit_box h1 { font-size: 3rem; text-align: center; }
    .sub_amenity_tit_box h1 span b i { transition: 0s; }
    .sub_amenity_tit_top { transition: 0s; }
    .sub_amenity_tit.tit01 { position: static; }
    .sub_amenity_tit.tit02 { position: static; }

    .sub_amenity_top_content.con01 { margin-top: 12rem; }


    .sub_amenity_img_box { display: flex; justify-content: center; align-items: flex-start; gap: 5rem 2.25rem; flex-wrap: wrap; margin-top: 12rem; }
    /* .sub_amenity_img_box>div { display: flex; justify-content: flex-start; align-items: flex-end; gap: 2.25rem; } */
    .sub_amenity_content { width: 40%; }
    .sub_amenity_content img { width: 100%; }
    .sub_amenity_img { width: 100%; max-width: 315px; overflow: hidden; opacity: 0; transition: 0s; }
    .sub_amenity_img img { transform: scale(1.1); transition: 0s; }

    .sub_amenity_content { justify-content: center; align-items: center; flex-direction: column; gap: 2.5rem; }

    .sub_amenity_txt_box { text-align: center; padding: 0; box-sizing: border-box; opacity: 0; transform: translateY(3rem); }
    .sub_amenity_txt_box::before { display: none; }
    .sub_amenity_txt_box h3 { font-size: 1.25rem; }
    .sub_amenity_txt_box p { font-size: 1rem; margin-top: 0.875rem; white-space: nowrap; }

/*  */

    #sub_container.premium { overflow: visible; }

/**/

    .sub_contact_wrap { width: 100%; }

    .sub_contact_bottom { margin-top: 3rem; margin-bottom: 4.375rem; }
    .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: 412px; } */
    
    /* .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; }

/*  */

    .sub_pr_vd.shorts2 { gap: 3rem 2.5rem; }
    .sub_pr_vd.shorts2 iframe { max-width: 300px; aspect-ratio: 9/16 !important; }

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

        .sub_pr_vd.shorts2 { width: 70%; gap: 3rem 2.5rem; }
        .sub_pr_vd.shorts2 iframe { max-width: 350px; aspect-ratio: 9/16 !important; }
        
    }

}
