@charset "utf-8";

.find_country {margin-top:100px}
.find_country .global_area {position:relative; width:1200px; height:560px; background:#f8f8f8 url(../img/find_country/bg_global_0526.jpg) no-repeat}
.find_country .global_area .map_img li {opacity:0; position:absolute; right:0; bottom:-10px; transition: all 0.3s ease;}
.find_country .global_area .map_img li.on {opacity:1; bottom:0;}

.find_country .global_area .map_spot li {position:absolute;}
.find_country .global_area .map_spot li a {opacity:0.7; display:block; width:26px; height:32px; font-size:0; background: url(../img/find_country/icon_pin.png) center center no-repeat; background-size:70% auto;}
.find_country .global_area .map_spot li a.on {display:none}
.find_country .global_area .map_spot li.asia {top:210px; right:228px}
.find_country .global_area .map_spot li.america {top:280px; right:663px}
.find_country .global_area .map_spot li.europe {top:231px; right:399px}
.find_country .global_area .map_spot li.m_east {top:289px; right:350px}

.find_country .tab_menu {margin-top:28px}
.find_country .tab_menu a {width:283px; padding:0}
.find_country .tab_cont {margin-top:50px}
.find_country .tab_cont .list_country {overflow:hidden; display:none; margin-left:-48px;}
.find_country .tab_cont .list_country li {float:left; width:160px; margin-left:48px; margin-bottom:17px;}
.find_country .tab_cont .list_country li a {color:#000; font-family:'NotoSansR'; font-size:20px; padding-right:40px;}
.find_country .tab_cont .list_country li a:hover {color:#dd1212; font-family:'NotoSansB';background:url(../img/find_country/find_arrow.png) right 60% no-repeat}

.find_country .tab_cont .list_country.asia {display:block}