#aboutus .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

h3 {
    color: #3A3A3A;
    font-size: 35px;
    font-weight: 700;
}

.greetings {
    padding-top: 100px;
    padding-bottom: 500px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.20) 100%), url(/img/aboutus/greetings.jpg) lightgray 0px 149px / 100% 105.096% no-repeat;
    background-position: bottom;
}

.greetings .gr1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.greetings .gr1 p {
    color: #3A3A3A;
    font-size: 24px;
    font-weight: 700;
}

.greetings .gr2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.greetings .gr2 p {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 300;
}

.greetings .gr2 p strong {
    font-weight: bold;
}

.ci {
    background: #F9F9F9;
    padding: 100px 0;
}

.ci1 {
    display: flex;
    gap: 20px;
    align-items: end;
}

.size {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.size h5 {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
}

.logo-box-wrap {
    display: flex;
    gap: 15px;
}

.logo-box {
    border: 1px solid #C6C6C6;
    background: #FFF;
    padding: 20px;
}

.logo-box img {
    width: 100%;
}

.ci .ci2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ci .ci2 p {
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 300;
}

.manage {
    background: #FFF;
    padding: 100px 0;
}

.manage1 {
    display: flex;
    justify-content: space-between;
}

.manage1 p {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.manage-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.manage-box span {
    border-radius: 10px;
    border: 2px solid #5157C7;
    color: #5157C7;
    background: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    padding: 15px 40px;
    box-shadow: 0 4px 25px 0 #E6E7FF;
}

.group {
    background: #F9F9F9;
    padding: 100px 0;
}

.group1 p {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.bookstore {
    background: #FFF;
    padding: 100px 0;
}

.bookstore1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bookstore1 p {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 300;
}

.bookstore1 p strong {
    font-weight: 700;
}

.bookstore2 {
    display: flex;
    gap: 15px;
}

.bookstore2 span {
    width: 50%;
    border-radius: 10px;
    border: 1px solid #5157C7;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 25px 0 #E6E7FF;
}

.bookstore2 span img {
    width: 20px;
}

.book-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.book-list {
    display: flex;
    gap: 10px;
}

.book-list.right {
    justify-content: right;
}

.book-list img {
    width: calc(33% - 80px);
    border-radius: 10px;
}

.location {
    background: #F9F9F9;
    padding: 100px 0;
}

.location1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.location1 p {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 300;
}

.location1 p span {
    color: #5157C7;
    font-weight: 500;
}


.location2 {
    display: flex;
    gap: 30px;
}

.location2 #map {
    width: 60%;
    height: 250px;
}

.transp {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transp p {
    color: #3A3A3A;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
}

.transp p span {
    font-weight: 700;
}

@media (max-width: 900px) {
    #aboutus .inner {
        gap: 30px;
    }
    
    .greetings {
        padding-top: 40px;
        padding-bottom: 300px;
        background-size: cover;
    }

    h3 {
        font-size: 24px;
        text-align: center;
    }

    .greetings .gr1 {
        gap: 5px;
    }

    .greetings .gr1 p {
        font-size: 16px;
        text-align: center;
    }
    
    .greetings .gr2 {
        gap: 0px;
    }

    .greetings .gr2 p {
        line-height: 24px;
        text-align: center;
        font-size: 13px;
    }

    .greetings .gr2 p span {
        display: block;
    }

    .inner-box {
        padding: 40px 0;
    }

    .ci .ci1, .ci .ci2 {
        flex-direction: column;
        align-items: center;
    }

    .ci .ci2 {
        gap: 0px;
    }

    .ci .ci2 p {
        text-align: center;
        line-height: 24px;
    }

    .ci .ci2 p span {
        display: block;
    }

    .manage1 {
        flex-direction: column;
        gap: 20px;
    }

    .manage1 p {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

    .manage-box {
        flex-direction: unset;
        gap: 15px;
        flex-wrap: wrap;
    }

    .manage-box span {
        font-size: 14px;
        padding: 10px 20px;
        width: calc(50% - 55px);
        text-align: center;
    }

    .group1 p {
      font-size: 14px;
      text-align: center;
      line-height: 24px;
    }

    .bookstore1 {
      gap: 0px;
    }

    .bookstore1 p {
      font-size: 14px;
      text-align: center;
      line-height: 24px;
    }

    .bookstore1 p span {
        display: block;
    }

    .bookstore2 {
        flex-direction: column;
    }

    .bookstore2 span img {
        width: 15px;
    }

    .bookstore2 span {
        width: 100%;
        gap: 5px;
        font-size: 13px;
        padding: 10px 0;
    }

    .book-list img {
        width: 30%;
    }
    
    .location1 p {
        font-size: 14px;
        text-align: center;
    }

    .location2 {
        flex-direction: column;
    }

    .location2 #map {
        width: 100%;
    }

    .transp {
        width: 100%;
    }

    .transp p {
        font-size: 12px;
    }
}