@charset "utf-8";

.over_top {text-align:center;margin-bottom:6%;}
.over_top h4 {font-weight:300;color:#1a1a1a;font-size:40px;line-height:1.4;}
.over_top h4 strong {display:block;font-family: 'GmarketSansBold';color:#4b5495;font-size:50px;}
.over_flex {display:flex;justify-content: space-between;}
.over_flex > div {width:49%;}
.over_flex > div p {margin-bottom:40px;line-height:1.4;word-break:keep-all;font-size:1.2em;}
.over_flex > div p.sign {text-align:right;color:#1a1a1a;font-size:1.6em;font-weight:700;padding-top:40px;}
.over_flex > div p.sign span {display:block;font-weight:300;color:#707070;font-size:0.8em;}

.sitemap_flex {display:flex;flex-wrap:wrap;}
.sitemap_item {width:24%;margin:0.5%;padding:0px;}
.sitemap_item h3 {font-weight:500;padding:15px;border-bottom:1px solid #009dbd;color:#009dbd;}
.sitemap_item ul {margin:15px 0;}
.sitemap_item li {padding:7px 16px 7px 25px;position:relative;}
.sitemap_item li:before {display:block;content:"";width:5px;height:5px;background:#000;border-radius:50%;transform: translateY(-50%);position:absolute;left:15px;top:50%;;}



.tableA {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0;
	border-top:1px solid #222;
}

.tableA tbody th {
	padding: 20px 10px;
	color: #000;
	font-weight: 600;
	border-bottom:1px solid #e1dbd4;
	text-align: left;
	line-height: 1.5em;
	background: #fff;
	width:20%;
}
.tableA tbody td {
	border-bottom:1px solid #e1dbd4;
	padding: 20px 10px;
	background: #fff;
	color: #666666;
	line-height: 1.5em;
}





.tabs {display:flex;flex-wrap:wrap;justify-content: center;margin-bottom:20px; }
.tabs_item {width:100%;max-width:150px;text-align:center;border:1px solid #959595;margin-left:-1px;}
.tabs_item a {display:block;padding:15px 0px;}
.tabs_item.active a {font-weight:500;color:#fff;background:#959595;}
