@charset "utf-8";

/* layout */
div#wrap div#container div#content{float: left;width:976px;}

/* 지도 배경 */
div#content div.map_box{position:relative;width:976px; height:517px;}

/* 지도 배경 각 나라 링크 */
div.map_box a{display:block;position:absolute;}
div.map_box a strong{float:left;height:21px;padding:0 1px 0 2px;background:url("//img.ntcdn.net/img/map/map_home_btn2.png") repeat-x 0 0;font-weight:normal;font-size:11px;line-height:20px;}
div.map_box a span.bg_btn{width:10px;height:21px;background:url("//img.ntcdn.net/img/map/map_home_btn.png") no-repeat;}
div.map_box a span.leftBtn{float:left;background-position:0 0;}
div.map_box a span.rightBtn{float:left;background-position:-10px 0;}

div.map_box a:hover{text-decoration:none;cursor:pointer;}
div.map_box a:hover strong{float:left;height:21px;padding:0 1px 0 2px;background:url("//img.ntcdn.net/img/map/map_home_btn2.png") repeat-x 0 -21px;color:#fff;font-weight:normal;font-size:11px;line-height:20px;}
div.map_box a:hover span.bg_btn{width:10px;height:21px;background:url("//img.ntcdn.net/img/map/map_home_btn.png") no-repeat;}
div.map_box a:hover span.leftBtn{float:left;background-position:-20px 0;}
div.map_box a:hover span.rightBtn{float:left;background-position:-30px 0;}