﻿.zetap {
    --blue-bg: #0097E0;
    --silver-bg: #EDEDEF;
    --silver-2: #F5F5F5;
    --gray: #707070;
    font-size: 14px;
    color: var(--gray);
}

    .zetap img {
        width: 100%;
    }

    .zetap > section {
        position: relative;
    }

    .zetap section.main .title {
        color: #000000;
        text-align: center;
        font-size: 24px;
        margin: 20px auto;
        width: 50%;
    }

    .zetap section.mevsim {
        margin-bottom: 20px;
    }

        .zetap section.mevsim .tab p {
            text-align: center;
        }

        .zetap section.mevsim .content {
            background-position: right;
            background-size: contain;
            background-repeat: no-repeat;
        }

@media screen and (min-width: 1024px) {
    .zetap section.mevsim .content {
        background-image: url(https://st-daikin.mncdn.com/Content/img/lp/zeta/bg_2_d.jpg);
        height: 27vw;
        display: flex;
        align-items: center;
        padding: 4vw;
    }

        .zetap section.mevsim .content .tab {
            width: 60%;
        }

            .zetap section.mevsim .content .tab p {
                text-align: left;
            }
}

.zetap section.props .title {
    font-size: 24px;
    background-color: var(--blue-bg);
    color: white;
    text-align: center;
    line-height: 1.6;
    padding: 0.5em 0;
}

.zetap section.props .content {
    padding: 25px;
    max-width: 960px;
    margin: auto;
}

.zetap section.eye .title {
    font-size: 24px;
    background-color: #7A7A7B;
    color: white;
    text-align: center;
    line-height: 1.6;
    padding: 0.5em 0;
}

.zetap section.eye .content {
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .zetap section.eye .content {
        margin-bottom: 0;
    }
}

.zetap section.eye .content .context {
    padding: 25px;
}

@media screen and (max-width: 1023px) {
    .zetap section.eye .content .context {
        background-color: var(--silver-bg);
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .zetap section.eye .content {
        display: flex;
        max-width: 1040px;
        margin: auto;
    }

        .zetap section.eye .content .context {
            flex: 1;
        }

        .zetap section.eye .content .media {
            flex: 1;
        }

        .zetap section.eye .content .context,
        .zetap section.eye .content .media {
            min-width: 50%;
        }
}

.zetap section.cekici .tab {
    padding: 0;
}

    .zetap section.cekici .tab .context {
        background-color: var(--silver-bg);
        padding: 35px 25px;
    }

@media screen and (min-width: 1024px) {
    .zetap section.cekici .tab:nth-child(3) {
        flex-direction: row-reverse;
    }

    .zetap section.cekici .tab.js-active {
        display: flex;
    }

        .zetap section.cekici .tab.js-active .context,
        .zetap section.cekici .tab.js-active .media {
            display: flex;
            flex-direction: column;
            width: 50%;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
        }

        .zetap section.cekici .tab.js-active .context {
            padding: 0 8vw;
        }
}

@media screen and (max-width: 1023px) {
    .zetap section.ags {
        padding: 0 25px;
    }
}

@media screen and (min-width: 1024px) {
    .zetap section.ags .top {
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: var(--wpr-bg-e5ba5bab-3098-4834-bbd2-754fd4fca0de);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        padding-top: 110px;
    }

        .zetap section.ags .top > .title {
            width: calc(80% + 50px);
        }

        .zetap section.ags .top .left,
        .zetap section.ags .top .right {
            width: 40%;
        }

        .zetap section.ags .top .left {
            padding-bottom: 100px;
        }

        .zetap section.ags .top .right {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .zetap section.ags .top .right .media {
                width: 60%;
            }

    .zetap section.ags .ico-section {
        margin-bottom: 40px;
    }
}

.zetap section.ags .top > .title {
    color: var(--blue-bg);
    font-size: 22px;
}

@media screen and (max-width: 1023px) {
    .zetap section.ags .top > .title {
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .zetap section.ags .content {
        text-align: center;
    }
}

.zetap section.ags .bottom > div {
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .zetap section.ags .bottom {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 50px;
        max-width: 1200px;
    }

        .zetap section.ags .bottom > div {
            width: 50%;
            padding: 20px;
        }
}

.zetap section.streamer {
    text-align: center;
    margin-bottom: 60px;
}

    .zetap section.streamer > .title {
        font-size: 32px;
        background-color: var(--gray);
        color: white;
        padding: 25px;
    }

    .zetap section.streamer .trips {
        margin: 30px auto;
        max-width: 960px;
        width: 80%;
    }

@media screen and (min-width: 1024px) {
    .zetap section.streamer .trips {
        display: flex;
        gap: 50px;
    }
}

.zetap section.streamer .trips .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

    .zetap section.streamer .trips .item p {
        padding: 0 20px;
    }

.zetap section.streamer .bluez {
    background-color: #D8F1FA;
    padding: 25px;
}

@media screen and (min-width: 1024px) {
    .zetap section.streamer .cnt-icos {
        padding: 30px 0;
    }

        .zetap section.streamer .cnt-icos .ico-section {
            width: 40vw;
        }

        .zetap section.streamer .cnt-icos.cc1 .ico-section {
            margin-left: 10%;
        }

        .zetap section.streamer .cnt-icos.cc2 .ico-section {
            margin-left: 30%;
        }

    .zetap section.streamer .infra {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: auto;
        gap: 100px;
        padding: 40px 0;
    }

        .zetap section.streamer .infra .media {
            width: 40%;
        }

    .zetap section.streamer .ico-sections {
        display: flex;
        max-width: 1440px;
        margin: auto;
        margin-top: 40px;
        gap: 100px;
    }

        .zetap section.streamer .ico-sections > div {
            width: 50%;
        }

        .zetap section.streamer .ico-sections .ico-section {
            margin-bottom: 30px;
        }
}

.zetap section.streamer .ico-section {
    padding: 0 25px;
}

@media screen and (min-width: 1024px) {
    .zetap section.streamer .ico-section {
        text-align: left;
    }
}

.zetap section.zfooter {
    background-color: var(--silver-2);
}

@media screen and (max-width: 1023px) {
    .zetap section.zfooter .title,
    .zetap section.zfooter .subtitle,
    .zetap section.zfooter .context {
        padding: 0 25px;
    }

    .zetap section.zfooter .context {
        background-color: white;
        background-position: -15vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(https://st-daikin.mncdn.com/Content/img/lp/zeta/bg_ags.png);
        padding: 35px 25px;
        text-align: center;
    }

    .zetap section.zfooter .right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 25px;
    }
}

.zetap section.zfooter .title,
.zetap section.zfooter .subtitle {
    font-size: 44px;
}

.zetap section.zfooter .subtitle {
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .zetap section.zfooter {
        display: flex;
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(https://st-daikin.mncdn.com/Content/img/lp/zeta/bg_footer_d.png);
        height: 470px;
    }

        .zetap section.zfooter .left {
            padding-top: 50px;
            padding-left: 4vw;
            width: 32vw;
        }

        .zetap section.zfooter .right {
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            width: auto;
            flex: 1;
        }

        .zetap section.zfooter .media {
            height: calc(100% - 60px);
            padding-right: 10vw;
        }

            .zetap section.zfooter .media img {
                width: auto;
                height: 100%;
            }
}

.zetap .tabz {
    display: none;
    background-color: var(--silver-2);
    align-items: flex-end;
    justify-content: center;
    height: 60px;
    gap: 100px;
}

@media screen and (min-width: 1024px) {
    .zetap .tabz {
        display: flex;
    }
}

.zetap .tabz .item {
    position: relative;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
}

    .zetap .tabz .item.js-active {
        background-color: var(--blue-bg);
        color: white;
    }

        .zetap .tabz .item.js-active:after {
            content: "";
            position: absolute;
            background-color: var(--blue-bg);
            width: 10px;
            height: 10px;
            transform: rotate(45deg) translate(-50%, 100%);
            left: 50%;
            bottom: 0;
        }

.zetap .tab {
    padding: 0 25px;
}

@media screen and (max-width: 1023px) {
    .zetap .tab {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .zetap .tab {
        display: none;
    }

        .zetap .tab.js-active {
            display: block;
        }
}

.zetap .tab .title {
    font-size: 22px;
    color: var(--blue-bg);
    margin-bottom: 0.75em;
}

.zetap .tab-item {
    position: relative;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: var(--blue-bg);
    color: white;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

    .zetap .tab-item:after {
        content: "";
        position: absolute;
        background-color: var(--blue-bg);
        width: 10px;
        height: 10px;
        transform: rotate(45deg) translate(-50%, 100%);
        left: 50%;
        bottom: 0;
    }

.zetap p {
    line-height: 2em;
    margin-bottom: 1.2em;
}

.zetap .ico-section > .media {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .zetap .ico-section > .media {
        margin: 12px auto;
    }
}

.zetap .ico-section > .media img {
    width: 90px;
    height: 90px;
}

.zetap .ico-section .title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
    .zetap .ico-section {
        display: flex;
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .desktop-only {
        display: none !important;
    }
}
/*# sourceMappingURL=develope.css.map */
