/* Legacy Layout Styles - 기존 레이아웃 스타일 보존 */
/* 이 파일은 Tailwind와 함께 사용되며 기존 구조와의 호환성을 유지합니다 */

html, body {
    width: 100%;
    height: 100%;
    line-height: 0;
    font-family: 'Noto Sans KR', 'nsk-Regular', sans-serif;
}

#contents {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1288px;
    position: relative;
}

.m_wrap_1 {
    position: relative;
    margin-right: 0px;
}

.m_wrap_2 {
    position: relative;
    margin-right: 0px;
    margin-top: 75px;
    overflow: hidden;
}

/* Legacy 클래스 - Tailwind 클래스가 우선순위를 가짐 */
.box_normal {
    width: 1288px;
    margin: 0px auto;
    margin-top: 120px;
    position: relative;
}

.box_100 {
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    position: relative;
    text-align: center;
}

.box_album {
    width: 1288px;
    margin: 0px auto;
    margin-top: 40px;
    position: relative;
}

.top_stripe {
    width: 100%;
    height: 76px;
    background: #f7f6f3;
}

.gp_point {
    top: 0px;
    left: 0;
    position: absolute;
    margin-top: -133px;
    width: 100%;
    text-align: center;
}

.s_btn_common {
    padding: 100px 0;
}
