

/*슬라이더 시작*/
section{
    width: 100%;
}
section h2,
article h2{
    display: none;
}
.slider li{
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;     
}
.slider li:first-child{
        background-image: url(../img/about.jpg);
        background-position: center;
}
.slider li:nth-child(2){
        background-image: url(../img/service.jpg);
        background-position: center;
}
.slider li:nth-child(3){
        background-image: url(../img/partner.jpg);
        background-position: center;
}
.slider li:nth-child(4){
        background-image: url(../img/contact.jpg);
        background-position: center;
}

@keyframes text{
        0%{
            transform: translateY(50px);
            opacity: 0;
        }
        100%{
            transform: translateY(0px);
            opacity: 1;
        }
}
@keyframes text2{
        0%{
            transform: translateY(50px);
            opacity: 0;
        }
        100%{
            transform: translateY(0px);
            opacity: 1;
        }
}
@keyframes text3{
        0%{
            transform: translateY(50px);
            opacity: 0;
        }
        100%{
            transform: translateY(0px);
            opacity: 1;
        }
}
.slider p{
    position: absolute;
    top: 33%;
    left: 10%;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); 
	-moz-text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
.slider p.W-p{
    display: none;
}
.slider li.active p{
    animation: text 1s ease;
    -webkit-animation: text 1s ease;
    -moz-animation: text 1s ease;
}
.slider li.active p+p{
    animation: text2 2s ease;
    -webkit-animation: text 1s ease;
    -moz-animation: text 1s ease;
} 
.slider p.mainp{
    top: 48%;
    font-size: 30px;
    font-weight: 600;
    color: #ff6120;
    font-weight: 600; 
}

section ul.slider>li>a{
    display: block;
    position: absolute;
    bottom: 34%;
    left: 10%;
    padding:5px 20px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
    
}
section ul.slider>li>a:hover{
    background: #ff6120;
    color: #fff;
      border: 1px solid #ff6120;
    box-sizing: border-box;

}
section ul.slider>li.active a{
    animation: text3 1.5s ease; 
    -webkit-animation: text3 1.5s ease;
    -moz-animation: text3 1.5s ease;
}

.bx-wrapper .bx-controls-direction a{
    display: none;
}

/*news*/
div.news{
    margin: 35px auto 0;
    overflow: hidden;

}
div.boxWrap{
    width: 90%;
    margin: auto;
    text-align: center;
}
div.boxWrap>div{
    margin-top: 30px;
}
div.boxWrap>div.center{
    display: none;
}
div.boxWrap>div div{
    text-align: center;
    /* padding: 20px 15px; */
}
div.boxWrap>div div a{
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
div.boxWrap>div div span{
    display: block;
    font-size: 15px;
    font-weight: 500;
}
div.boxWrap>div div span.or{
    color:#ff6120;
}
div.boxWrap>div div span.red{
    color:#ff0000;
}
div.boxWrap>div p{
    display: none;
}
div.boxWrap>div>a{
    position: relative;
    display: none;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
    background: #fff;
    color: #333;
    text-transform: uppercase;
    border-radius: 10px;
}
div.boxWrap>div>a:hover{
    background: #ff6120;
    color: #fff;
}
div.boxWrap>div>a span{
    display: block;
    position: absolute;
    top: 10%;
    right: 10px; 
}
div.boxWrap>div>a span.txt{
    top: 0px;
    left: 8px;
}
div.boxWrap>div>a span.wh{
    opacity: 0;
}
div.boxWrap>div>a:hover span.wh{
    opacity: 1;
}
div.boxWrap>div>a:hover span.b{
    opacity: 0;
}
div.boxWrap>div>a img{
    width: 80%;
}
/*PARTNERS*/
.partner,
.news,
article{
    margin-top: 35px;
}
.partner,
.newnoti{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.partner h3{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 17px;
}
.news h3,
article h3{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 17px;
    color: #000;
}
.partner p,
.news p{
    margin-bottom: 20px;
    color: #666666;
    font-weight: 300;
    text-align: center;
}
.partner>div{
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.partner>div.paW{
    display: none;
}
.partner  div img{
    width: 100%;
}
.partner a{
    display: block;
    width:100px;
    margin: 20px auto;
    padding:8px 20px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    transition: all 0.2s linear;
}
.partner a:hover{
    background: #ff6120;
    color: #fff;
    border: 1px solid #ff9120;
}

/*contact us*/
article{
    height: 180px;
}
.formWrap{
    width: 90%;
    max-width: 600px;
    margin: auto;
}
form{
    color: #666666;
}
.formWrap h4{
    display: none;
    padding: 10px 0px;
    float: left;
    width: 20%;
}
.formWrap h4+div.inf{
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    text-align: center;
}
.formWrap h4+div.inf div{
    /* position: absolute; */
    width: 100%;
    text-align: center;
}
.formWrap h4+div.inf a{
    display: block;
    color: #666;
    cursor: pointer;
}
.formWrap  ul li{
    display: table;
    width: 100%;
    padding: 10px 0px;
}
.formWrap  ul li>div{
    display: table-cell;
    width: 20%;
    font-size: 14px;
}
.formWrap  ul li>div+div{
    display: table-cell;
    width: 80%;
}
.formWrap  ul li>div+div label+label{
    margin-left: 20px
}
.formWrap  ul li>div+div input[type=text]{
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    outline: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.formWrap  ul li>div+div textarea:focus{
    border: 1px solid #ff6120;
}
.formWrap  ul li>div+div input:focus{
    border: 1px solid #ff6120;
}
li.contants>div{
    vertical-align: top;
} 
li.contants div textarea{
    width: 100%;
    height: 100px;
    outline: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
div.person{
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 14px;
}
div.person a{
    color: #666;
} 
div.check{
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
div.check label+label{
    margin-left: 20px;
}
form button{
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    background: #ff6120;
    border: none;
    border-radius: 5px;
    outline: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.platform{
    width: 90%;
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.platform>h3{
    margin: 50px auto 0;
    font-size: 22px;
    font-weight: 500;
}
.platform .logo_b{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}
.platform .logo_b>div{
    margin: 30px 0;
}
.platform .logo_b .btn_b{
    padding: 25px 0 0 0;
}
.platform .logo_b .btn_b>button{
    padding: 8px 0;
    width: 160px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background: #0032a0;
    cursor: pointer;
}
.slider p.mbnr1{
    top: 27%;
}
@media only screen and (min-width: 781px){
    .partner>div.paM{
        display: none;
    }
    .partner>div.paW{
        display: block;
    }
    .partner h3{
        margin: 70px 0px 70px auto;
        font-size: 32px;
}
    .partner a{
        width: 25%;
        font-size: 22px;
    } 
    /*news*/
    .news h3,
    article h3{
    padding: 70px 0px;
    font-size: 32px;
    color: #000;
   
}
.bx-viewport{
    
    }
.slider li{
        width: 100%;
        height: 950px;
        background-repeat: no-repeat;
        background-size: cover;     
}
div.slider div:nth-child(2){
       
        background-position: left;
}
.slider p{
       
        top: 40%;
        left: 20%;
        font-size: 30px;
}
.slider p.M-p{
        display: none;
}
    
.slider p.W-p{
        display: block;
}
.slider p.mainp{
        top: 50%;
        font-size: 50px;
}
section ul.slider>li>a{
        left: 20%;
        font-size:20px;
        padding:5px 30px;
}
.bx-wrapper .bx-controls-direction a{
    display: block;
}
/*partner*/
.partner>div
.partner{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
}
.news{
    margin-top: 35px;
}
article{
    margin-top: 80px;
    height: 300px;
    background-image: url(../img/back.jpg);
}
.formWrap h3{
        padding: 45px 0px;
        color: #fff;
    }
form h4{

        color: #fff;
    }
.formWrap h4+div.inf div{
    color: #fff;
}
.formWrap h4+div.inf a{
    color: #fff;
}
.formWrap ul li>div{
        color: #fff;
    }
div.person{
         color: #fff;
    }
div.person a{
        color: #fff;
} 
div.check{
        color: #fff;
    }
.fotop.M{
    display: none;
    
}
.fotop.W{
     display: block;
}
    /*news*/
div.boxWrap>div{
    float: left;
    width: calc(100%/3 - 45px);
    margin: 0px 12px;
    padding: 10px;
}
div.boxWrap>div.center{
    display: block;
}
div.boxWrap>div div{
    text-align: left;
}
div.boxWrap>div div a{
    font-weight: 500;
    font-size: 16px;
}
div.boxWrap>div div span{
    display: inline;
}
div.boxWrap>div div span.or{
    color:#ff6120;
}
div.boxWrap>div div span.red{
    color:#ff0000;
}
div.boxWrap>div p{
    display: block;
    text-align: left;
    padding: 0px 15px;
    height: 100px;
    overflow: hidden
}
div.boxWrap>div>a{
    display: block;
}

    form button{
    width: 40%;
    margin: auto;
    margin-top: 10px;
    font-size: 22px;
}
.platform>h3{
    margin: 70px 0px 70px auto;
    font-size: 32px;
}
.platform .logo_b{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 50px 0;
}

.platform .logo_b .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 71px;
}
.platform .logo_b>div{
    cursor: pointer;
}
.slider p.wbnr1{
    top: 35%;
}
}
@media only screen and (min-width: 1000px){
    
}