@charset "utf-8";
@font-face {
    font-family: 'WKGOTHIC';
    src: url('/assets/nnrfonts/KPCHOLIM2.TTC') format("opentype");
}

@font-face {
    font-family: 'Gulim';
    src: url('/assets/nnrfonts/malgun.ttf') format("opentype");
}

.top-area {
    background-image: url('/images/event/20251011/back.jpg');
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 10px 0 140px 0;
}

.top-pic {
    position: relative;
    padding: 30px 0 30px 50px;
}

.top-flag {
    width: 180px;
}

.top-area .top-title {
    width: 80%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.top-area p.top-title {
    font-size: 32px;
    color: #cf161b;
    font-weight: bold;
    text-align: right;
    text-align: center;
    text-shadow: 1px 1px 0 white, 1px -1px 0px white, -1px 1px 0 white, -1px -1px 0 white;
}

.pic {
    max-width: 378px;
    width: 20%;
    margin-left: 20px;
    margin-right: 20px;
}

.mclose {
    width: 80px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

p.myArticle {
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

li.myArticle {
    font-size: 14px;
    position: relative;
    width: 80%;
    left: 10%;
    cursor: pointer;
    border-bottom: 2px solid #a50100;
}

p.otherArticle {
    font-size: 14px;
    padding: 10px 0px 10px 10px;
    position: relative;
    width: 90%;
    left: 5%;
    margin-bottom: 0;
    border-bottom: 2px solid #75a2c3;
}
.newsPanel {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.newsText {
    float: left;
    width: 40%;
    margin-left: 10%;
}

p.newsSummary {
    text-align: justify;
    font-size: 14px;
    position: relative;
    margin-bottom: 4px;
    text-indent: 14px;
}

img.newsImage {
    float: right;
    width: 30%;
    max-width: 400px;
    margin-left: 7%;
    margin-bottom: 5px;
    object-fit: contain;
}

.text-bar1 {
    padding-top: 20px;
    background-color: #f9e2e6;
}

.text-bar2 {
    padding-top: 20px;
    background-color: #f7c8cf;
}

.text-bar3 {
    padding-top: 20px;
    background-color: #d6e2f4;
}

.blog-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 50px;
}

.fadeInLeft {
    width: 40%;
    float: left;
}

.fadeInRight {
    width: 40%;
    float: right;
}

ul.recent_list {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    width: 100%;
}

ul.recent_list li {
    background-image: url(/images/event/20251011/li.png);
    background-repeat: no-repeat;
    background-position: 1px 3px;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
}

ul.otherNews {
    width: 70%;
}

ul.otherNews li {
    border-bottom: 0;
}

.news_modal {
    position: fixed;
    background-color: #cf161b;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 70px;
    display: none;
    overflow-y: auto;
}

.news_modal table {
    height: 80vh;
    width: 100%;
}

.news_content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.news_content .news_nav {
    margin-top: 15px;
    font-weight: 500;
    color: white;
}

.activity-modal td {
    text-align: center;
}

.table>tbody>tr>td {
    border-top: 0;
}

.img-thumbnail {
    border: 0;
    cursor: none;
    max-height: 500px;
}

@media only screen and (max-width: 1366px) {
    p.top-title {
        font-size: 48px !important;
    }
    .top-flag {
        width: 160px;
    }
}

@media only screen and (max-width: 1000px) {
    p.top-title {
        font-size: 36px !important;
    }
    .top-flag {
        width: 120px;
    }
}

@media only screen and (max-width: 800px) {
    p.top-title {
        font-size: 36px !important;
    }
    .top-flag {
        width: 120px;
    }
}