/*사업소식*/
#sub-intro {
    width: 100%;



}

#sub-intro > .container .sub-img-wrapper {
    position: relative;

}

/* subPage module*/
.main-title {
    text-align: center;
    background: url(/wp-content/themes/blocksy-child/img/title-bg.png) center center no-repeat;
    background-size: contain;
    margin: 50px 50px;
    color: #76A9FA;
}

.main-title > h1 {
    color: #76A9FA;
}

#sub-intro > .container .sub-img-wrapper {
    padding: 30px 0;
}


#sub-intro > .container > .sub-img-wrapper > .sub-img {
    margin-bottom: 100px;
    object-fit: cover;
    border-radius: 20px;

}
#sub-intro > .container > .sub-img-wrapper > .sub-img > img {
    height: auto;
    border-radius: 20px;
}


#sub-intro > .container > .sub-img-wrapper > .text-wrapper {
    text-align: center;
}

#sub-intro > .container > .sub-img-wrapper > .text-wrapper > .title {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;

}


#current-situation {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: #EBF5FF;
}

#current-situation > .container .current-situation-wrapper {
    position: relative;


}


#current-situation > .container .current-situation-wrapper .circle-img-wrapper {
    text-align: center;
    position: relative;
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-wrapper {
    padding: 50px 0;
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-wrapper .col-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}


#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-1 {
    position: relative;
    background: url(/wp-content/themes/blocksy-child/img/current-situation1.png) center center no-repeat;
    background-size: 100%;
    border-radius: 100%;
    width: 100%;
    padding-bottom: 100%;
    transition: background-size .3s ease;
    -moz-transition: background-size .3s ease;
    -webkit-transition: background-size .3s ease;
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-2 {
    position: relative;
    background: url(/wp-content/themes/blocksy-child/img/current-situation2.png) center center no-repeat;
    background-size: 100%;
    border-radius: 100%;
    width: 100%;
    padding-bottom: 100%;
    transition: background-size .3s ease;
    -moz-transition: background-size .3s ease;
    -webkit-transition: background-size .3s ease;
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-3 {
    position: relative;
    background: url(/wp-content/themes/blocksy-child/img/current-situation3.png) center center no-repeat;
    background-size: 100%;
    border-radius: 100%;
    width: 100%;
    padding-bottom: 100%;
    box-sizing: border-box;
    transition: background-size .3s ease;
    -moz-transition: background-size .3s ease;
    -webkit-transition: background-size .3s ease;

}


#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-1:hover {
    background-size: 110%;
    box-shadow: 0 5px 20px rgb(64 131 248 / 53%);
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-2:hover {
    background-size: 110%;
    box-shadow: 0 5px 20px rgb(64 131 248 / 53%);
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-3:hover {
    background-size: 110%;
    box-shadow: 0 5px 20px rgb(64 131 248 / 53%);
}


/* 0 5px 20px rgb(64 131 248 / 53%)  사업현황 호버효과*/


#current-situation > .container .current-situation-wrapper .circle-img-wrapper .circle-text {
    position: absolute;

    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    text-align: center;
    color: #FFFFFF;
}

#current-situation > .container .current-situation-wrapper .circle-img-wrapper h5 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}


#current-situation > .container .current-situation-wrapper .circle-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#current-situation > .container .current-situation-wrapper > .bottom-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
    word-break: keep-all;
    text-align: center;

}


/* History */

#history {
    width: 100%;
    height: auto;
    padding: 100px 0;

}

#history .year-row {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x proximity;

}


#history .year-row::-webkit-scrollbar {
    display: none;
}

#history .container .btn_wrapper {
    position: relative;
    display: inline-block;
    width: 160px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    color: #9CA3AF;
}

#history .container .btn_wrapper:first-child {
    border-radius: 8px 0 0 8px;
}

#history .container .btn_wrapper:last-child {
    border-radius: 0 8px 8px 0;
}

#history .container .btn_wrapper.active {
    color: white;
    background-color: #3F83F8;
}

#history .container .btn_wrapper .year_btn {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 18px 0;
}

#history .container .btn_wrapper h5 {
    margin-bottom: 0;
}

#history .tab {
    background-color: #F9FAFB;
    padding: 80px 150px;
    display: none;
}

#history .tab.active {
    display: flex;
}

#history .tab ul {
    margin-bottom: 0;
}


#history .container .inner {
    /*display: none   ;*/
}


/*  save-education */

#save-education {
    padding: 100px 0;
    background-color: #EBF5FF;
}

#save-education .save {
    margin-top: 90px;
}

#save-education .sub-img-wrapper .sub-img {
    padding: 50px 0;
}

#save-education .title {
    text-align: center;
    margin: 15px 0;
}

.swiper-button-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.swiper-button-wrapper .swiper-button {
    position: relative;
}

.swiper-button-wrapper .swiper-button.swiper-button-next {
    background: url(/wp-content/themes/blocksy-child/img/icon-next.png) center center no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    right: -90px;
}

.swiper-button-wrapper .swiper-button.swiper-button-prev {
    background: url(/wp-content/themes/blocksy-child/img/icon-prev.png) center center no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    left: -90px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;

}


/*promise*/
#promise {
    padding: 100px 0;
}

#promise .container .plan {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

#promise .container .info-wrapper {
    height: 100%;
    text-align: center;
    border: 1px solid #1C64F2;
    border-radius: 20px;
    padding: 50px;

}

#promise .text-center h4 {
    margin-top: 10px;
}


#promise .container .info-wrapper > .m-d {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #9CA3AF;

}

#promise .container .info-wrapper > .b-t {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #1F2A37;

}

#promise .container .text-wrapper-bottom {
    position: relative;
    text-align: center;
    padding: 40px 0;
    background-color: #76A9FA;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    color: #ffffff;

}


#promise .container .text-wrapper-bottom .text-left > .title {
    color: #ffffff;
}


#promise .container .text-wrapper-bottom .text-left:after {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px solid #ffffff;
    width: 1px;
    height: 160px;
}


#promise .container .text-wrapper-bottom .text-right > .title {
    color: #ffffff;
}

#promise .container .text-wrapper-bottom .text-right > .title > .sub-title {
    color: #ffffff;
    margin-bottom: 15px;

}
#promise .sub-title{
    margin-bottom: 60px;
}

#promise .container .text-wrapper-bottom .button-p {
    color: #1A56DB;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 9px 12px 8px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-align: right;

}

#promise .container .text-wrapper-bottom .button-p:hover {
    background-color: rgb(64 131 248 / 53%);
    color: #ffffff;
}


@media (max-width: 767px) {
    .sub-title {
        font-size: 16px;
        font-weight: 400;
        word-break: keep-all;
        line-height: 1.5;
        letter-spacing: -0.03em;
        text-align: center;
    }

    #history .tab {
        padding: 50px 50px;
        word-break: keep-all;
        padding: 40px 20px;
    }
    #history .tab ul li {
        margin-bottom: 20px;
    }

    #promise .container .text-wrapper-bottom .text-left:after {
        display: none;
    }

    .bottom-text > p {
        word-break: keep-all;
        font-size: 16px;
    }

    .text-right > .title {
        margin: 0;
        padding: 15px;
    }
    #current-situation > .container .current-situation-wrapper .circle-img-wrapper p {
        font-size: 30px;
        font-weight: 900;
    }

    #promise .container .text-wrapper-bottom {
        margin-right: 0;

    }
    #promise .text-left {
        margin-bottom: 30px;
    }
}
