@charset "utf-8";

/* main_board */
.boardwrap .top { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.boardwrap .top a { display: inline-block; }
.boardwrap .top a:first-of-type { font-weight: 600; font-size: 30px; color: #2e2e2e; }
.boardwrap .top a:last-of-type { font-size: 18px; color: #666; }
.boardwrap .text1 { font-size: 20px; color: #000; line-height: 1.3; }
.boardwrap .text1 * { font-size: inherit; color: inherit; line-height: inherit; }
.boardwrap .text1 dl { display: flex; flex-wrap: nowrap; align-items: center; }
.boardwrap .text1 dl:nth-of-type(n + 2) { margin-top: 10px; }
.boardwrap .text1 dl dt { min-width: max-content; margin-right: 10px; }
.boardwrap .text1 dl dt img { width: 49px; }
.boardwrap .text1 dl dd span { color: #27407e; } 
.boardwrap .text2 { margin-top: 30px; display: flex; flex-wrap: nowrap; justify-content: space-between; font-weight: 600; font-size: 20px; color: #fff; }
.boardwrap .text2 * { font-weight: inherit; font-size: inherit; color: inherit; }
.boardwrap .text2 a { display: inline-block; padding: 15px; width: 48.5%; border-radius: 5px; text-align: center; transition: background-color 0.3s; }
.boardwrap .text2 a:first-of-type { background-color: #27407e; }
.boardwrap .text2 a:last-of-type { background-color: #515151; }
.boardwrap .text2 a:first-of-type:hover { background-color: #202b52; }
.boardwrap .text2 a:last-of-type:hover { background-color: #333; }
@media (max-width: 1535px) {
    .boardwrap .text1 dl:nth-of-type(n + 2) { margin-top: 9px; }
    .boardwrap .text1 dl dt { margin-right: 9px; }
    .boardwrap .text1 dl dt img { width: calc(30px + 1vw); }
}
@media (max-width: 1279px) {
    .boardwrap .text1 dl:nth-of-type(n + 2) { margin-top: 8px; }
    .boardwrap .text1 dl dt { margin-right: 8px; }
}
@media (max-width: 1023px) {
    .boardwrap .contents { display: block; }
    .boardwrap .contents > li { width: 100%; }
    .boardwrap .contents > li:nth-of-type(n + 2) { margin-top: 20px; }
    .boardwrap .text1 dl:nth-of-type(n + 2) { margin-top: 7px; }
    .boardwrap .text1 dl dt img { width: 30px; }
    .boardwrap .text2 { font-weight: 500; }
}
@media (max-width: 360px) {
    .boardwrap .top { text-align: center; }
    .boardwrap .text1 dl { display: block; text-align: center; }
    .boardwrap .text1 dl dt { min-width: initial; margin-right: initial; }
    .boardwrap .text1 dl dd { margin-top: 5px; }
    .boardwrap .text1 dl dd span { display: block; }
}

.boardwrap .mid .midul .midli:nth-of-type(n + 2) { margin-top: 12px; }
.boardwrap .mid .midul .midli .mida { display: block; width: 100%; padding: 19px; background-color: #fff; border-radius: 10px; border: 2px solid #fff; transition: border-color 0.3s; box-shadow: 0 0 6px rgba(205, 205, 205, 0.8); }
.boardwrap .mid .midul .midli .mida:hover { border-color: #27407e; }
.boardwrap .mid .midul .midli .mida .text1 { font-weight: 600; font-size: 20px; color: #000; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.boardwrap .mid .midul .midli .mida .text2 { margin-top: 5px; font-weight: 300; font-size: 16px; color: #989898; line-height: 1.5; }
@media (max-width: 1535px) {
    .boardwrap .mid .midul .midli:nth-of-type(n + 2) { margin-top: 10px; }
    .boardwrap .mid .midul .midli .mida { padding: 17px; border-radius: 9px; box-shadow: 0 0 4px rgba(205, 205, 205, 0.8); }
}
@media (max-width: 1279px) {
    .boardwrap .mid .midul .midli:nth-of-type(n + 2) { margin-top: 9px; }
    .boardwrap .mid .midul .midli .mida { padding: 15px; border-radius: 8px; box-shadow: 0 0 3px rgba(205, 205, 205, 0.8); }
}
@media (max-width: 1023px) {
    .boardwrap .mid .midul .midli:nth-of-type(n + 2) { margin-top: 8px; }
    .boardwrap .mid .midul .midli .mida { padding: 13px; border-radius: 7px; }
    .boardwrap .mid .midul .midli .mida .text1 { font-weight: 500; }
    .boardwrap .mid .midul .midli .mida .text2 { margin-top: 0; }
}