@charset "utf-8";

/*뉴스 > 이벤트*/
.n-event {margin-top: -20px; padding-bottom: 159px;}
.n-event .ordering-tbl-style th {background-color: #F4F4F4; border: 1px solid #ccc; color: #111;}
.n-event .ordering-tbl-style td {border: 1px solid #ccc;}
.n-event .n-event_link {color: #247CB9 !important; text-decoration: none !important; line-height: 24px; font-size: 18px;}

.n-event_pop {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); z-index: 10000; align-items: center; justify-content: center;}
.n-event_pop--open {display: flex;}
.n-event_pop .pop_inner {padding: 40px 40px 24px; background-color: #fff;}
.n-event_pop .pop_tit {font-size: 22px; line-height: 24.28px; font-weight: 700; color: #272727; }
.n-event_pop .pop_txt {padding: 20px 0 24px; font-size: 16px; line-height: 26px; color: #353535;}
.n-event_pop .pop_btn {padding-top: 24px; display: flex; justify-content: flex-end;}
.n-event_pop .pop_btn button {display: flex; align-items: center; font-size: 16px; font-weight: 500; color: #111;}
.n-event_pop .pop_img img {width: 100%;}

.onlyW {display: block;}

@media all and ( max-width: 800px ){
    /*뉴스 > 이벤트*/
    .n-event {padding: 20px 0 80px 16px; }
    .n-event .ordering-tbl-style th {font-size: 14px;}
    .n-event .ordering-tbl-style td {font-size: 14px;}
    .n-event .n-event_link {font-size: 14px; line-height: 24px;}
    .n-event .ordering-tbl-style thead th:first-child {width: 10%;}
    .n-event .ordering-tbl-style tbody th {width: 10%;}

    /*pop*/
    .n-event_pop .pop_inner {max-width: 90%; padding: 24px 0 16px;}
    .n-event_pop .pop_tit {padding-left: 24px; font-size: 18px; }
    .n-event_pop .pop_txt {padding: 8px 24px 16px; font-size: 14px; }
    .n-event_pop .pop_btn {padding-top: 16px; padding-right: 16px;}
    .n-event_pop .pop_btn button {font-size: 14px; color: #1691C0;}

    .onlyW {display: none;}
}