

#con3-sec {}

.con-3 > .top-box {
    position: relative;
    display: flex;
    width: 100%;
}

.con-3 > .top-box > .leftbx {
    width: 25%;
}
.con-3 > .top-box > .leftbx > h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
}

.con-3 > .top-box > .leftbx > h5 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
}

.con-3 > .top-box > .rightbx {
    width: 75%;
    padding: 0 50px;
    border-left: 1px solid #e4e4e4;
}

.con-3 > .top-box > .rightbx > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #777777;
}

/* con-3-2 */

.con-3-2 {
    margin-top: 70px;
    background-image: url('../img/con3-1.jpg');
    background-position: 0 0px;
    height: 450px;
}

.con-3-2 > .left-box {
    position: relative;
    width: 30%;
    min-height: 100%;
    display: flex;
    align-items: center;
}
.con-3-2 > .left-box > .texbx {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 30px;
}

.con-3-2 > .left-box > .texbx > h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #ffffff;
}

.con-3-2 > .left-box > .texbx > p {
    width: 100%;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #cccccc;
}

.con-3-2 > .center-box {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 360px;
    font-size: 30px;
}
.con-3-2 > .center-box > .imgbx {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-3-2 > .center-box > .imgbx > .box {
    width: 150px;
    height: 150px;
    background-image: url('../img/con3-2.jpg');
    border: 1px solid #000000;
    border-top-left-radius: 100%;
}
.con-3-2 > .center-box > .imgbx > .box2 {
    width: 150px;
    height: 150px;
    background-image: url('../img/con3-3.jpg');
    border: 1px solid #000000;
    border-top-right-radius: 100%;
    margin-left: 10px;
}

.con-3-2 > .center-box > .imgbx > .box3 {
    width: 150px;
    height: 150px;
    background-image: url('../img/con3-4.jpg');
    border: 1px solid #000000;
    border-bottom-left-radius: 100%;
    margin-top: 10px;
}
.con-3-2 > .center-box > .imgbx > .box4 {
    width: 150px;
    height: 150px;
    background-image: url('../img/con3-5.jpg');
    border: 1px solid #000000;
    border-bottom-right-radius: 100%;
    margin-left: 10px;
    margin-top: 10px;
}

.con-3-2 > .right-box {
    position: relative;
    width: 35%;
}

/* con-3-3 */

.con-3-3 {
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    padding: 70px 0 150px;
}

.con-3-3 > h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
    margin-bottom: 20px;
}

.con-3-3 > p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #777777;
    width: 60%;
    line-height: 28px;
}

.con-3-3 > a {
    width: 150px;
    height: 35px;
    margin-top: 50px;
    background-color: #333333;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Noto Sans KR', sans-serif;
}


@media (max-width: 1199.99px) and (min-width: 992px) {
    #con3-sec {
        padding: 0px;
        margin-top: 0px;
    }
    
    .con-3 > .top-box > .leftbx {
        width: 30%;
    }
    .con-3 > .top-box > .leftbx > h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }
    
    .con-3 > .top-box > .leftbx > h5 {
        font-size: 16px;
    }
    
    .con-3 > .top-box > .rightbx {
        width: 70%;
        padding: 0 30px;
        border-left: 1px solid #e4e4e4;
    }
    
    .con-3 > .top-box > .rightbx > p {
        font-size: 13px;
        font-weight: 300;
        line-height: 23px;
    }
    
    /* con-3-2 */
    
    .con-3-2 {
        margin-top: 60px;
        background-position: -70px 0px;
    }
    
    .con-3-2 > .left-box {
        width: 30%;
        min-height: 100%;
    }
    .con-3-2 > .left-box > .texbx {
        padding: 0 0 0 30px;
    }
    
    .con-3-2 > .left-box > .texbx > h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }
    
    .con-3-2 > .left-box > .texbx > p {
        margin-top: 25px;
        font-size: 13px;
        line-height: 21px;
    }
    
    .con-3-2 > .center-box {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 360px;
        font-size: 30px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box {
        width: 150px;
        height: 150px;
    }
    .con-3-2 > .center-box > .imgbx > .box2 {
        width: 150px;
        height: 150px;

        margin-left: 10px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box3 {
        width: 150px;
        height: 150px;

        margin-top: 10px;
    }
    .con-3-2 > .center-box > .imgbx > .box4 {
        width: 150px;
        height: 150px;

        margin-left: 10px;
        margin-top: 10px;
    }
    
    .con-3-2 > .right-box {
        position: relative;
        width: 25%;
    }
    
    /* con-3-3 */
    
    .con-3-3 {
        padding: 50px 0 80px;
    }
    
    .con-3-3 > h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;

        margin-bottom: 20px;
    }
    
    .con-3-3 > p {
        font-size: 13px;
        line-height: 24px;
        width: 60%;
    }
    
    .con-3-3 > a {
        width: 150px;
        height: 35px;
        margin-top: 50px;
        font-size: 13px;
        line-height: 35px;
    }
    
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #con3-sec {
        padding: 0px;
        margin-top: 70px;
    }
    
    .con-3 > .top-box > .leftbx {
        width: 30%;
    }
    .con-3 > .top-box > .leftbx > h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
    }
    
    .con-3 > .top-box > .leftbx > h5 {
        font-size: 14px;
    }
    
    .con-3 > .top-box > .rightbx {
        width: 70%;
        padding: 0 0 0 30px;
        border-left: 1px solid #e4e4e4;
    }
    
    .con-3 > .top-box > .rightbx > p {
        font-size: 13px;
        font-weight: 300;
        line-height: 23px;
    }
    
    /* con-3-2 */
    
    .con-3-2 {
        margin-top: 0px;
        background-position: -70px -30px;
    }
    
    .con-3-2 > .left-box {
        width: 45%;
        min-height: 100%;
    }
    .con-3-2 > .left-box > .texbx {
        align-items: flex-start;
        padding: 0 0 0 30px;
    }
    
    .con-3-2 > .left-box > .texbx > h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
    }
    
    .con-3-2 > .left-box > .texbx > p {
        margin-top: 25px;
        font-size: 13px;
        line-height: 21px;
    }
    
    .con-3-2 > .center-box {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 360px;
        font-size: 30px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box {
        width: 150px;
        height: 150px;
    }
    .con-3-2 > .center-box > .imgbx > .box2 {
        width: 150px;
        height: 150px;

        margin-left: 10px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box3 {
        width: 150px;
        height: 150px;

        margin-top: 10px;
    }
    .con-3-2 > .center-box > .imgbx > .box4 {
        width: 150px;
        height: 150px;

        margin-left: 10px;
        margin-top: 10px;
    }
    
    .con-3-2 > .right-box {
        position: relative;
        width: 0%;
    }
    
    /* con-3-3 */
    
    .con-3-3 {
        padding: 50px 0 100px;
    }
    
    .con-3-3 > h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;

        margin-bottom: 20px;
    }
    
    .con-3-3 > p {
        font-size: 13px;
        line-height: 21px;
        width: 60%;
    }
    
    .con-3-3 > a {
        width: 150px;
        height: 35px;
        margin-top: 50px;
        font-size: 13px;
        line-height: 35px;
    }
    
}


@media (max-width: 767.99px) and (min-width: 576px) {
    #con3-sec {
        padding: 50px;
        margin-top: 0px;
    }

    .con-3 > .top-box {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        width: 100%;
    }
    
    .con-3 > .top-box > .leftbx {
        width: 100%;
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        margin-bottom: 20px;
    }
    .con-3 > .top-box > .leftbx > h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
    }
    
    .con-3 > .top-box > .leftbx > h5 {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    
    .con-3 > .top-box > .rightbx {
        width: 100%;
        padding: 0;
        border-left: none;
        text-align: center;
    }
    
    .con-3 > .top-box > .rightbx > p {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
    }
    
    /* con-3-2 */
    
    .con-3-2 {
        flex-flow: column nowrap;
        margin-top: 0px;
        background-position: -370px -0px;
        align-items: flex-start;
    }
    
    .con-3-2 > .left-box {
        width: 100%;
        min-height: 100%;
    }
    .con-3-2 > .left-box > .texbx {
        align-items: flex-start;
        padding: 40px 0 0 30px;
    }
    
    .con-3-2 > .left-box > .texbx > h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }
    
    .con-3-2 > .left-box > .texbx > p {
        margin-top: 25px;
        font-size: 13px;
        line-height: 21px;
        width: 60%;
    }
    
    .con-3-2 > .center-box {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 360px;
        font-size: 30px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box {
        width: 150px;
        height: 150px;
    }
    .con-3-2 > .center-box > .imgbx > .box2 {
        width: 150px;
        height: 150px;

        margin-left: 10px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box3 {
        width: 150px;
        height: 150px;

        margin-top: 10px;
    }
    .con-3-2 > .center-box > .imgbx > .box4 {
        width: 150px;
        height: 150px;

        margin-left: 10px;
        margin-top: 10px;
    }
    
    .con-3-2 > .right-box {
        position: relative;
        width: 0%;
    }
    
    /* con-3-3 */
    
    .con-3-3 {
        padding: 50px 0 100px;
    }
    
    .con-3-3 > h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;

        margin-bottom: 20px;
    }
    
    .con-3-3 > p {
        font-size: 13px;
        line-height: 21px;
        width: 60%;
    }
    
    .con-3-3 > a {
        width: 150px;
        height: 35px;
        margin-top: 50px;
        font-size: 13px;
        line-height: 35px;
    }
    
}


@media (max-width: 575.99px) {
    #con3-sec {
        padding: 0px;
        margin-top: 70px;
    }

    .con-3 > .top-box {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        width: 100%;
    }
    
    .con-3 > .top-box > .leftbx {
        position: relative;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        margin-bottom: 20px;
    }
    .con-3 > .top-box > .leftbx > h3 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
    }
    
    .con-3 > .top-box > .leftbx > h5 {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    
    .con-3 > .top-box > .rightbx {
        width: 100%;
        padding: 0;
        border-left: none;
        text-align: center;
    }
    
    .con-3 > .top-box > .rightbx > p {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
    }
    
    /* con-3-2 */
    
    .con-3-2 {
        flex-flow: column nowrap;
        margin-top: 40px;
        background-position: -370px 0px;
        align-items: flex-start;
    }
    
    .con-3-2 > .left-box {
        width: 100%;
        min-height: 100%;
        padding: 0 20px;
    }
    .con-3-2 > .left-box > .texbx {
        align-items: center;
        width: 100%;
        text-align: center;
        padding: 40px 0 0 0;
    }
    
    .con-3-2 > .left-box > .texbx > h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }
    
    .con-3-2 > .left-box > .texbx > p {
        margin-top: 25px;
        font-size: 13px;
        line-height: 21px;
        width: 90%;
    }
    
    .con-3-2 > .center-box {
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 360px;
        font-size: 24px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box {
        width: 130px;
        height: 130px;
    }
    .con-3-2 > .center-box > .imgbx > .box2 {
        width: 130px;
        height: 130px;

        margin-left: 10px;
    }
    
    .con-3-2 > .center-box > .imgbx > .box3 {
        width: 130px;
        height: 130px;

        margin-top: 10px;
    }
    .con-3-2 > .center-box > .imgbx > .box4 {
        width: 130px;
        height: 130px;

        margin-left: 10px;
        margin-top: 10px;
    }
    
    .con-3-2 > .right-box {
        position: relative;
        width: 0%;
    }
    
    /* con-3-3 */
    
    .con-3-3 {
        padding: 30px 0 100px;
    }
    
    .con-3-3 > h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;

        margin-bottom: 20px;
    }
    
    .con-3-3 > p {
        font-size: 13px;
        line-height: 21px;
        width: 80%;
    }

    .con-3-3 > p > span{
        display: flex;
        justify-content: center;
    }
    
    .con-3-3 > a {
        width: 150px;
        height: 35px;
        margin-top: 30px;
        font-size: 13px;
        line-height: 35px;
    }
    
}