
.con2-sec {
    margin: 30px 0 150px;
}

.con-2 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.imgbox {
    width: 35%;
    background-image: url('../../img/con1_1_1.jpg');
	background-repeat:no-repeat;
}

.texbox {
    width: 65%;
    margin: 0px 0 0 60px;
}

.con-2 > .texbox > h2 {
    font-size: 30px;
	font-weight: 600;
    line-height: 50px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #000000;
	margin: 0px 0 30px 0px;
}

.con-2 > .texbox > h5 {
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #000000;
}

.con-2 > .texbox > p {
    margin-top: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #666666;
}
.con-2 > .texbox > p:nth-of-type(2) {
    margin-top: 20px;
    margin-bottom: 50px;
}



@media (max-width: 1199.99px) and (min-width: 992px) {
    .con2-sec {
        margin: 30px 0 100px;
    }

    .imgbox {
        width: 35%;
        background-image: url('../../img/con1_1_1.jpg');
    }
    
    .texbox {
        width: 65%;
        margin: 40px 0 0 60px;
    }
    
	.con-2 > .texbox > h2 {
    font-size: 30px;
    line-height: 50px;
    }

    .con-2 > .texbox > h5 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .con-2 > .texbox > p {
        margin-top: 50px;
        width: 80%;
        font-size: 14px;
    }
    .con-2 > .texbox > p:nth-of-type(2) {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    .con-2 > .texbox > img:nth-of-type(1) {
        width: 110px;
        height: 70px;
        max-width: 100%;
        height: auto;
    }
    
    .con-2 > .texbox > img:nth-of-type(2) {
        width: 230px;
        height: 75px;
        max-width: 100%;
        height: auto;
    
        margin-bottom: 60px;
    }
    
    .con-2 > .texbox > img:nth-of-type(3) {
        width: 180px;
        height: 62px;
        max-width: 100%;
        height: auto;
    
    }
}


@media (max-width: 991.99px) and (min-width: 768px) {
    .con2-sec {
        margin: 20px 0 70px;
    }

    .imgbox {
        width: 35%;
        background-image: url('../../img/con1_1_1.jpg');
    }
    
    .texbox {
        width: 65%;
        margin: 20px 0 0 30px;
    }
    
	.con-2 > .texbox > h2 {
    font-size: 30px;
    line-height: 50px;
    }

    .con-2 > .texbox > h5 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .con-2 > .texbox > p {
        margin-top: 30px;
        width: 85%;
        font-size: 13px;
    }
    .con-2 > .texbox > p:nth-of-type(2) {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(1) {
        width: 80px;
        height: 60px;
        max-width: 100%;
        height: auto;
    }
    
    .con-2 > .texbox > img:nth-of-type(2) {
        width: 180px;
        height: 55px;
        max-width: 100%;
        height: auto;
    
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(3) {
        width: 150px;
        height: 52px;
        max-width: 100%;
        height: auto;
    
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .con2-sec {
        margin: 0 0 70px;
    }

    .con-2 {
        display: flex;
        flex-flow: column wrap;
    }

    .imgbox {
        position: relative;
        width: 80%;
        height: 200px;
        max-width: 100%;
        background-image: url('../../img/con1_1_1.jpg');
    }
    
    .texbox {
        position: relative;
        width: 100%;
        margin: 50px 0 0 30px;
    }
    
	.con-2 > .texbox > h2 {
    font-size: 30px;
    line-height: 50px;
    }

    .con-2 > .texbox > h5 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .con-2 > .texbox > p {
        margin-top: 30px;
        width: 85%;
        font-size: 13px;
        line-height: 20px;
    }
    .con-2 > .texbox > p:nth-of-type(2) {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(1) {
        position: relative;
        left: 20px;
        width: 80px;
        height: 60px;
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(2) {
        position: absolute;
        left: 30%;
        width: 180px;
        height: 55px;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(3) {
        position: absolute;
        right: 100px;
        width: 150px;
        height: 52px;
        max-width: 100%;
        height: auto;
        margin-top: 50px;
    }
}

@media (max-width: 575.99px) {
    .con2-sec {
        margin: 0 0 50px;
    }

    .con-2 {
        display: flex;
        flex-flow: column wrap;
    }

    .imgbox {
        position: relative;
        width: 80%;
        height: 120px;
        max-width: 100%;
        background-image: url('../../img/con1_1_1.jpg');
    }
    
    .texbox {
        position: relative;
        width: 100%;
        margin: 50px 0 0;
        padding: 0 30px;
    }
    
	.con-2 > .texbox > h2 {
    font-size: 24px;
    line-height: 40px;
    }

    .con-2 > .texbox > h5 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .con-2 > .texbox > p {
        margin-top: 30px;
        width: 90%;
        font-size: 12px;
        line-height: 18px;
    }
    .con-2 > .texbox > p:nth-of-type(2) {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(1) {
        position: relative;
        left: 10px;
        width: 60px;
        height: 60px;
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(2) {
        position: absolute;
        left: 30%;
        width: 140px;
        height: 55px;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(3) {
        position: absolute;
        right: 50px;
        width: 120px;
        height: 52px;
        max-width: 100%;
        height: auto;
        margin-top: 50px;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .con2-sec {
        margin: 0 0px 50px;
    }

    .con-2 {
        display: flex;
        flex-flow: column wrap;
    }

    .imgbox {
        position: relative;
        width: 80%;
        height: 120px;
        max-width: 100%;
        background-image: url('../../img/con1_1_1.jpg');
		padding-left:30px;
    }
    
    .texbox {
        position: relative;
        width: 100%;
        margin: 50px 0 0;
        padding: 0 30px;
    }
    
	.con-2 > .texbox > h2 {
    font-size: 24px;
    line-height: 40px;
    }

    .con-2 > .texbox > h5 {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .con-2 > .texbox > p {
        margin-top: 30px;
        width: 90%;
        font-size: 12px;
        line-height: 18px;
    }
    .con-2 > .texbox > p:nth-of-type(2) {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(1) {
        position: relative;
        left: 10px;
        width: 60px;
        height: 60px;
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(2) {
        position: absolute;
        left: 30%;
        width: 140px;
        height: 55px;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    
    .con-2 > .texbox > img:nth-of-type(3) {
        position: absolute;
        right: 50px;
        width: 120px;
        height: 52px;
        max-width: 100%;
        height: auto;
        margin-top: 50px;
    }
}