@charset "UTF-8";

/* 폰트 모음 */

/* 원모바일 고딕 본문체 */
@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OneMobile';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/onestore/OneMobileLight.ttf') format("truetype");
    font-display: swap;
}

/* Noto Sans 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* Libre Baskerville 폰트 (두번째 섹션 h1) */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* font-family: "Libre Baskerville", serif; */

/* Merriweather 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/* font-family: "Merriweather", serif; */

/* Catamaran 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');

/* 고운바탕 */
@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 함초롬바탕체 */
@font-face {
    font-family: 'HANBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/HANBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Quicksand 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');

/* 나눔명조폰트 */
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap'); */
@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

/* Rufina 폰트   font-family: "Rufina", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');



/* 폰트 끝 */

.mobile {
    display: none !important;
}

.tablet {
    display: none !important;
}

.quasi-mobile {
    display: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fcfbf8 inset;
}

html, body {
    scroll-behavior: smooth; /* 부드러운 스크롤 */
    overflow-x: hidden; /* 수평 스크롤 방지 */
}

.db-circle {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 9999999;
}

.db-circle a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.db-circle .bingbing {
    width: 120px;
    transform: rotate(90deg);
}

.db-circle .bingbing img {
    width: 100%;
}

.db-circle .db-accept {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.db-circle .db-accept p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 17px;
    color: #252727;
    margin-top: 8px;
}

.db-circle .db-accept p:nth-of-type(1) {
    margin-top: 0;
}


/* 돌아가는 버튼 */
.db-btn {
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999999999;
    cursor: pointer;
}

.db-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.db-btn img {
    animation: rotate_image 30s linear infinite;transform-origin: 50% 50%;
}

@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}


.hd {
    position: fixed;
    max-width: 1600px;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.hd > div {
    width: 140px;
}

.hd > div img {
    width: 100%;
}

.title1-m {
    display: none !important;
}


.real-main {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.real-main .title1-pc {
    position: absolute;
    width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.real-main .title1-pc img {
    display: block;
    width: 100%;
}

.real-main .title1-pc button {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-75%);
    width: 290px;
    height: 70px;
    border-radius: 50px;
    border: transparent;
    background-color: #362720;
}

.real-main .title1-pc button p {
    font-size: 24px;
    color: white;
    font-family: 'ONE-Mobile-Regular';
}

.real-main .title1-pc button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}


/* 이벤트 쿠폰 */
.coupon-event {
    width: 100%;
}

.coupon-event > div {
    position: relative;
    width: 100%;
}

.coupon-event > div img {
    display: block;
    width: 100%;
}

.coupon-event .pc-coupon button {
    position: absolute;
    top: 79%;
    left: 58%;
    width: 17.4%;
    height: 5%;
    border: transparent;
    background-color: transparent;
}

.coupon-event .pc-coupon button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.coupon-event .m-coupon {
    display: none !important;
}


/* 메인 이벤트 */
.main-event {
    width: 100%;
}

.main-event .stylingfair {
    position: relative;
    width: 100%;
}

.main-event .stylingfair img {
    display: block;
    width: 100%;
}

.main-event .stylingfair a {
    position: absolute;
    top: 90%;
    left: 42%;
    width: 16%;
    height: 6%;
}


.main-event .stylingfair-m {
    display: none !important;
}







/* 메인 슬라이드 */
.main-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main-slide .mySwiper,
.main-slide .mySwiper-M {
    width: 100%;
    height: 100%;
}

.main-slide .slide-post {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 900px;
    z-index: 999;
}

.main-slide .slide-post img {
    width: 100%;
}

.main-slide ul {
    position: relative;
    width: 100%;
}

.main-slide ul li {
    display: flex;
    width: 100%;
    z-index: 9;
}

.main-slide ul .slide-division .slide-img {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.main-slide ul .slide-division div:nth-of-type(1) {
    z-index: 4;
}

.main-slide ul .slide-division div img {
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
    width: 1290px;
}

.main-slide ul .slide-division2 div:nth-of-type(1) img {
    top: 0;
}

.main-slide ul .slide-division2 div img {
    top: -220px;
}

.main-slide ul li .slide-img2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slide ul li .slide-img2 img {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%,-14%);
    width: 1920px;
}

.main-slide ul .slide-division3 div:nth-of-type(1) img {
    top: -320px;
}

.main-slide ul .slide-division3 div:nth-of-type(2) img {
    top: -24px;
}








/* 진짜 두번째 섹션 */
.company-introduction {
    width: 100%;
    height: 1100px;
    background-color: #f6e4e2;
}

.company-introduction > div {
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.visual_p {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.visual_p .visual_h2 {
    font-family: "Nanum Myeongjo", serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    letter-spacing: 4px;
    font-size: 28px;
    color: #383434;
}

.visual_p .visual_h2 span:nth-of-type(2) {
    margin-left: 20px;
}

.visual_p .visual_h1 {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 900;
    font-size: 60px;
    color: #0e0e0e;
    margin-top: 40px;
    -webkit-text-stroke: 1px #0e0e0e;
    letter-spacing: 2px;
}

.visual_p .visual_h1 span:nth-of-type(2) {
    margin-left: 28px;
}

.visual-direction-pc {
    margin-top: 70px;
}

.visual-direction-pc p {
    font-family: 'HANBatang';
    font-weight: 500;
    font-size: 22px;
    color: #454444;
}

.visual-direction-pc > div:nth-of-type(2) {
    margin-top: 60px;
}

.visual-direction-pc > div p:nth-of-type(2) {
    margin-top: 20px;
}

.visual-direction-pc > div:nth-of-type(3) {
    margin-top: 60px;
}

.visual-direction-pc > div:nth-of-type(3) p {
    font-weight: 500;
    color: #0e0e0e;
}

.visual_p button {
    position: relative;
    width: 380px;
    height: 65px;
    background-color: #6b4744;
    margin-top: 80px;
    border: transparent;
}

.visual_p button p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 18px;
    color: #fefdfd;
}

.visual_p button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.visual-img {
    width: 40%;
}
.visual-img img {
    width: 350px;
}








/* 두번째 섹션 */
.styling {
    width: 100%;
    background-color: #fcf5f1;
}

.styling-subject {
    width: 100%;
    padding: 180px 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* .styling-subject > h1 {
    position: relative;
    font-family: "Libre Baskerville", serif;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    color: #484848;
    z-index: 3;
}

.styling-subject > h1::before {
    content: "Styling";
    position: absolute;
    top: -4px;
    color: transparent;
    -webkit-text-stroke: 1px #6e6e6e;
    opacity: 0.5;
    z-index: 2;
}

.styling-subject > h1::after {
    content: "Styling";
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #6e6e6e;
    opacity: 0.3;
    z-index: -1;
} */


.styling-subject .styling-write img {
    width: 100%;
}

.styling-subject .styling-contents {
    margin-top: 70px;
    text-align: center;
}

.styling-subject .styling-contents > p {
    font-size: 24px;
    font-family: 'GowunBatang-Regular';
}

.styling-subject .styling-contents > p:nth-of-type(2) {
    margin-top: 10px;
}

.styling-grid-img {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.styling-grid-img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0 80px 0;
}

.styling-grid-img ul li {
    position: relative;
    width: calc(100% / 3 - 20px);
    height: 460px;
    margin-top: 30px;
    overflow: hidden;
}

.styling-grid-img ul li img {
    width: 100%;
}

.styling-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 180px;
}

.styling-btn button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 60px;
    border: transparent;
    background-color: transparent;
    border-left: 1px solid #8b665a;
    border-right: 1px solid #8b665a;
}
.styling-btn button:hover {
    background-color: #8b665a;
}

.styling-btn button:hover p,
.styling-btn button:hover span {
    color: #ffffff;
}

.styling-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    border-top: 1px solid #9f8a7d;
}

.styling-btn button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    border-bottom: 1px solid #9f8a7d;
}

.styling-btn button p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 18px;
    color: #503026;
    margin-right: 5px;
}
.styling-btn button span {
    font-size: 30px;
    color: #503026;
    font-weight: 100;
}

.styling-btn button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.common {
    display: none;
}


.special-date .special-mobile {
    display: none;
}





/* 세번째 섹션 */

.special-benefit {
    position: relative;
    width: 100%;
    height: 1150px;
    overflow: hidden;
}

.special-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.special-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1150px;
    z-index: 5;
    background-color: rgba(255,255,255,0.2);
}

.special-bg img {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-5%);
    width: 1920px;
    z-index: -1;
}

.special-benefit-subject {
    text-align: center;
    padding: 8rem 0 4rem 0;
}

.special-benefit-subject p {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    letter-spacing: 3px;
}

.special-benefit-subject h2 {
    font-size: 50px;
    font-family: 'ONE-Mobile-Regular';
    margin-top: 20px;
}

.special-benefit-subject h2 strong {
    font-weight: bold;
}

.wedding-related {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    margin-top: 280px;
}

.wedding-related ul {
    display: flex;
    justify-content: space-between;
}

.wedding-related ul li {
    text-align: center;
    width: calc(100% / 5 - 10px);
}

.wedding-related ul li .benefit-img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

.wedding-related ul li .benefit-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 270px;
}

.wedding-related ul li:nth-of-type(1) img {
    top: 60%;
    transform: translate(-50%,-60%);
}

.wedding-related ul li:nth-of-type(2) img {
    top: 20%;
    transform: translate(-50%, -20%);
}

.wedding-related ul li:nth-of-type(3) img {
    top: 30%;
    transform: translate(-50%,-30%);
}

.wedding-related ul li:nth-of-type(4) img {
    top: 20%;
    transform: translate(-50%,-20%);
}

.wedding-related ul li:nth-of-type(5) img {
    top: 0;
    transform: translate(-50%, 0);
}

.wedding-related ul li h2 {
    margin-bottom: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #3c3c42;
}

.wedding-related ul li p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #686462;
    margin-top: 18px;
}


.wedding-related ul li h6 {
    font-family: 'HANBatang';
    margin-top: 16px;
    color: #c7385d;
    font-weight: bold;
    font-size: 40px;
}


.wedding-related ul li h6 strong {
    font-family: "Domine", serif;
    font-weight: 500;
    font-size: 40px;
}

.wedding-related ul li .paragraphs {
    display: flex;
}





.benefit-btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.benefit-btn button {
    border: transparent;
    position: relative;
    width: 240px;
    height: 60px;
    background-color: #514740;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-btn button p {
    color: white;
    font-family: 'ONE-Mobile-Regular';
    font-size: 18px;
    margin-right: 10px;
}
.benefit-btn button span {
    color: white;
    font-weight: 100;
    font-size: 30px;
}

.benefit-btn button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 스페셜데이트 */
.special-date {
    width: 100%;
}

.special-date div {
    width: 100%;
}
.special-date div img {
    display: block;
    width: 100%;
}




/* 스튜디오 */
.studio {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

.studio .studio-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.studio .studio-bg img {
    position: absolute;
    top: -100px;
    width: 1920px;
}

.studio .studio-subject {
    width: 100%;
    padding: 160px 0 50px 0;
    display: flex;
    justify-content: center;
}

.studio .studio-subject > div {
    position: relative;
    padding: 2rem 4rem;
}

.studio .studio-subject > div:nth-of-type(2)::after {
    content: "";
    border-left: 1px solid #5a5b61;
    position: absolute;
    top: 35px;
    left: 0;
    height: 120px;
}

.studio .studio-subject h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 80px;
}

.studio .studio-subject h2 strong {
    font-size: 140px;
}

.studio .studio-subject h6 {
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
}

.studio .studio-subject p {
    font-family: 'GowunBatang-Regular';
    font-size: 26px;
    margin-top: 8px;
}

.studio .studio-subject p:nth-of-type(1) {
    margin-top: 50px;
}

.studio .studio-contents {
    width: 100%; 
    padding: 4rem 0;
}

.studio-contents ul {
    width: 100%;
}

.mySwiperStudio .swiper-pagination-bullet-active {
    --swiper-theme-color: #c5ada0;
}

.mySwiperStudio .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.studio-contents ul li {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.studio-contents ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 850px;
    z-index: -1;
}

.studio-contents ul .sienmarge img {
    left: 10%;
    transform: translate(-10%,-50%);
}





.studio-contents ul li .contents-post {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translate(-50%,1px);
    width: 150%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(248,241,237,0.9);
    background-color: rgba(248,241,237,0.9);
    z-index: 9;
}

.studio-contents ul li .contents-post p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 22px;
    color: #332f2f;
}


/* 인스타그램 */

.instagram {
    width: 100%;
}

.instagram-top {
    width: 100%;
    background-color: #f5f1ee;
}

.instagram-top > div {
    position: relative;
    max-width: 1400px;
    height: 130px;
    margin: auto;
    display: flex;
}

.instagram-top p {
    position: absolute;
    font-family: "Libre Baskerville", serif;
    font-size: 36px;
    letter-spacing: 2px;
    background-color: #f5f1ee;
    color: #2a2827;
    z-index: 111;
}

.instagram-top p:nth-of-type(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: .5rem 1rem .5rem 0;
}
.instagram-top p:nth-of-type(2) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: .5rem 0 .5rem 1rem;
}

.instagram-top > div > div {
    position: absolute;
    border-bottom: 1px solid #2a2827;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -58%);
    width: 60%;
}

.instagram-bottom {
    width: 100%;
    background-color: #f8f6f5;
}

.instagram-bottom > div {
    max-width: 1600px;
    width: 100%;
    height: 740px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instagram-logo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 15%;
}

.instagram-logo > div {

}

.instagram-logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instagram-img {
    width: 80%;
}

.instagram-img ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.instagram-img ul li {
    position: relative;
    width: calc(100% / 5 - 10px);
    height: 240px;
    overflow: hidden;
    margin-top: 10px;
}

.instagram-img ul li > img {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 256px;
}

.instagram-img ul li > div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

.instagram-img ul li > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.instagram-img ul li > div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instagram-img ul li:hover > div {
    display: block;
}


/* 회사 소개 */

.fleushouse {
    text-align: center;
    padding: 140px 0 100px 0;
}

.fleushouse .fleur_subject {
    position: relative;
    display: flex;
    justify-content: center;
}

.fleushouse .fleur_subject > div {
    width: 400px;
}

.fleushouse .fleur_subject > div img {
    width: 100%;
}

.fleushouse .fleur_subject::after {
    content: "";
    border: 1px solid #000000;
    position: absolute;
    bottom: -135px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
}

.fleushouse .fleur_subject h1 {
    font-size: 100px;
}

.fleushouse .fleur_contents h2 {
    font-family: "Rufina", serif;
    font-weight: bold;
    color: #848484;
    font-size: 30px;
    margin-top: 130px;
}

.fleushouse .fleur_contents h2:nth-of-type(1) {
    margin-top: 170px;
}

.fleushouse .fleur_contents > div > div{
    margin-top: 50px;
}

.fleushouse > div:nth-of-type(1) {
    margin-top: 0;
}

.fleushouse .fleur_contents > div > div > p {
    font-family: 'ONE-Mobile-Regular';
    font-weight: 500;
    font-size: 18px;
    color: #484848;
    margin-top: 15px;
}

.fleushouse .fleur_contents > div > div p:nth-of-type(1) {
    margin-top: 0;
}

.fleur_slide {
    position: relative;
    margin-top: 90px;
}

.fleur_slide ul {
    display: flex;
    align-items: center;
}

.fleur_slide ul li {
    position: relative;
    height: 435px;
}

.fleur_slide ul li .fleur_slide_img {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.fleur_slide ul li.swiper-slide-active {
    width: 300px !important;
    height: 500px;
    margin: 0 10px;
}

.fleur_slide ul li.swiper-slide-active .fleur_slide_img {
    width: 100%;
    height: 200px;
}

.fleur_slide ul li.swiper-slide-prev {
    margin-left: -15%;
    margin-right: 10px;
    /* width: 190px !important; */
}

.fleur_slide ul li.swiper-slide-next  {
    margin-right: -10%;
    margin-left: 10px;
}

.fleur_slide ul li.swiper-slide-prev .fleushouse-mobile,
.fleur_slide ul li.swiper-slide-next .fleushouse-mobile {
    /* display: none; */
    opacity: 0;
}


.fleur_slide ul li .fleur_slide_img img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 300px;
}

.fleur_slide ul li img {

}



.fleur_slide ul li .fleur_slide_img p {
    
    position: absolute;
    top: 20px;
    width: 100%;
    font-family: "Rufina", serif;
    font-size: 20px;
    color: white;
}

.fleushouse-btn {
    display: flex;
    justify-content: center;
    margin-top: 100px !important;
}

.fleushouse-btn button {
    position: relative;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: transparent;
    border-left: 1px solid #8b665a;
    border-right: 1px solid #8b665a;
}

.fleushouse-btn button:hover {
    background-color: #8b665a;
}

.fleushouse-btn button:hover p,
.fleushouse-btn button:hover span {
    color: #ffffff;
}

.fleushouse-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    border-top:1px solid #8b665a;
}

.fleushouse-btn button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95%;
    border-bottom:1px solid #8b665a;
}

.fleushouse-btn button p {
    color: #8b665a;
    font-family: 'ONE-Mobile-Regular';
    font-size: 17px;
    margin-right: 5px;
}

.fleushouse-btn button span {
    font-size: 30px;
    font-weight: 100;
    color: #8b665a;
}

.fleushouse-btn button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* contact */
.contact {
    position: relative;
    width: 100%;
    background-color: #f8f4ec;
    padding-bottom: 6rem;
}

.contact .contact-write {
    text-align: center;
}

.contact .contact-write h3 {
    padding-top: 125px;
    font-family: "Libre Baskerville", serif;
    font-size: 23px;
    letter-spacing: 4px;
}

.contact .contact-write h2 {
    margin-top: 50px;
    font-family: 'ONE-Mobile-Regular';
    font-size: 54px;
}

.db-mobile-img {
    display: none !important;
}
.db-pc-img {
    display: block !important;
}

.contact .contact-write .contact-write-text {
    margin-top: 70px;
}

.contact .contact-write p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 22px;
    margin-top: 12px;
}

.contact .contact-write p:nth-of-type(1) {
    margin-top: 0;
}

.contact .contact-form {
    margin-top: 200px;
    width: 100%;
}

.contact .contact-form .form-choice {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .contact-form .form-choice .roduct-choice {
    border-bottom: 1px solid #968f81;
    width: 420px;
    text-align: center;
    padding-bottom: 10px;
}

.contact .contact-form .form-choice .roduct-choice h4 {
    font-family: 'ONE-Mobile-Regular';
    font-weight: bold;
    font-size: 26px;
}

.contact .contact-form .form-choice .choice-subject {
    border-radius: 26px;
    margin-top: 70px;
    width: 400px;
    height: 50px;
    background-color: #bfaa99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-form .form-choice .choice-subject p {
    font-family: 'GowunBatang-Regular';
    color: white;
    font-size: 26px;
}

.contact .contact-form .form-choice .choice-radio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 820px;
    margin-top: 70px;
}

.contact .contact-form .form-choice .choice-radio > div.on {
    background-color: #bfaa99;
    color: white;
}

.contact .contact-form .form-choice .choice-radio > div {
    position: relative;
    width: calc(100% / 2 - 10px);
    height: 60px;
    border-radius: 26px;
    background-color: #fcfbf8;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ONE-Mobile-Regular';
}

.contact .contact-form .form-choice .choice-radio > div:nth-of-type(1) {
    width: 450px;
    margin-right: 0;
}

.contact .contact-form .form-choice .choice-radio > div:nth-child(even) {
    margin-right: 10px;
}

.contact .contact-form .form-choice .choice-radio > div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact .contact-form .form-choice .choice-radio > div input[type='radio'] {
    opacity: 0;
}

.contact .contact-form .form-choice .choice-radio > div p {
    font-size: 22px;
    text-align: center;
    
}

.contact .contact-form .form-choice .choice-radio > div p strong {
    font-size: 18px;
}

.contact .contact-form .db-division {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 140px;
}

.contact .contact-form .db-division > div {
    width: 50%;
}

.contact .contact-form .db-division > div:nth-of-type(1) {
    padding: 0 3rem;
}

.contact .contact-form .db-division > div:nth-of-type(1) img {
    width: 100%;
}

.contact .contact-form .db-division > div:nth-of-type(2) {
    padding: 0 3rem;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 500px;
    height: 80px;
    background-color: #fcfbf8;
    margin-top: 22px;
    border-radius: 45px;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content:nth-of-type(1) {
    margin-top: 0;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender {
    position: absolute;
    right: 20px;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender  input[type="radio"] {
    display: none;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender  > label:nth-of-type(2) {
    margin-top: 10px;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender  > label p {
    margin-left: 10px;
}

.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender  input[type="radio"] + label {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border:1px solid #cacaca;
    border-radius: 50%;
}
.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender  input[id="usergender"]:checked + label::after {
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    top:60%;
    left: 50%;
    transform: translate(-50%,-60%);
    font-family: FontAwesome;
}


.contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender label {
    display: flex;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div > p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 18px;
    margin-left: 26px;
    color: #332f2f;
}
.contact .contact-form .db-division > div:nth-of-type(2) > div select {
    padding-left: 0.3rem;
    color: #888888;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div input[type="text"],
.contact .contact-form .db-division > div:nth-of-type(2) > div input[type="tel"],
.contact .contact-form .db-division > div:nth-of-type(2) > div select {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 60%;
    transform: translateX(-60%);
    background-color: #fcfbf8;
    border: transparent;
    font-family: 'OneMobile';
    font-weight: 300;
    font-size: 16px;
}


.contact .contact-form .db-division > div:nth-of-type(2) > div input[type="text"]:focus,
.contact .contact-form .db-division > div:nth-of-type(2) > div input[type="tel"]:focus {
    outline: transparent;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div input[type="text"]::placeholder,
.contact .contact-form .db-division > div:nth-of-type(2) > div input[type="tel"]::placeholder {
    font-family: 'OneMobile';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}


.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(3) > label {
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div > label input {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #cacaca !important;
    margin-right: 5px;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div > label p {
    font-family: 'ONE-Mobile-Regular';
    font-size: 18px;

}

/* 방문예정일 추가시 div type 5로 바꾸면됌 */
.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) {
    display: flex;
    background-color: transparent;
    border: transparent;
    margin-left: 10px;
    height: auto;
    margin: 40px 0 20px 0;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(3) > label {

    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(3) input[type="checkbox"] {
    display: none;
}
.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(3) > label p {
    margin-left: 10px;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(3) input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border:1px solid #cacaca;
    border-radius: 50%;
}
.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(3) input[id="undetermined"]:checked + label::after {
    content: "\f00c";
    font-size: 12px;
    position: absolute;
    top:60%;
    left: 50%;
    transform: translate(-50%,-60%);
    font-family: FontAwesome;
}


/* 개인정보 체크박스 css */
/* 방문예정일 추가시 5로 바꾸면됌 */
.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) input,
.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) input[type="checkbox"] {
    display: none !important;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) > label {
    position: relative;
    width: 100%;
    margin-left: 20px;
    padding: 10px 0;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid #cacaca;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) input[id="agree-check"]:checked + label::after {
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    top:60%;
    left: 50%;
    transform: translate(-50%,-60%);
    font-family: FontAwesome;
}


.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) p {
    color: #888888;
    font-family: 'OneMobile';
    font-weight: 300;
    margin-left: 10px;
    cursor: pointer;
}

.contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) p strong {
    color: #332f2f;
    font-family: 'ONE-Mobile-Regular';
}


/* 테스트 */
#submitIcon {
    display: none; /* 초기에는 아이콘을 숨김 */
}

#submitBtn.loading #submitText {
    visibility: hidden; /* 로딩 중에는 텍스트를 숨김 */
}

#submitBtn.loading #submitIcon {
    display: inline-block; /* 로딩 중에는 아이콘을 표시 */
}






.db-division-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 70px;
    background-color: #b19884;
    border: transparent;
    margin-left: 10px;
    cursor: pointer;
}

.db-division-btn p {
    color: #fcfbf9;
    font-size: 21px;
    margin-right: 10px;
    font-family: 'ONE-Mobile-Regular';
}

.db-division-btn span {
    color: #fcfbf9;
    font-size: 31px;
    font-weight: 100;
}

.privacy-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    padding: 0 2rem 5rem 2rem;
    line-height: 1.6em;
    text-align: center;
    background-color: #fbfaf8;
    border: 1px solid #ebe9e6;
    z-index: 99999;
}

.privacy-box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.privacy-box .close span {
    background-color: #6f6f6f;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px;
    height: 3px;
}

.privacy-box .close span:nth-of-type(1) {
    transform: rotate(45deg);
}

.privacy-box .close span:nth-of-type(2) {
    transform: rotate(-45deg);
}

.privacy-box.on {
    display: none !important;
}

.privacy-box h2 {
    border-bottom: 1px solid #ebe9e6;
    padding: 3rem;
    font-family: 'ONE-Mobile-Regular';
    font-weight: bold;
    font-size: 24px;
}

.privacy-box p {
    color: #6f6f6f !important;
    padding-top: 4rem;
    font-family: 'ONE-Mobile-Regular';
    margin-left: 0 !important;
}







/* 풋터 */
.ft {
    width: 100%;
    height: 350px;
    padding: 0 2rem;
    background-color: #f8f4ec;
}

.ft > div {
    max-width: 1300px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft .ft-logo {
    position: relative;
    width: 270px;
}

.ft .ft-logo img {
    width: 100%;
}
.ft .ft-logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ft .ft-write {
    display: flex;
}

.ft .ft-write .ft-icon {
    display: flex;
    padding-right: 50px;
    margin-top: 20px;
}

.ft .ft-write .ft-icon > div {
    position: relative;
    margin: 0 1.3rem;
    width: 28px;
    height: 30px;
}

.ft .ft-write .ft-icon > div img {
    width: 100%;
}

.ft .ft-write .ft-icon > div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ft .ft-write .ft-address {
    
}

.ft .ft-write .ft-address p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #484848;
    margin-top: 5px;
}

.ft .ft-write .ft-address p:nth-of-type(1) {
    margin-top: 0;
}

.ft .ft-write .ft-address p:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 10px;
}








/* 모니터 큰 PC */
@media (min-width:1921px) {
    .real-main {
        height: auto;
    }

    .real-main .title1-pc {
        display: flex;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }


    .hd {
        max-width: 1920px;
    }

    .main-slide ul li .slide-img2 img {
        width: 100%;
    }

    .special-benefit {
        height: 1200px;
    }
    .special-bg::after {
        height: 1200px;
    }

    .special-bg img {
        top: 9%;
        left: 50%;
        transform: translate(-50%,-9%);
        width: 100%;
    }

    .studio {
        padding-bottom: 170px;
    }

    .studio .studio-bg img {
        width: 100%;
    }


   



}


@media (max-width:1620px) {
    .hd > div {
        margin: 0 2rem;
    }

    .real-main .title1-pc {
        width: 1900px;
    }





    .styling-grid-img ul {
        justify-content: center;
    }

    
    .styling-grid-img ul li:nth-child(odd) {
        margin-left: 2rem;
        margin-right: 1rem;
    }
    .styling-grid-img ul li:nth-child(even) {
        margin-left: 1rem;
        margin-right: 2rem;
    }

    .common {
        display: block;
    }





}


@media (max-width:1416px) {

    .db-btn {
        width: 120px;
    }

    .db-btn img {
        width: 100%;
    }

    .main-slide .slide-post {
        width: 700px;
    }

    /* 두번째 섹션 */
    .company-introduction {
        padding: 0 2rem;
    }

    .visual_p {
        width: 70%;
    }
    .visual-img {
        width: 30%;
    }




    .instagram-top p:nth-of-type(1) {
        padding: .5rem 1rem .5rem 2rem;
    }

    .instagram-top p:nth-of-type(2) {
        padding: .5rem 2rem .5rem 1rem;
    }

    .studio-contents ul li {
        height: 400px;
    }

    .studio-contents ul li img {
        width: 570px;
    }



    /* max-width: 1416px 혜택 */
    
    .wedding-related {
        padding: 0 2rem;
    }

    .wedding-related ul li h2 {
        font-size: 24px;
    }

    .wedding-related ul li p {
        font-size: 18px;
    }

    .wedding-related ul li h6 {
        font-size: 32px;
    }
    .wedding-related ul li h6 strong {
        font-size: 28px;
    }




}





/* 태블릿 */
@media (max-width:1200px) {



    .main-event .stylingfair-m {
        position: relative;
        width: 100%;
    }
    
    .main-event .stylingfair-m img {
        display: block;
        width: 100%;
    }
    
    .main-event .stylingfair-m a {
        position: absolute;
        top: 91%;
        left: 28%;
        width: 44%;
        height: 7%;
    }



    .real-main .title1-pc {
        display: none !important;
    }

    .real-main {
        height: 1500px;
    }

    .title1-m {
        display: block !important;
        position: absolute;
        width: 1200px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .title1-m img {
        width: 100%;
    }

    .title1-m button {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%,-90%);
        width: 300px;
        height: 60px;
        background-color: #ffffff;
        border: transparent;
    }

    .title1-m button p {
        font-family: 'ONE-Mobile-Regular';
        font-size: 22px;
        color: #362720;
    }
    .title1-m button a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



    .main-slide .slide-post {
        width: 500px;
    }

    .main-slide ul .slide-division div:nth-of-type(1) {
        width: 100%;
    }
    .main-slide ul .slide-division div:nth-of-type(2) {
        display: none;
    }

    .main-slide ul .slide-division3 div:nth-of-type(1) img {
        left: 25%;
        transform: translateX(-25%);
    }

    .company-introduction {
        padding: 4rem 0;
    }

    .visual_p {
        width: 100%;
    }

    .visual-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: -60px;
        padding-top: 50px;
    }



    /* 두번째 섹션 */

    .company-introduction {
        height: auto;
    }

    .company-introduction > div {
        flex-direction: column;
    }


    /* 1200 DB 수정 */
    
    .db-mobile-img {
        display: block !important;
        margin-top: 70px;
    }
    .db-mobile-img img {
        width: 560px;
    }
    .db-pc-img {
        display: none !important;
    }

    .contact .contact-form {
        margin-top: 120px;
    }
    .contact .contact-form .form-choice {
        border-bottom: 1px solid #f0ede6;
        padding-bottom: 3rem;
    }

    .contact .contact-write p {
        margin-top: 20px;
        font-weight: 500;
    }

    .contact .contact-write p:nth-of-type(5) {
        margin-top: 60px;
    }

    .contact .contact-form .form-choice .choice-radio {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .contact .contact-form .form-choice .choice-radio > div {
        width: 450px;
        margin-top: 25px;
    }

    .contact .contact-form .db-division {
        margin-top: 50px;
        justify-content: center;
    }

    .contact .contact-form .db-division > div {
        width: 100%;
    }
    .contact .contact-form .db-division > div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    
    
    .contact .contact-form .db-division > div:nth-of-type(2) > .db-content {
        height: 70px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(1) {
        margin-top: 0;
    }
    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(5) {
        margin-left: auto;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(5) > label {
        width: auto;
    }

    .db-division-btn {
        width: 300px;
        height: 60px;
        margin-top: 30px;
    }

    .contact .contact-form .form-choice .choice-radio {
        width: 100%;
    }

    .wedding-related ul li h2 {
        font-size: 20px;
    }

    .wedding-related ul li p {
        font-size: 14px;
    }

    .wedding-related ul li h6 {
        font-size: 28px;
    }
    .wedding-related ul li h6 strong {
        font-size: 24px;
    }

    .wedding-related ul li .paragraphs {
        margin-top: 13px;
    }
    
    .wedding-related ul li .paragraphs p {
        margin-top: 5px;
    }
    

    .contact .contact-form .db-division > div:nth-of-type(2) .db-content .gender  > label:nth-of-type(2) {
        margin-top: 5px;
    }





}

@media (max-width:1135px) {

    .styling-pc,
    .instagram-pc,
    .visual-direction-pc {
        display: none !important;
    }
    .tablet {
        display: block !important;
    }

    .styling-subject > h1 {
        font-size: 50px;
    }

    .styling-subject .styling-contents {
        margin-top: 40px;
    }

    .styling-grid-img ul li:nth-child(odd) {
        margin-left: 2rem;
        margin-right: 1rem;
    }

    .styling-grid-img ul li:nth-child(even) {
        margin-left: 1rem;
        margin-right: 2rem;
    }

    .styling-grid-img ul {
        width: 100%;
    }

    .styling-grid-img ul li {
        position: relative;
        width: calc(100% / 3 - 5px);
        height: auto;
        display: flex;
    }

    .styling-grid-img ul li:nth-of-type(3) img,
    .styling-grid-img ul li:nth-of-type(5) img,
    .styling-grid-img ul li:nth-of-type(8) img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 120%;
    }

    .studio-contents ul {
        width: 100%;
    }

    .visual-direction-mobile {
        margin-top: 90px;
    }

    .visual_p h1 {
        font-size: 50px;
        letter-spacing: 3px;
        margin-top: 25px;
    }

    .visual-direction-mobile p {
        font-family: 'HANBatang';
        font-size: 22px;
        font-weight: 500;
        color: #454444;
        margin-top: 10px;
    }

    .visual-direction-mobile > div:nth-of-type(1) p:nth-of-type(1) {
        margin-top: 0;
    }

    .visual-direction-mobile > div:nth-of-type(2) {
        margin-top: 40px;
    }

    .visual-direction-mobile > div:nth-of-type(3) {
        margin-top: 70px;
    }
    .visual-direction-mobile > div:nth-of-type(3) p {
        font-size: 30px;
    }



    .instagram-bottom > div {
        flex-direction: column;
        height: auto;
    }

    .instagram-logo {
        width: 100%;
        padding: 2rem;
    }

    .instagram-logo > div {
        position: relative;
        width: 140px;
    }
    .instagram-logo img {
        width: 100%;
    }

    .instagram-img {
        width: 100%;
        padding: 0 2rem 6rem 2rem;
    }

    .instagram-img ul li {
        width: calc(100% / 3 - 10px);
        height: 200px;
    }

    .instagram-img ul li > img {
        width: 290px;
    }



}

@media (max-width:950px) {
    .studio .studio-subject {
        padding: 130px 0 20px 0;
    }

    .studio .studio-subject h2 {
        font-size: 50px;
    }
    .studio .studio-subject h2 strong {
        font-size: 100px;
    }
    .studio .studio-subject h6 {
        font-size: 18px;
    }
    .studio .studio-subject p {
        font-size: 22px;
    }
    .studio .studio-subject p:nth-of-type(1) {
        margin-top: 30px;
    }

    .studio .studio-subject > div:nth-of-type(2)::after {
        height: 100px;
    }

    .studio-contents ul li {
        height: 350px;
    }

    .studio-contents ul li img {
        top: 20%;
        transform: translate(-50%,-20%);
        width: 490px;
    }

    .studio-contents ul .sienmarge img {
        transform: translate(-10%,-20%);
    }

    .studio-contents ul li .contents-post {
        height: 60px;
    }

    .studio-contents ul li .contents-post p {
        font-size: 16px;
    }

    .studio-contents ul .swiper-slide-active {
        margin: 0 10px;
    }


    .instagram-top p {
        font-size: 24px;
    }

    .instagram-top > div > div {
        width: 50%;
    }

    .ft .ft-logo {
        width: 220px;
    }

    .ft .ft-write {
        flex-direction: column;
    }

    .ft .ft-write .ft-icon {
        padding-right: 0px;
        margin-top: 0;
    }

    .ft .ft-write .ft-icon > div {
        margin: 0 1rem;
    }

    .ft .ft-write .ft-icon > div:nth-of-type(1) {
        margin: 0 1rem 0 0;
    }
    .ft .ft-write .ft-icon > div img {
        width: 28px;
    }
    .ft .ft-write .ft-address {
        margin-top: 24px;
    }

    .ft .ft-write .ft-address p {
        font-size: 18px;
    }


}



/* 작은 태블릿 */
@media (max-width:800px) {
    .quasi-mobile {
        display: block !important;
    }

    .quasi-pc {
        display: none !important;
    }
    .main-event .stylingfair {
        display: none !important;
    }
    .main-event .stylingfair-m {
        display: block !important;
    }
    .special-date .special-pc {
        display: none;
    }
    .special-date .special-mobile {
        display: block;
    }

    .main-slide .slide-post {
        width: 400px;
    }

    .db-btn {
        right: 10px;
        bottom: 20px;
        width: 100px;
    }

    .db-circle {
        right: 10px;
        bottom: 20px;
    }

    .db-circle .db-letter {
        width: 50px;
        height: 50px;
    }

    .db-circle .db-letter img {
        width: 25px;
    }
    .db-circle .bingbing {
        width: 90px;
    }

    .db-circle .db-accept p {
        font-size: 14px;
        margin-top: 6px;
    }

    .hd {
        margin-top: 25px;
    }

    .hd > div {
        width: 100px;
    }

    .real-main {
        height: 1000px;
    }

    .title1-m {
        width: 800px;
    }

    .main-slide {
        height: 84vh;
    }

    .main-slide .slide-post {
        width: 360px;
    }

    .main-slide ul .slide-division div img,
    .main-slide ul li .slide-img2 img {
        top: 0;
        width: 800px;
        transform: translate(-50%,0);
    }

    .main-slide ul .slide-division3 div:nth-of-type(1) img {
        top: 0;
        width: 800px;
    }

    /* 두번째 섹션 */
    .visual_p .visual_h2 {
        font-size: 20px;
    }
    .visual_p .visual_h1 {
        font-size: 40px;
    }
    .visual-direction-mobile p {
        font-size: 18px;
    }

    .visual-direction-mobile > div:nth-of-type(3) p {
        font-size: 26px;
    }

    .visual_p button {
        width: 300px;
    }


    .styling-subject {
        height: 360px;
    }

    .styling-subject .styling-write {
        width: 240px;
    }

    .styling-subject > h1 {
        font-size: 40px;
    }

    .styling-subject .styling-contents > p {
        font-size: 16px;
    }

    .styling-subject .styling-contents > p:nth-of-type(2) {
        margin-top: 5px;
    }

    .styling-contents p:nth-of-type(3) {
        margin-top: 5px;
    }



    .special-benefit {
        padding-bottom: 5rem;
    }
    .special-bg {
        height: 100%;
    }

    .special-bg::before {
        content: "";
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(213,214,210);
        background: linear-gradient(0deg, rgba(213,214,210,0.9) 0%, rgba(213,214,210,0.9) 20%, rgba(213,214,210,0.8) 50%, rgba(213,214,210,0.5) 80%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0.05) 100%);
    }

    .special-bg img {
        top: 0%;
        left: 110%;
        transform: translate(auto, 0%);
        width: 1700px;
    }

    .wedding-related {
        max-width: 500px;
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .wedding-related ul li p {
        font-size: 17px;
    }

    
    .wedding-related ul li h6 {
        font-size: 28px;
        margin-top: 10px;
    }

    .special-benefit {
        height: auto;
    }

    .special-bg::after {
        height: 100%;
    }

    .special-benefit-subject p {
        font-size: 14px;
    }
    .special-benefit-subject h2 {
        font-size: 38px;
    }

    .wedding-related ul {
        flex-direction: column;
    }

    .wedding-related ul li {
        display: flex;
        width: 100%;
    }

    .wedding-related ul li {
        margin-top: 40px;
    }

    .wedding-related ul li:nth-of-type(1) {
        margin-top: 0;
    }

    .wedding-related ul li > div {
        width: 50%;
    }

    .wedding-related ul li > div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
        padding-left: 2rem;
    }

    .wedding-related ul li h2 {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .wedding-related ul li .paragraphs {
        flex-direction: column;
    }

    .wedding-related ul li .benefit-img img {
        width: 270px;
    }

    .privacy-box {
        width: 500px;
        padding: 0 1rem 5rem 1rem;
    }
    .privacy-box h2 {
        font-size: 20px;
    }

    .privacy-box p {
        font-size: 14px !important;
    }

    .privacy-box .close {
        width: 20px;
        height: 20px;
    }

    .privacy-box .close span {
        width: 20px;
        height: 2px;
    }


    .studio .studio-subject > div {
        padding: 2rem 2rem ;
    }

    .ft .ft-logo {
        width: 180px;
    }

    .ft .ft-write .ft-icon > div {
        margin: 0 .7rem;
    }

    .ft .ft-write .ft-icon > div:nth-of-type(1) {
        margin: 0 .7rem 0 0;
    }

    .ft .ft-write .ft-icon > div img {
        width: 24px;
    }
    .ft .ft-write .ft-address p {
        font-size: 16px;
    }



}





@media (max-width:650px) {

    .real-main {
        height: 800px;
    }

    .title1-m {
        width: 650px;
    }

    .coupon-event .pc {
        display: none !important;
    }

    .coupon-event .mobile {
        display: block !important;
    }

    .coupon-event .m-coupon button {
        position: absolute;
        top:85%;
        left: 27%;
        width: 46%;
        height: 7%;
        border: transparent;
        background-color: transparent;
    }

    .coupon-event .m-coupon button a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




    .studio-contents ul li {
        height: 260px;
    }
    .studio-contents ul li img {
        width: 380px;
    }

    .studio-contents ul li .contents-post {
        height: 45px;
    }

    .studio-contents ul li .contents-post p {
        font-size: 12px;
    }

    .studio .studio-subject h6 {
        font-size: 16px;
    }

    .studio .studio-subject h2 {
        font-size: 40px;
    }
    .studio .studio-subject h2 strong {
        font-size: 60px;
    }
    .studio .studio-subject h6 {
        font-size: 15px;
    }

    .studio .studio-subject p {
        font-size: 14px;
    }

    .studio .studio-subject > div:nth-of-type(1) {
        display: flex;
        align-items: center;
    }
    .studio .studio-subject > div:nth-of-type(2)::after {
        height: 80px;
    }

    .instagram-img ul li {
        height: 140px;
    }

    .instagram-img ul li > img {
        width: 170px;
    }

    .instagram-img ul li > div img {
        width: 40px;
    }

    .fleushouse .fleur_subject > div {
        width: 300px;
    }

    .fleushouse .fleur_contents > div > div > p {
        font-size: 15px;
    }

    /* DB */

    .contact .contact-write h3 {
        font-size: 16px;
    }

    .contact .contact-write h2 {
        font-size: 38px;
        margin-top: 30px;
    }

    .db-mobile-img {
        padding: 0 2rem;
        margin-top: 50px;
    }

    .db-mobile-img img {
        width: 100%;
    }

    .contact .contact-write .contact-write-text {
        margin-top: 40px;
    }

    .contact .contact-write p {
        font-size: 16px;
        margin-top: 10px;
    }

    .contact .contact-write p:nth-of-type(5) {
        margin-top: 40px;
    }

    .contact .contact-form {
        margin-top: 80px;
    }


    .contact .contact-form .form-choice .roduct-choice {
        width: 350px;
    }

    .contact .contact-form .form-choice .roduct-choice h4 {
        font-size: 22px;
    }

    .contact .contact-form .form-choice .choice-radio > div {
        width: 280px;
        height: 40px;
    }

    .contact .contact-form .form-choice .choice-radio > div:nth-of-type(1) {
        width: 280px;
    }
    .contact .contact-form .form-choice .choice-radio > div p {
        font-size: 14px;
        line-height: 16px;
    }

    .contact .contact-form .form-choice .choice-radio > div p strong {
        font-size: 12px;
    }

    .contact .contact-form .db-division {
        width: 100%;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > .db-content {
        width: 330px !important;
        height: 60px !important;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div p {
        font-size: 14px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div input[type="text"], 
    .contact .contact-form .db-division > div:nth-of-type(2) > div input[type="tel"],
    .contact .contact-form .db-division > div:nth-of-type(2) > div select {
        width: 140px;
        font-size: 13px;
        font-family: 'ONE-Mobile-Regular';
    }


    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(2) input[type="tel"] {
        left: 75%;
        transform: translateX(-75%);
        width: 180px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div input[type="text"]::placeholder,
    .contact .contact-form .db-division > div:nth-of-type(2) > div input[type="tel"]::placeholder {
        font-size: 13px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div > label input {
        width: 15px !important;
        height: 15px !important;
        margin-top: 5px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div > label p {
        font-size: 14px;
    }

    .contact .contact-form .form-choice .choice-radio > div {
        margin-top: 15px;
    }

    .contact .contact-form .form-choice {
        padding-bottom: 2rem;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(5) {
        align-items: center;
        width: 100% !important;
    }

    .ft .ft-logo {
        width: 140px;
    }


    .ft .ft-write .ft-address p {
        font-size: 14px;
    }






}





/* 모바일 */
@media (max-width:499px) {
    .pc {display: none !important;}
    .mobile {display: block !important;}

    .main-slide .slide-post {
        width: 260px;
    }

    .main-slide {
        width: 100%;
        height: 100vh;
    }

    .mySwiper-M {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .mySwiper-M iframe {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 160%;
        height: 110%;
    }

    .db-btn {
        width: 90px;
    }


    .hd {
        margin-top: 10px;
    }

    .hd > div {
        width: 80px;
        margin: 0 2rem;
    }

    .db-circle .db-accept p {
        font-size: 12px;
    }

    .real-main {
        height: 620px;
    }

    .title1-m {
        width: 499px;
    }

    .title1-m button {
        width: 220px;
        height: 50px;
    }

    .title1-m button p {
        font-size: 18px;
    }


    

    .main-slide ul li .slide-img2 img {
        top: 0;
        transform: translate(-50%,0);
    }

    .main-slide ul .slide-division div img,
    .main-slide ul .slide-division3 div:nth-of-type(1) img {
        top: -200px;
    }

    .main-slide {
        height: 100vh;
    }

    /* 두번째 */
    .visual_p .visual_h2 {
        font-size: 16px;
    }
    .visual_p .visual_h2 span:nth-of-type(2) {
        margin-left: 10px;
    }

    .visual_p .visual_h1 {
        font-size: 22px;
        margin-top: 15px;
    }

    .visual_p .visual_h1 span:nth-of-type(2) {
        margin-left: 10px;
    }

    .visual-direction-mobile {
        margin-top: 70px;
    }

    .visual-direction-mobile p {
        font-size: 14px;
    }
    .visual-direction-mobile > div:nth-of-type(3) {
        margin-top: 50px;
    }

    .visual-direction-mobile > div:nth-of-type(3) p {
        font-size: 18px;
    }

    .visual_p button {
        margin-top: 40px;
        width: 240px;
        height: 50px;
    }

    .visual_p button p {
        font-size: 16px;
    }

    .visual-img.mobile {
        display: flex !important;
    }

    .visual-img img {
        width: 300px;
    }






    .styling-subject {
        height: auto;
        padding: 4rem 0 3rem 0;
    }

    .styling-subject > h1 {
        font-size: 40px;
    }

    .styling-subject .styling-write {
        width: 160px;
    }

    .styling-subject .styling-contents > p {
        font-size: 14px;
    }

    .styling-subject .styling-contents > p:nth-of-type(3) {
        margin-top: 5px ;
    }

    .styling-grid-img ul {
        padding: 0px 30px 30px 30px;
        justify-content: space-between;
    }

    .styling-grid-img ul li {
        width: calc(100% / 2 - 5px);
        margin-top: 10px;
    }

    .styling-grid-img ul li:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }
    .styling-grid-img ul li:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }

    .styling-btn {
        padding-bottom: 60px;
    }

    .styling-btn button {
        width: 160px;
        height: 40px;
    }
    .styling-btn button:hover {
        background-color: transparent;
    }

    .styling-btn button:hover p,
    .styling-btn button:hover span {
        color: #8b665a;
    }

    .styling-btn button p {
        font-size: 14px;
        margin-right: 5px;
    }

    .studio {
        padding-bottom: 30px;
    }

    .studio .studio-contents {
        padding: 0 0 3rem 0;
    }

    .studio .studio-subject {
        padding: 70px 0 70px 0;
    }

    .studio .studio-subject > div {
        padding: 1rem;
    }

    .studio .studio-subject > div:nth-of-type(1) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .studio .studio-subject h6 {
        font-size: 12px;
    }

    .studio .studio-subject h2 {
        font-size: 30px;
    }

    .studio .studio-subject h2 strong {
        font-size: 55px;
    }

    .studio .studio-subject p {
        margin-top: 5px;
        font-size: 14px;
    }

    .studio-contents ul {
        margin-top: 0px;
    }

    .studio-contents ul li {
        height: 200px;
    }

    .studio-contents ul li img {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%,-10%);
        width: 280px;
    }

    .mySwiperStudio .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .studio .studio-subject p:nth-of-type(1) {
        margin-top: 20px;
    }

    .studio .studio-subject > div:nth-of-type(2)::after {
        top: 16px;
        height: 66px;
    }

    .studio-contents ul li.swiper-slide-prev {
        margin-left: -10px;
        margin-right: auto;
    }

    .studio-contents ul li.swiper-slide-next {
        margin-left: auto;
        margin-right: auto;
    }

    .studio-contents ul .swiper-slide-active {
        width: 280px;
        margin: 0 10px;
    }

    .studio-contents ul li .contents-post {
        height: 40px;
    }
    .studio-contents ul li .contents-post p {
        font-size: 14px;
    }

    .special-benefit-subject {
        padding: 4rem 0 2rem 0;
    }

    .special-benefit-subject p {
        font-size: 10px;
    }

    .special-benefit-subject h2 {
        font-size: 28px;
    }
    
    .special-bg img {
        left: 130%;
        width: 1500px;
    }
    .wedding-related ul li {
        margin-top: 30px;
    }
    .wedding-related ul li > div:nth-of-type(2) {
        padding-left: 1rem;
    }

    .wedding-related ul li .benefit-img img {
        width: 220px;
    }

    .wedding-related ul li h2 {
        font-size: 22px;
    }

    .wedding-related ul li p {
        font-size: 15px;
    }

    .wedding-related ul li h6 {
        font-size: 22px;
    }
    .wedding-related ul li h6 strong {
        font-size: 16px;
    }

    .wedding-related ul li .benefit-img {
        height: 160px;
    }

    .benefit-btn button {
        width: 180px;
        height: 45px;
    }

    .benefit-btn button p {
        font-size: 15px;
    }

    .benefit-btn button span {
        font-size: 24px;
    }


    .instagram-top > div {
        height: 80px;
    }

    .instagram-top p {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .instagram-img ul li {
        width: calc(100% / 3 - 5px);
        height: 100px;
    }

    .instagram-img ul li > img {
        width: 100%;
    }

    .instagram-img ul li:nth-of-type(1) > img,
    .instagram-img ul li:nth-of-type(4) > img {
        width: 120%;
    }

    .fleushouse {
        padding: 100px 0 80px 0;
    }

    .fleushouse-btn {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        background-color: white;
        z-index: 999999;
    }

    .fleushouse-btn button {
        width: 200px;
        height: 50px;
    }
    .fleushouse-btn button:hover {
        background-color: transparent; 
    }
    .fleushouse-btn button:hover p,
    .fleushouse-btn button:hover span {
        color: #8b665a;
    }

    .fleur_slide ul li .fleushouse-mobile {
        position: absolute;
        font-family: 'ONE-Mobile-Regular';
        color: #4e4e4e;
        width: 100%;
    }

    .fleur_slide ul .trendy .fleushouse-mobile {
        top: 82%;
        left: 0;
        transform: translateY(-82%);
    }

    .fleur_slide ul .partnership .fleushouse-mobile {
        bottom: 0px;
        left: 0;
    }

    .fleur_slide ul .visual .fleushouse-mobile {
        bottom: 40px;
        left: 0;
    }




    .fleushouse-mobile p {
        margin-top: 10px;
        font-size: 14px;
    }

    .fleushouse-mobile p:nth-of-type(1) {
        margin-top: 0;
    }



    .fleushouse .fleur_subject > div {
        width: 250px;
    }
    .fleushouse .fleur_subject::after {
        display: none;
    }



    /* DB */
    .contact .contact-form {
        margin-top: 60px;
    }
    .db-mobile-img {
        padding: auto;
        display: flex !important;
        justify-content: center;
    }
    
    .db-mobile-img img {
        width: 290px;
    }
    .contact .contact-form .form-choice .roduct-choice h4 {
        font-size: 18px;
    }
    .contact .contact-write .contact-write-text p {
        font-size: 14px;
    }
    .contact .contact-write p:nth-of-type(5) {
        margin-top: 30px;
    }
    .contact .contact-form .db-division > div:nth-of-type(2) {
        padding: 0 2rem;
    }

    .contact .contact-write h3 {
        font-size: 17px;
        padding-top: 65px;
        letter-spacing: 2px;
    }

    .contact .contact-write h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .contact .contact-form .form-choice .roduct-choice {
        width: 280px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(5) {
        border-radius: 0;
    }
    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(5) > label {
        width: auto;
        margin-left: 10px;
    }
    


    .db-division-btn {
        width: 270px;
        height: 50px;
    }

    .db-division-btn p {
        font-size: 18px;
    }


    .privacy-box {
        position: relative !important;
        width: 100%; 
        top: auto;
        left: auto;
        transform: translate(0,0);
        background-color: #fbfaf8;
        padding: 15px; 
        box-sizing: border-box; 
        height: 100px; 
        overflow-y: scroll; 
        font-size: 1.3rem; 
        line-height: 1.4em; 
        text-align: left;
        
    }
    .privacy-box p {
        position: absolute;
        top: 10px;
        padding-top: 0px;
    }

    .contact .contact-form .db-division > div:nth-of-type(2) > div:nth-of-type(4) {
        align-items: center;
    }




    /* 풋터 */
    .ft {
        padding: 0 1rem;
        height: 215px;
    }

    .ft .ft-logo {
        width: 100px;
    }

    .ft .ft-logo {
        width: 100px;
    }

    .ft .ft-write {
        flex-direction: column;
    }

    .ft .ft-write .ft-icon {
        padding-right: 0px;
        margin-top: 0;
    }

    .ft .ft-write .ft-icon > div {
        margin: 0 .7rem;
    }

    .ft .ft-write .ft-icon > div:nth-of-type(1) {
        margin: 0 .7rem 0 0;
    }
    .ft .ft-write .ft-icon > div img {
        width: 22px;
    }
    .ft .ft-write .ft-address {
        margin-top: 10px;
    }

    .ft .ft-write .ft-address p {
        font-size: 13px;
    }
    .ft .ft-write .ft-address p:nth-of-type(4) {
        margin-top: 15px;
    }




}





@media (max-width:399px) {
    .real-main {
        height: 495px;
    }

    .title1-m {
        width: 400px;
    }

    .title1-m button {
        width: 200px;
        height: 40px;
        
    }
    .title1-m button p {
        font-size: 15px;
    }

    .mySwiper-M iframe {
        height: 100%;
    }

    .db-mobile-img {
        padding: 0 0;
    }

    .db-mobile-img img {
        width: 80%;
    }

    .fleur_slide ul li.swiper-slide-active {
        width: 260px !important;
    }
    
    .fleur_slide ul li.swiper-slide-prev {
        margin-right: 10px;
        margin-left: -16%;
    }

    .fleur_slide ul li.swiper-slide-next {
        margin-right: -5%;
        margin-left: 10px;
    }

    .contact .contact-form .form-choice .roduct-choice {
        width: 80%;
    }

    /* .studio-contents ul li.swiper-slide-prev {
        margin-left: -13.5% !important;
    } */

    .ft .ft-logo {
        width: 80px;
    }

    .ft .ft-write .ft-address {
        margin-top: 10px;
    }

    .ft .ft-write .ft-address p {
        font-size: 11px;
    }
    .ft .ft-write .ft-icon > div {
        width: 24px;
    }

    .ft .ft-write .ft-icon > div img {
        width: 18px;
    }

}



@media (max-width:350px) {
    .wedding-related ul li h2 {
        font-size: 20px;
    }

    .wedding-related ul li p {
        font-size: 14px;
    }

    .wedding-related ul li h6 {
        font-size: 18px;
    }
}





