@media screen and (max-height: 800px) {

}
@keyframes blockGuideBut {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
}
 @property --but-start-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

@property --but-end-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}
@keyframes visualRightSzImgIn {
    0% {
        opacity: 0;
        transform: rotate(-6deg) translateY(-1000px);
    }
    100% {
        opacity: 1;
        transform: rotate(-6deg) translateY(-50%);
    }
}
@keyframes visualRightBldImgIn {
    0% {
        opacity: 0;
        transform: rotate(10deg) translateY(-1000px);
    }
    100% {
        opacity: 1;
        transform: rotate(10deg) translateY(-50%);
    }
}

.block-visual{
    margin-top: 72px;
    position: relative;
    background-color: #ffffff;
    min-height: 463px;
    .visual-bg{
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        height: 460px;
        background-image: url(/webasset/hypd/images/market/block-visual-01.webp);
        background-repeat: no-repeat;
        background-size:100% 100%;
    }
    .visual-content{
        height: 100%;
        position: relative;
        .visual-left {
            min-height: 463px;
            display: flex;
            align-items: center;
            color: #18377C;
            .item{
                .visual-title {
                    margin-bottom: 18px;
                }
                .visual-sub {
                    margin-bottom: 18px;
                }
                .visual-desc {
                    margin-bottom: 18px;
                    width: 520px;
                    line-height: 26px;
                    text-align: justify;
                }
                .start{
                    width: 100%;
                    .but{
                        border-radius: 60px;
                        width: 220px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ffffff;
                        margin-top: 60px;
                        text-decoration: none;
                        cursor:pointer;
                        display: block;
                        background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                        transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                        &:hover{
                            --but-start-color: #18377C;
                            --but-end-color: #111111;
                            filter: brightness(1.2);
                        }
                        animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
                    }
                }
            }
        }
        .visual-right{
            min-height: 100%;
            display: flex;
            justify-content: end;
            position: relative;
            .sz-img {
                position: absolute;
                top: 50%;
                transform: rotate(-6deg) translateY(-50%);
                right: 285px;
                border-radius: 10px;
                box-shadow: -2px 7px 16px 0px rgba(160, 156, 156, 0.3);
                z-index: 1;
                height: 246px;
                opacity: 0;
                animation: visualRightSzImgIn 1.2s ease-in-out forwards;
                animation-delay: 1s;
            }

            .bld-img {
                animation: visualRightBldImgIn 1.2s ease-in-out forwards;
                position: absolute;
                border-radius: 15px;
                box-shadow: -2px 7px 16px 0px rgba(160, 156, 156, 0.3);
                top: 50%;
                transform: rotate(10deg) translateY(-50%);
                height: 198px;
                right: 50px;
            }
        }
    }
}
.block-channel{
    margin-top: 100px;
    position: relative;
    .left{
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        .title{
            color: #18377C;
            margin-bottom: 20px;
        }
        .desc{
            color: #18377C;
            text-align: justify;
            line-height: 26px;
            margin-bottom: 20px;
            opacity: .7;
            padding: 0 200px 0 0;
        }
    }
    .right{
        text-align: right;
        >img{
            height: 360px;
        }
    }
}

.block-zoology{
    margin-top: 100px;
    position: relative;
    .left{
        text-align: left;
        >img{
            height: 180px;
        }
    }
    .right{
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        text-align: right;
        right: 15px;
        .title{
            color: #18377C;
            margin-bottom: 20px;
        }
        .desc{
            color: #18377C;
            text-align: justify;
            line-height: 26px;
            margin-bottom: 20px;
            opacity: .7;
            padding: 0 0 0 200px;
        }
    }
}

.block-advantage{
    margin-top: 100px;
    .cont{
        position: relative;
        >img{
            width: 100%;
        }
        .text{
            position: absolute;
            top: 50%;
            transform:translateY(-50%);
            width: 100%;
            left: 50px;
            .title{
                color: #ffffff;
            }
            .desc-list{
                margin-top: 20px;
                list-style: disc inside;
                padding-left: 5px;
                line-height: 30px;
                color: #ffffff;
            }
        }
    }
}
.block-stimulate{
    margin-top: 100px;
    .cont{
        position: relative;
        .left{
            >img{
                height: 420px;
            }
        }
        .right{
            position: absolute;
            top: 50%;
            transform:translateY(-50%);
            padding-left: 140px;
            .title{
                color: #18377C;
                margin-bottom: 20px;
            }
            .desc{
                line-height: 26px;
                color: #18377C;
                opacity: .7;
                text-align: justify;
                margin-bottom: 20px;
            }
            .gr-list{
                border-top: 1px solid #aaaaaa;
                padding-top: 15px;
                padding-left: 20px;
                padding-bottom: 15px;
                color: #18377C;
                line-height: 30px;
            }
        }
    }
}
.block-diverse{
    margin-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
    }
    .cont{
        .cont-card{
            margin-top: 60px;
            background: #eaf1ff;
            border-radius: 18px;
            min-height: 380px;
            box-shadow: 0 2px 8px rgba(26, 63, 166, 0.06);
            position: relative;
            &:hover{
                .card-img{
                    transform:translateY(-10px);
                }
            }
            .card-title{
                color: #18377C;
                padding: 36px 36px 0 36px;
            }
            .card-desc{
                color: #18377C;
                opacity: .7;
                padding: 10px 36px 0 36px;
                line-height: 26px;
                text-align: justify;
            }
            .card-img{
                position: absolute;
                bottom: 60px;
                text-align: center;
                transition: all 0.25s  ease-in;
                >img{
                    border-radius: 10px;
                }
            }
            .card-img-last{
                bottom: 40px !important;
            }
        }
    }
}
.block-festival{
    padding-bottom: 80px;
    .cont{
        margin-top: 100px;
        .item{
            position: relative;
            .mask-layer{
                z-index: 10;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                border-radius: 12px;
                .mask-card{
                    position: absolute;
                    bottom: 40px;
                    left: 40px;
                    .title{
                        color: #ffffff;
                    }
                    .desc{
                        color: #ffffff;
                        line-height: 26px;
                        margin-top: 20px;
                    }
                }
            }
            .img-layer{
                width: 100%;
                height: auto;
            }
        }
    }
}
.block-worth{
    background: #EBF1FF;
    padding-top: 80px;
    padding-bottom: 60px;
    .cont{
        .title{
            color: #18377C;
            margin-bottom: 20px;
        }
        .desc{
            line-height: 26px;
            text-align: justify;
            color: #18377C;
            opacity: .7;
            margin-bottom: 10px;
        }
        .right-img{
            margin-top: -120px;
            text-align: right;
        }
        .divider{
            margin-top: 10px;
            width: 100%;
            height: 2px;
            background: rgba(24,55,124,0.82);
        }
        .cont-footer{
            margin-top: 60px;
            .footer-title{
                color: #18377C;
                text-align: center;
            }
            .footer-desc{
                margin-top: 20px;
                text-align: center;
                color: #18377C;
                opacity: .7;
            }
        }
    }
}
.block-faq{
    padding: 80px 0 80px ;
    .title{
        color: #18377C;
        margin-bottom: 30px;
    }
    .faq-list{
        .faq-item {
            border-bottom: 1px solid #e6f1ff;
            padding: 24px 0;
            transition: background 0.2s;
            .faq-question {
                color: #18377C;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
                .icons img:nth-child(2) {
                    display: none;
                }
            }
            .faq-answer {
                color: #18377C;
                margin-top: 16px;
                line-height: 1.7;
                padding-right: 32px;
                display: none;
                opacity: .7;
                text-align: justify;
            }
        }
    }
}

@media (max-width: 1024px) {
  .block-visual {
        margin-top: 53px;
        .visual-bg{
            height: 80px;
        }
        .visual-content {
            .visual-left {
                .item {
                    .visual-desc {
                        margin-bottom: 18px;
                        width: 100%;
                    }
                }
            }
            .visual-right{
                display: none;
            }
        }
    }
    .block-channel{
        margin-top: 40px;
        .left{
            position: relative;
            .desc{
                padding: 0;
            }
        }
        .right{
            >img{
                width: 100%;
                height: auto;
            }
        }
    }
    .block-zoology{
        .left{
            >img{
                width: 100%;
                height: auto;
            }
        }
        .right{
            width: 100%;
            position: relative;
            right: 0;
            .desc{
                padding-left: 10px;
            }
        }
    }
    .block-advantage{
        margin-top: 40px;
        .cont{
            .text{
                left: 0;
                padding: 15px;
            }
            >img{
                width: 100%;
                height: 200px;
            }
        }
    }
    .block-stimulate{
        margin-top: 40px;
        .cont{
            .left{
                >img{
                    width: 100%;
                    height: auto;
                }
            }
            .right{
                position: relative;
                padding-left: 0px;
                padding-top: 10px;
            }
        }
    }
    .block-diverse{
        margin-top: 40px;
    }
    .block-festival{
        .cont{
            margin-top: 40px;
            .item{
                margin-top: 40px;
                .mask-layer{
                    border-radius: 6px;
                }
            }
        }
    }
    .block-worth {
        .cont {
            .right-img {
                margin-top: 0px;
                text-align: center;
                >img{
                    height: 200px;
                }
            }
        }
    }
    .block-faq{
        padding-top: 40px;
    }
}

@media screen and (max-width: 1500px) {

}





















/*@media screen and (max-height: 800px) {

}


@media (max-width: 1024px) {

}

@media screen and (max-width: 1500px) {

}


*/