.project-header{
    background: #1CB0F6;
}
.project-header .project-header-content{
    max-width: 890px;
    margin: auto;
    padding: 10px 30px 0px;
    background: url(../images/project-header-bg.png);
    background-repeat: no-repeat;
}
.project-header .item-left{
    float: right;
    width: 275px;
}
.project-header .item-left img{
    max-width: 100%;
}
.project-header .item-right{
    float: left;
    width: calc(100% - 275px);
}
.project-header .item-right h1{
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'promtbold';
    margin-bottom: 0;
    margin-top: 120px;
    line-height: 1.4;
}
.project-header .item-right h3{
    font-size: 18px;
    font-family: 'promtsemibold';
    color: #fff;
    margin: 30px 0px 0px;
    line-height: 1.4;
	max-width: 500px;
}

.project-top-content{
    max-width: 850px;
    margin: 0px auto;
    padding: 60px 15px 40px;
}
.project-top-content .h-title{
    margin: 0px;
    color: #4C4C4C;
    font-size: 32px;
    font-family: 'promtsemibold';
    display: none;
}
.project-top-content .h-title.active{
    display: block;
}
.project-tab-content{
    max-width: 850px;
    margin: 0px auto;
    padding: 0px 15px;
    overflow-x: scroll;
    white-space: nowrap;
}
.project-tab-content::-webkit-scrollbar {
    display: none;
}
.project-tab-content ul{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    min-width: 100%;
    display: inline-block;
}
.project-tab-content ul li{
    display: inline-block;
    min-width: 105px;
    padding: 0px 15px 15px;
    list-style-type: none;
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
    text-align: center;
}
.project-tab-content ul li.active{
    border-bottom-color: #1CB0F6;
}
.project-tab-content ul li a{
    font-size: 15px;
    color: #AFAFAF;
    font-family: 'promtbold';
    text-transform: uppercase;
    text-decoration: none;
}
.project-tab-content ul li.active a{
    color: #1CB0F6;
}
.project-tab-content ul li a:hover{
    text-decoration: none;
    color: #1CB0F6;
}
.project-content{
    max-width: 850px;
    padding: 0px 15px;
    margin: auto;
}
.project-content .tab-content{
    display: none;
}
.project-content .tab-content.active{
    display: block;
}

.tab-mission .mission-item{
padding-top: 60px;
    float: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.tab-mission .item-image{
    float: left;
    width: 300px;
}
.tab-mission .item-image.item-image-mobile{
    display: none;
}
.tab-mission .item-image img{
    max-width: 100%;
}
.tab-mission .item-text{
    float: left;
    width: calc(100% - 300px);
    padding-left: 40px;
}
.tab-mission .item-left.item-text{
    padding-left: 0px;
    padding-right: 40px;
}
.tab-mission .item-text h3{
    margin: 0;
    font-size: 24px;
    font-family: 'promtsemibold';
    line-height: 1.4;
}
.tab-mission .item-text .content{
    font-size: 17px;
    color: #777777;
    line-height: 1.5;
    margin-top: 20px;
}
.tab-mission .mission-item.mission-3{
    border: 0;
    padding-bottom: 60px;
}
.tab-mission .mission-3 .item-image{
    margin-top: -30px;
    padding-left: 15px;
}

.tab-story .story-item{
    padding: 50px 0px 30px;
    border-bottom: 1px solid #ddd;
}
.tab-story .story-item h3{
    margin: 0;
    color: #4C4C4C;
    font-size: 24px;
    font-family: 'promtbold';
    line-height: 1.5;
}
.tab-story .story-item .content{
    margin-top: 25px;
    font-size: 17px;
    color: #777777;
    line-height: 1.5;
}
.tab-story .story-item .content strong{
    font-weight: 100;
    font-family: promtsemibold;
}
.tab-story .story-item img{
    display: block;
    max-width: 100%;
    margin: 40px auto 0px;
}
.tab-story .story-item.story-4{
    border: 0;
    padding-bottom: 50px;
}

.tab-philosophy .philosophy-item{
    float: left;
    padding: 60px 0px;
}
.tab-philosophy .philosophy-item.philosophy-2{
    padding-top: 0px;
}
.tab-philosophy .item-left{
    float: left;
    width: 299px;
}
.tab-philosophy .item-left img{
    max-width: 100%;
    margin-top: 25px;
}
.tab-philosophy .item-right{
    float: left;
    width: calc(100% - 299px);
    padding-left: 20px;
}
.tab-philosophy .item-right h3{
    margin: 0;
    font-size: 24px;
    font-family: 'promtbold';
    text-transform: uppercase;
}
.tab-philosophy .item-right .content{
    font-size: 17px;
    color: #777777;
    line-height: 1.5;
    margin-top: 25px;
}

.tab-philosophy .philosophy-2 .item-right{
    float: none;
    width: 100%;
    padding: 0;
}


.tab-paradigm .paradigm-top{
    margin-top: 60px;
    font-size: 17px;
    color: #777777;
    line-height: 1.5;
}
.tab-paradigm .paradigm-tower-content{
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.tab-paradigm .tower-item{
    width: 33.3%;
    max-width: 275px;
    margin-top: 30px;
}
.tab-paradigm .tower-item img{
    max-width: 100%;
}
.tab-paradigm .tower-item .content{
    background: #1CB0F6;
    margin-top: 25px;
    margin-left: 8px;
    margin-right: 8PX;
    min-height: 208px;
    border-radius: 12px;
    padding: 20px 15px;
    font-size: 17px;
    color: #FFFFFF;
}
.project-method{
    padding-bottom: 40px;
}
.project-method h4{
    font-size: 24px;
    color: #4C4C4C;
    margin: 60px 0px 50px;
    font-family: 'promtsemibold';
}
.project-method .method-item{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.project-method .item-left{
    width: 90px;
    float: left;
}
.project-method .item-left img{
    max-width: 100%;
}
.project-method .item-right{
    float: left;
    width: calc(100% - 90px);
    padding-left: 20px;
}
.project-method .item-right h3{
    margin: 10px 0px 0px;
    font-size: 20px;
    font-family: 'promtsemibold';
    line-height: 1.4;
}
.project-method .item-right h3 span{
    color: #1CB0F6;
}
.project-method .item-right .content{
    margin-top: 25px;
    font-size: 15px;
    color: #777777;
    line-height: 1.5;
}

.tab-achievement .achievement-top{
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.tab-achievement .achievement-top h4{
    margin: 60px 0px 0px;
    font-size: 24px;
    font-family: 'promtbold';
    text-align: center;
}
.tab-achievement .achievement-top img{
    display: block;
    margin: 30px auto 0px;
    max-width: 100%;
}
.tab-achievement .achievement-top .content{
    text-align: center;
    margin: 40px auto 0px;
    font-size: 24px;
    font-family: 'promtsemibold';
    max-width: 420px;
    line-height: 1.1;
}
.tab-achievement .achievement-top .content strong{
    font-weight: 100;
    font-family: 'promtbold';
    font-size: 46px;
}
.achievement-member{
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.achievement-member .content::before{
    content: "";
    display: inline-block;
    background: url(../images/voca-bg.svg?n=100);
    width: 34px;
    height: 35px;
    background-position: 0px -9020px;
    position: absolute;
    left: 0;
    top: 13px;
}
.achievement-member .content{
    position: relative;
    padding-left: 42px;
    font-size: 24px;
    font-family: 'promtsemibold';
    margin-top: 40px;
}
.achievement-member .content strong{
    font-weight: 100;
    font-size: 46px;
    font-family: 'promtbold';
}
.achievement-member img{
    display: block;
    margin: 80px auto 0px;
    max-width: 100%;
}
.achievement-product h4{
    margin: 60px auto 0px;
    text-align: center;
    font-size: 24px;
    font-family: 'promtbold';
    max-width: 550px;
    line-height: 1.3;
}
.achievement-product .achievement-method-1{
    background: #1CB0F6;
    border-radius: 15px;
    padding: 50px 40px 50px 50px;
    margin-top: 60px;
}
.achievement-product .achievement-method-1 .item-left{
    float: left;
    width: calc(100% - 255px);
    padding-right: 20px;
}
.achievement-product .achievement-method-1 .item-left h3{
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-family: 'promtsemibold';
    line-height: 1.3;
    margin-bottom: 20px;
}
.achievement-product .achievement-method-1 .item-left .content{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'promtsemibold';
}
.achievement-product .achievement-method-1 .item-right{
    float: right;
    width: 255px;
}
.achievement-product .achievement-method-1 .item-right img{
    max-width: 100%;
}


.achievement-product .achievement-method-2{
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.achievement-product .achievement-method-2 .item-left{
    width: 277px;
    float: left;
    text-align: right;
}
.achievement-product .achievement-method-2 .item-left img{
    max-width: 100%;
}
.achievement-product .achievement-method-2 .item-right{
    float: left;
    width: calc(100% - 277px);
    padding-left: 65px;
}
.achievement-product .achievement-method-2 .item-right h3{
    margin: 10px 0px 30px;
    font-size: 24px;
    color: #201F1F;
    font-family: 'promtsemibold';
    line-height: 1.3;
}
.achievement-product .achievement-method-2 .item-right .content{
    margin-top: 10px;
    color: #1CB0F6;
    font-size: 16px;
    font-family: 'promtsemibold';
}

.achievement-product .achievement-method-3{
    padding: 60px 0px;
    border-bottom: 1px solid #ddd;
}
.achievement-product .achievement-method-3 .item-left{
    float: left;
    width: calc(100% - 288px);
    padding-right: 70px;
}
.achievement-product .achievement-method-3 .item-left h3{
    margin: 10px 0px 30px;
    font-size: 24px;
    color: #201F1F;
    font-family: 'promtsemibold';
    line-height: 1.3;
}
.achievement-product .achievement-method-3 .item-left .content{
    margin-top: 10px;
    color: #1CB0F6;
    font-size: 16px;
    font-family: 'promtsemibold';
}
.achievement-product .achievement-method-3 .item-right{
    width: 288px;
    float: right    ;
    padding-top: 5px;
}
.achievement-product .achievement-method-3 .item-right img{
    max-width: 100%;
}

.achievement-product .achievement-method-4{
    padding: 60px 0px;
    border-bottom: 1px solid #ddd;
}
.achievement-product .achievement-method-4 h3{
    max-width: 720px;
    margin: auto;
    font-size: 24px;
    color: #201F1F;
    font-family: 'promtsemibold';
}
.achievement-product .achievement-method-4 .content{
    max-width: 720px;
    margin: 30px auto 0px;
    font-size: 19px;
    line-height: 1.5;
}
.achievement-product .achievement-method-4 .content a{
    font-weight: 100;
    font-family: 'promtsemibold';
    color: #1CB0F6;
    
}
.achievement-product .achievement-method-4 img{
    display: block;
    max-width: 100%;
    margin: 40px auto 0px;
}


.achievement-product .achievement-method-5{
    padding: 60px 0px 40px;
}
.achievement-product .achievement-method-5 .item-left{
    width: 300px;
    float: left;
    padding-top: 50px;
}
.achievement-product .achievement-method-5 .item-left img{
    max-width: 100%;
}
.achievement-product .achievement-method-5 .item-right{
    width: calc(100% - 300px);
    float: left;
    padding-left: 30px;
}
.achievement-product .achievement-method-5 .item-right h3{
    margin: 0px;
    font-size: 24px;
    font-family: 'promtsemibold';
}
.achievement-product .achievement-method-5 .item-right .content{
    color: #777777;
    font-size: 17px;
    margin-top: 25px;
}

.tab-community .community-top{
    padding: 60px 0px;
    border-bottom: 1px solid #ddd;
}
.tab-community .community-top h3{
    margin: 0px;
    font-size: 24px;
    font-family: 'promtsemibold';
    line-height: 1.4;
}
.tab-community .community-top .content{
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.5;
    color: #777777;
}
.tab-community .community-top img{
    max-width: 365px;
    margin: 25px auto 0px;
    display: block;
    width: 100%;
}
.tab-community .community-brand{
    padding: 60px 0px 0px;
}
.tab-community .community-brand h3{
    font-size: 24px;
    margin: 0px;
    font-family: 'promtsemibold';
}
.tab-community .community-brand .community-brand-content{
    margin-top: 20px;
}
.tab-community .community-brand .item-left{
    width: 336px;
    float: left;
    text-align: right;
}
.tab-community .community-brand .item-left img{
    max-width: 100%;
}
.tab-community .community-brand .item-right{
    float: left;
    width: calc(100% - 336px);
    padding-top: 20px;
    padding-left: 30px;
}
.tab-community .community-brand .item-right .content{
    font-size: 17px;
    color: #777777;
    line-height: 1.7;
    max-width: 440px;
}
.tab-community .community-contact{
    background: #1CB0F6;
    border-radius: 15px;
    padding: 50px 40px 50px 50px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.tab-community .community-contact h5{
    margin: 0px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'promtsemibold';
}
.tab-community .community-contact h3{
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'promtsemibold';
    text-transform: uppercase;
    margin: 20px 0px 0px;
}
.tab-community .community-contact .item-left{
    width: calc(100% - 250px);
    float: left;
    padding-top: 10px;
}
.tab-community .community-contact .item-left .content{
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}
.tab-community .community-contact .item-left .content strong{
    font-weight: 100;
    font-family: 'promtsemibold';
}
.tab-community .community-contact .item-left .content a{
    color: #fff;
}
.tab-community .community-contact .item-right{
    width: 250px;
    float: right;
    padding-top: 40px;
}
.tab-community .community-contact .item-right img{
    max-width: 100%;
}

.project-more{
    padding-bottom: 60px;
}
.project-more .project-more-content{
    max-width: 850px;
    margin: 0px auto;
    padding: 0px 15px;
}
.project-more .project-more-content h3{
    margin: 0;
    color: #CFCFCF;
    font-size: 15px;
    font-family: 'promtsemibold';
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.project-more .more-content {
    margin-top: 10px;
    text-align: center;
}
.project-more .more-content a{
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    min-width: 114px;
    text-align: center;
    height: 39px;
    background: #58CC02;
    line-height: 39px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'promtsemibold';
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
}
.project-more .more-content a.more-story{
    background: #1CB0F6;
}
.project-more .more-content a.more-philosophy{
    background: #FF9600;
}
.project-more .more-content a.more-paradigm{
    background: #CE82FF;
}
.project-more .more-content a.more-achievement{
    background: #FC4848;
}
.project-more .more-content a.more-community{
    background: #A56644;
    margin-right: 0px;
}

@media(max-width: 767px){

    .project-header .item-left{
        float: none;
        margin: auto;
        width: 220px;
        padding-top: 30px;
    }
    .project-header .item-right{
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }
    .project-header .item-right h1{
        margin-top: 30px;
        text-align: center;
        font-size: 25px;
    }
    .project-header .item-right h3{
        margin-top: 15px;
        text-align: center;
    }
    .project-more .more-content{
        text-align: left;
    }

    .project-tab-content{
        padding-right: 0px;
    }
    .tab-mission .item-image{
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
    }
    .tab-mission .item-text{
        float: none;
        padding: 0;
        width: 100%;
        max-width: 540px;
        margin-top: 30px;
    }
    .tab-mission .item-image.item-image-computer{
        display: none;
    }
    .tab-mission .item-image.item-image-mobile{
        display: none;
    }
    .tab-mission .item-left.item-text{
        padding-right: 0;
    }



    .tab-philosophy .item-image{
        float: none;
        margin: auto;
        text-align: center;
        max-width: 100%;
        width: 230px;
    }
    .tab-philosophy .item-left img {
        margin-top: 0px;
    }
    .tab-philosophy .item-text{
        float: none;
        padding: 0;
        width: 100%;
        max-width: 540px;
        margin-top: 30px;
    }
    .tab-philosophy .philosophy-2 .item-right{
        margin-top: 0px;
    }

    .tab-paradigm .paradigm-tower-content{
        display: block;
    }
    .tab-paradigm .tower-item{
        width: 100%;
        margin: 30px auto 0px;
    }
    .project-method .item-left{
        float: none;
        margin: auto;
    }
    .project-method .item-right{
        float: none;
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
    }
    .project-method .method-item {
        margin-top: 0px;
        margin-bottom: 30px;
        float: none;
    }
    .tab-community .community-top img{
        width: 250px;
    }
    .tab-community .community-brand .item-left{
        float: none;
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .tab-community .community-brand .item-right{
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .tab-community .community-contact{
        padding: 30px 20px;
    }
    .tab-community .community-contact h3{
        line-height: 1.4;
    }
    .tab-community .community-contact .item-right{
        float: none;
        margin: auto;
    }
    .tab-community .community-contact .item-left{
        padding-top: 20px;
        width: 100%;
        float: none;
    }
    .achievement-product .achievement-method-1{
        padding: 30px 20px;
    }
    .achievement-product .achievement-method-1 .item-right{
        float: none;
        margin: auto;
    }
    .achievement-product .achievement-method-1 .item-left{
        padding-top: 20px;
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .achievement-product .achievement-method-2 .item-left{
        float: none;
        text-align: center;
        margin: auto;
    }
    .achievement-product .achievement-method-2 .item-left{
        float: none;
        text-align: center;
        margin: auto;
    }
    .achievement-product .achievement-method-2 .item-right{
        float: none;
        padding: 30px 0px 0px;
        width: 100%;
    }
    .achievement-product .achievement-method-3 .item-right{
        float: none;
        text-align: center;
        padding: 0;
        margin: auto;
        width: 100%;
    }
    .achievement-product .achievement-method-3 .item-left{
        float: none;
        width: 100%;
        padding: 30px 0px 0px;
    }
    .achievement-product .achievement-method-5 .item-left{
        width: 100%;
        float: none;
        max-width: 250px;
        margin: auto;
        padding-top: 0;
    }
    .achievement-product .achievement-method-5 .item-right{
        width: 100%;
        float: none;
        padding: 30px 0px 0px;
    }
    .project-more .more-content a{
        margin-right: 5px;
        min-width: 106px;
    }
}