﻿/*#region Sceen Area*/
.service-motivation-area {
    padding: 50px 0;
    background-color: white;
}

.service-motivation-box {
    width: 350px;
    height: 500px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 30px;
    background: #0665b7;
    color: white;
}

.service-motivation-title {
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
    color: white;
}

.service-motivation-description {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.service-support-area {
    height: 500px;
    flex: 1 1 500px;
}

.service-support-content {
    height: calc(100% / 3);
    width: 100%;
}

    .service-support-content + .service-support-content {
        margin-top: 10px;
    }

.service-support-box {
    flex: 1 1 200px;
    height: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 15px;
}

    .service-support-box:nth-child(2n) {
        margin: 0 10px;
    }

.service-support-box-empty {
    visibility: hidden;
}

.service-support-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.service-support-description {
    width: 100%;
    font-size: 15px;
    color: #848484;
    text-align: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .service-motivation-area .content {
        flex-direction: column;
    }

    .service-motivation-box {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 15px;
    }

    .service-support-area {
        width: 100%;
        height: auto;
        flex: 0 1 auto;
    }

    .service-support-content {
        flex-direction: column;
    }

    .service-support-box {
        flex: 0 1 auto;
        height: 160px;
        width: 100%;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 0 30px;
    }

    .service-support-box-empty {
        height: 0;
    }

    .service-support-box:nth-child(2n) {
        margin: 10px 0;
    }

    .service-support-content + .service-support-content {
        margin: 0;
    }
}
/*#endregion Sceen Area*/

/*#region Feature Area*/
.service-feature-area {
    background: #f6f6f7;
    padding: 50px 0;
}

.service-feature-box {
    width: 50%;
    height: 200px;
    background: white;
    padding: 0 30px;
    margin: -1px;
    border: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
    .service-feature-box {
        width: 100%;
    }
}
/*#endregion Feature Area*/

/*#region Icon Area*/
.main-content-time {
    background-color: #2075b2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.main-content-time-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.time-itemSet {
    text-align: left;
    margin-right: 50px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 19px;
}

    .time-itemSet:nth-child(3n) {
        margin-right: 0;
    }

.time-iconSet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 20px;
}

.time-icon {
    font-family: 'linecons';
    font-style: normal;
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.time-iconDraw::before {
    content: "\e01c";
}

.time-iconDay::before {
    content: "\e02b";
}

.time-iconSec::before {
    content: "\e01d";
}

.time-icon-animated-parent {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 90px;
}

.time-icon-animated-frame {
    position: absolute;
    top: -224px;
    animation-name: time-icon-number-move;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes time-icon-number-move {
    0% {
        top: 0;
    }

    15% {
        top: 0;
    }

    25% {
        top: -56px;
    }

    40% {
        top: -56px;
    }

    50% {
        top: -112px;
    }

    65% {
        top: -112px;
    }

    75% {
        top: -168px;
    }

    90% {
        top: -168px;
    }

    100% {
        top: -224px;
    }
}

.main-content-clients {
    padding-top: 80px;
    padding-bottom: 60px;
    height: auto;
    color: #858e93;
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
}

.main-content-clients-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}

.main-content-clients-desc-title {
    font-weight: 600;
    font-size: 19px;
    color: #373e44;
}

.main-content-clients-desc .line {
    content: "";
    height: 1px;
    width: 36px;
    margin-bottom: 35px;
    opacity: 0.71;
    background: #f6465f;
    margin-bottom: 35px;
}

.main-content-clients-text {
    width: 100%;
}

.main-content-clients-icon-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-content-clients-icon-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.clients-icon {
    width: 16.6%;
    padding: 25px 15px;
    text-align: center;
    height: 130px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

    .clients-icon img {
        display: flex;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 150px;
        max-width: 100%;
        max-height: 80px;
        margin: 0;
    }

@media screen and (max-width: 768px) {
    .main-content-time {
        flex-direction: column;
    }

    .main-content-time-wrapper {
        width: 280px;
    }

    .time-itemSet {
        margin: 0;
        font-size: 20px;
    }

        .time-itemSet + .time-itemSet {
            margin-top: 50px;
        }

    .time-icon {
        font-size: 64px;
    }

    .iconSet {
        width: 100%;
    }
}

@media screen and (min-width: 850px) {
    .clients-icon:nth-child(6n) {
        border-right: none;
    }

    .clients-icon:nth-last-child(-n+4) {
        border-bottom: none;
    }
}
/*#endregion Icon Area*/

/*#region Compatible Area*/
.main-content-compatible {
    background-color: #2075b2;
    padding: 30px 0;
}

.main-content-compatible-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-content-compatible-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 180px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.main-content-compatible-desc-wrapper {
    width: 100%;
    color: white;
}

.compatible-important {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
}

.compatible-text-desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.main-content-compatible-desc .infoBtn {
    background: #f58b7a;
    font-size: 12px;
    width: 200px;
}

    .main-content-compatible-desc .infoBtn:hover {
        background: #444;
    }


.main-content-compatible-image {
    width: 50%;
    background-image: url("../image/cpt_web_1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .main-content-compatible-desc {
        width: 100%;
    }

    .main-content-compatible-image {
        width: 100%;
        height: 150px;
    }
}
/*#endregion Compatible Area*/
