/*container*/
.main-visual{
    width: 100%;
    height: 100vh;
    position: relative;
}
.swiper-wapper{
    width: 100%;
    height: 100vh;
    position: relative;
}
.swiper-slider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.txt{
    position: absolute;
    top: 24%;
    left: 20%;
}
.txt strong{
    font-size: 42px;
    font-weight: 600;
    line-height: 64px;
    color: #fff;
    padding-right: 42%;
    display: inline-block;
}
.txt p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    line-height: 28px;
    padding-right: 54%;
}
.main-visual-btn{
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 96;
}
.btn-mv-prev{
    background: url(../image/main/main_pre.png) no-repeat;
    width: 28px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
    border: none;
}
.btn-mv-next{
    background: url(../image/main/main_next.png) no-repeat;
    width: 28px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -28px;
    border: none;
}
.mv-control > .progress{
    width: 500px;
    height: 4px;
    position: absolute;
    bottom: 12%;
    left: 20%;
}
.btn-progress{
    width: 160px;
    height: 4px;
    float: left;
    background-color: rgb(225,225,225,0.4);
}
.btn-progress-active{
    width: 160px;
    height: 4px;
    float: left;
    background-color: #fff;
}
.mv-control-btn{
    position: absolute;
    right: 0px;
    bottom: 7px;
}
.btn-pause{
    position: absolute;
    background: url(../image/main/main_play.png) no-repeat;
    width: 12px;
    height: 12px;
}
.btn-play{
    position: absolute;
    background: url(../image/main/main_stop.png) no-repeat;
    width: 12px;
    height: 12px;
    display: none;
}
.sec-box.intro{
    width: 1440px;
    overflow: hidden;
    margin: 0 auto;
    padding: 160px 0;
}
.sec-box-txt{width: 50%; 
    float: left;
}
.sec-box-txt > h1{
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 40px;
}
.sec-box-txt > h1 > span{color: #FE5912;}
.sec-box-txt > p{
    font-size: 16px;
    line-height: 26px;
    margin-right: 15%;
}
.sec-box-img{
    float: left;
    width: 50%;
    height: 328px;
    background: url(../image/main/innofactory_logo_intro.png) no-repeat;
    background-position: right;
}

/*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: 32em;
    background: url(../image/sub/innofactory_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: 160px 0;
    overflow: hidden;
}
.maxinner{
    width: 1440px;
    margin: 0 auto;
}
.greeting{overflow: hidden; margin-bottom: 160px;}
.greeting-img{
    width: 440px;
    height: 344px;
    background: url(../image/sub/innofactory_intro.png) no-repeat;
    margin-right: 60px;
    float: left;
}
.greeting-tit h3{
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
}
.greeting-massage p{
    font-size: 16px;
    line-height: 26px;
    color: #767676;
}
.company-graph{
    margin-top: 80px;
    width: 100%;
}
.smartfactory,
.digitaltwin{
    width: 48%;
    float: left;
    margin-right: 3.8%;    
    text-align: center;
    font-size: 16px;
}
.digitaltwin{margin-right: 0;}
.smartfactory-img{
    width: 100%;
    height: 360px;
    background: url(../image/sub/inno_smartfactory.png) no-repeat;
    background-position: 50% 50%;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.digitaltwin-img{
    width: 100%;
    height: 360px;
    background: url(../image/sub/inno_digitaltwin.png) no-repeat;
    background-position: 50% 50%;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.business-area-contents{
    display: flex;
    justify-content: space-between;
}
.business-area{
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 160px 0;
}
.busniess-area-tit{text-align: center;}
.busniess-area-tit > h2{
    font-size: 32px;
    margin-bottom: 10px;
}
.busniess-area-tit > p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 80px;
}
.conbox{
    width: 13.8%;
    float: left;
    margin-right: 7%;
}
.mr0{margin-right: 0;}
.conbox > p{
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    text-align: center;
}
.conbox li{
    font-size: 16px;
    line-height: 26px;
}
.history{
    display: table;
    margin: auto;
    padding: 160px 0; 
}
.history > .maxinner{
    width: 100%;
}
.historyTitle {
    text-align: center;
    margin-bottom: 80px;
}
.historyTitle > h2{font-size: 32px;}

.history-list{display: flex;}
.history-tit{
    width: 70px;
    padding-right: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.history-month-list{
    display: flex;
    cursor: default;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.history-month-tit{
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    width: 32px;
    padding-right: 32px;
    color: #767676;
}
.history-month-value{
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}
.partnership h3{
    font-size: 32px;
    text-align: center;
    margin-bottom: 80px;
}
.partnership-list{
    width: 86%;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 60px 20px;
    margin: auto;
    margin-bottom: 160px;
}
.partnership-list li{
    width: 50%;
    height: 230px;
    float: left;
    padding: 0 60px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #d2d2d2;
}
.partnership-list .mb0{border-right: none;}
.partnership-list li > span{
    font-weight: 600;
}
.partnership-list li > p{
    padding-top: 10px;
}
.partnership-list li img{
    margin: auto;
    margin-bottom: 20px;
}

.swiper-pagination{
    display: flex;
    justify-content: center;
    padding-top: 2%;
    width: 100%;
    margin: 0 auto;
    display: none;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #767676;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 2%;
}
.swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}
.swiper-pagination .swiper-pagination-bullet-active{background-color: #767676;}
/*-------*/

.certification ul{
    width: 86%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.certification ul > li{margin-right: 4%;}
.certification ul > li:last-child{margin-right: 0;}
.certification .listing-logo{
    margin: auto;
    margin-top: 30px;
}

/*----------------------------------------------------*/

@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%;}
    .business-area-contents{overflow-x: scroll;}
    .smartfactory-img{background-size: 90%;}
    .digitaltwin-img{background-size: 70%;}
    .certification ul{overflow-x: scroll;}
}

@media screen and (max-width: 1024px){
    .breadcrumb {
        width: 96%;
        bottom: 1.5em;
    }
    .sub-tit{font-size: 48px;}
    .sub-visual.small {height: 26em;}
    .greeting {margin-bottom: 120px;}
    .greeting-img{
        background-size: cover;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .smartfactory, .digitaltwin {width: 47.8%;}
    .smartfactory-img, 
    .digitaltwin-img{height: 260px;}
    
    /*sub-con*/
    .sub-con {padding: 120px 0;}
    .business-area {padding: 120px 0;}
    .busniess-area-tit > h2 {font-size: 26px;}
    .busniess-area-tit > p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 60px;
    }
    .history {padding: 120px 0;}
    .historyTitle {margin-bottom: 60px;}
    .historyTitle > h2 {font-size: 26px;}
    .history-tit{
        font-size: 18px;
        margin-bottom: 2%;
    }
    .history-list {flex-direction: column; margin-bottom: 2%;}
    .partnership h3 {
        font-size: 26px;
        margin-bottom: 60px;
    }
    .partnership-list{
        width: 100%;
        margin-bottom: 120px;
    }
    .partnership-list li {
        padding: 0 30px;
        height: 260px;
    }
    .certification ul{width: 100%;}
}

@media screen and (max-width: 768px){
    .sub-tit {font-size: 44px;}
    .greeting {margin-bottom: 80px;}
    .company-graph {margin-top: 60px;}
    
    /*sub-con*/
    .sub-con {padding: 80px 0;}
    .smartfactory, .digitaltwin {
        width: 99%; 
        margin-right: 0;
        font-size: 14px;
    }
    .smartfactory-img, 
    .digitaltwin-img{height: 360px;}
    .smartfactory{margin-bottom: 8%;}
    .business-area {padding: 80px 0;}
    .busniess-area-tit > h2 {font-size: 22px;}
    .history{padding: 80px 0;}
    .history > .maxinner {width: 90%;}
    .historyTitle > h2 {font-size: 22px;}
    .partnership h3 {font-size: 22px;}
    .partnership-list {margin-bottom: 80px;}
    .swiper-slide{display: none;}
    .swiper-slide-active{display: block;}
    .swiper-pagination{display: flex;}
    .partnership-list li {
        width: 100%;
        border-right:none;
        padding: 0 50px;
    }
}

@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: 90%;}
    .busniess-area-tit > p {padding: 0 30px;}
    .smartfactory-img, 
    .digitaltwin-img {height: 260px;}
    .conbox > p {font-size: 14px;}
    .conbox li {
        font-size: 14px;
        line-height: 22px;
    }
    .history > .maxinner {width: 90%;}
    .swiper-pagination {padding-top: 10%;}
    .swiper-pagination .swiper-pagination-bullet {margin-right: 4%;}
    
}













