
/* 본문 */
/* 메인배너 */
.main_banner{
    height: 855px;
    width: 100%;
    
    overflow: hidden;
    position: relative;
}

.slick-prev, .slick-next{
    color: #666;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    bottom: 250px;
    z-index: 1;
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
}
.slick-prev{
    left: 265px;
}
.slick-next{
    left: 325px;
}
.slick-dots{
    
    display: flex;
    position: absolute;
    bottom: 200px;
    left: 260px;
    z-index: 2;
}
.slick-dots li button{
    margin: 0 5px;
    color: rgba(255, 255, 255, 0);
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 75px;
    height: 7px;
}
.slick-dots li.slick-active button{
    background-color: rgba(122, 122, 122, 0.9);
}
.banner_section{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner_text{
    color: #f1f1f1;
    position: absolute;
    top: 250px;
    left: 260px;
    z-index: 1;
}
.banner_text h3{
    font-size: 54px;
    margin-bottom: 20px;
}
.banner_text p{
    font-size: 24px;
}
.banner_section::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    content: '';
}
.banner_section video{
    width: 100%;
}
.main_banner img{
    width: 100%;
}
.con_wrap{
    margin:150px 0;
}
.sec_title{
    color: rgb(33, 43, 77);
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.sec_sub_t{
    font-size: 18px;
    
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

/* 아이콘 메뉴 */
.icons{
    width: 1500px;
    margin: 100px auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.icon{
    padding-top: 30px;
    width: 100%;
    color: #666;
    border-right: 1px dotted gray;
}
.icon:last-child{
    border-right: none;
}
.icon i{
    font-size: 60px;
    margin: 0 20px;
}
.icon:hover{
    color: #aaa;
}
.icon p{
    font-size: 20px;
    line-height: 75px;
}

/* 콘텐츠1-쇼핑몰 */

.content_1{
    width: 1400px;
    margin: 0 auto;
}
.con1_flex_wrap{
    
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #aaa;
}
.con1_flex_content{
    background-color: #f1f1f1;
    border-right: 1px solid #aaa;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 50px;
    box-sizing: border-box;
    width: 33.3333%;
    height: 100%;
}
.con1_flex_content:hover{
    background-color: #fff;
}
.con1_flex_content:last-child{
    border-right: none;
}
.con1_flex_content img{
    width: auto;
    max-width: 90%;
    height: 200px;
}
.con1_flex_content p{
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
}
.con1_class{
    font-size: 16px;
    color: white;
    margin-left: 2px;
    padding: 1px 12px;
    border-radius: 20px;
    font-weight: 600;
}
.con1_class.home{
    background-color: rgb(18, 27, 56);
}
.con1_class.pro{
    background-color: orange;
}
.con1_class.expert{
    background-color: purple;
}
.con1_vat{
    font-size: 16px;
    color: gray;
}
.con1_pice{
    color: rgb(18, 27, 56);
    font-size: 24px;
    font-weight: 600;
}

/* 콘텐츠2 - 입점몰 */

    .content_2{
        width: 1400px;
        margin: 0 auto;
    }

    .con2_flex_wrap{
        display: flex;
        align-items: stretch;
        
    }
    .con2_flex_wrap:nth-child(2n){
        margin-top: 100px;
        flex-direction: row-reverse;
    }
    .con2_flex_con{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px;
        width: 50%;
    }
    .con2_flex_con h3{
        color: rgb(18, 27, 56);
        margin-bottom: 20px;
        font-size: 28px;

    }
    .con2_flex_con .con2_pbox{
        color: rgb(18, 27, 56);
        font-weight: 400;
        font-size: 22px;
        border-radius: 20px;
        width: 100%;
        text-align: center;
        border: 1px solid rgb(18, 27, 56);
        line-height: 75px;
        font-weight: 600;
        
    }
    .con2_bold{
        font-size: 24px;
        color: rgb(0, 83, 179);
    }
    .con2_small{
        font-size: 16px;
        color: rgb(0, 81, 173);
    }
    .con2_flex_con p{
        color: rgb(18, 27, 56);
        height: 100%;
    }
    .con2_flex_con_script{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .con2_btns{
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        
    }
    .con2_btns button{
        cursor: pointer;
        color: #f1f1f1;
        background-color: rgb(18, 27, 56);
        outline: none;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        height: 50px;
        width: 100%;
        margin-right: 10px;
        
    }
    .con2_btns button:last-of-type{
        margin-right: 0;
    }
    .con2_btns button:focus{
        outline: dotted 2px rgb(18, 27, 56);
    }
    .con2_flex_img{
        width: 50%;
    }
/* 콘텐츠3 - 관리시스템 */

/* 콘텐츠4 - 포트폴리오 */
.sec_title.con4_t{
    color: #f1f1f1;
}
.content_4_wrap{
    background-color: rgb(0, 66, 141);
    padding: 100px 0 200px 0;
}
.content_4{
    width: 1400px;
    margin: 0 auto;
}
.con4_flex_wrap{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}
.con4_flex_con{
    background-color: #f1f1f1;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin: 0 10px;
    text-align: center;
    transition: all 0.2s;
}
.con4_flex_con:hover{
    margin-top: -10px;
    transition: all 0.2s;
}
.con4_flex_con i{
    color: rgb(0, 66, 141);
    font-size: 38px;
}
.con4_con_title{

    color: rgb(0, 66, 141);
    font-size: 28px;
    line-height: 80px;
}
.con4_flex_con input{
    font-size: 16px;
    cursor: pointer;
    border: 1px solid rgb(0, 66, 141);
    border-radius: 5px;
    color: rgb(0, 66, 141);
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    width: 150px;
    height: 40px;
    margin-top: 30px;
}

/* 콘텐츠5 - 파트너사 */

.content_5{
    padding: 0 0 100px 0;
    width: 1400px;
    margin: 0 auto;
    /* background-color: #eee; */
}
.con5_flex_wrap{
    width: 1400px;
    margin: 0 auto;
    padding: 100px 0 0 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: start;
    align-items: center;
}
.partner_circle{
    margin: 40px 40px 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    width: 240px;
    height: 240px;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner_circle img{
    width: 60%;
}
.circle_wrap p{
    color: #010101;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.mobi_nav{
    display: none;
}
@media only screen and (max-width: 1400px) and (min-width: 1001px){
    .main_banner,.con_wrap{
        width: 1400px;
    }
}