.news { background: #e6e6e6; padding-bottom: 16vw; }
@media screen and (min-width: 769px) { .news { padding-bottom: 7.69231vw; } }
.news_inner { padding: 8.53333vw 4.26667vw 0 4.26667vw; }
@media screen and (min-width: 769px) { .news_inner { padding: 110px 8.48485vw 0; } }
.news_title, .news_date { font-family: "Buttacup", sans-serif; font-size: 5.33333vmin; line-height: 1; letter-spacing: 0.11em; }
@media screen and (min-width: 769px) { .news_title, .news_date { font-size: 34px; } }
.news_lists { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1120px; margin: 4.36364vw auto 0; }
@media screen and (max-width: 768px) { .news_lists { max-width: calc(100% - 20px); margin-top: 8vw; } }
.news .news-item { position: relative; display: flex; flex-direction: column; width: 48%; max-width: 530px; margin: 0 0 77px; background: #fff; z-index: 0; }
@media screen and (max-width: 768px) { .news .news-item { width: 46%; margin: 0 0 47px; } }
.news .news-item__image-box { position: relative; width: 100%; padding: 0 0 100%; background: #eee; }
.news .news-item__image-box img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity linear 0.3s; }
.news .news-item__title { font-size: 16px; margin: 24px 0 0; font-weight: 600; letter-spacing: 3px; line-height: 2; }
@media screen and (max-width: 768px) { .news .news-item__title { font-size: 11px; letter-spacing: 1.2px; margin: 18px 0 0; word-break: break-word; line-height: 1.2; } }
.news .news-item__desc { font-size: 16px; font-weight: 300; margin: 20px 0; letter-spacing: 3.5px; line-height: 1.8; text-align: justify; }
@media screen and (max-width: 768px) { .news .news-item__desc { font-size: 11px; letter-spacing: 1.2px; word-break: break-word; line-height: 1.2; } }
.news .news-item__date { display: block; font-size: 14px; margin: auto 0 0; line-height: 1; letter-spacing: 2.4px; }
@media screen and (max-width: 768px) { .news .news-item__date { font-size: 10px; letter-spacing: 1.2px; } }
.news .news-item svg { position: absolute; top: -1.0vw; left: -0.9vw; width: calc(100% + 1.7vw); height: calc(100% + 2.0vw); visibility: hidden; z-index: 9; }
@media screen and (max-width: 768px) { .news .news-item svg { top: -1.0vw; left: -0.9vw; width: calc(100% + 1.7vw); height: calc(100% + 2.0vw); } }
.news .news-item svg .st0 { fill: none; stroke: #00ffc9; stroke-width: 12; stroke-miterlimit: 10; }
.news .news-item svg rect { fill: none; stroke: #00ffc9; stroke-width: 24; stroke-miterlimit: 10; }
.news .news-item::after { position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 0; }
.news .news-item.hover svg { visibility: visible; }
.news .news-item.hover::after { opacity: 1; }
.news .news-item:hover svg .st0 { visibility: hidden; }
.news .news-item:hover::after { opacity: 0; }
.news .pager-container { width: 100%; max-width: 1580px; margin: 0 auto; padding: 20px 1.6% 0; }
@media screen and (max-width: 768px) { .news .pager-container { padding: 10px 5% 0; } }
.news .pager-container .pager { display: flex; justify-content: flex-end; gap: 12px; width: 100%; }
@media screen and (min-width: 769px) { .news .pager-container .pager { gap: 12px; } }
.news .pager-container .pager .page-numbers { font-size: 16px; line-height: 39px; width: 40px; text-align: center; border-bottom: 1px solid; border-color: #000; cursor: pointer; transition: 0.3s; }
@media screen and (max-width: 768px) { .news .pager-container .pager .page-numbers { font-size: 11px; } }
.news .pager-container .pager .page-numbers.current, .news .pager-container .pager .page-numbers:hover { background: #000; color: #fff; }
.news .pager-container .pager .page-button { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }

.modal_bg { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(230, 230, 230, 0.95); z-index: 999; pointer-events: auto; }
.modal_bg:hover { cursor: pointer; }
