.section-map {
	border: 1px solid #c7c7c7;
	padding: 8px;
}
.section-map .section-map-outer {
	padding: 6px;
	border: 4px solid #e4e4e4;
}
.section-map .section-map-inner {
	position: relative;
}
.section-map .section-map-inner img.map {
	display: block;
	width: 902px;
	height: 521px;
}
.section-map .section-map-inner .country {
	position: absolute;
	z-index: 10;
	background: #f00;
	text-align: center;
}
.section-map .section-map-inner .country img.tail {
	display: block;
	width: 15px;
	height: 17px;
	position: absolute;
	z-index: 1;
	top: -17px;
	left: -7px;
}
.section-map .section-map-inner .country a {
	display: block;
	position: absolute;
	z-index: 5;
	top: -40px;
	border: 2px solid #17b38e;
	color: #17b38e;
	background: #fff;
	text-decoration: none;
	line-height: 19px;
	height: 19px;
	padding: 0 12px;
	font-weight: normal;
	font-family: 'NanumGothicBold', sans-serif;
	white-space: nowrap;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.section-map .section-map-inner .country a:hover {
	color: #fff;
	background: #17b38e;
}

.section-gray .section-countries {
	margin-top: 40px;
	margin-bottom: 0;
}
.section-countries table {
	width: 100%;
	border-collapse: collapse;
}
.section-countries table td {
	text-align: center;
	width: 1%;
}
.section-countries a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.section-countries a .flag {
	display: block;
	margin-bottom: 10px;
}
.section-countries a .flag img {
	display: inline-block;
	width: 72px;
	height: 48px;
	border: 1px solid #ccc;
}
.section-countries a:hover .flag img {
	border-color: #aaa;
}
.section-countries a .name {
	display: block;
	line-height: 20px;
	font-family: 'NanumGothicBold', sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 12px;
}
.section-countries a:hover .name {
	color: #549bc8;
}

.section-country-info {
	width: 216px;
}
.section-country-info .section-flag {
	border: 1px solid #c9c9c9;
	padding: 6px;
	margin-bottom: 15px;
}
.section-country-info .section-flag img {
	display: block;
	width: 200px;
	height: 133px;
	border: 1px solid #c9c9c9;
}
.section-country-info .section-summary {
	color: #ababab;
	font-size: 12px;
	line-height: 16px;
}
.section-country-info .section-summary strong {
	font-weight: normal;
	color: #555;
}

.section-country-desc {
	width: 700px;
}

.section-flag-ribon {
	position: relative;
	top: -64px;
}
.section-flag-ribon img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 40px;
}
.section-flag-ribon img.mask {
	z-index: 10;
}