@charset "utf-8";
/* CSS Document */
.tab_button_outer {
	display: none;
}
.tab_select_outer::after{content:""; display: block; clear: both; height: 0;}

#tab_button{width:100%;display: block;height: 51px;}
#tab_button li{
    float:left;
    position:relative;
    width: 25%;
    /* border-right: 1px solid #006357; */
    /* border-top:1px solid #006357; */
    box-sizing: border-box;
    text-align: center;
    list-style: none !important;
    border-radius: 10px 10px 0 0;
    /* background: #666; */
    border: 1px solid #dedede;
    border-bottom: 0px;
    }
#tab_button li:first-child{/* border-left:1px solid #006357; */}
#tab_button li:first-child{
     -webkit-border-top-left-radius:15px;
     -moz-border-top-left-radius:15px;
     -ms-border-top-left-radius:15px;
     -o-border-top-left-radius:15px;
    border-top-left-radius:15px;
}
#tab_button li:last-child{
     -webkit-border-top-right-radius:15px;
     -moz-border-top-right-radius:15px;
     -ms-border-top-right-radius:15px;
     -o-border-top-right-radius:15px;
    border-top-right-radius:15px;
}

#tab_button li a{
    width: 100%;
    height: 50px;
    display:inline-block;
    line-height: 50px;
    font-size: 1rem;
    color:#282828;
    text-decoration:none;
    color: #666;
    font-weight: 600;
    }
#tab_button li.on{background: #f8f8f8;border-color: #f8f8f8;}
#tab_button li.on a{color: #222;}
.tab_select_outer{}
.tab_select_outer label{
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 1rem;
}
#tab_select{
	width:100%;
	padding:10px 45px 10px 16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:15px;
	color:#777;
	border:1px solid #006357;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-tab-highright-color:transparent;
	background:url(../img/map/mo_icon_tabmenu01.gif) no-repeat right center;
	border: 1px solid #dedede;
	height: 45px;
}	
#tab_select::-ms-expand { display: none; }
.tab_contents{
  width:100%;
  /* height:245px; */
  padding: 30px;
  /* border: 1px solid #008565; */
  -webkit-border-top-right-radius:12px;
  -moz-border-top-right-radius:12px;
  -ms-border-top-right-radius:12px;
  -o-border-top-right-radius:12px;
  border-top-right-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -moz-border-bottom-right-radius:12px;
  -ms-border-bottom-right-radius:12px;
  -o-border-bottom-right-radius:12px;
  border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-bottom-left-radius:12px;
  -ms-border-bottom-left-radius:12px;
  -o-border-bottom-left-radius:12px;
  border-bottom-left-radius:12px;
  background: #f8f8f8;
  height: unset;
  border-radius: 0 0 10px;
}
.tab_contents .map_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.map_list li{display: block;/* float: left; *//* margin:5px 15px; */width: calc(20% - 16px);background: #fff;border-radius: 10px;box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.06);}
.map_list li a{display: block;padding: 7px;font-size: 15px;text-align: center;padding: 15px;display: flex;justify-content: center;align-items: center;height: 100%;}
.map_list li.on{background: #008565;border-radius: 10px;}
.map_list li.on a{color:#fff;}



@media screen and (min-width: 640px) {
	.tab_button_outer {
		display: block;
	}
	.tab_select_outer {
		display: none;
	}
  
}
@media screen and (max-width: 768px) {
#tab_button li{width:30%; }
       .tab_contents{ height:215px; }
	   .map_list li{ width:28%;}
 
}
@media screen and (max-width: 717px) {
.tab_contents{height:350px;}
 
}

@media screen and (max-width: 640px) {
    .tab_contents{padding: 0;height: auto;border: 0;padding: 20px;border-radius: 10px;}
    .tab_contents .map_list{
    gap: 10px;
}
}
@media screen and (max-width: 620px) {
    .tab_contents{margin: 0 auto;}
    .map_list li{width: 100%;/* margin: 7px 0; */}
 
}

#map{
    margin-top: 90px !important;
}
@media screen and (max-width: 1250px) {
#map{
    margin-top: 120px !important;
}
}

#infoWindow_wrap {
	position: relative;
	width: 100%;
}

#infoWindow_wrap img {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	z-index: 99;
}

table {
	width: 100%;
	font-size: 12px;
	border: 1px solid #006357;
	border-collapse: collapse;
	border-top-left-radius: 10px;
}

table th,
td {
	padding: 10px 20px 10px 10px;
	white-space:nowrap;
}

table tr {}

table tr:last-child th {
	border-bottom: 1px solid #006357;
}

table th {
	background: #006357;
	color: #fff;
	border-bottom: 1px solid #fff;
}

table td {
	border-bottom: 1px solid #006357;
}

.map_triangle {
	position: absolute;
	width:25px;
	height:11px;
	bottom:0;
	transform: translateY(90%);
	left: 45.2%;
	background: url(../img/map/triangle.png)no-repeat;
}
