.subpage {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}

.new_title_img {
    width: 100%;
    height: 300px;
    background: url(/renew/img/title_top.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_title_img .new_submenu_wrapper {
    padding-left: 2rem;
    border-left: 4px solid #f00;
}
.new_title_img .new_submenu_wrapper h1 {
    color: #fff;
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 1rem;
}
.new_title_img .new_submenu_wrapper .title_list_1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 5px 0;
}
.new_title_img .new_submenu_wrapper .title_list_1 .active {
    background: #de1f26;
}
.new_title_img .new_submenu_wrapper .title_list_1 li {
    border: 1px solid #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    min-width: 150px;
    min-height: 45px;
    cursor: pointer;
}

.about_1_wrapper {
}
.about_1_wrapper .top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 650px;
}
.about_1_wrapper .top .left {
    background: #f4f4f4;
    width: 760px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5rem;
    padding-top: 5rem;
}
.about_1_wrapper .top .left .left_title {
    text-align: right;
}
.about_1_wrapper .top .left h1 {
    font-size: 18px;
    font-weight: normal;
}
.about_1_wrapper .top .left h1 span {
    color: #f00;
}
.about_1_wrapper .top .left h2 {
    margin-top: 5px;
    color: #808080;
    font-weight: normal;
    font-size: 16px;
}
.about_1_wrapper .top .right {
    width: calc(100% - 750px);
    padding-left: 5rem;
    padding-top: 5rem;
    background: url(/renew/img/about_img_1.png) no-repeat;
    background-position: right;
    height: 100%;
}
.about_1_wrapper .top .right h1 {
    font-size: 18px;
}
.about_1_wrapper .top .right span {
    line-height: 20px;
    margin-top: 10px;
    display: block;
}
.about_1_wrapper .top .right p {
    padding-left: 7rem;
    font-size: 15px;
    font-weight: bold;
    margin-top: 12px;
}
.about_1_wrapper .top .right br {
}
.about_1_wrapper .bottom {
    width: 100%;
    height: auto;
    background: url(/renew/img/about_img_2.png) no-repeat;
    background-size: 1934px;
    height: 1671px;
}
.about_1_wrapper .bottom .left_title {
    width: 750px;
    text-align: right;
    padding: 5rem 5rem 0 0;
}
.about_1_wrapper .bottom .left_title h1 {
    font-size: 18px;
    font-weight: normal;
}
.about_1_wrapper .bottom .left_title h2 {
    margin-top: 5px;
    color: #808080;
    font-weight: normal;
    font-size: 16px;
}
.about_1_wrapper .bottom .left_title span {
    color: #f00;
}
