

/* content */

#container {
  margin: 120px 0;
}

#container>p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 100px;
}

#container>p>span {
  color: #005ead;
  font-size: 25px;
  font-weight: bold;
}

#container>p>span::after {
  content: '';
  display: block;
  width: 2px;
  height: 50px;
  background-color: rgb(179, 179, 179);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tabs {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.tab02 {
  display: none;
  position: relative;
}

.tab02 .map_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.map_text .area_img01 {
  position: absolute;
  top: 30px;
  left: 513px;
  transition: all .3s;
  opacity: 0;
}

.map_text .area_img02 {
  position: absolute;
  top: 155px;
  right: 585px;
  transition: all .3s;
  opacity: 0;
  z-index: 2;
}

.map_text .area_img03 {
  position: absolute;
  bottom: 125px;
  right: 570px;
  transition: all .3s;
  opacity: 0;
  z-index: 2;
}

.map_text .area_img04 {
  position: absolute;
  bottom: 43px;
  left: 630px;
  transition: all .3s;
  opacity: 0;
}

.map_text .area_img05 {
  position: absolute;
  bottom: 80px;
  right: 550px;
  transition: all .3s;
  opacity: 0;
}

.map_text .area_img01 img,
.map_text .area_img02 img,
.map_text .area_img03 img,
.map_text .area_img04 img,
.map_text .area_img05 img {
  max-width: 100%;
  height: auto;
}

.map_text .area_img01:hover,
.map_text .area_img02:hover,
.map_text .area_img03:hover,
.map_text .area_img04:hover,
.map_text .area_img05:hover {
  opacity: 1;
  transform: scale(1);
}

/* click map */

.map_img01 {
  position: absolute;
  top: 45px; left: 58px;
  transition: all .3s;
}

.map_img02 {
  position: absolute;
  top: 180px;
  left: 230px;
  transition: all .3s;
}

.map_img03 {
  position: absolute;
  top: 340px;
  left: 280px;
  transition: all .3s;
}

.map_img04 {
  position: absolute;
  top: 220px;
  left: 170px;
  transition: all .3s;
}

.map_img05 {
  position: absolute;
  top: 160px;
  left: 270px;
  transition: all .3s;
}

.map_img01 img,
.map_img02 img,
.map_img03 img,
.map_img04 img,
.map_img05 img {
  max-width: 100%;
  height: auto;
}

.area_box,
.area_box02,
.area_box03,
.area_box04,
.area_box05 {
  width: 760px;
  height: 600px;
  top: -20px;
  right: 60px;
  background: #001739;
  color: #fff;
  padding: 40px 60px 55px;
  transition: all .3s;
  display:none;
}

.box01 {
  display: flex;
  flex-direction: column;
}

.box01>div:nth-child(even) {
  margin-top: 30px;
}

.box01 ul li {
  display: block;
  padding-top: 5px;
}

.box01 ul li b {
  font-size: 24px;
}

.box01 ul li p {
  margin-top: 10px;
  color: #fff8e6;
}

.box01 ul li img {
  float: left;
  padding-right: 30px;
}

.box01 .count_text01 span {
  font-size: 20px;
  margin-right: 60px;
}

.box01 .tt span:first-child {
  margin-right: 80px;
}

.box01 .point {
  color: #fadfb2;
}

.box01 .point2::before {
  content: '·';
}

.count_num01 span {
  font-size: 26px;
}

.count_num01 span:nth-child(1) {
  margin-right: 105px;
}

.count_num01 span:nth-child(2) {
  margin-right: 165px;
}

.count_num01 b {
  font-size: 26px;
  font-weight: normal;
}

.count_text02 span,
.count_text03 span,
.count_text04 span {
  font-size: 20px;
}

.txt02 span,
.txt03 span,
.txt04 span {
  font-size: 18px;
}

.tab_menu.area {
  display: flex;
  width: 100%;
  max-width:600px;
  height:56px;
  margin:0 auto;
  justify-content: center;
  align-items:center;
  margin-bottom: 40px;
  border-radius:100px;
  box-shadow:2px 3px 12px 0 rgba(0,0,0,0.1);
}

.tab_menu.area a {
  border: 1px solid transparent;
  display: flex;
  width:100%;
  height: 56px;
  padding: 5px 30px;
  line-height:1.2;
  margin-right: 0;
  position: relative;
  border-radius:100px;
  text-align:center;
  background-color:#fff;
  font-size:1.7rem;
  justify-content:center;
  align-items:center;
}

.tab_menu.area a::after {
  display:none;
}
.tab_menu.area .country-tab {margin-bottom:0;}

.tab_menu.area a.active {
  border: none;
/*   background-color: #005ead; */
  background: linear-gradient(180deg, #114B93 0%, #4E9BD1 100%);
  color: #fff;
}   

.tab_menu.area a.active::after {
   display:none;
}

@media screen and (max-width: 1400px) {
  .promo {
    width: 100%;
    max-width: 1440px;
    position: relative;
    padding: 30px 0 56.25%;
    overflow: hidden;

  }
@media screen and (max-width:1180px) {
	.tab_inner .tab_menu a {text-align:center !important;}
}
@media screen and (max-width:800px) {
	.sub-content .tab_menu.area {flex-wrap:nowrap !important;}
}
@media screen and (max-width:600px) {
/* 	.sub-content .tab_menu.area {flex-wrap:wrap !important;} */
/* 	.tab_menu.area {height:auto; margin-bottom:20px; box-shadow:none;} */
/* 	.tab_inner .tab_menu a {margin:5px 0 !important; background-color:#fff; border:1px solid #ddd;} */
}

.tab_menu.area a {font-size:1.5rem;}
  .promo iframe,
  .promo object,
  .promo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .footer_inner {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1400px) {
  .map_text .area_img01 {
    top: 22px;
    left: 488px;
    transform: scale(0.9);
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 1200px) {
  nav {
    display: none;
  }

  .headerBg {
    display: none;
  }

  .header_right {
    width: 20%;
    margin-right: 30px;
  }

  .logo {
    margin-left: 30px;
  }

  .map_text .area_img01 {
    top: -14px;
    left: 403px;
    transform: scale(0.8);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(0.9);
  }

  .area_box {
    width: 760px;
    height: 500px;
    top: -20px;
    right: 30px;
    padding: 30px 60px 35px;
  }

  .box01>div:nth-child(even) {
    margin-top: 25px;
  }

  .box01 img {
    /*width: 30%;*/
  }

  .box01 ul li {
    padding-top: 0;
  }

  .box01 ul li b {
    font-size: 23px;
  }

  .box01 ul li p {
    margin-top: 5px;
  }

  .box01 .count_text01 span {
    font-size: 18px;
    margin-right: 75px;
  }

  .count_num01 span {
    font-size: 20px;
  }

  .count_num01 span:nth-child(1) {
    margin-right: 126px;
  }

  .count_num01 span:nth-child(2) {
    margin-right: 180px;
  }

  .count_num01 b {
    font-size: 20px;
  }

  .count_text02 span,
  .count_text03 span,
  .count_text04 span {
    font-size: 18px;
  }

  .txt02 span,
  .txt03 span,
  .txt04 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .header_right {
    justify-content: flex-end;
  }

  .lang,
  .search {
    display: none;
  }

  .copyright b {
    font-size: 14px;
  }

  .copyright li {
    font-size: 12px;
  }

  .map_text .area_img01 {
    top: -35px;
    left: 328px;
    transform: scale(0.75);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(0.8);
  }

  .area_box {
    width: 600px;
    height: 450px;
    top: -20px;
    right: 30px;
    padding: 30px 50px 20px;
  }

  .box01 img {
    /*width: 35%;*/
  }

  .box01 ul li b {
    font-size: 18px;
  }

  .box01 ul li p {
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
  }

  .box01 .count_text01 span {
    font-size: 15px;
    margin-right: 40px;
  }

  .count_num01 span {
    font-size: 16px;
  }

  .count_num01 span:nth-child(1) {
    margin-right: 78px;
  }

  .count_num01 span:nth-child(2) {
    margin-right: 125px;
  }

  .count_num01 b {
    font-size: 18px;
  }

  .count_text02 span,
  .count_text03 span,
  .count_text04 span {
    font-size: 15px;
  }

  .txt02 span,
  .txt03 span,
  .txt04 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  #container {
    margin: 60px 0;
  }

  .footer_inner {
    display: block;
  }

  .copyright {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 50px;
  }

  .map_text .area_img01 {
    top: -70px;
    left: 230px;
    transform: scale(0.6);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(0.7);
  }

  .area_box {
    width: 450px;
    height: 350px;
    padding: 20px;
  }

  .box01>div:nth-child(even) {
    margin-top: 10px;
  }

  .box01 img {
    /*width: 35%;*/
  }

  .box01 ul li b {
    font-size: 15px;
  }

  .box01 ul li p {
    font-size: 12px;
    margin-top: 0;
    display: inline-block;
  }

  .box01 .count_text01 span {
    font-size: 12px;
    margin-right: 40px;
  }

  .count_num01 span {
    font-size: 16px;
  }

  .count_num01 span:nth-child(1) {
    margin-right: 65px;
  }

  .count_num01 span:nth-child(2) {
    margin-right: 105px;
  }

  .count_num01 b {
    font-size: 16px;
  }

  .count_text02 span,
  .count_text03 span,
  .count_text04 span {
    font-size: 12px;
  }

  .txt02 span,
  .txt03 span,
  .txt04 span {
    font-size: 11px;
  }
}

@media screen and (max-width: 740px) {
  .map_text .area_img01 {
    top: -85px;
    left: 205px;
    transform: scale(0.55);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(0.6);
  }

  .area_box {
    position: static;
    width: 100%;
    height: 410px;
    max-width: 740px;
    padding: 20px 40px 0;
  }

  .box01>div:nth-child(even) {
    margin-top: 14px;
  }

  .box01 ul li b {
    font-size: 22px;
    padding-top: 10px;
  }

  .box01 ul li p {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  #container>p>span {
    font-size: 20px;
  }

  .tab_menu a {
    width: 130px;
    height: 35px;
    line-height: 25px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .tab_menu a::after {
    top: 6px;
    right: 10px;
  }

  .map_text .area_img01 {
    top: -110px;
    left: 150px;
    transform: scale(0.45);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(0.48);
  }

  .area_box {
    padding: 20px 40px 0;
  }

  .box01 ul li b {
    font-size: 20px;
  }

  .box01 ul li p {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 500px) {
  .map_text .area_img01 {
    top: -120px;
    left: 115px;
    transform: scale(0.4);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    opacity: 1;
    transform: scale(0.42);
  }
}

@media screen and (max-width: 400px) {
  .logo {
    margin-left: 10px;
  }

  .logo img {
    width: 80%;
  }

  .header_right {
    margin-right: 10px;
  }

  .tab_menu a {
    font-size: 11px;
  }

  .map_text .area_img01 {
    top: -142px;
    left: 62px;
    transform: scale(0.28);
    opacity: 0;
  }

  .map_text .area_img01:hover {
    transform: scale(0.3);
    opacity: 1;
  }

  .area_box {
    width: 370px;
    padding: 20px 15px 0;
  }

  .box01 ul li img {
    padding-right: 10px;
  }

  .box01 ul li b {
    font-size: 16px;
  }

  .box01 ul li p {
    font-style: 10px;
    margin-top: 5px;
  }

  .copyright {
    padding: 20px;
  }

  .footer_right {
    justify-content: space-around;
  }

  .family_site_01 select, .family_site_02 select {
    width: 120px;
  }
}