﻿body{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}
section{
    box-sizing: border-box;
}
h1,h2,h3,h4{
    font-family: 'Bodoni Moda', serif;
}
*{
    line-height: 1.5;
}
.send_loading{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #000000b8;
    display: none
}
.send_loading.active{
    display: block;
}
.loader {
    height: 30px;
    width: 30px;
    border: 6px solid #fff;
    border-right-color: #c30;
    border-top-color: #c30;
    border-radius: 100%;
    -webkit-animation: spin 800ms infinite linear;
    animation: spin 800ms infinite linear;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
  
@-webkit-keyframes spin{
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}

@keyframes spin{
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
img{
    display: block;
    border: 0;
}
.gsp_ani{
    opacity: 0;
    transform: translateY(50%);
    transition: all 1s ease;
    z-index: 8;
}
.gsp_ani.visible{
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease;
}
.gsp_ani li img{
    opacity: 0;
    transform: translateY(50%);
    transition: all 1s ease;
}
.gsp_ani.visible li img{
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease;
}
.on_rerv{
    margin-left: 10px;
    transition: ease .3s;
}
.on_rerv:hover{
    border-bottom: 1px solid #927640;
}
.m_sec06_wrap,.m_sec12_suit_slide,.m_sec12_suit_slide_sub,.mySwiper4_1{
    display: none;
}
/* nav */
.sec_nav{
    background-color: #f7f7f7c4;
    /* filter: blur( 1px); */
    backdrop-filter: blur(30px);
    padding: 30px 10px;
    border-radius: 50px;
    /* width: 100px; */
    position: fixed;
    top: 50%;
    left: 2%;
    transform: translate(0%,-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.nav_dot{
    display: flex;
    height: 24px;
    align-items: center;
    /* opacity: .6; */
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}
.nav_dot:hover{
    /* opacity: 1; */
    transition: all .3s;
}
/* .nav_dot:hover .nvnm{
    transform: translateX(0);
    opacity: 1;
    transition: all .3s;
} */
.nav_dot:hover .nvnm{
    color: #927640;
}
.nav_dot.active{
    opacity: 1;
    transition: all .3s;
}
.nvdt{
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #BDA375;
    margin-right: 6px;
}
.nav_dot.active .nvdt{
    /* height: 24px; */
    transition: all .3s;
    background-color: #927640;
    /* border-radius: 4px; */
}
.nvnm{
    font-size: 12px;
    color: #161513;
    /* font-family: 'Bodoni Moda', serif; */
    /* transform: translateX(-150%); */
    transition: all .3s;
}
.nav_dot.active .nvnm{
    /* transform: translateX(0); */
    color: #927640;
    opacity: 1;
    transition: all .3s;
}
/* reservation */
.reservation_bt{
    position: fixed;
    bottom: 88px;
    right: 88px;
    z-index: 99;
    width: 130px;
    height: 130px;
    background-color: #927640;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.reservation_bt img:nth-child(1){
    width: 85%;
    height: 85%;
    animation: rotate 10s infinite linear;
}
@keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.reservation_bt img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
}
/* sec01 */
.sec01{
    width: 100%;
    transform: scale(1);
    transition: all 1.5s;
}
.sec01.stared{
    transform: scale(0.8);
    transition: all 1.5s;
}
.sec01_bg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/nongshimraphael/main_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec01_bg_title{
    display: flex;
    flex-direction: column;
    /* width: 745px; */
    gap: 50px;
    z-index: 8;
    align-items: center;
}
.sec01_bg_title img{
    width: 500px;
}
.sec01_bg_title span{
    font-size: 26px;
    text-align: center;
    color: #231f20;
}
/* sec02 */
.sec02{
    width: 100%;
    height: 100vh;
    transition: all 1.5s;
    transform: scale(1);
}
.sec02.active{
    height: 730px;
}
.sec02.stared{
    transform: scale(0.8);
    transition: all 1.5s;
}
.sec02_slide{
    width: 100%;
    height: 100%;
}
.bg_sub{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #0000006e;
    position: absolute;
    z-index: 99;
}
.bg_sub.active{
    opacity: 0;
    transition: all .8s;
    z-index: -1;
}
.bg_sub h1{
    font-size: 110px;
    letter-spacing: 0px;
    z-index: 5;
    margin-bottom: 20px;
}
.bg_sub span{
    font-size: 20px;
    letter-spacing: -1px;
    color: #FFFFFF;
    z-index: 5;
}

/* sec03 */
.sec03{
    width: 100%;
    overflow: hidden;
    /* margin-top: -70px; */
    margin-top: 80px;
}
.sec03_topsub{
    padding: 0px 230px;
    margin-bottom: 250px;
}
.sec03_topsub h2{
    font-size: 80px;
    color: #BDA375;
    margin-bottom: 30px;
    font-weight: 800;
}
.sec03_topsub p{
    width: 690px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.8px;
    color: #434343;
}
.sec03_midgrid{
    display: flex;
    gap: 20px;
    margin-bottom: 300px;
    justify-content: center;
}
.sec03_m_wrap{
    width: 1460px;
    justify-content: space-between;
    display: flex;
}
.sec03_botsec{
    display: flex;
    justify-content: center;
    position: relative;
}
.sec03_botsec > img{
    position: absolute;
    bottom: 0px;
    width: 222px;
}
.sec03_bl,.sec03_br{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec03_bl h2,.sec03_br h2{
    font-size: 80px;
    text-align: center;
    color: #BDA375;
    font-weight: 800;
    margin-top: 80px;
    margin-bottom: 30px;
}
.sec03_bl p,.sec03_br p{
    width: 520px;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #434343;
    text-align: center;
}

/* sec04 */
.sec04{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 250px;
}
.sec04_bg{
    width: 100%;
    height: 730px;
    background-image: url(../images/nongshimraphael/sec02_042.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.sec04_topsub{
    margin-bottom: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px 230px;
}
.sec04_topsub h2{
    font-size: 80px;
    color: #BDA375;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: bold;
}
.sec04_topsub p{
    width: 690px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.8px;
    color: #434343;
    text-align: right;
}
.sec04_midgrid{
    display: flex;
    gap: 20px;
    margin-bottom: 150px;
    justify-content: center;
}
.sec04_m_wrap{
    display: flex;
    width: 1460px;
    justify-content: space-between;
}
/* sec05 */
.sec05{
    width: 100%;
    background-color: #161513;
    padding: 0px 260px 250px 260px;
    display: flex;
    flex-direction: column;
}
.sec05 h2{
    font-size: 80px;
    color: #BDA375;
    margin-top: 150px;
    margin-bottom: 80px;
    font-weight: bold;
}
.sec05_img_sd{
    display: none;
}
.sec05_img_sd img{
    width: 100%;
}
.sec05_img_sd.active{
    display: block;
}
.sec05_imgbot{
    display: flex;
    margin-top: 80px;
}
.sec05_img_sub{
    width: 50%;
    display: flex;
    gap: 40px;
    color: white;
    letter-spacing: -1px;
    font-size: 20px;
}
.sec05_img_sub li{
    cursor: pointer;
    position: relative;
    height: 30px;
}
.sec05_img_sub li::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #CDB89B;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%,0%);
    opacity: 0;
    transition: all .3s;
}
.sec05_img_sub li:hover::after{
    top: -10px;
    opacity: 1;
    transition: all .3s;
}
.sec05_img_sub li.active::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #CDB89B;
    position: absolute;
    top: -10px;
    left: 0%;
    transform: translate(-100%,0%);
    opacity: 1;
}
.sec05_img_sub li.active{
    color: #CDB89B; 
}
.sec05_img_sub li:hover{
    color:  #CDB89B;
    transition: all .3s;
}
.tt_box_top{
    display: flex;
}

.tt_box_top h4:nth-child(1){
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.tt_box_top h4:nth-child(1)::after{
    content: '';
    margin-left: 30px;
    width: 1px;
    height: 55%;
    background-color: #979797;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sec05_textbox{
    width: 50%;
}
.sec05_textbox li{
    display: none;
}
.sec05_ttb_li.active{
    display: block;
}
.sec05_tt_box{
    display: flex;
    flex-direction: column;
}
.sec05_tt_box h4{
    color: #CDB89B;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 500;
}
.sec05_tt_box p{
    color: #E8E8E8;
    font-size: 15px;
}
.tt_box_top h4{
    color: #979797;
    cursor: pointer;
}
.tt_box_top h4.active{
    color: #CDB89B;
}

/* SEC06 */
.sec06{
    width: 100%;
    position: relative;
}
.sec06_deco_r{
    position: absolute;
    top: 40%;
    transform: translateY(-25%);
    right: 0px;
    z-index: -1;
}
.sec06_deco_l{
    position: absolute;
    bottom: 22%;
    transform: translateY(-48%);
    left: 0px;
    z-index: -1;
}
.sec06_bg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/nongshimraphael/sec03_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.sec06_title{
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-52%,-50%);
}
.sec06_title h2{
    width: 500px;
    font-size: 110px;
    line-height: 130px;
    font-weight: bold;
    margin-bottom: 30px;
}
.sec06_title p{
    /* width: 330px; */
    font-size: 20px;
}
.sec05_inner_wrap{
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
}
.sec06_mid_line{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 67px 0px;
}
.sec06_mid_line img{
    margin-bottom: 49px;
}
.line_text{
    font-size: 56px;
    text-align: center;
    letter-spacing: -2.8px;
    color: #BDA375;
    margin-bottom: 150px;
    font-weight: 300;
}
.line_text span{
    font-weight: bold;
}
.Elisabeth_Lux{
    display: flex;
    justify-content: center;
    margin-bottom: 250px;
    z-index: 5;
}
.Elisabeth_Lux li:nth-child(1){
    width: 440px;
    margin-right: 140px;
}
.Elisabeth_Lux li:nth-child(1) img{
    margin-top: 92px;
}
.Elisabeth_Lux li:nth-child(2){
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.Elisabeth_Lux li:nth-child(2) span{
    width: 150px;
    margin-top: 60px;
    margin-left: 38px;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.Elisabeth_Lux li h2{
    font-size: 56px;
    color: #BDA375;
    margin-bottom: 16px;
}
.Elisabeth_Lux li span{
    font-size: 15px;
    color: #434343;
    letter-spacing: -0.75px;
}


.Signature_Elisabeth{
    display: flex;
    margin-bottom: 250px;
    justify-content: center;
    z-index: 5;
}
.Signature_Elisabeth li:nth-child(2){
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 140px;
}
.Signature_Elisabeth li:nth-child(2) span{
    width: 150px;
    margin-top: 60px;
    margin-left: 38px;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    gap: 10px;
}
.Signature_Elisabeth li:nth-child(3){
    width: 440px;
}
.Signature_Elisabeth li:nth-child(3) img{
    margin-top: 92px;
}
.Signature_Elisabeth li h2{
    font-size: 56px;
    color: #BDA375;
    margin-bottom: 16px;
    line-height: 70px;
}
.Signature_Elisabeth li span{
    font-size: 15px;
    color: #434343;
    letter-spacing: -0.75px;
}

.white_Elisabeth{
    display: flex;
    justify-content: center;
    margin-bottom: 250px;
    z-index: 5;
}
.white_Elisabeth li:nth-child(1){
    width: 440px;
    margin-right: 140px;
}
.white_Elisabeth li:nth-child(1) img{
    margin-top: 92px;
}
.white_Elisabeth li:nth-child(2){
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.white_Elisabeth li:nth-child(2) span{
    width: fit-content;
    margin-top: 60px;
    margin-left: 38px;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.white_Elisabeth li h2{
    font-size: 56px;
    color: #BDA375;
    margin-bottom: 16px;
    line-height: 70px;
}
.white_Elisabeth li span{
    font-size: 15px;
    color: #434343;
    letter-spacing: -0.75px;
}
.sec06_deco_r_top{
    position: absolute;
    top: 36%;
    right: 0px;
    transform: translate(0%,-50%);
    opacity: 0;
    z-index: 1;
}
.sec06_deco_r_top.active{
    opacity: 1;
    transition: all 2.5s;
}
.sec06_deco_r_bot{
    position: absolute;
    top: 38%;
    right: 0px;
    transform: translate(0%,-49%);
    opacity: 0;
    z-index: 1;
}
.sec06_deco_r_bot.active{
    opacity: 1;
    transition: all 2.5s;
}
.sec06_deco_l_top{
    position: absolute;
    top: 59%;
    left: 0px;
    transform: translate(0%,-50%);
    opacity: 0;
    z-index: 1;
}
.sec06_deco_l_top.active{
    opacity: 1;
    transition: all 2.5s;
}
.sec06_deco_l_bot{
    position: absolute;
    top: 59%;
    left: 0px;
    transform: translate(0%,-48%);
    opacity: 0;
    z-index: 1;
}
.sec06_deco_l_bot.active{
    opacity: 1;
    transition: all 2.5s;
}
.sec06_bot_sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    z-index: 8;
}
.sec06_bot_sec img{
    margin-bottom: 40px;
}
.sec06_bot_sec span{
    font-size: 15px;
    letter-spacing: -0.75px;
    color: #434343;
    text-align: center;
}
.aileen{
    display: flex;
    gap: 20px;
    margin-bottom: 250px;
    justify-content: center;
}
.aileen li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aileen li span{
    width: fit-content;
    margin-top: 60px;
    margin-left: 0;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    text-align: right;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}


.estella{
    display: flex;
    gap: 20px;
    margin-bottom: 300px;
    justify-content: center;
}
.estella li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.estella li span{
    width: fit-content;
    margin-top: 60px;
    margin-left: 0;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    cursor: pointer;
    display: flex;
    gap: 10px;
}


/* sec07 */
.sec07{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.sec07_bg{
    width: 100%;
    position: relative;
}
.sec07_bg_intitle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec07_bg_intitle h2{
    font-size: 110px;
    font-weight: bold;
    color: #161513;
    text-align: center;
    margin-bottom: 30px;
}
.sec07_bg_intitle span{
    font-size: 20px;
    color: #434343;
}


/* sec08 */
.sec08{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../images/nongshimraphael/hair_makeup_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 250px; */

    padding: 250px 0 300px;
}
.sec08_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    color: #FFFFFF;
}
.sec08_title span{
    text-align: center;
}
.sec08_title img{
    margin-bottom: 40px;
}
.sec08_grid{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.sec08_grid li{
    display: flex;
    flex-direction: column;
}
.sec08_grid li span{
    width: fit-content;
    margin-top: 60px;
    margin-left: 0;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    text-align: right;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

/* sec09 */
.sec09{
    width: 100%;
}
.sec09_bg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/nongshimraphael/sec05_bg.jpg);
    background-position: center;
    background-size: cover;
    position: sticky;
    top: 0px;
    z-index: -1;
    background-attachment: fixed;
}
.sec09_bg_title{
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(13%,-50%);
    transition: all .3s;
}
.sec09_bg_title.active{
    opacity: 0;
    transition: all .3s;
}
.sec09_bg_title h2{
    font-size: 110px;
    font-weight: bold;
    color: #161513;
    margin-bottom: 30px;
}
.sec09_bg_title span{
    font-size: 20px;
    color: #434343;
}
.sec09_img_sub{
    width: 440px;
    height: 640px;
    position: relative;
}
.sec09_img_sub img{
    display: block;
    width: 100%;
    height: 100%;
}
.sec09_img_sub:hover .sec09_img_hv{
    opacity: 1;
    transition: all .3s;
}
.sec09_slide{
    display: flex;
    padding: 0px 260px 300px;
    flex-wrap: wrap;
    transition: all 1.5s;
    gap: 64px 35px;
}
.sec09_slide.active{
    margin-top: -500px;
    transition: all 1.5s;
}
.sec09_slide li{
    display: flex;
    flex-direction: column;
    /* margin-bottom: 64px; */
    align-items: center;
    justify-content: center;
    /* margin-right: 35px; */
}
.sec09_slide li > span{
    font-size: 24px;
    color: #927640e8;
    text-align: center;
    font-family: 'Bodoni Moda', serif;
    margin-top: 20px;
}
/* .sec09_slide li:nth-child(3){
    margin-right: 0px;
}
.sec09_slide li:nth-child(6){
    margin-right: 0px;
} */
.sec09_img_hv{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #927640e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 40px;
    box-sizing: border-box;
}
.sec09_img_hv span:nth-child(1){
    letter-spacing: -1.4px;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.sec09_img_hv span:nth-child(2){
    letter-spacing: -0.75px;
    font-size: 15px;
    margin-bottom: 39px;
    text-align: center;
}
.sec09_img_hv span:nth-child(3){
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    cursor: pointer;
}
/* sec10 */
.sec10{
    width: 100%;
    position: relative;
}
.sec10_bg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/nongshimraphael/sec06_bg.jpg);
    background-position: center;
    background-size: cover;
    position: sticky;
    top: 0px;
    z-index: -1;
    background-attachment: fixed;
}
.sec10_bg_title{
    position: relative;
    width: 100%;
    height: 100%;
}
.sec10_bg_title.active{
    opacity: 0;
    transition: all .3s;
}
.tittle_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec10_bg_title h2{
    font-size: 110px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.sec10_bg_title span{
    font-size: 20px;
    color: #FFFFFF;
}
.sec10_slide{
    display: flex;
    padding: 0px 260px;
    flex-wrap: wrap;
    transition: all 1.5s;
    gap: 64px 35px;
    padding-bottom: 300px;
}
.sec10_slide.active{
    margin-top: -500px;
    transition: all 1.5s;
}
.sec10_slide li{
    display: flex;
    flex-direction: column;
    /* margin-bottom: 64px; */
    align-items: center;
    justify-content: center;
    /* margin-right: 35px; */
}
.sec10_img_sub{
    position: relative;
}
.sec10_img_sub img{
    width: 100%;
    height: 100%;
}
.sec10_img_sub:hover .sec10_img_hv{
    opacity: 1;
    transition: all .3s;
}
.sec10_slide li > span{
    font-size: 24px;
    color: #927640;
    text-align: center;
    font-family: 'Bodoni Moda', serif;
    margin-top: 20px;
}
.sec10_slide li:nth-child(3){
    margin-right: 0px;
}
.sec10_slide li:nth-child(6){
    margin-right: 0px;
}
.sec10_img_hv{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #927640e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 40px;
    box-sizing: border-box;
}
.sec10_img_hv span:nth-child(1){
    letter-spacing: -1.4px;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.sec10_img_hv span:nth-child(2){
    letter-spacing: -0.75px;
    font-size: 15px;
    margin-bottom: 39px;
    text-align: center;
}
.sec10_img_hv span:nth-child(3){
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    cursor: pointer;
}
/* sec11 */
.sec11{
    width: 100%;
    height: 200vh;
    position: relative;
}
.sec11_bg{
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-1%,-50%);
    z-index: -1;
}
.sec11_title{
    position: absolute;
    top: 24%;
    left: 14%;
}
.sec11_title h2{
    font-size: 110px;
    font-weight: bold;
    color: #927640;
    margin-bottom: 30px;
}
.sec11_title span{
    font-size: 20px;
}
.gift_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 260px;
    box-sizing: border-box;
    position: absolute;
    bottom: 8%;
    gap: 50px 35px;
}
.gift_list li{
    /* margin-right: 35px;
    margin-bottom: 40px; */
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.gift_list li:nth-child(4){
    margin-right: 0px;
}
.sec11_img_sub{
    width: 320px;
    height: 400px;
    position: relative;
}
.sec11_img_sub img{
    display: block;
}
.sec11_img_sub:hover .sec11_img_hv{
    opacity: 1;
    transition: all .3s;
}
.gift_list li > span{
    font-size: 24px;
    color: #CDB89B;
    font-family: 'Bodoni Moda', serif;
    text-align: center;
    margin-top: 20px;
}
.sec11_img_hv{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #927640e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 40px;
    box-sizing: border-box;
}
.sec11_img_hv span:nth-child(1){
    letter-spacing: -1.4px;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.sec11_img_hv span:nth-child(2){
    letter-spacing: -0.75px;
    font-size: 15px;
    margin-bottom: 39px;
    text-align: center;
}
.sec11_img_hv span:nth-child(3){
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    cursor: pointer;
}
/* sec12 */
.sec12{
    width: 100%;
    position: relative;
}
.sec12_trigger{
    position: absolute;
    top: 0px;
}
.sec12_bg{
    width: 100%;
    height: 100vh;
    background-image: url(../images/nongshimraphael/sec08_bg.jpg);
    background-position: center;
    background-size: cover;
    position: sticky;
    top: 0px;
    z-index: -1;
}
.sec12_bg::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: black;
    opacity: .2;
}
.sec12_bg_title{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 8;
    transition: all .3s;
}
.sec12_bg_title.active{
    opacity: 0;
    transition: all .3s;
}
.sec12_bg_title h2{
    font-size: 110px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.sec12_bg_title span{
    font-size: 20px;
    color: #FFFFFF;
}
.sec12_slide_wrap{
    width: 100%;
    overflow: hidden;
    padding-bottom: 300px;
    transition: all 1.2s;
}
.sec12_suit_slide{
    width: 100%;
    display: flex;
    justify-content: center;
}

.suit_img_01{
    position: relative;
    display: flex;
    justify-content: center;
}
.swiepr_bt{
    position: absolute;
    width: 560px;
    top: 50%;
    display: flex;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #BDA375;
}
.swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 30px;
    transition: all .3s;
}
.suit_slide01{
    width: 440px;
    display: flex;
    flex-direction: column;
    margin-right: 140px;
}
.m_slide_wrap{
    display: flex;
}
.suit_slide02{
    width: 440px;
    margin-right: 20px;
}
.suit_slide02 span{
    margin-top: 60px;
    margin-left: 38px;
    color: #BDA375;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    text-align: right;
    display: flex;
    align-items: center;
}
.suit_slide03{
    width: 440px;
}
.suit_name{
    font-size: 56px;
    font-family: 'Bodoni Moda', serif;
    color: #BDA375;
}
.suit_sub{
    font-size: 15px;
    height: 67px;
    letter-spacing: -0.75px;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 66px;
}
.slide_ctr_view{
    font-size: 24px;
    font-family: 'Bodoni Moda', serif;
    color: #919191;
    text-align: center;
    margin-top: 10px;
}
.slide_ctr_view span{
    font-size: 36px;
    color: #FFFFFF;
    margin-right: 8px;
}
.suit_name li{
    display: none;
}
.suit_name li.active{
    display: block;
}
.suit_sub li{
    display: none;
}
.suit_sub li.active{
    display: block;
}
.mySwiper {
    width: 100%;
    height: 600px;
}
.mySwiper1 {
    width: 100%;
    height: 765px;
}
.mySwiper2 {
    width: 100%;
}
.mySwiper4{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.mySwiper4.active{
    /* height: 75%; */
    transition: all .5s;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    opacity: .6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .5s;
    transform: scale(.95);
}
.swiper-slide-active{
    opacity: 1;
    transform: scale(1);
    transition: all .5s;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
      color: white;
  }
  .sec02_sd_bt_n{
    right: 30px;
    opacity: .6;
  }
  .sec02_sd_bt_p{
    left: 30px;
    opacity: .6;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
      color: white;
  }
/* sec13 */
/* .sec13{
    width: 100%;
    height: 150vh;
    position: relative;
} */
.sec13{
    width: 100%;
    /* height: 100%; */
    background-image: url(../images/nongshimraphael/sec09_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.sec13_title {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.sec13_title h2{
    font-size: 110px;
    font-weight: bold;
    color: #927640;
}
.sec13_title span{
    font-size: 20px;
    color: #434343;
}
.sec13_grid{
    display: flex;
    flex-direction: column;
    padding: 150px 230px 300px;
    /* position: absolute;
    top: 50%;
    right: 13%;
    transform: translate(0%,-50%); */
}
.sec13_gride_top{
    margin-bottom: 100px;
}
.sec13_gride_bot{
    display: flex;
    flex-wrap: wrap;
    /* width: 680px; */
    gap: 35px;
}
.sec13_grid li{
    /* margin-right: 40px; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 40px; */
}
.sec13_img_sub{
    position: relative;
}
.sec13_img_sub:hover .sec13_img_hv{
    opacity: 1;
    transition: all .3s;
}
/* .sec13_grid li:nth-child(2){
    margin-right: 0px;
}
.sec13_grid li:nth-child(4){
    margin-right: 0px;
} */
.sec13_grid li > span{
    margin-top: 20px;
    font-size: 24px;
    color: #CDB89B;
    font-family: 'Bodoni Moda', serif;
    text-align: center;
}
.sec13_img_hv{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #927640e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 40px;
    box-sizing: border-box;
}
.sec13_img_hv span:nth-child(1){
    letter-spacing: -1.4px;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.sec13_img_hv span:nth-child(2){
    letter-spacing: -0.75px;
    font-size: 15px;
    margin-bottom: 39px;
    text-align: center;
}
.sec13_img_hv span:nth-child(3){
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Bodoni Moda', serif;
    cursor: pointer;
}
/* footer */
.inner_footer{
    width: 100%;
    padding: 181px 250px;
    background-color: #161513;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.ft_top{
    display: flex;
    gap: 40px;
    box-sizing: border-box;
}
.ft_top_l{
    width: 50%;
    gap: 60px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.input_list:nth-child(1){
}
.input_list:nth-child(2){
}
.input_list:nth-child(3){
}
.input_list:nth-child(4){
}
.input_list{
    display: flex;
    flex-direction: column;
    color: #CDB89B;
    position: relative;
}
.input_list span{
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.input_list span.active{
    top: 0%;
    transform: translateY(-110%);
    transition: all .3s; 
}
.input_list input{
    background: none;
    border: none;
    border-bottom: 2px solid #CDB89B;
    padding: 16px 10px;
    box-sizing: border-box;
    color: white;
    background-color:transparent !important;
}

.input_list textarea{
    background: none;
    border: none;
    border-bottom: 2px solid #CDB89B;
    padding: 16px 16px;
    box-sizing: border-box;
    color: white;
    min-width: 100%;
    max-width: 100%;
    min-height: 205px;
    max-height: 210px;
}
.input_list textarea::placeholder {
    color: #161513;
}
.input_list textarea.active::placeholder {
    color: #919191;
}
.input_list input::placeholder {
    font-weight: bold;   
    font-size: 16px;
    color: #161513;
}
.input_list input.active::placeholder {
    color: #919191;
}
.ft_top_r{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.ft_top_r h1{
    font-size: 110px;
    font-weight: bold;
    color: #FFFFFF;
}

.agree_box{
    width: 100%;
    padding: 10px 20px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid white;
    overflow-y: scroll;
    color: white;
    margin: 10px 0px 20px;
}
.ft_top_r > span{
    font-size: 20px;
    color: #FFFFFF;
}
.agree_h{
    margin-top: 20px;
}
.ck_box{
    display: flex;
    margin-bottom: 24px;
    height: 24px;
}
.ck_box{
    color: white;
}
.ck_box span{
    color: #CDB89B;
    margin-left: 17px;
}
input[id="cb1"] + label {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #bcbcbc;
	cursor: pointer;
    padding: 4px;
    box-sizing: border-box;
    background-color: white;
}
input[id="cb1"]:checked + label {
	background-color: #BDA375;
}
input[id="cb1"] {
	display: none;
}
.send_bt{
    width: 100%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: white;
    cursor: pointer;
    background-color: #BDA375;
    transition: all .3s;
}
.send_bt:hover{
    background-color: #cdb488;
    transition: all .3s;
}
.ft_bot{
    display: flex;
    flex-direction: column;
    margin-top: 240px;
}
.f_bot_bot{
    display: flex;
    margin-top: 34px;
}
.f_bot_bot img{
    width: 227px;
    margin-right: 93px;
}
.f_bot_top{
    display: flex;
    color: #FFFFFF;
    padding: 24px 0px;
    border-bottom: 1px solid #919191;
    justify-content: space-between;
}
.ft_tp_menu{
    display: flex;
    align-items: center;
    gap: 40px;
    letter-spacing: -0.7px;
    font-size: 14px;
}
.ft_tp_menu li{
    cursor: pointer;
}
.ft_sns{
    display: flex;
    gap: 20px;
}
.ft_sns img{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.f_bot_r{
    display: flex;
    flex-direction: column;
    color: #919191;
    gap: 16px;
}
.f_bot_r ul{
    display: flex;
    gap: 40px;
    font-size: 14px;
}
@media (max-width: 1080px){
    .sec03_topsub,.sec04_topsub{
        padding: 0px 65px;
    }
    .sec13_grid{
        padding: 150px 65px 200px;
    }
    .sec03_bl img,.sec03_br img{
        width: 100%;
    }
    .sec03_bl h2, .sec03_br h2 {
        font-size: 52px;
    }
    .sec03_botsec > img{
        width: 180px;
    }
    .sec03_bl p, .sec03_br p{
        width: 360px;
    }
    .sec05{
        padding: 0px 65px 250px 65px;
    }
    .sec05_inner_wrap{
        padding: 0px 65px;
        box-sizing: border-box;
    }
    .Elisabeth_Lux li:nth-child(1),.white_Elisabeth li:nth-child(1),.Signature_Elisabeth li:nth-child(2){
        margin-right: 20px;
    }
    .Elisabeth_Lux li > img,.white_Elisabeth li > img,.Signature_Elisabeth li > img{
        width: 100%;
    }
    .Elisabeth_Lux li:nth-child(1) img,.white_Elisabeth li:nth-child(1) img,.Signature_Elisabeth li:nth-child(3) img{
        margin-top: 36px;
    }
    .Elisabeth_Lux li h2,.white_Elisabeth li h2,.Signature_Elisabeth li h2{
        font-size: 42px;
    }
    .Elisabeth_Lux,.Signature_Elisabeth,.white_Elisabeth{
        margin-bottom: 100px;
    }
    .aileen li img,.estella li img{
        width: 100%;
    }
    .aileen{
        margin-bottom: 100px;
    }
    .sec07{
        height: 100%;
    }
    .sec08_grid li img{
        width: 100%;
    }
    .sec09_slide{
        padding: 0px 65px;
        gap: 20px;
        box-sizing: border-box;
    }
    .sec09_img_sub{
        width: 100%;
    }
    .sec09_slide li{
        width: calc(100% / 2 - 20px);
        margin-right: 0px;
    }
    .sec10_slide{
        padding: 0px 65px;
        gap: 20px;
        box-sizing: border-box;
    }
    .sec10_slide li{
        width: calc(100% / 2 - 20px);
        margin-right: 0px;
    }
    .gift_list{
        padding: 0px 65px;
        gap: 20px;
        box-sizing: border-box;
    }
    .sec11_title{
        top: 18%;
    }
    .gift_list li{
        width: calc(100% / 3 - 20px);
        margin-right: 0px;
    }
    .sec11_img_sub{
        width: 100%;
    }
    .sec11_img_sub img{
        width: 100%;
    }
    .sec12_suit_slide{
        padding: 0px 65px;
        box-sizing: border-box;
    }
    .suit_slide01{
        margin-right: 20px;
    }
    .mySwiper{
        height: auto;
    }
    .suit_slide01,.suit_slide02,.suit_slide03{
        width: 280px;
    }
    .swiepr_bt{
        width: 100%;
    }
    .suit_name{
        font-size: 32px;
    }
    .sec13_bg{
        background-position: inherit;
    }
    .sec13_title h2{
        font-size: 58px;
    }
    .sec13_img_sub{
        width: 100%;
    }
    .sec13_img_sub img{
        width: 100%;
    }
    .inner_footer{
        padding: 40px 65px;
    }
    .ft_top_r h1{
        font-size: 42px;
    }
    .sec13_grid li{
        width: calc(100% / 3 - 35px);
    }
    .input_list textarea{
        min-width: 100%;
        max-width: 100%;
        max-height: 400px;
    }
    .ft_bot{
        margin-top: 100px;
    }
}
@media (max-width: 575px){
   
    .mySwiper4{
        height: 85%;
    }
    .sec09_img_sub,.sec11_img_sub{
        width: 100%;
        height: auto;
    }
    .sec01_bg{
        padding: 0px 25px;
        box-sizing: border-box;
    }
    .sec01_bg_title{
        width: 100%;
    }
    .sec01_bg_title img {
        width: 70%;
    }
    .bg_sub h1,.sec03_topsub h2,.sec04_topsub h2,.sec07_bg_intitle h2{
        text-align: center;
        font-size: 25px;
        margin-top: 30px;
    }
    .sec01_bg_title span,.bg_sub span{
        font-size: 16px;
        text-align: center;
    }
    .sec03_topsub p,.sec04_topsub p,.sec07_bg_intitle span{
        width: 100%;
        font-size: 14px;
        text-align: center;
        letter-spacing: -0.7px;
    }
    .bg_sub{
        padding: 45px;
        box-sizing: border-box;
    }
    .sec03_midgrid{
        margin-bottom: 100px;
    }
    .sec03_botsec{
        flex-direction: column;
        gap: 100px;
        box-sizing: border-box;
    }
    .sec03_botsec > img{
        display: none;
    }
    .sec03_bl p, .sec03_br p {
        width: 100%;
        font-size: 14px;
        color: #434343;
        letter-spacing: -0.7px;
        padding: 0px 25px;
        box-sizing: border-box;
    }
    .sec03_bl h2, .sec03_br h2{
        margin-top: 30px;
        margin-bottom: 16px;
        text-align: center;
        font-size: 25px;
    }
    .sec03_bl img,.sec03_br img{
        width: 100%;
    }
    .sec04_bg{
        display: none;
    }
    .mySwiper4_1{
        display: block;
    }
    .sec03{
        margin-top: -120px;
    }
    .sec04{
        margin-top: 100px;
    }
    .sec03_topsub,.sec04_topsub{
        padding: 0px 25px;
        margin-bottom: 60px;
    }
    .sec04_topsub{
        align-items: center;
    }
    .Elisabeth_Lux,.Signature_Elisabeth,.white_Elisabeth,.aileen,.sec06_bot_sec{
        display: none;
    }
    .sec03_m_wrap,.sec04_m_wrap{
        overflow-x: scroll;
        box-sizing: border-box;
        gap: 20px;
        padding: 0px 25px;
    }
    .sec03_m_wrap li:nth-child(1) img,.sec03_m_wrap li:nth-child(2) img,.sec03_m_wrap li:nth-child(3) img{
        width: 100%;
    }
    .sec04_midgrid{
        margin-bottom: 100px;
    }
    .sec04_m_wrap li img:nth-child(1),.sec04_m_wrap li img:nth-child(2){
        width: 100%;
    }
    .mySwiper4.active{
        height: 85%;
    }
    .sec05{
        padding: 100px 25px 150px 25px
    }
    .sec06_mid_line img{
        width: 100px;
    }
    .sec05 h2{
        font-size: 25px;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 50px;
    }
    .sec05_img_sd.active img{
        width: 100%;
    }
    .sec05_imgbot{
        margin-top: 40px;
        flex-direction: column;
    }
    .sec05_img_sub{
        margin-bottom: 30px;
        justify-content: space-between;
        font-size: 16px;
        gap: 0px;
    }
    .sec05_tt_box h4{
        font-size: 18px;
    }
    .sec05_tt_box p{
        font-size: 14px;
        letter-spacing: -0.7px;
        color: #E6E6E6;
    }
    .sec05_img_sub,.sec05_textbox{
        width: 100%;
    }
    .sec06_bg{
        background-position: center;
        padding: 0px 25px;
        box-sizing: border-box;
        background-attachment: inherit;
        background-image: url(../images/nongshimraphael/msec03_bg.png);
    }
    .sec06_title{
        position: static;
        transform: none;
        margin-top: 92px;
    }
    .sec06_title h2{
        width: 100%;
        font-size: 50px;
        line-height: 42px;
        color: #927640;
        text-align: center;
    }
    .sec06_title p{
        width: 100%;
        font-size: 18px;
        text-align: center;
        letter-spacing: -0.9px;
        color: #434343;
    }
    .sec07{
        height: auto;
        margin-top: 150px;
    }
    .sec07_bg_intitle{
        top: 150%;
        display: flex;
        flex-direction: column;
    }
    .line_text {
        font-size: 18px;
        margin-bottom: 0px;
        letter-spacing: -0.9px;
    }
    .Signature_Elisabeth{
        flex-direction: column-reverse;
    }
    .sec06_bot_sec{
        padding: 0px 25px;
        margin-bottom: 50px;
    }
    .m_sec06_wrap{
        width: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        gap: 80px;
        z-index: 8;
    }
    .m_Elisabeth_Lux{
        display: flex;
        flex-direction: column;
    }
    .m_Elisabeth_Lux_slide{
        width: 100%;
    }
    .m_Signature_Elisabeth_preview{
        display: flex;
        margin-top: 10px;
        justify-content: center;
        gap: 8px;
    }
    .m_Signature_Elisabeth_preview .dress_info{
        align-items: flex-start;
    }
    .m_Signature_Elisabeth .dress_info span:nth-child(2){
        text-align: center;
    }
    .m_Signature_Elisabeth_preview li{
        width: 70px;
        height: 70px;
        opacity: .4;
    }
    .m_Signature_Elisabeth_preview li.active{
        opacity: 1;
    }
    .m_Signature_Elisabeth_preview li.active img{
        border: 2px solid #BDA375;
    }
    .m_Signature_Elisabeth_preview li img{
        width: 100%;
    }
    .m_Elisabeth_Lux_preview,.m_white_Elisabeth_preview{
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 10px;
    }
    .m_Elisabeth_Lux_preview li{
        width: 70px;
        opacity: .4;
    }
    .m_Elisabeth_Lux_preview li.active{
        opacity: 1;
        border: 2px solid #BDA375;
    }
    .m_white_Elisabeth_preview li{
        width: 70px;
        height: 70px;
        opacity: .4;
    }
    .m_white_Elisabeth_preview li.active{
        opacity: 1;
    }
    .m_white_Elisabeth_preview li.active img{
        border: 2px solid #BDA375;
    }
    .m_white_Elisabeth_preview li img{
        width: 100%;
    }
    .m_Elisabeth_Lux_preview li img{
        width: 100%;
        height: 100%;
    }
    .dress_info{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }
    .dress_info h2{
        font-size: 20px;
        color: #BDA375;
    }
    .dress_info span:nth-child(2){
        text-align: center;
        margin-top: 16px;
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    .on_rerv{
        margin-top: 30px;
        font-size: 13px;
        color: #BDA375;
        font-family: 'Bodoni Moda', serif;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .m_aileen_wrap,.m_estella_wrap{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .aileen_grid{
        display: flex;
        gap: 10px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .aileen_grid ul{
        display: flex;
        flex-direction: column;
        width: 50%;
        gap: 10px;
    }
    .m_aileen_wrap .dress_info{
        margin-top: 0px;
        font-size: 14px;
        color: #434343;
        align-items: flex-start;
    }
    .m_estella_wrap .dress_info{
        margin-top: 0px;
        font-size: 14px;
        color: #434343;
        align-items: flex-end;
    }
    .sec06_bot_sec img{
        width: 100%;
    }
    .aileen,.estella{
        padding: 0px 25px;
        box-sizing: border-box;
        margin-bottom: 50px;
        display: none;
    }
    .aileen li span,.estella li span,.sec08_grid li span{
        display: none;
    }
    .sec06_deco_r_top{
        top: 36%;
        width: 100%;
        opacity: 1;
    }
    .sec06_deco_r_bot{
        display: none;
    }
    .sec06_deco_l_top{
        top: 52%;
        width: 100%;
        opacity: 1;
    }
    .sec06_deco_l_bot{
        display: none;
    }
    .sec08_grid{
        box-sizing: border-box;
    }
    .sec08{
        padding: 150px 25px;
        box-sizing: border-box;
        margin-top: -5px;
    }
    .gsp_ani li img{
        width: 100%;
    }
    .sec08_title{
        margin-bottom: 50px;
    }
    .sec08_title img{
        width: 100%;
    }
    .sec08_title span{
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    .sec08_grid li:nth-child(4){
        display: none;
    }
    .sec09_slide,.sec10_slide{
        padding: 0px 25px;
        box-sizing: border-box;
        gap: 20px;
    }
    .sec09_slide li,.sec10_slide li,.gift_list li,.sec13_grid li{
        width: calc(100% / 2 - 10px);
        margin-right: 0px;
        justify-content: normal;
    }
    .sec09_img_hv span:nth-child(1),.sec10_img_hv span:nth-child(1),.sec11_img_hv span:nth-child(1),.sec13_img_hv span:nth-child(1){
        font-size: 18px;
        margin-bottom: 0px;
    }
    .sec09_img_hv span:nth-child(2),.sec10_img_hv span:nth-child(2),.sec11_img_hv span:nth-child(2),.sec13_img_hv span:nth-child(2){
        font-size: 10px;
        margin-bottom: 0px;
    }

    .sec09_img_hv,.sec10_img_hv,.sec11_img_hv,.sec13_img_hv{
        padding: 5px;
    }
    .sec09_img_sub img,.sec10_slide img{
        width: 100%;
    }
    .sec09_bg_title{
        display: flex;
        flex-direction: column;
    }
    .sec09_bg_title h2,.sec10_bg_title h2,.sec12_bg_title h2{
        font-size: 50px;
        text-align: center;
    }
    .sec09_bg_title span,.sec10_bg_title span,.sec11_title span,.sec12_bg_title span{
        text-align: center;
        font-size: 16px;
    }
    .sec11_img_sub img{
        width: 100%;
    }
    .sec11{
        overflow: hidden;
    }
    .sec11_bg{
        width: 100%;
        transform: translate(50%,-50%);
    }
    .gift_list{
        gap: 20px;
        padding: 60px 25px;
        box-sizing: border-box;
        position: static;
        justify-content: center;
    }
    .gift_list li{
        margin-right: 0px;
    }
    .sec12_slide_wrap{
        padding-bottom: 130px;
    }
    .sec11_title{
        padding: 40px 25px;
    }
    .sec11_title{
        position: static;
        justify-content: center;
    }
    .sec11{
        height: auto;
    }
    .sec11_title h2{
        font-size: 56px;
    }
    .sec11_title{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec_nav{
        display: none;
    }
    .suit_slide02 span{
        justify-content: center;
        height: 65px;
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .slide_ctr_view{
        margin-top: 0px;
    }

    .reservation_bt{
        width: 80px;
        height: 80px;
        bottom: 50px;
        right: 10px;
    }
    .reservation_bt img:nth-child(1){
        width: 88%;
    }
    .sec13{
        background-position: 80%;
        height: auto;
    }
    .sec13_title{
        position: static;
    }
    .sec13_gride_bot{
        width: 100%;
        gap: 20px;
    }
    .sec13_grid{
        position: static;
        transform: none;
        width: 100%;
        padding: 0px 25px;
        box-sizing: border-box;
    }
    .sec13_title h2{
        font-size: 56px;
    }
    .sec13_title{
        padding: 110px 0px;
    }
    .sec13_img_sub img{
        width: 100%;
    }
    .sec12_suit_slide{
        display: none;
    }
    .m_sec12_suit_slide{
        width: 100%;
        padding: 0px 25px;
        box-sizing: border-box;
        display: flex;
        gap: 10px;
        position: relative;
    }
    .suit_ather{
        width: 35%;
        height: 317px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .swiper{
        width: 100%;
    }
    .suit_sub{
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mySwiper{
        width: 65%;
        height: 317px;
    }
    .m_slide_wrap{
        display: flex;
    }
    .m_sec12_suit_slide_sub{
        display: flex;
        flex-direction: column;
        padding: 0px 25px;
        box-sizing: border-box;
        align-items: center;
        margin-top: 50px;
    }
    .m_sec12_suit_slide_sub .suit_name{
        margin-bottom: 10px;
    }
    .suit_sub li{
        text-align: center;
    }
    .ck_box{
        font-size: 12px;
        align-items: center;
    }
    .ck_box > span{
        margin-left: 8px;
    }
    .suit_slide01{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0px;
    }
    .suit_slide02{
        width: calc(100% / 2);
    }
    .suit_slide03{
        width: calc(100% / 2);
    }
    .suit_name{
        font-size: 30px;
    }
    .inner_footer{
        padding: 25px;
    }
    .ft_tp_menu{
        gap: 10px;
        flex-wrap: wrap;
    }
    .ft_top_r h1{
        font-size: 46px;
    }
    .ft_top_r > span{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .ft_top{
        flex-direction: column;
    }
    .ft_top_l,.ft_top_r{
        width: 100%;
    }
    .ft_bot{
        margin-top: 60px;
    }
    .input_list textarea{
        min-width: 100%;
        max-width: 100%;
    }
    .f_bot_bot img{
        margin-bottom: 20px;
    }
    .f_bot_bot{
        flex-direction: column;
    }
    .f_bot_r ul{
        gap: 0px;
        flex-direction: column;
    }
    .f_bot_top{
        gap: 10px;
        flex-wrap: wrap;
    }
}

/* 달력 */
.ui-widget-header { border: 0px solid #dddddd; background: #fff; } 

.ui-datepicker-calendar>thead>tr>th { font-size: 14px !important; } 

.ui-datepicker .ui-datepicker-header { position: relative; padding: 10px 0; } 

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active { border: 0px solid #c5c5c5; background-color: transparent; font-weight: normal; color: #454545; text-align: center; } 

.ui-datepicker .ui-datepicker-title { margin: 0 0em; line-height: 16px; text-align: center; font-size: 14px; padding: 0px; font-weight: bold; } 

.ui-datepicker { display: none; background-color: #fff; border-radius: 4px; margin-top: 10px; margin-left: 0px; margin-right: 0px; padding: 20px; padding-bottom: 10px; width: 300px; box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1); } 

.ui-widget.ui-widget-content { border: 1px solid #eee; } 

.datepicker:focus>.ui-datepicker { display: block; } 

.ui-datepicker-prev,
.ui-datepicker-next { cursor: pointer; } 

.ui-datepicker-next { float: right; } 

.ui-state-disabled { cursor: auto; color: hsla(0, 0%, 80%, 1); } 

.ui-datepicker-title { text-align: center; padding: 10px; font-weight: 100; font-size: 20px; } 

.ui-datepicker-calendar { width: 100%; } 

.ui-datepicker-calendar>thead>tr>th { padding: 5px; font-size: 20px; font-weight: 400; } 

.ui-datepicker-calendar>tbody>tr>td>a { color: #000; font-size: 12px !important; font-weight: bold !important; text-decoration: none;}

.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover { cursor: auto; background-color: #fff; } 

.ui-datepicker-calendar>tbody>tr>td { border-radius: 100%; width: 44px; height: 30px; cursor: pointer; padding: 5px; font-weight: 100; text-align: center; font-size: 12px; } 

.ui-datepicker-calendar>tbody>tr>td:hover { background-color: transparent; opacity: 0.6; } 

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus { border: 0px solid #cccccc; background-color: transparent; font-weight: normal; color: #2b2b2b; } 

.ui-widget-header .ui-icon { background-image: url('../images/nongshimraphael/btns.png'); } 

.ui-icon-circle-triangle-e { background-position: -20px 0px; background-size: 36px; } 

.ui-icon-circle-triangle-w { background-position: -0px -0px; background-size: 36px; } 

.ui-datepicker-calendar>tbody>tr>td:first-child a { color: red !important; } 

.ui-datepicker-calendar>tbody>tr>td:last-child a { color: #0099ff !important; } 

.ui-datepicker-calendar>thead>tr>th:first-child { color: red !important; } 

.ui-datepicker-calendar>thead>tr>th:last-child { color: #0099ff !important; } 

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight { border: 0px; background: #f1f1f1; border-radius: 50%; padding-top: 10px; padding-bottom: 10px; } 

.inp { padding: 10px 10px; background-color: #f1f1f1; border-radius: 4px; border: 0px; } 

.inp:focus { outline: none; background-color: #eee; } 