
.contnet-wrapper,
.page-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.top-title-container {
    text-align: center;
    padding: 50px 0 100px 0;
    position: relative;
}

.top-title-container .top-title {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1em;
    color: #111;
	text-transform: uppercase;
}

.top-title-container .subtitle {
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 1em;
    line-height: 1em;
    color: #555;
    padding-top: 18px;
    padding-left: 8px;
}

/* 배너 영역 */
.page-banner {
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.page-banner img {
    max-width: 100%;
    max-height: 382px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.page-banner .banner-title-container {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    left: calc((100% - 1200px) / 2);
    top: 40%;
}

.page-banner .banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 1.2;
    position: absolute;
    width: 600px;
}

.page-banner .parent-title {
    display: none !important;
    width: 200px;
    height: 90px;
    background: url(/img/sub/common/bg_lnb.gif) no-repeat;
    color: #fff;
    font-weight: normal;
    font-size: 23px;
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
    text-align: left;
    position: absolute;
    top: auto;
    bottom: 0;
    left: max(0px, calc((100vw - 1200px) / 2) - 6px);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    border-radius: 8px 8px 0px 0px !important;
}

.content-right {
    padding: 30px 0 0 0 !important;
}

.content-right .page-navigation {
    display: none !important;
}

/* 반응형 배너 크기 및 텍스트 위치 */
@media (max-width: 1200px) {
    .page-banner .parent-title {
        font-size: 24px;
        top: auto;
        bottom: 0;
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        color: #fff;
        order: initial;
    }
    .page-banner .banner-title-container {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    
    .page-banner img {
        max-height: 220px;
    }
    .page-banner .banner-title {
        font-size: 28px;
        width: 200px;
    }
    .page-banner .parent-title {
        display: none !important;
    }
    .page-banner .banner-title-container {
        width: 95vw;
    }
}
@media (max-width: 600px) {
    .page-banner {
        /* height: 120px; */
        padding: 0 8px;
        position: relative;
    }
    .page-banner img {
        max-height: 120px;
    }
    .page-banner .banner-title {
        font-size: 18px;
        padding-left: 20px;
        text-align: left;
        margin: 0;
        position: static;
        color: #fff;
        z-index: 2;
        background: none;
    }
    .page-banner .parent-title {
        font-size: 16px;
        top: auto;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    .page-banner .banner-title-container {
           width: 100vw;
           min-width: 0;
           padding: 0 4px;
           height: 100%;
           position: absolute;
           top: 0;
           left: 0;
           display: flex;
           flex-direction: column;
           align-items: flex-start !important;
           justify-content: center;
           z-index: 2;
           text-align: left !important;
    }
}

/* 에러 박스 및 버튼 */
.error-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error-box a,
.content-area a.go-home {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #d32f2f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

/* 컨텐츠 영역 */
.content-area {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0;
}

.content-flex {
    display: flex;
    width: 100%;
}
.content-left {
    width: 200px;
    min-width: 200px;
    /* 배경색 제거 */
    background: none !important;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.content-right {
    flex: 1;
    padding: 0 20px;
    box-sizing: border-box;
}
.content-right .location {
    display: none;
}
@media (max-width: 900px) {
    .content-flex {
        flex-direction: column;
    }
    .content-left {
        width: 100%;
        min-width: 0;
        padding: 0;
    }
}

/* 서브메뉴 리스트 스타일 */
.sub-menu-responsive {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
    background: #fff;
    margin: 0 auto;
}

.sub-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.sub-menu-list li {
    margin: 0;
    border-radius: 20px;
}
.sub-menu-list li a {
    display: block;
    padding: 10px 20px;
    /* border: 1px solid #ddd; */
    border-radius: 20px;
    color: #333;
    background: #f3f3f3;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.sub-menu-list li a:hover {
    background: #a28a3d;
    color: #fff;
    /* border-radius: 10px; */
}
.sub-menu-list li.current-menu a {
    background: #beaa6b;
    color: #ffffff;
    font-weight: bold;
    /* border-radius: 10px; */
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

.page-navigation {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    margin: 22px 0 18px 0;
}
.page-navigation span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.page-navigation .nav-home img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* 모바일에서 page-navigation 줄바꿈 처리 */
@media (max-width: 768px) {
    .page-navigation {
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        font-size: 13px;
    }
    .page-navigation span {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .content-right {
        padding: 0 10px !important;
    }

    .top-title-container {
        display: none;
    }
}