.attentionInfo {
    background-color: #e9f2ff;
    color: #000;
    font-size: 1.7rem;
    padding: 8px 0;
}
.attentionInfo__inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px 0 42px;
}
.attentionInfo__inner::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("../images/icon/header-ph.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.attentionInfo__text {
    font-size: 90%;
}

.mainView {
    overflow: hidden;
}

.serch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 80px;
    height: 30px;
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #b9b9b9;
}

.serch-button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon/search.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.serch-box__inner {
    max-width: 200px;
    margin-left: auto;
}

.header__tools {
    gap: 2px 30px;
}

.header__tools .serch-box form.gsc-search-box {
    margin-right: 0;
}

.header__tools .serch-box form.gsc-search-box table.gsc-search-box td.gsib_b  {
    height: 25px;
}

.header__tools .serch-box form table tbody tr td {
    padding-right: 0;
}

.home__news .home__news__inner {
    flex-wrap: wrap;
}

.home__news__inner__item {
    margin-bottom: 30px;
    padding: 0 10px;
}

.home__news__inner__item:first-child {
    width: 28%;
}

.home__news__inner__item:nth-child(2) {
    width: 44%;
}

.home__news__inner__item.disasterInfo .home__title {
    padding: 20px;
    background-color: #bf0000;
    border-radius: 5px 5px 0 0;
}

.home__news__box__content {
    padding: 12px;
    background-color: #FFFFFF;
    border-radius: 0 0 5px 5px;
    border: 2px solid #bf0000;
}

.home__news__box__content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.home__news__box__content table th,
.home__news__box__content table td {
    padding: .25em;
    text-align: center;
}

.home__news__box__content table tr.home__news__box__content__period td {
    text-align: right;
    font-size: 1.4rem;
}

.home__news__box__content table th {
    font-weight: 700;
    text-align: center;
}

.home__news__box__content__firstRow {
    background-color: #ffe9e9;
}

.home__news__box__content__secondRow {
    background-color: #e6f0ff;
}

.home__news__box__content__firstRow th {
    color: #b51f00;
}
.home__news__box__content__secondRow th {
    color: #2064c3;
}

.home__news__box__content__text {
    font-size: 1.2rem;
    text-align: right;
}

.home__news .home__news__inner__item:nth-child(3) {
    width: 28%;
}

.home__news__list__btn span.icon-7::before {
    content: url(../images/home/icon-7.svg);
    width: 45px;
}
@media screen and (max-width: 1023px) {
    .home__news .home__news__inner {
        display: flex;
        flex-direction: column;
    }
    .home__news .home__news__inner__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .home__news .home__news__inner__item.disasterInfo {
        order: 3;
    }
    .home__news .home__news__inner__item:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home__news__list {
        grid-template-columns: 1fr;
    }
}

#wcv_sys_wrapper * {
    box-sizing: content-box;
}

#wcv_sys_wrapper #wcv_sys_edit_pageeditarea * {
    font-size: 98%;
}

#wcv_sys_wrapper #wcv_sys_edit_pageeditarea .swiper-wrapper {
    position: relative;
}

#wcv_sys_wrapper #wcv_sys_edit_pageeditarea .swiper-wrapper .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#wcv_sys_wrapper #wcv_sys_edit_pageeditarea .header__nav__list__item__text {
    height: auto;
}

#wcv_sys_wrapper #wcv_sys_edit_pageeditarea .home__news__inner__item:nth-child(2) {
    width: 38%;
}

#wcv_sys_wrapper #wcv_sys_edit_pageeditarea .home__news__inner__item:nth-child(3) {
    width: 26%;
}

#wcv_sys_content * {
    box-sizing: content-box;

}

#wcv_sys_edit_blockeditarea table tbody tr td {
    padding: 0;
}