/* 배너 */
.main_banner{
    overflow: hidden;
    height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slick-prev, .slick-next{
    display: none;
}
.slick-dots{
    
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    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{
    height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner_section > img{

    height: 100%;
}
@media only screen and (max-width:700px){
    .main_banner{
        display: noen;
        height: 600px;
    }
    .banner_section{
        height: 600px;
    }
}
.banner_text{
    width: 100%;
    text-align: center;
    color: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.banner_text h3{
    width: 100%;
    font-size: 32px;
    margin-bottom: 20px;
}
.banner_text p{
    font-size: 18px;
}
.banner_section::before{
    /* display: none; */
    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{
    height: 100%;
}
/* @media only screen and (max-width:500px){
    .banner_text h3{
        font-size: 21px;
    }
    .banner_text p{
        font-size: 14px;
    }
    .banner_section video{
        width: 200%;
    }
    .main_banner img{
        width: 200%;
    }
    .slick-dots li button{
        width: 30px;
        height: 5px;
    }
} */
.con_wrap{
    width: 100%;
}
/* 아이콘 메뉴 */
.icons{
    width: 100%;
    margin: 50px auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.icon{
    padding-top: 30px;
    width: 100%;
    color: #666;
    border-right: 1px dotted rgba(0, 0, 0, 0);
}
.icon:last-child{
    border-right: none;
}
.icon i{
    font-size: 50px;
    margin: 0 20px;
}
.icon:hover{
    color: #aaa;
}
.icon p{
    font-size: 18px;
    line-height: 75px;
}
@media only screen and (max-width:800px) {
    .icons{
        flex-wrap: wrap;
    }
    .icon{
        width: 25%;
    }
    .icon i{
        font-size: 48px;
        margin: 0 20px;
    }
    .icon p{
        font-size: 14px;
        line-height: 45px;
    }
}
.sec_title{
    color: rgb(33, 43, 77);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.sec_sub_t{
    font-size: 16px;
    
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}
/* 콘텐츠1-쇼핑몰 */

.content_1{
    width: 100%;
    margin: 0 auto;
}
.con1_flex_wrap{
    margin: 0 50px;
    display: flex;
    
    flex-wrap: wrap;
    border: 1px solid #aaa;
    border-bottom: none;
}
.con1_flex_content{
    background-color: #f1f1f1;
    border-bottom: 1px solid #aaa;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.con1_flex_content:hover{
    background-color: #fff;
}
.con1_flex_content:last-child{
    border-right: none;
}
.con1_flex_content img{
    width: auto;
    width: 90%;
}
.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{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.con2_flex_wrap{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    
}
.con2_flex_con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    width: 80%;
}
.con2_flex_con h3{
    color: rgb(18, 27, 56);
    margin-bottom: 20px;
    font-size: 18px;

}
.con2_flex_con .con2_pbox{
    color: rgb(18, 27, 56);
    font-weight: 400;
    font-size: 16px;
    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: 16px;
    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: 14px;
    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%;
}
/* 콘텐츠4 - 포트폴리오 */
.sec_title.con4_t{
    color: #f1f1f1;
}
.content_4_wrap{
    background-color: rgb(0, 66, 141);
    padding: 50px 0 100px 0;
}
.content_4{
    width: 100%;
    margin: 0 auto;
}
.con4_flex_wrap{
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.con4_flex_con{
    margin: 5px;
    background-color: #f1f1f1;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    text-align: center;
    transition: all 0.2s;
}
.con4_flex_con i{
    color: rgb(0, 66, 141);
    font-size: 34px;
}
.con4_con_title{

    color: rgb(0, 66, 141);
    font-size: 21px;
    line-height: 80px;
}
.con4_flex_con input{
    font-size: 14px;
    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;
}
.con4_flex_con p{
    font-size: 14px;
}
@media only screen and (max-width:500px){
    .con4_flex_con{
        height: 250px;
    }
    .con4_flex_con p{
        display: none;
    }
    .con4_flex_con input{
        margin-top: 0;
    }
}
/* 콘텐츠5 - 파트너사 */

.content_5{
    
    padding: 0 0 100px 0;
    width: 100%;
    margin: 50px auto;
    /* background-color: #eee; */
}
.con5_flex_wrap{
    
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: start;
    align-items: center;
}
.circle_wrap{
    margin: 10px 1.5%;
    width: 30%;
}
.partner_circle{
    border-radius: 50%;
    box-sizing: border-box;
    width: 100%;
    height: 30vw;
    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: 14px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    /* width: 100%; */
}
