﻿.EntryGo {
    height: 11.6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    border: none;
    background-color: transparent;
    color: white;
}

.main-content {
    overflow: hidden;
}

.main-block {
    animation-name: fadeUpAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
    color: #6D5DFF;
    font-size: 1rem;
    background-color: #edeced;
    border-radius: 10px;
    left: 0;
}

@keyframes fadeUpAnime {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.card .triangle {
    width: 0;
    height: 0;
    margin: -1rem auto 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffef47;
}

.card .top_area {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-radius: 10px 10px 0px 0px;
    margin: -1px;
    background-color: #58bb96;
    color: #FFF;
    font-size: 2rem;
}

.shadow-box {
    box-shadow: 0 0 3px 3px #E0E0E0;
    border: 2px solid #FFF;
    border-radius: 10px;
}

.shadow-box-non-radius {
    box-shadow: 0 0 3px 3px #E0E0E0;
    border: 2px solid #FFF;
    border-radius: 0;
}

.NoticeArea .list-group-item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.InfoArea .InfoCard {
    width: 6.7rem;
    margin-left: auto;
    margin-right: auto;
    height: 6.5rem;
    border-radius: 20px 0 20px 0;
    border: 0;
    font-weight: bolder;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.InfoArea .card.odd {
    background-color: #FFEF47;
    color: #6D5DFF;
}

.InfoArea .card.even {
    background-color: #6D5DFF;
    color: #FFF;
}

.InfoArea .FooterCard {
    margin-left: auto;
    margin-right: auto;
    height: 2rem;
    border-radius: 20px;
    border: 0;
    font-weight: bolder;
    font-size: 1.2rem;
    background-color: #786956;
    color: #FFF;
}

.InfoArea .card-body {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    text-align: center;
}

.LinkArea .InfoCard {
    width: 6.7rem;
    margin-left: auto;
    margin-right: auto;
    height: 6.5rem;
    border-radius: 20px;
    border: 3px dashed #f00;
    font-weight: bolder;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.LinkArea .card.odd {
    border: 3px dashed #6D5DFF;
}

.LinkArea .card.even {
    border: 3px dashed #58BB96;
}

.LinkArea .card-body {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    text-align: center;
}

    .LinkArea .card-body a {
        color: #000;
    }

        .LinkArea .card-body a:hover {
            text-decoration: none;
            color: #6D5DFF;
        }

.AreaTitle {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    margin-left: 5rem;
    display: block;
}

.NoticeArea .msg {
    white-space: nowrap;
}

    .NoticeArea .msg a {
        color: #111;
        text-decoration: none;
    }

        .NoticeArea .msg a:hover {
            color: blue;
        }

.NoticeArea .more {
    font-size: 1rem;
    float: right;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
}

    .NoticeArea .more a {
        color: #888;
    }

        .NoticeArea .more a:hover {
            color: blue;
        }
/* 0px */
@media (min-width: 0px) {
    .col-9-1 {
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}
/* 496px */
@media (min-width: 496px) {

    .NoticeArea .more {
        top: 0.6rem;
    }

    .col-9-1 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* sm Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .on_site_card {
        width: 16rem;
    }

    .NoticeArea .more {
        top: 0.6rem;
    }

    .col-9-1 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .news-width {
        z-index: 100;
        max-width: 35rem;
    }
}
/* md Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .on_site_card {
        width: 12rem;
    }

    .NoticeArea .more {
        top: 0.6rem;
    }

    .col-9-1 {
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%;
    }

    .news-width {
        z-index: 100;
        max-width: 45rem;
    }
}
/* lg Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .on_site_card {
        width: 12rem;
    }

    .NoticeArea .more {
        top: 0rem;
    }

    .col-9-1 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .news-width {
        z-index: 100;
        max-width: 60rem;
    }
}
/* xl Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .on_site_card {
        width: 16rem;
    }

    .NoticeArea .more {
        top: 0.6rem;
    }

    .col-9-1 {
        -ms-flex: 0 0 11.11111111111111%;
        flex: 0 0 11.11111111111111%;
        max-width: 11.11111111111111%;
    }

    .news-width {
        z-index: 100;
        max-width: 62rem;
    }
}
