@charset "utf-8";

@import url("../../../css/style.css");

@media screen and (min-width: 760px) {

    .scrollbtn.cantclick {
        pointer-events: none;
        opacity: 0.35;
    }

}




@media screen and (max-width: 759px) {

    #rec_body #pan {
        padding-top: 28px !important;
        padding-bottom: 30px !important;
        padding-left: 10px !important;
    }

    .scrollbtn.cantclick {
        pointer-events: none;
        opacity: 0.35;
    }

}

#rec_body .text-indent {
    padding-left: 1em;
    text-indent: -1em;
}

#rec_body .mt20 {
    margin-top: 10px;
}

