@CHARSET "UTF-8";

@media screen and (max-width: 768px){
    .header {
        padding: 10px 0 15px;
    }
    .header .sun-circle {
        width: 40px;
        height: 40px;
    }
    .header h1 {
        font-size: 30px;
    }
    .header h2 {
        font-size: 14px;
    }
    .header h3 {
        font-size: 12px;
        margin-top: 5px;
    }
    .global-menu {
        display: none;
    }
    .contents {
        padding: 0;
    }
    .top-news-wrap {
        padding: 10px;
        margin-bottom: 0;
    }
    .top-news-wrap .fixed-message-wrap p {
        font-size: 14px;
    }
    .top-news-wrap .news-box {
        padding: 10px 0;
    }
    .top-news-wrap .news-box th {
        width: 5.5em;
    }
    .top-news-wrap .news-box th, .top-news-wrap .news-box td {
        font-size: 14px;
        vertical-align: top;
    }
    .contents .fixed-bottom-image {
        display: none;
    }
    .contents .sub-contents.add-border {
        border: none;
    }
    .right-contents-wrap .visible-xs {
        background: #E0D8D8;
        padding: 10px 40px;
    }
    .right-contents-wrap .row {
        margin-bottom: 0;
    }
    .all-visible {
        margin: 30px 0;
    }
    .all-visible img {
        width: 150px;
        display: block;
        margin: 0 auto 15px;
    }
    .all-visible p.doctor-contents {
        margin: 0 20px;
        border-left: 2px solid #de2626;
        padding-left: 15px;
    }
    .footer .footer-menu {
        margin: 0 10px 15px;
        padding: 10px 5px;
    }
    .footer {
        padding: 0;
        padding-top: 15px;
    }
    .footer .copyright {
        margin: 0;
        padding: 20px 10px 40px;
        background: #fff;
        color: #000;
        font-size: 12px;
    }
    .contents.sub-page {
        padding: 15px 10px;
    }
    .contents h2.sub-page-title {
        margin-top: 10px;
    }
    .pager {
        position: relative;
    }
    .pager.top {
        top: 0;
        left: 0;
    }
    .pager li > a, .pager li > span {
        padding: 3px 5px;
        font-size: 12px;
    }
    .detail-news-wrap {
        margin: 0;
    }
    .detail-news-wrap .news-title {
        font-size: 16px;
    }
    .detail-news-wrap .news-title:first-letter {
        font-size: 24px;
    }
    .detail-news-wrap .news-contents {
        font-size: 14px;
    }
    .pager.bottom {
        top: 0;
        left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .contents h3.sub-page-title {
        font-size: 18px;
    }
    .contents h3.sub-page-title:first-letter {
        font-size: 24px;
    }
    .greeting-box-wrap .greeting-box img {
        width: 50%;
        display: block;
        margin: 0 auto 15px;
    }
    .general-information-line {
        margin-top: 0;
    }
    .general-information-contents-wrap img {
        display: block;
        margin-top: 15px;
    }
    .place-information-wrap {
        margin-top: 20px;
    }
    .place-information-wrap .place-information-title {
        margin: 0;
        font-size: 18px;
    }
    .place-information-wrap .place-information-body {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .place-information-wrap .museum-contents .museum-logo {
        width: 200px;
        margin: 0 auto 15px;
    }
    .place-information-wrap .museum-contents p {
        margin-bottom: 30px;
        text-align: center;
    }
    .right-contents-wrap .doctor-contents.museum {
        margin-top: 0;
    }
    .banner-wrap img {
        width: 100%;
    }
    .banner-wrap {
        margin: 50px 20px 20px;
    }
    .banner-wrap img {
        width: 100%;
    }
    .banner-wrap .row {
        padding: 0 15px;
    }
    .footer .footer-menu li:nth-child(5) {
        border-right: none;
    }
    .footer .footer-menu li:nth-child(5):after {
        content: "\000A";
        white-space: pre-wrap;
    }
    .sub-page-contents-wrap table th, .sub-page-contents-wrap table td {
        padding: 0;
        display: block;
        width: 96%;
        margin-left: 2%;
    }
    .registration-button-wrap a {
        margin: 0;
    }
    .fees-table-wrap {
        overflow-x: scroll;
    }
    .fees-table-wrap table th, .fees-table-wrap table td {
        display: table-cell;
        width: auto;
    }
}

@media screen and (max-width: 480px){
    .footer .footer-menu li a {
        font-size: x-small;
    }
}
