
.main-top .main-txt{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05rem;
}
.colorbar-box{
    position: relative;
}
.mt-colorbar{
    position: absolute;
    top: 80px;
    z-index: 9;
}
.main-vs{
    position: relative;
    margin-top: 230px;
    height: 850px;
    overflow: hidden;
}

.main-vs-bg{
    height: 700px;
    background-image: url(../images/main/main-top-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-vs h2{
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 120px;
    letter-spacing: 0.7rem;
}
.main-vs h2 span{
    color: #23b8bc;
}
.main-sm-tit{
    margin-top: 10px;
    font-size: 16px;
}
.main-big-txt{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.15rem;
}
.main-sm-txt{
    margin-top: 80px;
    font-weight: 400;
    font-size: 22px;
}
.main-tit-box{
    width: 165px;
    float: left;
}
.main-txt-box{
    float: left;
    width: 1255px;
}
.who-section{
    margin-top: 300px;
    border-bottom: 1px solid #eee;
}
.who-txt{
    margin-bottom: 140px;
}
.works-section{
    margin-top: 140px;
    border-bottom: 1px solid #eee;
}
.works-txt{
    margin-bottom: 140px;
}
.service-section{
    margin-top: 140px;
    border-bottom: 1px solid #eee;
}
.service-txt{
    margin-bottom: 140px;
}
.service-list{
    float: left;
    width: 520px;
    margin-right: 20px;
}
.service-list:nth-child(3){
    margin-right: 0;
}
.service-img{
    width: 520px;
    height: 320px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service-img-01{
    background-image: url(../images/main/service-img-01.png);
}
.service-img-02{
    background-image: url(../images/main/service-img-02.png);
}
.service-img-03{
    background-image: url(../images/main/service-img-03.png);
}
.service-img-04{
    background-image: url(../images/main/service-img-04.png);
}
.service-img-05{
    background-image: url(../images/main/service-img-05.png);
}
.service-img-06{
    background-image: url(../images/main/service-img-06.png);
}
.service-list-txt h4{
    font-size: 22px;
    margin-bottom: 25px;
    letter-spacing: 0;
}
.service-list-txt p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.service-list-bottom{
    margin-top: 100px;
    margin-bottom: 140px;
}
.partners-section{
    margin-top: 140px;
    border-bottom: 1px solid #eee;
    padding-bottom: 140px;
}
.partners-logo-list{
    width: 285px;
    height: 80px;
    margin-right: 140px;
    margin-bottom: 60px;
    float: left;
}

.partners-logo-list img{
    width: 100%;
}
.partners-logo-list:last-child{
    margin-right: 0;
}
.history-section{
    margin-top: 140px;
    padding-bottom: 140px;
}
.main-history{
    /*margin-left: 230px;*/
}
.main-history h4{
    position: relative;
    font-size: 24px;
    margin-right: 120px;
}
.mh-2017 .main-his-tit{
    position: relative;
}
.mh-2017 .main-his-tit::before{
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 570px;
    top: 10px;
    left: -26px;
}
.main-history h4::before{
    position: absolute;
    content: "";
    background: #000;
    width: 9px;
    height: 9px;
    top: 50%;
    left: -30px;
    transform: translate(0,-50%);
    border-radius: 9px;
}
.main-history p{
    font-size: 20px;
}
.mh-year{
    margin-bottom: 110px;
}
.mh-year>div{
    float: left;
}
.main-his-txt p{
    line-height: 2;
}
.works-link-img{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/main/work-link-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.works-link-img p{
    font-size: 55px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    letter-spacing: 0.3rem;
}
.sitemap{
    display: none;
    overflow:hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.sitemap .sitemap-inner{
    width: 100%;
}
.sitemap ul{
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sitemap ul li{
    float: left;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    width: 25%;
    font-size: 60px;
}

.sitemap ul li a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 800;
}

.sitemap ul li:hover a{
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: #Fff;
}
.sitemap ul li:not(:first-child){
    border-left: 1px solid #ddd;
}
.sitemap ul li:last-child{
    margin-right: 0;
}
.sitemap-close{
    position: absolute;
    top: 40px;
    right: 40px;
    background: none;
    border: none;

}
/*
@keyframes typo01-after{
    0%{left:0;width:0}
    50%{width:100%}
    to{right:0;width:0}
}
.main-tit-box .main-sm-tit::before {
    position: absolute;
    width: 100%;
    background: #fff;
}
.main-tit-box.active .main-sm-tit::before {
    right: 0;
    width: 0;
    -webkit-transition: width 1.1s ease-in-out;
    transition: width 1.1s ease-in-out;
}
.main-tit-box.active .main-sm-tit::after, .main-tit-box.active .main-sm-tit::before {
    position: absolute;
}
.main-tit-box .main-sm-tit::after, .main-tit-box .main-sm-tit::before {
    content: "";
    top: 0;
    bottom: 0;
    display: inline-block;
}
.main-tit-box.active .main-sm-tit::after {
    -webkit-animation: typo01-after 1s ease-in-out;
}
.main-tit-box .main-sm-tit::after {
    background: #000;
}
.main-tit-box .main-sm-tit{
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: inline!important;
}
*/


@media screen and (max-width: 1024px) {
    .main-top .main-txt{
        word-break: keep-all;
        font-size: 16px;
        font-weight: 400;
    }
    .main-top .inner{
        margin-top: 30px;
    }
    .main-vs{
        height: 300px;
        margin-top: 40px;
        overflow: visible;
    }
    .main-vs-bg{
        height: 300px;
    }
    .mt-colorbar{
        right: 20px;
        top: -50px;
    }
    .mt-colorbar img{
        width: 10px;
    }
    .main-vs h2{
        font-size: 50px;
        letter-spacing: 0.3rem;
        bottom: -60px;
    }
    .main-vs h2 span {
        color: #076C7C;
    }
    .who-section{
        margin-top: 120px;
        border-bottom: none;
    }
    .main-tit-box {
        width: 100%;
        float: unset;
    }
    .main-txt-box {
        width: 100%;
        float: unset;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #eee;
    }
    .main-sm-tit {
        font-size: 17px;
    }
    .main-big-txt {
        word-break: keep-all;
        margin-top: 20px;
        font-size: 20px;
        letter-spacing: 0.05rem;
    }
    
    .main-sm-txt{
        margin-top: 25px;
        font-size: 16px;
        word-break: keep-all;
    }
    .works-section,
    .service-section,
    .partners-section {
        margin-top: 0px;
        border-bottom: none;
    }
    .partners-section{
        padding-bottom: 0;
    }

    .service-section .main-txt-box,
    .partners-section .main-txt-box{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .service-list-box{
        width: 100%;
        overflow-x: scroll;
        height: 380px;
        margin-right: 20px;
    }
    .service-list-top{
        width: 1820px;
    }
    .service-list{
        margin-right: 0;
        padding-left: 20px;
        width: 300px;
    }
    .service-img{
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .service-list-txt h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .service-list-txt p{
        font-size: 14px;
    }
    .service-list-bottom{
        margin-top: 0;
        margin-bottom: 0;
    }
    .mobile-line{
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #eee;
    }
    .partners-txt{
        margin-top: 30px;
    }
    .partners-logo-list{
        width: calc(( 100% - 15px ) / 2 );
        height: 50px;
        padding: 10px;
        border: 1px solid #eee;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .partners-logo-list:nth-child(2n){
        margin-right: 0;
    }
    .partners-list:last-child{
        display: block;
    }
    .btn-more-box{
        margin: 20px 20px 0;
        padding-bottom: 50px;
        border-bottom: 1px solid #eee;        
    }
    .btn-more{
        padding: 5px 20px 10px;
    }
    .btn-more svg{
        width: 18px;
        height: 18px;
    }
    .btn-more span{
        font-size: 14px;
    }
    .history-section{
        margin-top: 50px;
        padding-bottom: 0;
    }
    .history-section .main-txt-box{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .main-history {
        margin-left: 70px;
        margin-top: 25px;
    }
    .main-history h4{
        font-size: 20px;
    }
    .main-his-txt p{
        font-size: 16px;
    }
    .mh-year{
        margin-bottom: 30px;
    }
    .mh-year>div{
        float: unset;
    }
    .works-link-img{
        height: 160px;
    }
    .works-link-img p{
        width: 70%;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        word-break: keep-all;
    }
    .sitemap ul{
        top: 90px;
        left: 0;
        transform: unset;
    }
    .sitemap ul li{
        float: unset;
        text-align: left;
        width: 100%;
        height: 70px;
        font-size: 30px;
    }
    .sitemap ul li:not(:first-child){
        border-left: none;
    }
    .sitemap ul li a{
        position: inherit;
        top: 0;
        left: 30px;
        transform: unset;
    }
    .sitemap-close{
        top: 10px;
        right: 15px;
    }

    .sitemap-close svg{
        width: 30px;
    }

}


.read_header{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.read_header h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.read_header P{
    border-bottom: none;
    display: inline-block;
    margin-right: 30px;
}