:root {
    --size-10: 0.5208vw;
    --size-11: 0.5729vw;
    --size-12: 0.6250vw;
    --size-13: 0.6771vw;
    --size-14: 0.7292vw;
    --size-15: 0.7812vw;
    --size-16: 0.8333vw;
    --size-17: 0.8854vw;
    --size-18: 0.9375vw;
    --size-19: 0.9896vw;
    --size-20: 1.0417vw;
    --size-21: 1.0938vw;
    --size-22: 1.1458vw;
    --size-23: 1.1979vw;
    --size-24: 1.2500vw;
    --size-25: 1.3021vw;
    --size-26: 1.3542vw;
    --size-27: 1.4062vw;
    --size-28: 1.4583vw;
    --size-29: 1.5104vw;
    --size-30: 1.5625vw;
    --size-31: 1.6146vw;
    --size-32: 1.6667vw;
    --size-33: 1.7188vw;
    --size-34: 1.7708vw;
    --size-35: 1.8229vw;
    --size-36: 1.8750vw;
    --size-37: 1.9271vw;
    --size-38: 1.9792vw;
    --size-39: 2.0312vw;
    --size-40: 2.0833vw;
    --size-41: 2.1354vw;
    --size-42: 2.1875vw;
    --size-43: 2.2396vw;
    --size-44: 2.2917vw;
    --size-45: 2.3438vw;
    --size-46: 2.3958vw;
    --size-47: 2.4479vw;
    --size-48: 2.5000vw;
    --size-49: 2.5521vw;
    --size-50: 2.6042vw;
    --size-51: 2.6562vw;
    --size-52: 2.7083vw;
    --size-53: 2.7604vw;
    --size-54: 2.8125vw;
    --size-55: 2.8646vw;
    --size-56: 2.9167vw;
    --size-57: 2.9688vw;
    --size-58: 3.0208vw;
    --size-59: 3.0729vw;
    --size-60: 3.1250vw;
    --size-61: 3.1771vw;
    --size-62: 3.2292vw;
    --size-63: 3.2812vw;
    --size-64: 3.3333vw;
    --size-65: 3.3854vw;
    --size-66: 3.4375vw;
    --size-67: 3.4896vw;
    --size-68: 3.5417vw;
    --size-69: 3.5938vw;
    --size-70: 3.6458vw;
    --size-78: 4.0625vw;
    --size-71: 3.6979vw;
    --size-72: 3.7500vw;
    --size-73: 3.8021vw;
    --size-74: 3.8542vw;
    --size-75: 3.9062vw;
    --size-76: 3.9583vw;
    --size-77: 4.0104vw;
    --size-78: 4.0625vw;
    --size-79: 4.1146vw;
    --size-80: 4.1667vw;
    --size-81: 4.2188vw;
    --size-82: 4.2708vw;
    --size-83: 4.3229vw;
    --size-84: 4.3750vw;
    --size-85: 4.4271vw;
    --size-86: 4.4792vw;
    --size-87: 4.5312vw;
    --size-88: 4.5833vw;
    --size-89: 4.6354vw;
    --size-90: 4.6875vw;
    --size-91: 4.7396vw;
    --size-92: 4.7917vw;
    --size-93: 4.8438vw;
    --size-94: 4.8958vw;
    --size-95: 4.9479vw;
    --size-96: 5.0000vw;
    --size-97: 5.0521vw;
    --size-98: 5.1042vw;
    --size-99: 5.1562vw;
    --size-100: 5.2083vw;
}
.container {
    display: none !important;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -10vw) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: var(--size-18);
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
/* section:not(.map_section) img {
    pointer-events: none;
} */
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.bold {
    font-weight: 700;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    overflow: hidden;
}
.slide_y {
    animation: marqueeY 20s infinite linear;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    width: 3.3334vw;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .arr_next {
    transform: rotateY(180deg);
} */
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.swiper-button-lock {
    display: flex;
}
div.swiper {
    margin: 0;
    z-index: 0;
    display: flex;
}
.swiper.absol {
    position: absolute;
}
b {
    font-weight: 700;
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 퍼블시작 */
:root {
    --m-color: #F76C5F;
}
.color01 {
    color: var(--m-color);
}
.font01 {
    line-height: 1;
}
.font02 {
    line-height: 0.85;
}
body {
    position: relative;
}
/* .design {
    top: -6vw;
    left: 0%;
    opacity: 0.2;
} */
.link_btn {
    width: 12.0833vw;
    height: 3.2292vw;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    font-size: var(--size-16);
    font-weight: 500;
    gap: 1vw;
}
.arrow_01 {
    width: 3.1771vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link_btn:hover .arrow_01 {
    animation: lRmove 1s infinite ease-in-out;
}
@keyframes lRmove {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(15%);
    }
/*     75% {
        transform: translateX(10%);
    } */
    100% {
        transform: translateX(0%);
    }
}

.intro {
    height: 48.1875vw;
    background-color: var(--m-color);
    z-index: 44444;
    top: 0%;
    clip-path: circle(70.7% at 50% 050%);
}
.intro_center {
    width: 29.948vw;
    height: 29.948vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE1DE;
}
.intro_center_wrap {
    width: 78.087%;
    height: 78.087%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--m-color);
}
.intro_center_item_wrap {
    width: 83.7417%;
    height: 83.7417%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.intro_02 {
    width: 58.7766%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_tt {
    color: #ffe1de;
    font-size: var(--size-100);
    overflow: hidden;
}
.intro_tt01 {
    right: 27vw;
}
.intro_tt02 {
    left: 27vw;
}
.main_wrap {
    background-color: #FFF1ED;
}
.main_row_wrap {
    width: 96.063%;
    height: 37.9167vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 0vw 0vw 0vw 14vw;
    align-self: flex-end;
    margin-bottom: 5vw;
}
.main_tt01 {
    font-size: var(--size-40);
    margin-bottom: 0.5vw;
}
.main_tt01 span {
    color: var(--m-color);
}
.main_tt02 {
    font-size: var(--size-50);
    margin-bottom: 3vw;
}
.main_tt03 {
    font-size: var(--size-22);
    font-weight: 500; 
    line-height: 1.5;
}
.main_row01 {
    margin-left: 10vw;
    margin-top: 13vw;
}
.main_row01_item {
    top: 0%;
    left: 0%;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(5%);
    pointer-events: none;
    position: absolute;
}
.main_row01_item.main_change {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
}
.main_row01_item1 {
    position: relative;
}
.main_btn {
    margin-top: 4vw;
}
.main_row02 {
    width: 48.9583vw;
    height: 30.625vw;
    border-radius: 0vw 0vw 0vw 14vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_slide_img {
    height: 100%;
}
div.main_pagi {
    width: 10%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
    font-family: 'pretendard Variable';
    font-weight: 700;
    font-size: var(--size-20);
    right: 20%;
    bottom: 15%;
    left: auto;
    top: auto;
}
div.main_pagi .swiper-pagination-current {
    background-color: #fff;
    color: #000;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.main_video_wrap {
    width: 70%;
    height: 39.1vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    margin-bottom: 5vw;
}
.main_video {
    height: 100%;
    background-color: #747171;
}
.main_video iframe {
    pointer-events: all;
}
.main_video_arr_prev {
        left: 11%;
}
.main_video_arr_next {
        right: 11%;
}
.acon01 {
    gap: 2vw;
    padding-bottom: 5vw;
}
.acon01_row {
    width: 39.8951%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.acon01_row01 {
    border-radius: 5vw 5vw 0vw 5vw;
}
.acon01_row02 {
    border-radius: 5vw 5vw 5vw 0vw;
}
.acon01_row_tt_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 16%;
}
.acon01_row_tt01 {
    font-size: var(--size-22);
    font-weight: 700;
    margin-bottom: 1vw;
    overflow: hidden;
}
.acon01_row_tt02 {
    font-size: var(--size-35);
    font-weight: 700;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.acon1_01 {
    width: 32.3685%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
}
.acon1_02a {
    width: 38.5527%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 0%;
}
.acon1_02 {
    width: 59.0445%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -13%;
    left: 19%;
}
.acon02 {
    background-image: url(/images/acon2_bg.jpg);
    padding-top: 5vw;
    padding-bottom: 8vw;
}
.acon02_tt01 {
    font-size: var(--size-30);
    margin-bottom: 1vw;
    overflow: hidden;
}
.acon02_tt02 {
    font-size: var(--size-50);
    margin-bottom: 2vw;
    overflow: hidden;
}
.acon02_tt03 {
    font-size: var(--size-20);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 3vw;
}
.acon02_row {
    width: 23.0972%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.acon02_row02 {
    width: 25.092%;
}
.acon2_02b {
    width: 90.7951%;
    display: flex;
    justify-content: center;
    align-items: center; 
    top: 10%;
}
.acon2_02 {
    width: 46.2344%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -11%;
    bottom: 19%;
    animation: ddm 3s infinite linear;
}
.acon2_02a {
    width: 50.4185%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    top: 28%;
    animation: ddm2 3s infinite linear;
}
.acon02_row_tt01 {
    font-size: var(--size-22);
    font-weight: 700;
    padding: 0.5vw 1.2vw;
    border-radius: 50vw;
    border: 1px solid #b2afaf;
    margin-bottom: 1vw;
}
.acon02_row_tt02 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1vw;
}
.acon02_row_tt02_1 {
    font-size: 5.3646vw;
}
.acon02_row_tt02_2 {
    font-size: var(--size-40);
}
.acon02_row_tt03 {
    font-size: var(--size-20);
    font-weight: 400;
}
.acon02_row_cover {
    padding-top: 5vw;
}
.acon03 {
    padding-top: 5vw;
}
.acon03_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.4vw;
}
.acon03_title {
    font-size: var(--size-50);
    overflow: hidden;
}
.acon03_title {
    margin-left: 15.7vw;
}
.acon03_btn {
    margin-right: 12.1vw;
}
.acon03_slide_wrap {
    margin-bottom: 7vw;
}
div.acon03_slide {
    width: 73.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5vw;
}
.acon03_slide_img_cover {
    width: 16.0938vw;
    height: 16.0938vw;
    border-radius: 50%;
    background-color: #FFF1ED;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon03_slide_img {
    width: 88.9968%;
    height: 88.9968%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.acon03_slide_tt {
    width: 80%;
    font-size: var(--size-20);
    font-weight: 500;
    margin-top: 1vw;
}
.acon03_slide_tt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.acon03_slide_balloon {
    width: 4.7917vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.5vw;
    opacity: 0;
    pointer-events: none;
}
.acon03_slide_item_h {
    height: 100%;
    background-color: #ffffff7e;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 50%;
}
.acon03_slide_item_h p {
    width: 7.7604vw;
    height: 3.0208vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    font-size: var(--size-20);
    font-weight: 600;
}
.acon03_slide_item {
    cursor: pointer;
}
.acon03_arr {
    top: 39%;
}
.acon03_arr_prev {
    left: 9%;
}
.acon03_arr_next {
    right: 9%;
}
.acon3_05b {
    width: 94.4883%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 50vw;
}
.acon3_05 {
    width: 3.0001%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon3_05a {
    width: 113.1112%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04 {
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.acon04_top {
    margin-bottom: 3vw;
}
.acon04_row_wrap {
    gap: 0.5vw;
    margin-bottom: 3.7vw;
}
.acon04_row {
    width: 24.5833vw;
    height: 23.3854vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE1DE;
    overflow: hidden;
}
.acon04_row01 {
    border-radius: 5vw 5vw 5vw 0vw;
}
.acon04_row02 {
    background-color: #FFF1ED;
    border-radius: 5vw;
}
.acon04_row03 {
    border-radius: 5vw 0vw 5vw 5vw;
}
.acon4_01 {
    width: 40.0425%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    top: 1%;
}
.acon4_02 {
    width: 122.246%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon4_02a {
    width: 74.5764%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
    left: 12%;
}
.acon4_02b {
    width: 30.5086%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    bottom: 0%;
}
.acon04_row_main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 5.6vw;
}
.acon04_row_tt01 {
    font-size: var(--size-65);
    margin-bottom: 2vw;
}
.acon04_row_tt02 {
    font-size: var(--size-26);
    margin-bottom: 1.5vw;
    font-weight: 800;
}
.acon04_row_tt03 {
    font-weight: 500;
    line-height: 1.5;
}
.acon4_03a {
    width: 10.6563%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon4_03 {
    width: 6.40404%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_bot_row_wrap {
    gap: 0.5vw;
    font-size: var(--size-80);
    color: #FFF1ED;
    /* margin-left: 3vw; */
}
.acon04_bot_row_wrap p {
    transition: color 0.3s;
}
.acon04_bot_row_wrap p.acon04_change {
    color: #ffe1de;
}
.acon05 {
    background-image: url(/images/acon5_bg.jpg);
    padding: 8vw 0;
}
.acon05_slide_item {
    width: 34.948vw;
    height: 14.0625vw;
    background-color: #fff;
    border-radius: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}
.acon05_slide_img_wrap {
    width: 8.8021vw;
    height: 8.8021vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon05_slide_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #00000018;
}
/* .acon05_review_name {
    width: 5.8333vw;
    height: 1.9792vw;
    border-radius: 50vw;
    background-color: #fff1ed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-17);
    font-weight: 700;
    bottom: -5%;
} */
.acon05_slide_tt_wrap {
    width: 54%;
    height: 55%;
    font-size: var(--size-18);
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
}
.acon05_main {
    gap: 1.5vw;
}
.acon05_right {
    width: 33.7008%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--m-color);
    right: 0%;
    border-radius: 17vw 0vw 0vw 5vw;
    overflow: hidden;
}
.acon05_right_tt_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 7vw;
    margin-bottom: 6vw;
}
.acon05_right_tt01 {
    font-size: var(--size-50);
    margin-bottom: 2vw;
}
.acon05_right_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    margin-bottom: 2.5vw;
}
.acon5_01 {
    width: 83.645%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -27%;
    bottom: 0%;
}
.acon06 {
    background-image: url(/images/acon6_bg.jpg);
    padding-top: 10vw;
    padding-bottom: 12.3vw;
}
.acon06_title {
    align-self: flex-start;
    margin-bottom: 3vw;
}
.acon06_main {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1vw 0;
    z-index: 1;
}
.acon06_row {
    width: 14.5313vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -2vw;
}
.acon6_01 {
    width: 51.7061%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    margin-top: -1vw;
}
.acon07 {
    padding-top: 5vw;
    padding-bottom: 6vw;
}
.acon07_main {
    width: 75.5906%;
    height: 16.9554vw;
    background-color: #C9D4F9;
    border-radius: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.acon07_tt_wrap {
    align-self: flex-start;
    margin-left: 5.8333vw;
}
.acon07_tt01 {
    font-size: var(--size-22);
    text-transform: uppercase;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.acon07_tt02 {
    font-size: var(--size-35);
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.acon07_tt03 {
    font-size: var(--size-19);
    line-height: 1.5;
}
.acon7_01 {
    width: 38.264%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    bottom: 14%;
}
.acon07_btn {
    right: 7%;
    bottom: 15%;
}
.acon7_01a {
    mix-blend-mode: multiply;
}

/* sub */
.sub {
    padding-top: 0.8vw;
    background-color: #FFF1ED;
}
.sub_main {
    width: 94.4883%;
    height: 29.2709vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(/images/b1con1_bg.jpg);
    border-radius: 2vw;
}
.sub_tt01 {
    font-size: var(--size-45);
    margin-bottom: 0.7vw;
    margin-top: 3vw;
    overflow: hidden;
}
.sub_tt02 {
 color: #ffe1de;   
 text-transform: uppercase;
 letter-spacing: 0.01vw;
 overflow: hidden;
}
/* sub */
/* header02 */
.header02 {
    top: 0vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    margin-bottom: -6vw;
    overflow: visible;
    z-index: 1111;
}
div.sub_tab_wrap {
    height: 6vw;
    align-items: flex-end;
}
div.sub_tab {
    width: 88.189%;
    height: 4.2188vw;
    position: absolute;
    gap: 9vw;
    /* top: 0vw; */
    background-color: #fff;
    transition: all 0.3s;
    filter: drop-shadow(0 0 0.625vw rgba(247,108,95,0.2));
    border-radius: 50vw;
}
.sub_tab a {
    height: 100%;
    padding: 0 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s;  
  position: relative;
}
.sub_tab a::after {
    content: '';
    width: 0%;
    height: 0.26vw;
    bottom: 0%;
    position: absolute;
    background-color: var(--m-color);
    transition: width 0.3s;
}
.sub_tab a:hover {
    color: var(--m-color);
    font-weight: 700;
}
.sub_tab a:hover::after {
    width: 100%;
}
.sub_tab a.sub_change {
    color: var(--m-color);
    font-weight: 700;
}
.sub_tab a.sub_change::after {
    width: 100%;
}
.sub_tab.drop {
    top: 7vw;
    z-index: 9998;
}
.sub_tab.insert {
    top: 1vw;
    z-index: 9998;
}
/* header02 */
.bcon_main {
    display: none;
}
.bcon_main.bcon_change {
    display: flex;
}

.b1con02 {
    background-image: url(/images/b1con2_bg.jpg);
    padding-top: 7vw;
    
}
.b1con2_mid {
    width: 48.504%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b1con2_11 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.b1con2_mid_tt01 {
    font-size: var(--size-45);
    line-height: 1.3;
    margin-bottom: 1.5vw;
}
.b1con2_mid_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
}
.b1con2_mid_cover {
    padding-top: 11vw;
}
div.b1con02_bot {
    border-top: 1px solid #ffe1de;
    border-bottom: 1px solid #ffe1de;
    padding: 0.5vw 0;
    bottom: 0%;
}
.b1con2_04 {
    width: 11.7061%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
    left: 22%;
}
.b1con2_02 {
    width: 47.2945%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 48vw;
    top: 15vw;
}
.b1con2_03 {
    width: 43.6148%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 48vw;
    top: 16vw;
}
.b1con02_powder_circle {
    width: 1.40703%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b1con02_powder {
    animation: shakeAndFall 4s infinite linear;
}
.b1con02_powder01 {
    left: -7%;
    top: 28%;
}
.b1con02_powder02 {
    left: 21%;
    top: 14%;
    animation-delay: -0.4s;
}
.b1con02_powder03 {
    right: 8%;
    top: 32%;
    animation-delay: -1s;
}
.b1con02_powder04 {
    right: -1%;
    top: 23%;
    animation-delay: -1.4s;
}
.b1con02_powder05 {
    width: 1.94815%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 19%;
    animation-delay: -1.8s;
}
.b1con02_powder06 {
    width: 2.1646%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 34%;
    animation-delay: -2.1s;
}
.b1con02_powder07 {
    width: 1.94815%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30%;
    top: 15%;
    animation-delay: -2.7s;
}
.b1con02_powder08 {
    width: 2.70573%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
    top: 14%;
    animation-delay: -3.2s;
}
.b1con03 {
    padding-top: 6vw;
    padding-bottom: 5vw;
}
.b1con03_subtitle {
    font-size: var(--size-20);
    margin-right: auto;
    margin-top: 1vw;
    margin-left: 1vw;
}
.b1con03_slide_item {
    width: 25.7813vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    cursor: pointer;
}
.b1con03_slide_img {
    height: 14.0105vw;
    overflow: hidden;
    border-radius: 2.5vw;
}
.b1con03_slide_tt {
    font-size: var(--size-19);
    margin-top: 1vw;
}
.b1con03_slide_tt p {
    width: 82%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .b1con03_slide_name {
    width: 5.8334vw;
    height: 1.9792vw;
    background-color: #fff;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-17);
    font-weight: 700;
    left: 7.5%;
    bottom: 12%;
} */
.b1con03_slide_arr_wrap {
    gap: 0.7vw;
    margin-top: 2vw;
}

.b1con04 {
    background-color: #FFF1ED;
    padding-top: 6vw;
    gap: 9vw;
    padding-bottom: 6vw;
}
.b1con4_01 {
    width: 37.5695%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    bottom: 21%;
}
.b1con05 {
    /* background-position: bottom; */
    background-image: url(/images/b1con5_bg.jpg);
    padding-top: 5vw;
}
.b1con05_tt01 {
    font-size: var(--size-20);
    margin-bottom: 2vw;
    overflow: hidden;
}
.b1con05_tt02 {
    font-size: var(--size-30);
    text-align: center;
    margin-bottom: 0.7vw;
}
.b1con05_tt03 {
    font-size: var(--size-45);
    text-align: center;
    margin-bottom: 4vw;
}
.b1con05_row_wrap {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3.85vw 0;
    margin-bottom: 7vw;
}
.b1con05_row {
    width: 15.1042vw;
    height: 12.1354vw;
    background-color: #fff;
    border-radius: 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 1.56vw;
    box-sizing: border-box;
    filter: drop-shadow(0 0 0.625vw rgba(247,108,95,0.2));
    transition: all 0.3s;
}
.b1con05_row.b1con05_change {
    background-color: var(--m-color);
    color: #fff;
}
.b1con05_row.b1con05_change .b1con05_row_tt02 {
    color: #fff;
}
.b1con05_row_tt_wrap {
    width:  62.069%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.b1con05_row_num {
    align-self: flex-end;
    margin-bottom: 2vw;
}
.b1con05_row_tt01 {
    font-size: var(--size-26);
    font-weight: 700;
    margin-bottom: 1vw;
    white-space: nowrap;
}
.b1con05_row_tt02 {
    font-weight: 500;
    color: #747171;
    transition: color 0.3s;
    line-height: 1.5;
    white-space: nowrap;
}
.b1con5_01 {
    width: 146.313%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.b1con5_02 {
    width: 75.1909%;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-bottom: 0.6vw;
    opacity: 0.3;
}
.b1con06 {
    padding-bottom: 6vw;
}
.b1con06_subtitle {
    font-size: var(--size-26);
    margin-right: auto;
    margin-left: 1vw;
    margin-top: 0.7vw;
}
.b1con06_top {
    margin-bottom: 5vw;
    margin-top: 5vw;
}
.b1con06_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.b1con06_tab_wrap {
    width: 13.5958%;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    margin-left: 15.7vw;
    gap: 0.5vw;
}
.b1con06_tab {
    width: 100%;
    height: 3.2813vw;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    border-radius: 50vw;
    background-color: #FFF7F5;
    font-weight: 600;
    font-size: var(--size-20);
    color: #1f1e1e;
    cursor: pointer;
    transition: all 0.3s;
}
.b1con06_tab_tt {
    align-self: flex-start;
    margin-left: 2vw;
}
.b1con6_01 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    right: -0.1%;
    opacity: 0;
    transition: opacity 0.3s;
}
.b1con6_01 > img {
    width: unset !important;
    height: 100%;
}
.b1con06_tab.b1con06_change {
    background-color: var(--m-color);
    color: #fff;
}
.b1con06_tab.b1con06_change .b1con6_01 {
    opacity: 1;
}
.b1con06_right {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 5vw;
}
.b1con06_box_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.b1con06_box.absol {
    position: absolute;
}
.b1con06_box {
    top: 0%;
    opacity: 0;
    transform: translateY(10%);
    pointer-events: none;
    transition: all 0.3s;
}
.b1con06_box.b1con06_change {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: all;
}
.b1con06_box_item {
    width: 16.0938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.b1con06_box_circle {
    width: 100%;
    height: 16.0938vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    background-color: #FFF1ED;
}
.b1con06_box_img {
    width: 88.9968%;
    height: 88.9968%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}
.b1con06_box_tt {
    margin-top: 1.5vw;
}
.b1con06_box_tt p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 600;
    font-size: var(--size-20);
}
.b1con06_arr_wrap {
    gap: 0.7vw;
    margin-top: 2.5vw;
}
.b1con07_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b1con07_left {
    width: 32.441%;
    height: 38.0209vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background-color: var(--m-color);
    border-radius: 0vw 17vw 5vw 0vw;
}
.b1con07_left_tt01 {
    font-size: var(--size-20);
    margin-bottom: 2.5vw;
}
.b1con07_left_tt02 {
    font-size: var(--size-40);
    margin-bottom: 0.5vw;
}
.b1con7_01 {
    width: 10.7813vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b1con07_left_tt03 {
    margin-top: 0.5vw;
    font-size: var(--size-45);
    margin-bottom: 2vw;
}
.b1con07_left_tt04 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
}
.b1con07_right {
    width: 63%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.b1con07_slide_item {
    width: 22.8125vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.b1con07_pagi {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    top: 0 !important;
    bottom: 0 !important;
}
.b1con07_pagi .swiper-pagination-bullet {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-size: var(--size-22);
    font-family: 'YeogiOttaeJalnan';
    color: #FFF1ED;
    opacity: 1;
    transition: color 0.3s;
}
.b1con07_pagi .swiper-pagination-bullet-active {
    color: var(--m-color);
}
.b1con07_right_line {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b1con7_02a {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b1con07_right_line_wrap {
    gap: 2vw;
}
.b1con07_pagi_wrap {
    margin-bottom: 3vw;
}
.b1con08 {
    background-color: #FFF1ED;
    padding-top: 4vw;
    padding-bottom: 6vw;
}
.b1con08_main {
    width: 94.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2.5vw;
    padding-top: 5vw;
    overflow: hidden;
}
.b1con8_01 {
    width: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.b1con08_tt01 {
    font-size: var(--size-20);
    margin-bottom: 3vw;
    overflow: hidden;
}
.b1con08_tt02 {
    font-size: var(--size-30);
    margin-bottom: 0.7vw;
    overflow: hidden;
}
.b1con08_tt03 {
    font-size: var(--size-45);
    margin-bottom: 2vw;
}
.b1con08_tt04 {
    font-size: var(--size-20);
    text-align: center;
    font-weight: 500;
    color: #4c4848;
    line-height: 1.3;
    margin-bottom: 2.5vw;
}
.b1con08_line {
    height: 1px;
    background-color: #E6E6E6;
    margin-bottom: 2vw;
}
.b1con08_col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.23vw 0;
}
.b1con08_col:nth-child(2n) {
    background-color: #FAFAFA;
}
.b1con08_col_num {
    width: 1.77788%;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-left: 18.9583vw;
}
.b1con08_col_title {
    width: 18.75vw;
    font-size: var(--size-25);
    font-weight: 700;
    margin-left: 3.3854vw;
}
.b1con08_col_tt {
    line-height: 1.5;
}
.b1con08_col10_right {
    width: 36.8229vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;  
    flex-direction: column;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 1vw;
    background-color: #fff;
    margin-left: -2vw;
}
.b1con08_col10_right_top_row {
    width: 50%;
    height: 11.5104vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 2vw;
    padding-left: 2.5vw;
}
.b1con08_col10_right_top_row:first-child {
    border-right: 1px solid #E6E6E6;
}
.b1con08_col10_tt01 {
    font-weight: 700;
    margin-bottom: 0.7vw;
}
.b1con08_col10_tt02 {
    line-height: 1.5;
}
.b1con08_col10_tt02_15 {
    font-size: var(--size-15);
}
.b1con08_col10_right_bot {
    width: 100%;
    padding: 2vw 3vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
}
.b1con8_03 {
    width: 23.5697%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
}
.b1con09 {
    background-color: #C9D4F9;
    height: 17.8646vw;
}
.b1con09_tt_wrap {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 17.9688vw;
}
.b1con09_tt01 {
    font-size: var(--size-22);
    font-weight: 700;
    margin-bottom: 0.5vw;
    overflow: hidden;
}
.b1con09_tt02 {
    font-size: var(--size-35);
    font-weight: 700;
    margin-bottom: 2vw;
    overflow: hidden;
}
.b1con09_tt03 {
    font-size: var(--size-19);
    font-weight: 500;
    line-height: 1.5;
}
.b1con9_01 {
    width: 19.4227%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    animation: ddm 6s infinite linear;
}
.b1con09_btn {
    right: 19%;
    bottom: 23%;
}
.b2con02 {
    background-image: url(/images/b2con2_bg.jpg);
    padding-top: 1vw;
}
.b2con2_mid_cover {
    padding-top: 17vw;
}
.b2con2_02 {
    width: 60.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b2con2_02 > img {
    opacity: 0;
}
.b2con2_01 {
    width: 24.5251%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.b2con02_bot {
    padding: 5vw 0 6vw;
}
.b2con02_mini_circle_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.7vw;
    top: 18%;
}
.b2con02_mini_circle_wrap01 {
    left: 0%;
    flex-direction: column-reverse;
}
.b2con02_mini_circle_wrap02 {
    right: 0%;
}
.b2con02_mini_circle {
    width: 4.948vw;
    height: 4.948vw;
    background-color: #f7b3ac;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: background .3s;
}
.b2con02_mini_circle.b2con02_change {
    background-color: #000;
}
.b2con02_mini_circle02 {
    left: 1vw;
}
.b2con02_mini_circle03 {
    left: 4vw;
}
.b2con02_mini_circle04 {
    left: 8vw;
}
.b2con02_mini_circle07 {
    right: 1vw;
}
.b2con02_mini_circle06 {
    right: 4vw;
}
.b2con02_mini_circle05 {
    right: 8vw;
}




.b2con3_bg {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b2con3_03 {
    left: 0%;
    width: 64.7397%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b2con03_left_tt {
    font-size: var(--size-65);
    line-height: 1.2;
    left: 15.2%;
    top: 26%;
}
.b2con03_right {
    width: 39.5801%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #FFE1DE;
    right: 0%;
    border-radius: 17vw 0vw 0vw 5vw;
    overflow: hidden;
}
.b2con3_02 {
    width: 71.2203%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5vw;
    align-self: flex-end;
    margin-right: -5vw;
}
.b2con03_right_tt_wrap {
    margin-top: 4vw;
    align-self: flex-start;
    margin-left: 7vw;
}
.b2con03_right_tt01 {
    font-size: var(--size-30);
    margin-bottom: 0.7vw;
}
.b2con03_right_tt02 {
    font-size: var(--size-45);
    color: var(--m-color);
    margin-bottom: 2vw;
}
.b2con03_right_tt03 {
    font-size: var(--size-20);
    font-weight: 500;
    color: #4c4848;
    line-height: 1.4;
}
.b2con03_yslide_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11.5%;
    gap: 1vw;
}
.b2con03_yslide {
    width: 9.4271vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b2con04 {
    padding-top: 6vw;
    padding-bottom: 4vw;
}
.b2con04_tt01 {
    font-size: var(--size-20);
    margin-bottom: 1.5vw;}
.b2con04_tt02 {
    font-size: var(--size-45);
    margin-bottom: 1.5vw;
}
.b2con04_tt03 {
    font-size: var(--size-20);
    color: #4c4848;
    font-weight: 500;
    margin-bottom: 3vw;
}
.b2con04_row_wrap {
    gap: 0.7vw;
}
.b2con04_row {
    width: 24.777%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.b2con04_row01 {
    border-radius: 6vw 6vw 6vw 0vw;
}
.b2con04_row02 {
    border-radius: 6vw 6vw 6vw 6vw;
}
.b2con04_row03 {
    border-radius: 6vw 0vw 6vw 6vw;
}
.b2con09 .b1con07_slide_item {
    width: 23.073vw;
}
.b2con10 {
    background-color: #FFF1ED;
    padding-top: 3vw;
}
.b2con10_main {
    width: 94.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 4.4vw;
    border-radius: 2.5vw;
    background-color: #fff;
    filter: drop-shadow(0px 0.3125vw 0.9375vw rgba(0,0,0,0.02));
    overflow: hidden;
}
.b2con10_01 {
    width: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7vw;
}
.b2con10_tt01 {
    font-size: var(--size-20);
    margin-bottom: 3vw;
}
.b2con10_tt02 {
    font-size: var(--size-45);
    margin-bottom: 1.7vw;
}
.b2con10_tt03 {
    font-size: var(--size-20);
    font-weight: 500;
    color: #4c4848;
    line-height: 1.3;
    margin-bottom: 2.7vw;
}
.b2con10_line {
    height: 1px;
    background-color: #E6E6E6;
}
.b2con10_col {
    padding: 3.3854vw 0;
    gap: 11vw;
}
.b2con10_col02 {
    background-color: #FAFAFA;
}
.b2con10_row {
    width: 26%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3.3854vw;
}
.b2con10_row_num {
    width: 1.6667vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b2con10_row_tt01 {
    font-size: var(--size-25);
    font-weight: 700;
    line-height: 1.4;
}
.b2con10_row_tt02 {
    margin-top: 0.5vw;
}





.b2con05 {
    background-color: #FFF1ED;
    padding-top: 5vw;
}
.b2con05_tt01 {
    font-size: var(--size-20);
    margin-bottom: 2vw;
}
.b2con05_tt02 {
    font-size: var(--size-30);
    margin-bottom: 0.7vw;
}
.b2con05_tt03 {
    font-size: var(--size-45);
    margin-bottom: 6vw;
}
.b2con05_row_wrap {
    gap: 1vw;
    z-index: 1;
}
.b2con05_row {
    width: 18.4896vw;
    height: 18.073vw;
    filter: drop-shadow(0 0 0.625vw rgba(247,108,95,0.2));
    background-color: #fff;
    transition-property: background, color, transform;
    transition-duration: 0.3s;
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 3.6vw;
    white-space: nowrap;
}
.b2con05_row.b2con05_change {
    color: #fff;
    background-color: var(--m-color);
    transform: translateY(-2vw);
}
.b2con05_row.b2con05_change .b2con05_row_tt02 {
    color: #fff;
}
.b2con05_row.b2con05_change .b2con05_row_icon {
    filter: invert(1);
}
.b2con05_row_tt_wrap {
    width: 62.2535%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.b2con05_row_num {
    margin-bottom: 3vw;
}
.b2con05_row_tt01 {
    font-size: var(--size-26);
    font-weight: 700;
    margin-bottom: 1.5vw;
}
.b2con05_row_tt02 {
    font-weight: 500;
    color: #747171;
    line-height: 1.5;
    transition: color 0.3s;
}
.b2con05_row_icon {
    width: 18.8733%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
    top: 12%;
    transition: filter 0.3s;
}
.b2con8_01 {
    width: 51.7061%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.1vw;
    margin-bottom: 5vw;
}
.b2con10_06 {
    width: 23.4647%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 6vw;
}
.b3con02 {
    padding-top: 13vw;
    padding-bottom: 3.5vw;
}
.b3con02_bg {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    pointer-events: none;
}
.b3con02_tt_wrap {
    width: 69.0814%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.b3con2_01 {
    width: 11.6667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
    margin-left: -1vw;
}
.b3con02_tt01 {
    font-size: var(--size-45);
    line-height: 1.3;
    margin-bottom: 2.5vw;
}
.b3con02_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
}
.b3con02_right {
    width: 37.6904%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: 4.2vw;
}
.b3con03 {
    padding-bottom: 6vw;
}
.b3con03_main {
    width: 69.0814%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4vw 0;
}
.b3con03_row {
    width: 50%;
    height: 16.5625vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.b3con03_row_tt_bg {
    background-color: #fff;
    filter: drop-shadow(0 0 0.625vw rgba(247, 108, 95, 0.2));
}
.b3con03_row_img_bg {
    background-color: #ffe0dd;
}
.b3con03_row:nth-child(odd) {
    border-radius: 5vw 0 0 5vw;
    align-items: flex-end;
}
.b3con03_row:nth-child(even) {
    border-radius: 0 5vw 5vw 0;
    align-items: flex-start;
}
.b3con03_row_img {
    width: 96.5047%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.b3con03_row:nth-child(odd) .b3con03_row_img {
    border-radius: 5vw 0 0 5vw;
}
.b3con03_row:nth-child(even) .b3con03_row_img {
    border-radius: 0 5vw 5vw 0;
}
.b3con03_row_tt_wrap {
    margin-top: 2vw;
}
.b3con03_row_tt01 {
    font-size: var(--size-26);
    margin-bottom: 1.2vw;
    font-weight: 800;
}
.b3con03_row_tt02 {
    font-weight: 500;
    line-height: 1.5;
}
.b3con03_row:nth-child(odd) .b3con03_row_tt_wrap {
    margin-left: 9vw;
    align-self: flex-start;
}
.b3con03_row:nth-child(odd) .b3con03_row_num {
    left: 14%;
}
.b3con03_row:nth-child(even) .b3con03_row_tt_wrap {
    margin-left: 5vw;
}
.b3con03_row:nth-child(even) .b3con03_row_num {
    right: 14%;
}
.b3con03_row_num {
    top: 17%;
}
.b3con04 {
    height: 42.6042vw;
    background-image: url(/images/b3con4_bg.jpg);
    background-attachment: fixed;
    background-position: center;
}
.b3con04_main {
    height: 66%;
    border-top: 1px solid #928380;
    border-bottom: 1px solid #928380;
}
.b3con04_tt01 {
    font-size: var(--size-45);
    margin-bottom: 1.3vw;
}
.b3con04_row {
    gap: 0.4vw;
    margin-bottom: 2vw;
}
.b3con04_row_item {
    height: 3.75vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b3con04_row_item img {
    width: unset !important;
    height: 100%;
}
.b3con04_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.5;
}
.b3con04_absol {
    height: 4.8438vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.b3con04_absol img {
    width: unset !important;
    height: 100%;
}
.b3con04_absol01 {
    left: 3%;
}
.b3con04_absol02 {
    right: 4%;
}
.b3con05 {
    background-image: url(/images/b3con5_bg.jpg);
    padding-top: 6vw;
    padding-bottom: 5vw;
}
.b3con05_title {
    align-self: flex-start;
    margin-bottom: 2.5vw;
}
.b3con05_main {
    margin-bottom: 7vw;
}
.b3con05_row {
    width: 20.6825%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -1.2vw;
}
.b3con05_row.b3con5_change .b3con05_row_h {
    opacity: 1;
    scale: 1;
}
.b3con05_row_h {
    width: 113.706%;
    display: flex;
    justify-content: center;
    align-items: center; 
    opacity: 0;
    scale: 0.85;
    transition-property: opacity, scale;
    transition-duration: 0.3s;
}
.b3con05_row_tt_wrap {
    padding-top: 5vw;
}
.b3con05_row_tt01 {
    margin-bottom: 2vw;
}
.b3con05_row_tt02 {
    font-size: var(--size-32);
    margin-bottom: 2vw;
}
.b3con05_row_tt03 {
    color: #747171;
    font-weight: 500; 
    line-height: 1.4;
}
.b3con05_bot_tt01 {
    font-size: var(--size-30);
    margin-bottom: 0.6vw;
}
.b3con05_bot_tt02 {
    font-size: var(--size-45);
    margin-bottom: 3.5vw;
}
.b3con5_02 {
    width: 23.6746%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon {
    display: none;
}
.ccon.ccon_change {
    display: flex;
}
.ccon_top {
    padding-top: 11vw;
    background-image: url(/images/ccon_bg.jpg);
    background-size: 100%;
}
.ccon_top_img {
    height: 2.7605vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.ccon_top_img > img {
    width: unset !important;
    height: 100%;
}
.ccon_title {
    font-size: var(--size-45);
    margin-bottom: 1.5vw;
}
.ccon_subtitle {
    font-size: var(--size-20);
}
.ccon .acon03_slide_wrap {
    margin-top: 3vw;
}
.ccon_03 {
    width: 176.588%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw 0;
    border-top: 1px solid #FFE1DE;
    border-bottom: 1px solid #FFE1DE;
}
.ccon01_bot {
    background-color: #fff1ed;
    padding-top: 6vw;
    padding-bottom: 5vw;
}
div.ccon01_bot_slide {
    width: 103%;
    margin-top: 3vw;
    padding-top: 1.5vw;
}
.ccon01_bot_slide_item {
    width: 19.4271vw;
    height: 18.5313vw;
    background-color: #fff;
    border-radius: 2.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    transition: opacity 0.3s;
}
.ccon01_bot_slide_img {
    width: 12.2396vw;
    height: 12.2396vw;
    border: 0.5208vw solid #ffe1de;
    border-radius: 50%;
    background-color: #fffbec;
    margin-top: 1vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon01_bot_slide_tt {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-22);
    font-weight: 700;
    margin-top: 1vw;
}
.ccon01_bot_slide_tt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.ccon01_bot_slide_absol {
    width: 20.1073%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.5vw;
    font-size: var(--size-22);
}
.ccon01_bot_slide_absol p {
    top: 21%;
}
.swiper-slide-active .ccon01_bot_slide_item {
    opacity: 0.3;
}
.swiper-slide-next + div + div + div .ccon01_bot_slide_item {
    opacity: 0.3;
}
.ccon01_bot_arr_wrap {
    gap: 0.7vw;
    margin-top: 3vw;
}
.ccon01_bot_col {
    padding-top: 6vw;
    padding-bottom: 6vw;
    gap: 3vw;
}
.ccon01_bot_col02 {
    background-color: #fff1ed;
    border-radius: 6vw 6vw 0 0;
}
.ccon01_bot_col02 .acon03_slide_img_cover {
    background-color: #ffe1de;
}



/* menu_popup */
.menu_popup_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: #0000008a;
    z-index: 44444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu_popup {
    width: 75vw;
    height: 32.0313vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 2.5vw;
}
.menu_popup_left {
    width: 55.1389%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_popup_img {
    width: 20.4688vw;
    height: 20.4688vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.3281vw solid #fff1ed;
    border-radius: 50%;
    overflow: hidden;
}
.menu_popup_right {
    width: 35.8334%;
    height: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    overflow: scroll;
/*     padding-right: 1vw; */
}
.menu_popup_right::-webkit-scrollbar {
    display: none;
}
/* .menu_popup_right::-webkit-scrollbar-thumb {
    width: 0.2vw;
    background-color: var(--m-color);
} */
.menu_popup_tt01 {
    font-size: var(--size-20);
    margin-bottom: 1.5vw;
}
.menu_popup_tt02 {
    font-size: var(--size-40);
    margin-bottom: 1.5vw;
}
.menu_popup_tt02 span {
    color: var(--m-color);
}
.menu_popup_tt03 {
    font-weight: 500;
    color: #1f1e1e;
    margin-bottom: 0.5vw;
}
.menu_popup_tt04 {
    font-size: var(--size-16);
    color: #747171;
    font-weight: 400;
    line-height: 1.5;
}
.menu_popup_right_bot {
    margin-top: 1.5vw;
}
.menu_popup_right_bot_tt {
    width: 100%;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-size: var(--size-15);
    font-weight: 500;
    color: #4c4848;
    padding: 0.9vw 2vw;
    border-radius: 1vw;
    line-height: 2;
}

.menu_popup_right_vat {
    align-self: flex-end;
    margin-bottom: 0.6vw;
    font-size: var(--size-14);
    color: #b8b8b8;
    font-weight: 300;
}
.menu_popup_right_ex {
    margin-bottom: 0.6vw;
    font-size: var(--size-14);
    color: #b8b8b8;
    font-weight: 300;
    margin-top: 1vw;
}
.menu_popup_close {
    width: 2.5521vw;
    height: 2.5521vw;
    border-radius: 0.26vw;
    background-color: #ffffff;
    border: 1px solid #f76c5f;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 3%;
    cursor: pointer;
}
.ccon_10 {
    width: 28.5715%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* menu_popup */
.ccon_more {
    width: 75vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1vw 0;
    background-color: #ffe1de;
    border-radius: 2.5vw;
    overflow: hidden;
    margin-bottom: 4vw;
}
.ccon_more_tt {
    font-size: var(--size-30);
    font-weight: 700;
    margin-left: 9vw;
    margin-top: 2vw;
}
.ccon_more_right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4.2vw;
    gap: 0.7vw;
}
.ccon_more_right_item {
    width: 11.4584vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon_07 {
    width: 19.3751%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6%;
    bottom: -3%;
}
.ccon .swiper-button-lock {
    display: none;
}
.ccon .acon03_slide_img_cover {
    width: 13.8021vw;
    height: 13.8021vw;
}
.ccon div.acon03_slide {
    width: 64.4908%;
}
.ccon_menu_wrap {
    width: 64.4908%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 1.5vw;
    gap: 2.5vw 0;
    margin-top: 3vw;
}
.ccon_menu {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon03_slide_price {
    margin-top: 0.3vw;
}
.ccon_more_btn {
    width: 5.625vw;
    height: 3.3334vw;
    border: 1px solid #f76c5f;
    border-radius: 0.3472vw;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #1f1e1e;
    font-size: var(--size-11);
    gap: 0.4vw;
    margin-top: 3vw;
    cursor: pointer;
}
.ccon_12 {
    width: 12.9631%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon_mid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5vw;
    padding: 4vw;
    background-color: #F76C5F;
    margin-bottom: 4vw;
}
.ccon_mid_tt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: flex-start;
    margin-left: 15.7vw;
    gap: 2vw;
    margin-top: 1vw;
}
.ccon_mid_tt01 {
    font-size: var(--size-50);
    text-transform: uppercase;
}
.ccon_mid_tt02 {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.4;
}
.ccon_mid_slide {
    width: 55.643%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon_mid_slide_item {
    width: 21.9792vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ccon_mid_slide_item_top {
    height: 10.833vw;
    background-color: #fff;
    border-radius: 50vw;
    gap: 0.5vw;
}
.ccon_mid_slide_img {
    width: 8.2813vw;
    height: 8.2813vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe1de;
    border-radius: 50%;
    overflow: hidden;
}
.ccon_14 {
    width: 5.45034%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon_mid_slide_item_bot {
    width: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: 1vw;
}
.ccon_mid_slide_item_bot p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.ccon06 .acon03_slide .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon01 {
    background-image: url(/images/ccon_bg.jpg);
}
.dcon01_main {
    padding-top: 2vw;
}
.dcon01_circle {
    width: 46.6143%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -4vw;
}
.dcon01_cover {
    padding-top: 4.5vw;
}
.dcon_04 {
    width: 48.874%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vw;
}
.dcon_03 {
    width: 50.9218%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -17%;
    bottom: 15%;
    animation: ddm 4s infinite linear;
}
.dcon_02 {
    width: 55.5301%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -49%;
    top: 23%;
    animation: ddm2 4s infinite linear;
}
.dcon_01 {
    width: 54.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -28%;
    top: 5%;
}
.dcon01_title {
    font-size: var(--size-45);
    margin-top: 2vw;
    line-height: 1.3;
    margin-bottom: 1.5vw;
}
.dcon01_tt {
    font-size: var(--size-20);
    font-weight: 500;
    overflow: hidden;
}
div.dcon_side_slide {
    width: 20.4167vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    padding: 0 3vw;
}
.dcon_side_slide01 {
    left: 2%;
}
.dcon_side_slide02 {
    right: 2%;
}
.dcon_side_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5vw;
    transition: transform 0.3s;
}
.dcon_side_slide01 .swiper-slide-next .dcon_side_slide_img {
    transform: translateX(-3vw);
}
.dcon_side_slide02 .swiper-slide-next .dcon_side_slide_img {
    transform: translateX(3vw);
}
.dcon02 {
    padding-top: 8vw;
    padding-bottom: 5vw;
}
.dcon02_main {
    width: 81%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3vw 0;
}
.dcon02_row {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon02_item {
    width: 23.0209vw;
    height: 20.573vw;
    background-color: #fff;
    border-radius: 2.5vw;
    filter: drop-shadow(0 0 0.625vw rgba(247,108,95,0.2));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.3vw;
    box-sizing: border-box;
    cursor: pointer;
}
.dcon02_item_img {
    width: 87.1041%;
    height: 14.0625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    overflow: hidden;
    margin-bottom: 2vw;
}
.dcon02_item_tt {
    width: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-20);
    font-weight: 500;
}
.dcon02_item_tt p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 페이지네이션 */
.dcon02_pagi {
    margin-top: 4vw;
}
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
.pagination-container .page-num,
.pagination-container span {
    margin: 0 0.2vw;
    text-decoration: none;
    color: #000; /* 기본 숫자 색상 */
    border-radius: 0.2vw;
    font-size: var(--size-16);
    font-weight: 300;
}
/* 이전/다음 화살표 */
.pagination-container .next {
    transform: rotateY(180deg);
}
.pagination-container .next {
    transform: rotateY(180deg);
}
.pagination-container a.nav-arrow {
    width: 1.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 페이지 번호 */
.pagination-container a.page-num:hover {
    background-color: #f0f0f0;
}

/* 현재 활성화된 페이지 (검은색/굵게) */
.pagination-container a.page-num.active {
    font-weight: 800;
    color: #000;
}
/* ... (더보기) */
.pagination-container span.ellipsis {
    color: #777;
}
/* 비활성화된 화살표 */
.pagination-container a.nav-arrow.disabled {
    opacity: 0.3;
    pointer-events: none;
}


.econ {
    background-image: url(/images/ccon_bg.jpg);
    padding-top: 10vw;
    padding-bottom: 6vw;
    display: none;
}
.econ.econ_change {
    display: flex;
}
.econ_01 {
    width: 2.83475%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.econ_title {
    font-size: var(--size-45);
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.econ_subtitle {
    font-size: var(--size-20);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3vw;
}
.news_section {
  background-image: url(/images/ccon_bg.jpg);
  background-size: 100%;
}
.fcon {
    background-image: url(/images/ccon_bg.jpg);
    padding-top: 11vw;
    background-size: 100%;
    padding-bottom: 6vw;
    display: none;
}
.fcon.fcon_change {
    display: flex;
}
.fcon_01 {
    width: 9.71139%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.fcon_title {
    font-size: var(--size-45);
    margin-bottom: 2.5vw;
    overflow: hidden;
}
.qna_wrap {
    width: 69.1864%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.qna_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2.5vw;
    filter: drop-shadow(0 0 0.625vw rgba(247,108,95,0.2));
    cursor: pointer;
    overflow: hidden;
}
.qna_top {
    width: 100%;
    height: 6.25vw;
    padding: 0 8vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    font-size: var(--size-20);
    color: #070707;
    font-weight: 600;
}
.fcon_02 {
    width: 0.7813vw;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6vw;
}
.qna_bot {
    width: 100%;
    padding: 2vw 8vw 3vw;
    box-sizing: border-box;
    font-size: var(--size-17);
    font-weight: 500;
    color: #4c4848;
    line-height: 1.5;
}
.qna_bot::after {
    content: '';
    width: 100%;
    top: 0%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0%;
}



