#service-aggregation {
    overflow: hidden;
    background-color: #e8e8e8;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}
#service-aggregation .inner {
    padding-top: 80px;
    padding-bottom: 0px;
}

/* desc */
#service-aggregation .desc {
    margin-bottom: 113px;
	margin-top: 55px;
}

#service-aggregation .desc .text {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    color: #203842;
    letter-spacing: 0.5px;
    font-family: 'NJK-Bold';
}

/* agent */
#service-aggregation .agent {
    margin-bottom: 93px;
}

#service-aggregation .tag {
    background-color: #fff;
    border-radius: 12px;
    font-size: 32px;
    color: #203842;
    margin-bottom: 48px;
    padding: 16px 15px 15px 68px;
    letter-spacing: 0.6px;
    position: relative;
    font-family: 'NJK-Bold';
}

#service-aggregation .tag::before {
    content: '';
    background-color: #05BC50;
    width: 12px;
    height: calc(100% - 32px);
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    border-radius: 99px;
}

#service-aggregation .agent .title {
    text-align: center;
    margin-bottom: 45px;
}

#service-aggregation .agent .title .main-title {
    font-size: 28px;
    color: #05BC50;
    text-align: center;
    margin-bottom: 13px;
    font-family: 'NJK-Bold';
}

#service-aggregation .agent .title svg {
    margin-bottom: 24px;
}

#service-aggregation .agent .title .sub-title {
    font-size: 16px;
    line-height: 32px;
    color: #203842;
    text-align: center;
    margin-bottom: 13px;
    font-family: 'NJK-Regular';
}

#service-aggregation .agent .content {
    display: flex;
}

#service-aggregation .agent .content .col {
    width: 50%;
}

#service-aggregation .agent .content .col-left {
    padding-right: 80px;
}

#service-aggregation .agent .content .text-box {
    height: 64px;
    border-radius: 6px;
    line-height: 64px;
    text-align: center;
    background-color: #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    color: #203842;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
}

#service-aggregation .agent .content .text-box svg {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
}


#service-aggregation .agent .content .box-green {
    background-color: #05BC50;
    border-radius: 6px;
    padding: 20px 25px 15px 25px;
    margin-bottom: 55px;
}

#service-aggregation .agent .content .box-green>.text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'NJK-Regular';
}

#service-aggregation .agent .content .box-white {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 14px;
    padding-top: 19px;
    padding-bottom: 9px;
    margin-bottom: 18px;
}

#service-aggregation .agent .content .box-white .img {
    max-width: 408px;
    margin: 0 auto;
    width: 100%;
}

#service-aggregation .agent .content .box-white img {
    width: 100%;
    max-width: 100%;
}

#service-aggregation .agent .content .box-white .text {
    text-align: center;
    color: #203842;
    font-size: 12px;
    line-height: 20px;
    padding-top: 11px;
    font-family: 'NJK-Regular';
}

#service-aggregation .agent .content .text-box-row {
    display: flex;
    gap: 0 31px;
    margin-bottom: 16px;
}

#service-aggregation .agent .content .text-box-row .text-box {
    margin-bottom: 0;
}

#service-aggregation .agent .content .text-box-row .text-box svg {
    bottom: auto;
    top: -42px;
    max-width: 52px;
}

#service-aggregation .agent .content .col-left .text-note {
    font-size: 16px;
    color: #203842;
    text-align: center;
}

#service-aggregation .agent .content .col-right {
    position: relative;
    top: -2px;
}

#service-aggregation .agent .content .col-right .text-green {
    font-size: 22px;
    line-height: 37px;
    font-weight: 700;
    color: #05BC50;
    margin-bottom: 5px;
    font-family: 'NJK-Bold';
}

#service-aggregation .agent .content .col-right .text-green-2 {
    margin-bottom: 13px;
}

#service-aggregation .agent .content .col-right .text-list {
    list-style: none;
    padding-left: 2px;
    margin-bottom: 15px;
}

#service-aggregation .agent .content .col-right .text-item {
    font-size: 18px;
    font-weight: 700;
    color: #203842;
    margin-bottom: 3px;
    font-family: 'NJK-Bold';
}

#service-aggregation .agent .content .col-right .text-item svg {
    position: relative;
    top: 6px;
}

#service-aggregation .agent .content .col-right .text-item span {
    display: inline-block;
    margin-left: 8px;
}

#service-aggregation .agent .content .col-right .text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #203842;
    margin-bottom: 43px;
	padding-right: 20px;
}

/* agentContent */
#service-aggregation .agentContent {
    margin-bottom: 95px;
}

#service-aggregation .agentContent .content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
}

#service-aggregation .agentContent .content .col {
    background-color: #F0F0F0;
    border-radius: 12px;
    min-height: 313px;
    width: calc(50% - 24px);
    padding: 64px 64px 20px 64px;
}

#service-aggregation .agentContent .content .text-title {
    font-size: 22px;
    line-height: 37px;
    font-weight: 700;
    color: #05BC50;
    margin-bottom: 24px;
}

#service-aggregation .agentContent .content .text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #203842;
    font-family: 'NJK-Regular';
}


@media only screen and (max-width: 1023px) {
    #service-aggregation .agent .content .col-left {
        padding-right: 30px;
    }

    #service-aggregation .agentContent .content {
        gap: 24px 30px;
    }

    #service-aggregation .agentContent .content .col {
        min-height: 313px;
        width: calc(50% - 15px);
        padding: 30px 30px 30px 30px;
    }
}


@media only screen and (max-width: 767px) {
    #service-aggregation .desc {
        margin-bottom: 66px;
        margin-top: 55px;
    }

    #service-aggregation .desc .text {
        font-size: 18px;
        line-height: 31px;
    }

    /* agent */
    #service-aggregation .agent {
        margin-bottom: 63px;
    }

    #service-aggregation .tag {
        line-height: 37px;
        font-size: 22px;
        margin-bottom: 48px;
        border-radius: 8px;
        padding: 14px 14px 14px 42px;
        letter-spacing: 0.4px;
    }

    #service-aggregation .tag::before {
        width: 6px;
        left: 17px;
    }

    #service-aggregation .agent .title {
        margin-bottom: 27px;
    }

    #service-aggregation .agent .title .main-title {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 18px;
    }

    #service-aggregation .agent .title svg {
        margin-bottom: 17px;
        max-width: 298px;
        width: 100%;
    }

    #service-aggregation .agent .title .sub-title {
        margin-bottom: 13px;
    }

    #service-aggregation .agent .content {
        flex-direction: column-reverse;
    }

    #service-aggregation .agent .content .col {
        width: 100%;
    }

    #service-aggregation .agent .content .col-left {
        padding-right: 0;
    }

    #service-aggregation .agent .content .text-box {
        height: 56px;
        line-height: 56px;
    }

    #service-aggregation .agent .content .box-green {
        display: flex;
        flex-direction: column;
        padding: 17px 25px 15px 25px;
        margin-bottom: 53px;
    }

    #service-aggregation .agent .content .box-green .text-top {
        order: 3;
    }

    #service-aggregation .agent .content .box-green .text-bot {
        order: 1;
    }

    #service-aggregation .agent .content .box-white {
        margin-bottom: 16px;
        padding-top: 23px;
        padding-bottom: 15px;
        order: 2;
    }

    #service-aggregation .agent .content .box-white .img {
        max-width: 246px;
    }

    #service-aggregation .agent .content .box-white .text-left {
        text-align: left;
        line-height: 23px;
        padding-top: 17px;
        padding-left: 15px;
    }

    #service-aggregation .agent .content .col-left .text-note {
        font-size: 14px;
    }

    #service-aggregation .agent .content .text-box-row {
        gap: 0 26px;
    }


    #service-aggregation .agent .content .col-right {
        top: 0;
    }

    #service-aggregation .agent .content .col-right .text-green {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    #service-aggregation .agent .content .col-right .text-item {
        letter-spacing: 0.4px;
    }

    #service-aggregation .agent .content .col-right .text {
        margin-bottom: 38px;
		padding-right:0px
    }

    #service-aggregation .agent .content .col-right .text-green-2 {
        margin-bottom: 12px;
    }

    #service-aggregation .agent .content .col-right p:last-child {
        margin-bottom: 17px;
    }


    /* agentContent */
    #service-aggregation .agentContent .content {
        display: block;
    }

    #service-aggregation .agentContent .content .col {
        width: 100%;
        margin-bottom: 24px;
        padding: 32px 24px 24px 25px;
        min-height: auto;
    }

    #service-aggregation .agentContent .content .text-title {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 24px;
        margin-bottom: 7px;
    }
}





/* <!-- @font-face {
    font-family: 'NJK-Bold';
    src: url("../jobuddy/assets/fonts/NotoSansCJKjp-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'NJK-Regular';
	src: url("../jobuddy/assets/fonts/NotoSansCJKjp-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'NJK-Medium';
	src: url("../jobuddy/assets/fonts/NotoSansCJKjp-Medium.ttf") format('truetype');
} --> */