@charset "utf-8";

html,
body {
    overflow-x: hidden;
}

.section_padding_yo {
    padding: 168px 0 114px 0;
}

.con02 {
    background-color: #F1EBE4;
    padding: 1rem 0;
    position: relative;
     padding: 309px 0 179px 0;
}



.con02 .swiper {
    width: 100%;
    /* max-width: 1400px; */
    /* margin: 50px auto; */
    border-radius: 10px;
    overflow: visible;

}
.swiper-wrapper {
    /* min-height: 40rem; */
    display: flex;
    align-items: flex-end;
}

.con02 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 100%;
    /* aspect-ratio: 1 / 0.74; */
    height: 100%;
    border-radius: 24px;

}

.con02 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.con02 .center-overlay-controls {
     position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 59rem;
    display: flex
;
    justify-content: space-between;
    pointer-events: none;
    z-index: 9999;
}

/* @media screen and (max-width : 450px) {
    .con02 .center-overlay-controls {
            top: -35%;
    }
} */

.con02 .center-overlay-controls button {

border: 0.5px solid rgba(241, 235, 228, 0.20);
background: rgba(255, 255, 255, 0.10);
box-shadow: 1px 1px 2px 0px rgba(241, 235, 228, 0.40) inset, -1px -1px 2px 0px rgba(255, 255, 255, 0.70) inset, 0px 0px 2px 0px rgba(255, 255, 255, 0.90) inset, 0px 0px 20px 0px rgba(255, 255, 255, 0.10), 0px 6px 6px 0px rgba(96, 96, 96, 0.20);
    background-blend-mode: multiply;
backdrop-filter: blur(1.5px);
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* 버튼만 클릭 가능 */

}

.swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev {
    left: 0;
        top: 50%;
    transform: translateY(-50%);
}


.con02 .swiper-button-next:after,
.con02 .swiper-button-prev:after {
    font-size: 1rem;
}


.con02 .swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(1) !important;
    opacity: 0.6;
    /* aspect-ratio: unset; */
}

.con02 .swiper-slide-active {
        transform: scale(1.2) !important;
    opacity: 1;
    z-index: 10;
    /* margin-top: -4rem; */
}

@media all and (max-width:768px) {
    .content .con02 .swiper-slide-active,
    .content .con02 .swiper-slide 
     {
        transform: scale(1) !important;
    }
    .con02 .center-overlay-controls button {
            width: 40px;
    height: 40px;
    }

        .con02 {
        min-height: 300px !important;
        padding: 60px 0;
    }
    .con02 .swiper {
        margin: 0;
    }

}

.con02 .swiper-slide-active img {
    margin-top: -4rem;
    transform: translateY(-30px);
}

.swiper-slide img {
    border-radius: 24px;
    /* border: 1px solid var(--sub-be, #C0A888); */

}

.con04.section {
    padding: 198px 0 176px 0;
}

.con05.section {
    padding: 86px 0 249px 0;
}

.con06.section {
    padding: 180px 0 100px 0;
}
.con07.section {
    padding: 160px 0 160px 0;
}

.sectionFAQ {
    width: 100%;
    background-color: #f1ebe4;
    /* padding: 3rem 0; */
    padding: 134px 0 146px 0;
}

.sectionFAQ h1 {
    color: var(--sub-BR, #4F4538);
    /* H1-48 */
    font-family: Pretendard;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 48px */
    margin-bottom: 1rem;
    letter-spacing: -0.48px;
}

.accordion-item {
    background: transparent;
}

.sectionFAQ .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sectionFAQ .accordion-header button {
    color: var(--sub-BR, #4F4538);
    /* text-align: center; */
    /* H5-24 */
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.12px;
    border-top: 1px solid var(--brgr-100, #E9E0D4);
    border-bottom: 1px solid var(--brgr-100, #E9E0D4);
    background: transparent;
}

.accordion-body {
    background: var(--brgr-100, #E9E0D4);

    padding: 24px;
    color: var(--sub-BR, #4F4538);
    /* Body-16 */
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
}

.shadowBox {
    box-shadow: 179px 0px 50px 0px rgba(79, 69, 56, 0.00), 115px 0px 46px 0px rgba(79, 69, 56, 0.01), 64px 0px 39px 0px rgba(79, 69, 56, 0.05), 29px 0px 29px 0px rgba(79, 69, 56, 0.09), 7px 0px 16px 0px rgba(79, 69, 56, 0.10);
    border-radius:0 100% 100% 0;
}

.round {
    position: relative;
    aspect-ratio: 1/1;
    height: 100%;
    border-radius: 100%;
    /* border: 0.5px solid var(--sub-be, #C0A888); */
    background: var(--PRI-BE, #F1EBE4);
    clip-path: inset(0 0 0 50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;    /* 왼쪽 50%를 잘라냄 */

}
@import url('https://fonts.googleapis.com/css2?family=Medula+One&display=swap');
.medula-one-regular {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.round img {
    position: absolute;
 right: 10rem;
    top: 45%;
   color: #D18E8E;

text-align: center;
font-family: "Medula One", system-ui;
font-size: 128px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 128px */
 background: linear-gradient(#333, #111);
  background-clip: text;
  -webkit-background-clip: text;
letter-spacing: -1.28px;
}

.round h1 {
    color: #C18D77;
    text-align: center;
    font-family: Pretendard;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 90px */
    letter-spacing: -0.9px;
    margin-right: 10rem;
}

/* .round h1::after {
  content: 'FAQ';
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  z-index: -1;
  filter: blur(3px);
  opacity: 0.6;
  mix-blend-mode: multiply;
} */

.selectionWrap {
    gap: 4rem;
}

.selection {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    
    border-radius: 8px;

}

.selection a {
    padding: 1.25rem 3rem;
    color: var(--sub-be, #C0A888);
    text-align: center;
    /* Sub Title-20 */
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    background: var(--brgr-100, #E9E0D4);
    line-height: 100%;
    white-space: nowrap;
    min-width: 27rem;
    /* 20px */
    transition: all 0.5s;
    cursor: pointer;
}

.selection.active {

    gap: 0.5rem;



}

.selection:hover {

    gap: 0.5rem;



}

.selection.active a {
    color: var(--WH, #FCFCFC);
    background: var(--sub-BR, #4F4538);
    justify-content: flex-start;
    padding: 1.5rem 4.875rem;
}

.selection:hover a {
    color: var(--WH, #FCFCFC);
    background: var(--sub-BR, #4F4538);
    justify-content: flex-start;
    padding: 1.5rem 4.875rem;
}

.ml-1 {
    margin-left: 2.5rem;

}

.ml-2 {
    margin-left: 5rem;

}

.ml-3 {
    margin-left: 7.5rem;
}

.selectTextBox {
    justify-content: center;
    margin-left: 20rem;

}

#descriptionText {
    transition: all 0.5s ease;
    color: #4F4538;
text-align: center;
font-family: Pretendard;
font-size: 1.1rem;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
letter-spacing: 0.24px;
}

.selectTextBox p {
    color: var(--BK, #1A1A1A);
    /* Body-16 */
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
}

.con07 {
    background: var(--PRI-BE, #F1EBE4);
}

.con07 h1 {

color: var(--sub-BR, #4F4538);
text-align: center;
font-family: Pretendard;
font-size: 4.25rem;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 100px */
text-transform: uppercase;
margin-bottom: 70px;
}

.con07 .cardWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1580px;
    margin: 0 auto;
}

.con07 ul {
    padding-left: 0;
    display: flex;
    width: 100%;
    gap: 2.5rem;
}

.con07 ul li {
    aspect-ratio: 320 / 507;
    flex-shrink: 2;
}

.con07 ul li .cards:hover {


}

.con07 ul li .cards {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.con07 ul li .cards div {
    display: none;
    position: relative;
}

.con07 ul li .cards:hover div {
    display: block;
 
}
.con07 ul li .cards:hover .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.con07 ul li .cards:hover .button a {
    position: absolute;
    width: 100%;
    color: #000;

    text-align: center;
    /* H2-32 */
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    letter-spacing: -0.16px;
}
.con07 ul li .cards:hover .filter {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* .con07 ul li .nothing {
    background-image: url(/img/nothing.png);
}

.con07 ul li .social {
    background-image: url(/img/social.png);
}

.con07 ul li .material {
    background-image: url(/img/material.png);
}

.con07 ul li .product {
    background-image: url(/img/product.png);
} */



.loop_slide_txt h5 {
    color: #4F4538;
text-align: center;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
letter-spacing: 0.24px;
}

.loop_slide_txt p {
    color: #4F4538;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
letter-spacing: 0.16px;
}

.none_1400_mb {
    display: none !important;
}
.none_1400_pc {
    display: flex !important;
}


@media screen and (max-width: 1900px) {
    .round h1 {
            margin-right: 7rem;
    }
}

@media screen and (max-width: 1630px) {
    .round h1 {
               margin-right: 3rem;
    }
}

@media screen and (max-width: 1400px) {
.ml-3 {
    margin-left: 5.5rem;
}

.none_1400_mb {
    display: block !important;
}
.none_1400_pc {
    display: none !important;
}

}

@media screen and (max-width: 1200px) {
    .selectionWrap {
        gap: 2rem;
    }

    .selection a {
        padding: 1.25rem 2rem;
    }

    .selection:hover a {
        padding: 2rem 2.2rem;
    }

    .selection.active a {
        padding: 2rem 2.2rem;
    }

    .round h1 {
        right: 2.6875rem;
    }

    .selectTextBox {
        margin-left: 0;
        justify-content: center;
        margin-top: 4rem;
    }

}

@media screen and (max-width: 1000px) {
    .round h1 {
               margin-right: 2.5rem;
                   font-size: 75px;
    }

    .section_padding_yo {
    padding: 80px 0;
}
.loop_slide_txt h5 {
    font-size: 23px;
}
.loop_slide_txt p {
    font-size: 14px;
}
    .con05.section,
    .con06.section,
    .con07.section
     {
    padding: 60px 0;
}
    .sectionFAQ {
        padding: 5rem 0;
    }
    /* .con04.section, */


}

@media screen and (max-width: 768px) {
    
    .con02 .swiper-slide-active {
    padding: 0 5px;
}

.con02 .swiper-slide-active img {
    /* margin-top: -4rem; */
    transform: translateY(0);
}

}

