@charset "utf-8";

html, body{
    height: 100%;
    width: 100%;
    font-size: 0;
}
.fix_clear::after{
    content:"";
    display: block;
    clear: both;
}
section, #visual, footer{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    image-rendering: -moz-crisp-edges; /* firefox */
    image-rendering: -o-crisp-edges; /* opera */
    image-rendering: -webkit-optimize-contrast; /* chrome */
    image-rendering: crisp-edges;
    background-size: cover !important;
}
img {
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: -moz-crisp-edges; /* firefox */
    image-rendering: -o-crisp-edges; /* opera */
    image-rendering: -webkit-optimize-contrast; /* chrome */
    image-rendering: crisp-edges;
}
#contact{
    width: 100%;
    height: 1080px;
}
#contact .inner{
    max-width: 100%;
    height: 100%;
    /* image-rendering: pixelated; */
}
.form{
    position: relative;
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.form form{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100px;
}
form input[type=text]{
    width: 200px;
    height: 50px;
    border: 0;
    color:#777;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 5px;
}
form input[type=radio]{
    vertical-align: middle;
    appearance: none;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    accent-color:#fff;
}
form [type="radio"]:checked{
    border: 4px solid #fff;
    background: #000;
}
.radio span{
    color:#fff;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 10px;
}
.policy{
    margin-top: 20px;
    margin-bottom: 100px;
}
.policy span{
    color:#fff;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}
.policy_btn{
    cursor: pointer;
    padding: 3px 5px;
    background: black;
    font-size: 12px !important;    
}
.policy input[type=checkbox]{
    vertical-align: middle;
    appearance: none;
    background: #fff;
    width: 13px;
    height: 13px;
    accent-color:#fff;
    border-radius: 4px;
}
.policy [type="checkbox"]:checked{
    border: 3px solid #fff;
    background: #000;
}
form input[type=button]{
    width: 200px;
    height: 70px;
    background:#000;
    color:#fff;
    border: 0;
}

#visual{
    width: 100%;
    height: 1080px;
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px !important;
}
#visual .swiper-slide{
    height: 1080px;
}
#container .inner > div h2{
    text-align: center;
    font-size: 2.125rem;
    font-weight: 500;
    position: relative;
    padding-bottom: 80px;
    font-family: 'Montserrat','GmarketSans','Noto Sans KR';
}
#container .inner > div h2::before{
    content:"";
    position: absolute;
    left: 50%;
    transform: translate3d(-50.9%,0,0);
    top: -35px;
    background:url('../img/active.jpg') no-repeat center center;
    background-size: inherit;
    width: 45px;
    height: 23px;
}
.main_tlt{
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 160px;
    top: 20%;
    z-index: 1;
    color:#fff;
}
.main_tlt_bg{
    position: absolute;
    left: -20px;
    top: 16%;
    z-index: 1;
}
.main_tlt_inner h1{
    font-size:100px;
    font-weight: 800;
    line-height: 110px;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 850px;
}
.main_tlt_inner h2{
    font-size:32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.main_tlt_inner h2::before{
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: -15px;
    bottom: -10px;
    background:url('../img/date_line.png') no-repeat left center;
    z-index: -1;
}
.main_tlt_inner p{
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 60px;
    word-break: keep-all;
    width: 500px;
}
.main_btn a{
    margin-right: 10px;
}
#a_to_z{
    width:100%;
    height:2899px;
    background-size:cover;
    /* image-rendering: pixelated; */
}
#graph{
    width:100%;
    height:1350px;
    /* image-rendering: pixelated; */
    position: relative;
}
.no_1{
    position: absolute;
    left: 40%;
    top: 27%;
}
#step{
    width:100%;
    height:1691px;
    /* image-rendering: pixelated; */
}
#weddinghall{
    width:100%;
    height:1282px;
    /* image-rendering: pixelated; */
    position: relative;
}
#weddinghall .inner{
    width: 1000px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,43%);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
#weddinghall .swiper-slide{
    height: 700px;
}
#weddinghall figure{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
#weddinghall figure figcaption{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    width: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    background:rgba(0, 0, 0, .8);
    color:#fff;
    text-align: center;
    font-weight: 300;
    border-radius: 50px;
}
#weddinghall .swiper-button-next{
    background:url('../img/section04_next.png') no-repeat center center !important;
    background-size: inherit;
    width: 70px !important;
    height: 70px !important;
    right: 0 !important;
}
#weddinghall .swiper-button-prev{
    background:url('../img/section04_prev.png') no-repeat center center !important;
    background-size: inherit;
    width: 70px !important;
    height: 70px !important;
    left: 0 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
#dress{
    width:100%;
    height:1409px;
    /* image-rendering: pixelated; */
    position: relative;
}
#dress .inner{
    width: 1500px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,40%);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
#dress .swiper-slide{
    opacity: .5 !important;
    position: relative;
    height:600px !important;
    transform: translate(0,33%) !important;
}
#dress figure{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 150px 150px 0 0;
}
#dress figure figcaption{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    width: auto;
    padding: 5px 13px;
    box-sizing: border-box;
    background:rgba(255, 255, 255, .8);
    color:#295178;
    text-align: center;
    font-family: 'Somi';
    font-size: 25px;
    letter-spacing: 0;
    display: none;
}
#dress .swiper-button-next{
    background:url('../img/section05_next.png') no-repeat center center !important;
    background-size: inherit;
    width: 85px !important;
    height: 85px !important;
    right: 530px !important;
    transition: all .2s ease-in-out;
}
#dress .swiper-button-next:hover{
    right: 535px !important;
}
#dress .swiper-button-prev{
    background:url('../img/section05_perv.png') no-repeat center center !important;
    background-size: inherit;
    width: 85px !important;
    height: 85px !important;
    left: 530px !important;
    transition: all .2s ease-in-out;
}
#dress .swiper-button-prev:hover{
    left: 535px !important;
}
/* #dress .swiper-slide-duplicate-prev{
    opacity: .5 !important;
    height:600px !important;
    transform: translate(0,33%) !important;
}
#dress .swiper-slide-active{
    opacity: .5 !important;
    height:600px !important;
    transform: translate(0,33%) !important;
}
#dress .swiper-slide-next{
    border: 5px solid#fff !important;
    border-radius: 150px 150px 0 0 !important;
}
#dress .swiper-slide-active figure figcaption,
#dress .swiper-slide-duplicate-prev figure figcaption{
    display: none !important;
} */
#dress .swiper-slide-next{
    border: 5px solid#fff !important;
    border-radius: 150px 150px 0 0 !important;
    opacity: 1 !important;
    height: 780px !important;
    transform: translate(0,0) !important;
}
#dress .swiper-slide-next figure figcaption{
    display: block;
}
#video{
    width:100%;
    height:1080px;
    /* image-rendering: pixelated; */
    position: relative;
}
.video_cont{
    width: 1750px;
    height: 100%;
    position: relative;
}
.video{
	width: 950px; 
    height: 534px; 
    overflow: hidden; 
    /*비디오를 해당 크기의 세로정렬 가운데를 위해 */
    display: flex; 
    justify-content: center; 
    align-items: center;
    border-radius: 30px !important;
  	}
  
video[poster]{ 
	/* 포스터 이미지의 크기를 비디오 영상에 꽉차도록 */
    height:100%;
    width:100%;
    }
video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}
video::-webkit-media-controls-play-button {
    display: none !important;
}
.iframe{
    position: absolute;
    right: 0;
    top: 100px;
}
.iframe_cont{
    position: relative;
    width: 100;
    height: 100%;
}
.iframe_cont iframe{
    border-radius: 30px !important;
}
.iframe_cont img{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,0);
    cursor: pointer;
    transition: all .3s ease-in-out;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    box-sizing: border-box;
}
.iframe_cont img:hover{
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
}
.free_coupon{
    width: 1750px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.free_coupon a{
    position: absolute;
    bottom: 150px;
    right: 0;
}
#studio{
    width:100%;
    height:1414px;
    /* image-rendering: pixelated; */
    position: relative;
    padding: 300px 0 100px 0;
    box-sizing: border-box;
}
#studio .inner{
    width: 800px;
    height: 500px;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
#studio .swiper-slide{
    height: 500px;
}
#studio figure{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
#studio figure figcaption{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0);
    width: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    background:rgba(0, 0, 0, .8);
    color:#fff;
    text-align: center;
    font-weight: 300;
    border-radius: 50px;
}
#studio .swiper-button-next{
    background:url('../img/section04_next.png') no-repeat center center !important;
    background-size: inherit;
    width: 70px !important;
    height: 70px !important;
    right: 0 !important;
}
#studio .swiper-button-prev{
    background:url('../img/section04_prev.png') no-repeat center center !important;
    background-size: inherit;
    width: 70px !important;
    height: 70px !important;
    left: 0 !important;
}
.studio_event{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.studio_event img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,60%);
}
.m_event{
    display: none;
}
#preview{
    width:100%;
    height:1080px;
    image-rendering: pixelated;
    position: relative;
}
#preview .inner{
    width: 900px;
    height: 600px;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
    border-radius: 40px 40px 40px 0 !important;
}
#preview .swiper-slide{
    height: 600px;
    position: relative;
}
#preview figure{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    border-radius: 40px 40px 40px 0 !important;
    cursor: pointer !important;
}
#preview figure figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 450px;
    height: auto;
    padding: 20px 50px 40px 50px;
    box-sizing: border-box;
    background:#5B8B65;
    color:#fff;
    text-align: left;
    font-weight: 300;
    border-radius: 0 80px 0 0;
    word-break: keep-all;
}
#preview .swiper-button-next{
    background:url('../img/section09_next.png') no-repeat center center !important;
    background-size: inherit;
    width: 89px !important;
    height: 70px !important;
    right: -50px !important;
    transition: all .2s ease-in-out;
}
#preview .swiper-button-next:hover{
    right: -60px !important;
}
#preview figure figcaption h1{
    font-family: 'Somi';
    font-size: 50px;
    color:#FFDBE9;
    font-weight: 500;
}
#preview figure figcaption h2{
    font-size: 30px;
    font-weight: 800;
}
#preview figure figcaption h2::after{
    content:"";
    display: block;
    width: 30px;
    height: 1px;
    background:#fff;
    margin-top: 10px;
}
#preview figure figcaption p{
    font-weight: 600;
    margin: 10px 0 20px 0;
}
#preview .swiper-container{
    border-radius: 40px 40px 40px 0 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px !important;    
}
.swiper-pagination-bullet{
    opacity: 1 !important;
    width: 5px !important;
    height: 5px !important;
    background:rgba(255, 255, 255, .5);
}
.swiper-pagination-bullet-active{
    background:#fff !important;
    border-radius: 5px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3px !important;
}
#review{
    width:100%;
    height:1080px;
    image-rendering: pixelated;
    position: relative;
}
#review .inner{
    width: 380px;
    height: 835px;
    position: absolute;
    top: 137px;
    left: 50%;
    transform: translate(-50.2%,0);
    z-index: 1;
}
#review .swiper-container{
    border-radius: 40px !important;
}
#review .swiper-slide{
    width: 380px !important;
    height: 835px;
    position: relative;
    border-radius: 40px !important;
}
#review figure{
    width: 100% !important;
    margin: 0 auto;
    height: 100%;
    position: relative;
    border-radius: 40px !important;
    background-size: cover !important;
}
#review .swiper-button-next{
    background:url('../img/section10_next.png') no-repeat center center !important;
    background-size: inherit;
    width: 89px !important;
    height: 89px !important;
    right: -240px !important;
    top: 350px !important;
}
#review .swiper-button-prev{
    background:url('../img/section10_prev.png') no-repeat center center !important;
    background-size: inherit;
    width: 89px !important;
    height: 89px !important;
    right: -240px !important;
    left:unset !important;
    top: 440px !important;
}
#review figure figcaption h1{
    font-family: 'Somi';
    font-size: 50px;
    color:#FFDBE9;
    font-weight: 500;
}
#review figure figcaption h2{
    font-size: 30px;
    font-weight: 800;
}
#review figure figcaption h2::after{
    content:"";
    display: block;
    width: 30px;
    height: 1px;
    background:#fff;
    margin-top: 10px;
}
#review figure figcaption p{
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.phone_deco{
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
}
.kakao{
    position: absolute;
    top: -70px;
    left: -90px;
    z-index: 1;
}
#live{
    width:100%;
    height:1080px;
    image-rendering: pixelated;
    position: relative;
}
#live .inner{
    width: 900px;
    height: 550px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
    border-radius: 40px 40px 0 0;
}
#live .swiper-slide{
    height: 550px;
    position: relative;
}
#live figure{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    border-radius: 40px 40px 0 0;
}
#live figure figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 450px;
    height: auto;
    padding: 20px 50px 40px 50px;
    box-sizing: border-box;
    background:#5B8B65;
    color:#fff;
    text-align: left;
    font-weight: 300;
    border-radius: 0 80px 0 0;
    word-break: keep-all;
}
#live .swiper-button-next{
    background:url('../img/section11_next.png') no-repeat center center !important;
    background-size: inherit;
    width: 151px !important;
    height: 38px !important;
    right: -110px !important;
    transition: all .2s ease-in-out;
}
#live .swiper-button-next:hover{
    right: -120px !important;
}
#live .swiper-button-prev{
    background:url('../img/section11_prev.png') no-repeat center center !important;
    background-size: inherit;
    width: 151px !important;
    height: 38px !important;
    left: -110px !important;
    transition: all .2s ease-in-out;
}
#live .swiper-button-prev:hover{
    left: -120px !important;
}
#live figure figcaption h1{
    font-family: 'Somi';
    font-size: 50px;
    color:#FFDBE9;
    font-weight: 500;
}
#live figure figcaption h2{
    font-size: 30px;
    font-weight: 800;
}
#live figure figcaption h2::after{
    content:"";
    display: block;
    width: 30px;
    height: 1px;
    background:#fff;
    margin-top: 10px;
}
#live figure figcaption p{
    font-weight: 600;
    margin: 10px 0 20px 0;
}
#live .swiper-container{
    border-radius: 40px 40px 0 0 !important;
}
#insta{
    width:100%;
    height:1260px;
    /* image-rendering: pixelated; */
}
#insta .inner{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.insta_list{
    position: absolute;
    top: 6%;
    right: 0;
}
.insta_list li{
    width: 344px;
    height: 547px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.insta_list li a{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .1s ease-in-out;
}
.insta_list li a:hover{
    bottom: 4px;
}
#fair{
    width:100%;
    height:1080px;
    image-rendering: pixelated;
}
#coupon{
    width:100%;
    height:1080px; 
    /* image-rendering: pixelated; */
}
#map{
    width:100%;
    height:1080px; 
    image-rendering: pixelated;
    position: relative;
}
#map a{
    position: absolute;
    left: 50%;
    bottom: 170px;
    transform: translate(-50%,50%);
    transition: all .2s ease-in-out;
}
#map a:hover{
    left: 50.5%;
}
footer{
    width:100%;
    height:120px; 
    image-rendering: pixelated; 
}

/* mobile */
@media(max-width:768px){
    section, #visual, footer{
        width: 100% !important;
        max-width: 100% !important;
        background-size: cover !important;
    }
    #visual, #visual .swiper-slide{
        height: 800px;
    }
    #visual .swiper-slide{
        background-position: 63% center !important;
    }
    .title_small_mo{
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .main_tlt_bg{
        width: 138%;
        top: 45%;
    }
    .main_tlt{
        text-align: center;
        left: 50%;
        top: unset;
        bottom: 50px;
        transform: translate(-50%,0);
        width: 100%;
    }
    .main_tlt_inner h1{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        width: 100%;
    }
    .visual_sub_tlt{
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    .visual_sub_tlt img{
        width: 100%;
    }
    .main_tlt_inner h2{
        font-size: 25px;
        display: inline-block;
    }
    .main_tlt_inner h2::before{
        left: 0;
    }
    .main_tlt_inner p{
        font-size: 20px;
        line-height: 25px;        
        width: 70%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #a_to_z{
        height: 192.5vw;
    }
    #graph{
        height: 193.359375vw;
    }
    .no_1{
        left: 31.5vw;
        top:52vw
    }
    .no_1 img{
        width: 17vw;
    }
    #step{
        height: 341.1458vw;
    }
    #weddinghall{
        height: 220vw;
    }
    #weddinghall .inner{
        width: 90%;
        height: 60vw;
        top: 25vw;
    }
    #weddinghall .swiper-slide{
        height: 60vw !important;
    }
    #weddinghall figure figcaption{
        font-size: 14px;
        padding: 5px 10px;
        bottom: 10px;
    }
    #dress{
        height: 196vw;
    }
    #dress .inner{
        width: 60%;
        height: 92vw;
        top: 45vw;
        transform: translate(-50%,0);
    }
    #dress .swiper-slide{
        height: 92vw;
    }
    #dress .swiper-slide-duplicate-prev, #dress .swiper-slide-active{
        opacity: 1 !important;
        transform: translate(0,0) !important;
        height: 92vw !important;
    }
    #dress .swiper-container{
        border-radius: 150px 150px 0 0 !important;
    }
    #dress .swiper-slide-active figure figcaption, #dress .swiper-slide-duplicate-prev figure figcaption{
        display: block !important;
    }
    #dress figure figcaption{
        font-size: 16px;
    }
    #dress .swiper-button-next{
        right: 2vw !important;
        background-size: cover !important;
        width: 50px !important;
        height: 50px !important;
        top: 50vw !important;
    }
    #dress .swiper-button-prev{
        left: 2vw !important;
        background-size: cover !important;
        width: 50px !important;
        height: 50px !important;
        top: 50vw !important;
    }
    #dress .swiper-button-next:hover{
        right: 2vw !important;
    }
    #dress .swiper-button-prev:hover{
        left: 2vw !important;
    }
    #dress .swiper-slide-active{
        border: 5px solid#fff !important;
        border-radius: 150px 150px 0 0 !important;
        box-sizing: border-box !important;
    }
    #dress .swiper-slide-next{
        border: unset !important;
    }
    #video{
        height: 341.40vw;
    }
    .video_cont{
        width: 90%;
        margin: 0 auto;
    }
    .video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 51vw;
        border-radius: 20px !important;
    }
    .iframe{
        width: 100%;
        height: 51vw;
        margin: 0 auto;
        top: 75vw;
    }
    iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .iframe_cont img{
        width: 20vw;
        height: 20vw;
        top:17vw
    }
    .free_coupon{
        width: 90%;
        margin: 0 auto;
    }
    .free_coupon a{
        left: 50%;
        width: 100%;
        display: inline-block;
        bottom: 13vw;
        transform: translate(-50%, 50%);
        text-align: center;
    }
    .free_coupon a img{
        width: 150px;
    }
    #studio{
        height: 227.9vw;
    }
    #studio .inner{
        width: 90%;
        height: 60vw;
        top: 58vw;
    }
    #studio .swiper-slide{
        height: 60vw !important;
    }
    #studio figure figcaption{
        font-size: 14px;
        padding: 5px 10px;
        top: 10px;
    }
    .studio_event{
        width: 90%;
        margin: 0 auto;
    }
    .studio_event img{
        width: 100%;
        left: 49%;
        transform: translate(-49%,18vw);
    }
    .pc_event{
        display: none;
    }
    .m_event{
        display: block;
    }
    #studio .swiper-button-next, #studio .swiper-button-prev,
    #weddinghall .swiper-button-next, #weddinghall .swiper-button-prev{
        width: 50px !important;
        height: 50px !important;
        background-size: cover !important;
    }
    #contact{
        height: 164vw;
    }
    .contact_btn img{
        width: 120px;
    }
    .form{
        width: 90%;
    }
    .policy{
        margin-bottom: 20px;
    }
    .form form{
        bottom: 20vw;
    }
    #preview{
        height: 182.2vw;
    }
    #preview .inner{
        width: 90%;
        height: 60vw;
        top: 63vw;        
    }
    #preview .swiper-slide{
        height: 60vw;        
    }
    #preview figure figcaption{
        width: 100%;
        padding: 15px;
        background:rgba(91, 139, 101, .7);
        border-radius: 0 40px 40px 0px;
    }
    #preview figure figcaption h1{
        font-size: 20px;
    }
    #preview figure figcaption h2{
        font-size: 16px;
    }
    #preview figure figcaption p{
        font-size: 12px;
        margin: 5px 0 5px 0;
    }
    #preview figure a{
        width: 120px !important;
    }
    #preview figure a img{
        width: 100px !important;
    }
    #preview .swiper-button-next{
        width: 69px !important;
        height: 54px !important;
        right: -9px !important;
        background-size: cover !important;
    }
    #preview .swiper-button-next:hover{
        right: -9px !important;
    }
    #review{
        height: 176.4vw;
    }
    #review .inner{
        width: 47vw;
        height: 102vw;
        top: 48.5vw;
    }
    #review .swiper-slide{
        width: 47vw !important;
        height: 102vw;
    }
    #review .swiper-container, #review figure{
        border-radius: 20px !important;
    }
    .phone_deco{
        width: 100%;
    }
    .kakao{
        top: -13vw;
        left: -10vw;
        width: 25vw;
    }
    #review .swiper-button-next{
        background-size: cover !important;
        width: 15vw !important;
        height: 15vw !important;
        right: -20vw !important;
        top: 40vw !important;
    }
    #review .swiper-button-prev{
        background-size: cover !important;
        width: 15vw !important;
        height: 15vw !important;
        right: -20vw !important;
        top: 55vw !important;
    }
    #live{
        height: 93.7vw;
    }
    #live .inner{
        width: 90%;
        height: 55vw;
        top: 32vw;
    }
    #live .swiper-slide{
        height: 55vw;
    }
    #live .swiper-button-next{
        background:url('../img/section04_next.png') no-repeat center center !important;
        background-size: cover !important;
        width: 50px !important;
        height: 50px !important;
        right: 0 !important;
    }
    #live .swiper-button-prev{
        background:url('../img/section04_prev.png') no-repeat center center !important;
        background-size: cover !important;
        width: 50px !important;
        height: 50px !important;
        left: 0 !important;
    }
    #live .swiper-button-next:hover{
        right: 0 !important;
    }
    #live .swiper-button-prev:hover{
        left: 0 !important;
    }
    #insta{
        height: 294.2vw;
        position: relative;
    }    
    #insta .inner{
        width: 90%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 125vw;
        transform: translate(-50%,0);
    }
    .insta_list{
        position: unset;
        font-size: 0;
    }
    .insta_list li{
        width: 50%;
        height: 75vw;
        background-size: cover !important;
    }
    .insta_list li a{
        width: 96%;
    }
    .insta_list li a img{
        width: 105%;
    }
    #fair{
        height: 259.3vw;
    }
    #coupon{
        height: 154.5vw;
    }
    #map{
        height: 115.7vw;
    }
    #map a{
        text-align: center;
        width: 100%;
        bottom: 15vw;
    }
    #map a img{
        width: 150px;
    }
    footer{
        height: 15.6vw;
    }
}
@media(max-width:428px){
    #visual, #visual .swiper-slide{
        height: 758px;
    }
    .main_tlt_inner h1{
        font-size: 35px;
        line-height: 35px;
        margin-top:10px;
        margin-bottom: 10px;
    }
    .main_tlt_bg{
        left: -50px;
    }
    .main_tlt_inner h2{
        font-size: 20px;
    }
    .main_tlt_inner p{
        font-size: 16px;
        line-height: 20px;        
    }
    .main_btn{
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .main_btn a{
        width: 45%;
    }
    .main_btn a img{
        width: 150px;
    }
    .iframe_cont img{
        width: 90px;
        height: 90px;
        top: 15vw;
    }
    form input[type=text]{
        height: 30px;        
    }
    form input[type=button]{
        width: 150px;
        height: 40px;
        font-size: 14px !important;
    }
    .form form{
        bottom: 12vw;
    }

}