/*contents*/
#contnets{overflow: hidden;}
.sub-visual{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	/* margin-top: 50px; */
}
.sub-visual.small{
    height: 34em;
    background: url(../image/sub/thingworx_main.png) no-repeat;
    background-size: cover;
}
.sub-tit{
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.breadcrumb{
    position: absolute;
    left: 50%;
    bottom: 3.5em;
    z-index: 10;
    color: #fff;
    max-width: 1440px;
    width: 90%;
    text-align: right;
    transform: translateX(-50%);
}
.breadcrumb ul{float: right;}
.breadcrumb ul li{float: left; margin-right: 10px;}
.breadcrumb ul li a{color: #fff; cursor: pointer;}

.sub-con{
    padding-top: 160px;
    overflow: hidden;
}
.maxinner{
    width: 1440px;
    margin: 0 auto;
}

/*conbox*/
.sub-con-tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 160px;
}
.sub-con-tit > h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 42px;
    padding: 0 15%;
}
.sub-con-tit a button{
    border: none;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #191919;
    font-weight: 600;
}
.sub-con-tit a button:hover{
    background-color: #191919;
    color: #fff;
    cursor: pointer;
}
.conbox{
    width: 1440px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 160px;
}
.grid-funtion-top{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
}
.grid-funtion-top > li{
    width: 33.3%;
    float: left;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 40px 80px;
    text-align: center;
}
.grid-funtion-top > li:last-child{border-right: none;}
.grid-funtion-top > li > h4,
.grid-funtion-bottom > li > h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.grid-funtion-bottom{
    width: 100%;
    overflow: hidden;
}
.grid-funtion-bottom > li{
    width: 50%;
    float: left;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 40px 200px;
    text-align: center;
}
.grid-funtion-bottom > li:last-child{border-right: none;}

.halfbox{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.halfbox.row{
    display: flex;
    flex-direction: row;
}
.halfbox .left{
    width: 700px;
    height: 420px;
    float: left;
    box-sizing: border-box;
    margin-right: 80px;
    border: 1px solid #d2d2d2;
    background: url(../image/sub/thindworx_graph.png) no-repeat;
    background-position: center;
}
.halfbox .right{
    float: right;
    width: 50%;
    box-sizing: border-box;
    font-size: 14px;
}
.halfbox .right > h3{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.halfbox .right .right-txt{margin-bottom: 10px;}
.halfbox .right .right-txt > span{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}


/*----------------------------------------------------*/

@media screen and (max-width: 1500px){
    .main-visual-btn{width: 94%;}
    .sec-box.intro{
        width: 94%;
        padding: 100px 0;
    }
    
    /*sub-con*/
    .maxinner{width: 94%; margin: 0 auto;}
    .conbox{width: 94%;}
    .grid-funtion-top > li {padding: 40px 60px;}
    .grid-funtion-bottom > li {padding: 40px 140px;}
    .halfbox .left {background-size: 90%;}
}

@media screen and (max-width: 1024px){
    .breadcrumb {
        width: 96%;
        bottom: 1.5em;
    }
    .sub-tit{font-size: 48px;}
    .sub-visual.small {height: 26em;}  
    
    /*sub-con*/
    .sub-con{padding: 120px 0 0 0;}
    .sub-con-tit {margin-bottom: 120px;}
    .maxinner{width: 100%;}
    .conbox{margin-bottom: 120px;}
    .grid-funtion-bottom > li {padding: 40px 60px;}
    .conbox:last-child {margin-bottom: 80px;}
    .halfbox {
        display: flex;
        flex-direction: column-reverse;
    }
    .halfbox .left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .halfbox .right {
        float: none;
        width: 100%;
    }
    .halfbox .right > img{width: 100%;}
    .halfbox.row {
        display: flex;
        flex-direction: column;
    }
    .halfbox .conboxTxt {padding: 40px;}
}

@media screen and (max-width: 768px){
    .sub-tit {font-size: 44px;}
    
    /*sub-con*/
    .sub-con {padding: 80px 0 0 0;}
    .sub-con-tit {margin-bottom: 80px;}
    .sub-con-tit > h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .conbox{margin-bottom: 80px;}
    .conbox:last-child {margin-bottom: 80px;}
    .halfbox .conboxTxt {padding-left: 0;}
    .halfbox .conboxTxt > p {width: 100%;}   
    .grid-funtion-top > li,
    .grid-funtion-bottom > li{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d2d2d2;
    }
    .grid-funtion-top > li:last-child,
    .grid-funtion-bottom > li:last-child{border-bottom: none;}
}

@media screen and (min-width: 360px) and (max-width: 500px){
    .sub-tit {
        font-size: 38px;
        padding-top: 4%;
    }
    .sub-visual.small {height: 22em;}
    .breadcrumb{display: none;}
    
    /*sub-con*/
    .maxinner{width: 96%;}
    .conbox {margin-bottom: 60px;}
    .conbox:last-child {margin-bottom: 80px;}
    .sub-con-tit > h2 {
        font-size: 18px;
        line-height: 28px;
        padding: 0 5%;
    }
    .grid-funtion-top > li > h4, 
    .grid-funtion-bottom > li > h4 {font-size: 18px;}
    .grid-funtion-top > li > p, 
    .grid-funtion-bottom > li > p {font-size: 14px;}
    .grid-funtion-top > li,
    .grid-funtion-bottom > li{padding: 40px 0;}
    .halfbox .conboxTxt {
        padding: 0px;
        padding-top: 30px;
    }
    .halfbox .left {height: 240px;}
    .counselingBtn > button,
    .educationBtn > a > button{right: 20px;}
}












