#about_top {
    width: 100%;
}

#about_top .top-bg {
    height: 100%;
    max-height: 950px;
    width: 100%;
    display: revert;
}
.category_list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.category-btn {
    height: 120px;
    width: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BEF2D9;
    color: #FFFFFF;
    font-size: 36px;
    cursor: pointer;
}
.category-active {
    background: #087D46;
}

.about-us {
    width: 100%;
    height: 928px;
    background: #FFFFFF;
    position: relative;
}
.extraman {
    width: 950px;
    height: 928px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.content-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;

}

.content-title {
    font-size: 48px;
    color: #087D46;
    margin-left: 160px;
}

.content-items {
    display: flex;
    width: 100%;
    padding-top: 80px;
    padding-left: 160px;
    padding-bottom: 80px;
    gap: 120px;
    background: #087D46;
    border: 1px solid #707070;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    position: relative;
    margin-bottom: 45px;
}
.content-items::after {
    content: '';
    position: absolute;
    left: 160px;
    bottom: 0;
    transform: translateY(100%);
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 45px solid #087D46;
    filter: drop-shadow(0 1px 0 #707070);
}

.content-item {
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: center;
    align-items: center;
}
.item-icon1 {
    width: 92px;
    height: 93px;
}
.item-icon2 {
    width: 115px;
    height: 85px;
}
.item-icon3 {
    width: 86px;
    height: 86px;
}
.item-title {
    font-size: 20px;
    color: #FFFFFF;
}

.content-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 160px;
    max-width: 60%;
}

.content-msg-item {
    color: #030303;
    font-size: 20px;
    line-height: 36px;
}
.content-msg-item > span {
    color: #087D46;
    font-size: 28px;
}

#product-info {
    width: 100%;
    padding: 220px 160px;
    display: flex;
    flex-direction: column;
    gap: 84px;
    background: #FFFFFF;
}
.top-items {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 733px;
}
.top-bg {
    width: 689px;
    height: 100%;
}
#product-info2 {
    width: 100%;
    padding: 160px 160px;
    display: flex;
    flex-direction: column;
    gap: 84px;
    background: #FFFFFF;
}
.top-items2 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 846px;
}
.top-bg2 {
    width: 503px;
    height: 100%;
}
.top-bot-box {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.top-t {
    color: #087D46;
    font-size: 48px;
}
.bottom-items {
    width: 100%;
    height: 582px;
    padding-left: 160px;
    padding-right: 160px;
    position: relative;
}
.bottom-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
}
.msg-line {
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    align-items: center;
    gap: 80px;
}

.msg-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
    flex: 1;
    border-bottom: 1px solid #087D46;
}
.msg-item-t {
    font-size: 20px;
    font-weight: bold;
    color: #087D46;
}

.msg-item-m {
    font-size: 20px;
    color: #087D46;
}

.hidden {
    display: none !important;
}
