.alignfull {
  position: relative;
  width: 100vw;
  overflow:
hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow:
hidden;
  list-style:
none;
  padding:
0;
  z-index: 1;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function:
ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin:
0 auto;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform:
translateZ(0);
  transform: translateZ(0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property:
-webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing:
content-box;
  box-sizing: content-box;
}

.hotspot_full_block{
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotspot-container {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background: url('../img/HOT_00003_1.png') no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    transform: scale(1) !important;
  }

  .hotspot-container.hotspot_container_en {
    
    background: url('../img/HOT_00003_1_eng-1.png') no-repeat center center;
    background-size: contain;
    width: 100%;
  }
  
  
  #section2 p {
    line-height: 24px;
    margin-bottom: 15px;
  }
  
  #section2 .hotspot_block {
    position: relative;
    height: 100vh;
    width: 100%;
  }
  
  #section2 .each_hotspot {
    position: absolute;
  }
  
  #section2 .overflow-y-hidden {
    overflow-y: unset;
  }
  
  #section2 span,
  #section2 p,
  #section2 h1,
  #section2 h2,
  #section2 h3,
  #section2 h4,
  #section2 a,
  #section2 a:visited,
  #section2 .label,
  #section2 input::placeholder,
  #section2 svg {
    color: var(--color-on-custom) !important;
  }
  
  #section2 a:hover svg,
  #section2 a:hover,
  #section2 a:hover span {
    color: var(--color-on-custom-hover, cadetblue) !important;
  }
  
  #section2 .hotspot_detail {
    position: absolute;
    width: 90%;
    right: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px #848181;
  }
  
  #section2 .overlay_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.45;
    z-index: 13;
  }
  
  #section2 .hotspot_inner {
    width: 100%;
    max-height: 20rem;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    border-radius: 5px;
    background: white;
  }
  
  #section2 .hotspot_detail h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
  }
  
  #section2 .hotspot_marker {
    background: white;
    top: 50%;
    left: 50%;
    position: absolute;
    box-shadow: 0px 0px 5px -1px #848181;
  }
  
  #section2 .hotspost_market_div {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    border-radius: 100%;
  }
  
  #section2 .close_detail {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.58);
    display: block;
    padding: 0;
    z-index: 9999;
  }
  
  #section2 .close_detail svg {
    margin: 0;
  }
  
  #section2 .content_block {
    margin-bottom: 30px;
  }
  
  #section2 .img_block {
    position: relative;
  }
  
  #section2 .audio_block {
    background: #ccc;
    padding: 15px;
    line-height: 40px;
    font-size: 18px;
  }
  
  #section2 .subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.58);
    line-height: 40px;
  }
  
  #section2 .dctitle {
    display: block;
    clear: both;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #section2 .mn_title {
    margin-bottom: 0;
  }
  .preview_details {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    z-index: 10;
    width: 250px;
  }

  #section2 .text_hover:hover {
    color: cadetblue;
    transition: margin 600ms cubic-bezier(0.19, 1, 0.2, 1);
  }
  
  #section2 .preview_details {
    position: absolute;
    width: 250px;
    padding: 10px;
    word-wrap: break-word;
    z-index: 9999;
    box-shadow: 0px 0px 5px -1px #848181;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: default;
    right: 30px;
    top: 30px;
  }
  #section2 .preview_details.preview_details_move {
    transform: translate(15px, -300.219px) !important;
}
  #section2 .preview_details.bottom-right {
    left: 30px;
    top: 30px;
    right: unset;
  }
  
  #section2 .preview_details.top-right {
    top: unset;
    left: 30px;
    bottom: 30px;
    right: unset;
  }
  
  #section2 .preview_details.top-left {
    top: unset;
    right: 30px;
    bottom: 30px;
    left: unset;
  }
  
  #section2 .preview_details h2 {
    display: block;
    font-size: 14px;
    margin-bottom: 10px !important;
    padding: 10px 0;
    color: #12213f !important;
    font-weight: 600;
    
    font-family: "Staatliches" !important;
  }
  #section2 .preview_details .text-black img {

    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 10px 0;
  }
  #section2 .preview_details p {
    font-size: 14px;
    line-height: 20px;
    color: #12213f !important;
    font-family: "Staatliches" !important;
  }
  #section2 .preview_details p:hover {
    color:#f6dc89;
  }
  #section2 .fade-enter-active,
  #section2 .fade-leave-active {
    transition: opacity 0.5s ease;
  }
  
  #section2 .fade-enter,
  #section2 .fade-leave-to {
    opacity: 0;
  }
  
  #section2 .preview_block {
    margin-bottom: 10px;
  }
  