@charset "UTF-8";
/* src/main/resources/static/scss/styles.scss */
.btn-gray {
  font-family: "genesis-text-regular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background-color: #4c4c4e;
  border-radius: 5px;
  border: none;
}

.btn-lightgray {
  font-family: "genesis-text-regular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  background-color: #8d9093;
  border-radius: 5px;
  border: none;
}

/* 트랜시스 로그인 버튼 */
.loginBtn {
  font-family: "genesis-text-regular", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  display: block;
  height: 45px;
  width: 100%;
  line-height: 45px;
  background-color: #0b2972;
  border-radius: 5px;
  border: none;
  vertical-align: middle;
}
.loginBtn:hover {
  color: #ffffff;
}

.loginM365Btn {
  font-family: "genesis-text-regular", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  display: block;
  height: 60px;
  width: 100%;
  line-height: 65px;
  background-color: #2090fe;
  border-radius: 5px;
  border: none;
  margin-top: 10px;
}
.loginM365Btn:hover {
  color: #ffffff;
}

/* 포탈화면 */
.map-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.map-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}


.map-svg-main {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transform-origin: center;
}

.map-svg-main > svg {
  width: 1434px;
  height: 900px;
}

.map-svg-main > svg > image {
  width: 1434px;
  height: 900px;
}

.map-top-menu-wrap {
  position: absolute;
  top: 50px;
  z-index: 1;
}

.icon-box {
  position: absolute;
  right: 80px;
  top: 110px;
  border: 1px solid #d1d2d4;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  z-index:1;
}

.map-top-menu {
  display: flex;
  border: 1px solid #000000;
  border-radius: 5px;
  position: relative;
  max-height: 40px;
}


.map-01-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-01-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-02-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-02-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-03-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-03-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-04-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-04-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-05-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-05-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-06-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-06-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-07-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-07-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-08-svg > svg {
  width: 1728px;
  height: 1008px;
}

.map-08-svg > svg > image {
  width: 1728px;
  height: 1008px;
}

.map-top-menu .map-menu {
  width: 135px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.map-top-menu .map-menu:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.map-top-menu .map-menu.on {
  background-color: #002D72;
  color: #ffffff;
}

.map-top-menu .map-menu:hover {
  background-color: #002D72;
  color: #ffffff;
}

.map_prev_icon {
  position: absolute;
  left: -50px;
  top: 0;
}

.map-pin {
  width: 40px;
  height: 44px;
  position: absolute;
  transition: transform 0.2s ease;
}
.map-pin:hover {
  z-index: 999;
}

.map-pin.R {
  background: url("/images/icons/map-icon-red.svg") no-repeat center center;
}
.map-pin.B {
  background: url("/images/icons/map-icon-blue.svg") no-repeat center center;
}
.map-pin.Y {
  background: url("/images/icons/map-icon-yellow.svg") no-repeat center center;
}
.map-pin.G {
  background: url("/images/icons/map-icon-green.svg") no-repeat center center;
}
.map-pin.BK {
  background: url("/images/icons/map-icon-black.svg") no-repeat center center;
}

.map-pin-wrap {
  position: relative;
  width: 140px;
}

.map-info {
  border: 1px solid #002d72;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  background-color: #ffffff;
  width: 120px;
  position: absolute;
}

.map-info.T::before {
  right: 100%;
  top: 5.5px;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #002d72;
  width: 60px;
}
.map-info.LT::before {
  left: 100%;
  top: 5.5px;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #002d72;
  width: 60px;
}

.map-info.LB::before {
  left: 100%;
  top: 4.5px;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #002d72;
  width: 60px;
}

.map-info.B::before {
  right: 100%;
  top: 4.5px;
  content: "";
  position: absolute;
  height: 1px;
  background-color: #002d72;
  width: 60px;
}


.map-info.B {
  left: 130px;
  top: 77px;
}

.map-info.T {
  left: 130px;
  top: -47px;
}

.map-info.LT {
  right: 230px;
  top: -47px;
}
.map-info.LB {
  right: 230px;
  top: 77px;
}

.map-info::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #002d72;
  width: 80px;
}
.map-info.B::after {
  right: 166px;
  top: -26px;
  transform: rotate(50deg);
}
.map-info.T::after {
  right: 166px;
  top: 36px;
  transform: rotate(-50deg);
}
.map-info.LT::after {
  left: 166px;
  top: 37px;
  transform: rotate(230deg);
}
.map-info.LB::after {
  left: 166px;
  top: -26px;
  transform: rotate(-230deg);
}

.map-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.map-info li:hover, .map-info li.on {
  background-color: #ebf5ff;
}

.map-info li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.map-info li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.coordinates {
  text-align: center;
  position: absolute;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}
.coordinates:hover {
  color: #cc1424;
}
.coordinates:hover .hover-text {
  display: block; /* 호버 시 보이도록 설정 */
}
.map-pin:hover .hover-text {
  display: block; /* 호버 시 보이도록 설정 */
}
.hover-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  display: none; /* 기본적으로 숨김 */
}
.coordinates img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}


/* 국내 */
.coordinates-01 {
  top: 385px;
  left: 585px;
}

/* 중국 */
.coordinates-02 {
  top: 385px;
  left: 490px;
}

/* 미국 */
.coordinates-03 {
  top: 370px;
  right: 330px;
}

/* 멕시코 */
.coordinates-04 {
  top: 450px;
  right: 330px;
}

/* 인도 */
.coordinates-05 {
  top: 460px;
  left: 415px;
}

/* 인도네시아 */
.coordinates-06 {
  top: 520px;
  left: 525px;
}

/* 유럽 */
.coordinates-07 {
  top: 340px;
  left: 230px;
}

/* 브라질 */
.coordinates-08 {
  bottom: 290px;
  right: 200px;
}


.map-grid-left {
  position:absolute;
  top:130px;
  left:30px;
}

.map-grid-right {
  position:absolute;
  top:130px;
  right:30px
}

.icon-box img {
  width: 20px;
  height: auto;
}
.float-none {
  float: none;
}

.content-area-02 {
  margin-top: -35px;
  padding-bottom: 50px;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=newStyle.css.map */


@media (max-width: 1536px) {
  .map-svg-main > svg {
    width: 1075px;
    height: 675px;
    /*transform:scale(0.9);*/
  }

  .map-svg-main > svg > image {
    width: 1075px;
    height: 675px;
  }

  .map-grid-left {
    position:absolute;
    top:120px;
    left:30px;
  }

  .map-grid-right {
    position:absolute;
    top:120px;
    right:30px;
  }

  .icon-box {
    position: absolute;
    right: 70px;
    top: 70px;
    border: 1px solid #d1d2d4;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    z-index:1;
  }

  .map-top-menu-wrap {
    position: absolute;
    top: 40px;
    z-index: 1;
  }

  /* 국내 */
  .coordinates-01 {
    top: 290px;
    left: 435px;
  }

  /* 중국 */
  .coordinates-02 {
    top: 290px;
    left: 370px;
  }

  /* 미국 */
  .coordinates-03 {
    top: 280px;
    right: 250px;
  }

  /* 멕시코 */
  .coordinates-04 {
    top: 330px;
    right: 250px;
  }

  /* 인도 */
  .coordinates-05 {
    top: 340px;
    left: 310px;
  }

  /* 인도네시아 */
  .coordinates-06 {
    top: 390px;
    left: 390px;
  }

  /* 유럽 */
  .coordinates-07 {
    top: 260px;
    left: 200px;
  }

  /* 브라질 */
  .coordinates-08 {
    bottom: 210px;
    right: 140px;
  }

  [id^="ratePin"] {
    width:32px;
    height:32px;
  }

  .hover-text {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size:13px;
    padding: 3px;
    border-radius: 4px;
    display: none; /* 기본적으로 숨김 */
  }

  .coordinates > div {
    font-size:13px;
  }

  .map-01-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-01-svg > svg > image {
    width: 1382px;
    height: 806px;
  }

  .map-02-svg > svg {
    width: 1312px;
    height: 765px;
  }

  .map-02-svg > svg > image {
    width: 1312px;
    height: 765px;
  }
  .map-03-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-03-svg > svg > image {
    width: 1382px;
    height: 806px;
  }
  .map-04-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-04-svg > svg > image {
    width: 1382px;
    height: 806px;
  }
  .map-05-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-05-svg > svg > image {
    width: 1382px;
    height: 806px;
  }
  .map-06-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-06-svg > svg > image {
    width: 1382px;
    height: 806px;
  }
  .map-07-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-07-svg > svg > image {
    width: 1382px;
    height: 806px;
  }
  .map-08-svg > svg {
    width: 1382px;
    height: 806px;
  }

  .map-08-svg > svg > image {
    width: 1382px;
    height: 806px;
  }

  .map-pin {
    width: 40px;
    height: 44px;
    position: absolute;
    transition: transform 0.2s ease;
    transform:scale(0.8);
  }

}