@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/cloud-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;
}

.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 p {
    line-height: 26px;
    text-align: center;
}

.budget {
    display: flex;
    flex-direction: column;
}

.budget li {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.budget-number {
    color: #29abe2;
    font-size: 34px;
}

.budget li p {
    text-align: left;
}

.budget-text {
    font-weight: 600;
    font-size: 20px;
    font-size: 18px;
    padding-left: 30px;
}

.budget li p span {
    font-weight: 400;
    font-size: 16px;
}

.worker-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.worker-field li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 4);
    padding-top: 80px;
}

.field-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f5f5f5;
}

.field-icon img {
    width: 80%;
    height: auto;
    object-fit: cover;
}

.field-title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

.support {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.support li {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.support li:nth-child(3) {
    margin-right: 0px;
}

.support-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #29abe2;
}

.support-icon img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.support-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
}

.support-title {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #29abe2;
}

.support-text {
    padding: 10px 0;
    text-align: left !important;
}

.support-box {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #29abe2;
    color: #fff;
}

.support-width {
    width: 100%;
}

.support-text-box {
    width: 100%;
    border: 2px solid #29abe2;
    padding: 30px 0;
    border-radius: 10px;
}

.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;
}

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

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

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

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

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

.flex-cell i {
    color: #29abe2;
    font-size: 24px;
}

.business-img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.img-text {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 20px;
}

.img-text>span {
    padding: 5px 20px;
    background-color: #29abe2;
    color: #fff;
    margin-right: 15px;
}

.business-img img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.cloud-procesor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.cloud-plan>.plan-text {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.cloud-plan>.plan-box {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    color: #29abe2;
    font-weight: 600;
    border-radius: 5px;
    margin: 20px 0;
}

.procesor-money {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.procesor-money>.small-money {
    position: relative;
    color: #fff;
}

.procesor-money>.small-money::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 5px;
}

.procesor-money>.big-money {
    font-size: 24px;
    color: #fcee21;
    padding: 10px 0;
    font-weight: 600;
}

.function-text {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    color: #29abe2;
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
}

.plan-text p {
    color: #fff;
    padding: 10px 0;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
}

.plan-text p::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 18px;
}

.different-procesor {
    justify-content: center;
}

.different-procesor>li {
    margin-left: 30px;
}

.cloud-procesor>li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3 - 30px);
    box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 8px 22px -6px rgba(0, 0, 0, 0.3);
    background-color: #29abe2;
    border-radius: 10px;
    padding: 40px;
}

.different-procesor>li {
    border: 3px solid #29abe2;
    background-color: #fff;
}

.different-procesor .cloud-plan>p,
.different-procesor .plan-text>p {
    color: #29abe2;
}

.different-procesor .plan-text p::after {
    background-color: #29abe2;
}

.different-procesor .procesor-money>.big-money {
    color: #c1272d;
}

.different-procesor .function-text {
    background-color: #29abe2;
    color: #fff;
}


/* 반응형 */
@media (max-width: 1600px) {
    .worker-field li {
        width: calc(100% / 3 - 30px);
    }

    .support li {
        flex-direction: column;
    }

    .support-right {
        align-items: center;
        margin-left: 0px;
        margin-top: 25px;
    }

    .support-text {
        padding: 10px 0;
        text-align: center !important;
    }

    .business-img img {
        width: 80%;
    }
}

/* 반응형 */
@media (max-width: 1400px) {
    .cloud-procesor>li {
        width: 100%;
        margin-bottom: 30px;
    }

    .different-procesor>li {
        margin-left: 0px;
    }

    .cloud-procesor {
        padding-top: 0px;
    }

    .plan-text {
        width: 100%;
    }
}

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

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

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

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

    .worker-field li {
        width: calc(100% / 2);
        padding-top: 30px;
    }

    .support-icon {
        width: 160px;
        height: 160px;
    }

    .business-img img {
        width: 90%;
    }

    .img-text>span {
        padding: 5px 10px;
        background-color: #29abe2;
        color: #fff;
        margin-right: 15px;
    }

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

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

    .flex-cell {
        flex: 1;
    }

    /* 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;
    }

    .field-icon,
    .support-icon {
        width: 110px;
        height: 110px;
    }

    .field-title,
    .support-title {
        font-size: 16px;
    }

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

    .business-img img {
        width: 100%;
    }

    .budget li p span {
        font-size: 12px;
    }

    .procesor-money>.big-money {
        font-size: 20px;
    }
}