.bg-gra{
    background: rgb(233,165,165);
    background: linear-gradient(180deg, rgba(233,165,165,1) 0%, rgba(184,193,192,1) 33%, rgba(101,192,224,1) 66%, rgba(174,162,219,1) 100%);
}

.sub-vs-tit{
    position: relative;
    height: 225px;
    margin-top: 120px;
    margin-bottom: 200px;
}
.sub-vs-bar{
    width: 16px;
    height: 225px;
    float: left;
    margin-right: 40px;
}
.sub-vs-txt{
    float: left;
}
.sub-vs-txt h2{
    font-size: 120px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .1em;
}
.sub-vs-txt h5{
    font-size: 30px;
    margin-top: 40px;
}
.sub-project-img{
    width: 59%;
    height: 480px;
    background-image: url("/adm/images/common/sub-vs-02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -9;
}
.sub-seojang-img{
    width: 55%;
    height: 480px;
    background-image: url(../images/sub/sub-vs-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -9;
}
.sub-contact-img{
    width: 43%;
    height: 480px;
    background-image: url(../images/sub/sub-vs-03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -9;
}
.sub-contents{
    padding-bottom: 100px;
}
.sub-contents-02{
    padding-bottom: 0;
}
.sub-project .clearfix > *{
    float: left;
    font-size: 20px;
    line-height: 50px;
}
.sub-project .clearfix{
    padding: 40px 0;
}
.sub-project .p-tit{
    padding: 10px 0;
}
hr.first{
    border-color: #000;
    height: 2px;
    opacity: 1;
}
.p-year{
    padding-left: 30px;
    font-weight: 700;
    width: 18%;
}
.p-project{
    width: 40%;
}
.p-section{
    width: 24%;
}
.p-clients{
    width: 18%;
}
hr.contact{
    margin: 50px 0;
}
.sub-contact{
    width: 1140px;
    margin: 0 auto;
    background: #fbfbfb;
    border-radius: 30px;
    padding: 50px;
}
.sub-contact .c-agree-tit{
    font-weight: 700;
    padding-left: 50px;
    font-size: 22px;
}
.c-agree-box{
    word-break: break-all;
    white-space: pre;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 40px;
    height: 240px;
    overflow-y: scroll;
    font-size: 18px;
    color: #333;
    width: calc( 100% - 80px );
    margin-left: 30px;
    margin-bottom: 15px;
    background-color: #fff;
}
.clearfix.text-end{
    padding-right: 80px;
}
.clearfix.text-end p span{
    margin-right: 5px;
}
.clearfix.text-end input{
    margin-left: 20px;
    margin-right: 5px;
}
.c-write-item{
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.c-write-tit{
    float: left;
    width: 240px;
    height: 70px;
    position: relative;
    padding-left: 30px;
}
.c-write-tit h6{
    font-size: 22px;
    line-height: 70px;
    position: relative;
    display: inline-block;
}

.c-write-tit:before{
    background: rgb(233,165,165);
    background: linear-gradient(180deg, rgba(233,165,165,1) 0%, rgba(184,193,192,1) 33%, rgba(101,192,224,1) 66%, rgba(174,162,219,1) 100%);
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.c-write-tit-i:after{
    position: absolute;
    top: -5px;
    right: -15px;
    color: #be2444;
    content: '*';
    font-family: 'Montserrat';
    font-weight: 700;
}
.c-write-radio{
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
}
/*
input[type='radio'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    border:1px solid #dddddd;
    border-radius:50%;
    outline:none;
    background:#fff;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}
input[type='radio']:before {
    content:'';
    display:block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius:50%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ddd;
  }
input[type='radio']:checked{
    border-color: #ddd;
}
input[type='radio']:checked:before {
  	background:#65bfe0!important;
  }
  */

.radioinner input[type="radio"]{
    display:none;
}

.radioinner input[type="radio"] + span{
display:inline-block;
background:#fff;
border:1px solid #dfdfdf;  
color: #999;
padding:10px 30px;
text-align:center;
height:60px;
border-radius: 40px;
font-weight:500;
cursor:pointer;
}

.radioinner input[type="radio"]:checked + span{
    border:1px solid #000;
    background:#000;
    color:#fff;
}

.c-write-radio label{
    display: block;
    float: left;
    line-height: 40px;
    margin-right: 20px;
}
.c-write-input input{
    width: 320px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 25px;
}
.c-write-input input::placeholder{
    color: #aaa;
    font-size: 18px;
    line-height: 68px;
}
.c-write-memo{
    float: unset;
    width: 100%;
}
.c-write-memo textarea{
    width: calc( 100% - 80px );
    margin-left: 30px;
    height: 280px;
    border: 1px solid #ddd;
    border-radius: 10px!important;
    padding: 0 30px!important;
}
.c-write-memo textarea::placeholder{
    color: #aaa;
    font-size: 18px;
    line-height: 68px;
}
.btn-submit{
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 0;
    padding: 15px 80px;
    border-radius: 40px;
    background: #2baedf;
    color: #fff;
    font-weight: 700;
    margin-top: 80px;
}
.sub-contents .btn-more-box{
    margin-top: 60px;
}
.seojang-01>div{
    float: left;
    width: 50%;
}
.seojang-01 .seojang-tit h2{
    font-size: 90px;
    font-weight: 700;
    margin-left: 150px;
}
.seojang-01 .seojang-tit h2 span{
    position: relative;
}
.seojang-01 .seojang-tit h2 span::before{
    position: absolute;
    content: "";
    background: #84ffeb;
    width: 100%;
    height: 25px;
    bottom: 5px;
    left: 0;
    z-index: -1;
    animation: colorchange 4s linear infinite;
    transition: max-height 1s ease-in 1s;
}
@keyframes colorchange{
    0% { width: 100%; left: 0; background: rgb(174, 253, 245); }
    20% { width: 100%; left: 0; background: rgb(134, 134, 223); }
    40% { width: 100%; left: 0; background: rgb(255, 168, 168); }
    60% { width: 100%; left: 0; background: rgb(242, 186, 242); }
    100% { width: 100%; left: 0; background: rgb(202, 223, 95); }
    
}

.seojang-01 .seojang-txt p{
    font-size: 20px;
    color: #333;
}
.seojang-01 .seojang-txt p.grey-txt{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: #eee;
    margin-bottom: 30px;
}
.seojang-01 .seojang-txt .sj-sm-txt{
    word-break: keep-all;
}
.seojang-vision>div{
    float: left;
    width: 33.333%;
    height: 300px;
    background: #fff;
    border-left: 1px solid;
    transition: all 0.4s;
}
.seojang-vision>div:first-child,
.seojang-vision>div:nth-child(2){
    border-right: 0;
}
.seojang-vision>div:hover{
    margin-top: -30px;
}
.seojang-01{
    margin-top: 150px;
}
.seojang-02{
    margin-top: 200px;
    margin-bottom: 250px;
}
.sj-vision{
    padding: 70px 30px;
}
.sj-vision>*{
    color: #333;
}
.sj-vision h3{
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    transition: all 0.4s;
}
.sj-vision p{
    font-size: 18px;
}

.sj-vision p span{
    display: inline-block;
    position: relative;
    z-index: 0;
}
/*
.sj-vision p span::before{
    position: absolute;
    content: "";
    width: 100%;
    background: #f0ffcd;
    height: 10px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
*/
.seojang-03{
    margin-top: 150px;
    padding-top: 100px;
    background-image: url(../images/sub/system-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.system-txt h3{
    text-align: center;
    font-size: 46px;
    color: #fff;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.system-txt p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
}
.system-img{
    padding: 50px 0 150px;
}
.system-step-box{
    padding: 60px 0 80px;
}
.system-step-box .system-step-inner{
    border-radius: 180px;
    outline: 1px solid #fff;
    padding: 50px 0;
    overflow: hidden;
}
.system-step{
    float: left;
    position: relative;
    width: 220px;
    height: 220px; 
    border: 1px dashed #fff;
    border-radius: 50%;
    margin-right: 48px;
}
.system-circle{
    position: absolute;
    width: 190px;
    height: 190px; 
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.system-step:first-child{
    margin-left: 60px;
}
.system-step:last-child{
    margin-right: 0;
}

.system-circle>*{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.system-step h2{
    font-size: 150px;
    opacity: 0.05;
    font-weight: 700;
}
.system-step p{
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.sj-service-img{
    width: 460px;
    height: 320px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sj-service-list{
    float: left;
    width: 460px;
    margin-right: 20px;
}
.sj-service-list:nth-child(3n){
    margin-right: 0;
}
.sj-service-img-01{
    background-image: url(../images/main/service-img-01.png);
}
.sj-service-img-02{
    background-image: url(../images/main/service-img-02.png);
}
.sj-service-img-03{
    background-image: url(../images/main/service-img-03.png);
}
.sj-service-img-04{
    background-image: url(../images/main/service-img-04.png);
}
.sj-service-img-05{
    background-image: url(../images/main/service-img-05.png);
}
.sj-service-img-06{
    background-image: url(../images/main/service-img-06.png);
}

.sj-service-list-txt{
    height: 200px;
}
.sj-service-list-txt h4{
    font-size: 22px;
    margin-bottom: 25px;
    letter-spacing: 0;
}
.sj-service-list-txt p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.seojang-04{
    margin-top: 150px;
}
.seojang-05{
    background-image: url(../images/sub/about-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.about-tit{
    padding-top: 100px;
}
.about-tit h3{
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #000;
    letter-spacing: 0.1rem;
    font-weight: 700;
    z-index: 0;
    margin-bottom: 70px;
}

.about-tit h3::before{
    position: absolute;
    content: "";
    background: #84ffeb;
    width: 310px;
    height: 25px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.about-box{
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px;
    padding: 20px 0;
}
.about-box>div{
    position: relative;
}
.about-box .about-list-inner{
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
}
.about-box .about-list:last-child .about-list-inner{
    border: none;
}
.about-box .about-list-inner>*{
    display: inline-block;
}
.about-box .about-list-inner h4{
    width: 200px;
    font-size: 30px;
}
.about-box .about-list-inner p{
    font-size: 24px;
}
.sub-year{
    overflow: hidden;
    margin-top: 200px;
}
.sub-year>div{
    width: 50%;
    float: left;
}

.sub-year>div.year-img{
    float: unset;
    width: 100%;
    height: 250px;
    margin-bottom: 100px;
    background-image: url("/adm/images/common/year-img-02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-history{
    margin-left: 0;
    padding-left: 150px;
}
.year-tit p{
    line-height: 120px;
    font-size: 100px;
}
.year-tit p span{
    font-weight: 700;
    position: relative;
}
.year-tit p span::before{
    position: absolute;
    content: "";
    background:rgb(255, 188, 202);
    width: 100%;
    height: 20px;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.sub-woodsign-img{
    width: 63%;
    height: 480px;
    background-image: url(../images/sub/sub-vs-04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -9;
}
.woodsign-list{
    margin-top: 100px;
    margin-bottom: 100px;
}
.woodsign-list>div{
    float: left;
    width: 340px;
    height: 440px;
    margin-right: 20px;
    margin-bottom: 50px;
}
.woodsign-list>div:nth-child(4n){
    margin-right: 0;
}
.ws-img{
    position: relative;
    border: 1px solid #eee;
}
.ws-img .ws-hover{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.4s;
}
.ws-img .ws-hover p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 20px;
    width: 60%;
    border-radius: 15px;
}
.ws-img:hover .ws-hover{
    opacity: 1;
}
.ws-txt{
    padding: 20px;
}
.ws-txt p{
    font-size: 20px;
}
.ws-txt p span{
    font-weight: 700;
    width: 80px;
    display: inline-block;
}
.ws-pagenation{
    position: relative;
    padding-bottom: 100px;
}
.ws-pagenation-inner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.ws-pagenation-inner>*{
    display: inline-block;
}
.ws-pagenation-inner p{
    margin: 0 15px;
}
.ws-pagenation-inner svg{
    margin-top: -3px;
}
.ws-button{
    margin-top: 50px;
    float: right;
}
.ws-button-top{
    margin-top: 20px;
}
.ws-button button{
    border: 1px solid #eee;
    background: transparent;
    padding: 10px 20px;
    border-radius: 5px;
}

.ws-button button:hover{
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.works-category ul li{
    float: left;
    margin-right: 40px;
}
.works-category ul li p{
    font-size: 20px;
    font-weight: 400;
    color: #aaa;
}
.works-category ul li.cate-select p{
    position: relative;
    font-weight: 600;
    color: #000;
}
.works-category ul li.cate-select p::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    bottom: -10px;
    left: 0;
}
.works-subtitle h5{
    font-size: 28px;
    margin-top: 80px;
    text-align: center;
    font-weight: 600;
}
@media screen and (max-width:768px){
    .sub-vs-tit {
        height: 100px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sub-vs-bar {
        width: 10px;
        height: 100px;
        margin-right: 20px;
    }
    .sub-vs-txt h2 {
        font-size: 39px;
        letter-spacing: 0.05em;
    }
    .sub-vs-txt h5 {
        font-size: 22px;
        margin-top: 20px;
    }
    .sub-project-img{
        display: none;
    }
    .sub-seojang-img{
        display: none;
    }
    .sub-contact-img{
        display: none;
    }
    .sub-contents {
        padding-bottom: 50px;
    }
    .sub-project .p-tit{
        padding: 0;
    }
    .sub-project .clearfix {
        padding: 0;
    }
    .sub-project .clearfix > *{
        font-size: 14px;
        line-height: 24px;
        word-break: keep-all;
    }
    .sub-project .clearfix > div p{
        padding-bottom: 10px;
    }
    .p-year {
        padding-left: 10px;
        width: 16%;
    }
    .p-project{
        width: 45%;
    }
    .p-project p{
        font-size: 14px!important;
    }
    .p-section{
        width: 38%;
    }
    .p-section p{
        font-size: 14px!important;
    }
    .p-clients{
        display: none;
    }
    hr.contact {
        margin: 0 0 20px;
    }
    .sub-contact .c-agree-tit {
        padding-left: 10px;
        font-size: 20px;
    }
    .c-agree-box {
        margin: 0 10px;
        padding: 10px 15px;
        font-size: 14px;
        width: calc( 100% - 20px );
    }
    .clearfix.text-end {
        padding-right: 10px;
        text-align: left!important;
        padding-left: 10px;
    }
    .clearfix.text-end p{
        font-size: 14px;
    }
    .clearfix.text-end input{
        margin-left: 0;
    }
    .c-write-form {
        margin-top: 30px;
    }
    .c-write-item {
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .c-write-tit {
        float: unset;
        width: 100%;
        height: 40px;
    }
    .c-write-tit:before{
        left: 10px;
    }
    .c-write-tit h6 {
        font-size: 18px;
        line-height: 40px;
    }
    .c-write-radio {
        float: unset;
        height: auto;
        line-height: 50px;
        font-size: 16px;
        margin-left: 10px;
    }
    input[type='radio'] {
        width: 26px;
        height: 26px;
    }
    input[type='radio']:before {
        width: 13px;
        height: 13px;
    }
    .c-write-radio label {
        float: unset;
        line-height: 50px;
        margin-bottom: 0;
    }

    .c-write-select select{
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 0 25px;
        width: calc( 100% - 20px );
        height: 50px;
        margin-left: 10px;
        -o-appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('../images/sub/select-arrow.png') calc(100% - 15px) center no-repeat;
        background-size: 15px;
        outline: 0 none;
        font-size: 15px;
    }
    
    .c-write-select select::-ms-expand { 
        display: none;
    }


    .c-write-select select option {
    background: black;
    color: #fff;
    padding: 3px 0;
    }


    
    .c-write-input input {
        width: calc( 100% - 20px );
        height: 50px;
        margin-left: 10px;
    }
    .c-write-input input::placeholder{
        font-size: 14px;
        line-height: 44px;
    }
    .c-write-memo textarea{
        width: calc( 100% - 20px );
        height: 160px;
        margin-left: 10px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .c-write-memo textarea::placeholder{
        font-size: 14px;
        line-height: 24px;
    }
    .btn-submit{
        margin-top: 30px;
    }
    .seojang-01{
        margin-top: 0;
    }
    .seojang-01>div{
        float: unset;
        width: 100%;
    }
    .seojang-01 .seojang-tit h2{
        font-size: 50px;
        margin-left: 0;
    }
    .seojang-01 .seojang-tit h2::before{
        width: 155px;
    }
    .seojang-01 .seojang-tit h2 span::before {
        height: 20px;
    }
    .seojang-txt{
        margin-top: 30px;
    }
    .seojang-01 .seojang-txt p.grey-txt{
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.1rem;
        margin-bottom: 15px;
    }
    .seojang-01 .seojang-txt p{
        font-size: 16px;
    }
    .seojang-02{
        margin-top: 30px;
        margin-bottom: 50px;
        width: calc( 100% + 20px );
        overflow: scroll;
    }
    .seojang-vision{
        width: 830px;
    }
    .seojang-vision>div{
        width: 260px;
        margin-right: 15px;
        height: auto;
    }
    .seojang-vision>div:hover h3{
        font-size: 26px;
    }
    .sj-vision h3{
        font-size: 26px;
        letter-spacing: -.05em;
        margin-bottom: 10px;
    }
    .sj-vision p{
        font-size: 16px;
        word-break: keep-all;
    }
    .seojang-vision .sj-vision-02{
        margin-top: 0;
    }
    .seojang-vision .sj-vision{
        margin-bottom: 0;
        padding: 30px 15px;
        height: 180px;
    }
    .system-txt h3{
        font-size: 30px;
    }
    .seojang-03{
        margin-top: 0;
        padding-top: 50px;
    }
    .system-txt p{
        font-size: 16px;
        word-break: keep-all;
        margin-top: 20px;
    }
    .system-img {
        padding: 50px 0 100px;
    }
    .seojang-04 {
        margin-top: 50px;
        width: 100%;
        height: 400px;
        overflow: auto;
    }
    .sj-service{
        width: 1920px;
        height: 380px;
    }
    .sj-service-list {
        width: 300px;
        height: 380px;
        margin-right: 20px!important;
    }
    .sj-service-img {
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }
    .sj-service-list-txt h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sj-service-list-txt p{
        font-size: 14px;
    }
    .sj-service-list-txt {
        height: auto;
        padding-bottom: 30px;
    }
    .about-tit {
        padding-top: 70px;
    }
    .about-tit h3{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .about-tit h3::before{
        width: 260px;
        height: 20px;
    }
    .about-box{
        padding: 0;
    }
    .about-box .about-list-inner{
        width: 90%;
    }
    .about-box .about-list-inner>*{
        display: block;
    }
    .about-box .about-list-inner h4{
        font-size: 26px;
        text-align: center;
        width: auto;
    }
    .about-box .about-list-inner p{
        text-align: center;
        font-size: 18px;
        word-break: keep-all;
        margin-top: 20px;
    }
    .seojang-05{
        padding-bottom: 60px;
    }
    .sub-contents-02{
        padding-bottom: 0;
    }
    .sub-year {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .sub-year>div{
        float: unset;
        width: 100%;
    }
    .sub-year>div.year-img{
        height: 150px;
        margin-bottom: 30px;
    }
    .mh-year {
        margin-bottom: 20px;
    }
    .sub-project .btn-more-box{
        border-bottom: none;
    }
    .year-tit p {
        line-height: 50px;
        font-size: 36px;
    }
    .year-tit p span::before {
        width: 100%;
        height: 15px;
        bottom: 5px;
    }
    .sub-history {
        padding-left: 70px;
    }
    .sub-year .mh-2007{
        margin-bottom: 0px;
    }
    .sub-woodsign-img{
        display: none;
    }
    .sub-vs-txt h5 span{
        font-size: 18px;
    }
    .woodsign-list>div{
        width: 48%;
        height: auto;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .woodsign-list>div:nth-child(2n){
        margin-right: 0;
    }
    .ws-txt p{
        font-size: 13px;
    }
    .ws-txt {
        padding: 10px;
    }
    .ws-txt p span{
        font-size: 14px;
        width: 55px;
    }
    .woodsign-list{
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .ws-button{
        margin-top: 70px;
    }
    .ws-pagenation {
        padding-bottom: 50px;
    }
    .ws-img:hover .ws-hover{
        opacity: 0;
    }
    .system-step:first-child{
        margin: 0 20px;
    }
    .system-step{
        margin: 0 auto;
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }
    .system-step:last-child{
        margin-right: 0;
    }
    .system-circle{
        width: 105px;
        height: 105px;
    }
    .system-step h2 {
        font-size: 90px;
    }
    .system-step p{
        font-size: 18px;
    }
    .system-step-box {
        width: calc( 100% + 40px );
        overflow: scroll;
        padding: 20px 0 50px 20px;
        margin-left: -20px;
    }
    .system-step-box .system-step-inner {
        width: 720px;
        margin: 0 20px;
        margin-left: 1px;
        padding: 20px 0;
    }
    .m-cate-select select{
        width: 100%;
        border: 1px solid #eee;
        padding: 10px 20px;
    }
    .ws-button-top {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}