@charset "utf-8";

#header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1125px;
	background: #004D24;
	color: #fff;
	padding: 0 8px;
	height: 70px;
	box-sizing: border-box;
	z-index: 3;
}
#header .menu {
	position: absolute;
	top: 32px;
	left: 30px;
	z-index: 1;
}
#header .menu a {
	position: relative;
    display: block;
    width: 20px;
    height: 16px;
}
#header .menu a span {
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	left: 0px;
}
#header .menu a span:nth-child(1) {
	top: 0px;
}
#header .menu a span:nth-child(2) {
	top: 7px;
}
#header .menu a span:nth-child(3) {
	top: 14px;
}
#header h1 {
	position: absolute;
	top: 25px;
	left: 70px;
}
#header h1 img {
	height: 30px;
}
#header .alarm {
	position: absolute;
	top: 30px;
	right: 64px;
	background: url("../images/ico-alarm.svg")no-repeat 50% 50% / 100%;
	width: 18px;
	height: 20px;
}
#header .alarm.on:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;z
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    top: -3px;
    right: -3px;
}
#header .alarm a {
	display: block;
	width: 18px;
	height: 20px;
}
#header .user {
	position: absolute;
	top: 30px;
	right: 30px;
	background: url("../images/ico-user.svg")no-repeat 50% 50% / 100%;
	width: 18px;
	height: 20px;
}
#header .user a {
	display: block;
	width: 18px;
	height: 20px;
}
#header .lang {
	position: absolute;
	top: 30px;
	right: 90px;
}
#header .lang button {
    font-size: 14px;
    background: url("../images/arrow-down.svg")no-repeat 100% 6px / 12px;
    display: block;
    padding-right: 17px;
    color: #fff;
}
#header .lang ul {
    display: none;
    position: absolute;
    top: 22px;
    left: -17px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    width: 70px;
    z-index: 2;
    padding: 5px 0;
    background: #004D24;
}
#header .lang ul li {
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 2px;
}
#header .lang ul li a {
    padding: 2px 0;
    margin: 0 5px;
    color: #fff;
}
#header .lang ul li.active a {
	text-decoration: underline;
}
#header .lang ul li a img {
	float: right;
    width: 25px;
    margin-right: 10px;
    margin-top: 3px;
}



.sideWrap .box {
	width: 100%;
	height: 100%;
	position: fixed; 
	top: 0;
	left: -110%;
	z-index: 12;
	overflow: hidden; 
	transition: all .2s;
	background: #00632E;
	color: #fff;
}
.sideWrap.on .box{
	left: 0;
}
.sideWrap .box .top {
	position: relative;
	height: 70px;
	background: #004D24;
}
.sideWrap .box .top .close {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
    width: 20px;
    height: 20px;
}
.sideWrap .box .top .close span {
	position: absolute;
	display: block;
	background: #fff;
	width: 20px;
	height: 1px;
}
.sideWrap .box .top .close span:nth-child(1) {
	transform: rotate(45deg);
}
.sideWrap .box .top .close span:nth-child(2) {
	transform: rotate(-45deg);
}
.sideWrap .box .id {
	font-size: 16px;
	font-weight: 500;
	padding: 28px 47px 18px 70px;
}
.sideWrap .box .id a {
	color: #fff;
}
.sideWrap .box .setting {
	position: absolute;
	top: 20px;
	right: 30px;
}
.sideWrap .box .setting img {
	width: 20px;
}
.sideWrap .box .lang {
	position: absolute;
	top: 30px;
	right: 30px;
}
.sideWrap .box .lang button {
    color: #fff;
    font-size: 14px;
    background: url("../images/arrow-down.svg")no-repeat 100% 6px / 12px;
    display: block;
    padding-right: 17px;
}
.sideWrap .box .lang ul {
    display: none;
    position: absolute;
    top: 22px;
    left: -15px;
    background: #004D24;
    width: 70px;
    z-index: 2;
    padding: 5px 0;
}
.sideWrap .box .lang ul li {
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 2px;
}
.sideWrap .box .lang ul li a {
    color: #fff;
    padding: 2px 0;
    margin: 0 5px;
}
.sideWrap .box .lang ul li a img {
    float: right;
    width: 25px;
    margin-right: 10px;
    margin-top: 3px;
}
.sideWrap .box .lang ul li.active a {
	text-decoration: underline;
}
.sideWrap .weather {
	background: #002411;
	padding-bottom: 20px;
}
.sideWrap .weather .clear {
	margin-bottom: 10px;
	padding: 20px 30px 0;
	box-sizing: border-box;
}
.sideWrap .weather .clear .fl {
	font-size: 14px;
	font-weight: 500;
}
.sideWrap .weather .clear .fr {
	font-size: 12px;
	font-weight: 350;
}
.sideWrap .weather .swiper-container {
	padding-left: 30px;
}
.sideWrap .weather .swiper-slide {
	width: auto;
	font-size: 10px;
	text-align: center;
	margin-right: 14px;
}
.sideWrap .weather .swiper-slide .icon {
	width: 22px;
	margin: 10px auto 6px;
}
.sideWrap .weather .swiper-slide .icon img {
	width: 100%;
}
.sideWrap .list {
	overflow: hidden;
    padding: 20px 15px 15px;
}
.sideWrap .list li {
	float: left;
	display: table;
	width: calc(50% - 10px);
	height: 70px;
	margin: 5px;
	background: #004D24;
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto",sans-serif;
}
.sideWrap .list li a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 50px;
	box-sizing: border-box;
	color: #fff;
}
.sideWrap .list li a span {
	display: block;
	font-size: 10px;
	font-weight: 400;
}
.sideWrap .list li.icon01 a {
	background: url("../images/side-icon01.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon02 a {
	background: url("../images/side-icon02.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon03 a {
	background: url("../images/side-icon03.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon04 a {
	background: url("../images/side-icon04.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon05 a {
	background: url("../images/side-icon05.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon06 a {
	background: url("../images/side-icon06.svg")no-repeat 20px 50% / 20px;
}
.sideWrap .list li.icon07 a {
	background: url("../images/side-icon07.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon08 a {
	background: url("../images/side-icon11.svg")no-repeat 20px 50% / 20px;
}
.sideWrap .list li.icon09 a {
	background: url("../images/side-icon08.svg")no-repeat 20px 50% / auto 20px;
}
.sideWrap .list li.icon10 a {
	background: url("../images/side-icon10.svg")no-repeat 20px 50% / 20px;
}
.sideWrap .banner {
	padding: 0 20px 20px;
}
.scrollFunc {
	width:100%;
	height: calc(100vh - 60px);
	overflow-y: scroll;
}
.not_scroll {
	overflow: hidden;
}








#container {
	position: relative;
	max-width: 1125px;
	margin: 0 auto;
	padding: 70px 0 90px;
}
#container.pb0 {
	padding-bottom: 0;
}






#footer {
	padding-top: 20px;
}
.footerInfo {
	padding: 20px 30px 25px;
	background: #fff;
}
.footerInfo h2 {
	color: #004D24;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}
.footerInfo .addr {
	font-size: 8px;
	color: #363636;
}
.footerInfo .addr strong {
	font-weight: 500;
}
.footerInfo .addr span {
	margin-right: 5px;
}
.footerInfo .util {
	margin-top: 10px;
	font-size: 8px;
}
.footerInfo .util span {
    font-size: 7px;
    margin: 0 2px;
}
#footer .fix {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	max-width: 1125px;
	border-top: 1px solid #004D24;
	background: #fff;
	z-index: 4;
	padding: 15px 0;
}
#footer .fix ul {
    justify-content: center;
}
#footer .fix ul li {
	position: relative;
	width: 60px;
	text-align: center;
	margin: 0 5px;
}
#footer .fix ul li a {
	display: block;
	padding: 38px 0 7px;
	font-size: 12px;
	font-family: "Roboto",sans-serif;
}
#footer .fix ul .ft01 a {
	background: url("../images/ft01.svg")no-repeat 50% 10px / 20px;
}
#footer .fix ul .ft01.active a {
	background: #4AA61B url("../images/ft01-on.svg")no-repeat 50% 10px / 20px;
}
#footer .fix ul .ft02 a {
	background: url("../images/ft02.svg")no-repeat 50% 10px / auto 20px;
}
#footer .fix ul .ft02.active a {
	background: #4AA61B url("../images/ft02-on.svg")no-repeat 50% 10px / auto 20px;
}
#footer .fix ul .ft03 a {
	background: url("../images/ft03.svg")no-repeat 50% 10px / 20px;
}
#footer .fix ul .ft03.active a {
	background: #4AA61B url("../images/ft03-on.svg")no-repeat 50% 10px / 20px;
}
#footer .fix ul .ft04 a {
	background: url("../images/ft04.svg")no-repeat 50% 10px / auto 20px;
}
#footer .fix ul .ft04.active a {
	background: #4AA61B url("../images/ft04-on.svg")no-repeat 50% 10px / auto 20px;
}
#footer .fix ul .ft05 a {
	background: url("../images/ft05.svg")no-repeat 50% 10px / 20px;
}
#footer .fix ul .ft05.active a {
	background: #4AA61B url("../images/ft05-on.svg")no-repeat 50% 10px / 20px;
}
#footer .fix ul li.active a {
	border-radius: 5px;
	color: #fff;
}



.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.7);
	
}
.modal .blackBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal .close {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 13px;
    height: 13px;
    background: url("../images/ico-close.svg")no-repeat 50% 0 / 100%;
    font-size: 14px;
    color: #6c6c6c;
    z-index: 1;
}
.modal .modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 660px;
    background: #fff;
    padding: 17px 20px;
    box-sizing: border-box;
}
.modal .modalContent .scroll {
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.modal .modalContent h2.tit {
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}




.bottom_modal {
	position: relative;
	display: none;
	z-index: 6;
}
.bottom_modal .blackBg {
	opacity: 0;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.bottom_modal.open .blackBg {
	opacity: 1;
}
.bottom_modal .modal_content {
	position: fixed;
	width: 100%;
	max-width: 1190px;
	left: 50%;
	max-height: 90vh;
	transform: translateX(-50%);
	bottom: -100vh;
	transition: all .4s;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	border-radius: 20px 20px 0 0;
	padding: 30px;
	z-index: 7;
	box-sizing: border-box;
}
.bottom_modal.open .modal_content {
	bottom: 0;
}
.bottom_modal .modal_content .scroll {
	height: calc(90vh - 105px);
    padding-bottom: 20px;
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.bottom_modal .modal_content .close {
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/ico_close.svg")no-repeat 50% 50% / 100%;
	margin-bottom: 30px;
}



.search {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #4AA61B;
}
.search input[type=text] {
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 350;
	padding: 0 40px 0 10px;
	box-sizing: border-box;
}
.search button {
	position: absolute;
	top: 11px;
    right: 10px;
	display: block;
	background: url("../images/ico-search-green.svg")no-repeat 50% 50% / 100%;
	width: 18px;
	height: 18px;
}






@media screen and (max-width: 380px){
	#header .menu {
		left: 20px;
	}
	#header h1 {
		left: 55px;
	}
	.sideWrap .list li {
		font-size: 12px;
	}
}