@charset "UTF-8";

.sec-notice { overflow:hidden; background:#efefef; }
.sec-notice .c { position:relative; }

.sec-notice .header { text-align:center; }
.sec-notice .header .desc { text-align:center; }

.sec-notice .con { display:flex; justify-content: space-between; align-items: stretch; width:90%; max-width:1200px; margin:0 auto;}
.sec-notice .sec-notice-wrap {background:#ffffff; border-radius: 16px; overflow:hidden; padding:2%;flex:0 0 48%; width:48%;}
.sec-notice .sec-news-wrap {background:#ffffff; border-radius: 16px; overflow:hidden; padding:2%;flex:0 0 48%; width:48%;}
.sec-notice .con h3 {font-size:1.4rem;padding:0; margin:0; border-bottom:1px solid #dfdfdf;}
.sec-notice .con h3 strong {border-bottom:1px solid #F5AB2C;display:inline-block;padding:0 16px; color:#F5AB2C}
.sec-notice .con h3 a {float:right; color:#cfcfcf; font-weight:500; }
.sec-board-list {height:auto; min-height:250px;}
.sec-board-list li {padding:0; margin:0; display:flex; justify-content: space-between; align-items: center; border-bottom:1px solid #efefef;}
.sec-board-list li a {white-space: nowrap; display:inline-block;width:70%; text-overflow:ellipsis; overflow:hidden;padding:8px 0}
.sec-board-list li span.date {display:inline-block; width:29%; overflow: hidden; text-align:right; color:#aeaeae;}
