.header {
    background-image: url("../img/myhometownWonju-s.jpg");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: flex-start; */
    flex-wrap: wrap;
    height: 45px;
    background-color: #F8F8FF;
}

.headwords {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* .english {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    flex: auto;
}

.english h2 {
    text-align: center;
} */
.publications {
    width: 1000px;
    border: 0px solid blue;
    text-align: left;
}

.publications span {
    font-style: italic;
}

.articles {
    width: 1000px;
    border: 0px solid blue;
    text-align: left;
}

table {
    width: 1000px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

table tr, td {
    font-size: 14px;
    border-bottom: 1px dotted #263343;
    text-decoration-line: none;
    color: black;
}

.c1, .c2, .c3, .c4, .c5 {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

.c1 {
    width: 8px;
    margin-right: 10px;
}

.c3 {
    width: 700px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
}

.c3 a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.c4 {
    width: auto;
    text-align: left;
}

.c5 {
    width: 80px;
    text-align: left;
}

.footer_logo img {
    padding-top: 30px;
}

@media screen and (max-width:660px) {
    .c2, .c21, .c4, .c5 {
        display: none;
        visibility: hidden;
    }

    .table_review .c1 {
        padding-left: 7px;
    }

    .c3 {
        width: auto;
        text-align: left;
        padding-left: 10px;
        text-decoration-line: none;
        color: black;
    }

    table tr td {
        font-size: 14px;
        letter-spacing: 0.1em;
        word-spacing: 0.2em;
        line-height: 200%;
        /* Maximum width of 65characters */
        max-width: 30ch;
    }
}