.content-normal-3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content-normal-3 .content-normal-3-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5.6em;
}
.content-normal-3 .content-normal-3-sec .order-1, .content-normal-3 .content-normal-3-sec .order-2 {
    width: 100%;
}
.content-normal-3-sec-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.4em;
}
.content-normal-3-sec-con.only-1col {
    flex-direction: column;
    align-items: center;
}
.content-normal-3-sec-con .con-box-1 .con-title-1 {
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
}
.content-normal-3-sec-con .con-box-1 .con-text-1 {
    font-weight: 400;
    line-height: 1.2;
}
.content-normal-3-sec-con .con-box-1 .con-img-1 {
    max-width: 100%;
    height: auto;
}
.content-normal-3-sec-con strong.color-1 {
    color: #9dcc3b;
}
.content-normal-3-sec-con strong.color-2 {
    color: #3f96ab;
}
.content-normal-3-sec-con strong.color-3 {
    color: #5dbea9;
}
.content-normal-3-sec-con strong.color-4 {
    color: #5e8eca;
}
.content-normal-3-sec-con .flex-opt-1 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.content-normal-3-sec-con .icon-list-box-1 {
    width: 100%;
    padding-left: 170px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.content-normal-3-sec-con .icon-list-box-1 p {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    font-size: 15px;
}
.content-normal-3-sec-con .icon-list-box-1 p small {
    flex: 100%;
    font-size: 130%;
    font-weight: 500;
    color: #101010;
}
.content-normal-3-sec-con .icon-list-box-1 .icon-box-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-normal-3-sec-con .icon-list-box-1 .icon-box-1 img.icon-1 {
    width: 100%;
    max-height: 50px;
}


/* 공통 */
@media only screen and (min-width: 992px) {
}
@media only screen and (max-width: 1200px) {
    br.br1200 {display: none;}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
    .content-normal-3-sec-con .icon-list-box-1 {
        padding-left: 140px;
    }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}