.ccttest .page-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
    width: 100%;
}

.ccttest .page-box-con-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    align-items: center;
    width: 100%;
}
.ccttest .page-box-con-1.center {
    justify-content: center;
}
.ccttest .page-box-con-1 h6 {
    color: #fff;
    line-height: 1.2;
}
.ccttest .page-box-con-1 h6 span {
    color: #06b3f7;
}
.ccttest .page-box-con-1 .img-ban-con-zone {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    ;
    row-gap: 50px;
}
.ccttest .page-box-con-1 .img-ban-con-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.ccttest .page-box-con-1 .img-ban-con-2 img {
    max-width: 95%;
    margin: 0 auto;
}
.ccttest .page-box-con-1 .text-box-01 {
    width: calc(100% - 20px);
    padding: 30px 15px;
    background-color: #fefefe;
    margin: 0 auto;
    border-radius: 12px;
}
.ccttest .page-box-con-1 .text-box-01 h6 {
    color: #052b57;
    text-align: center;
}
ul.iconlist {
    width: 100%;
    row-gap: 30px;
}
ul.iconlist li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
ul.iconlist li .icon-zone {
    float: left;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
ul.iconlist li .icon-zone img {
    width: 80%;
    height: auto;
}
ul.iconlist li p {
    width: calc(100% - 70px);
    color: #fff;
}
.bgfix-1-1-cover {
    position: relative;
    padding: 140px 0;
    background-attachment: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.bgfix-1-1-cover.height-free {
    height: 100% !important;
}
.bgfix-1-1-cover .covered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    content: "";
}

@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1241px) {
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 1199px) {
    .bgfix-1-1, .bgfix-1-1-cover, .bgfix-1-2{
        height: 100%;
    }
}
@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) {
    .bgfix-1-2 {
        background-position: left 30% center;
    }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

/* 섹션 테이블 */
section .tbl-wrap, section .tbl_wrap {overflow-x: auto;width: 100%;}
section table {
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
section caption {
    font-size: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
section .tbl-wrap table {
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid #dfdfdf;
    min-width: 44.4444444444em;;
    word-break: keep-all;
}
section .tbl-wrap table caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section .tbl-wrap table thead th {border-right: 0 solid #dfdfdf;border-bottom: 1px solid rgba(255,255,255,0.3);height: 2.888888888em;text-align: left;padding: 8px 10px;background-color: transparent;}
section .tbl-wrap table tbody th {border-right: 0 solid #dfdfdf;border-bottom: 1px solid rgba(255,255,255,0.3);height: 2.888888888em;text-align: left;padding: 8px 10px;background-color: #f6f6f6;}
section .tbl-wrap table tbody td {border-right: 0 solid #dfdfdf;border-bottom: 1px solid rgba(255,255,255,0.3);height: 2.888888888em;padding: 8px 10px;}
section .tbl-wrap table thead th, section .tbl-wrap table tbody th, section .tbl-wrap table tbody td {
	font-size: min(3.4vw,18px);
	height: 100%;
    color: #fff;
}
section .tbl-wrap table thead th:first-child, section .tbl-wrap table tbody td:first-child {width: 132px;}
section .tbl-wrap table thead th:last-child, section .tbl-wrap table tbody td:last-child {border-right: none;}
section .tbl-wrap table tbody th strong, section .tbl-wrap table tbody td strong {color: #323232;}
section .tbl-wrap .table-overguide {display: none;}
@media screen and (max-width: 991px) {
	section .tbl-wrap table thead {display: table-header-group;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table thead tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
    section .tbl-wrap table thead tr th {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody {display: table-row-group;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody tr th {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody tr td {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
    section .tbl-wrap .table-overguide {display: block;font-size: 14px;line-height: 1;margin-bottom: 8px;}
}
@media screen and (max-width: 640px) {
	section .tbl-wrap table thead th:first-child, section .tbl-wrap table tbody td:first-child {width: 120px;}
}
@media screen and (max-width: 480px) {
	section .tbl-wrap table thead th, section .tbl-wrap table tbody th, section .tbl-wrap table tbody td {
		font-size: 15px;
	}
}