@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (min-width: 1400px) and (max-width: 1600px) {

}
@media (min-width: 1200px) and (max-width: 1400px) {
    .case-swiper-en{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .case-swiper-en{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    #cases-swiper-box {
        height: auto;
    }
    .case-swiper-en{
        display: none;
    }
}
@media (max-width: 768px){
    #cases-swiper-box {
        height: auto;
    }
    .xc-top{
        height: 50vw;
    }
    .xc-bottom{
        height: 25vw;
    }
    #cases-swiper .swiper-wrapper .swiper-slide{
        flex-wrap: wrap;
        padding: 6% 0;
    }
    .case-swiper-left{
        width: 100%;
        height: auto;
    }
    .case-swiper-right{
        width: 100%;
        height: auto;
    }
    .case-swiper-navigation{
        display: none;
    }
    .case-swiper-en{
        display: none;
    }

    .khgh03 ul{
        flex-direction: column;
    }
    .khgh03 ul li {
        width: 100%;
    }
    .khgh03 ul li .khgh03-box{
        flex-direction: column;
    }
    .khgh03 ul li .khgh03-box .khgh03-box-desc {
        text-align: center;
    }

    .khgh05 ul{
        flex-direction: column;
    }
    .khgh05 ul li{
        width: 100%;
    }

    .khgh02 p:first-child{
        font-size: 15px;
    }
    .khgh02 p:last-child{
        font-size: 13px;
    }

    .alltitle02{
        margin: 6% 0 25px 0;
    }
    .alltitle03{
        margin: 6% 0 15px 0;
    }
    .khgh06{
        display: none;
    }
    .khgh07{
        display: block;
    }
    .khgh03 ul li .khgh03-box .khgh03-box-pic {
        height: 10vw;
    }
    .khgh03 ul li .khgh03-box .khgh03-box-pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .khgh03 ul li .khgh03-box .khgh03-box-desc p:first-child{
        font-size: 18px;
    }
    .khgh03 ul li .khgh03-box .khgh03-box-desc p:last-child{
        font-size: 14px;
    }
    .khgh05 ul li .khgh03-box .khgh03-box-desc p:first-child{
        font-size: 20px;
    }
    .khgh05 ul li .khgh03-box .khgh03-box-desc p:last-child{
        font-size: 14px;
    }
    .khgh07 ul li .khgh07-box .khgh07-box-tp .khgh07-box-tp-title h2 span{
        font-size: 16px;
    }
    .alltitle .sec{
        font-size: 24px;
    }
    .khgh04 h3{
        font-size: 20px;
    }
    .khgh04-01 h3{
        font-size: 20px;
    }
    .khgh03 ul li .khgh03-box{
        gap: 3px;
    }
}
@media (min-width: 414px) {

}