.content-normal-4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.content-normal-4 .content-normal-4-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5.6em;
}
.content-normal-4 .content-normal-4-sec .order-1, .content-normal-4 .content-normal-4-sec .order-2, .content-normal-4 .content-normal-4-sec .order-3 {
    width: 100%;
}
.content-normal-4-sec-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.4em;
    justify-content: center;
}
.content-normal-4-sec-con.only-1col {
    flex-direction: column;
    align-items: center;
}
.content-normal-4-sec-con .con-box-1 .con-title-1 {
    width: 100%;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}
.content-normal-4-sec-con .con-box-1 .con-text-1 {
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}
.content-normal-4-sec-con .con-box-1 .con-img-1 {
    max-width: 100%;
    height: auto;
}
.content-normal-4-sec-con strong.color-1 {
    color: #9dcc3b;
}
.content-normal-4-sec-con strong.color-2 {
    color: #3f96ab;
}
.content-normal-4-sec-con strong.color-3 {
    color: #5dbea9;
}
.content-normal-4-sec-con strong.color-4 {
    color: #5e8eca;
}
.content-normal-4-sec-con .flex-opt-1 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.content-normal-4-sec-con .maxwidth-001 {
    width: 100%;
    max-width: 850px;
}
.content-normal-4-sec-con .ul-list-style-1 {
    padding-left: 20px;
    list-style: disc;
}


/* 공통 */
@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) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

/* 테이블 */
.tbl-wrap, .tbl_wrap {overflow-x: auto;}
table {
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
caption {
    font-size: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.tbl-wrap table {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #dfdfdf;
    min-width: 44.4444444444em;
    word-break: keep-all;
}
.tbl-wrap table caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.tbl-wrap table thead th {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;text-align: center;padding: 8px 10px;background-color: #f6f6f6;}
.tbl-wrap table tbody th {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;text-align: center !important;padding: 8px 10px;background-color: #f6f6f6;}
.tbl-wrap table tbody td {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;padding: 8px 10px;}
.tbl-wrap table thead th:last-child, .tbl-wrap table tbody td:last-child {border-right: none;}
.tbl-wrap table tbody th strong, .tbl-wrap table tbody td strong {color: #323232;}
.tbl-wrap .table-overguide {display: none;}
@media screen and (max-width: 991px) {
	.tbl-wrap table thead {display: table-header-group;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table thead tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table tbody {display: table-row-group;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table tbody tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
	.tbl-wrap table tbody tr td {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
    .tbl-wrap .table-overguide {display: block;font-size: 14px;line-height: 1;margin-bottom: 8px;}
}