


/* content_box start*/

    /*one*/

    .about_main_one {
        width: 100%;
        height: 440px;
        background: url('../img/about_banner.png') no-repeat;
        background-size: cover;
    }
    .about_mian_one_box{
        width: 55%;
        height: auto;
        position: absolute;
        top: 61%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .about_mian_one_des {
        font-family: Gotham;
        font-weight: 400;
        font-size: 36px;
        color: #FFFFFF;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.44);
        margin-bottom: 15px;
    }
    .about_mian_one_title{
        font-family: Gotham;
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
        line-height: 60px;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.7);
    }

    /*two*/

    .about_main_two{
        width: 100%;
        height: 520px;
        background: url('../img/about_two_bg.png') no-repeat;
        background-size: cover;
    }
    .about_main_two_box {
        gap: 1rem;
        padding: 60px 230px 80px 230px;
        box-sizing: border-box;
    }
    .about_main_two_main {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: flex-start;
    }
    .about_main_two_item {
        width: calc((100% - 1rem) / 2);
        height: 380px;
        position: relative;
        border-radius: 20px;
    }
    .two_item_syboml {
        background: url('../img/two_item_syboml.png') no-repeat;
        background-size: cover;
    }
    .two_item_time {
        background: url('../img/two_item_time.png') no-repeat;
        background-size: cover;
    }
    .about_main_two_item_content {
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 60px;
        box-sizing: border-box;
    }
    .two_item_circle {
        width: 86px;
        height: 86px;
        background: rgba(255, 255, 255, .3);
        border-radius: 50%;
        position: absolute;
        top: 19%;
        right: 31%;
    }
    .two_item_line {
        width: 80%;
        height: 1px;
        background: #FFFFFF;
        margin: auto;
    }
    .about_main_two_item_content_amount {
        font-family: Gotham;
        font-weight: bold;
        font-size: 92px;
        color: #FFFFFF;
        margin-bottom: 18px;
    }
    .about_main_two_item_content_amount span {
        font-size: 55px;
    }
    .about_main_two_item_content_text {
        font-family: Gotham, Gotham;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        margin-top: 25px;
        text-align: center;
    }

    /*three*/
    .about_main_three{
        width: 100%;
        height: 600px;
        background: url('../img/about_three_bg.png') no-repeat;
        background-size: cover;
    }
    .about_main_three_box {
        padding: 56px 120px;
        box-sizing: border-box;
        gap: 4rem;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .about_main_three_img {
        width: 558px;
        height: 488px;
    }
    .about_main_three_main {
        width: calc((100% - 558px - 4rem));
        height: auto;
    }
    .about_main_three_title {
        margin: 24px 0 40px 0;
        font-family: Gotham;
        font-weight: bold;
        font-size: 30px;
        color: #FF7000;
        width: 80%;
    }
    .about_main_three_text {
        font-family: Gotham;
        font-weight: 400;
        font-size: 24px;
        color: #000000;
        margin-bottom: 30px;
    }
    .about_main_three_text:last-of-type {
        margin-bottom: 0;
    }

    .about_main_three_content_line{
        width: 180px;
        height: 2px;
        background: #FF7000;
        margin-top: 46px;
    }

    /*four*/

    .about_main_four {
        width: 100%;
        height: 320px;
        background: #FAFAFA;
    }
    .about_main_four_box{
        padding: 70px 195px 80px 161px;
        box-sizing: border-box;
        text-align: left;
    }
    .quotation_marks_img1{
        width: 36.16px;
        height: 30.66px;
        margin-bottom: 29px;
    }
    .about_main_four_box_content_main {
        width: 50%;
    }
    .about_main_four_box_content_main_title {
        font-family: Gotham;
        font-weight: bold;
        font-size: 28px;
        color: #FF7000;
        margin-bottom: 16px;
    }
    .about_main_four_box_content_main_text {
        font-family: Gotham;
        font-weight: 400;
        font-size: 22px;
        color: #FF7000;
        line-height: 28px;
    }
    .about_main_four_box_content_btn{
        width: 260px;
        height: 80px;
        line-height: 80px;
        background: #FF7000;
        border-radius: 5px 5px 5px 5px;
        gap: 0 20px;
        cursor: pointer;
    }
    .about_main_four_box_content_btn div {
        font-family: Gotham;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
    }
    .white_right_arrow_img {
        width: 32.7px;
        height: 24px;
    }
/* content_box end*/

