@charset "utf-8";

@font-face {
    font-family: 'Dolbomche_R';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/Dolbomche_R.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.subMain {
    position: relative;
    width: 100%;
    display: block;
    padding: 30px 0;
}

.main-top {
    font-family: 'Dolbomche_R';
    font-size: 36px;
    padding-bottom: 50px;
    display: block;
    color: #634646;
    font-weight: bold;
    position: relative;
    left: 30%;
}

.main-top span {
    font-size: 46px;
    margin: 0 5px;
    color: #de6300;
}

.main-top02 {
    color: #405095;
}

.main-top02 > span {
    color: #007744;
}

.main-top03 {
    color: #4f595f;
    left: 16%;
}

.main-top03 > span {
    color: #009674;
}

.subMain > section {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.subMain > section > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: calc((100% / 2) - 10px);
    border-radius: 15px;
}

.subMain > section > div:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.subMain > section > div.income {
    background-color: #efb652;
    position: relative;
}

.subMain > section > div.service {
    background-color: #009454;
}

.subMain > section > div.service h3.Main-tit {
    color: #fff;
}

.subMain > section > div.service h3.Main-tit > span {
    font-weight: 100;
}

h3.Main-tit > span {
    font-weight: 100;
}

.subMain > section > div.income::after {
    content: "";
    position: absolute;
    width: 392px;
    height: 108px;
    left: 50%;
    transform: translateX(-50%);
    top: -108px;
    background-image: url(../images/Main-sub/main-top-img.png);
    background-repeat: no-repeat;
}

.subMain > section > div.service::after {
    content: "";
    position: absolute;
    width: 392px;
    height: 95px;
    left: 50%;
    transform: translateX(-50%);
    top: -95px;
    background-image: url(../images/Main-sub/main-top02-img.png);
    background-repeat: no-repeat;
}

.subMain > section > div.sec-half > ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.subMain > section > div.sec-half > ul > li {
    padding: 35px;
    background-color: #fff;
    width: calc((100% / 2) - 10px);
    border-radius: 16px;
}

.subMain > section > div.sec-half > ul > li:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.Main-tit {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 15px;
    color: #444444;
    line-height: 1.3;
    position: relative;
    width: 100%;
}

.Main-list {
    position: relative;
    display: block;
    width: 100%;
    color: #444444;
}

.Main-list > li a {
    display: block;
    padding: 16px;
    padding-left: 30px;
    padding-right: 15px;
    background: #f2f2f6;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    ;
    letter-spacing: -1px;
}

.fr-res .Main-list > li a:hover {
    background: #de6300;
    color: #fff;
}

.fr-res .Main-list > li a:hover::after {
    background: #fff;
}

.fr-res .Main-list02 > li a:hover {
    background: transparent;
    color: #444;
}

.fr-res .Main-list02 > li a {
    display: inline-block;
}

.fr-res .Main-list02 > li a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 12px;
    margin: 0 auto;
    background: #de6300;
    bottom: 2px;
    position: absolute;
    transition: all .3s;
}

.fr-res .Main-list02 > li a:hover::before {
    width: calc(100% - 10px);
}

.fr-res .Main-list02 > li a::before:hover {
    max-width: 100%;
}

.fr-res .Main-list02 > li a:hover::after {
    background-image: url(../images/Main-sub/ico-list.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.Main-list > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}

.Main-list > li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #a9a9ac;
    border-radius: 100%;
}

/*
.Main-list > li a:hover{
    background: #efb652;
    color: #fff;
}
*/
.Main01 > ul > li:nth-child(2) {
    background-image: url(../images/Main-sub/ico-list-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-color: transparent;
    background-position: bottom right;
}

.Main02 > ul > li:nth-child(2) {
    background-image: none;
}

.Main-list02 > li:not(:nth-last-child(1)) {
    margin-bottom: 0;
}

.Main-list02 > li a {
    background-color: transparent;
    padding: 12px;
    padding-left: 30px;
    display: block;
}

.Main-list02 > li a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
    background-image: url(../images/Main-sub/ico-list.png);
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: center center;
    background-color: transparent;
}

.sec-one {
    padding: 35px;
    display: block !important;
}

.sec-one > p {
    line-height: 1.4;
    letter-spacing: -1px;
}

.sec02 {
    margin-top: 30px;
}

.sec-half > ul > li p {
    display: block;
    font-size: 17px;
    line-height: 1.3;
    color: #444;
    letter-spacing: -1.3px;
}

.Main-list03 {
    margin-top: 30px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.Main-list03 > li {
    width: calc((100% / 3) - 0px);
}

.Main-list03 > li:not(:nth-last-child(1)) {
    margin-right: 5px;
}

.fr-res .Main-list03 > li a:hover {
    transform: translateY(-10px);
    transition: .5s ease;
}

/*
.fr-res .Main-list03 > li a:hover b,
.fr-res .Main-list03 > li a:hover strong{
    color: #fff;
}
*/
.Main-list03 > li a {
    display: block;
    padding: 30px 10px;
    position: relative;
    background: #e2f4e4;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
}

.Main-list03 > li a i {
    display: block;
    text-align: center;
    height: 45px;
    position: relative;
    width: 100%;
    width: 100%;
    margin-bottom: 5px;
}

.Main-list04 > li:not(:nth-child(1)) a i {
    width: 100%;
}

.Main-list04 > li:nth-child(1) a i {
    width: 65px;
}

.Main-list03 > li a i > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Main-list03 > li a b {
    font-size: 15px;
    text-align: center;
    color: #008085;
    display: block;
}

.Main-list03 > li a strong {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -2px;
}

.Main-list04 > li a {
    background: #f8f7df
}

.Main-list04 {
    flex-wrap: wrap;
    margin-top: 0;
}

.Main-list04 > li:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
}

.Main-list04 > li:not(:nth-child(1)) {
    width: calc((100% / 3) - 4px);
}

.Main-list04 > li:nth-child(1) a {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 13px 15px;
}

.Main-list04 > li:nth-child(1) a i {
    margin-bottom: 0;
}

.Main-list04 > li a b {
    color: #a54a00;
    font-size: 16px;
}

.subMain > section > div.sec-half.bg_f > ul > li:nth-child(2) {
    background-color: #ebebf0;
    border-radius: 0;
    padding: 0;
}

.Main-vertical {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 16px;
}

.fr-res .Main-vertical:hover {
    background: #de6300;
}

.fr-res .Main-vertical:hover a h3,
.fr-res .Main-vertical:hover p {
    color: #fff;
}

.Main-vertical a {
    padding: 36px 35px;
    display: block;
}

.Main-vertical a p {
    font-size: 17px;
}

.Main-vertical:nth-child(2) {
    margin-top: 20px;
}

.M-blank {
    display: inline-block;
    width: 25px;
    height: 28px;
    background-image: url(../images/Main-sub/M-blank.png);
    background-repeat: no-repeat;
    position: relative;
    vertical-align: middle;
    align-items: center;
    margin-left: 10px;
}

.M-blank02 {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/Main-sub/M-blank.png);
    background-repeat: no-repeat;
    position: relative;
    vertical-align: middle;
    align-items: center;
    margin-right: 10px;
}

.M-blank03 {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-image: url(../images/Main-sub/M-blank03.png);
    background-repeat: no-repeat;
    position: relative;
    vertical-align: middle;
    align-items: center;
    margin-left: 2px;
    background-size: 100% 100%;
}

.income > ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.service {
    z-index: 1;
}

.service::before {
    background-image: url(../images/Main-sub/service-bg.png);
    background-repeat: no-repeat;
    width: 202px;
    height: 147px;
    content: "";
    position: absolute;
    bottom: 0px;
    right: -32px;
    z-index: -1;
}

.service > ul {
    width: 85%;
    flex-wrap: wrap;
    margin-top: 0;
}

.income > ul > li {
    width: calc(100% / 4);
    text-align: center;
}

.service > ul > li {
    width: calc(100% / 2);
    text-align: start;
}

.income > ul > li > a {
    display: block;
    padding: 0 15px;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    color: #3a3232;
    line-height: 1.3
}

.income > ul > li > a:hover {
    transform: translateY(-15px);
    transition: all .5s;
}

.income > ul > li > a:hover .M-circle {
    transition: all .8s ease-in-out;
    transform: rotateY(360deg);
}

.service > ul > li a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    position: relative;
}

.service > ul > li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 0px;
    margin: 0 auto;
    background: #fff;
    bottom: 0px;
    position: absolute;
    transition: all .3s;
}

.service > ul > li a:hover::after {
    width: 100%;
}

.service > ul > li a:hover {
    transform: translate(0);
}

.income > ul > li > a .M-circle {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
    background: #f1de92;
}

.income > ul > li > a .M-circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.Sub-ft {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-image: url(../images/Main-sub/sub01-ft.png);
    background-repeat: no-repeat;
    background-size: 1920px 150px;
    background-position: center bottom;
    height: 280px;
    padding: 0 60px;
}

.Sub-ft > img {
    position: absolute;
}

.ft01-img {
    bottom: 0;
}

.ft02-img {
    left: 580px;
    bottom: 30px;
}

.ft03-img {
    bottom: 30px;
    right: 250px;
}

/* 산림복지 */
.Main-square {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.welfare ul li ul li a:hover {
    background: #009454;
    color: #fff;
    transition: all .2s;
}

.welfare ul li ul li a:hover::after {
    background: #fff;
}

.subMain > section > div.sec-half > ul > li.M-square {
	padding: 35px 25px;
}

.Main-square > li {
    width: calc(100% / 2);
    background: #fff;
}

.Main-square > li a {
    background: #fff;
    padding: 18px 10px;
    letter-spacing: -1.4px;
    font-size: 16px;
    outline: 1px solid #dddddd;
    min-height: 61px;
    padding-right: 0 !important;
}

.Main-square > li:hover a {
    background: #009454;
    color: #fff;
}

.Main-square > li a::after {
    content: none;
}

.Main-square > li:not(:nth-last-child(1)) {
    margin-bottom: 0;
}

.culture {
    background: #fff;
}

.culture ul {
    position: relative;
    margin-top: 5px;
}

.culture ul:nth-child(3) {
    margin-top: 20px;
}

.culture ul.cal-04 > li a {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    letter-spacing: -1.5px;
    font-weight: 500;
    color: #444;
}

.culture ul.cal-04 > li a .culture-circle {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 31px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
    background: #c5e9ca;
}

.culture ul.cal-04 > li a:hover .culture-circle {
    transition: all .8s ease-in-out;
    transform: rotateY(360deg);
}

.culture ul.cal-04 > li a:hover {
    transform: translateY(-10px);
    transition: all .3s ease;
}

.culture ul.cal-04 > li a .culture-circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.culture ul.cal-03 > li > a {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    position: relative;
    padding: 15px;
    padding-left: 20px;
    background: #f2ead6;
    color: #52351e;
    font-size: 17px;
    font-weight: bold;
    border-radius: 9px;
}

.culture ul.cal-03 > li > a:hover {
    background: #fff;
    outline: 2px solid #f2ead6;
}

.culture ul.cal-03 > li:nth-child(1) a {
    min-height: 58px;
}

.culture ul.cal-03 > li:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.cal-04,
.cal-03 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.cal-04 li {
    width: calc(100% / 4);
}

.cal-03 li {
    width: calc(100% / 3);
}

.no-after ul li a {
    padding: 20px;
}

.no-after ul li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.no-after ul li a::after {
    content: none;
}

.welfare .Main-list02 > li a::after,
.welfare .Main-list02 > li a:hover::after {
    background-image: url(../images/Main-sub/ico-list02.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.welfare .Main-list02 > li a:hover {
    background: none;
    color: #444;
}

.mountain {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mountain::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -5px;
    background-image: url(../images/Main-sub/mountain-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 227px;
    height: 160px;
    z-index: -1;
}

.mountain ul > li a {
    padding: 10px;
    padding-left: 30px;
    display: inline-block;
}

.mountain ul > li a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 12px;
    margin: 0 auto;
    background: #009454;
    bottom: 2px;
    position: absolute;
    transition: all .3s;
}

.mountain ul > li a:hover::before {
    width: calc(100% - 10px);
}

.welfare-green {
    padding: 40px 0;
    padding-bottom: 0;
    margin-top: 10px;
    display: block;
    position: relative;
}

.nanumbrushscript * {
    font-family: 'Nanum Brush Script', cursive;
}

.welfare-green h3 {
    text-align: center;
    font-family: 'Nanum Brush Script';
    font-weight: bold;
    font-size: 50px;
    color: #109363;
}

.welfare-green h3 span {
    font-family: 'Noto Sans kr';
    font-size: 33px;
    color: #646464;
}

.welfare-green ul > li {
    width: calc(100% / 7);
}

.welfare-green ul > li a {
    padding: 0 15px;
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}

.welfare-green ul > li a:hover {
    transform: translateY(-15px);
    transition: all .3s ease;
}

.welfare-green ul {
    position: relative;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 45px;
}

.welfare-green ul > li a .green-circle {
    width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 20px;
}

.welfare-green ul > li a .green-circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.Sub-ft02 {
    height: 300px;
    background-image: url(../images/Main-sub/sub02-ft.png);
    max-width: 1920px;
}

.Sub-ft02 .layout {
    height: 100%;
}

.Sub-ft02 img {
    position: absolute;
}

.ft02-img01 {
    left: 0px;
    top: 60px;
}

.ft02-img01-1 {
    left: 300px;
    top: 70px;
}

.ft02-img02 {
    left: 140px;
    bottom: 30px;
}

.ft02-img03 {
    right: 220px;
    bottom: 50px;
}

.ft02-img04 {
    right: -90px;
    bottom: 50px;
}

.Sub-ft02 .layout::after {
    content: "";
    position: absolute;
    left: -200px;
    top: -100px;
    width: 167px;
    height: 159px;
    background-image: url(../images/Main-sub/ico-ft02-img05.png);
    background-repeat: no-repeat;
}

.ft02-img05 {
    left: 0;
    top: 0;
}

/* 산림보호 */

.subMain > section > div.sec-half > ul > li.prl-bg01 {
    background-color: #059074;
    background-image: url(../images/Main-sub/protect-bg03.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.subMain > section > div.sec-half > ul > li.prl-bg01 h3 {
    color: #fff;
}

.subMain > section > div.sec-half > ul > li.prl-bg02 {
    background-image: url(../images/Main-sub/prl-bg03.png);
    background-repeat: no-repeat;
    background-position: center bottom -13px;
    overflow: hidden;
}

.protect-list > ul > li:nth-child(2) {
    background-image: url(../images/Main-sub/protect-bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.protect-list > ul > li.prl-bg03 {
    background-image: url(../images/Main-sub/protect-bg02.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}

.protect-list .Main-list02 > li a::after,
.protect-list .Main-list02 > li a:hover::after {
    background-image: url(../images/Main-sub/ico-list03.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.protect-list .Main-list02 > li a:hover {
    background: none;
    color: #444;
}

.protect-list .Main-list02 > li a {
    font-size: 18px;
    letter-spacing: -1.5px;
    display: inline-block;
}

.protect-list .Main-list02 li a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 12px;
    margin: 0 auto;
    background: #059074;
    bottom: 2px;
    position: absolute;
    transition: all .3s;
}

.protect-list .Main-list02 li a:hover::before {
    width: calc(100% - 10px);
}

.subMain > section > div.protect {
    background: #059074;
    background-image: url(../images/Main-sub/protect-bg03.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.subMain > section > div.protect * {
    color: #fff;
}

.subMain > section .protect ul {
    padding-left: 10px;
}

.subMain > section .protect ul > li {
    border-bottom: 1px solid #fff;
    width: 100%;
}

.subMain > section .protect ul > li > a {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 500;
    vertical-align: middle;
    align-items: center;
    padding-left: 5px;
    color: #fff;
}

.subMain > section .protect ul > li:hover {
    display: inline-block;
    transition: all .5s;
    margin-left: 15px;
}

.subMain > section .protect ul > li:nth-last-child(1) {
    margin-bottom: 75px;
}

.subMain > section .protect ul > li > a i {
    margin-right: 10px;
}

.protect-list02 {
    margin-top: 25px;
}

.protect-list02 li a {
    background: #d6f0ec;
    padding: 20px 10px;
}

.protect-list02 li a:hover {
    transform: translateY(-10px);
    transition: all .4s ease;
}

.protect-list02 > li a strong {
    font-size: 18px;
    font-weight: bold;
    color: #555555;
}

.subMain > section > div.sec-half > ul > li.prl-bg02::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 108px;
    left: 25%;
    transform: translateX(-25%);
    top: -108px;
    background-image: url(../images/Main-sub/main-top03-img.png);
    background-repeat: no-repeat;
}

.forest-protect ul li ul li a:hover {
    background: #059074;
    color: #fff;
    transition: all .2s;
}

.forest-protect ul li ul li a:hover::after {
    background: #fff;
}

.forest-protect .Main-vertical:hover {
    background: #059074;
}

.forest-protect .Main-vertical:hover a > * {
    color: #fff;
}

.protect-list02 li a:hover {
    background: #d6f0ec !important;
}

.protect-ft {
    position: relative;
    padding-top: 30px;
    height: 260px;
}

.protect-ft > img {
    position: absolute;
}

.pro-ft01 {
    left: -100px;
}

.pro-ft02 {
    left: -30px;
    bottom: 0;
}

.pro-ft03 {
    right: 330px;
    bottom: 0px;
}

.pro-ft04 {
    right: -150px;
    bottom: 0;
}

.protect-p {
    padding-bottom: 15px;
}

/* 산림재난 */
.main-top04 {
    left: 0;
    text-align: center;
    color: #405095;
    padding-left: 15%
}

.main-top04 span {
    color: #1362c5;
}

.disaster-cal03 {
    width: 100%;
    position: relative;
}

.disaster-cal03 > div {
    width: calc(100% / 3);
    position: relative;
    padding: 35px;
    background: #fff;
}

.disaster-w100 {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 35px;
    border-radius: 16px;
}

/*
.disaster-cal03 > div:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 108px;
    left: 50%;
    transform: translateX(-50%);
    top: -108px;
    background-image: url(../images/Main-sub/main-top04-img.png);
    background-repeat: no-repeat;
    background-position: right;
}
*/

.disaster-cal03 > div:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.subMain > section > div.disaster_box {
    display: block;
    position: relative;
    width: 100%;
}

.disaster_box > ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.disaster_box > ul > li {
    width: calc(100% / 3);
}

.disaster_box > ul > li > a {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    line-height: 1.3;
    letter-spacing: -1.5px;
}


.disaster_box > ul > li > a:hover {
    transform: translateY(-10px);
    transition: all .4s;
    text-decoration: underline;
}


.disaster_box > ul > li > a:hover .disaster-circle {
    transition: all .8s ease-in-out;
    transform: rotateY(360deg);
}

.disaster-circle {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 31px;
    position: relative;
    /*    margin: 0 auto;*/
    /*    margin-bottom: 12px;*/
    background: #dfeff8;
}

.disaster-circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.disaster-pink > li > a .disaster-circle {
    background: #f8dfe9;
    margin-right: 20px;
}

.sv-center {
    padding: 0 !important;
}

.sv-center a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 35px;
    background-image: url(../images/Main-sub/sv-center.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.sv-center:hover {
    background: #1362c5;
    transition: all .5s;
}

.sv-center:hover a h3,
.sv-center:hover a p {
    color: #fff;
}


.disaster-cal02 * a:link {
    color: #fff;
}

.subMain > section.disaster-cal02 {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.subMain > section.disaster-cal02 > div {
    background: #fff;
    padding: 35px;
}

.subMain > section.disaster-cal02 > div:nth-child(3) {
    width: 1050px;
    background: #80b4f6;
    position: relative;
}

.subMain > section.disaster-cal02 > div:nth-child(3)::after {
    content: ""
}

.subMain > section.disaster-cal02 > div:nth-child(1),
.subMain > section.disaster-cal02 > div#fire_curr_info{
    width: calc(1400px - 1050px);
    background: #005dab;
    overflow: hidden;
}

.system_ {
    overflow: hidden;
}

.system_ a {
    background-image: url(../images/Main-sub/ico-landslide.png);
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.landslide a {
    background-image: url(../images/Main-sub/system_.png);
}

.system_ a .Main-tit,
.system_ a p {
    color: #fff;
}

.system_:hover a {
    background-color: #fff;
    transition: all .4s;
}

.system_:hover a h3,
.system_:hover a p {
    color: #005dab;
}

.disaster_box > ul.disaster-list {
    width: 87%;
    margin-top: 0;
}

.disaster-list > li:not(:nth-last-child(1)) {
    margin-right: 20px;
}

.disaster-list > li > p {
    display: block;
    padding: 10px 15px;
    border: 1px solid #b1cef3;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.disaster-list > li > ul li {
    display: block;
    position: relative;
}

.disaster-list > li > ul > li a {
    display: block;
    padding: 6px 0;
    font-size: 17px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    letter-spacing: -1.5px;
}

.disaster-list > li > ul > li a:hover {
    outline: 1px solid #fff;
}

.disaster-list > li > ul > li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 7px;
    top: 15px;
    background: #fff;
    border-radius: 100%;
}

.disaster-ft {
    background-image: none;
    height: 280px;
    z-index: 1;
    padding: 0;
}

.disaster-ft img {
    position: absolute;
}

.dis-ft0 {
    bottom: 0;
}

.dis-ft01 {
    left: 260px;
    bottom: 5px;
}

.dis-ft02 {
    top: 34px;
    z-index: -1;
    position: absolute;
    left: 240px;
}

.dis-ft03 {
    left: 28%;
    bottom: 90px;
}

.dis-ft04 {
    right: 13%;
    bottom: 15px;
}

/* 산불 */
.disaster_box > ul.fr-fires {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    margin-top: 0;
}

.fr-fires > li {
    width: calc(100% / 3);
    background: #fff;
    border-radius: 16px;
}

.fr-fires > li h3 p {
    color: #444444 !important;
}

.disaster_box .fr-fires > li a:hover {
    transform: translate(0);
}

.fr-fires > li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 15px;
    letter-spacing: -1.7px;
    position: relative;
}

.disaster_box .fr-fires > li a.more {
    position: absolute;
    top: -3px;
    right: 0px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ddd;
    padding: 0;
}

.disaster_box .fr-fires > li a.more img {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
}

.disaster_box .fr-fires > li a.more:hover img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.Main-tit .more {
    position: absolute;
    top: -3px;
    right: 25px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ddd;
    padding: 0;
}

.Main-tit .more img {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
}

.Main-tit .more:hover img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fr-fires > li h3 > a {}

.text-red {
    color: #e21515;
}

h3.Main-tit > span.text-red {
    font-weight: bold;
}

.fr-fires > li h3 span {
    font-weight: 100;
    color: #444444;
}

.fr-fires > li p {
    display: block;
    position: relative;
    line-height: 1.3;
    color: #444;
}

.fr-fires > li:nth-child(1) {
    padding: 25px;
}

.disaster_box .fr-fires > li a {
    position: relative;
    display: block;
    padding: 25px;
    height: 100%;
    border-radius: 5px;
    text-align: start;
}

.disaster_box .fr-fires > li:nth-child(2) {
    background-image: url(../images/Main-sub/ico-fr02.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom -25px;
}

.disaster_box .fr-fires > li:nth-child(3) {
    background-image: url(../images/Main-sub/ico-fr03.png);
    background-repeat: no-repeat;
    background-position: right -30px bottom -20px;
}


.disaster_box .fr-fires > li:nth-child(2):hover,
.disaster_box .fr-fires > li:nth-child(3):hover {
    background-color: #1362c5;
    color: #fff;
    transition: all .5s;
}

.disaster_box > ul.fr-fires > li > a:hover {
    text-decoration: none;
}

.fr-fires > li:nth-child(2):hover h3,
.fr-fires > li:nth-child(2):hover h3 span,
.fr-fires > li:nth-child(3):hover h3,
.fr-fires > li:nth-child(3):hover h3 span {
    color: #fff;
}

.fr-fires > li:hover p {
    color: #fff;
}

.disaster_box .fr-fires > li:nth-child(2):hover > *,
.disaster_box .fr-fires > li:nth-child(3):hover > * {
    color: #fff;
}


.fr-fires > li:not(:nth-child(1)) {
    margin-left: 20px;
}

.SM_sanbul_bug > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.SM_sanbul_bug > ul > li {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
}

.SM_sanbul_bug > ul > li:not(:nth-child(2n)) {
    margin-right: 20px;
}

.sanbul_bug.SM_sanbul_bug ul li span {
    padding-top: 8px;
}


.subMain > section.disaster-w100 > div.disaster_box {
    width: auto;
}

.subMain > section.disaster-w100 > div:nth-child(1) {
    width: 270px;
}

.subMain > section.disaster-w100 > div:nth-child(2) {
    width: 500px;
}

.subMain > section > div.disaster-right {
    width: calc(100% - 810px);
    padding-left: 20px;

}

.disaster-right > div {
    width: calc(100% / 2);
}

.disaster-tbl {
    height: 153px;
    border-bottom: 1px solid #e0dee1;
}

.disaster-tbl thead th {
    background: #fff;
}

.disaster-tbl thead {
    position: relative;
    position: sticky;
    top: 0px;
    border-top: 2px solid #00c386;
}

.disaster-tbl tbody td {
    font-size: 16px;
    background: #f8f5f7;
}

.disaster_box > .sanbul_box.sb_2 {
    display: block;
    margin-top: 15px;
}

.disaster_box > ul.disaster-info {
    display: block;
    width: 100%;
    margin-top: 0;
}

.disaster_box > ul.disaster-info > li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 19px;
}

.disaster_box > ul.disaster-info > li:nth-child(1) span {
    padding-left: 16px;
}

.disaster_box > ul.disaster-info > li span i {
    font-style: normal;
    margin-left: 10px;
    vertical-align: -2px;
    margin-right: 3px;
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
    color: #dc3f03;
}

.disaster_box > ul.disaster-info > li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.disaster_box > ul.disaster-info > li img {
    margin-right: 10px;
}

.disaster_box > ul.disaster-info > li > a {
    text-align: start;
    color: #555555;
    font-size: 19px;
    font-weight: 100;
}

.disaster_box > ul.disaster-pink {
    margin-top: 0;
    display: block;
}

.disaster_box > ul.disaster-pink li {
    width: 100%;
}

.disaster_box > ul.disaster-pink li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.disaster_box > ul.disaster-pink li a {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: start;
    line-height: 1.2;
    font-size: 19px;
    color: #444;
}


/* 국제협력 */
.main-top05 {
    color: #635c4b;
}

.main-top05 span {
    color: #096543;
}

.subMain > section > div.disaster_box.disaster-vertical {
    padding: 0;
    background: transparent;
    position: relative;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1):hover {
    background: #fff;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1):hover a h3 {
    color: #444444;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1) {
    padding: 35px;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1) > ul > li > a {
    color: #444;
    background: #fff;
    display: inline-block;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 132px;
    height: 143px;
    background-image: url(../images/Main-sub/ico-disaster07.png);
    background-repeat: no-repeat;
    right: 40px;
    top: 55%;
    transform: translateY(-55%);

}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 202px;
    height: 98px;
    background-image: url(../images/Main-sub/ico-disaster08.png);
    background-repeat: no-repeat;
    right: 40px;
    bottom: 30px;

}

.subMain > section > div.disaster_box.disaster-vertical > div.Main-vertical {
    min-height: 210px;
    position: relative;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1) > ul > li > a::after {
    background-image: url(../images/Main-sub/ico-list03.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1) > ul > li > a:hover::after {
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/Main-sub/ico-list03.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1) > ul > li > a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 12px;
    margin: 0 auto;
    background: #009454;
    bottom: 2px;
    position: absolute;
    transition: all .3s;
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1) > ul > li > a:hover::before {
    width: calc(100% - 10px);
}

.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1):hover a > ul > li > a {
    background-image: url(../images/Main-sub/ico-list03.png);
    color: #444;
    background-repeat: no-repeat;
}

.subMain > section > div.disaster_box.disaster-vertical > div:hover {
    background: #096543;
}

.subMain > section > div.disaster_box.disaster-vertical > div:hover a h3,
.subMain > section > div.disaster_box.disaster-vertical > div:hover a p {
    color: #fff;
}

/*
.subMain > section > div.disaster_box.disaster-vertical > div:nth-child(2):hover {
    outline: 3px solid #096543;
}
*/

.subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 392px;
    height: 108px;
    left: 50%;
    transform: translateX(-50%);
    top: -108px;
    background-image: url(../images/Main-sub/main-top05-img.png);
    background-repeat: no-repeat;
}

.subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(1).M-cop::after {
    content: "";
    position: absolute;
    width: 253px;
    height: 108px;
    left: 55%;
    transform: translateX(-55%);
    top: -108px;
    background-image: url(../images/Main-sub/main-top05-img.png);
    background-repeat: no-repeat;
}

.subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) {
    margin-top: 20px;
}

/*
.subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) a {
    padding: 0;
}
*/

.disaster_box > ul.Main-list {
    display: block;
    width: 100%;
}

.disaster_box > ul.Main-list > li {
    width: 100%;
}

.disaster_box > ul.Main-list > li a {
    text-align: start;
}

.aisa_ {
    margin-top: 20px;
    width: 100%;
}

.cooperation ul li a:hover {
    background: #096543;
    color: #fff;
    transition: all .2s;
}

.cooperation ul li a:hover::after {
    background: #fff;
}

.cooperation .disaster_box > ul > li > a:hover {
    transform: translate(0);
    text-decoration: none;
}

.Sub-ft.Sub-ft05 {
    background-image: url(../images/Main-sub/sub05-ft.png);
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.Sub-ft05 img {
    position: absolute;
}

.ft05-img01 {
    left: 0;
    bottom: 0;
    left: 330px;
}

.ft05-img02 {
    right: 440px;
    bottom: 150px;
}

.ft05-img03 {
    right: 0;
    bottom: 0;
}

.main-top04::after {
    content: "";
    position: absolute;
    width: 336px;
    height: 145px;
    background-image: url(../images/Main-sub/main-top04-img.png);
    top: -25px;
    left: 15%;
    transform: translateX(-15%);
}

.sansatae_top::after {
    width: 393px;
    height: 129px;
    background-image: url(../images/Main-sub/ico-sansatae.png);
    left: 10%;
    transform: translateX(-10%);
}

/* 신고 방법 */

.report-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.report-wrap > .disaster-report {
    display: block;
}

.report-wrap > .disaster-report:nth-child(1) {
    width: 60%;
}

.report-wrap > .disaster-report > h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 20px;

}

.report-wrap > .disaster-report > h3 span {
    color: #d50000;
}

.disaster-report > ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 15px 20px;
    background: #fff;
    border-radius: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.disaster-report > ul.report_w li:nth-child(1) {
    width: 100%;
}

.disaster-report > ul > li {
    width: calc(100% / 3);
    color: #f52020;
    font-weight: bold;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-size: 20px;
}

.disaster-report > ul > li:nth-child(1) {
    width: 56%;
}

.disaster-report > ul > li:not(:nth-child(1)) p img {
    top: -3px;
    position: relative;
}

.disaster-report > ul > li p {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}

.disaster-report > ul > li p > img {
    margin-right: 7px;
}

.disaster-report > ul > li span {
    color: #444444;
}

/* 산사태 */

.subMain > section.sansatae-w100 > div:nth-child(2).sansatae_box {
    width: 420px;
}

.subMain > section.sansatae-w100 > div:nth-child(3) {
    width: 300px
}

.sansatae-wrap {
    display: inline-flex;
    width: 100%;
    align-items: flex-end;
    padding-top: 40px;
}

.sansatae-wrap i {
    width: 129px;
    display: inline-block;
}

.sansatae-wrap > ul {
    display: inline-block;
    width: calc(100% - 129px);
    padding-left: 20px;
}

.sansatae-wrap > ul > li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
}

.sansatae-wrap > ul > li:not(:nth-last-child(1)) {
    margin-bottom: 5px;
}

.sansatae-wrap > ul > li p {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 400;
}

.subMain > section > div.sansatae-right {
    width: calc(100% - 690px);
    padding-left: 0;
}

.disaster_box > ul.sansatae-list {
    display: block;
    width: 100%;
}

.disaster_box > ul.sansatae-list > li {
    width: 100%;
    padding: 8px 0;
}

.disaster_box > ul.sansatae-list > li > a {
    text-align: start;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.disaster_box > ul.sansatae-list > li > a img {
    margin-right: 10px;
}

.sansatae-info {
    display: inline-block;
    padding: 12px 15px;
    margin-top: 20px;
    border: 1px solid #444;
    border-radius: 5px;
    color: #444 !important;
}

.sansatae-info i {
    width: 27px;
    height: 7px;
    top: -5px;
    position: relative;
    display: inline-block;
    background-image: url(../images/Main-sub/sansatae-info-arrow.png);
    background-repeat: no-repeat;
    margin-left: 20px;
}

.sansatae-info:hover {
    background: #005dab;
    border: 1px solid #005dab;
    color: #fff !important;
}

.sansatae-info:hover i {
    background-image: url(../images/Main-sub/sansatae-info-arrow_ov.png);
    transform: translateX(5px);
    transition: all .3s;
}


@media all and (max-width:1400px) {
    .main-top {
        text-align: center;
        left: -100px;
    }

    .main-top04 {
        padding-left: 17%;
        left: 0;
        text-align: center;
    }

    .main-top04::after {
        left: 12%;
        transform: translateX(-12%);

    }

    .disaster-cal03 > div:nth-child(1)::after {
        background-size: 70%;
        height: 95px;
        top: -95px;
    }

    .income > ul > li > a {
        font-size: 18px;
        letter-spacing: -1.7px;
    }

    .subMain > section > div.sec-half > ul > li,
    .sec-one {
        padding: 25px;
    }

    .sec-one > p > br {
        display: none;
    }

    .Main-list > li a {
        font-size: 17px;
        letter-spacing: -1.2px;
    }
	
	.subMain > section > div.sec-half > ul > li.M-square {
		padding: 25px 20px;
	}

    .Main-square > li a {
        padding: 18px 10px;
        font-size: 16px;
    }
    
    .Main-square > li a .M-blank03{
        width: 20px;
        height: 20px;
    }

    .Main-list03 {
        display: block;
    }

    .Main-list03 > li {
        width: 100%;
        margin-right: 0;
    }

    .Main-list03 > li:not(:nth-last-child(1)) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .Main-list03 > li a {
        display: flex;
        vertical-align: middle;
        align-items: center;
        padding: 10px;
    }

    .Main-list04 > li:not(:nth-child(1)) {
        width: 100%;
        margin-right: 0;
    }

    .Main-list03 > li a i {
        margin-bottom: 0;
    }

    .sec-half > ul > li p {
        font-size: 15px;
        letter-spacing: -1.2px;
    }

    .Main-list04 > li:not(:nth-child(1)) a i {
        width: 60px;
    }

    .Main-list03 > li a i {
        width: 60px;
    }

    .Main-list03 > li a i > img {
        width: 35px;
    }

    .Main-vertical a {
        padding: 48px 35px
    }

    .ft03-img {
        right: 15px;
    }

    .culture ul.cal-04 > li a {
        font-size: 17px;
        padding: 0 10px;
        letter-spacing: -1.9px;
    }

    .welfare-green ul {
        max-width: 100%;
    }

    .Sub-ft02 {
        height: 200px;
    }

    .ft02-img01 {
        width: 60px;
        top: 20px;
        left: 0;
    }

    .ft02-img01-1 {
        width: 80px;
        top: 20px;
    }

    .ft02-img02 {
        width: 90px;
        left: 130px;
    }

    .ft02-img03 {
        bottom: 40px;
        right: 250px;
    }

    .ft02-img04 {
        width: 170px;
        right: 0;
        bottom: 20px;
    }

    .subMain > section > div.protect ul {
        padding-left: 15px;
    }

    .subMain > section > div.protect {
        background-size: 40%;
    }

    .protect-list02 {
        margin-top: 10px;
    }

    .Main-list03 > li a b {
        margin-right: 10px;
    }

    .disaster_box > ul.disaster-list {
        width: 92%;
    }

    .disaster-list > li > ul > li a {
        font-size: 16px;
    }

    .disaster-ft {
        padding: 0;
    }

    .dis-ft01 {
        left: 15px;
    }

    .dis-ft02 {
        left: 0;
        top: 60px;
    }

    .dis-ft03 {
        left: 300px;
        bottom: 40px;
    }

    .dis-ft04 {
        right: 15px;
        width: 250px;
    }

    .main-top05 {
        left: 0;
    }

    .Sub-ft.Sub-ft05 {
        height: 220px;
    }

    .ft05-img01 {
        left: 30px;
        width: 280px;
    }

    .ft05-img02 {
        right: 400px;
        bottom: 100px;
    }

    .ft05-img03 {
        width: 500px;
    }

    .Sub-ft02 .layout::after {
        display: none;
    }

    .subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1)::before {
        background-size: 100%;
        width: 100px;
        top: 70%;

    }

    .subMain > section > div.disaster_box.disaster-vertical > div:nth-child(2)::before {
        background-size: 100%;
        width: 140px;
        bottom: 0px;
    }

    .subMain > section.disaster-w100 > div:nth-child(2) {
        width: 420px;
    }

    .subMain > section > div.disaster-right {
        width: calc(100% - 700px);
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        padding: 25px;
    }

    .disaster_box > ul.fr-fires {
        margin-top: 0;
    }

    .fr-fires > li h3 {
        font-size: 22px;
    }

    .disaster_box > ul.disaster-info > li > a,
    .disaster_box > ul.disaster-info > li,
    .disaster_box > ul.disaster-pink li a {
        font-size: 18px;
    }

    .subMain > section > div.disaster-right > div:nth-child(1) {
        margin-right: 15px;
    }

    .SM_sanbul_bug > ul {
        display: block;
    }

    .SM_sanbul_bug > ul > li {
        width: 100%;
        margin-bottom: 12px;
    }

    .SM_sanbul_bug > ul > li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .SM_sanbul_bug > ul > li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .disaster-report > ul > li p,
    .disaster-report > ul > li {
        font-size: 18px;
    }

    .disaster_box > ul.sansatae-list > li a {
        font-size: 17px;
    }

    .sansatae-right p {
        font-size: 17px;
    }
    
}

@media all and (max-width:1250px) {
    .Main-tit .more {
        right: 5px;
    }
    
    .Main-square > li a{
        font-size: 14px;
    }
}

@media all and (max-width:1200px) {
    .main-top {
        left: 0;
        text-align: center;
    }

    .main-top04 {
        padding-left: 0;
    }

    .main-top04::after {
        display: none;
    }

    .disaster-cal03 > div:nth-child(1)::after {
        display: none;
    }

    .subMain > section {
        display: block;
    }

    .subMain > section > div.sec-half > ul {
        display: flex;
    }

    .subMain > section > div:not(:nth-last-child(1)) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .subMain > section > div {
        width: 100%;
    }

    .subMain > section > div.income::after {
        display: none;
    }

    .subMain > section > div.sec-half > ul > li,
    .sec-one {
        padding: 20px;
    }

    .subMain > section > div.sec-half > ul > li:not(:nth-last-child(1)) {}

    .subMain > section > div.sec-half > ul > li {
        width: 100%;
    }

    .Main-list > li a {
        padding: 13px;
        padding-left: 30px;
    }

    .Main-list > li a {
        font-size: 18px;
        min-height: auto;
        padding: 20px 30px;
    }

    .Main-square > li a .M-blank03{
        margin-top: -3px;
    }
    
    .sec-half > ul > li p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sec-half > ul > li p br {
        display: none;
    }

    .Main-list03 {
        margin-top: 0;
    }

    .Main-list03 > li a i {
        height: 40px;
    }

    .Main-list03 > li a i > img {
        width: 35px;
    }

    .Main-list03 > li a b,
    .Main-list03 > li a strong {
        font-size: 18px;
    }

    .Mh {
        min-height: 325px;
    }

    .income > ul {
        flex-wrap: wrap;
    }

    .income > ul > li > a .M-circle {
        width: 115px;
    }

    .sec-one > p {
        font-size: 17px;
    }

    .Main-vertical a {
        padding: 30px 25px;
        display: block;
        height: 100%;
    }

    .service > ul > li {
        width: calc(100% / 3);
    }

    .service::before {
        background-size: 100%;

    }

    .welfare-green ul > li a .green-circle {
        width: 100px;
    }

    .subMain > section > div.protect::after {
        display: none;
    }

    .protect-list > ul > li:nth-child(2) {
        background: none;
    }

    .protect-list .Main-list02 > li a {
        padding: 10px 35px
    }

    .subMain > section > div.protect ul > li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .protect-ft {
        padding-top: 0;
        height: 220px;
    }

    .pro-ft01 {
        left: 0;
    }

    .pro-ft02 {
        width: 700px;
    }

    .pro-ft03 {
        width: 170px;
        right: 408px;
    }

    .pro-ft04 {
        width: 350px;
        right: 0;
    }

    .Mh {
        min-height: auto;
    }

    .disaster-cal03 > div,
    .sv-center a,
    .subMain > section.disaster-cal02 > div {
        padding: 20px;
    }

    .subMain > section.disaster-cal03 {
        display: flex;
        flex-wrap: wrap;
    }

    .subMain > section.disaster-cal03 > div {
        width: calc((100% / 2) - 10px);
    }

    .subMain > section.disaster-cal03 > div:not(:nth-child(2)) {
        margin-right: 20px;
    }

    .subMain > section.disaster-cal03 > div:nth-last-child(1) {
        margin-right: 0;
        width: 100%;
    }

    .sv-center a {
        background-size: 19%;
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        margin-bottom: 0;
    }

    .system_ a {
        background-size: 100%;
    }

    .disaster_box > ul.disaster-list {
        width: 100%;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(1)::after {
        display: none;
    }

    .subMain > section > div.disaster_box.disaster-vertical {
        display: flex;
        flex-wrap: nowrap;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) {
        margin-top: 0;
        margin-left: 20px;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) a img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 370px;
    }

    .subMain > section > div.sec-half > ul > li.prl-bg02 {
        background-image: none;
    }

    .subMain > section > div.sec-half > ul > li.prl-bg02::after {
        display: none;
    }

    .subMain > section > div.disaster_box.disaster-vertical > div.Main-vertical {
        min-height: auto;
    }

    .subMain > section.disaster-w100 > div:nth-child(1) {
        width: 25%;
    }

    .subMain > section.disaster-w100 > div:nth-child(2) {
        width: 75%;
        padding-left: 20px;
    }

    .subMain > section {
        display: flex;
        flex-wrap: wrap;
    }

    .subMain > section > div.disaster-right {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .disaster_box > ul.disaster-info {
        display: flex;
        flex-wrap: wrap;
    }

    .disaster_box > ul.disaster-info > li {
        width: calc(100% / 2);
    }

    .disaster_box > ul.disaster-pink {
        display: flex;
        flex-wrap: nowrap;
    }

    .disaster_box > ul.disaster-info > li:not(:nth-last-child(1)) {
        margin-bottom: 0;
    }

    .disaster_box > ul.disaster-info > li:nth-child(n + 3) {
        margin-top: 15px;
    }

    .subMain > section > div:not(:nth-last-child(1)).system_ {
        margin-bottom: 0;
    }

    .fr-fires > li p br {
        display: none;
    }

    .subMain > section > div:not(:nth-last-child(1)).system_ {
        order: 2;
        margin-top: 20px;
        width: 33%;
        min-height: 200px;
    }

    .subMain > section.disaster-cal02 {
        flex-wrap: wrap;
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        width: 100%;
    }

    .SM_sanbul_bug > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .SM_sanbul_bug > ul > li {
        width: calc((100% / 2) - 8px);
    }

    .SM_sanbul_bug > ul > li:not(:nth-child(2n)) {
        margin-right: 15px;
    }

    .system_ a {
        background-size: 250px;
    }

    .report-wrap > .disaster-report:nth-child(1) {
        width: 75%;
        margin: 0 auto;
    }

    .report-wrap > .disaster-report {
        width: 75%;
        margin: 0 auto;
        margin-top: 24px;
    }

    .disaster-report > ul li {
        justify-content: center;
    }

    .subMain > section.sansatae-w100 {
        padding: 0;
        background: transparent;
    }

    .subMain > section.disaster-w100 > div:nth-child(2).sansatae_box {}

    .subMain > section.sansatae-w100 > div {
        background: #fff;
        padding: 25px;
    }


    .subMain > section > div.sansatae-right {
        width: auto;
    }

    .subMain > section.disaster-w100 > div:nth-child(2).sansatae_box {
        width: 38%;
    }

    .sansatae-wrap > ul {
        width: 100%;
    }

    .sansatae-w100 p br {
        display: none;
    }

    .subMain > section.sansatae-w100 > div {
        margin-right: 20px;
        width: calc((100% / 3) - 20px);
    }

    .subMain > section.sansatae-w100 > div:nth-child(4) {
        margin-right: 0;
        margin-top: 20px;
        width: 35%
    }

    .subMain > section.sansatae-w100 > div:nth-child(3) {
        margin-right: 0;
        width: 32%;
    }

    .subMain > section.sansatae-w100 > div:not(:nth-last-child(1)) {
        margin-bottom: 0;
    }

}



@media all and (max-width:1024px) {
    .welfare-green ul {
        flex-wrap: wrap;
    }

    .welfare-green ul > li {
        width: calc(100% / 4);
    }

    .welfare-green ul > li:nth-child(n + 5) {
        margin-top: 25px;
    }

    .protect-list > ul > li:nth-child(2) {
        background-size: 30%;
    }

    .subMain > section > div.protect {
        background-size: 30%;
    }

    .main-top03 {
        font-size: 30px;
        line-height: 1.3;
    }

    .main-top03 > span {
        font-size: 40px;
    }

    .pro-ft02 {
        width: 58%;
    }

    .pro-ft03 {
        width: 16%;
        left: 50%;
        transform: translateX(-50%);
    }

    .pro-ft04 {
        width: 230px;
    }

    .disaster_box > ul {
        margin-top: 5px;
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        width: 100%;
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        width: 100%;
        padding: 0;
        background: transparent;
    }

    .disaster-list > li {
        width: calc(100% / 2);
    }

    .disaster_box > ul.fr-fires {
        flex-wrap: wrap;
    }

    .disaster_box > ul.fr-fires li {
        width: calc((100% / 2) - 10px);
    }

    .disaster_box > ul.disaster-list {
        flex-wrap: wrap;
    }

    .disaster_box > ul.disaster-list > li {
        width: calc((100% / 2) - 10px);
    }

    .disaster_box > ul.disaster-list > li:nth-child(2n) {
        margin-right: 0;
    }

    .disaster_box > ul.disaster-list > li:nth-child(n + 3) {
        margin-top: 15px;
    }

    .system_ a {
        height: 100%;
        display: block;
        background-size: 40%;
        height: 200px;
    }

    .ft05-img01 {
        width: 220px;
    }

    .ft05-img03 {
        width: 400px;
    }

    .ft05-img02 {
        right: 220px;
    }

    .Sub-ft.Sub-ft05 {
        height: 200px;
    }

    .dis-ft01 {
        width: 100px;
    }

    .dis-ft02 {
        width: 430px;
        top: 40px;
    }

    .dis-ft03 {
        width: 150px;
        left: 150px;
    }

    .dis-ft04 {
        width: 180px;
    }

    .disaster-ft {
        height: 180px;
    }

    .ft02-img01-1 {
        display: none;
    }

    .subMain > section.disaster-w100 > div:nth-child(1) {
        width: 260px;
    }

    .subMain > section.disaster-w100 > div:nth-child(2) {
        width: calc(100% - 260px);
    }

    .disaster-right > div {
        width: 100%;

    }

    .subMain > section > div.disaster-right {
        display: block;
    }

    .disaster_box > ul.disaster-info {
        flex-wrap: wrap;
    }

    .disaster_box > ul.disaster-info li {}

    .disaster-right > div:nth-child(2) {
        margin-top: 25px;
    }

    .SM_sanbul_bug > ul > li {
        width: 100%;
    }

    .disaster_box .fr-fires > li:nth-child(3) {
        margin-left: 0;
        margin-top: 20px;
        min-height: 200px;
    }

    .subMain > section > div:not(:nth-last-child(1)).system_ {
        position: absolute;
        right: 0;
        width: 49%;
        bottom: 0;
        z-index: 9999;
    }

    .report-wrap > .disaster-report:nth-child(1) {
        width: 100%;
    }

    .report-wrap > .disaster-report {
        width: 100%;
        margin-top: 24px;
    }

    .report-wrap > .disaster-report > h3 {
        font-size: 28px;
    }

    .subMain > section.sansatae-w100 > div {
        width: calc((100% / 2) - 10px) !important;
    }

    .subMain > section.sansatae-w100 > div:nth-child(2n) {
        margin-right: 0;
    }

    .subMain > section.sansatae-w100 > div:nth-child(1) {
        width: 48%;
        display: block;
        text-align: center;
    }

    .subMain > section.disaster-w100 > div:nth-child(2).sansatae_box {
        width: 50%;
        margin-right: 0;
        display: block;
        text-align: center;
    }

    .subMain > section.sansatae-w100 > div:nth-child(3) {
        width: 48%;
        margin-right: 15px;
        margin-top: 20px;
    }

    .subMain > section.sansatae-w100 > div:nth-child(4) {
        width: 50%;
        margin-right: 0;
    }



}

@media all and (max-width:780px) {
    .subMain {
        padding: 10px 0;
        padding-bottom: 20px;
    }

    .subMain > section {
        display: block;
    }

    .Main-list > li a {
        font-size: 14px;
    }

    .subMain > section > div:not(:nth-last-child(1)) {
        margin-right: 0;
    }

    .subMain > section > div.income {
        margin-top: 20px;
    }

    .subMain > section > div {
        width: 100%;
    }

    .bg_f {
        margin-top: 20px;
    }

    .Mh {
        min-height: auto;
    }

    .income > ul > li {
        width: calc(100% / 4);
        margin-top: 0 !important;
    }

    .income > ul > li > a .M-circle {
        width: 80%;
    }

    .Main-vertical a {
        padding: 25px 20px;
    }

    .subMain > section > div.sec-half.bg_f > ul > li:nth-child(2) {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }

    .subMain > section > div.sec-half.bg_f > ul > li:nth-child(2) > div {
        width: calc(100% / 2);
        margin-top: 0;
        margin-right: 25px;
    }

    .subMain > section > div.sec-half.bg_f > ul > li:nth-child(2) > div:nth-child(2) {
        margin-right: 0;
    }

    .subMain > section > div.income::after {
        content: none;
    }

    .main-top {
        left: 0;
        ;
        padding-bottom: 30px;
    }

    .Sub-ft {
        display: none;
    }

    .ft01-img {
        width: 230px;
    }

    .ft02-img {
        display: none;
    }

    .ft03-img {
        width: 150px;
        bottom: 20px;
    }

    .sec-half > ul > li p br {
        display: none;
    }

    .subMain > section > div.sec-half.bg_f > ul {
        display: block;
    }

    .service > ul > li {
        width: calc(100% /2);
    }

    .ft02-img02,
    .ft02-img03 {
        display: none;
    }

    .protect-list .Main-list02 > li a {
        padding-right: 10px;
    }

    .sv-center a {
        background-size: 29%;
    }

    .subMain > section.disaster-cal03 {
        display: block;
    }

    .subMain > section.disaster-cal03 > div {
        width: 100%;
        margin-right: 0 !important;
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        height: auto;
    }

    .system_ a {
        padding: 30px 20px;
        background-image: none;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) a img {
        width: auto;
    }

    .ft05-img01 {
        width: 180px;
    }

    .ft05-img02 {
        width: 90px;
    }

    .ft05-img03 {
        width: 300px;
    }

    .disaster-ft {
        padding: 0;
    }

    .dis-ft02 {
        top: 65px;
    }

    .aisa_ {
        width: auto;
    }

    .subMain > section > div.disaster_box.disaster-vertical > div:nth-child(1)::before,
    .subMain > section > div.disaster_box.disaster-vertical > div:nth-child(2)::before {
        display: none;
    }

    .disaster-w100 {
        padding: 25px;
    }

    .subMain > section.disaster-w100 > div:nth-child(1) {
        width: 100%;
    }

    .disaster_box > .sanbul_box.sb_2 {
        text-align: center;
    }

    .subMain > section.disaster-w100 > div:nth-child(2) {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }

    .disaster-tbl {
        height: 142px;
    }

    .subMain > section > div.disaster-right > div:nth-child(1) {
        margin-right: 0;
        padding-top: 10px;
    }

    .disaster-report > ul > li p,
    .disaster-report > ul > li {
        font-size: 16px;
    }

    .subMain > section.disaster-w100 > div:nth-child(2).sansatae_box {
        width: 50%;
    }

    .subMain > section.sansatae-w100 {
        display: flex;
        flex-wrap: wrap;
    }

    .subMain > section.sansatae-w100 > div {
        width: calc((100% / 2) - 10px) !important;
        margin-right: 20px;
    }

    .subMain > section.sansatae-w100 > div:nth-child(2) {
        padding-left: 25px
    }

    .subMain > section.sansatae-w100 > div:nth-child(3) {
        margin-right: 20px;
    }

    .sansatae-wrap i {
        display: none;
    }

    .sansatae-wrap > ul {
        padding-left: 0;
        text-align: center;

    }

    .sansatae-wrap > ul li {
        text-align: center;
        width: 100%;
    }

}

@media all and (max-width:639px) {
    .subMain > section > div.sec-half > ul {
        display: block;
    }

    .subMain > section > div.sec-half > ul > li:not(:nth-last-child(1)) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main-top {
        font-size: 30px;
    }

    .main-top span {
        font-size: 35px;
    }

    .income > ul > li > a {
        font-size: 16px;
    }

    .income > ul > li > a .M-circle {
        width: 95px;
    }

    .culture ul.cal-03 > li > a,
    .culture ul.cal-04 > li a {
        font-size: 16px;
    }

    .culture ul.cal-04 > li a {
        padding: 0 5px;
    }

    .culture ul.cal-03 > li > a {
        padding: 12px;
        letter-spacing: -1.5px;
    }

    .ft02-img01 {
        top: 0;
    }

    .culture ul.cal-03 > li:nth-child(1) a {
        min-height: 52px;
    }

    .subMain > section > div.protect ul {
        padding-left: 0;
    }

    .subMain > section > div.protect ul > li {
        width: 240px;
    }

    .subMain > section > div.protect ul > li > a {
        font-size: 18px;
    }

    .subMain > section > div.protect {
        background-size: 40%;
    }

    .protect-ft {
        height: 140px;
    }

    .pro-ft01 {
        width: 18%;
        top: 15px;
    }

    .pro-ft04 {
        width: 32%;
    }

    .sec-half > ul > li p {
        margin-bottom: 0;
        letter-spacing: 0px
    }

    .protect-list02 {
        margin-top: 20px;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) a img {
        height: 100%;
    }

    .fr-res .Main-list03:not(.Main-list04) {
        margin-top: 10px;
    }

    .service::before {
        background-size: 100%;
        width: 130px;
        height: 96px;
        right: -20px;
    }

    .subMain > section > div.sec-half > ul > li.prl-bg01 {
        background-image: none;
    }

    .subMain > section .protect ul > li:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) h3 {
        padding-bottom: 0;
    }


    .SM_sanbul_bug > ul {
        display: block;
    }

    .SM_sanbul_bug > ul > li {
        margin-right: 0;
        width: 100% !important;

    }

    .SM_sanbul_bug > ul > li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .disaster_box > ul.fr-fires li {
        width: 100%;

    }

    .fr-fires > li:not(:nth-child(1)) {
        margin-left: 0;
        margin-top: 20px;
    }

    .subMain > section > div:not(:nth-last-child(1)).system_ {
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .system_ a {
        height: auto;
    }

    .disaster_box .fr-fires > li:nth-child(3) {
        min-height: auto;
    }

    .disaster_box .fr-fires > li:nth-child(2),
    .disaster_box .fr-fires > li:nth-child(3) {
        background-image: none;
    }

    .system_ a p br {
        display: none;
    }

    .disaster-report > ul {
        display: block;
        border-radius: 15px;
    }

    .disaster-report > ul li {
        width: 100%;
        text-align: start;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .disaster-report > ul li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .disaster-report > ul > li p,
    .disaster-report > ul > li {
        font-size: 18px;
    }

    .disaster-report > ul > li:nth-child(1) {
        width: 100%;

    }

    .disaster-report > ul.report_w > li {
        display: inline-flex;
        flex-wrap: wrap;
    }

    .disaster-report > ul.report_w > li p > img {
        position: relative;
        top: 12px;
        margin-right: 15px;
    }

    .disaster-report > ul.report_w > li span {
        display: block;
        width: 100%;
        padding-left: 40px;
    }

    .sansatae-wrap {
        padding-top: 10px;
    }

    .disaster_box > ul.sansatae-list > li {
        padding: 5px 0;
    }


    .subMain > section.sansatae-w100 {
        display: block;
    }

    .subMain > section.sansatae-w100 > div {
        width: 100% !important;
    }

    .sansatae-wrap i {
        display: block;
        margin-right: 20px;
    }

    .subMain > section.sansatae-w100 > div:nth-child(2) {
        margin-top: 20px;
    }

    .sansatae-wrap > ul li {
        text-align: center;
    }
}

@media all and (max-width:630px) {
    .subMain {
        margin-top: 40px;
    }

    .welfare-green ul > li {
        width: calc(100% / 3);
    }

    .welfare-green ul > li a {
        font-size: 16px;
    }

    .welfare-green ul > li a .green-circle {
        width: 90px;
    }

    .welfare-green ul > li a .green-circle > img {
        width: 40px;
    }

    .welfare-green ul > li:nth-child(n + 4) {
        margin-top: 25px;
    }
}

@media all and (max-width:550px) {
    .income > ul > li {
        width: calc(100% / 2);
    }

    .income > ul > li:nth-child(n + 3) {
        margin-top: 20px !important;
    }

    .income > ul > li > a .M-circle {
        width: 110px;
    }

    .subMain > section > div.sec-half.bg_f > ul > li:nth-child(2) {
        width: 100%;
        display: block;
    }

    .subMain > section > div.sec-half.bg_f > ul > li:nth-child(2) > div {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .Main-vertical a {
        padding: 20px;
    }

    .Sub-ft {
        height: 150px;
    }

    .ft01-img {
        width: 180px;
    }

    .ft03-img {
        width: 125px;
    }

    .service > ul {
        width: 100%;
    }

    .service > ul > li {
        width: 100%;
    }

    .service > ul > li:nth-child(n + 3) {
        margin-top: 0 !important;
    }

    .service::before {
        width: 170px;
        height: 130px;
        background-position: bottom right;
        right: -25px;
    }

    .culture ul.cal-04 > li a .culture-circle {
        width: 85px;
    }

    .culture ul.cal-03 > li:not(:nth-last-child(1)) {
        margin-right: 10px;
    }

    .culture ul.cal-04 > li a {
        padding: 0;
    }

    .culture ul.cal-04 {
        flex-wrap: wrap;
    }

    .culture ul.cal-04 li {
        width: calc(100% / 2);
    }

    .culture ul.cal-04 li:nth-child(n + 3) {
        margin-top: 20px;
    }

    .culture ul.cal-03 {
        flex-wrap: wrap;
    }

    .culture ul.cal-03 li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .welfare-green ul > li a {
        letter-spacing: -1.2px;
    }

    .welfare-green h3 {
        font-size: 45px;
    }

    .welfare-green h3 span {
        font-size: 30px;
    }

    .Sub-ft02 {
        height: 125px;
        background-size: contain;
    }

    .ft02-img01 {
        width: 120px;
    }

    .ft02-img04 {
        bottom: 0;
        width: 130px;
    }

    .main-top03 {
        font-size: 25px;
    }

    .main-top03 > span {
        display: block;
        margin: 0;
        margin-top: 10px;
        font-size: 30px;
    }

    .protect-ft {
        display: none;
    }

    .subMain {
        padding-bottom: 20px;
    }

    .disaster_box > ul > li > a {
        font-size: 16px;
    }

    .sv-center a {
        background-image: none;
    }

    .disaster_box > ul.disaster-list > li {
        width: 100%;
        margin-right: 0;
        margin-top: 0 !important;
        margin-bottom: 15px;
    }

    .subMain > section.disaster-cal02 > div:nth-child(3) {
        width: 100%;
    }

    .main-top {
        line-height: 1.4;
    }

    .subMain > section > div.disaster_box.disaster-vertical {
        display: block;
    }

    .subMain > section > div.disaster_box.disaster-vertical div:nth-child(1) {
        margin-bottom: 20px;
    }

    .subMain > section > div.disaster_box.disaster-vertical div:nth-child(2) {
        margin-left: 0 !important;
    }

    .subMain > section > div.disaster_box.disaster-vertical .Main-vertical:nth-child(2) a img {
        height: auto;
    }

    .Sub-ft.Sub-ft05 {
        display: none;
    }

    .disaster-ft {
        display: none;
    }

    .disaster_box > ul.disaster-info {
        display: block;
    }

    .disaster_box > ul.disaster-info li {
        width: 100%;
    }

    .disaster_box > ul.disaster-info > li:nth-child(n + 3) {
        margin-top: 0;
    }

    .disaster_box > ul.disaster-info > li:not(:nth-last-child(1)) {
        margin-bottom: 20px;
    }

    .disaster_box > ul.disaster-pink {
        display: block;
    }
}
