/*# sourceMappingURL=style.css.map */
@charset "UTF-8";

/* ----------------------------------
 2025 연간계획안 
-----------------------------------*/
@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

img {
    max-width:none;
}

body {
    font-size: 26px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.6px !important;
    color: #fff !important;
    font-weight: 400 !important;
    margin: 0 auto !important;
    background-color: #191919 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

h1 {
    font-size: 80px;
    margin: 1.5rem 0rem;
    font-family: 'Cafe24Ssurround';
    letter-spacing: -4px;
    text-align:center;
    line-height: normal;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -3px;
    margin: 0%;
    text-align:center;
}

h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -2px;
    margin: 0 auto;
    text-align:center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#nnFooter {
    background: #FFFFFF !important;
    color: #484848 !important;
}

.container-main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.renewFooter .text p {
    color: #979797;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}

.customer .btn3 {
    display: flex;
    justify-content: space-between;
}

.customer .btn3 li {
    border: 1px solid #dbdbdb;
}

.customer .btn3 li a {
    display: inline-block;
    font-size: 13px;
    color: #000;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
}

.customer .btn3 li:last-child {
    border: 1px solid #fae200;
    background: #fae200;
}

.customer .btn3 li span {
    display: inline-block;
}

.customer .btn3 li img {
    margin-top: 7px;
}

.customer .btn3 li .icon {
    position: relative;
    top: 5px;
    margin-right: 2px;
}

.customer p {
    text-align: right;
    line-height: 1.5;
    font-size: 12px;
}

.customer .telephone {
    font-family: 'Nanum Gothic', sans-serif;
}

.telephone {
    text-align: right;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: -10px;
}

.nn-wrapper {
    min-width: auto !important;
}

#nnHeader {
    height: 64px !important;
}

#nnHeader .nn-header-top {
    height: 64px !important;
    border-bottom: 1px solid #daddd3;
}

#nnHeader .nn-header-top .nn-container {
    height: 64px;
}

#nnHeader .nn-header-top .nn-top-menu {
    padding-top: 17px;
}

.nn-line {
    display: none;
}

.nn-header-logo {
    display: block !important;
    position: absolute;
    top: 13px;
    left: 0;
    width: 97px;
    height: 39px;
}

.nn-header-logo img {
    width: 100%;
}

.desc05 .sns {
    letter-spacing: -10px !important;
}

.nn-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.nn-container a {
    color: #484848;
    text-decoration: none;
}

/* scroll spy  ------------------------ */
.scrollspy {
    position: fixed;
    bottom: 6%;
    right: 3rem;
    z-index: 1000;
    margin-top: -90px;
    text-align: right;
}

.scrollspy li {
    cursor: pointer;
}


/*  top ------------------------ */
.top {
    position: relative;
    padding-bottom: 8rem;
}

.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-bg1 {
    background-image: url(/new/img/yearplan/2025/top_bg1.png);
    z-index: -1;
    animation: dungdung 2s infinite alternate;
}

.top-bg2 {
    background-image: url(/new/img/yearplan/2025/top_bg2.png);
    z-index: -2;
    animation: dungdung 1.5s infinite alternate;
}

@keyframes dungdung {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -15px);
    }
}

.top p {
    position: absolute;
    right: 4rem;
    top: 2rem;
}

.top_25 {
    padding-top: 5rem;
    max-width: 18%;
}

.top .title_img {
    padding: 1rem;
    max-width: 50%;
}

.top .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 0rem 6rem;
    margin-top: 13.5rem;
}

.top li {
    padding: 2.5rem 6rem;
    text-align: center;
}

.top li h2 {
    padding-bottom: 1.5rem;
}

.topli1 {
    background-color: #f04a4a;
    color: white;
}

.topli1 span {
    color: #f04a4a;
}

.topli2 {
    background-color: #2b72f7;
    color: white;
}

.topli2 span {
    color: #2b72f7;
}

.topli3 {
    background-color: #702cf9;
    color: white;
}

.topli3 span{
    color: #702cf9;
}

.topli4{
    background-color: #07d372;
    color: white;
}

.topli4 span{
    color: #07d372;
}

.topbtn{
    background-color: #fff;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    transition: transform 0.3s ease-in-out;
}

.topbtn:hover{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
    
}

.topbtn img {
    width: 11%;
    padding-left: 0.5rem;
}

.character {
    position: absolute;
    bottom: 33rem !important;
    max-width: 17%;
}

.sora {
    z-index: 1;
    left: 15.5rem;
}

.yuhan {
    z-index: -1;
    right: 14rem;
}

.bg_line1 {
    position: absolute;
    right: 0;
    top: 40rem;
}

.bg_deco1 {
    position: absolute;
    right: 20rem;
    top: 46rem;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg_line2 {
    position: absolute;
    left: 0;
    top: 60rem;
}

.bg_deco2 {
    position: absolute;
    left: 16rem;
    top: 62rem;
    animation: sparkle 1.5s infinite;
}

@keyframes sparkle {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}


/*  놀이중심 다운로드 ------------------------ */
.con2 {
    padding-bottom: 8rem;
}

.ex {
    position: absolute;
    z-index: -1;
    left: 3rem;
    top: 2rem;
    animation: rotate2 2s infinite ease-in-out;
}

@keyframes rotate2 {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.eduplan {
    margin: 2rem 0rem;
    background-color: #fff;
    padding: 2rem 4rem;
}

.con2 h1 span {
    color: #2b72f7;
}

.con2 h3 p {
    color: #66ffff;
    text-align: center;
    padding-top: 0.5rem;
}

.con2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0;
    margin: 0;
    padding: 1em;
}

.con2 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con2 ul a {
    padding: 2rem 0rem;
    transition: transform 0.3s ease-in-out;
    border-radius: 4rem;
    color: #fff;

}

.con2 ul a:hover {
    transform: scale(1.05);
}

.con2 ul li img {
    width: 35px;
    padding-left: 0.5rem;
}

.btn-blue {
    background-color: #2b72f7;
    border-radius: 4rem;
}

.btn-pupple {
    background-color: #702cf9;
    border-radius: 4rem;
}

.bg_line3 {
    position: absolute;
    right: 0;
    top: 110rem;
}

.bg_deco3 {
    position: absolute;
    left: 11rem;
    top: 160rem;
    animation: zoom 3s linear infinite;
}

@keyframes zoom {
    0% {
        transform: scale(0.9) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(15deg);
    }

    100% {
        transform: scale(0.9) rotate(0deg);
    }
}

/*  생활주제 다운로드 ------------------------ */
.con3 {
    padding-bottom: 8rem;
}

.con3 ul {
    grid-template-columns: repeat(7, 1fr);
}

.con3 h1 span {
    color: #f04a4a;
}

.tab {
    padding-top: 1rem;
    display: grid;
    width: 1198px;
}

.tab li {
    border: 1px solid;
    padding: 1.5rem 0;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
}

.tab li.active {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.tab li:hover {
    background-color: #666;
    color: #000;
}

.down {
    display: none;
}

.down.active {
    display: flex;
    border: 1px solid #fff;
}

.con3 .down {
    height: 270px;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    width: 1197px;
}

.btn_down {
    padding: 1.5rem 2rem;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    gap: 0.5rem;
    background-color: #702cf9;
    border: 1px solid #fff;
    transition: transform 0.3s ease-in-out;
    color: #fff !important;

}

.btn_down:hover {
    transform: scale(1.05);
}

.btn_down.da {
    background-color: #07d372;
    color: #fff;
}

.btn_down.safe {
    padding: 1.2rem 1.5rem;
    border-radius: 4rem;
}

.btn_down img {
    width: auto;
    max-width: 30px;
}

.bg_line4 {
    position: absolute;
    left: 0;
    top: 194rem;
}

.bg_deco4 {
    position: absolute;
    right: 11rem;
    top: 195rem;
    animation: sparkle 1.5s infinite;
}

.down-btn-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.down-btn-box a {
    margin: 0.5rem 0.5rem;
}

.down-btn-box p {
    font-family: 'Cafe24Ssurround';
    padding-right: 10px;
    font-size: 28px;
}

.btn_down.safe.btn-blue {
    background-color: #2b72f7;
}


/*  놀이와 교육을 잇는 ------------------------ */
.con4 {
    padding-bottom: 8rem;
}

.con4 .tab {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

s .con4 .tab li {
    padding: 1.5rem;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.con4 .tab li.active {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.con4 .box {
    display: none;
    padding: 1rem;
    padding-bottom: 3rem;
    border: 1px solid #fff;
}

.pro-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn-slide {
    cursor: pointer;
    position: absolute;
    top: 64%;
    z-index: 10;
}

.btn-slide.left {
    left: 3rem;
}

.btn-slide.right {
    right: 3rem;
}


.box {
    display: none;
    width: 1166px;
    height: 555px;
}

.box.active {
    display: block;
}

.box p {
    text-align: center;
    line-height: normal;
    padding: 1.5rem 0rem;
}

.box .txt {
    text-align: center;
}

.tab li.active {
    background-color: #fff;
    color: #000;
}

.con4 .tab li:hover {
    background-color: #666;
    color: #000;
}

.program {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 816px;
    height: 466px;
}

.program li {
    width: 400px;
    height: 225px;
}

.program .image-item {
    position: relative;
}

.program img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.program .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
}

.image-item:hover img {
    opacity: 0.3;
}

.image-item:hover .overlay {
    display: flex;
}

.slick-slider {
    width: 1134px;
    padding-left: 159px;
    padding-right: 159px;
    margin: 0 auto;
}

.slick-track {
    width: 5712px !important;
}

.slick-prev,
.slick-next {
    display: none;
}

.bg_line5 {
    position: absolute;
    right: 0;
    top: 250rem;
}

.bg_deco5 {
    position: absolute;
    left: 10rem;
    top: 280rem;
    animation: rotate 5s infinite;
}

/*  무제한 누리놀이 정회원 ------------------------ */
.con5 .title {
    padding-bottom: 6rem;
}

.sub_btn {
    padding: 2rem 4rem;
    background-color: #f04a4a;
    text-align: center;
    margin: 8rem auto;
    width: 20%;
}

.sub_btn {
    transition: transform 0.3s ease-in-out;
}

.sub_btn:hover {
    transform: scale(1.1);
    border-radius: 8rem;
}

.sub_slide {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide_row {
    display: flex;
    width: auto;
    padding: 0.5rem 0rem;
}

@keyframes slide1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slide_row:first-child {
    animation: slide1 120s linear infinite;
}

.slide_row:nth-child(2) {
    animation: slide2 130s linear infinite;
}

.bg_line6 {
    position: absolute;
    left: 0;
    top: 303rem;
}

.bg_deco6 {
    position: absolute;
    left: 13rem;
    top: 308rem;
    animation: zoom 3s linear infinite;
}


@media (min-width: 1024px) and (max-width: 1441px) {
    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    .top_25 {
        padding-top: 4rem;
        max-width: 16%;
    }

    .top .title_img {
        padding: 1rem;
        max-width: 46%;
    }

    .character {
        max-width: 15%;
        bottom: 32.6rem;
    }

    .top ul {

        margin-top: 12rem;
    }

}