body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: auto;
    background-color: #eaeaea;
    padding: 10px 10px;    
    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;
    flex-direction: column;
    height: auto;
}
.left-area {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: none; 
    border-bottom: 1px solid black;
    justify-content: center;
    padding: 20px 20px;
}
h1{
    font-size: 28px;
    margin: 0 0 0 0;
}
.logo {
    width: 80px;
    height: auto; 
    background-image: url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.main_text{
    padding: 0;
    margin: 0px 0 0 0;
    font-size: 15px;
}
.right-area {
    width: 100%;
    display: flex;
    flex-direction: column; 
}
h2{
    font-size: 30px;
    margin: 0 0 5px 0;
}
.position_text{
    font-size: 16px;
    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;
    height: 100%;
    min-height: 150px;
    cursor: pointer;
    padding: 20px 20px;
    border-bottom: 1px solid black;
}
.floorplan-type-section {
    display: flex;
    cursor: pointer;
    min-height: auto; 
    flex-direction: column; 
}
.type-column{
    flex: 1;
    text-align: center;
    padding: 20px;
    height: auto; 
    display: flex;
    flex-direction: column;
    position: relative; 
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid black; 
    border-top: none; 
}
.type-column:last-child {
    border-bottom: none;
}
h3{
    font-size: 30px;
    margin: 0 0 10px 0;
    text-align: center;
    z-index: 2;
    font-weight: 500;
    flex-shrink: 0;
}
.img_type {
    width: auto;
    max-width: 100%; 
    max-height: 120px; 
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: auto;
    flex-grow: 1;
    object-fit: contain; 
}
.img_type.type_59a {
    max-height: 120px; 
}
#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;
}