/* --- Reset хэсэг хэвээр хадгалсан --- */
/* *, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
} */


/* Plus Apartment Uruu */

.zug-chig{
    width: 100px;
}
.uruu-select{
    width: 300px;
    position: absolute;
}
.plan{
    width: 300px;
    position: absolute;
}
.plan2{
    width: 300px;
    position: relative;
}
#house-plan{
    position: relative;
}

.click-area {
    position: absolute;
    cursor: pointer;
}

#map-container {
    position: relative;
    width: 300px;
    height: 440px;
    /* border: 1px solid red; */
    display: inline-block;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.content_img{
    position: relative;
}
.w450{
    width: 450px;
}
.absolut_e{
    position: absolute;
}
.h5{       
    font-size: 30px;
}
.section{
    display: flex;
}
.h6{
    font-size: 24px;
}
.uruu_contents{
    display: inline-block; 
}
.uruu_text{
    background-color: rgb(201, 201, 201);
}





