@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable.css');
@import url('./scdream.css');

@font-face {
    font-family: 'Gwangyang Touching';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: local('Gwangyang Touching'), url('../assets/fonts/Gwangyang Touching.woff2') format('woff2'), url('../assets/fonts/Gwangyang Touching.woff') format('woff'), url('../assets/fonts/Gwangyang Touching.ttf') format('truetype');
}

html, body {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img, video {
    max-width: 100%;
    height: auto;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

a {
    color: inherit;
    text-decoration: inherit;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

/* ----- */

body.preparing {
    font-size: 16px;
    color: #1f2937;
    background-color: #ffffff;
}

body.preparing .content main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

body.preparing .content main div.image {
    position: relative;
    max-height: 40rem;
    aspect-ratio: 192 / 113;
    display: flex;
}

body.preparing .content main div.image .image-title {
    position: relative;
    overflow: hidden;
}

body.preparing .content main div.image .image-title::after {
    content: ' ';
    width: 57.6%;
    bottom: 35.2%;
    left: 42.4%;
    border-top: solid 1px #bfb7d4;
    position: absolute;
    z-index: 10;
}

body.preparing .content main div.image .image-title a.btn-pre-event {
    position: absolute;
    left: 8.3%;
    bottom: 32.5%;
    width: 34.1%;
    border: solid 1px #bfb7d4;
    border-radius: 100px;
    color: #bfb7d4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.225rem 0;
    font-size: 1.115rem;
    text-wrap: nowrap;
}

body.preparing .content main div.image .image-background {
    position: relative;
}

body.preparing .content main div.image .image-background .arrow {
    position: absolute;
    left: 8.2%;
    bottom: 35.2%;
    width: 9%;
    height: auto;
    transform: translateY(50%);
}

body.preparing .content main div.image .image-background .arrow::after {
    content: ' ';
    width: 100%;
    bottom: 50%;
    left: -92%;
    border-top: solid 1px #ffffff;
    position: absolute;
    z-index: 10;
}

@media (max-width:1279px) {
    
}

@media (max-width:1023px) {
    
}

@media (max-width:767px) {
    body.preparing .content main {
        height: auto;
    }

    body.preparing .content main div.image {
        max-height: none;
        aspect-ratio: none;
        flex-direction: column;
    }

    .main .section-3 {
        padding-top: 7rem;
        padding-bottom: 8rem;
    }
}

@media (max-width:575px) {
    /* body.preparing .content main div.image .image-title a.btn-pre-event {
        font-size: 0.85rem;
        padding: 0.085rem 0;
    } */
}

@media (max-width:479px) {
    body.preparing .content main div.image .image-title::after {
        display: none;
    }

    body.preparing .content main div.image .image-title a.btn-pre-event {
        left: 50%;
        bottom: 26%;
        width: auto;
        transform: translateX(-50%);
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.preparing .content main div.image .image-background .arrow {
        display: none;
    }

    body.preparing .content main div.image .image-background .arrow::after {
        display: none;
    }
}

@media (max-width:359px) {
    body.preparing .content main div.image .image-title a.btn-pre-event {
        bottom: 20%;
        font-size: 0.85rem;
    }
}

/* --- 메인페이지 --- */

.header .gnb
, .main .section-1 .main-title-box .flex-box
, .main .section-2 .flex-box
, .main .section-3 .flex-box
, .main .section-4 .flex-box
, .main .section-5 .flex-box
, .footer .flex-box{
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* 공통 */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* nav 시작 */

.header .gnb {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    align-items: center;
    position: relative;
}

.header .gnb .gnb-left {
    display: flex;
    justify-content: flex-start;
}

.header .gnb .gnb-left .logo-1{
    width: 5rem;
    height: auto;
    margin-right: 1rem;
}

.header .gnb .gnb-left .logo-2{
    width: 2rem;
}

.header .gnb .gnb-right {
    display: none;
}

.header .gnb .gnb-right .menu {
    display: flex;
    justify-content: flex-end;
    gap: 4rem;
    font-size: 1rem;
    font-weight: 700;
}

.header .gnb .decoration-line {
    position: absolute;
    top: -1rem;
    left: 7rem;
    width: 41rem;
}


/* //nav 끝 */

/* main 시작 */

    /* //section-1 끝 */
.main .section-1 .main-title-box .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 2.8rem;
    z-index: 100;
}

.main .section-1 .main-title-box .flex-box .content-left .main-title {
    font-size: 4rem;
    line-height: 4rem;
}

.main .section-1 .main-title-box .flex-box .content-left .main-desc {
    line-height: 1.2rem;
    margin-top: 2rem;
}

.main .section-1 .main-title-box .flex-box .content-right {
    writing-mode: vertical-rl;
}

.main .section-1 .main-title-box .flex-box .content-right .text-1 {
    font-size: 3rem;
    font-weight: 600;
}



.section-1 .swiper {
    padding-top: 19.5rem;
}

.main .section-1 .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    object-fit: cover;
}



.main .section-1 .swiper .swiper-pagination {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    max-width: 80rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
}


.main .section-1 .swiper .swiper-pagination .progress-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 10rem;
}

.main .section-1 .swiper .swiper-pagination .progress-box .page-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .section-1 .swiper .swiper-pagination .progress-box .autoplay-progress {
    background-color: rgba(0, 0, 0, 0.1);
    width: 8rem;
    height: 0.2rem;
    position: absolute;
    left: 1rem;
}

.main .section-1 .swiper .swiper-pagination .progress-box .autoplay-progress .svg {
    --progress: 0;
    z-index: 10;
    stroke-width: 0.3rem;
    stroke: #000000;
    fill: none;
    stroke-dashoffset: calc(100 * (1 - var(--progress)));
    stroke-dasharray: 100;
}

.main .section-1 .swiper .swiper-pagination .pagination-buttons {
    margin-left: 1rem;
}

.main .section-1 .swiper .swiper-pagination .pagination-buttons .button {
    display: flex;
}

.main .section-1 .swiper .swiper-pagination .pagination-buttons .button .button-list .img {
    width: 1.5rem;
    height: 1.5rem;
}

.main .section-1 .swiper .swiper-pagination .pagination-buttons .button .hidden{
    display: none;
}


.main .section-1 .swiper .swiper-pagination .pagination-buttons .button .button-list .img:hover {
    cursor: pointer;
}

    /* section-2 시작 */
.main .section-2 {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

}

.main .section-2 .flex-box {
    display: flex;
    justify-content: space-between;

}

.main .section-2 .flex-box .box-left {
    position: relative;
    flex-grow: 1;
    background-image: url(/assets/main/section2_line_01.svg);
    background-position: -3rem bottom;
    background-repeat: no-repeat;
    background-size: 110%;
}

.main .section-2 .flex-box .box-left .title-box {
    line-height: 1.2;
}

.main .section-2 .flex-box .box-left .title-box .main-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}


.main .section-2 .flex-box .box-left .swiper-pagination-box {
    position: absolute;
    bottom: 6rem;
    left: 0;
    z-index: 10;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main .section-2 .flex-box .box-left .swiper-pagination-box .pagination-num {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.main .section-2 .flex-box .box-left .swiper-pagination-box .pagination-num .total {
    color: #888888;
}

.main .section-2 .flex-box .box-left .swiper-pagination-box .pagination-button {
    height: 1.5rem;
    width: 1.5rem;
    display: block;
    object-fit: contain;
    cursor: pointer;
}

.main .section-2 .flex-box .box-left .decoration-text {
    position: absolute;
    bottom: 3.3rem;
    right: -0.2rem;
    z-index: 100;
    font-family: 'S-Core Dream', sans-serif;
    font-weight: 600;
    writing-mode: vertical-rl;
    color: #dddddd;
    font-size: 1.75rem;
    text-align: right;
    line-height: 1;
}

.main .section-2 .flex-box .box-right {
    width: 68%;
    position: relative;

}

.main .section-2 .flex-box .box-right .swiper-wrapper .swiper-slide .box .img-box {
    margin-bottom: 1rem;
}

.main .section-2 .flex-box .box-right .swiper-wrapper .swiper-slide .box .content-box {
    display: flex;
    align-items: center;
}

.main .section-2 .flex-box .box-right .swiper-wrapper .swiper-slide .box .content-box img {
    width: 1.5rem;
    margin-right: 1rem;
}

.main .section-2 .flex-box .box-right .swiper-wrapper .swiper-slide .box .content-box .main-title {
    font-size: 1.3rem;
    font-weight: 350;
}

.main .section-2 .flex-box .box-right .swiper-wrapper .swiper-slide .box .content-box .sub-title {
    font-size: 0.9rem;
    padding-top: 0.2rem;
}
    /* //section-2 끝 */

    /* section-3 시작 */
.main .section-3 {
    position: relative;
    background-image: url("/assets/main/section3_img_01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main .section-3 .flex-box {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    position: relative;
    padding-top: 14rem;
    padding-bottom: 16rem;
}

.main .section-3 .flex-box .text-1 {
    font-weight: 600;
}

.main .section-3 .flex-box .text-2 {
    font-weight: 200;
}

.main .section-3 .flex-box .decoration-img {
    height: auto;
}

.main .section-3 .flex-box .img-1 {
    width: 9rem;
    height: auto;
    position: absolute;
    right: -1rem;
    top: 4rem;
}

.main .section-3 .flex-box .img-2 {
    width: 4rem;
    height: auto;
    position: absolute;
    left: 1rem;
    bottom: -3rem;
}

.main .section-3 .flex-box .img-3 {
    width: 4rem;
    height: auto;
    position: absolute;
    right: 8rem;
    bottom: 3rem;
}
    /* //section-3 끝 */

    /* section-4 시작 */
.main .section-4 {
    height: 20rem;
}

.main .section-4 .flex-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 7rem;
}

.main .section-4 .flex-box .text-1 {
    color: gray;
}

.main .section-4 .flex-box .text-2 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 2.7rem;
}
    /* //section-4 끝 */

    /* section-5 시작 */
.main .section-5 {
    background-image: url("/assets/main/section4_img_01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main .section-5 .flex-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 15rem;
    padding-bottom: 18rem;

}

.main .section-5 .flex-box .decoration-line {
    position: absolute;
    top: -3.5rem;
    width: 23rem;
    height: auto;

}

.main .section-5 .flex-box .text {
    font-size: 3rem;
    color: white;
    margin-bottom: 5rem;

}

.main .section-5 .flex-box .contact-link .contact-img {
    width: 10rem;

}
    /* //section-5 끝 */
/* //main 끝 */

/* footer시작 */
.footer {
    background-color: black;
    color: white;
}

.footer .flex-box {
    bottom: 0;
    height: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .flex-box .box-left {
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
}

.footer .flex-box .box-left .img-box {
    width: 7rem;

}

.footer .flex-box .box-left .decoration-text {
    width: 5rem;
    padding-left: 2rem;

}

.footer .flex-box .box-left .content {
    width: 30rem;

}

.footer .flex-box .box-left .content .text-1{
    font-weight: 800;

}

.footer .flex-box .box-left .content .text-3{
    font-size: 0.8rem;

}


.footer .flex-box .box-right {
    position: relative;
}


.footer .flex-box .box-right .toggleFamilySite {
    display: flex;
    color: white;
}

.footer .flex-box .box-right .toggleFamilySite .icon{
    width: 2rem;
    margin-left: 2rem;
    background-image: url("/assets/main/footer_icon_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .flex-box .box-right .toggleFamilySite .icon2{
    width: 2rem;
    margin-left: 2rem;
    background-image: url("/assets/main/footer_icon_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.footer .flex-box .box-right .hidden {
    display: none;
}



.footer .flex-box .box-right .familySite {
    bottom: 4.2rem;
    right: 0;
    position: absolute;
    background-color: black;
    width: 15rem;
    z-index: 100;
}

.footer .flex-box .box-right .familySite > .site > .site-list > .site-link {
    display: block;
    line-height: 2.5rem;
    cursor: pointer;
    padding-left: 1rem;
}



.footer .flex-box .box-right .familySite > .site > .site-list > .site-link:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

.footer .flex-box .box-right .familySite > .site > .site-list > .site-link::before {
    content: ' · ';
}
/* //footer끝 */

/* 우측하단 고정배너 */

.banner-icon {
    position: fixed;
    bottom: 12rem;
    right: 5rem;
    cursor: pointer;
    width: 8rem;
    height: 8rem;
    z-index: 100;
}

.banner-icon .icon {
    width: 100%;
    height: 100%;
    background-image: url("/assets/main/section4_icon_banner.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 101;
}

.banner-icon .link {
    width: 100%;
    height: 100%;
    font-family: 'Gwangyang Touching', sans-serif;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 103;
}

.banner-icon .outline {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/main/section4_icon_banner_outline.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* //우측하단 고정배너 */

/* 공통 폰트 */

.common-font {
    font-family: 'Gwangyang Touching', sans-serif;
}

.gray {
    color: gray;
}

@media (max-width:479px) {

    .header .gnb {
        display: block;
        height: auto;
        z-index: 100;
    }
    .header .gnb .gnb-left {
        width: 100%;
        justify-content: center;
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }

    .header .gnb .gnb-right {
        width: 100%;
        justify-content: space-between;

    }

    .header .gnb .gnb-right .menu {
        justify-content: space-between;
        gap: 0;
    }

    .header .gnb .decoration-line {
        display: none;
    }

    /* section-1 시작 */
    .main .section-1 .main-title-box .flex-box .content-left .main-title {
        line-height: 1.2;
    }

    .main .section-1 .main-title-box .flex-box .content-right {
        display: none;
    }

    .main .section-1 .swiper  {
        padding-top: 17.5rem;
        padding-bottom: 3rem;

    }

    .main .section-1 .swiper .swiper-pagination {
        bottom: 0;
        justify-content: space-between;
    }

    .main .section-1 .swiper .swiper-pagination .pagination-buttons {
        margin-right: 1rem;
    }

    .main .section-1 .swiper .swiper-pagination .pagination-buttons .button {
        gap: 1rem;
    }
    /* section-1 끝 */

    /* section-2 시작 */
    .main .section-2 {
        padding-top: 5rem;
    }

    .main .section-2 .flex-box {
        flex-direction: column;
    }
    .main .section-2 .flex-box .box-left  {
        width: 100%;
        margin-bottom: 0.5rem;
        background-image: none;
    }

    .main .section-2 .flex-box .box-left .title-box .main-title {
        margin-bottom: 1rem;
    }

    .main .section-2 .flex-box .box-left .title-box .main-desc {
        margin-bottom: 2.5rem;
    }

    .main .section-2 .flex-box .box-left .swiper-pagination-box {
        bottom: 0;
        left: auto;
        right: 0;
    }

    .main .section-2 .flex-box .box-left .decoration-text {
        display: none;
    }

    .main .section-2 .flex-box .box-right {
        width: 100%;
    }
    /* section-2 끝 */



    /* section-3 시작 */
    .main .section-3 {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
    }

    .main .section-3 .flex-box {
        padding-top: 5rem;
        padding-bottom: 5rem;
        font-size: 0.9rem;
    }

    .main .section-3 .flex-box .img-1 {
        width: 6rem;
        right: 2rem;
        top: 1rem;
    }

    .main .section-3 .flex-box .img-2 {
        width: 3rem;
        left: 1rem;
        bottom: -2rem;
    }

    .main .section-3 .flex-box .img-3 {
        width: 3rem;
        right: 8rem;
        bottom: 2rem;
    }
    /* section-3 끝 */

    /* section-4 시작 */
    .main .section-4 {
        height: 15rem;
    }


    .main .section-4 .flex-box {
        font-size: 1.4rem;
    }

    .main .section-4 .flex-box .text-1 {
        margin-bottom: 0.5rem;
    }

    .main .section-4 .flex-box .text-2 {
        font-size: 2rem;
    }
    /* section-4 끝 */


    /* section-5 시작 */
    .main .section-5 .flex-box {
        padding-bottom: 0;
        padding-top: 2rem;
    }

    .main .section-5 .flex-box .decoration-line {
        width: 12.5rem;
    }

    .main .section-5 .flex-box .text {
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 5rem;
        margin-bottom: 2rem;
    }

    .main .section-5 .flex-box .contact-link {
        margin-bottom: 5rem;
    }
    /* section-5 끝 */


    /* footer 시작 */
    .footer .flex-box {
        flex-direction: column-reverse;
        height: auto;
        padding: 1rem 1rem 1rem 1rem;
        align-items: flex-start;
    }

    .footer .flex-box .box-left .content {
        width: auto;
        font-size: 1.2rem;
        display: flex;
        flex-direction: column;
    }

    .footer .flex-box .box-left .content .text-3 {
        font-size: 0.8rem;
    }

    .footer .flex-box .box-left .img-box
    , .footer .flex-box .box-left .decoration-text {
        display: none;
    }

    .footer .flex-box .box-right {
        align-self: flex-start;
        margin-bottom: 1rem;
    }

    .footer .flex-box .box-right .familySite {
        bottom: 2.5rem;
        right: -4.4rem;
    }
    /* footer 끝 */

    /* 베너 시작 */
    .banner-icon {
        bottom: 4rem;
        right: 1rem;
        width: 6rem;
        height: 6rem;
    }

    .banner-icon .link {
        font-size: 0.8rem;
    }
    /* 베너 끝 */

}