header .container {
    align-items: center;
    justify-content: center;
}

header .container .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .container .content-box .synopsis {
    margin-top: 10px;
}

#aboutUs {
    padding-bottom: 0 !important;
}

#aboutUs .content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#aboutUs .content-box .left,
#aboutUs .content-box .right {
    overflow: hidden;
}

#aboutUs .content-box .left {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
    padding-right: 0;
}

#aboutUs .content-box .left img {
    width: 100%;
}

#aboutUs .content-box .right {
    border-right: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 30px;
}

#aboutUs .content-box .right p {
    /*font-weight: 600;*/
}

#incident {
    padding-bottom: 0 !important;
}

.syFocusThumb .pagination {
    border-bottom: none;
    border-top: 2px solid #F5F5F5;
    margin-top: 10px;
}

.syFocusThumb .pagination i.selected a {
    color: #00A4FF;
}

#paginate-syFocusThumb .thumbWrap {
    margin-top: 10px;
}

#paginate-syFocusThumb .toc {
    width: 180px;
    padding: 0;
    position: relative;
    line-height: 60px;
    height: 60px;
}

#paginate-syFocusThumb .toc:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7.5px;
    left: 50%;
    border-radius: 50%;
    background-color: #efefef;
    transform: translateX(-50%);
}

#paginate-syFocusThumb .toc:last-child {
    padding: 0;
}

.syFocusThumb .toc.selected:before {
    background-color: white !important;
    border: 1px solid #00A4FF;
    width: 18px !important;
    height: 18px !important;;
}

.syFocusThumb .toc a {
    color: #333333;
}

.syFocusThumb .sliderwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: auto;
    margin-top: 30px;
}

.syFocusThumb .sliderwrapper .contentdiv {
    display: none;
    overflow: hidden;
    width: 380px;
}

#prev, #next {
    width: 20px;
    height: 40px;
    top: 65%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#next {
    right: calc(50% - 250px);
    background-image: url("/static/front/images/info/icon/right_grey.png");
    transition: all .3s ease-out;
}

#prev {
    left: calc(50% - 250px);
    background-image: url("/static/front/images/info/icon/left_grey.png");
    transition: all .3s ease-out;
}

#next:hover {
    background-image: url("/static/front/images/info/icon/right_blue.png");
    width: 32px;
}

#prev:hover {
    background-image: url("/static/front/images/info/icon/left_blue.png");
    width: 32px;
}

#vision {
    padding-bottom: 0 !important;
}

#vision .item {
    position: relative;
}

#vision .item img {
    width: 100%;
    margin-bottom: 30px;
}

#vision .item .content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: white;
    transition: all .3s ease-out;
}

#vision .item .content p {
    padding: 0;
    margin: 0;
}

#vision .item:first-child .content {
    left: 10%;
}

#vision .item:last-child .content {
    right: 10%;
}

#vision .item:hover:first-child .content {
    left: 12%;
}

#vision .item:hover:last-child .content {
    right: 12%;
}

#sense {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sense .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 30px;
}

#sense .content-box .left {
    text-align: right;
}

#sense .content-box .left img {
    width: 75%;
}

#sense .content-box .left,
#sense .content-box .right {
    flex: 1;
}

#sense .content-box .right {
    padding-left: 10%;
}

#sense .content-box .right .li {
    display: flex;
    align-items: center;
}

#sense .content-box .right .li .li_left {
    position: relative;
    padding-right: 80px;
    padding-bottom: 30px;
}

#sense .content-box .right .li .li_left:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 1px;
    height: 100px;
    background-color: #C8EBFF;
    transform: rotate(45deg) translateX(-50%);
}

#sense .content-box .right .li .li_right {
}

#sense .content-box .right .li .li_right p {
}

#sense .content-box .right .li .li_right span {
}

#certification {
    padding-bottom: 0 !important;
}

#certification .header-title span {
    width: 70%;
    display: block;
    margin: 0 auto;
}

#certification .content-box {
    position: relative;
    width: 100%;
    margin: 50px auto 0 auto;
}

#certification .swiper-container {
    width: 90%;
    height: 100%;
    position: initial;
}

#certification .swiper-wrapper {
    /*align-items: flex-start;*/
}

#certification .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    min-height: 100%;
}

#certification .swiper-slide img {
    width: 100%;
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.04);
}

#certification .swiper-slide span {
    margin-top: 15px;
    text-align: center;
}

#certification .swiper-button-prev {
    background-image: url("/static/front/images/info/icon/left_white.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left;
    width: 70px;
    left: -20px;
}

#certification .swiper-button-next {
    background-image: url("/static/front/images/info/icon/right_white.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right;
    width: 70px;
    right: -20px;
}

#branch {
    padding-bottom: 0 !important;
}

#branch .content-box {
    text-align: center;
    margin-top: 30px;
}

#branch img {
    width: 80%;
}

#process{}
#process .content-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
#process .content-box .line_1 {
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    justify-content: flex-start;
    position: relative;
}
#process .content-box .line_1 ul{
    display: flex;
}
#process .content-box .line_1 ul:first-of-type{
    border-bottom: 0.5px solid rgba(0, 164, 252, 0.7);
}
#process .content-box .line_1 ul:last-of-type{
    margin-top: 60px;
    border-top: 0.5px solid rgba(0, 164, 252, 0.7);
}
#process .content-box .line_1 ul li{
    position: relative;
    padding: 10px;
    max-width: 200px;
}
#process .content-box .line_1 ul li:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
}
#process .content-box .line_1 ul li:after{
    position: absolute;
    bottom: -3px;
    left: -3px;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #85d6fc;
}
#process .content-box .line_1 ul:first-of-type li:before{
    background: linear-gradient(to top, #85d6fc, transparent);
}
#process .content-box .line_1 ul:last-of-type li:before{
    background: linear-gradient(to bottom, #85d6fc, transparent);
}
#process .content-box .line_1 ul:last-of-type li:after{
    top: -3px;
}
#process .content-box .line_1 ul li:last-of-type{
    padding: 0;
}
#process .content-box .line_1 ul li:last-of-type:before{
    width: 0;
    height: 0;
}
#process .content-box .line_1 ul:first-of-type li:last-of-type:before{
    bottom: 0;
    left: 100%;
    width: 1px;
    height: 70px;
    background: linear-gradient(to top, #85d6fc, transparent);
    transform-origin: bottom left;
    transform: rotate(120deg);
}
#process .content-box .line_1 ul:last-of-type li:last-of-type:before{
    top: 0;
    left: 100%;
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, #85d6fc, transparent);
    transform-origin: left top;
    transform: rotate(-120deg);
}
#process .content-box .line_1 ul li p{
    display: flex;
    flex-direction: column;
}
#process .content-box .line_1:after{
    position: absolute;
    top: 52%;
    right: -55px;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #85d6fc;
}
#process .content-box .line_2{
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#process .content-box .line_2 ul{}
#process .content-box .line_2 ul li{
    padding: 10px;
    border: 0.5px solid rgba(0, 164, 252, 0.7);
    border-radius: 20px;
    max-width: 250px;
}
#process .content-box ul li p span{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-left: 12px;
}
#process .content-box ul li p span:before{
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
}

@media screen and (max-width: 992px) {

    #aboutUs .content-box .left {
        padding-right: 15px;
    }
    #aboutUs .content-box .right {
        border-top: none;
        border-left: 1px solid #DADADA;
    }

}

@media screen and (max-width: 768px) {
    #certification .swiper-container{
        width: 75%!important;
    }
    #certification .swiper-slide{
        padding: 10px;
    }
    #aboutUs .content-box .right {
        margin: 0 15px 15px;
        padding: 15px;
    }

    #paginate-syFocusThumb .toc {
        width: 90px;
    }

    .syFocusThumb .sliderwrapper .contentdiv {
        width: 230px;
    }

    #next {
        right: 15px;
    }

    #prev {
        left: 15px;
    }

    #sense .content-box {
        flex-flow: column;
    }

    #sense .content-box .left {
        text-align: center;
    }

    #sense .content-box .right {
        padding-left: 0;
    }

    #sense .content-box .right .li {
        margin-top: 15px;
    }

    #sense .content-box .right .li .li_left {
        padding-right: 30px;
        padding-bottom: 15px;
    }

    #sense .content-box .right .li .li_left:before {
        height: 45px;
    }

    #sense .content-box .left img {
        width: 55%;
    }

    #certification .header-title span {
        width: 95%;
    }

    #certification .content-box {
        margin-top: 15px;
    }

    #certification .swiper-button-prev {
        left: 0;
        width: 40px;
    }

    #certification .swiper-button-next {
        right: 0;
        width: 40px;
    }

}
