section {
    width:100%;
    height: auto;
    min-height: 100vh;
    margin:0 auto;
}

@media screen and (max-width: 1920px) {
    section {
        /* height: calc(100vh - 200px); */
    }
}
section.sec02-sec {
    min-height:130vh;
    height:auto;
    background: url("/image/site/sec2_bg.png") no-repeat center bottom;
    background-size: cover;
    background-position: center bottom;
    position:relative;
    padding-top:350px;
    padding-bottom:250px;
}
#snowflakes-container {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
[data-fade] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-fade].is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-fade-delay="1"] {
    transition-delay: 0.15s;
}

[data-fade-delay="2"] {
    transition-delay: 0.3s;
}
.inner {
    width:100%;
    height:100%;
    max-width:1440px;
    padding:0 20px;
    margin:0 auto;
}
.intro-main-cha {
    width:100%;
    max-width:400px;
}
.sec-01-sec {
    background: url("/image/site/intro_main_bg.gif") no-repeat center bottom;
    background-size: cover;
    background-position: center bottom;
}
.intro-content-bg.sec-01 {
    width:100%;
    max-width:1920px;
    margin:0 auto;
    /* height:100vh; */
    height: auto;
    min-height:100vh;
    z-index:99;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    gap:50px;
    padding-top:300px;
}

@media screen and (max-width: 1920px) {
    .intro-content-bg.sec-01 {
        /* height: calc(100vh - 200px); */
    }
}
.intro-content-bg.sec-02 {
    width:100%;
    /* max-width:1920px; */
    margin:0 auto;
    /* min-height:130vh; */
    height:100%;
    display:flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.intro-content-text {
    margin-top:150px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:15px;
}
.intro-content-text h2 {
    font-weight: 400;
    font-size: 46px;
    font-family: "Godo B";
}
.intro-content-text p {
    font-weight: 400;
    font-size: 24px;
    font-family: "Godo";
    color:#373737;
    text-align:center;
    line-height:36px;
}
.intro-content-img {
    margin-bottom:50px;
}
.intro-content-img > p.bg-text {
    color:#fff !important;
}
.intro-content > .intro-content-text-box {
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.intro-content > .intro-content-text-bg {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.intro-content-title h1 {
    font-weight: 400;
    font-size: 46px;
    font-family: "Godo B";
}
.intro-content-text p {
    font-weight: 400;
    font-size: 24px;
    font-family: "Godo";
    color:#373737;
    text-align:center;
    line-height:36px;
}
.bg-text {
    position: absolute;
    bottom:-15px;
    left:50%;
    transform: translate(-50%);
    width:250px;
    height:65px;
    background:url("/image/site/intro_text_bg.png") no-repeat center;
    background-size:100% 100%;
    padding:0 20px;
    font-weight: 400;
    font-size: 26px;
    font-family: "Godo";
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
}
.intro-content-text-content {
    font-weight: 400;
    font-size: 32px;
    line-height:1.4;
    font-family: "Godo B";
    color:#000;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro-content-text-content span.end-content {
    color:#EF2E4F;
}

.sec-03 {
    position: relative;
    width:100%;
    height:auto;
    /* min-height:100vh; */
    margin-bottom:150px;
}
.sec-03-sec {
    min-height:auto;
}
.img-right {
    position: absolute;
    top: 200px;
    right: 0;
    max-width: 50%;
    z-index: -1;
}
.img-left {
    position: absolute;
    top: 600px;
    left: 0;
    max-width: 50%;
    z-index: -1;
}
.content-box-sec3 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align:center;
    width:100%;
    max-width:600px;
}
.content-box-sec3 h2 {
    color: #000;
    font-family: "Godo B";
    font-size: 46px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 60px;
}
.content-box-sec3 h2 b {
    color: #EF2E4F;
}
.content-box-sec3 img {
    margin-bottom: 50px;
}
.content-box-sec3 .color-text:first-of-type {
    margin-bottom: 25px;
}
.content-box-sec3 .content-text:first-of-type {
    margin-bottom: 20px;
}
.content-box-sec3 .content-text-span {
    margin-bottom: 70px;
}
.content-box-sec3 .color-text:last-of-type {
    margin-bottom: 25px;
}
.color-text {
    color: #EF2E4F;
    font-family: "Godo B";
    font-size: 28px;
    margin-bottom:25px;
}
.content-text {
    color: #161616;
    font-family: "NanumSquareRound";
    font-size: 20px;
    line-height:1.4;
    font-weight: 600;
    margin-bottom:20px;
}
.content-text-span {
    color: #8B8B8B;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "NanumSquareRound";
}

/* Swiper Slider */
.slider-box {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.slider-box .swiper-wrapper {
    display: flex;
    align-items: center;
}

.slider-box .swiper-slide {
    height: 400px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.slide-sec {
    width:100%;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("/image/site/intro_bg.png") no-repeat center;
    background-size: auto 100%;
    background-position: center;
    gap:50px;
    padding-bottom:100px;
}
.slide-sec > .intro-content{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.intro-content-bg-text {
    width:100%;
    height:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:14px;
    /* transform: translateY(-10%); */
}
@media screen and (max-width: 1920px) {
    .intro-content-bg-text {
        /* transform: translateY(-400px); */
    }
}
.intro-content-bg-text p {
    color: #373737;
    text-align: center;
    font-family: "Godo B";
    font-size: 24px;
    font-weight: 400;
}
.intro-content-bg-text h2 {
    color: #EF2E4F;
    text-align: center;
    font-family: "Godo B";
    font-size: 56px;
    font-weight: 400;
    /*margin-bottom:40px;*/
}
.intro-content-bg-text p.intro-content-bg-text-p {
    color: #000;
    text-align: center;
    font-family: "Godo B";
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
}
.intro-content-bg-text-sec02 {
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:25px;
}
.intro-content-bg-text-sec02 p.sec02-title {
    color: #000;
    text-align: center;
    font-family: "Godo B";
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
}
.intro-content-bg-text-sec02 p.sec02-title b {
    font-weight:600;
}
.intro-content-bg-text-sec02 h2.sec02-title-h2 {
    color: #EF2E4F;
    text-align: center;
    font-family: "Godo B";
    font-size: 80px;
    font-weight: 400;
    margin-bottom:0;
}
.intro-content-bg-text-sec02 p.sec02-title-p {
    color: #000;
    text-align: center;
    font-family: "Godo B";
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}
.intro-content-bg-text-sec02 p.sec02-title-p-color {
    color: #EF2E4F;
    text-align: center;
    font-family: "Godo B";
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom:12px;
}
.intro-content-bg-text-sec02 a.sec02-title-a {
    color: #fff;
    text-align: center;
    font-family: "Godo B";
    font-size: 24px;
    font-weight: 400;
    background:#E9AAB5;
    width:250px;
    height:70px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border:none;
    cursor:pointer;
    transition: all 0.3s ease;
    &:hover {
        background:#EF2E4F;
        color:#fff;
    }
}
.sec02-img {
    position:absolute;
    object-fit: contain;
    top:150px;
    left:50%;
    transform: translateX(-50%);
}
.sec02-img-01 {
    margin-left:-350px;
    top:250px;
}
.sec02-img-02 {
    margin-left:-140px;
}
.sec02-img-03 {
    margin-left:140px;
}
.sec02-img-04 {
    margin-left:350px;
    top:250px;
}

@keyframes sec02-pulse {
    0% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.08); }
    100% { transform: translateX(-50%) scale(1); }
}

.sec02-img-01 {
    animation: sec02-pulse 3.6s ease-in-out infinite;
    animation-delay: 0s;
}

.sec02-img-02 {
    animation: sec02-pulse 3.2s ease-in-out infinite;
    animation-delay: 0.4s;
}

.sec02-img-03 {
    animation: sec02-pulse 3.8s ease-in-out infinite;
    animation-delay: 0.8s;
}

.sec02-img-04 {
    animation: sec02-pulse 3s ease-in-out infinite;
    animation-delay: 1.2s;
}

/* Responsive */
@media screen and (max-width: 1440px) {
    .intro-content-bg-text h2 {
        font-size: 48px;
    }
    .intro-content-bg-text p.intro-content-bg-text-p {
        font-size: 26px;
    }
    .sec02-img {
        width: 160px;
    }
}

@media screen and (max-width: 1024px) {
    section {
        /* height: auto; */
        min-height: 100vh;
    }
    .intro-main-cha {
        max-width: 350px;
    }
    .intro-content-bg.sec-02,
    .slide-sec,
    .sec-03 {
        min-height: 100vh;
        height:auto;
        padding: 40px 0;
    }
    .intro-content-bg-text {
        /* transform: translateY(-80px); */
        /* transform: translateY(-200px); */
        padding: 0 20px;
    }
    .intro-content-bg-text h2 {
        font-size: 40px;
    }
    .intro-content-bg-text p.intro-content-bg-text-p {
        font-size: 24px;
        line-height: 38px;
    }
    .intro-content-bg-text-sec02 h2.sec02-title-h2 {
        font-size: 64px;
    }
    .sec02-img {
        width: 140px;
    }
    .sec02-img-01 {
        top:15%;
        left:35%;
    }
    .sec02-img-04 {
        top:15%;
        left:65%;
    }
    .sec02-img-02 {
        top:8%;
        left:35%;
    }
    .sec02-img-03 {
        top:8%;
        left:65%;
    }
    .img-left,
    .img-right {
        max-width: 55%;
        top: auto;
        bottom: 0;
    }
    .intro-content-bg.sec-01 {
        background-size: cover;
        background-position: center;
    }
    .intro-content-bg.sec-02 {
        height:auto;
        min-height:0 !important;
        background-size: cover;
        background-position: center bottom;
    }
    .slide-sec {
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 768px) {
    section.sec02-sec {
        /* height:100vh; */
        padding-top:250px;
        padding-bottom:100px;
    }
    .intro-main-cha {
        max-width: 280px;
    }

    section {
        min-height: 0;
    }
    
    .intro-content-bg.sec-01 {
        padding-top: 0px;
        height: 720px;
        min-height: 0;

    }


    section.sec02-sec {
        min-height: 110vh;
    }


    .intro-content-bg-text {
        /* transform: translateY(-40px); */
        /* transform: translateY(0); */
        gap: 6px;
    }
    .intro-content-bg-text h2 {
        font-size: 34px;
    }
    .intro-content-bg-text p.intro-content-bg-text-p {
        font-size: 20px;
        line-height: 1.6;
    }
    .intro-content-text-content {
        font-size: 26px;
        padding: 0 10px;
    }
    .bg-text {
        width: 200px;
        height: 52px;
        font-size: 20px;
    }
    .intro-content-bg-text-sec02 {
        gap:15px;
        padding: 0 20px;
    }
    .intro-content-bg-text-sec02 h2.sec02-title-h2 {
        font-size: 48px;
    }
    .intro-content-bg-text-sec02 p.sec02-title {
        font-size: 24px;
        line-height:32px;
    }
    .intro-content-bg-text-sec02 a.sec02-title-a {
        width: 200px;
        height: 60px;
        font-size: 20px;
        background-color: #EF2E4F;
    }
    .sec02-img {
        width: 110px;
        /* top: auto; */
        /* position: relative; */
        margin: 0;
    }
    .sec02-img-01,
    .sec02-img-02,
    .sec02-img-03,
    .sec02-img-04 {
        margin-left: 0;
        animation-duration: 3s;
    }
    .slide-sec {
        gap: 30px;
        padding: 60px 0;
        background-size: cover;
    }
    .slider-box {
        padding: 40px 20px;
    }
    .slider-box .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    .content-box-sec3 h2 {
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 0 15px;
    }
    .content-text {
        font-size: 0.95rem;
        line-height: 1.7;
        padding: 0 35px;
    }
    .color-text {
        font-size: 1.1rem;
    }
    .content-text-span {
        font-size: 14px;
    }
    .img-left,
    .img-right {
        display: none;
    }
    .content-box-sec3 {
        gap:20px;
    }
    .intro-content-title h1 {
        font-size: 28px;
        padding:0 20px;
        text-align:center;
    }
    .intro-content-text p {
        font-size:18px;
    }
}

@media screen and (max-width: 480px) {
    .intro-main-cha {
        max-width: 220px;
    }
    .intro-content-bg-text h2 {
        font-size: 38px;
        margin-bottom:10px;
    }
    .intro-content-bg-text p.intro-content-bg-text-p {
        font-size: 16px;
    }
    .intro-content-text-content {
        font-size: 20px;
    }
    .intro-content-bg-text-sec02 h2.sec02-title-h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .intro-content-bg-text-sec02 p.sec02-title {
        font-size: 24px;
    }
    .intro-content-bg-text-sec02 p.sec02-title-p,
    .intro-content-bg-text-sec02 p.sec02-title-p-color {
        font-size: 16px;
        line-height: 24px;
    }
    .intro-content-bg-text-sec02 a.sec02-title-a {
        width: 170px;
        height: 52px;
        font-size: 18px;
    }
    .sec02-img {
        width: 140px;
    }
    .sec02-img-01 {
        left:25%;
    }
    .sec02-img-04 {
        left:75%;
    }
    .sec02-img-02 {
        left:25%;
    }
    .sec02-img-03 {
        left:75%;
    }
    .slider-box .swiper-slide {
        height: 45vh;
    }
    .slider-box .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    .content-box-sec3 h2 {
        font-size: 28px;
        margin-bottom:20px;
        line-height: 1.3;
    }
    .content-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom:10px;
        padding:0 25px;
        /* letter-spacing: -1.5px; */
    }
    .color-text {
        font-size: 1.2rem;
        margin-bottom: 0;
        padding: 0 7%;
    }
    .intro-content-img {
        margin-bottom: 0;
    }
    .intro-content-text p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .content-text-span {
        font-size: 14px;
    }
    .intro-content > .intro-content-text-box {
        gap:5px;
    }
    .content-box-sec3 .color-text:first-of-type {
        margin-bottom:0;
    }
    .content-box-sec3 img {
        margin-bottom:0;
    }
    .content-box-sec3 .content-text-span {
        margin-bottom:30px;
    }

    .sec-03 {
        min-height: 0;
        height:auto;
        padding: 0 0;
        margin-bottom: 70px;
    }
    .intro-content-text {
        margin-top: 30px;
    }
}
