body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    background-color: #EAEAEA;
    padding: 0;
    font-family: 'TTCommonsNumbers' , 'TTCommons', 'Pretendard';
}
@font-face {
    font-family: 'TTCommons';
    src: url('../font/TT-Commons-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
}
@font-face {
    font-family: 'TTCommons';
    src: url('../font/TT-Commons-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
}
@font-face {
    font-family: 'TTCommonsNumbers';
    src: url('../font/TT-Commons-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0030-0039;
    size-adjust: 100%; 
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
.custom-font-style {
    font-family: 'TTCommonsNumbers' , 'TTCommons', 'Pretendard' !important;
}
.container {
    display: flex;
    height: 100vh;
}
.left-area {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border-right: 1px solid black;
    justify-content: center;
    padding: 20px;
}
h1{
    font-size: 35px;
    margin: 10px 0 0 0;
}
.logo {
  width: 100px;
  height: auto; 
  background-image: url('../img/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main_text{
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 18px;
}
.right-area {
    width: 75%;
    display: flex;
    flex-direction: column;
}
h2{
    font-size: 45px;
    margin: 0 0 5px 0;
}
.position_text{
    font-size: 18px;
    margin: 0;
}
.tour-header-section {
    flex-grow: 1;
    background-image: url('../img/position_background.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    min-height: 20%;
    cursor: pointer;
}
.floorplan-type-section {
    display: flex;
    cursor: pointer;
}
.type-column{
    flex: 1;
    text-align: center;
    padding: 20px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    position: relative; 
    overflow: hidden;
}
#container_34a::before {
    content: "분리된 침실과 거실로 \000a 나만의 쉼표를 더해가요";
    white-space: pre-wrap;
    box-sizing: border-box; 
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    color: black;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
    font-weight: bold;
}
#container_34a:hover::before {
    opacity: 1;
    visibility: visible;
}
#container_59a::before {
    content: "집안 곳곳 들어오는 햇살과 바람만큼 \000a 기분 좋고 쾌적한 건 없잖아요";
    white-space: pre-wrap;
    box-sizing: border-box; 
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    color: black;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
    font-weight: bold;
}
#container_59a:hover::before {
    opacity: 1;
    visibility: visible;
}
#container_59b::before {
    content: "독립된 두 침실엔 프라이버시가 존중되고,\000a 탁 트인 주방과 거실은 개방감을 안겨줘요";
    white-space: pre-wrap;
    box-sizing: border-box; 
    padding: 10px;
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    color: black;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
    font-weight: bold;
}
#container_59b:hover::before {
    opacity: 1;
    visibility: visible;
}
h3{
    font-size: 45px;
    margin: 0 0 10px 0;
    text-align: center;  
    font-weight: 500;
    z-index: 2;
}
.img_type {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.img_type.type_59a {
    width: 100%;
    height: auto;
    max-width: 200px;
}