/* 헤더 영역 */
.header-area {
    height: 8rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}

.header-area.active {
    background-color: #fff;
}

.header-area.active .menu-btn {
    filter: brightness(0);
}

.header-area .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 148rem;
}

.header-area .logo {
    width: 13.5rem;
    filter: brightness(100);
}

.header-area.active .logo {
    filter: none;
}

.header-area ul {
    gap: 4rem;
}

.header-area ul li a {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
}

.header-area ul li a.active {
    font-weight: 700;
}

.header-area ul li a.apply {
    background-color: #000;
    color: #fff;
    padding: .2rem 1.8rem;
    text-align: center;
    line-height: 1.5;
    border-radius: .8rem;
    border: .2rem solid #000;
    font-weight: 700;
}

.header-area ul li a.apply:hover {
    background-color: #89CD21;
    color: #000;
}

.header-area .menu-btn {
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/ico_menu.svg)no-repeat center/cover;
    cursor: pointer;
}

.header-area .close-btn {
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/ico_close.svg)no-repeat center/cover;
    cursor: pointer;
}

/* 사이드바 */
.side-area {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: 0.3s;
}

.side-area.active {
    right: 0;
}

.side-area .header-area .wrap {
    justify-content: space-between;
}

.side-area .logo-box {
    padding: 4.8rem 4rem 4.4rem;
}

.side-area .logo-box a {
    width: 17.7rem;
}

.side-area .middle-box {
    margin-top: 10vh;
    height: 100%;
}

.side-area .middle-box ul {
    gap: 3.2rem;
}

.side-area .middle-box ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    color: #404040;
    text-align: center;
    margin-top: 1.2rem;
}

.side-area .middle-box ul li a.active {
    color: #000;
    font-weight: 700;
}

.side-area .middle-box ul li .apply {
    font-size: 1.8rem;
    color: #fff;
    background-color: #000;
    padding: 1.2rem 2rem;
    width: 16rem;
    border-radius: .8rem;
    font-weight: 600;
}

.side-area .obj-1 {
    bottom: 1.5rem;
    height: 20%;
    right: 0;
}

/* 플로팅 버튼 */
.floating {
    height: 5.6rem;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    border-top: .1rem solid #fff;
}

@media (max-width: 1279px) {

    .header-area {
        height: 6rem;
    }

    .header-area .logo {
        width: 10rem;
    }

    .header-area ul {
        display: none;
    }

    .header-area .menu-btn {
        display: block;
    }

    .floating.active {
        visibility: visible;
        opacity: 1;
    }

}

@media (max-width: 768px) {

    .header-area .close-btn,
    .header-area .menu-btn {
        width: 2.4rem;
        height: 2.4rem;
    }

}

/* //헤더 영역 */


/* ------------------------------------------------------------------------------- */


/* 메인 비주얼 영역 */
.main-visual-area {
    overflow: hidden;
    height: 100dvh;
}

.main-visual-area .wrap {
    height: 100%;
}

.main-visual-area .kv-bg-1 {
    height: 69rem;
    bottom: 11.6rem;
}

.main-visual-area .kv-bg-2 {
    height: 35rem;
    bottom: 17.5rem;
}

.main-visual-area .kv-bg-3 {
    height: 17.5rem;
}

.main-visual-area .kv-bg-4 {
    top: 22rem;
    left: 20%;
}

.main-visual-area .kv-bg-5 {
    top: 22rem;
    right: 20%;
}

.main-visual-area .kv-bg-5 img {
    animation-delay: 1.2s;
}

.main-visual-area .title {
    padding-top: 13rem;
    scale: 1;
}

.main-visual-area .kv-text-2 {
    margin-top: 2.4rem;
    margin-bottom: 2.7rem;
}

.main-visual-area .kv-text-2 .img-2 {
    width: 11rem;
    top: 5rem;
    left: -1.5rem;
}

.main-visual-area .title a {
    margin-top: 1.8rem;
    padding: 1rem 3.1rem;
    border: .2rem solid #000;
    border-radius: .8rem;
}

.main-visual-area .title a:hover {
    background-color: #89CD21;
}

.main-visual-area .title a:hover img {
    filter: brightness(0);
}

.main-visual-area .scroll-down {
    bottom: 2.4rem;
}

.kv-item-1 {
    left: 8rem;
    top: 20rem;
}

.kv-item-2 {
    right: 8rem;
    top: 20rem;
}

.kv-item-2 img {
    animation-delay: 2s;
}

.kv-item-3 {
    left: 15rem;
    top: 35rem;
}

.kv-item-4 {
    right: 15rem;
    top: 35rem;
}

.visual {
    width: 65.7rem;
    height: 33.9rem;
    bottom: 10rem;
}

.kv-1 {
    top: 0;
    left: 28%;
    width: 44%;
}

.kv-2 {
    width: 24%;
    top: 8%;
    left: 2%;
}

.kv-3 {
    width: 23%;
    top: 40%;
    left: 0;
}

.kv-4 {
    width: 23%;
    top: 68%;
    left: 4%;
}

.kv-5 {
    width: 13%;
    top: 52%;
    left: 15%;
}

.kv-6 {
    width: 5%;
    right: 10%;
    top: 3%;
}

.kv-7 {
    right: 3%;
    top: 11%;
    width: 23%;
}

.kv-8 {
    right: 9%;
    bottom: 0;
    width: 20%;
}

.kv-9 {
    right: 15%;
    top: 57%;
    width: 6.5%;
}

.kv-9 img {
    animation: twinkle 4.2s ease-in-out infinite 1.4s;
}

.kv-10 {
    right: 2%;
    bottom: 10%;
    width: 11%;
}

@media (min-width: 1025px) {
    .main-visual-area {
        height: 100dvh;
        overflow: hidden;
        font-size: min(0.520833vw, 0.925926dvh);
        /* 10px base at 1920x1080, scales to fit short screens */
    }

    .main-visual-area * {
        font-size: inherit;
    }

    .main-visual-area .wrap {
        height: 100%;
        max-width: 101em;
        padding: 0 4em;
    }

    .main-visual-area .kv-bg-1 {
        height: 69em;
        bottom: 11.6em;
    }

    .main-visual-area .kv-bg-2 {
        height: 35em;
        bottom: 17.5em;
    }

    .main-visual-area .kv-bg-3 {
        height: 17.5em;
    }

    .main-visual-area .kv-bg-4 {
        top: 22em;
        width: 22.6em;
    }

    .main-visual-area .kv-bg-5 {
        top: 22em;
        width: 20.8em;
    }

    .main-visual-area .title {
        padding-top: calc(8rem + 5em);
    }

    .main-visual-area .kv-text-1 {
        width: 17.7em;
    }

    .main-visual-area .kv-text-2 {
        margin-top: 2.4em;
        margin-bottom: 2.7em;
        width: 35.2em;
    }

    .main-visual-area .kv-text-2 .img-2 {
        width: 11em;
        top: 5em;
        left: -1.5em;
    }

    .main-visual-area .title a {
        margin-top: 1.8em;
        padding: 1em 3.1em;
        border-width: 0.2em;
        border-radius: 0.8em;
    }

    .main-visual-area .title a img {
        width: 14.4em;
    }

    .main-visual-area .text {
        font-size: 2.4em;
    }

    .main-visual-area .scroll-down {
        bottom: 2.4em;
        width: 4.6em;
    }

    .kv-item-1 {
        left: 8em;
        top: 20em;
        width: 4.4em;
    }

    .kv-item-2 {
        right: 8em;
        top: 20em;
        width: 3.5em;
    }

    .kv-item-3 {
        left: 15em;
        top: 35em;
        width: 5.7em;
    }

    .kv-item-4 {
        right: 15em;
        top: 35em;
        width: 5.0em;
    }

    .visual {
        width: 65.7em;
        height: 33.9em;
        bottom: 10em;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .main-visual-area .title {
        padding-top: calc(6rem + 5em);
    }
}

@media (max-width: 1024px) and (max-height: 1024px) {

    /* .main-visual-area {
        height: 80rem;
    } */
    .main-visual-area .title {
        /* scale: 1.15; */
        padding-top: 14rem;
    }

    .main-visual-area .kv-bg-1 {
        height: 56rem;
        bottom: 8rem;
    }

    .main-visual-area .kv-bg-2 {
        height: 18.8rem;
        bottom: 9rem;
    }

    .main-visual-area .kv-bg-3 {
        height: 9.1rem;
    }

    .kv-text-1 {
        width: 13.9rem;
    }

    .main-visual-area .kv-text-2 {
        margin-top: 2.2rem;
        margin-bottom: 3.6rem;
        width: 29.2rem;
    }

    .main-visual-area .kv-text-2 .img-2 {
        width: 9rem;
        top: 4rem;
    }

    .main-visual-area .text {
        font-size: 2rem;
    }

    .main-visual-area .title a {
        padding: .8rem 2.4rem;
        margin-top: 1.3rem;
    }

    .main-visual-area .title a img {
        width: 10.9rem;
    }

    .kv-item-1 {
        left: 4rem;
        top: 11rem;
        width: 2.4rem;
    }

    .kv-item-2 {
        right: 1rem;
        top: 13rem;
        width: 1.8rem;
    }

    .kv-item-3,
    .kv-item-4 {
        display: none;
    }

    .visual {
        width: 48.7rem;
        height: 23.9rem;
        bottom: 10rem;
    }

    /* .visual {
        width: 32.4rem;
        height: 18.3rem;
        bottom: 6rem;
    } */

    .kv-1 {
        left: 25%;
        width: 50%;
    }

    .main-visual-area .scroll-down {
        width: 2.4rem;
        bottom: 2rem;
    }
}

@media (max-width: 1024px) and (max-height: 740px) {
    .main-visual-area .title {
        /* scale: auto; */
        padding-top: 11vh;
    }

    .kv-text-1 {
        width: 10rem;
    }

    .main-visual-area .kv-text-2 {
        width: 22rem;
        margin-bottom: 2.6rem;
    }

    .main-visual-area .kv-text-2 .img-2 {
        width: 6rem;
        top: 3.5rem;
        left: -.5rem;
    }

    .main-visual-area .text {
        font-size: 1.8rem;
        margin-top: -6px;
    }

    .main-visual-area .title a img {
        width: 10rem;
    }

    .visual {
        width: 30.4rem;
        height: 16.3rem;
    }
}

@media (max-width:430px) {
    .visual {
        width: 33.7rem;
        height: 13.9rem;
    }
}
@media (max-width:374px) {
    .visual {
        width: 29.7rem;
        height: 11.9rem;

    }
}
/* ------------------------------------------------------------------------------- */


/* 한솔 캐릭터 영역 */
.character-area {
    padding: 0;
}

.character-area .title-area {
    margin-bottom: 0;
}

.character-area .container {
    padding-top: 7.5rem;
    padding-bottom: 16rem;
}

.character-area .img-area {
    width: 43.7rem;
    height: 18.3rem;
    right: -10rem;
    bottom: 5.5rem;
}

.character-area .img-area .img-1 {
    bottom: 20%;
}

.character-area .img-area .img-2 {
    width: 42%;
}

@media (max-width: 1279px) {
    .character-area .title-area .title {
        height: 7.2rem;
    }

    .character-area .title-area .title img {
        content: url(../img/s2-title-m.svg);
    }

    .character-area p {
        font-size: 1.8rem;
        margin-top: 2.4rem;
    }

    .character-area .img-area {
        width: 33.7rem;
        height: 14.1rem;
        right: 0;
    }
}

@media (max-width: 768px) {
    .character-area .container {
        padding-bottom: 25.6rem;
    }

    .character-area .img-area {
        bottom: 7.5rem;
    }
}

@media (max-width: 540px) {
    .character-area .img-area {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* ------------------------------------------------------------------------------- */


/* AI 숏폼 공모전 영역 */
.shortform-area .bg-1 {
    height: 71.2rem;
}

.shortform-area .title-area .title {
    height: 10.2rem;
}

.shortform-area .title-area .sub-title {
    font-size: 2.8rem;
    font-weight: 700;
}

.shortform-area .container {
    padding: 3.8rem 3.8rem 8.4rem;
    border-radius: 1.6rem;
}

.shortform-area .container .text div {
    font-size: inherit;
}

.shortform-area a {
    width: 30.6rem;
    padding: 1.8rem 0;
    margin: 0 auto;
    margin-top: 4.8rem;
}

.shortform-area a::before {
    top: .8rem;
}

.shortform-area a::before,
.shortform-area a::after {
    border-radius: 5rem;
}

.shortform-area a:hover::before {
    background-color: #105875;
}

.shortform-area a:hover::after {
    background-color: #17BDFF;
}

.shortform-area .bg-1 img {
    object-fit: cover;
    height: 100.3%;
}

.shortform-area .obj-1 {
    top: 18rem;
    left: -18rem;
}

.shortform-area .obj-2 {
    top: 27rem;
    left: -24rem;
}

.shortform-area .obj-3 {
    top: 12rem;
    right: 5rem;
}

.shortform-area .obj-4 {
    top: 17rem;
    right: -5rem;
}

.shortform-area .obj-5 {
    top: 17rem;
    right: -21rem;
}

.shortform-area .obj-6 {
    top: 36rem;
    right: -6rem;
}

.shortform-area .obj-6 img {
    animation: twinkle 4.2s ease-in-out infinite 1.4s;
}

/* 모달 */
.shortform-modal {
    border-radius: 1.8rem;
    border: .3rem solid #000;
    overflow: hidden;
    width: 100%;
    max-width: 56rem;
}

.shortform-modal .top-box {
    padding: 3.6rem 3.6rem 2rem;
}

.shortform-modal .top-box p {
    line-height: 2.4;
}

.shortform-modal .cont {
    padding: 3.6rem 3.6rem 7rem;
    background: url(../img/bg_grid.svg)no-repeat center/cover;
}

.shortform-modal .cont ul {
    gap: 2.2rem;
}

.shortform-modal .cont ul li .text-2 {
    padding-left: 2rem;
}

.shortform-modal .img-area {
    width: 14rem;
    height: 12rem;
    bottom: 3.4rem;
    right: 3.4rem;
}

.shortform-modal .img-area .img-1 {
    width: 56%;
    top: 0;
    left: 0;
}

.shortform-modal .img-area .img-2 {
    width: 90%;
    bottom: 0;
    right: 0;
}

.shortform-modal .img-area .img-3 {
    width: 29%;
    top: 5%;
    right: 8%;
}

@media (max-width: 1279px) {
    .shortform-area .bg-1 {
        height: 20.8em;
    }

    .shortform-area .title-area {
        margin-bottom: 3.5rem;
    }

    .shortform-area .title-area .title {
        height: 7.4rem;
    }

    .shortform-area .title-area .sub-title {
        margin-top: 2.6rem;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .shortform-area .container {
        padding: 2.4rem 2.4rem 5.4rem;
        border-radius: 1.2rem;
    }

    .shortform-area .container .text {
        font-size: 1.4rem;
    }

    .shortform-area a {
        width: 22rem;
        padding: 1.3rem 0;
        margin-top: 2.6rem;
        font-size: 1.6rem;
    }

    .shortform-area a::before {
        display: none;
    }

    .shortform-area .obj-1,
    .shortform-area .obj-2 {
        display: none;
    }

    .shortform-area .obj-3 {
        width: 3rem;
        top: -4rem;
        right: 15rem;
    }

    .shortform-area .obj-4 {
        top: 0rem;
        right: 9rem;
        width: 8.1rem;
    }

    .shortform-area .obj-5 {
        top: -3rem;
        right: 2rem;
        width: 10rem;
    }

    .shortform-area .obj-6 {
        top: -5rem;
        right: 3rem;
        width: 2.8rem;
    }

    /* 모달 */
    .modal-area .close-btn {
        top: 1.7rem;
        right: 1.7rem;
        width: 1.8rem;
    }

    .shortform-modal .top-box {
        padding: 4.8rem 2.4rem 1.4rem 2.4rem;
    }

    .shortform-modal .top-box img:first-child {
        width: 13.8rem;
    }

    .shortform-modal .top-box p {
        font-size: 1.4rem;
    }

    .shortform-modal .cont {
        padding: 2.4rem 2.4rem 14.5rem;
    }

    .shortform-modal .cont ul li .text-1 {
        font-size: 1.6rem;
    }

    .shortform-modal .cont ul li .text-2 {
        font-size: 1.4rem;
    }

    .shortform-modal .img-area {
        width: 11.9rem;
        height: 10.3rem;
        bottom: 2.6rem;
        right: 2.6rem;
    }
}


/* ------------------------------------------------------------------------------- */


/* 공모전 소개 영역 */
.contest-area .bg-1 img {
    object-fit: cover;
    height: 100%;
}

.contest-area .bg-1 {
    height: 100%;
    top: 0;
}

.contest-area .bg-2 {
    bottom: 0;
    right: 11%;
}

.contest-area .box h2 {
    margin-bottom: 2.8rem;
}

.contest-area .box-1 .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.contest-area .box-1 .card {
    padding: 3.3rem 3.2rem;
    gap: 3.6rem;
}

.contest-area .box-1 .notice-list {
    margin-top: 3.4rem;
}

.contest-area .box-2 {
    margin-top: 4.8rem;
}

.contest-area .box-2 .grid-box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.7rem;
}

.contest-area .box-2 .card {
    padding: 3rem 2.6rem 3rem 2.8rem;
}

.contest-area .box-2 .card::before,
.contest-area .box-2 .card::after {
    border-radius: 1.2rem;
}

.contest-area .box-2 .card::before {
    background-color: #B37E00;
}

.contest-area .box-2 .card::after {
    background-color: #FCB713;
}

.contest-area .box-2 .card .text-1 {
    gap: .7rem;
}

.contest-area .box-2 .card .numb {
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 50%;
}

.contest-area .obj-1 {
    right: -2.5rem;
    bottom: -3.5rem;
}

@media (max-width: 1279px) {
    .contest-area .title-area {
        margin-bottom: 4.4rem;
    }

    .contest-area .box h2 {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }

    .contest-area .box-1 .card {
        padding: 2rem;
        gap: 2.4rem;
    }

    .contest-area .box-1 .card.shadow-1::before,
    .contest-area .box-2 .card.shadow-1::before {
        top: .4rem;
    }

    .contest-area .box-1 .card img:first-child {
        width: 7rem;
    }

    .contest-area .box-1 .card img:last-child {
        height: 4.8rem;
    }

    .contest-area .box-1 .notice-list {
        margin-top: 2.6rem;
    }

    .contest-area .box-2 .card {
        padding: 2rem 2rem 1.8rem;
    }

    .contest-area .box-2 .card .text-1 {
        font-size: 1.8rem;
    }

    .contest-area .box-2 .card .text-2 {
        font-size: 1.4rem;
        margin-top: .3rem;
    }

    .contest-area .box-2 .card>img {
        width: 5.2rem;
    }

    .contest-area .obj-1 {
        width: 7.3rem;
        right: -1.5rem;
    }
}

@media (max-width: 768px) {
    .contest-area .bg-1 img {
        content: url(../img/s4-bg-1-m.svg);
    }

    .contest-area .box-1 .grid-box {
        grid-template-columns: 1fr;
        gap: 2.8rem;
    }

    .contest-area .box-2 .grid-box {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    .contest-area .obj-1 {
        right: 2rem;
        bottom: auto;
        top: 41rem;
    }

    .contest-area .bg-2 {
        bottom: auto;
        right: 2.4rem;
        width: 17.8rem;
        top: 8.5rem;
    }
}


/* ------------------------------------------------------------------------------- */


/* 지원 방법 영역 */
.apply-area .box-1 ul {
    gap: 2rem;
}

.apply-area .box-1 ul li {
    gap: 2.4rem;
}

.apply-area .box-1 .tag {
    padding: .4rem 2rem;
    border-radius: .8rem;
}

.apply-area .box-2 {
    margin-top: 7rem;
}

.apply-area .box-2 .text-box div {
    font-size: inherit;
}

.apply-area .box-2 ul {
    margin-top: 3.6rem;
    gap: 3rem;
}

.apply-area .box-2 ul li {
    padding: 4rem;
    gap: 5rem;
}

.apply-area .box-2 ul li::before {
    background-color: #DCAF32;
}

.apply-area .box-2 .step-box {
    min-width: 13.6rem;
}

.apply-area .box-2 .type-box .tm {
    padding-left: .8rem;
}

.apply-area .box-2 p {
    gap: .7rem;
}

.apply-area .box-2 .numb {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}

.apply-area .bg-1 {
    top: -19.6rem;
    right: -24.8rem;
}

.apply-area .bg-2 {
    bottom: 1.1rem;
    left: 9.9rem;
}

.apply-area .bg-2 img {
    opacity: .8;
}

.apply-area .obj-box {
    width: 27.3rem;
    height: 27.1rem;
    right: -4.4rem;
}

.apply-area .obj-1 {
    width: 70%;
    left: 7%;
}

.apply-area .obj-2 {
    width: 83%;
    bottom: 0;
}

.apply-area .obj-3 {
    width: 23%;
    top: 24%;
    right: 0;
}

@media (max-width: 1279px) {
    .apply-area .title-area {
        margin-bottom: 4.4rem;
    }

    .apply-area .box-1 .tag {
        padding: .3rem 1.6rem;
        border-radius: .6rem;
        font-size: 1.6rem;
    }

    .apply-area .box-1 .text {
        font-size: 1.5rem;
        padding-top: .4rem;
    }

    .apply-area .box-1 ul li {
        gap: 1.6rem;
    }

    .apply-area .box-2 {
        margin-top: 6rem;
    }

    .apply-area .box-2 .text-box {
        font-size: 1.8rem;
    }

    .apply-area .box-2 ul {
        margin-top: 2.4rem;
        gap: 2.8rem;
    }

    .apply-area .box-2 ul li {
        padding: 2rem;
        gap: 3.2rem;
    }

    .apply-area .box-2 .step-box {
        min-width: 8.8rem;
    }

    .apply-area .box-2 .step-box .step {
        font-size: 1.4rem;
    }

    .apply-area .box-2 .step-box .step-title {
        margin-top: .5rem;
        height: 1.7rem;
    }

    .apply-area .box-2 .type-box div {
        font-size: 1.2rem;
    }

    .apply-area .box-2 .type-box .tm {
        padding-left: .6rem;
    }

    .apply-area .box-2 p {
        font-size: 1.4rem;
        gap: .4rem;
    }

    .apply-area .box-2 .conts>div {
        font-size: 1.2rem;
    }

    .apply-area .box-2 .numb {
        width: 1.3rem;
        height: 1.3rem;
        font-size: .9rem;
        margin-top: .45rem;
    }

    .apply-area .box-2 .conts img {
        margin-top: 1rem;
        width: 29.5rem;
    }

    .apply-area .bg-1 {
        top: -7.1rem;
        right: -19.5rem;
        width: 46.8rem;
    }

    .apply-area .bg-2 {
        bottom: -6rem;
        left: -16rem;
        width: 46.8rem;
    }

    .apply-area .obj-box {
        width: 14.2rem;
        height: 13.7rem;
        right: 0;
        top: -10rem;
    }
}

@media (max-width: 768px) {
    .apply-area .box-1 ul li {
        gap: .8rem;
        flex-direction: column;
    }

    .apply-area .box-2 .conts img {
        content: url(../img/s5-hashtag-m.svg);
        width: 21.6rem;
    }

    .apply-area .box-2 ul li {
        gap: 1.4rem;
        flex-direction: column;
    }

    .apply-area .obj-1 {
        display: none;
    }
}


/* ------------------------------------------------------------------------------- */


/* AI 활용 가이드 영역 */
.guide-area .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.8rem;
}

.guide-area .line {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='6' stroke-dasharray='1%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    height: .2rem;
    opacity: .4;
    margin: 6rem 0 4rem 0;
}

@media (max-width: 1279px) {
    .guide-area .grid-box {
        margin-bottom: 2rem;
    }

    .guide-area .text {
        font-size: 1.5rem;
    }

    .guide-area .line {
        margin: 4rem 0 2.4rem 0;
    }
}

@media (max-width: 768px) {
    .guide-area .grid-box {
        overflow-x: auto;
        gap: 1.2rem;
        width: calc(100% + 4rem);
        margin-left: -2rem;
        padding: 0 2rem;
    }

    .guide-area .grid-box .img-box {
        min-width: 27.4rem;
    }
}


/* ------------------------------------------------------------------------------- */


/* 계열사 소개 영역 */
/* .company-area .bg-1 img {
    object-fit: cover;
    height: 100%;
} */
.company-area .bg-1 {
    height: 100%;
    top: -.1%;
}

.company-area .title-area {
    margin-bottom: 12rem;
}

.company-area .title-area .title {
    height: 10.2rem;
}

.company-area .obj-1 {
    top: 1rem;
    right: 0;
}

/* .tab-menu-scroll {
    overflow-x: auto;
    width: 100vw;
    position: relative;
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: -50vw;
} */
.tab-menu-1 {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: .4rem;
    width: max-content;
    min-width: 100%;

    width: 83vw;
    position: relative;
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: -50vw;
}

.tab-menu-1::-webkit-scrollbar {
    width: .8rem;
    height: .8rem;
    background-color: transparent;
    border-radius: 1rem;
}

.tab-menu-1::-webkit-scrollbar-thumb {
    width: .6rem;
    height: .6rem;
    /* background: linear-gradient(to right, #84D82B 0%, #DAF0C4 5%, #DAF0C4 95%, #84D82B 100%); */
    background: linear-gradient(to right, #DAF0C4 0%, #92dc44 35%, #84D82B 65%, #DAF0C4 100%);
    /* background-color: #DAF0C4; */
    border-radius: 1rem;
    cursor: pointer;
}

.tab-menu-1>li a {
    padding: 2rem 5.8rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: #404040;
    border-bottom: .2rem solid #9B9B9B;
    position: relative;
}

.tab-menu-1>li.active a {
    font-weight: 700;
    color: #84D82B;
}

.tab-menu-1>li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: .3rem;
    background-color: #84D82B;
}

.tab-menu-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 4rem;
    gap: 1.2rem;
}

.tab-menu-2 li {
    width: 100%;
}

.tab-menu-2>li a {
    width: 100%;
    height: 7.2rem;
    border-radius: 1.2rem;
}

.tab-menu-2>li.active a {
    background-color: #84D82B;
    color: #fff;
}

.tab-cnt-2>li .title-box-1 {
    padding-top: 11.2rem;
    padding-bottom: 7.8rem;
}

.tab-cnt-2>li .title-box-2 {
    padding-top: 2.8rem;
    padding-bottom: 4.8rem;
    border-top: .2rem solid #84D82B;
}

.tab-cnt-2 .tab3-box {
    gap: 2rem;
    align-items: flex-start;
    /* margin-left: -2rem; */
}

.tab-cnt-3 .grid-box.iones .img-box {
    min-width: 100%;
}

.tab-menu-3 {
    width: 17rem;
    overflow: hidden;
    border-radius: 1rem;
}

.tab-menu-3 li a {
    padding: 1.8rem;
}

.tab-menu-3 li:not(:first-child) a {
    border-top: .1rem solid #fff;
}

.tab-menu-3 li.active a {
    font-weight: 700;
    background-color: #84D82B;
    color: #fff;
}

.tab-cnt-3 {
    border-radius: 1.6rem;
    width: calc(100% - 19rem);
}

.tab-cnt-3 .head-img {
    height: 21rem;
}

.tab-cnt-3 .conts {
    padding: 4.8rem 3.8rem 10rem 3.8rem;
}

.tab-cnt-3 .head-text-box {
    padding-bottom: 6.8rem;
}

.tab-cnt-3 .speech {
    gap: 1.6rem;
    padding: 3rem;
    border-radius: 1.6rem;
}

.tab-cnt-3 .speech .polygon {
    bottom: -1.5rem;
}

.tab-cnt-3 .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    padding-top: 4.4rem;
}

.tab-cnt-3 .grid-box.iones {
    display: block;
}

.tab-cnt-3 .ex-box p {
    padding: .4rem 2rem;
    border-radius: 2rem;
}

.tab-cnt-3 .ex-box ul li:first-child {
    border-top: .1rem solid #D7D7D7;
}

.tab-cnt-3 .ex-box ul li {
    border-bottom: .1rem solid #D7D7D7;
    border-right: .1rem solid #D7D7D7;
    border-left: .4rem solid #84D82B;
    padding: 1.2rem 2rem;
    gap: 1.2rem;
}

.tab-cnt-3 .ex-box ul li::before {
    position: relative;
    content: '';
    background: url(../img/ico_check.svg)no-repeat center/cover;
    min-width: 2.2rem;
    height: 2.2rem;
    top: .3rem;
}

.tab-cnt-3 .type {
    padding: 1.2rem;
}
.tab-cnt .company-link {
    display: flex;
    justify-content: end;
}
.tab-cnt .company-link a{
    margin-top: 4.8rem;
    color: #84D82B;
    font-size: clamp(1.5rem, 3vw, 1.7rem);
}
.tab-cnt .company-link a:after {
    content: '';
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.6rem;

    background: url('../img/arrow-left-green.svg') center center no-repeat;
    background-size: 1.6rem 1.6rem;

    animation: blink 1s step-end infinite
}
.tab-cnt .company-link a:hover {
    text-decoration: underline;
    text-underline-offset: 4px; /* 텍스트와 선 사이 간격 */
}
@media (max-width: 1280px) {
    .tab-menu-1 {
        width: max-content;
    }

    .tab-menu-1>li a {
        padding: 2rem 4.1rem;
    }
}

@media (max-width: 1279px) {
    .company-area .title-area {
        margin-bottom: 6rem;
    }

    .company-area .title-area .title {
        height: 7.4rem;
    }

    .company-area .obj-1 {
        top: 0;
        width: 11rem;
    }

    .tab-menu-1 {
        overflow-x: visible;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tab-menu-1>li a {
        padding: 3rem 0 2rem 0;
        font-size: 2rem;
        border-bottom: .1rem solid #666;
        font-size: 1.6rem;
    }

    .tab-menu-2 {
        padding-top: 3.2rem;
        gap: 1rem;
    }

    .tab-menu-2>li a {
        height: 4.8rem;
        border-radius: .8rem;
        font-size: 1.6rem;
    }

    .tab-cnt-2>li .title-box-1 {
        padding-top: 6rem;
        padding-bottom: 4.8rem;
    }

    .tab-cnt-2>li .title-box-1 h2 {
        font-size: 1.8rem;
    }

    .tab-cnt-2>li .title-box-1 .sub-text-1 {
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
    }

    .tab-cnt-2>li .title-box-1 .sub-text-2 {
        font-size: 1.4rem;
    }

    .tab-cnt-2>li .title-box-2 {
        padding: 2.4rem 0;
    }

    .tab-cnt-2>li .title-box-2 h3 {
        font-size: 1.8rem;
    }

    .tab-cnt-2>li .title-box-2 .sub-text-3 {
        font-size: 1.6rem;
        margin-top: .8rem;
    }

    .tab-menu-3 li a {
        padding: 1.3rem;
        font-size: 1.6rem;
    }

    .tab-cnt-3 .conts {
        padding: 2.4rem 2.4rem 8rem;
    }

    .tab-cnt-3 .head-text-box {
        padding-bottom: 2.8rem;
    }

    .tab-cnt-3 .head-text-box .head-title {
        font-size: 1.8rem;
    }

    .tab-cnt-3 .head-text-box .head-text {
        font-size: 1.6rem;
    }

    .tab-cnt-3 .speech {
        padding: 1.8rem;
        border-radius: .8rem;
    }

    .tab-cnt-3 .speech-text-box>div {
        font-size: 1.4rem;
    }

    .tab-cnt-3 .grid-box {
        padding-top: 3.6rem;
    }

    .tab-cnt-3 .ex-box {
        padding-top: 2.4rem;
    }

    .tab-cnt-3 .ex-box p {
        margin-bottom: 1rem;
        padding: .4rem 1.8rem;
        font-size: 1.6rem;
    }

    .tab-cnt-3 .ex-box ul li {
        padding: 1rem 1.7rem;
        font-size: 1.6rem;
    }

    .tab-cnt-3 .ex-box ul li::before {
        min-width: 2rem;
        height: 2rem;
        top: .2rem;
    }
}

@media (max-width: 768px) {
    .company-area .obj-1 {
        top: -3rem;
        width: 10.8rem;
        right: 3rem;
    }

    .tab-menu-1 {
        grid-template-columns: 1fr 1fr;
    }

    .tab-cnt-2 .tab3-box {
        flex-direction: column;
        gap: 4.8rem;
    }

    .tab-menu-3 {
        width: 100%;
        border-radius: 0;
        flex-direction: row;
        padding: 0 2rem;
        padding-bottom: .1rem;
        overflow-x: auto;
    }

    .tab-menu-3 li {
        width: 100%;
    }

    .tab-menu-3 li a {
        width: 100%;
        background-color: transparent;
        border-bottom: .1rem solid #666;
        position: relative;
        min-width: 15rem;
        text-align: center;
        white-space: nowrap;
        padding: 1.3rem 4.8rem;
    }

    .tab-menu-3 li a br {
        display: none;
    }

    .tab-menu-3 li:not(:first-child) a {
        border-top: none;
    }

    .tab-menu-3 li.active a {
        color: #84D82B;
        background-color: transparent;
    }

    .tab-menu-3 li.active a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.2rem;
        width: 100%;
        height: .3rem;
        background-color: #84D82B;
    }

    .tab-cnt-3 {
        width: 100%;
    }

    .tab-cnt-2 .tab3-box {
        width: calc(100% + 4rem);
    }

    .tab-cnt-3 {
        border-radius: 0;
        background-color: transparent;
    }

    .tab-cnt-3 .head-img {
        height: 11.1rem;
    }

    .tab-cnt-3 .grid-box {
        width: calc(100% + 4rem);
        padding-left: 2rem;
        padding-right: 2rem;
        margin-left: -2rem;
        overflow-x: auto;
    }

    .tab-cnt-3 .grid-box .img-box {
        min-width: 32.5rem;
    }

    .tab-cnt .company-link {
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .tab-menu-2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .tab-menu-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ------------------------------------------------------------------------------- */


/* 시상 혜택 영역 */
.benefit-area .box-1 {
    padding: 10rem 0;
}

.benefit-area .box-1 .bg-1 {
    top: -31.5rem;
    right: -35rem;
}

.benefit-area .box-1 .bg-2 {
    bottom: -41.6rem;
    left: -34.6rem;
}

.benefit-area .box-1 .bg-2 img {
    opacity: .65;
}

.benefit-area .box-2 .wrap {
    padding-top: 4.5rem;
    padding-bottom: 6.8rem;
}

.benefit-area .box-3 {
    padding: 4.8rem 0 13rem 0;
}

.benefit-area .grid-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.benefit-area .card {
    padding: 3.4rem 0 2.8rem 0;
}

.benefit-area .numb {
    top: -2.1rem;
    left: 2.8rem;
}

.benefit-area .obj-1 {
    width: 16.6rem;
    top: -1rem;
    right: -2rem;
}

.benefit-area .obj-2 {
    top: 18rem;
    left: -1rem;
}

.benefit-area .obj-3 {
    width: 7.8rem;
    bottom: -6rem;
    left: -1rem;
}

.benefit-area .obj-4 {
    top: 11rem;
    left: -8rem;
}

.benefit-area .obj-5 {
    width: 6.8rem;
    top: 11rem;
    right: -8rem;
}

.benefit-area .obj-5 img {
    animation-delay: 2s;
}

.benefit-area .obj-6 {
    right: 0;
    bottom: 0;
}

.benefit-area .obj-7 {
    right: 31.5rem;
    bottom: 3.6rem;
}

.benefit-area .obj-8 {
    right: 6.5rem;
    bottom: 5rem;
}

.benefit-area .obj-9 {
    right: 7.8rem;
    bottom: 0;
}

@media (max-width: 1279px) {
    .benefit-area .numb {
        top: -1.95rem;
        left: 1.8rem;
        width: 6.2rem;
    }

    .benefit-area .card .money {
        height: 2.4rem;
    }

    .benefit-area .card p.tm {
        font-size: 1.6rem;
    }

    .benefit-area .card p.tsb {
        font-size: 1.4rem;
    }

    .benefit-area .card .icon {
        width: 10rem;
    }

    .benefit-area .box-2 .wrap {
        padding-top: 3.6rem;
    }

    .benefit-area .box-2 .text-box div {
        margin-top: .2rem;
        font-size: 1.8rem;
    }

    .benefit-area .obj-6 {
        width: 16.6rem;
    }

    .benefit-area .obj-7 {
        width: 1.7rem;
        right: 27.5rem;
    }

    .benefit-area .obj-8 {
        width: 2.2rem;
    }

    .benefit-area .obj-9 {
        width: 20.6rem;
        right: 6rem;
    }

    .benefit-area .box-3 {
        padding: 2.8rem 0 10rem 0;
    }

    .benefit-area .box-1 .bg-1 {
        width: 48.8rem;
        top: -18.6rem;
        right: -22.06rem;
    }

    .benefit-area .box-1 .bg-2 {
        width: 48.8rem;
        bottom: -18.6rem;
        left: -22.06rem;
    }

    .benefit-area .obj-1 {
        width: 11.7rem;
        top: 0rem;
        right: -1rem;
    }

    .benefit-area .obj-2 {
        left: 0;
        width: 4rem;
    }

    .benefit-area .obj-3 {
        width: 5.5rem;
        bottom: -5rem;
        left: 0rem;
    }

    .benefit-area .obj-4 {
        width: 4rem;
    }

    .benefit-area .obj-5 {
        width: 4.8rem;
    }
}

@media (max-width: 768px) {
    .benefit-area .grid-box {
        grid-template-columns: 1fr;
    }

    .benefit-area .card {
        padding: 2rem 0 2rem 3.2rem;
        flex-direction: row;
        gap: 2rem;
    }

    .benefit-area .numb {
        top: -1.65rem;
        left: -.9rem;
        width: 5.2rem;
    }

    .benefit-area .card .icon {
        width: 7rem;
    }

    .benefit-area .card-1 .icon {
        content: url(../img/s7-ico-1-m.svg);
    }

    .benefit-area .card-2 .icon {
        content: url(../img/s7-ico-2-m.svg);
    }

    .benefit-area .card-3 .icon {
        content: url(../img/s7-ico-3-m.svg);
    }

    .benefit-area .text-box {
        align-items: flex-start;
    }

    .benefit-area .card p.tm {
        font-size: 1.3rem;
    }

    .benefit-area .card p.tsb {
        display: none;
    }

    .benefit-area .card .money {
        margin-top: 0;
        margin-bottom: .6rem;
    }

    .benefit-area .card .text-box>div {
        position: relative;
    }

    .benefit-area .card .text-box>div::after {
        position: absolute;
        content: '(1팀)';
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.6;
        right: -2.8rem;
        top: .8rem;
    }

    .benefit-area .card-2 .text-box>div::after {
        content: '(2팀)';
    }

    .benefit-area .card-3 .text-box>div::after {
        content: '(3팀)';
    }

    .benefit-area .box-1 .bg-2,
    .benefit-area .obj-2,
    .benefit-area .obj-4,
    .benefit-area .obj-5 {
        display: none;
    }

    .benefit-area .obj-1 {
        top: -2rem;
        right: 1rem;
    }

    .benefit-area .obj-3 {
        bottom: auto;
        left: auto;
        top: 4rem;
        right: 0.5rem;
        transform: scaleX(-1);
    }
}

@media (max-width: 540px) {
    .benefit-area .box-2 .wrap {
        padding-bottom: 14.5rem;
    }

    .benefit-area .obj-6 {
        width: 16.6rem;
        left: 50%;
        transform: translateX(-5%);
        right: auto;
    }

    .benefit-area .obj-7 {
        width: 1.7rem;
        right: auto;
        left: 50%;
        transform: translateX(-800%);
    }

    .benefit-area .obj-8 {
        width: 2.2rem;
        right: auto;
        left: 50%;
        transform: translateX(350%);
    }

    .benefit-area .obj-9 {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* ------------------------------------------------------------------------------- */


/* FAQ 영역 */
.tab-menu-box-1>li a {
    padding: 0 2.8rem;
}

.tab-menu-box-1>li:first-child a {
    padding-left: 0;
}

.tab-menu-box-1>li:last-child a {
    padding-right: 0;
}

.tab-menu-box-1>li:not(:last-child) a {
    border-right: .1rem solid #000;
}

.tab-menu-box-1>li.active a {
    color: #84D82B;
    font-weight: 700;
}

.tab-cnt-box-1 {
    margin-top: 5rem;
    gap: 1.6rem;
}

.tab-cnt-box-1 .list-box {
    gap: 1.6rem;
    display: flex;
    flex-direction: column;
}

.tab-cnt-box-1 .list-box li {
    overflow: hidden;
    border-radius: 1.6rem;
    border: .2rem solid #000;
}

.tab-cnt-box-1 .list-box li .area-1 {
    background-color: #fff;
    padding: 3.2rem 6.8rem 3.2rem 2.8rem;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    color: #1A1A1A;
    display: flex;
    line-height: 1.6;
}

.tab-cnt-box-1 .list-box li .area-1 div {
    font-size: inherit;
    font-weight: inherit;
    color: #84D82B;
    padding-right: .8rem;
    margin-top: .6rem;
}

.tab-cnt-box-1 .list-box li .area-1::after {
    position: absolute;
    content: '';
    background: url(../img/ico-plus.svg)no-repeat center/cover;
    width: 2.7rem;
    height: 2.7rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2.8rem;
}

.tab-cnt-box-1 .list-box li .area-2 {
    background-color: #EFF4EA;
    border-top: .2rem solid #000;
    display: none;
    padding: 2.8rem 2.7rem 3.2rem 5.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #020202;
}

.tab-cnt-box-1 .list-box li .area-2 div {
    line-height: inherit;
    font-size: inherit;
}

.tab-cnt-box-1 .list-box li.active .area-1::after {
    background-image: url(../img/ico-minus.svg);
}

@media (max-width: 1279px) {
    .tab-menu-box-1 {
        justify-content: space-around;
    }

    .tab-menu-box-1>li {
        width: 100%;
    }

    .tab-menu-box-1>li a {
        font-size: 1.6rem;
        padding: 0;
    }

    .tab-cnt-box-1 {
        margin-top: 3.2rem;
        gap: 1.2rem;
    }

    .tab-cnt-box-1 .list-box {
        gap: 1.2rem;
    }

    .tab-cnt-box-1 .list-box li {
        border-radius: 1.2rem;
    }

    .tab-cnt-box-1 .list-box li .area-1 {
        padding: 2.2rem 4.8rem 2.2rem 1.8rem;
        font-size: 1.6rem;
    }

    .tab-cnt-box-1 .list-box li .area-1 div {
        font-size: 1.7rem;
        padding-right: .4rem;
        margin-top: .4rem;
    }

    .tab-cnt-box-1 .list-box li .area-2 {
        padding: 2.2rem 2.4rem 2.4rem 4rem;
        font-size: 1.4rem;
    }

    .tab-cnt-box-1 .list-box li .area-1::after {
        width: 2.4rem;
        height: 2.4rem;
        right: 2.2rem;
    }
}

@media (max-width: 768px) {
    .tab-cnt-box-1 .list-box li {
        border-radius: .8rem;
    }

    .tab-cnt-box-1 .list-box li .area-1 {
        padding: 1.5rem 4rem 1.5rem 1.5rem;
        font-size: 1.4rem;
    }

    .tab-cnt-box-1 .list-box li .area-1::after {
        width: 2.2rem;
        height: 2.2rem;
        right: 1.5rem;
    }

    .tab-cnt-box-1 .list-box li .area-1 div {
        font-size: 1.5rem;
    }

    .tab-cnt-box-1 .list-box li .area-2 {
        padding: 1.5rem;
        padding-left: 3.4rem;
        font-size: 1.2rem;
    }

    .tab-menu-box-1 {
        width: 100%;
        border-radius: 0;
        flex-direction: row;
        padding: 0 2rem;
        padding-bottom: .1rem;
        overflow-x: auto;
        margin-left: -2rem;
        width: calc(100% + 4rem);
    }

    .tab-menu-box-1>li {
        width: 100%;
    }

    .tab-menu-box-1>li a {
        width: 100%;
        border-bottom: .1rem solid #666;
        position: relative;
        min-width: 15rem;
        text-align: center;
        font-size: 1.6rem;
        padding: 1.3rem;
        color: #707070;
    }

    .tab-menu-box-1>li:first-child a,
    .tab-menu-box-1>li:last-child a {
        padding: 1.3rem;
    }

    .tab-menu-box-1>li:not(:last-child) a {
        border-right: none;
    }

    .tab-menu-box-1>.active a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.2rem;
        width: 100%;
        height: .3rem;
        background-color: #84D82B;
    }
}


/* ------------------------------------------------------------------------------- */


/* 타이머 영역 */
.timer-area {
    background: url(../img/s4-bg-1.svg)no-repeat center/cover;
}

.timer-area .obj-box {
    z-index: -1;
}

.timer-area .wrap {
    max-width: 75.5rem;
}

.timer-area .title-area {
    margin-bottom: 0;
}

.timer-area .box div {
    width: 14.6rem;
}

.timer-area a {
    padding: 1.6rem 4.8rem;
    border-radius: .8rem;
    border: .2rem solid #000;
}

.timer-area a:hover {
    background-color: #89CD21;
}

.timer-area a:hover img {
    filter: brightness(0);
}

.timer-area .obj-1 {
    width: 16.2rem;
    top: 13rem;
    left: -24rem;
}

.timer-area .obj-2 {
    width: 18.9rem;
    top: 1.5rem;
    left: -19rem;
}

.timer-area .obj-3 {
    width: 17.2rem;
    top: 23rem;
    left: -22rem;
}

.timer-area .obj-4 {
    width: 9.3rem;
    top: 19rem;
    left: -11rem;
}

.timer-area .obj-5 {
    width: 2.7rem;
    top: 21rem;
    left: -30rem;
}

.timer-area .obj-6 {
    width: 17rem;
    top: 1rem;
    right: -22rem;
}

.timer-area .obj-7 {
    width: 15.2rem;
    top: 21rem;
    right: -18rem;
}

.timer-area .obj-8 {
    width: 4.8rem;
    top: 17rem;
    right: -13rem;
}

.timer-area .obj-8 img {
    animation: twinkle 4.2s ease-in-out infinite 1.4s;
}

.timer-area .obj-9 {
    width: 8rem;
    top: 18rem;
    right: -23rem;
}

.timer-area .obj-10 {
    width: 3.2rem;
    top: 18rem;
    right: -30rem;
}

@media (max-width: 1279px) {
    .timer-area .timer {
        margin-top: .6rem;
    }

    .timer-area .box div {
        font-size: 5rem;
        width: 6.7rem;
    }

    .timer-area .time-circle {
        font-size: 5rem;
    }

    .timer-area a {
        padding: .9rem 3.8rem .7rem 3.8rem;
        border-radius: .6rem;
        margin: 4.2rem 0 1.2rem 0;
    }

    .timer-area a img {
        width: 6.4rem;
    }

    .timer-area .wrap>img {
        width: 22.9rem;
    }

    .timer-area .notice-list {
        margin-top: .8rem;
    }

    .timer-area .obj-box {
        width: 40%;
    }

    .timer-area .obj-1 {
        width: 11.2rem;
        top: 9rem;
        left: -22rem;
    }

    .timer-area .obj-2 {
        width: 12rem;
        left: -17rem;
    }

    .timer-area .obj-3 {
        width: 11.4rem;
        top: 15rem;
        left: -20rem;
    }

    .timer-area .obj-4 {
        width: 6.3rem;
        top: 13rem;
    }

    .timer-area .obj-5 {
        width: 1.5rem;
        top: 14rem;
        left: -25rem;
    }

    .timer-area .obj-6 {
        width: 11.4rem;
        right: -18rem;
    }

    .timer-area .obj-7 {
        width: 10.1rem;
        top: 15rem;
        right: -16rem;
    }

    .timer-area .obj-8 {
        width: 2.5rem;
        top: 12.8rem;
        right: -12rem;
    }

    .timer-area .obj-9 {
        width: 5.4rem;
        top: 13rem;
        right: -20rem;
    }

    .timer-area .obj-10 {
        width: 2rem;
        top: 12rem;
        right: -24rem;
    }
}

@media (max-width: 768px) {
    .timer-area {
        padding-bottom: 23.4rem;
    }

    .timer-area .notice-list li::before {
        display: none;
    }

    .timer-area .obj-box {
        width: 31.2rem;
        height: 12.8rem;
        bottom: -16.9rem;
    }

    .timer-area .obj-1,
    .timer-area .obj-4,
    .timer-area .obj-5 {
        display: none;
    }

    .timer-area .obj-2 {
        top: auto;
        left: auto;
        bottom: .3rem;
        right: .7rem;
        z-index: 1;
    }

    .timer-area .obj-3 {
        top: 0;
        right: 0;
        left: auto;
    }

    .timer-area .obj-6 {
        top: 0;
        right: auto;
        left: 0;
    }

    .timer-area .obj-7 {
        top: .5rem;
        right: 10rem;
    }

    .timer-area .obj-8 {
        top: 1rem;
        right: auto;
        left: 9.4rem;
    }

    .timer-area .obj-9 {
        top: auto;
        right: auto;
        bottom: 0;
        left: 9.6rem;
    }

    .timer-area .obj-10 {
        display: none;
    }
}


/* ------------------------------------------------------------------------------- */


/* sns 영역 */
.sns-area {
    padding: 10rem 0;
    /* background: url(../img/s4-bg-1-2.svg)no-repeat center/cover; */
}
.sns-area .wrap {
    gap: 4rem;
}
.sns-area .bg {
    position: absolute;
    content: '';
    background: url(../img/s4-bg-1.svg)no-repeat center/cover;
    width: 100%;
    height: 69.8rem;
    top: 0;
}
.sns-area a {
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .sns-area {
        padding: 8rem 0;
    }
    .sns-area .wrap {
        gap: 2.4rem;
    }
    .sns-area a {
        width: 10rem;
    }
    .sns-area .bg {
        height: 46.4rem;
    }
}

@media (max-width: 768px) {
    .sns-area {
        padding: 6.4rem 0;
    }
    .sns-area .wrap {
        gap: 1.1rem;
    }
    .sns-area a {
        width: 7rem;
    }
    .sns-area .bg {
        height: 62rem;
    }
}


/* ------------------------------------------------------------------------------- */


/* footer 영역 */
footer {
    padding: 5.5rem 0;
}

@media (max-width: 1279px) {
    footer {
        padding: 3rem 0;
        padding-bottom: 9rem;
    }

    footer img {
        width: 8rem;
    }

    footer .wrap {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    footer img {
        width: 6rem;
    }

    footer .wrap {
        font-size: 1.2rem;
    }
}

/* //footer 영역 */

/* =============================================================================== */
/* Event Closed Cover Page (마감 페이지) */
/* =============================================================================== */
.coverPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #17BDFF 0%, #0C6EAC 50%, #032135 100%);
    background-size: 400% 400%;
    animation: coverPageGradient 12s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

@keyframes coverPageGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.coverPage .closing-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    animation: coverPageFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.coverPage .closing-logo {
    width: 28rem;
    max-width: 80vw;
    height: auto;
    filter: brightness(0) invert(1);
    animation: coverPageFloat 4s ease-in-out infinite;
}

@keyframes coverPageFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes coverPageFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
