/*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/creo_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 80px 0;
    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;
    margin: 0 auto;
    margin-bottom: 80px;
}
.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: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.halfbox .conboxTxt > span{
    width: 92%;
    /*-------*/
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #767676;
}
.halfbox .conboxTxt > p{
    width: 92%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 34px;
}
.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%;
        padding: 100px 0;
    }
    
    /*sub-con*/
    .maxinner{width: 94%; margin: 0 auto;}
    .conbox{width: 94%;}
    .halfbox .left > img{width: 100%;}
}

@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: 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;}
    .halfbox .conboxTxt > p {margin-bottom: 0;}
}

@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;
    }
    .conbox {margin-bottom: 20px;}
    .conbox:last-child {margin-bottom: 40px;}
    .halfbox .conboxTxt {padding-left: 0;}
    .halfbox .conboxTxt > h3 {font-size: 22px;}
    .halfbox .conboxTxt > p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }   
}

@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%;
        margin-bottom: 30px;
    }
    .halfbox .conboxTxt {
        padding: 0px;
        padding-top: 30px;
    }
    .halfbox .conboxTxt > h3 {font-size: 22px;}
    .halfbox .conboxTxt > p {
        width: 100%;
        margin-bottom: 30px;
    }
    .halfbox .conboxTxt > span{
        font-size: 14px;
        line-height: 22px;
    }
    .counselingBtn > button,
    .educationBtn > a > button{right: 20px;}
    .halfbox .conboxTxt > h3 {
        font-size: 20px;
    }
    .halfbox .conboxTxt > p {
        font-size: 14px;
        line-height: 22px;
    }
}













