#articleInfo7 {
    position: relative
}

#articleInfo7 .editor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10rem;
    padding: 4rem 0
}

#articleInfo7 .editor::before,#articleInfo7 .editor::after {
    display: none
}

#articleInfo7 .editor .part-01,#articleInfo7 .editor .part-02 {
    width: 600px
}

#articleInfo7 .slogan-01 {
    font-size: 28px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 0 20px;
    margin: 0
}

#articleInfo7 .slogan-02 {
    color: var(--complement);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5px;
    padding: 0;
    margin: 0
}

#articleInfo7 .description {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 2
}

#articleInfo7 .description p {
    color: var(--info)
}

#articleInfo7 .description span {
    font-size: 30px;
    letter-spacing: 15px;
    font-weight: 600;
    color: var(--complement)
}

#articleInfo7 .vertical-line {
    content: '';
    height: 130px;
    width: 1px;
    background: #dcdcdc
}

#articleInfo7 .aboutArea {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem 0;
    align-items: center
}

#articleInfo7 .aboutArea:nth-child(3):after {
    content: '';
    width: 70%;
    position: absolute;
    height: 100%;
    background: var(--triadic1);
    z-index: -1;
    left: -50%
}

#articleInfo7 .aboutArea .about-bg {
    width: 80%;
    height: 100%;
    position: absolute;
    right: -50%;
    background: var(--triadic1)
}

#articleInfo7 .photoBox {
    width: 50%
}

#articleInfo7 .aboutArea:nth-child(3) .photoBox {
    order: 2
}

#articleInfo7 .tt {
    width: 45%
}

#articleInfo7 .tt h4 {
    font-size: 36px;
    letter-spacing: 3px;
    color: var(--complement);
    margin-bottom: 30px
}

#articleInfo7 .more_btn {
    margin-top: 40px
}

#articleInfo7 .feature {
    background: var(--triadic1);
    padding: 5vw 0
}

#articleInfo7 .feature ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

#articleInfo7 .feature li {
    width: calc((100%/3) - 145px);
    background: var(--white);
    margin: 20px 0;
    border: 7px solid var(--complement);
    padding: 20px;
    border-radius: 35px;
    box-shadow: 8.6px 9.4px 4.9px rgb(0 0 0 / 3%), 17px 18.5px 9.3px rgb(0 0 0 / 5%), 26.3px 28.5px 14.1px rgb(0 0 0 / 6%), 40.9px 44.4px 21.6px rgb(0 0 0 / 8%), 94px 102px 46px rgb(0 0 0 / 11%);
    transition: all .5s ease;
    border: 20px solid #cccccc;
}

#articleInfo7 .feature li:hover {
    background: var(--primary);
    border-color: var(--primary)
}

#articleInfo7 .feature li .icon {
    width: 50%;
    margin: 0 auto
}

#articleInfo7 .feature li:hover .icon {
    -webkit-filter: contrast(0) brightness(150%);
    filter: contrast(0) brightness(200%)
}

#articleInfo7 .feature li h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 23px;
    color: var(--complement);
    font-weight: 500
}

#articleInfo7 .feature li:hover * {
    color: var(--white)
}

#articleInfo7 .feature li p {
    font-weight: 300;
    text-align: justify;
    font-size: 15px
}

#articleInfo7 .serviceArea {
    padding: 5vw 0 0
}

#articleInfo7 .serviceArea .area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#articleInfo7 .serviceArea .area .info {
    width: calc(50% - 140px);
    background: var(--white);
    box-shadow: 0 0 10px 0 #e7e7e7;
    padding: 60px;
    border-radius: 35px
}

#articleInfo7 .serviceArea .area .info h4 {
    background: var(--primary);
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--white);
    padding: 8px 0;
    border-radius: 50px
}

#articleInfo7 .serviceArea .area .info p {
}

@media screen and (max-width: 768px) {
    #articleInfo7 .serviceArea .area .info {
        width: calc(100% - 140px);
        margin: 20px 0;
    }

    #articleInfo7 .editor {
        gap: 3rem;
    }

    #articleInfo7 .photoBox {
        width: 100%;
        margin-bottom: 40px;
    }

    #articleInfo7 .tt {
        width: 100%;
    }

    #articleInfo7 .aboutArea:nth-child(3) .photoBox {
        order: 0
    }

    #articleInfo7 .feature li {
        width: calc((100%/2) - 140px);
    }
}

@media screen and (max-width: 600px) {
    #articleInfo7 .feature li {
        width: calc((100%/1) - 140px);
    }

    #articleInfo7 .editor {
        display: block;
    }

    #articleInfo7 .vertical-line {
        width: 100%;
        height: 1px;
        margin: 60px 0;
    }

    #articleInfo7 .editor .part-01, #articleInfo7 .editor .part-02 {
        width: 100%;
    }
}