/* table */
table.border-none-table_th30 {
	width: 100%;
	border-collapse: separate;
	margin: 0 0 24px 0;
}
table.border-none-table_th30 th{
	width: 30%;
	padding: 24px 16px;
	text-align: left;
	background: #f7f7f7;
	white-space: nowrap;
}
table.border-none-table_th30 td {
	padding: 24px;
}
@media (max-width: 520px) {
	table.border-none-table_th30 th,
	table.border-none-table_th30 td {
		display: block;
		padding: 16px;
		width: 100% !important;
	}
}

#changeExchange .flex-side-column {
	margin: 1rem 0;
}

.area-wrap li:last-child{
	margin: 10px;
}
#choose-area {
	cursor: pointer;
}
#exchange-annual-name {
	display: none;
}
.changeBtn a {
	padding: 10px 0;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	font-weight: bold;
	z-index: 2;
	text-align: center;
	width: 100%;
	border: 1px solid #315694;
	color: #315694;
}
.changeBtn a.active {
	color: #fff;
	background: #315694;
}
.changeBtn a.active:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	position: relative;
	top: 2px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url(../../../assets/images/svg/icn_arrow_right_white.svg) no-repeat;
	background-size: cover;
}
.anuall-wrap {
	display: none;
}
.tab-labels-container {
	text-align: center;
}
.tab-labels a,
.tab-labels h2 {
	font-size: 1em;
}
.tab-labels.active a,
.tab-labels.active h2 {
	font-size: 1em;
	color: #fff !important;
}
.area-title {
	background-color: transparent !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #555 !important;
}
.area-title span {
	display: block;
	position: relative;
}
.area-title span.slideTitle {
	animation: fade-in 2s ease forwards, move 1s ease forwards;
}
@keyframes fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes move {
	0% {transform: translateY(50%);}
	50% {transform: translateY(-5%);}
	100% {transform: translateY(0%);}
}
#world-header {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#world-map {
	box-shadow: 4px 5px 3px rgba(0,0,0,0.4);
	height: auto;
	width: 100%;
}
.map_comment {
	font-size: 14px;
	margin-bottom: 5px !important;
}
.area {
	display: none;
}
.area,
.area ul,
.area ul li {
	box-sizing: border-box;
}
.area ul {
	margin: auto 0;
}
.area ul li {
	float: left;
	height: 100px;
	list-style-type: none;
	margin: 20px 0 0 0;
	position: relative;
	text-align: center;
	opacity: 1;
	width: 25%;
}
.area ul li img {
	display: block;
	height:auto;
	margin: 0 auto 10px;
	width:100px;
}
.area ul li.switzerland img {
	height: 65px;
	width: auto;
}
.euro ul li.osce img {
	width: 70%;
}
.asia ul li.nepal img {
	height: 70px;
	width: auto;
}
.euro ul li.nato img,
.organization ul li.opcw img,
.euro ul li.che img {
	height: 67px;
	width: auto;
}
.area ul li.us {
	height: auto;
}
.area ul li.us p {
	font-size: 12px;
	margin: 10px 0 0;
	text-align: left;
}
#area_btn a {
	background-color: rgba(0,0,0,0.6);
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 3px 12px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	text-decoration: none;
}
#area_btn a.active {
	background-color: #315595;
	border: 1px solid #fff;
}
#area_btn a:hover {
	background-color: #315595 !important;
}
#area_btn a:active {
	background-color: #315595 !important;
}
#world-header .euro {
	top: 28%;
	left: 23%;
}
#world-header .africa {
	top: 57%;
	left: 22%;
}
#world-header .m_east {
	top: 40%;
	left: 26%;
}
#world-header .asia {
	top: 38%;
	left: 37%;
}
#world-header .s_e_asia {
	top: 54%;
	left: 36%;
}
#world-header .n_america {
	top: 27%;
	left: 63%;
}
#world-header .s_america {
	top: 65%;
	left: 71%;
}
#world-header .pacific {
	top: 71%;
	left: 42%;
}
#world-header .organization {
	top: 6%;
	left: 45%;
}
#choose-area {
	display: none;
}
.column-02-item img,
.column-03-item img,
.column-04-item img,
.column-05-item img,
.column-06-item img {
	width: 40%;
}
li.column-04-item.al-c {
	margin: 16px 0;
}
@media screen and (max-width: 768px) {
	#area_btn a:hover {
		background-color: rgba(255,0,0,0.9) !important;
	}
	#world-map {
		margin-bottom: 20px;
		width: 100%;
	}
	.map_comment {
		display: none !important;
	}
	#choose-area {
		border: 3px solid #315694;
		background-color: #315694;
		border-radius: 25px;
		color: #fff;
		display: block;
		height: 25px;
		padding: 10px;
		text-align: center;
		margin-bottom: 20px;
	}
	#choose-area.active {
		background-color: #fff;
		color: #315694;
	}
	#area_btn {
		display: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#area_btn a {
		box-shadow: none;
		box-sizing: border-box;
		display: inline-block;
		margin-top: 5px;
		padding: 5px 10px;
		position: static;
		text-shadow: none !important;
		width: 49%;
	}
	.area ul {
		margin: 0;
	}
	.area ul li {
		font-size: 12px;
		width: 33%;
	}
	.area ul li img {
		margin: auto;
		width: 80px;
	}
	.area ul li.us p {
		font-size: 10px;
		margin: 10px 0 0;
	}
	#area-wrap .column-04-item,
	#area-wrap .flex-side-column.start .column-04-item {
		width: 50%;
		margin: 0 0 20px;
	}
	.column-04-item img{
		width: 60%;
	}
}
