/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.content {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}
.right-menu {
  margin: 0 10px;
}
.right-menu ul {
  list-style-type: none;
  /*border: 1px solid #bfbfbf;*/
}

.right-menu li:not(:last-child) {
  border-bottom: 1px solid #bfbfbf;
}

.right-menu a {
  display: block;
  padding: 5px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', Open Sans, sans-serif !important;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.right-menu {
  flex-shrink: 0;
}

.active {
  background-color: #bfbfbf;
  transition: all 0.15s;
}
.active-add {
  /*background: rgba(191,191,191,0.6) !important;*/
  background: rgba(244,231,65,1) !important;
  transition: all 0.15s;
}
.map-row { padding: 40px 100px 40px 100px; }
.map {
  width: 100%;
  height: 90vh;
  max-height: 700px;
  display: contents;
}
.map svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.15s;
}

.map a {
  transition: all 0.15s;
}
.top-map {
  position: absolute;
  max-width: 45%;
  height: 191px;
  width: 373px;
  max-height: 21%;
  /* display: none; */
  padding: 15px;
  top: 15%;
  left: calc(50% - 186px);
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Montserrat', Open Sans, sans-serif !important;
  color: white;
  background: rgba(97,97,97,.3);
  backdrop-filter: blur(2px);
  border: 2px solid #222224;
  border-radius: 5px;
  opacity: 0;
}
.info-map {
  position: absolute;
  padding: 50px 100px;
  padding-bottom: 50px;
  max-width: 60%;
  /*display: none;*/
  left: 5%;
  font-family: 'Inter', Open Sans, sans-serif !important;
  color: black;
}
.info-map h2 { font-family: 'Inter', Open Sans, sans-serif !important; }
.info-map p { font-family: 'Inter', Open Sans, sans-serif !important; font-size: 20px; }
.info-detail {
  position: absolute;
  padding: 8px 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0%;
  top: 0px;
  font-size: 18px;
  font-family: 'Montserrat', Open Sans, sans-serif !important;
  color: white;
}
._d1 {
  display: inline-block;
  width: 40%;
  padding: 10px 15px;
  vertical-align: top;
}
.info-detail p { font-size: 18px; font-family: 'Montserrat',sans-serif; line-height: 22px; }
.info-detail h5 { font-size: 22px; margin-top: 10px; font-family: 'Montserrat',sans-serif; }

.info h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .map { height: 80vh; max-height: 700px; }
  .map-row { padding: 40px 15px 40px 15px; }
  .top-map {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  ._d1 { padding: 7px 15px; }
  .info-detail h5 { margin-top: 7px; font-size: 18px; }
  ._d1 p { font-size: 16px; line-height: 18px; }
}
@media screen and (max-width: 1280px) {
  .map { height: 70vh; max-height: 600px; }
  .info-map { padding: 30px 0px; }
  .top-map { padding: 10px 15px; max-height: 20%; }
  .info-detail { padding: 15px 5px; }
  .info-detail h5 { font-size: 18px; margin-top: 0px; }
  ._d1 p { font-size: 13px; line-height: 15px; }
  ._d1 { padding: 0; }
}
@media screen and (max-width: 1180px) {
  .top-map { padding: 10px 15px; max-height: 22%; }
}
@media screen and (max-width: 1024px) {
  .right-menu {
    position: absolute;
    top: 10%;
    right: 20px;
    display: none;
  }
  .t-num { display: none !important; }
  .info-map { display: none; }
  .info-detail { display: block; }
  .map { 
    height: auto; /*60vh;*/ 
    /*max-height: 480px;*/
    width: 100%;
    margin: 0 auto; 
  }
  .top-map {
    top: 60px;
  }
  .content { padding: 0; }
  .top-map { padding: 8px 0px;  max-height: 14%; }
  .info-detail { padding: 8px 0; }
  .info-detail h5 { font-size: 14px; margin-bottom: 2px; }
  ._d1 p { font-size: 11px; line-height: 13px; }
  ._d1 { padding: 0; width: 49%; }
}
@media screen and (max-width: 768px) {
  .top-map { display: none; }
  .map-num { display: block; }
  .right-menu { display: none; }
  .right-menu {
    top: 20%;
  }
  .map { /*height: 50vh;*/ max-height: 400px; }
}
@media screen and (max-width: 590px) {
  .right-menu {
    top: 23%;
  }
  .map { /*height: 45vh;*/ max-height: 320px; }
}
@media screen and (max-width: 490px) {
  .right-menu {
    top: 28%;
    left: 20px;
  }
  .map { /*height: 40vh;*/ max-height: 260px; }
}

.right-menu ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    /*border: 1px solid #d6d6d6;*/
    border-bottom: none;
    position: relative;
    font-size: 15px;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.right-menu ul li a .caption {
    color: #333;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all .15s;
    transition: all .15s;
    position: relative;
}
.right-menu ul li a .info-reg {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: right;
    line-height: 13px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding-right: 50px;*/
    -webkit-transition: all .15s;
    transition: all .15s;
}
.right-menu ul li a .plosh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .15s;
    transition: all .15s;
    padding-right: 10px;
}
.right-menu ul li a .pereg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.text {
    max-width: 90px;
    font-size: 12px
}
.map-num {
  display: none; 
  position: absolute;
  font-size: 26px;
  font-family: 'Montserrat',sans-serif;
  text-align: right;
  font-weight: 500;
  color: black;
  z-index: 9;
}
.map-num a {
  font-size: 16px;
  font-family: 'Montserrat',sans-serif;
  text-align: right;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
#mn1 { left: 7%; bottom: 8%; }
#mn2 { left: 9%; bottom: 18%; }
#mn3 { left: 10%; bottom: 35%; }
#mn4 { left: 19%; bottom: 25%; }
#mn5 { left: 20%; bottom: 50%; }
#mn6 { left: 36%; bottom: 32%; }
#mn7 { left: 50%; bottom: 20%; }
#mn8 { left: 75%; bottom: 50%; }
 
.num-mob { 
  display: none; 
  /*position: absolute;
  right: 10px;
  top: 7px;
  height: 12px;*/
  font-size: 12px;
  font-family: 'Inter',sans-serif;
  text-align: right;
  font-weight: 400;
}
.num {
    color: #000;
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 27px;
    margin-left: 13px;
}
@media screen and (max-width: 768px) {
  /*
  .right-menu ul li a { min-width: 260px; }
  .right-menu ul li a .info-reg { 
    display: none !important; 
  }
  .right-menu ul li a { 
    height: auto !important;
  }
  .num-mob { display: block; }
  */
}
@media screen and (orientation: portrait), (max-height: 800px) {
  .map-num { display: block; }
  .top-map { display: none; }
  .right-menu { display: none !important; }
  .t-num { display: none !important; }
  .info-map { display: none; }
  .info-detail { display: block; }
  /*
  .right-menu ul li a .info-reg { 
    display: none !important; 
  }
  .right-menu ul li a { 

    height: auto !important;
    padding: 3px 15px;
  } 
  .right-menu ul li a .caption {
    font-size: 15px;
    line-height: 16px;
  }
  .right-menu ul li a { min-width: 260px; }
  .num-mob { display: block; }
  */
}