.goodprint-flex-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3.6em;
}

.goodprint-flex-1 .goodprint-flex-con-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    row-gap: 20px;
    column-gap: 20px;
}

.goodprint-flex-1 .goodprint-flex-con-1.order-1 h4,
.goodprint-flex-1 .goodprint-flex-con-1.order-1 h5,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 h4,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 h5 {
    width: 100%;
    letter-spacing: -0.03em;
    color: #0f4970;
    font-weight: 700;
    line-height: 1.2;
}

.goodprint-flex-1 .goodprint-flex-con-1.order-1 h6,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 h6 {
    width: 100%;
    letter-spacing: -0.03em;
    color: #323232;
    line-height: 1.2;
    font-weight: 600;
}

.goodprint-flex-1 .goodprint-flex-con-1.order-1 .item-box > .item-box-text h6,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 .item-box > .item-box-text h6 {
    text-align: center;
}

.goodprint-flex-1 .goodprint-flex-con-1.order-1 .item-box > .item-box-text h6 span,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 .item-box > .item-box-text h6 span {
    display: block;
    font-weight: 400;
}

.goodprint-flex-1 .goodprint-flex-con-1 p {
    font-size: min(3.3333333333333335vw,18px);
    letter-spacing: -0.03em;
    color: #525252;
    line-height: 1.4;
}

.goodprint-flex-1 .goodprint-flex-con-1.order-1 .item-box > .item-box-text p,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 .item-box > .item-box-text p {
    text-align: center;
    font-weight: 600;
}

.goodprint-flex-1 .goodprint-flex-con-1.order-1 .item-box > .item-box-text p span,
.goodprint-flex-1 .goodprint-flex-con-1.order-2 .item-box > .item-box-text p span {
    display: block;
    font-weight: 400;
}

.goodprint-flex-1 .goodprint-flex-con-1 ol,
.goodprint-flex-1 .goodprint-flex-con-1 ul {
    width: 100%;
}
.goodprint-flex-1 .goodprint-flex-con-1 ol,
.goodprint-flex-1 .goodprint-flex-con-1 ul.disk,
.goodprint-flex-1 .goodprint-flex-con-1 ul.square,
.goodprint-flex-1 .goodprint-flex-con-1 ul.style2,
.goodprint-flex-1 .goodprint-flex-con-1 ul.style3 {
    padding-left: 19px;
}

.goodprint-flex-1 .goodprint-flex-con-1 ol.over {
    padding-left: 29px;
}

.goodprint-flex-1 .goodprint-flex-con-1 ul.disk {
    list-style: disc;
}

.goodprint-flex-1 .goodprint-flex-con-1 ul.square {
    list-style: square;
}

.goodprint-flex-1 .goodprint-flex-con-1 ul li {
    letter-spacing: -0.03em;
    color: #525252;
    line-height: 1.4;
}

.goodprint-flex-1 .goodprint-flex-con-1 ol {
    font-size: min(3.3333333333333335vw,18px);
    margin-bottom: 0;
}

.goodprint-flex-1 .goodprint-flex-con-1 ol li {
    letter-spacing: -0.03em;
    color: #525252;
    line-height: 1.4;
}

.goodprint-flex-1 .goodprint-flex-con-1 ol li:not(:first-child) {
    margin-top: 0.13em;
}

.goodprint-flex-1 .goodprint-flex-con-1 ul.style2 li::marker {
    content: "○ ";
    color: #999;;
}

.goodprint-flex-1 .goodprint-flex-con-1 ul.style3 li::marker {
    content: "□ ";
    color: #999;;
}

.goodprint-flex-1 .goodprint-flex-con-1 table tr td {
    padding: 15px 15px;
    color: #525252;
    line-height: 1.2;
    font-size: min(3.3333333333333335vw,18px);
}

.goodprint-flex-1 .goodprint-flex-con-1.table1 table tr td:nth-child(1),
.goodprint-flex-1 .goodprint-flex-con-1 table.table1 tr td:nth-child(1) {
    text-align: center;
    font-weight: 600;
    background-color: #efefef;
}

.goodprint-flex-1 .goodprint-flex-con-1.table2 table tr:nth-child(1) td,
.goodprint-flex-1 .goodprint-flex-con-1 table.table2 tr:nth-child(1) td {
    text-align: center;
    font-weight: 600;
    background-color: #efefef;
}

.goodprint-flex-1 .goodprint-flex-con-1.table2 table tr:not(:nth-child(1)) td,
.goodprint-flex-1 .goodprint-flex-con-1 table.table2 tr:not(:nth-child(1)) td {
    text-align: center;
}

.goodprint-flex-1 .goodprint-flex-con-1.table3 table tr:nth-child(1) td,
.goodprint-flex-1 .goodprint-flex-con-1 table.table3 tr:nth-child(1) td {
    text-align: center;
    font-weight: 600;
    background-color: #efefef;
}

.goodprint-flex-1 .goodprint-flex-con-1 table.style1,
.goodprint-flex-1 .goodprint-flex-con-1 table.style2 {
    overflow: hidden;
    border-radius: 10px;
}
.goodprint-flex-1 .goodprint-flex-con-1 table.style1 tr td {
    text-align: center;
    background-color: #f9f9f9;
}
.goodprint-flex-1 .goodprint-flex-con-1 table.style1 tr:nth-child(1) td {
    font-weight: 600;
    background-color: #e9e9e9;
}
.goodprint-flex-1 .goodprint-flex-con-1 table.style2 tr td {
    text-align: center;
    background-color: #f9f9f9;
}
.goodprint-flex-1 .goodprint-flex-con-1 table.style2 tr td:nth-child(1) {
    font-weight: 600;
    background-color: #e9e9e9;
}

.goodprint-flex-1 .goodprint-flex-con-1 img {
    max-width: 100%;
    overflow: hidden;
}

.goodprint-flex-1 .goodprint-flex-con-1 img.border-radius {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.goodprint-flex-1 .goodprint-flex-con-1 .img-con-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    row-gap: 30px;
    column-gap: 20px;
}

.goodprint-flex-1 .goodprint-flex-con-1 .img-con-flex > .img-con {
    width: calc((100% - 40px) / 3);
}

.goodprint-flex-1 hr {
    display: block;
}

.text-con-box-1 {
    display: inline-block;
}

.text-con-box-1.block {
    width: 100%;
}

.in-flex-style-1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.con-box-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 20px;
}

.item-box {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    row-gap: 10px;
    column-gap: 30px;
    padding: 0;
    width: calc((100% - 60px) / 4);
}

.item-box.box-col-2 {
    width: calc((100% - 20px) / 2);
}

.item-box .item-box-text {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
}

@media only screen and (min-width: 481px) {}

@media only screen and (min-width: 992px) {
    .goodprint-flex-1.part-1 .goodprint-flex-con-1.order-1 {
        width: 100%;
        order: 1;
    }

    .goodprint-flex-1.part-1 .goodprint-flex-con-1.order-2 {
        width: 100%;
        order: 2;
    }

    .goodprint-flex-1.part-2 .goodprint-flex-con-1.order-1 {
        width: 100%;
        order: 1;
    }

    .goodprint-flex-1.part-2 .goodprint-flex-con-1.order-2 {
        width: 100%;
        order: 2;
    }

    .goodprint-flex-1.part-3 .goodprint-flex-con-1.order-1 {
        width: 100%;
        order: 1;
    }

    .goodprint-flex-1.part-3 .goodprint-flex-con-1.order-2 {
        width: 100%;
        order: 2;
    }

    .goodprint-flex-1 .goodprint-flex-con-1.table1 table tr td:nth-child(1) {
        width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .goodprint-flex-1.part-1 .goodprint-flex-con-1.order-1 {
        width: 100%;
        order: 1;
    }

    .goodprint-flex-1.part-1 .goodprint-flex-con-1.order-2 {
        width: 100%;
        order: 2;
    }

    .goodprint-flex-1.part-2 .goodprint-flex-con-1.order-1 {
        width: 100%;
        order: 1;
    }

    .goodprint-flex-1.part-2 .goodprint-flex-con-1.order-2 {
        width: 100%;
        order: 2;
    }

    .goodprint-flex-1.part-3 .goodprint-flex-con-1.order-1 {
        width: 100%;
        order: 1;
    }

    .goodprint-flex-1.part-3 .goodprint-flex-con-1.order-2 {
        width: 100%;
        order: 2;
    }

    .goodprint-flex-1 .goodprint-flex-con-1.table1 table tr td:nth-child(1) {
        width: 120px;
    }

    .goodprint-flex-1 .goodprint-flex-con-1 .img-con-flex {
        justify-content: space-between;
    }

    .goodprint-flex-1 .goodprint-flex-con-1 .img-con-flex > .img-con {
        width: calc((100% - 40px) / 3);
    }

    .item-box {
        width: calc((100% - 40px) / 3);
    }

    .item-box.box-col-2 {
        width: calc((100% - 20px) / 2);
    }
}

@media only screen and (max-width: 480px) {
    .goodprint-flex-1 .goodprint-flex-con-1 p,
    .goodprint-flex-1 .goodprint-flex-con-1 ol {
        font-size: min(4.166666666666667vw,16px);
    }
    .goodprint-flex-1 .goodprint-flex-con-1 ol,
    .goodprint-flex-1 .goodprint-flex-con-1 ul.disk,
    .goodprint-flex-1 .goodprint-flex-con-1 ul.square,
    .goodprint-flex-1 .goodprint-flex-con-1 ul.style2,
    .goodprint-flex-1 .goodprint-flex-con-1 ul.style3 {
        padding-left: 17px;
    }
    .goodprint-flex-1 .goodprint-flex-con-1 ol.over {
        padding-left: 27px;
    }
    .goodprint-flex-1 .goodprint-flex-con-1 table tr td {
        font-size: min(4.166666666666667vw,16px);
    }
    .goodprint-flex-1 .goodprint-flex-con-1.table1 table tr td:nth-child(1) {
        width: 80px;
    }

    .item-box {
        width: calc((100% - 20px) / 2);
    }

    .item-box.box-col-2 {
        width: 100%;
    }
    .item-box .item-box-text {
        display: block;
        padding: 0 10px 20px;
    }
}

@media only screen and (max-width: 360px) {
    .goodprint-flex-1 .goodprint-flex-con-1 p {
        font-size: min(4.166666666666667vw,15px);
    }
    .goodprint-flex-1 .goodprint-flex-con-1 table tr td {
        font-size: min(4.166666666666667vw,15px);
    }
    .item-box {
        width: 100%;
    }
}

.goodprint-flex-con-1 table {font-size: 18px;line-height: 1.0;}
.goodprint-flex-con-1 table tbody tr {
    border-left: unset;
}
.goodprint-flex-con-1 table thead tr th, .goodprint-flex-con-1 table thead tr td, .goodprint-flex-con-1 table tbody tr th, .goodprint-flex-con-1 table tbody tr td {/*padding: 10px;*/word-break: keep-all;font-size: min(3.3333333333333335vw,18px);}

.goodprint-flex-con-1 .border-radius {
    border-radius : 10px;
    border : 1px solid #dbdbdb;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.goodprint-flex-con-1 .border-radius > table tr td:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}

.goodprint-flex-con-1 .border-radius > table tr:not(:last-child) td {
    border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 991px) { /* 부트스트랩 테이블 변환 초기화 */
	.goodprint-flex-con-1 table thead {display: table-header-group;}
	.goodprint-flex-con-1 table thead tr {display: table-row;}
	.goodprint-flex-con-1 table tbody {display: table-row-group;}
	.goodprint-flex-con-1 table tbody tr {display: table-row;}
	.goodprint-flex-con-1 table thead tr th, .goodprint-flex-con-1 table thead tr td, .goodprint-flex-con-1 table tbody tr th, .goodprint-flex-con-1 table tbody tr td {display: table-cell;}
}
@media only screen and (max-width: 768px) {
    .goodprint-flex-con-1 table.overflowx {display:block;max-width: 100%;overflow-x: auto;overflow-y: hidden;border-width: 0;}
    .goodprint-flex-con-1 table.overflowx:before {content: '좌우 스크롤로 전체 내용을 확인할 수 있습니다.';font-size: 9px;padding-top: 10px;padding-bottom: 10px;display: block;text-align: left;}
    .goodprint-flex-con-1 table.overflowx:after {content: '좌우 스크롤로 전체 내용을 확인할 수 있습니다.';font-size: 9px;padding-top: 10px;padding-bottom: 10px;display: block;text-align: left;}
    .goodprint-flex-con-1 table.overflowx tbody {display:block;width: 768px;}
}
@media screen and (max-width: 480px) {
	.goodprint-flex-con-1 table thead tr th, .goodprint-flex-con-1 table thead tr td, .goodprint-flex-con-1 table tbody tr th, .goodprint-flex-con-1 table tbody tr td {font-size: min(3.5714285714285716vw,16px);}
}