@charset "UTF-8";

@media screen and (max-width:767px) {
  .gray_box01 {
    padding: 15px 15px 5px;
  }
  .link_page ul li a {
    font-size: 14px;
  }
  .link_page ul li a:after{
    left: -14px;
    top: 8px;
    width: 6px;
    height: 6px;
  }
}

/* map_wrap
-------------------------------------------------- */
.map_wrap{
  position: relative;
  margin-bottom: 40px;
}
.map_img {
  width:100%;
}
.map_img img{
  width: 100%;
}
.map_btn_wrap{}
.map_btn{
  position: absolute;
  min-width: 9.237%;
  height: 8.247%;
  display: inline-block;
}

.map_btn_china {
  top: 26.18%;
  left: 30.639%;
}
.map_btn_hongkong {
  top: 46.113%;
  left: 68.861%;
}
.map_btn_taiwan {
  top: 51.546%;
  left: 84.566%;
}
.map_btn_korea {
  top: 36.082%;
  left: 46.921%;
}
.map_btn_philippines {
  top: 62.58%;
  left: 85.681%;
}
.map_btn_singapore {
  top: 84.230%;
  left: 52.965%;
}
.map_btn_malaysia {
  top: 74.13%;
  left: 73.48%;
}
.map_btn_thailand {
  top: 68.5%;
  left: 54.965%;
}
.map_btn_vietnam {
  top: 55.938%;
  left: 54.965%;
}
.map_btn_indonesia {
  top: 87.835%;
  left: 74.480%;
}
.map_btn_india {
  top: 70.66%;
  left: 23.9%;
}
.map_btn_usa {
  top: 24.804%;
  left: 73.8%;
}
.map_btn_germany {
  top: 20.825%;
  left: 2.2%;
}
.map_btn_australia {
  top: 84.330%;
  left: 36.21%;
}
.map_btn_uae {
  top: 58.351%;
  left: 17.4%;
}
.map_btn_qatar {
  top: 38.588%;
  left: 14%;
}
.map_btn_liberia {
  top: 66.804%;
  left: .7%;
}

.map_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: #1ba1e6;
  border: 1px solid #1ba1e6;
  z-index: 0;
  transition: all .2s;
  font-weight: bold;
  overflow: hidden;
}
.map_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: -2;
}
.map_btn a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
  visibility: visible;
}
.map_btn a:hover {
  color: #1ba1e6;
  transition: all .2s;
}
@media screen and (max-width:767px) {
  .map_wrap{
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .sp_block.table_network.table_normal {
    border-bottom: none;
  }
  .sp_block.table_network.table_normal td + td{
    border-bottom: 1px solid #c0bfc7;
  }
}

/*Coming Soon*/
.comingsoon{
  color: #c0c0c0;
}