﻿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%;
}

@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;
    }

}
