@charset "utf-8";

.cboard { position: relative; padding: 25px; background-color: #e9eef4; border-radius: 20px; }
.cboard .cboard_ul .cboard_li:nth-of-type(n + 2) { margin-top: 15px; }
.cboard .cboard_ul .cboard_li .cboard_a { display: block; }
.cboard .cboard_ul .cboard_li .cboard_a span { display: block; font-size: 18px; color: #747474; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 1535px) {
    .cboard { border-radius: 17px; }
    .cboard .cboard_ul .cboard_li:nth-of-type(n + 2) { margin-top: 13px; }
}
@media (max-width: 1279px) {
    .cboard { border-radius: 15px; }
    .cboard .cboard_ul .cboard_li:nth-of-type(n + 2) { margin-top: 11px; }
}
@media (max-width: 1023px) {
    .cboard { border-radius: 13px; }
    .cboard .cboard_ul .cboard_li:nth-of-type(n + 2) { margin-top: 10px; }
}
@media (max-width: 767px) {
    .cboard { border-radius: 11px; }
}
