@charset "utf-8";

body {
    overflow-y: auto;
}

body,
#wrap {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#app {
    width: 100%;
}

* {
    color: #000;
}

.data-voucher-bg {
    width: 100%;
    background-image: url('../../image/voucher/innovation-voucher-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gray-bg {
    width: 100%;
    background-color: #f5f5f5;
}

.section-box {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}

.service-section-box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.section-box .title h1 {
    width: 160px;
    padding-bottom: 20px;
}

.section-box .title h1 img {
    width: 100%;
    object-fit: cover;
}

.section-box .title p {
    font-size: 24px;
    font-weight: 600;
    color: #666;
}

.section-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-text h2 {
    position: relative;
    font-size: 30px;
    color: #4d4d4d;
    padding: 60px 0;
    font-weight: 600;
}

.section-text h2::before {
    position: absolute;
    left: 50%;
    top: 10%;
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    border-radius: 50px;
    background-color: #29abe2;
    transform: translateX(-50%);
}

.section-text .target-box {
    background-color: #29abe2;
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}

.section-text p {
    line-height: 26px;
    text-align: center;
}

.month-box {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.month-box li {
    width: calc(100% / 6);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.month-title::before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    border-radius: 50px;
    background-color: #29abe2;
    margin-bottom: 20px;
}

.month-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}

.month-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
}

.month-text {
    font-size: 18px;
}

.table-wrap {
    width: 100%;
    padding: 30px 0;
}

.table-wrap .table-title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.flex-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table-header {
    background-color: #29abe2;
}

.table-header>p {
    color: #fff !important;
    font-weight: 600;
}

.table-header>.flex-cell {
    border-bottom: none;
}

.flex-row {
    display: flex;
    width: 100%;
}

.flex-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.mandatory,
.mandatory2 {
    position: relative;
    border-bottom: 1px solid #fff !important;
}

.hide-mandatory {
    background-color: #e9e9e9;
    border-bottom: none;
}

.border-mandatory {
    visibility: visible;
}

.service-text-box {
    width: 100%;
    background-color: #29abe2;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.service-text-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.service-text-box p {
    text-align: left;
    color: #fff;
}

.service-title-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.service-title-box p {
    padding: 10px 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #29abe2;
    color: #fff;
    font-weight: 600;
}

.service-table-wrap {
    width: 100%;
    border: 1px solid #29abe2;
}

.service-flex-cell {
    width: calc(100% / 2);
    border-left: 1px solid #ddd;
}

.service-flex-cell-text {
    display: flex;
    flex-direction: column;
    padding: 70px 0px;
}

.service-flex-cell p {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 20px;
}

.two-cell {
    border-bottom: none;
    transform: translateY(40px);
}

.production-table-wrap {
    display: flex;
    width: 100%;
    margin-top: 50px;
    border: 1px solid #ddd;
}

.left-flex-row,
.right-flext-row {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.production-flex-row {
    display: flex;
    width: calc(100% / 2);
    flex-direction: column;
    justify-content: center;
}

.production-flex-column {
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.production-flex-title,
.flex-column-box {
    width: 50%;
}

.production-flex-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.production-flex-cell:last-child,
.production-flex-column:last-child {
    border-bottom: none;
}

.production-flex-title {
    border-bottom: none;
}

.web-table-wrap {
    flex-direction: column;
}

.tip-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
}

.table-bg {
    width: 50%;
    background-color: #e9e9e9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.web-flex-cloumn {
    flex-direction: column;
}

.web-flex-cloumn>.flex-column-box,
.web-flex-cloumn>.table-bg {
    width: 100%;
}

/* 반응형 */
@media (max-width: 1600px) {
    .business-img img {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .support li {
        width: calc(100% / 2);
    }

    .month-box {
        flex-wrap: wrap;
    }

    .month-box li {
        width: calc(100% / 3);
    }

    .production-table-wrap {
        flex-direction: column;
    }

    .left-flex-row,
    .right-flext-row {
        width: 100%;
    }

    .production-flex-column {
        flex-direction: column;
    }

    .table-bg {
        width: 100%;
    }

    .production-flex-title,
    .flex-column-box {
        width: 100%;
    }
}

@media (max-width: 860px) {
    .section-box .title h1 img {
        width: 80%;
    }

    .flex-table {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .table-header,
    .flex-row {
        display: flex;
        min-width: 600px;
    }

    /* Chrome, Edge, and Safari */
    .flex-table::-webkit-scrollbar {
        border-radius: 50px;
        height: 5px;
    }

    .flex-table::-webkit-scrollbar-track {
        border-radius: 50px;
        background: #ddd;
    }

    .flex-table::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #3375c1 !important;
    }
}

@media (max-width: 460px) {
    .section-box {
        padding: 60px 0;
    }

    .section-text h2 {
        font-size: 22px;
        padding: 40px 0;
    }

    .section-box .title p {
        padding-bottom: 50px;
    }

    .section-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .flex-cell i {
        font-size: 14px;
    }

    .table-wrap .table-title {
        font-size: 16px;
    }

    .table-header {
        padding: 20px 0;
    }
}