@charset "UTF-8";

html {
    background-color: #F5F3EE;
}
@media screen and (min-width: 900px){
    #SelectPeriodContainer {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    #SelectPeriod {
        display: inline-block;
        width: 250px;
        height: 40px;
        font-size: 15px;
        padding: 10px;
        border: 1px solid #6B6B6B;
        font-weight: normal;
        text-align: left;
    }

    #SelectPeriodContainer:after {
        content: "↓";
        display: flex;
        width: 40px;
        height: 40px;
        color: #FFFFFF;
        font-size: 13px;
        background-color: #222222;
        align-items: center;
        justify-content: center;
    }
    #SelectPeriodText {
        font-size: 13px;
        margin: 0 10px 0 0;
    }
    #Wave {
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
        z-index: 10;
        background-color: rgb(167, 167, 167, .5);
        width: 100%;
        height: 68px;
    }
    #ContentLeftColumn,
    #ContentRightColumn {
        position: relative;
    }
    .LargeBox {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        z-index: 100;
    }
    #BackListButton {
        width: 80px;
        height: 80px;
        background-color: #212121;
        border-radius: 100%;
        color: #FFFFFF;
        font-size: 12px;
        position: fixed;
        bottom: 120px;
        right: -100px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 1s ease;
    }
    #NewsInformationBase {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    #BackListButton.active {
        right: 20px;
        transition: all 1s ease;
    }
    #NewsListBox {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .NewsBox {
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 3%;
        border-radius: 5px;
        margin: 0 0 10px;
    }
    .NewsTextBox {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .NewsSubBox {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .NewsDateText {
        color: #797979;
        font-size: 10px;
    }
    .NewsCategoryText{
        font-weight: 600;
        font-size: 14px;
    }
    .NewsTitleText {
        width: 75%;
        font-weight: 600;
        font-size: 16px;
    }
    #PageButton {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        opacity: 0;
    }

    .PageNumButton,
    #PrevPageButton,
    #NextPageButton {
        width: 45px;
        aspect-ratio: 1;
        border: 1px solid #2B2B2B;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 5px;
        font-size: 13px;
    }

    #PageNumButtonList {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .PageNumButton.active {
        background-color: #2B2B2B;
        color: #FFFFFF;
    }
    .NewsInforButton{
        width: 5%;
    }
    .NewsInforButton:after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        border-top: 3px solid #797979;
        border-right: 3px solid #797979;
        transform: rotate(45deg);
    }
    .NewsInfo{
        cursor: pointer;
    }
    #NewsIndexButton {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 50px auto;
        border: 1px solid #000000;
        padding: 30px;
        border-radius: 100px;
        font-size: 12px;
        background-color: #F5F3EE;
        cursor: pointer;
    }

    #NewsIndexButton:after {
        content: "\2192";
        display: block;
    }
    #InformationBox {
        font-size: 16px;
    }
    .NewsMainTitle {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 30px;
    }

}




@media screen and (max-width: 899px) {
    #SelectPeriodContainer {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin: 50px auto;
    }

    #SelectPeriod {
        display: inline-block;
        width: 150px;
        height: 40px;
        font-size: 12px;
        padding: 10px;
        border: 1px solid #6B6B6B;
        font-weight: normal;
        text-align: left;
    }

    #SelectPeriodContainer:after {
        content: "↓";
        display: flex;
        width: 40px;
        height: 40px;
        color: #FFFFFF;
        font-size: 13px;
        background-color: #222222;
        align-items: center;
        justify-content: center;
    }

    #SelectPeriodText {
        font-size: 13px;
        margin: 0 10px 0 0;
    }

    #Wave {
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
        z-index: 10;
        background-color: rgb(167, 167, 167, .5);
        width: 50%;
        height: 68px;
    }

    #ContentLeftColumn,
    #ContentRightColumn {
        position: relative;
        margin: 0 0 20px;
    }
    #LeftMenuBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .LargeBox {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        z-index: 100;
        width: 49%;
    }

    #BackListButton {
        width: 40px;
        height: 40px;
        background-color: #212121;
        border-radius: 100%;
        color: #FFFFFF;
        font-size: 12px;
        position: fixed;
        bottom: 60px;
        right: -100px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 1s ease;
    }

    #NewsInformationBase {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    #BackListButton.active {
        right: 5px;
        transition: all 1s ease;
    }

    #NewsListBox {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .NewsBox {
        width: 100%;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 3%;
        border-radius: 5px;
        margin: 0 0 10px;
    }
    .NewsTextBox {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .NewsSubBox {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .NewsDateText {
        color: #797979;
        font-size: 10px;
    }

    .NewsCategoryText {
        font-weight: 600;
        font-size: 10px;
        margin: 0 0 0 10px;
    }

    .NewsTitleText {
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        margin: 5px 0 0;
    }

    #PageButton {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        opacity: 0;
    }

    .PageNumButton,
    #PrevPageButton,
    #NextPageButton {
        width: 45px;
        aspect-ratio: 1;
        border: 1px solid #2B2B2B;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 2px;
        font-size: 11px;
    }

    #PageNumButtonList {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .PageNumButton.active {
        background-color: #2B2B2B;
        color: #FFFFFF;
    }

    .NewsInforButton {
        width: 5%;
    }

    .NewsInforButton:after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        border-top: 3px solid #797979;
        border-right: 3px solid #797979;
        transform: rotate(45deg);
    }

    .NewsInfo {
        cursor: pointer;
    }

    #NewsIndexButton {
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 50px auto;
        border: 1px solid #000000;
        padding: 20px;
        border-radius: 100px;
        font-size: 12px;
        background-color: #F5F3EE;
        cursor: pointer;
    }

    #NewsIndexButton:after {
        content: "\2192";
        display: block;
    }
    #InformationBox{
        font-size: 15px;
    }
    .NewsMainTitle {
        font-size: 21px;
        font-weight: 600;
        margin: 0 0 30px;
    }
}

