/*
hedaer
-------------------------------------------------- */
.articleHeader {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background: url(/special/meets/img/article/cll/10/hd_im_01.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
    .articleHeader {
        min-height: 600px;
        background: url(/special/meets/img/article/cll/10/hd_im_02.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 768px) {
    .articleHeader {
        min-height: 500px;
        background: url(/special/meets/img/article/cll/10/hd_im_03.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
    }
}


/*
midImg
-------------------------------------------------- */
.midImg {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background: url(/special/meets/img/article/cll/10/co_bg_01.jpg) no-repeat center top;
    text-indent: -9999px;
    background-attachment: fixed;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .midImg {
        height: 600px;
        min-height: 600px;
        background: url(/special/meets/img/article/cll/10/co_bg_02.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 768px) {
    .midImg {
        min-height: 600px;
        height: 600px;
        background: url(/special/meets/img/article/cll/10/co_bg_03.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media screen and (max-width: 480px) {
    .midImg {
        min-height: 400px;
        height: 400px;
        background: url(/special/meets/img/article/cll/10/co_bg_03.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

#secDesc01 .container .txt {
    width: 100%;
    float: none;
}