.company-profile {
    position: relative;
    background-color: #f7f9f6
}

.company-profile .comp-h2 {
    text-align: center;
    padding-top: 125px;
    margin-bottom: 42px;
    color: #212121
}

.company-profile .comp-body {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.company-profile .comp-body .compb-left {
    width: 41.25874%;
    flex-basis: 41.25874%;
    font-size: 16px;
    position: relative;
    max-height: 500px;
    overflow-y: scroll;
}

.company-profile .comp-body .compb-left .compb-h4 {
    font-size: 28px;
    margin-top: 4.16667vw;
    color: #1a1a1a
}

.company-profile .comp-body .compb-left .compb-h4-p {
    line-height: 2;
    color: #212121
}

.company-profile .comp-body .compb-left .absn-h5-p {
    line-height: 32px;
    margin-top: 25px;
    color: #212121
}

.company-profile .comp-body .compb-left .compb-h5 {
    margin-top: 55px;
    color: #1a1a1a
}

.company-profile .comp-body .compb-right {
    width: 53.77622%;
    flex-basis: 53.77622%;
    position: relative;
    z-index: 10
}

.company-profile .comp-body .compb-right .map-legend {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    color: #212121;
    padding: 5px 0 0 15%
}

.company-profile .comp-body .compb-right .map-legend .map-label {
    width: 48px;
    flex-basis: 48px
}

.company-profile .comp-body .compb-right .map-legend .mapl-position {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-left: 16px
}

.company-profile .comp-body .compb-right .map-legend .mapl-dfn {
    margin-bottom: 16px;
    cursor: pointer
}

.company-profile .comp-body .compb-right .map-legend .iconfont {
    color: #df9a3f;
    margin-right: 3px;
    font-size: 12px
}

.company-profile .comp-body .compb-right .map-svg {
    stroke-dasharray: 1200;
    stroke-dashoffset: 0;
    animation-fill-mode: forwards
}

.company-profile .comp-body .compb-right .mapStroke-animate {
    animation: mapPath 5s linear
}

.company-profile .comp-body .compb-right .mark1 {
    right: 23%;
    color: #df9a3f
}

.company-profile .comp-body .compb-right .mark2 {
    top: 52%;
    right: 24%;
    color: #df9a3f
}

.company-profile .comp-body .compb-right .map-pic .map-svg {
    enable-background: new 0 0 1097 1073.5
}

.company-profile .comp-body .compb-right .map-pic .st0 {
    fill: none;
    stroke: #919191;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.company-profile .comp-body .compb-right .map-pic .st1 {
    fill: none;
    stroke: #bfbfbf;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.company-profile .comp-body .compb-right .map-pic .st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #919191;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.company-profile .figure-wrapper {
    position: relative;
    margin-top: 30px
}

.company-profile .figure-wrapper .figure-toggleBtn {
    position: absolute;
    left: 45.45455%;
    transform: translate(-50%, -100%);
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    z-index: 10
}

.company-profile .figure-wrapper .figure-toggleBtn span {
    width: 50px;
    height: 32px;
    background-color: #fff;
    color: #545454;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    cursor: pointer
}

.company-profile .figure-wrapper .figure-toggleBtn span.on {
    color: #fff;
    background-color: #26903a
}

.company-profile .figure-wrapper .figure-toggleBtn span .iconfont {
    font-size: 19px
}

.company-profile .figure-wrapper .figure-slider {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.company-profile .figure-wrapper .figure-slider.on {
    visibility: visible
}

.company-profile .figure-wrapper .figure-img {
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
    min-width: 45.45455%;
    width: 45.45455%;
    flex-basis: 45.45455%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end
}

.company-profile .figure-wrapper .figure-img .figure-bg {
    position: absolute;
    width: 0%;
    left: 0;
    height: 100%;
    -webkit-transition: width 1.5s;
    -moz-transition: width 1.5s;
    -ms-transition: width 1.5s;
    -o-transition: width 1.5s;
    transition: width 1.5s;
    background-color: transparent
}

.company-profile .figure-wrapper .figure-img .figure-imgWrapper {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    -webkit-transition: width 1.5s;
    -moz-transition: width 1.5s;
    -ms-transition: width 1.5s;
    -o-transition: width 1.5s;
    transition: width 1.5s;
    overflow: hidden
}

.company-profile .figure-wrapper .figure-info {
    position: relative;
    z-index: 8;
    height: 400px;
    overflow-x: hidden;
    width: 49.09091%;
    flex-basis: 49.09091%;
    background-color: #fff;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 5%;
    color: #262525;
    opacity: 0
}

.company-profile .figure-wrapper .figure-info .figure-h4 {
    font-size: 18px;
    margin-bottom: 28px
}

.company-profile .figure-wrapper .figure-info .figure-content {
    line-height: 2
}

.company-profile .about-service {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    margin-top: 123px
}

.company-profile .about-service .aser_h2 {
    margin-top: 20px
}

.company-profile .about-service .about-right {
    flex: 1
}

.company-profile .about-service .about-container {
    width: 600px;
    margin: 0 auto
}

.company-profile .about-service .about-service-body {
    margin: 72px 0 0;
    width: auto;
    text-align: left
}

.company-profile .about-service .about-service-body .service-item {
    background-color: #f7f9f6
}

.corporate-philosophy-bg {
    background-color: #f7f9f6
}

.corporate-philosophy {
    position: relative;
    overflow: hidden;
    height: 812px;
    max-height: 70vh;
    background-size: cover;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #fff
}

.corporate-philosophy .cop-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.corporate-philosophy .corp-h4 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative
}

.corporate-philosophy .corp-p {
    font-size: 20px;
    position: relative
}

.development-path {
    position: relative;
    padding-bottom: 160px
}

.development-path .dep_h2 {
    text-align: center;
    padding-top: 127px;
    margin-bottom: 80px;
    font-size: 34px;
    font-weight: bold
}

.development-path .paging {
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 97px;
    font-family: GideonRoman_REGULAR;
    font-size: 1.35417vw;
    color: #969696
}

.development-path .paging .dep-pagination-dot {
    position: relative;
    outline: 0;
    width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-basis: 16.66667%;
    -o-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    cursor: pointer;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.development-path .paging .dep-pagination-dot::before {
    content: "";
    height: 1px;
    z-index: -1;
    width: 100%;
    left: 12px;
    bottom: 12px;
    position: absolute;
    background-color: #ececec
}

.development-path .paging .dep-pagination-dot:last-child::before {
    display: none
}

.development-path .paging .dep-pagination-dot .dep-svg {
    pointer-events: none
}

.development-path .paging .dep-pagination-dot span {
    position: relative;
    margin-bottom: 15px
}

.development-path .paging .dep-pagination-dot.active span {
    color: #26903a
}

.development-path .paging .dep-pagination-dot.active .dep-dot {
    fill: #26903a
}

.development-path .paging .dep-pagination-dot.active .dep-cicle {
    animation: circlePath 0.5s linear;
    stroke: #26903a;
    stroke-width: 1;
    stroke-dasharray: 76;
    stroke-dashoffset: 0;
    animation-fill-mode: forwards
}

.development-path .paging .dep-dot {
    fill: #969696
}

.development-path .paging .dep-cicle {
    fill: none;
    stroke: none
}

.development-path .dep-content {
    position: relative
}

.development-path .dep-content .dep-btngroup {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8;
    padding-left: 10px;
    bottom: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.development-path .dep-content .dep-btngroup .dep-prev, .development-path .dep-content .dep-btngroup .dep-next {
    user-select: none;
    width: 48px;
    height: 48px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    -webkit-transition: border-color 1s;
    -moz-transition: border-color 1s;
    -ms-transition: border-color 1s;
    -o-transition: border-color 1s;
    transition: border-color 1s;
    cursor: pointer
}

.development-path .dep-content .dep-btngroup .dep-prev .iconfont, .development-path .dep-content .dep-btngroup .dep-next .iconfont {
    color: #42505D;
    font-size: 24px
}

.development-path .dep-content .dep-btngroup .dep-prev:hover, .development-path .dep-content .dep-btngroup .dep-next:hover {
    border-color: #26903a
}

.development-path .dep-content .dep-btngroup .dep-prev:hover .iconfont, .development-path .dep-content .dep-btngroup .dep-next:hover .iconfont {
    color: #26903a
}

.development-path .dep-content .dep-btngroup .dep-prev {
    margin-bottom: 25px
}

.development-path .dep-swiper {
    position: relative
}

.development-path .dep-wrapper .dep-slide {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

.development-path .dep-wrapper .dep-slide.swiper-slide-prev {
    opacity: 0
}

.development-path .dep-wrapper .dep-slide.swiper-slide-next {
    opacity: 0
}

.development-path .dep-wrapper .dep-slide.swiper-slide-active {
    opacity: 1
}

.development-path .dep-wrapper .dep-figure {
    width: 40.14925%;
    flex-basis: 40.14925%
}

.development-path .dep-wrapper .dep-main {
    padding-right: 8.20896%;
    width: 52.98507%;
    flex-basis: 52.98507%
}

.development-path .dep-wrapper .dep-year {
    font-size: 4.58333vw;
    margin-bottom: 3.64583vw;
    margin-top: 2.86458vw;
    font-family: GideonRoman_REGULAR;
    color: #393939
}

.development-path .dep-wrapper .dep-cont {
    line-height: 1.75;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.social-resposibility {
    position: relative;
    background-image: url("../imgs/social-bg.png");
    overflow: hidden;
    margin-bottom: 10.41667vw;
    background-size: cover
}

.social-resposibility .social_h2 {
    margin-top: 13.22917vw;
    text-align: center;
    color: #fff
}

.social-resposibility .social-body {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex
}

.social-resposibility .social-body .social-left {
    margin-top: 15.78125vw;
    width: 48.17708%;
    flex-basis: 48.17708%;
    text-align: center
}

.social-resposibility .social-body .social-left .socrl-pic {
    display: inline-block;
    width: 41.94595%;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s
}

.social-resposibility .social-body .social-left .socrl-pic:hover {
    border-radius: 5.15625vw 0
}

.social-resposibility .social-body .social-left .socrl-pic img {
    width: 100%
}

.social-resposibility .social-body .social-right {
    margin-top: 7.29167vw;
    width: 51.82292%;
    flex-basis: 51.82292%;
    background-color: #fff;
    border-radius: 5.83333vw 0 0 0;
    overflow: hidden;
    padding: 8.28125vw 15.625vw 5.20833vw 6.45833vw
}

.social-resposibility .social-body .social-right .socrr-icon {
    width: 4.21875vw
}

.social-resposibility .social-body .social-right .socrr-h5 {
    margin-top: 2.86458vw;
    margin-bottom: 3.48958vw;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.41;
    color: #373737
}

.social-resposibility .social-body .social-right .socrr-p {
    color: #393939;
    line-height: 1.75;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 768px) {
    .company-profile {
        padding: 0 15px
    }

    .company-profile .comp-h2 {
        padding-top: 30px;
        margin-bottom: 20px
    }

    .company-profile .comp-body {
        flex-direction: column
    }

    .company-profile .comp-body .compb-left .compb-h4 {
        font-size: 20px;
        margin-top: 0;
        font-weight: 400
    }

    .company-profile .comp-body .compb-left .compb-h5 {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 400
    }

    .company-profile .comp-body .compb-left .absn-h5-p, .company-profile .comp-body .compb-left .compb-h4-p {
        line-height: 1.5;
        font-size: 14px;
        margin-top: 15px;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .company-profile .comp-body .compb-left, .company-profile .comp-body .compb-right {
        width: 100%;
        flex-basis: unset
    }

    .company-profile .comp-body .compb-right {
        margin-top: 20px
    }

    .company-profile .comp-body .compb-right .map-legend {
        padding: 20px 0;
        font-size: 14px
    }

    .company-profile .comp-body .compb-right .map-legend .iconfont {
        font-size: 14px
    }

    .company-profile .about-service {
        flex-direction: column;
        margin-top: 20px;
        padding-bottom: 20px
    }

    .company-profile .figure-wrapper .figure-toggleBtn {
        left: 50%
    }

    .company-profile .figure-wrapper .figure-slider {
        flex-direction: column
    }

    .company-profile .figure-wrapper .figure-img {
        width: 100%;
        min-width: 100%;
        flex-basis: 100%
    }

    .company-profile .about-service .about-container {
        width: 100%
    }

    .company-profile .about-service .about-service-body {
        margin: 20px 0
    }

    .company-profile .about-service .about-service-body .service-item {
        height: unset;
        line-height: 1.5;
        font-size: 14px
    }

    .company-profile .figure-wrapper .figure-info {
        width: 100%;
        flex-basis: unset;
        height: unset;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start
    }

    .company-profile .figure-wrapper .figure-info .figure-h4 {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 20px
    }

    .company-profile .figure-wrapper .figure-info .figure-content {
        line-height: 1.5;
        font-size: 14px
    }

    .corporate-philosophy .corp-h4 {
        font-size: 30px
    }

    .corporate-philosophy .corp-p {
        text-align: center
    }

    .development-path {
        padding: 0 15px 30px
    }

    .development-path .dep_h2 {
        padding-top: 30px;
        text-align: left;
        margin-bottom: 30px;
        font-size: 24px
    }

    .development-path .paging {
        display: none
    }

    .development-path .dep-content .dep-btngroup {
        bottom: unset;
        transform: translateY(-70px);
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row
    }

    .development-path .dep-content .dep-btngroup .dep-prev {
        margin-bottom: 0
    }

    .development-path .dep-wrapper .dep-figure {
        width: 100%;
        flex-basis: unset
    }

    .development-path .dep-wrapper .dep-main {
        width: 100%;
        padding-right: 0;
        flex-basis: unset
    }

    .development-path .dep-wrapper .dep-slide {
        flex-direction: column
    }

    .development-path .dep-wrapper .dep-year {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px
    }

    .development-path .dep-wrapper .dep-cont {
        line-height: 1.5;
        font-size: 14px;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .social-resposibility .social-body .social-left .socrl-pic {
        padding: 0 15px;
        width: 100%
    }

    .social-resposibility .social-body .social-left {
        width: 50%;
        flex-basis: 50%;
        margin-top: 90px
    }

    .social-resposibility .social-body .social-right {
        width: 50%;
        flex-basis: 50%;
        padding: 15px;
        margin-top: 30px
    }

    .social-resposibility .social-body .social-right .socrr-icon {
        width: 40px
    }

    .social-resposibility .social-body .social-right .socrr-h5 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .social-resposibility .social-body .social-left .socrl-pic:hover {
        border-radius: 10px 0
    }

    .social-resposibility .social-body .social-right .socrr-p {
        font-size: 14px;
        line-height: 1.5;
        overflow: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .company-profile .comp-body .compb-right .mark2 {
        top: 47%
    }

    .company-profile .comp-body .compb-right .mark1 {
        top: 40%
    }
}

@media screen and (min-width: 1921px) {
    .development-path .dep-wrapper .dep-year {
        font-size: 88px;
        margin-top: 55px;
        margin-bottom: 70px
    }

    .development-path .paging {
        font-size: 26px
    }

    .social-resposibility .social-body .social-left .socrl-pic {
        border-radius: 99px 0
    }

    .social-resposibility .social-body .social-right {
        border-radius: 112px 0 0 0
    }
}
