/*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{
	width: 630px;
    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;
}
.bx-prev{
    background: url(../image/main/main_pre.png) no-repeat;
    width: 28px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -28px;
    border: none;
}
.bx-next{
    background: url(../image/main/main_next.png) no-repeat;
    width: 28px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -28px;
    border: none;
}
.mv-control{
    width: 500px;
    height: 4px;
    position: absolute;
    bottom: 12%;
    left: 20%;
    z-index: 95;
}
.bx-pager-link{
    width: 160px;
    height: 4px;
    float: left;
    background-color: rgb(225,225,225,0.4);
}
.bx-pager-item{
	font-size:0;
}
.active{
    width: 160px;
    height: 4px;
    float: left;
    background-color: #fff;
}
.bx-controls-auto{
    position: absolute;
    right: 0px;
    bottom: 7px;
    z-index: 97;
}
.bx-stop{
    position: absolute;
    background: url(../image/main/main_play.png) no-repeat;
    width: 12px;
    height: 12px;
}
.bx-start{
    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;
    padding-right: 8%;
}
.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*/
.conbox{
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.conbox:last-child{margin-bottom: 160px;}
.halfbox{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.halfbox.row{
    display: flex;
    flex-direction: row;
}
.halfbox .left{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.halfbox .right{
    float: right;
    width: 50%;
    box-sizing: border-box
}
.halfbox .conboxTxt{padding-left: 60px;}
.halfbox .conboxTxt > h3{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.halfbox .conboxTxt > p{
    width: 78%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 60px;
    font-weight: 500;
    color: #767676;
}
.conbox button{
    border: none; 
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #191919;
    font-weight: 600;
}
.conbox button:hover{
    background-color: #191919;
    color: #fff;
    cursor: pointer;
}

/*----------------------------------------------------*/

@media screen and (max-width: 1500px){
    .main-visual-btn{width: 94%;}
    .sec-box.intro{width: 94%;}
    .swiper-slider .txt{left: 18%;}
    .mv-control > .progress {left: 18%;}
    .sec-box-txt > p{margin-right: 0;}
    .sec-box-img {
    float: right;
    width: 46%;
    background: url(../image/main/innofactory_logo_intro.png) no-repeat;
    background-position: right;
    background-size: contain;
    }
    
    /*conbox*/
    .conbox{width: 94%;}
    .halfbox .left > img{width: 100%;}
}

@media screen and (max-width: 1024px){
    .swiper-slider .txt{left: 16%;}
    .mv-control > .progress {left: 16%;}
    .txt strong {
	width: inherit;
    font-size: 38px;
    line-height: 58px;
    padding-right: 30%
    }
    .txt p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 44%;
    }
    .sec-box.intro{padding: 120px 0;}
    .sec-box-txt{width: 100%;}
    .sec-box-txt > h1 {padding-right: 34%;}
    .sec-box-txt > p {margin-right: 36%;}    
    .sec-box-img{display: none;}
    
    
    /*conbox*/
    .conbox{margin-bottom: 40px;}
    .conbox:last-child {margin-bottom: 80px;}
    .halfbox {
    display: flex;
    flex-direction: column-reverse;
    }
    .halfbox .left {
    float: none;
    width: 100%;
    }
    .halfbox .right {
    float: none;
    width: 100%;
    }
    .halfbox .right > img{width: 100%;}
    .halfbox.row {
    flex-direction: column-reverse;
    }
    .halfbox .conboxTxt {padding: 40px;}
}

@media screen and (max-width: 768px){
    .main-visual-btn {display: none;}
    .swiper-slider .txt{left: 4%;}
    .txt strong {padding-right: 20%;}
    .txt p {padding-right: 34%;}
    .bx-controls-direction{ display:none ;}
	.mv-control { 
		width: 67%;
   		bottom: 20%;
   		left: 4%;
	}
	.mv-control > .progress { width: 100%; }
	.bx-pager-item { width: 30%; float: left; }
	.bx-pager-link { width: 100%; }
	.active { width: 100%; }
	.bx-pager-link { width: 100%; }
    
    /*conbox*/
    .sec-box-txt > h1 {padding-right: 0;}
    .sec-box-txt > p {margin-right: 0%;} 
    .sec-box.intro {padding: 80px 0;}
    .conbox {margin-bottom: 30px;}
    .conbox:last-child {margin-bottom: 50px;}
    .halfbox .conboxTxt > h3 {font-size: 22px;}
    .halfbox .conboxTxt > p {
        width: 100%;
        margin-bottom: 30px;
        }
    .halfbox .conboxTxt {
        padding: 30px;
        padding-left: 0;
    }
}

@media screen and (min-width: 360px) and (max-width: 500px){
    .txt strong {
        font-size: 34px;
        line-height: 50px;
        }
    .txt p {
    padding-right: 28%;
    }
    .main-visual-btn {display: none;}
    .swiper-slider .txt {left: 6%;}
    .mv-control > .progress {left: 6%;}
    .mv-control {
   		bottom: 20%;
    	left: 6%;
	}
    .sec-box-txt > h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .sec-box.intro {
        width: 90%;
        padding: 80px 0;
    }
    
    /*conbox*/
    .conbox{width: 90%;}
    .conbox:last-child {margin-bottom: 80px;}
    .halfbox .conboxTxt {
        padding: 0px;
        padding-top: 30px;
        }
    .conbox {margin-bottom: 60px;}
    .counselingBtn > button,
    .educationBtn > a > button
    {right: 20px;}
    .conbox button {font-size: 12px;}
    .halfbox .conboxTxt > h3 {
    font-size: 20px;
    }
    .halfbox .conboxTxt > p {
        font-size: 14px;
        line-height: 22px;
        }
}



