@charset "UTF-8";

body.main-body {
    font-size: 17px;
    line-height: 1.3;
}

.container {
    overflow-x: hidden;
}

#sec01 {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    background: url(../../images/2026/s1_bg.png);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 10;
}

#sec01 .btn-cookie {
    margin-left: 30px;
    margin-top: 30px;
    width: 150px;
    animation: cookie 1s linear 0s infinite alternate;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

#sec01 .btn-cookie img {
    width: 100%;
    display: block;
}

#sec01 .sec-inner {
    width: 100%;
    height: 100%;
    padding-top: 160px;
    padding-left: 95px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    gap: 150px;
    z-index: 9;
}

#sec01 .sec-inner .tit-bx {
    min-width: 650px;
}

#sec01 .sec-inner .tit-bx .item-bx {
    display: flex;
    gap: 0px;
}

#sec01 .sec-inner .tit-bx hgroup {
    font-family: "Paperozi";
    position: relative;
}

#sec01 .sec-inner .tit-bx hgroup h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

#sec01 .sec-inner .tit-bx hgroup h1 {
    font-size: 68px;
    font-weight: 900;
    color: #ea9876;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
}

#sec01 .sec-inner .tit-bx hgroup h1 .circle {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
    width: 120px;
    height: 120px;
    background-color: #ea9876;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 80px;
}

#sec01 .sec-inner .tit-bx hgroup p {
    font-size: 23px;
    font-weight: 300;
    margin-top: 20px;
}

#sec01 .sec-inner .tit-bx hgroup p span {
    color: #ea9876;
}

#sec01 .sec-inner .tit-bx .obj {
    position: absolute;
    right: -100px;
    top: 5%;
    transform: translate(50%, -50%);
    filter: invert(59%) sepia(84%) saturate(365%) hue-rotate(325deg) brightness(107%) contrast(83%);
}

#sec01 .sec-inner .card {
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(50px);
}

#sec01 .sec-inner .card.active figure {
    animation-name: shake;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
}

#sec01 .sec-inner .card:nth-child(even) {
    transform: translateY(-30px);
}

#sec01 .sec-inner .card figure {
    width: 305px;
    height: 485px;
    background-color: #fff;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    will-change: transform;
}

#sec01 .sec-inner .card figure:hover .img-bx img {
    scale: 1.1;
}

#sec01 .sec-inner .card figure .img-bx {
    width: 100%;
    overflow: hidden;
}

#sec01 .sec-inner .card figure .img-bx img {
    width: 100%;
    display: block;
    transition: 0.2s;
}

#sec01 .sec-inner .card figure figcaption {
    color: #000;
    margin-top: 25px;
    padding: 0 10px;
    word-break: keep-all;
}

#sec01 .sec-inner .card figure figcaption .category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sec01 .sec-inner .card figure figcaption .category h6 {
    font-weight: 800;
    color: #c06145;
}

#sec01 .sec-inner .card figure figcaption h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 10px 0;
    text-wrap: balance;
}

#sec01 .sec-inner .card figure figcaption p b {
    font-weight: 800;
}

#sec01 .sec-inner .impact figure {
    border: 3px solid #ea7c51;
}

#sec01 .sec-inner .impact figure figcaption .category h6 {
    background-color: #ef4f07;
    padding: 5px 10px;
    color: #fff;
}

#sec01 .obj-bx {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    z-index: -1;
}

#sec01 .obj-bx .inner {
    position: relative;
    width: 100%;
}

#sec01 .obj-bx .inner .ani {
    position: absolute;
    bottom: 0;
    transform: translate(0%, 0%);
    width: 10%;
}

#sec01 .obj-bx .inner .obj {
    display: block;
}

#sec01 .obj-bx .inner .obj01 {
    right: 39%;
    animation: s1-obj 1.5s infinite ease-in-out;
}

#sec01 .obj-bx .inner .obj02 {
    width: 100%;
}

#sec02 {
    width: 100%;
    background: url(../../images/2026/s2_bg.png);
    background-size: cover;
    min-height: 950px;
}

#sec02 .sec-inner {
    padding-top: 200px;
    box-sizing: border-box;
    align-items: center;
}

#sec02 .sec-inner .tit-wrap {
    padding: 0 95px;
    box-sizing: border;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#sec02 .sec-inner .tit-wrap h2 {
    font-size: 50px;
    font-family: "Paperozi";
}

#sec02 .sec-inner .tit-wrap h2 b {
    color: #007c15;
}

#sec02 .sec-inner .tit-wrap .swiper-navi {
    display: flex;
    align-items: center;
    gap: 10px;
}

#sec02 .sec-inner .tit-wrap .swiper-navi button {
    width: 45px;
    height: 45px;
    background: none;
    border-radius: 50%;
    transition: 0.2s;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid #000;
}

#sec02 .sec-inner .tit-wrap .swiper-navi button img {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}

#sec02 .sec-inner .tit-wrap .swiper-navi button:hover {
    opacity: 1;
}

#sec02 .sec-inner .tit-wrap .swiper-navi .swiper-pagination {
    position: unset;
    line-height: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 60px;
}

#sec02 .sec-inner .swiper {
    padding: 50px 0;
}

#sec02 .sec-inner .swiper .swiper-slide {
    text-align: center;
    color: #000;
}

#sec02 .sec-inner .swiper .swiper-slide:hover .img-bx img {
    scale: 1.1;
}

#sec02 .sec-inner .swiper .swiper-slide .img-bx {
    overflow: hidden;
    border-radius: 50%;
}

#sec02 .sec-inner .swiper .swiper-slide .img-bx img {
    width: 100%;
    display: block;
    scale: 1;
    transition: 0.2s;
}

#sec02 .sec-inner .swiper .swiper-slide h5 {
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #007c15;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    line-height: 1;
    font-size: 18px;
    word-break: keep-all;
    text-wrap: balance;
}

#sec02 .sec-inner .swiper .swiper-slide h3 {
    font-size: 22px;
    font-weight: 700;
    word-break: keep-all;
}

#sec02 .sec-inner .swiper .swiper-slide-active {
    width: 22% !important;
}

#sec02 .sec-inner .swiper .swiper-slide-active:hover .img-bx img {
    scale: 1.05;
}

#sec02 .sec-inner .swiper .swiper-slide-active .img-bx {
    background: #2ca047;
    background: linear-gradient(180deg, rgb(44, 160, 71) 0%, rgb(136, 195, 85) 100%);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    overflow: unset;
}

#sec02 .sec-inner .swiper .swiper-slide-active .img-bx::before {
    content: "";
    width: 110%;
    height: 110%;
    border: 2px solid #dcdcdc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border-style: dashed;
}

#sec02 .sec-inner .swiper .swiper-slide-active .img-bx .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    inset: 0;
    transform-origin: 50% 50%;
    scale: 1.1;
    /* 정확히 중심을 기준으로 회전 */
    display: block;
    /* animation */
    animation: spin linear infinite;
    animation-duration: 4s;
}

#sec02 .sec-inner .swiper .swiper-slide-active .img-bx .circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    /* 위쪽 끝(원 테두리 바로 위쪽에 위치) */
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    /* 중심 정렬 -> 정확히 원 테두리 위에 놓임 */
    border-radius: 50%;
    background-color: #fff;
    border: 8px solid #6eb750;
}

#sec02 .sec-inner .swiper .swiper-slide-active h5 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    color: #009944;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

#sec02 .sec-inner .swiper .swiper-slide-active h5::after {
    content: url(../../images/2026/s2_obj.png);
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#sec02 .sec-inner .swiper .swiper-slide-active h3 {
    margin-top: 50px;
}

#sec03 {
    background-color: #1a1a1a;
}

#sec03 .sec-inner {
    padding: 140px 30px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
}

#sec03 .sec-inner .tit-wrap {
    width: -moz-fit-content;
    width: fit-content;
    width: 480px;
    font-family: "Paperozi";
}

#sec03 .sec-inner .tit-wrap h2 {
    font-size: 50px;
    color: #fff;
    word-break: keep-all;
}

#sec03 .sec-inner .tit-wrap h2 b {
    color: #007c15;
}

#sec03 .sec-inner .tit-wrap h4 {
    font-size: 24px;
    color: #a6a6a6;
    margin-top: 20px;
}

#sec03 .sec-inner .tit-wrap .obj {
    width: 20vw;
    position: relative;
    margin-top: 20px;
}

#sec03 .sec-inner .tit-wrap .obj img {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
}

#sec03 .sec-inner .tit-wrap .obj dotlottie-wc {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(50%, -50%);
    width: 20vw;
    z-index: 0;
}

#sec03 .sec-inner .cont {
    display: flex;
    justify-content: space-between;
    gap: 140px;
    margin-bottom: 50px;
}

#sec03 .sec-inner .banner-wrap {
    width: calc(100% - 620px);
}

#sec03 .sec-inner .banner-wrap .banner-bx {
    margin-bottom: 20px;
}

#sec03 .sec-inner .banner-wrap .banner-bx a {
    border-radius: 1.5vw;
}

#sec03 .sec-inner .banner {
    display: block;
    overflow: hidden;
}

/* #sec03 .sec-inner .banner img {
    scale: 1;
}

#sec03 .sec-inner .banner:hover img {
    scale: 1.05;
} */

#sec03 .sec-inner .banner-wrap .banner-bx a img {
    display: block;
    width: 100%;
    transition: 0.2s;
}

#sec03 .sec-inner .banner-wrap .banner-bx01 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

#sec03 .sec-inner .banner-wrap .banner-bx01>a {
    width: 50%;
}

#sec03 .sec-inner .banner-wrap .banner-bx01 div {
    width: 50%;
}

#sec03 .sec-inner .banner-wrap .banner-bx01 div a:first-child {
    margin-bottom: 20px;
}

#sec03 .sec-inner .banner-wrap .banner-bx02 {
    display: flex;
    align-items: center;
    gap: 30px;
}

#sec03 .sec-inner .banner-wrap .banner-bx02 a {
    width: 50%;
}

#sec03 .sec-inner .banner-wrap02 {
    width: 100%;
    overflow: hidden;
}

#sec03 .sec-inner .banner-wrap02 .banner-track {
    width: 100%;
    animation: bannerMove 30s linear infinite;
    overflow: hidden;
    display: flex;
    width: max-content;
    gap: 20px;
}

#sec03 .sec-inner .banner-wrap02 a {
    display: block;
    flex-shrink: 0;
}

#sec03 .sec-inner .banner-wrap02 a img {
    display: block;
    width: 100%;
}


@media screen and (max-width: 1200px) {
    #sec03 .sec-inner .cont {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 0;
    }

    #sec03 .sec-inner .cont .tit-wrap {
        width: 100%;
    }

    #sec03 .sec-inner .cont .banner-wrap {
        width: 100%;
    }

    #sec03 .sec-inner .banner-wrap02 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1024px) {
    #sec01 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec01 .sec-inner {
        height: auto;
        gap: 80px;
        padding: 50px 40px;
    }

    #sec02 .sec-inner .swiper .swiper-slide-active {
        width: 35% !important;
    }

    #sec03 {
        background-color: #1a1a1a;
    }

    #sec03 .sec-inner {
        flex-direction: column;
        gap: 30px;
    }

    #sec03 .sec-inner .tit-wrap {
        width: 100%;
    }

    #sec03 .sec-inner .tit-wrap .obj {
        width: 30vw;
    }

    #sec03 .sec-inner .tit-wrap .obj dotlottie-wc {
        width: 40vw;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .mo {
        display: block !important;
    }

    #sec01 .sec-inner .tit-bx {
        min-width: 500px;
    }

    #sec01 .sec-inner .tit-bx hgroup h2 {
        font-size: 40px;
    }

    #sec01 .sec-inner .tit-bx hgroup h1 {
        font-size: 30px;
    }

    #sec01 .sec-inner .tit-bx hgroup h1 span {
        font-size: 80px;
    }

    #sec01 .sec-inner .tit-bx hgroup p {
        margin-top: 20px;
        word-break: keep-all;
    }

    #sec01 .sec-inner .tit-bx .obj {
        width: 15vw;
    }

    #sec01 .sec-inner .tit-bx .obj img {
        width: 100%;
        display: block;
    }

    #sec01 .obj-bx .inner .obj02 {
        display: none !important;
    }

    #sec01 .obj-bx .inner .ani {
        width: 18vw;
    }

    #sec01 .obj-bx .inner .obj01 {
        right: unset;
        left: 40%;
        width: 25%;
    }

    #sec02 {
        min-height: 800px;
    }

    #sec02 .sec-inner .tit-wrap {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    #sec02 .sec-inner .swiper .swiper-slide-active {
        width: 45% !important;
    }

    #sec03 .sec-inner {
        padding: 60px 20px;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx a:hover img {
        scale: 1;
    }
}

@media screen and (max-width: 576px) {
    body.main-body {
        font-size: 15px;
    }

    #sec01 {
        overflow: hidden;
    }

    #sec01 .btn-cookie {
        margin-left: 20px;
        width: 120px;
    }

    #sec01 .sec-inner {
        overflow: hidden;
        padding-left: 20px;
        /* padding-top: 100px; */
        padding-top: 160px;
        align-items: center;
    }

    #sec01 .sec-inner .tit-bx {
        min-width: 350px;
        margin-top: -100px;
    }

    #sec01 .sec-inner .tit-bx hgroup h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #sec01 .sec-inner .tit-bx hgroup h1 span {
        font-size: 45px;

    }

    #sec01 .sec-inner .tit-bx hgroup h1 .circle {
        font-size: 50px;
        width: 80px;
        height: 80px;
    }

    #sec01 .sec-inner .tit-bx hgroup p {
        margin-top: 15px;
        font-size: 16px;
    }

    #sec01 .sec-inner .tit-bx .obj {
        width: 15vw;
        right: -40px;
        top: 35%;
    }

    #sec01 .sec-inner .tit-bx .obj img {
        width: 100%;
        display: block;
    }

    #sec01 .obj-bx .inner .obj01 {
        width: 40%;
        left: 30%;
    }

    #sec01 .sec-inner .card {
        transform: translateY(0px);
    }

    #sec01 .sec-inner .card:nth-child(even) {
        transform: translateY(-50px);
    }

    #sec01 .sec-inner .card:nth-child(2) {
        margin-left: -100px !important;
    }

    #sec01 .sec-inner .card figure {
        width: 250px;
        height: 400px;
        overflow: hidden;
    }

    #sec01 .sec-inner .card figure figcaption {
        margin-top: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    #sec01 .sec-inner .card figure figcaption .category .obj {
        width: 20vw;
    }

    #sec01 .sec-inner .card figure figcaption .category .obj img {
        width: 100%;
        display: block;
    }

    #sec01 .sec-inner .card figure figcaption h3 {
        font-size: 16px;
    }

    #sec01 .sec-inner .card figure figcaption p {
        font-size: 14px;
    }

    #sec02 {
        min-height: auto;
    }

    #sec02 .sec-inner {
        /* padding-top: 120px; */
        padding-top: 160px;
    }

    #sec02 .sec-inner .tit-wrap {
        padding: 0 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    #sec02 .sec-inner .tit-wrap h2 {
        font-size: 40px;
    }

    #sec02 .sec-inner .swiper .swiper-slide-active {
        width: 65% !important;
    }

    #sec02 .sec-inner .swiper .swiper-slide-active h5 {
        font-size: 16px;
    }

    #sec02 .sec-inner .swiper .swiper-slide-active h5::after {
        content: url(../../images/2026/s2_obj_mo.png);
    }

    #sec02 .sec-inner .swiper .swiper-slide-active h3 {
        margin-top: 30px;
    }

    #sec02 .sec-inner .swiper .swiper-slide h3 {
        font-size: 18px;
    }

    #sec02 .sec-inner .swiper .swiper-slide h5 {
        font-size: 16px;
    }

    #sec03 .sec-inner .tit-wrap {
        flex-direction: column;
        align-items: start;
    }

    #sec03 .sec-inner .tit-wrap h2 {
        font-size: 35px;
    }

    #sec03 .sec-inner .tit-wrap h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        word-break: keep-all;
    }

    #sec03 .sec-inner .tit-wrap .obj {
        width: 40vw;
    }

    #sec03 .sec-inner .tit-wrap .obj dotlottie-wc {
        width: 50vw;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx01 {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx01 a {
        width: 100%;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx01 div {
        width: 100%;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx01 div a:first-child {
        margin-bottom: 15px;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx02 {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    #sec03 .sec-inner .banner-wrap .banner-bx02 a {
        width: 100%;
    }

    #sec03 .sec-inner .banner-wrap02 .banner-track {
        gap: 15px;
    }

    /* #sec03 .sec-inner .banner-wrap02 .banner-track {
        animation: unset;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    } */

    .cookie-popup .stage {
        height: 350px;
    }
}

@keyframes cookie {
    0% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes s1-obj {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    70% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes bannerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}