  @font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

div, table, td {font-family:'NanumSquareNeo';}
	
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

/* =========================================
   Section 7: ADDRESS – 고급스러운 디자인
========================================= */
        :root {
            --bg-color: #ffffff;
            --text-main: #1a1a1a;
            --text-sub: #555555;
            --text-light: #999999;
            --accent-color: #8c7b6b;
            --border-color: #e5e5e5;
        }

        body {
            color: var(--text-main);
            background-color: var(--bg-color);
            line-height: 1.6;
            word-break: keep-all;
            overflow-x: hidden;
        }

        /* Typography Classes */
        .eng-font {
            font-family: 'NanumSquareNeo', sans-serif;
        }
        .serif-kr {
            font-family: 'NanumSquareNeo', sans-serif;
        }

        /* Layout */
        .wrapper4, .wrapper5, .wrapper6, .wrapper7 {
            width: 100%;
            background-color: var(--bg-color);
            position: relative;
        }

        .container1 {
            max-width: 1600px;
            width: 100%;
            margin: 0 auto;
            padding: 0 0px;
        }

.wrapper7 {
    padding: 0;
}

.product-bg {
    background: #fff; /* 더 차분하고 우아한 베이지 톤 */
    padding: 0px 0px 80px 0px;
    color: #2c2c2c;
    text-align: center;
}

.sub-title1 {
   font-size: 14px;	 		
   font-family: 'NanumSquareNeo', sans-serif;
   font-weight: 500;
   letter-spacing: 2px;
   color: var(--text-sub);
   margin-bottom: 10px;
   display: block;
}

/* 타이틀 – 세리프 폰트 적용 */
.product-bg h2 {
    font-weight: 700;
    font-size: 38px;
    color: #2c2c2c;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}
.product-bg h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #a97478; /* 포인트 컬러 */
}

/* 지도 영역 – 액자 프레임 & 깊이감 */
.map-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 40px auto;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
    padding: 8px; /* 흰색 테두리 */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 480px;
    border-radius: 0px;
    overflow: hidden;
}

/* 하단 주소 영역 – 카드 스타일 */
.address-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    text-align: left;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.address-info {
    flex: 1;
}

/* 위치 아이콘 + 한글 주소 */
.addr-ko {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 6px;
	line-height: 25px;
}
.addr-ko svg {
    flex-shrink: 0;
}

.addr-en {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
	line-height: 18px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.5px;
}

.addr-notice {
    font-size: 14px;
    color: #a49387;
    font-weight: 300;
	line-height: 18px;
    letter-spacing: 0.3px;
}

/* 우측 네비게이션 버튼 */
.address-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 200px;
}

/* 버튼 스타일 세련되게 변경 */
.product-bg .btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333 !important;
    padding: 20px 35px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid #333;
    text-decoration: none !important;
    border-radius: 50px;

    transition: transform 0.3s ease,
                box-shadow 0.3s ease,
                background-color 0.3s ease,
                color 0.3s ease;
}

.product-bg .btn1:hover {
    background: transparent;
    color: #333 !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.product-bg .btn1:active {
    transform: translateY(-1px);
}

/* 지도 안내 문구 (Ctrl+스크롤) – 고급스러운 토스트 */
#map-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    color: #2c2c2c;
    padding: 14px 28px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 400;
    z-index: 10;
    display: none;
    pointer-events: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-family: 'Nanum Square Neo', sans-serif;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
#map-warning strong {
    font-weight: 700;
    color: #a97478;
}

/* 태블릿 */
@media (max-width: 1200px) {
    .product-bg { padding: 0px 0 50px; }
    #map { height: 400px; }
    .address-bottom { padding: 25px 30px; }
}

/* 모바일 */
@media (max-width: 768px) {
    .product-bg { padding: 0px 0 50px; }

    .product-bg h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .product-bg h2::after {
        width: 40px;
        bottom: -8px;
    }

    .map-wrap {
        margin-bottom: 20px;
        padding: 6px;
        border-radius: 0px;
    }
    #map {
        height: 350px;
        border-radius: 0px;
    }

    .address-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 20px;
        backdrop-filter: none;
        background: rgba(255,255,255,0.4);
    }

    .addr-ko {
        font-size: 17px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .addr-en {
        font-size: 13px;
    }
    .addr-notice {
        font-size: 13px;
    }

    .address-btn {
        width: 100%;
        justify-content: center;
    }
    .product-bg .btn1 {
        width: 100%;
        max-width: 280px;
        padding: 14px 0;
        font-size: 15px;
        border-radius: 50px;
    }

    #map-warning {
        font-size: 12px;
        padding: 10px 18px;
        white-space: normal;
        max-width: 90%;
    }
}