/* 인트로 */
.intro {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fcf0d6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 100lvh;
    min-height: 100svh;
    /* min-height: 100vh; */
    width: 100%;
    overflow: hidden;
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
}

.scene {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.canvas-wrap {
    position: relative;
    width: 266px;
    height: 216px;
}

#mainCanvas {
    position: absolute;
    inset: 0;
}




/* 메인페이지 */
.dummybx > div{ height: var(--vh100); }


._m{ width: 100%; overflow: hidden; word-break: keep-all; }
._m .titles dt{ font-size: 16px; letter-spacing: -0.03em; font-family: 'Cerapro'; color: #2d2d2d; margin-bottom: 10px; }
._m .titles dd{ font-size: 40px; letter-spacing: -0.03em; font-family: 'Gestura Display'; color: #000; font-weight: 700; line-height: calc(50 / 40); }
._m .titles dd span{ font-family: Georgia, 'Times New Roman', Times, serif; }

@media screen and (max-width: 1280px){
    ._m .titles dd{ font-size: 35px; }
}

@media screen and (max-width: 820px){
    ._m .titles dt{ font-size: 14px; margin-bottom: 5px; }
    ._m .titles dd{ font-size: 28px; }
}

@media screen and (max-width: 500px){
    ._m .titles dd{ font-size: 24px; }
}









._m .se01{ position: relative; background-color: #fffcf5; }

._m .se01 .pin{ height: var(--vh100); height: 100dvh; position: relative; }

._m .se01 .bg{ position: absolute; z-index: 0; width: 100%; height: 100%; left: 0; top: 0; transform-origin: center; height: 100%; }
/* clip-path: inset(20% 38%); */
._m .se01 .bg .vidbx{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background-color: rgba(0,0,0,0.5); background-image: url(/asset/img/main/se01_vidbg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
/*  */
._m .se01 .bg .vidbx iframe{ width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
._m .se01 .bg img{ width: 100%;height: 100%; object-fit: cover; }

._m .se01 .pin .wrap{ height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
._m .se01 .mainTitle{ width: 100%; text-align: center; position: absolute; left: 50%; overflow: hidden; display: block; font-family: 'Gestura Display'; font-size: 3.125vw; color: #fff; letter-spacing: -0.03em; line-height: 1.3; transform: translateX(-50%); z-index: 5; }


._m .se01 .scene {
    width: 90%;
    z-index: 10;
    max-width: 970px;
    margin: 0 auto;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._m .se01 .text-wrapper {
    text-align: center;
    user-select: none;
    pointer-events: none;
    position: relative;
    z-index: 2;
}

._m .se01 .text-line {
    display: flex;
    justify-content: center;
    line-height: 0.93;
    margin: 0.032em 0;
}

._m .se01 .char {
    display: inline-block;
    font-family: 'Cerapro';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.03em;
    will-change: transform, opacity, filter;
    color: #bc3329;
    line-height: calc(29 / 20);
}

._m .se01 .char.space { /* 공백 */
    pointer-events: none;
    width: 0.28em;
}

@media screen and (max-width: 820px){
    ._m .se01 .mainTitle{ font-size: 6vw; }
    ._m .se01 .char{ font-size: 16px; }
}

@media screen and (max-width: 500px){
    ._m .se01 .mainTitle{ font-size: 7vw; width: 50%; }
    ._m .se01 .char{ font-size: 14px; }
}




._m .se02{ width: 100%; position: relative; background-color: #fcf0d6; overflow: hidden; }
._m .se02 .wrap{ height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
._m .se02 .pin{ height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; height: var(--vh100); position: relative; }
/* ._m .se02 .wrap dl{ color: #c63527; line-height: 1.7; text-align: center; }
._m .se02 .wrap dl dt{ font-family: 'Gestura Display'; font-size: 22px; letter-spacing: -0.025em; font-weight: 600; }
._m .se02 .wrap dl dd{ font-size: 18px; letter-spacing: -0.03em; font-weight: 500; } */
._m .se02 .moreBtn{ margin-top: 60px; } 

._m .se02 .fiximg{ position: absolute; width: 33.33%; height: 100%; bottom: 0; z-index: 5; overflow: hidden; }
._m .se02 .fiximg._1{ left: 0; }
._m .se02 .fiximg._2{ left: 33.33%; }
._m .se02 .fiximg._3{ left: 66.66%; }
._m .se02 .fiximg img{ width: 100%; height: 100%; object-fit: cover; }

._m .se02 .cover{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); color: #fff; z-index: 10; height: var(--vh100); box-sizing: border-box; }
._m .se02 .cover .wrap{ position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
._m .se02 .cover .wrap strong{ font-size: 40px; letter-spacing: -0.025em; font-weight: 700; font-family: 'Gestura Display'; display: block; }
._m .se02 .cover .wrap dl{ margin-top: 30px; text-align: center; }
._m .se02 .cover .wrap dl dt{ font-size: 22px; letter-spacing: -0.025em; font-weight: 500; font-family: 'Cerapro'; }
._m .se02 .cover .wrap dl dd{ font-size: 18px; letter-spacing: -0.03em; font-weight: 300; line-height: 1.4; margin-top: 10px; }

@media screen and (max-width: 1280px){
    /* ._m .se02 .wrap dl dt{ font-size: 18px; }
    ._m .se02 .wrap dl dd{ font-size: 16px; } */
    ._m .se02 .cover .wrap strong{ font-size: 35px; }
    ._m .se02 .cover .wrap dl dt{ font-size: 18px; }
    ._m .se02 .cover .wrap dl dd{ font-size: 16px; }
    ._m .se02 .moreBtn{ margin-top: 40px; }
}

@media screen and (max-width: 820px){
    ._m .se02 .cover .wrap strong{ font-size: 28px; }
    ._m .se02 .cover .wrap dl dt{ font-size: 16px; }
    ._m .se02 .cover .wrap dl dd{ font-size: 14px; }

    ._m .se02 .fiximg{ width: 100%; height: 33.33%; right: 0; left: auto; bottom: auto; }
    ._m .se02 .fiximg._1{ left: auto; bottom: auto; top: 0; }
    ._m .se02 .fiximg._2{ left: auto; bottom: auto; top: 33.33%; }
    ._m .se02 .fiximg._3{ left: auto; bottom: auto; top: 66.66%; }
}

@media screen and (max-width: 500px){
    /* ._m .se02 .wrap dl dt{ font-size: 16px; }
    ._m .se02 .wrap dl dd{ font-size: 14px; } */
    ._m .se02 .moreBtn{ margin-top: 20px; }
}


._m .se03{ width: 100%; position: relative; background-color: #fcf0d6; height: var(--vh100); display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; box-sizing: border-box; }
._m .se03 .swbx{ margin-top: 30px; }
._m .se03 .swbx .control{ display: flex; justify-content: flex-end; align-items: center; color: #d4c9b1; }
._m .se03 .swbx .control > .btn{ display: flex; align-items: center; justify-content: center; transition-duration: 0.2s; cursor: pointer; padding: 10px 0; }
._m .se03 .swbx .control > .btn span{ font-size: 17px; letter-spacing: -0.03em; font-family: 'Cerapro'; font-weight: 700;  margin: 0 20px; }


._m .se03 .swbx .se03sw{ overflow: visible; margin-top: 10px; }
._m .se03 .swbx .se03sw .swiper-slide{ transition: all .8s; transform-origin: center; }
._m .se03 .swbx .se03sw .swiper-slide > a{ width: 100%; height: 100%; position: relative; display: block; overflow: hidden; cursor: none; }
._m .se03 .swbx .se03sw .swiper-slide > a .thumb{ width: 100%; height: 100%; position: relative; z-index: 0; overflow: hidden; text-align: center; background-color: #000; }
._m .se03 .swbx .se03sw .swiper-slide > a .thumb::before{ content: ''; display: block; padding-bottom: calc(580 / 820 * 100%); }
._m .se03 .swbx .se03sw .swiper-slide > a .thumb img{ height: 100%; width: 100%; object-fit: cover; max-width: unset; object-position: center; position: absolute; left: 0; top: 0; transition-duration: 0.8s; }

._m .se03 .swbx .se03sw .swiper-slide > a .thumb::after{ content: ''; display: block; width: 100%; height: 50%; background: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,0)); position: absolute; bottom: 0; left: 0; transition-duration: 0.4s;  opacity: 0; transform: translateY(40px); }

/* 글씨영역 축소*/
._m .se03 .swbx .se03sw .swiper-slide > a .overbx{ width: 100%; position: absolute; bottom: 0; left: 0; padding: 30px 35px; box-sizing: border-box; z-index: 1; color: #fff; transition-duration: 0.4s; opacity: 0; transform: translateY(40px); }
._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl{ padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.18); box-sizing: border-box; }
._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl dt{ font-size: 14px; letter-spacing: -0.03em; font-family: 'Cerapro'; position: relative; color: #fcf0d6; padding-left: 10px; }
._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl dt::before{ content: ''; width: 4px; height: 4px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: #fcf0d6; }
._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl dd{ font-size: 32px; letter-spacing: -0.03em; margin-top: 10px; line-height: 1.3; font-family: 'Gestura Display'; font-weight: 700; }
._m .se03 .swbx .se03sw .swiper-slide > a .overbx > p{ font-size: 17px; font-weight: 300; letter-spacing: -0.03em; line-height: calc(29 / 17); margin-top: 20px; }

._m .se03 .swbx .se03sw .swiper-slide > a .overbx > strong{ font-size: 40px; letter-spacing: -0.03em; font-weight: 700; text-align: center; display: block; color: #fff; font-family: 'Gestura Display'; }

._m .se03 .swbx .se03sw .swiper-slide .icon{ width: 46.5px; height: 46.5px; border-radius: 50%; border: 1px solid #c63527; box-sizing: border-box; padding: 5px; position: absolute; bottom: 0; right: calc(60 / 820 * 100%); transform: translateY(50%); opacity: 0; transition-duration: 0.4s; }
._m .se03 .swbx .se03sw .swiper-slide .icon span{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; border-radius: 50%; background-color: #c63527; }
._m .se03 .swbx .se03sw .swiper-slide .icon i{ transform: rotate(-45deg); }


@media screen and (min-width: 821px){
    ._m .se03 .swbx .control > .btn:hover{ color: #c63527; }
    /* ._m .se03 .swbx .se03sw .swiper-slide:hover{ width: 600px; } */
    ._m .se03 .swbx .se03sw .swiper-slide > a:hover .thumb::after{ opacity: 1; transform: translateY(0); }
    ._m .se03 .swbx .se03sw .swiper-slide > a:hover .thumb img{ transform: scale(1.05); }
    ._m .se03 .swbx .se03sw .swiper-slide > a:hover .overbx{ opacity: 1; transform: translateY(0); }
    ._m .se03 .swbx .se03sw .swiper-slide:hover .icon{ opacity: 1; }
}

@media screen and (min-width: 1281px){
    ._m .se03 .swbx .se03sw .swiper-slide:hover{ width: 820px; }
}

@media screen and (max-width: 1280px){
    /* ._m .se03{ padding-top: 120px; padding-bottom: 70px; } */
    ._m .se03 .swbx{ margin-top: 100px; }
    /* ._m .se03 .swbx .se03sw{ height: 400px; } */
    ._m .se03 .swbx .se03sw .swiper-slide{ width: 280px; }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx{ min-width: 600px; padding: 20px 25px; }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl dd{ font-size: 26px; }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx > p{ font-size: 16px; margin-top: 15px; }

    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx > strong{ font-size: 32px; }

}

@media screen and (max-width: 820px){
    ._m .se03{ padding-top: 100px; padding-bottom: 50px; height: auto; }
    ._m .se03 .swbx{ margin-top: 70px; }
    ._m .se03 .swbx .se03sw{ margin-top: 20px; margin-left: 20px; }
    ._m .se03 .swbx .se03sw .swiper-slide{ width: 100%; }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx{ min-width: 250px; }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl dd{ font-size: 22px; }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx > p{ font-size: 14px; margin-top: 10px; }
    
    ._m .se03 .swbx .se03sw .swiper-slide.swiper-slide-active{  }
    ._m .se03 .swbx .se03sw .swiper-slide.swiper-slide-active .thumb::after{ opacity: 1; transform: translateY(0); }
    ._m .se03 .swbx .se03sw .swiper-slide.swiper-slide-active > a .overbx{ opacity: 1; transform: translateY(0); }
    ._m .se03 .swbx .se03sw .swiper-slide.swiper-slide-active .icon{ opacity: 1; }

    ._m .se03 .swbx .control{ color: #c63527; }

    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx > strong{ font-size: 24px; }
}

@media screen and (max-width: 500px){
    ._m .se03{ padding-top: 70px; padding-bottom: 40px; }
    ._m .se03 .swbx{ margin-top: 40px; }
    ._m .se03 .swbx .se03sw .swiper-slide{  }
    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx dl dd{ font-size: 18px; }
    ._m .se03 .swbx .control > .btn span{ font-size: 14px; margin: 0 10px; }

    ._m .se03 .swbx .se03sw .swiper-slide > a .overbx > strong{ font-size: 18px; }
}



._m .se04{ overflow: hidden; background-color: #fcf0d6; color: #c63527; }
._m .se04 .pin{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: var(--vh100); }
._m .se04 .wrap{ height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
._m .se04 .wrap .txtWrap{ width: 100%; }
._m .se04 .wrap .txtWrap .txt{ display: flex; align-items: center; position: relative; justify-content: center; font-size: 5.5208vw; font-family: 'Gestura Display'; letter-spacing: -0.03em; line-height: calc(150 / 106); font-weight: 600; overflow: hidden; }

._m .se04 .wrap .txtWrap .txt .img{ margin: 0 0.2em; width: 10.8%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
._m .se04 .wrap .txtWrap .txt .img .se04sw{ width: 100%; }
._m .se04 .wrap .txtWrap .txt .img .se04sw .swiper-slide{ display: flex; align-items: center; }

._m .se04 .wrap .txtWrap p{ font-size: 18px; letter-spacing: -0.03em; line-height: calc(28 / 18); margin-top: 30px; text-align: center; text-transform: uppercase; font-weight: 300; }
._m .se04 .wrap .txtWrap p b{ font-weight: 600; }
._m .se04 .moreBtn{ margin-top: 55px; }

@media screen and (max-width: 1280px){
    ._m .se04 .wrap .txtWrap p{ font-size: 16px; }
}

@media screen and (max-width: 820px){
    ._m .se04{ height: auto; box-sizing: border-box; }
    ._m .se04 .wrap .txtWrap p{ font-size: 14px; margin-top: 20px; }
    ._m .se04 .moreBtn{ margin-top: 30px; }
}

@media screen and (max-width: 500px){
    /* ._m .se04{ padding: 70px 0; } */
    ._m .se04 .wrap .txtWrap{ width: 100%; }
    ._m .se04 .wrap .txtWrap .txt .img{ width: 40%; }
    ._m .se04 .wrap .txtWrap .txt{ flex-direction: column; justify-content: center; align-items: center; font-size: 9.25vw; }
    ._m .se04 .moreBtn{ margin-top: 25px; }
}




._m .se05{ padding-top: 50px; padding-bottom: 140px; background-color: #fcf0d6; }
._m .se05 .imagebox{ margin-top: -30px; position: relative; }
._m .se05 .imagebox .realbg{ clip-path: polygon(0 36%, 0 80%, 50% 80%, 50% 20%, 100% 20%, 100% 36%); }
._m .se05 .imagebox .yelbx .rel{ padding: 30px; }
._m .se05 .imagebox .yelbx{ position: absolute; width: 50%; height: 44%; bottom: 20%; right: 0; }

._m .se05 .imagebox .phrase{ position: absolute; right: 0; bottom: 20%; box-sizing: border-box; width: 50%; display: flex; justify-content: flex-end; }
._m .se05 .imagebox .phrase > p{ font-size: 17px; letter-spacing: -0.03em; line-height: calc(29 / 17); font-weight: 300; }
._m .se05 .imagebox .phrase > p > b{ font-weight: 600; }


._m .se05 .bannerbx{ display: flex; margin-top: 50px; gap: 30px; }
._m .se05 .bannerbx .bx{ position: relative; }
._m .se05 .bannerbx .bx._1{ width: calc(970 / 1520 * 100%); }
._m .se05 .bannerbx .bx._2{ width: calc(520 / 1520 * 100%); }
._m .se05 .bannerbx .bx .thumb{ width: 100%; position: relative; overflow: hidden; }
._m .se05 .bannerbx .bx._1 .thumb::after{ content: ''; display: block; padding-bottom: calc(600 / 970 * 100%); }
._m .se05 .bannerbx .bx._2 .thumb::after{ content: ''; display: block; padding-bottom: calc(600 / 520 * 100%); }
._m .se05 .bannerbx .bx .thumb img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition-duration: 0.7s; }
._m .se05 .bannerbx .bx p{ font-size: 20px; letter-spacing: -0.03em; margin-top: 15px; font-family: 'Cerapro'; font-weight: 600; transition-duration: 0.2s; }

@media screen and (min-width: 821px){
    ._m .se05 .bannerbx .bx:hover .thumb img{ transform: scale(1.05); }
    ._m .se05 .bannerbx .bx:hover p{ color: #c63527; }
}

@media screen and (max-width: 1280px){
    ._m .se05{ padding-bottom: 120px; }
    ._m .se05 .imagebox .yelbx .rel{ padding: 10px; }
    ._m .se05 .imagebox .yelbx .rel img{ width: 55px; }
    ._m .se05 .imagebox .phrase{ padding-left: 10px; text-align: right; }
    ._m .se05 .imagebox .phrase > p{ font-size: 16px; }

    ._m .se05 .bannerbx{ gap: 20px; }
    ._m .se05 .bannerbx .bx p{ font-size: 16px; }
}

@media screen and (max-width: 820px){
    ._m .se05 .imagebox{ margin-top: -10px; }
    ._m .se05 .imagebox .phrase{ width: 100%; bottom: auto; top: 85%; }
    ._m .se05 .imagebox .phrase > p{ font-size: 14px; }
    ._m .se05 .imagebox .yelbx .rel{ height: 100%; box-sizing: border-box; }
    ._m .se05 .imagebox .yelbx .rel img{ width: 35px; }

    ._m .se05 .bannerbx{ gap: 10px; margin-top: 30px; }
    ._m .se05 .bannerbx .bx p{ font-size: 14px; margin-top: 10px; }
}

@media screen and (max-width: 500px){
    ._m .se05{ padding-top: 0; }
    ._m .se05 .imagebox .yelbx .rel{ padding: 5px; }
    ._m .se05 .imagebox .yelbx .rel img{ width: 25px; }
}