.about_page_title {
    width: 100%;
    min-height: 350px;
    position: relative;
}

.about_page_title .title_bg {
    min-width: 1760px;
    width: 100vw;
    background-image: url(/images/background_images/about/about_bg.jpeg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
}


.about_page_title .title_bg_color {
    min-width: 1760px;
    width: 100vw;
    background-color: rgba(33, 33, 33, 0.3);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59212121,endColorstr=#59212121);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#59212121,endColorstr=#59212121);
    zoom: 1;
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-50%);
}
.about_page_title .title_con {
    width: 1310px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    z-index: 30;
}

.title_con .about_title {
    font-size: 4em;
}

.about_contents_box {
    width: 1310px;
    margin: 0 auto;
}

.about_contents.about_2 {
    background: rgba(33, 33, 33, 0.025);
    text-align: center;
}

.about_emptyBox {
    width: 100%;
    height: 100px;
}

.about_emptyBox_half {
    width: 100%;
    height: 50px;
}

.about_contents_title {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #333;
    letter-spacing: -1px;
}

/*.about_contents_box {*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/

.about_contents h2 {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    color: #333;
    line-height: 1;
    margin: 10px 0;
}

.about_contents .about_inside_con  {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    word-break: keep-all;
    color: rgb(109, 109, 109);
}

.about_contents_box h2 span {
    color: #4eb1ac;
}


.about_img_box {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    float: right;
}

.about_img_box img {
    position: absolute;
    width: 100%;
}