.service-menu {
    margin-top: 76px;
    padding-top: 25px;
}

.service-menu .title-area {
    width: var(--container-width);
}

.service-menu .tabs {
    margin-bottom: 16px;
}

.service-menu .tabs a {
    font-size: 20px;
    font-weight: 700;
    color: var(--paletteColor4);
    padding-bottom: 18px;
}

.service-menu .tabs a:hover {
    color: var(--paletteColor1);
}

.service-menu .tabs a.current {
    color: var(--paletteColor1);
    border-bottom: 2px solid var(--paletteColor1);

}

.service-menu .tabs a:nth-child(n+2) {
    margin-left: 60px;
}

.service-sec .service-header {
    padding: 100px 0;
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    position: relative;
}

.service-sec .service-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(2px);
    background: rgba(0, 0, 0, 0.4);
}

.service-sec .service-header .ct-container{
    max-width: 600px;
    position: relative;
}
.service-sec .service-header .other-logos-container{
    margin-top:15px;
}
.service-sec .service-header img{
    height: 30px;
    width: auto;
    display: block;
    margin:0 30px;
}
.service-sec .service-header .title,
.service-sec .service-header .desc{
    word-break: keep-all;
    color: #fff;
}

.service-sec .plan-container {
    padding: 85px 0;
    background: #F6F8FB;
}

.service-sec .subtitle {
    color: var(--paletteColor1);
    font-weight: 400;
}

.service-sec .desc {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.service-sec .img-wrap {
    margin-top: 50px;
}

.service-sec .desc-wrap {
    margin-top: 15px;
    text-align: center;
}

.service-sec .desc-wrap .sub-step-wrapper{
    padding: 60px;
    border-radius: 30px;
    background:#f5f8fb;
}

.service-sec .place-container {
    margin-top: 100px;
}

.service-sec .content-container {
    margin-top: 160px;
    margin-bottom: 160px;
}

.service-sec .content-container .box-wrap:nth-child(n+2) {
    margin-top: 20px;
}

.service-sec .content-container .item-box {
    width: calc(50% - 20px);
    padding: 40px 30px;
    background: #F9F9F9;
    border-radius: 21px;
    min-height: 331px;
    display: flex;
    flex-direction: column;
}

.service-sec .content-container .item-box:nth-child(n+2) {
    margin-left: 20px;
}

.service-sec .content-container .item-box h3 {
    margin-top: auto;
}

.service-sec .content-container .icon-wrap {
    width: 62px;
    height: 62px;
    padding: 17px;
    display: inline-block;
    background: var(--paletteColor1);
    border-radius: 12px;
}

.service-sec .content-container .img-wrap {
    margin-top: 0;
    width: 100%;
    height: 100%;
}

.service-sec .content-container .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-sec .event-container {
    padding-top: 50px;
    padding-bottom: 160px;
}

.service-sec .event-container .img-wrap img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.service-sec .edu-container {
    padding-top: 50px;
    padding-bottom: 160px;
}

.service-sec .edu-container .edu-tab {
    font-size: 16px;
    background: #F5F5F5;
    padding: 15px 0;
    max-width: 210px;
    width: 210px;
    color: var(--paletteColor3);
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.service-sec .edu-container .edu-tab.active {
    border: 1px solid var(--paletteColor1);
    background: #fff;
    color: var(--paletteColor1);
}

.service-sec .edu-container .data-wrap {
    display: none;
}

.service-sec .edu-container .data-wrap.active {
    display: block;
}

.service-sec .edu-container .img-wrap img {
    width: 100%;
}

.service-sec .edu-container .content-wrap {
    margin-top: 75px;
}

.service-sec .edu-container .content-wrap .content-box .img-box {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-bottom: 100%;
}

.service-sec .edu-container .content-wrap .content-box h5 {
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
}

.service-sec .edu-container .content-wrap .preview-wrap {
    width: 100%;
    height: 680px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.service-sec .edu-container .content-wrap .thumb-container {
    padding-top: 30px;
    padding-bottom: 100px;
}

.service-sec .edu-container .content-wrap .thumb-container .thumb-box {
    cursor: pointer;
}

.service-sec .edu-container .content-wrap .thumb-container .thumb-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: -1;
}

.service-sec .edu-container .content-wrap .thumb-container .thumb-wrap {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    text-align: center;
    z-index: -1;
}

.service-sec .edu-container .content-wrap .thumb-container .thumb-wrap .title {
    z-index: 1;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    margin: unset;
}

.service-sec .edu-container .content-wrap .thumb-container > div:nth-child(n+5) {
    margin-top: 30px;
}

.service-sec .edu-container .content-wrap .review-wrap {
    margin-top: 30px;
}

.service-sec .edu-container .content-wrap .review-wrap .review-box {
    width: calc(100% / 4 - 30px);
    padding: 15px;
    height: 170px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--paletteColor1);
    border-radius: 10px;
    margin: 0 15px;
    margin-bottom: 15px;
}

.service-sec .edu-container .content-wrap .review-wrap .review-box h6 {
    margin: unset;
}

.service-sec .edu-container .content-wrap .review-wrap .review-box .review {
    font-weight: 500;
    color: #333333;
}

.service-sec .edu-container .content-wrap .review-wrap .review-box .name {
    margin-top: auto;
    font-weight: 400;
    color: #888888;
}

@media screen and (max-width: 767px) {
    .service-menu .tabs a {
        font-size: 16px;
    }

    .service-sec .service-header{
        background-attachment:scroll;
        padding: 50px 0;
    }

    .service-sec .plan-container {
        padding: 50px 0;
    }

    .service-sec .img-wrap {
        margin-top: 20px;
    }

    .service-sec .content-container .item-box {
        width: 100%;
        margin: 15px;
        padding: 20px 15px;
        min-height: 230px;
    }

    .service-sec .edu-container .edu-tab {
        width: unset;
        padding: 10px;
        font-size: 14px;
    }

    .service-sec .content-container .icon-wrap {
        width: 48px;
        height: 48px;
        padding: 10px;
    }

    .service-sec .content-container .box-wrap:nth-child(n+2) {
        margin-top: unset;
    }

    .service-sec .edu-container .content-wrap .preview-wrap{
        height: 400px;
    }

    .service-sec .edu-container .content-wrap .thumb-container {
        padding-bottom: unset;
    }

    .service-sec .edu-container .content-wrap .thumb-container > div:nth-child(n+3) {
        margin-top: 30px;
    }

    .service-sec .edu-container .content-wrap .review-wrap .review-box {
        width: calc(100% / 2 - 30px);
    }

    .service-sec .edu-container .content-wrap .review-wrap .review-box:nth-child(n+3) {
        margin-top: 30px;
    }
}
