/* 해더 일부 css 무력화 */
.breadcrumb{display:none!important;}

/* GW_basic responsive.css 의 padding 강제 제거 */
.main_boundary,.sub_boundary{padding:0!important;}
*{box-sizing:border-box;}

/* 티켓조회 페이지는 body padding 제거하되 overflow는 허용 */
body.ticket-check-page {
    margin: 0;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    background: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
}

/* 티켓조회 페이지 전체 wrapper */
.ticket-check-page-wrapper {
    background: #6bcaf8fc !important;
    margin: 0;
    padding: 0 10px 80px 10px; /* 하단 여백 충분히 추가 */
    min-height: 100vh;
    overflow: visible;
}

/* PC: 헤더 높이만큼 상단 여백 */
@media screen and (min-width: 1024px) {
    .ticket-check-page-wrapper {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

/* 모바일: fixed 헤더 + top nav 높이만큼 상단 여백 */
@media screen and (max-width: 1023px) {
    .ticket-check-page-wrapper {
        padding-top: 120px; /* 헤더 60px + top nav 50px + 여유 10px */
        padding-bottom: 100px; /* 하단 여백 넉넉하게 */
    }
}

@media screen and (max-width: 768px) {
    .ticket-check-page-wrapper {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 480px) {
    .ticket-check-page-wrapper {
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

.ticket-check-container {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
    overflow: hidden;
    margin-bottom: 20px; /* 컨테이너 하단 여백 */
}

.ticket-check-container .ticket-check-title {
    color: #888;
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 10.5px;
    font-weight: 300;
    line-height: 1.5;
}

.ticket-check-title-line {
    background: #dddddd;
    content: '';
    display: block;
    height: 2px;
    margin: 0.75em auto 0 auto;
    position: relative;
    width: 8em;
    margin-top: 25px;
}

.ticket-check-caution {
    font-size: 14px;
    color: #ff2e5a;
    margin: 15px 0;
}

.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

.ticket-check-input {
    height: 45px;
    width: 100%;
    color: #000;
    background: rgba(144, 144, 144, 0.15);
    border-radius: 0;
    border: none;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.ticket-check-hp-caution {
    font-size: 12px;
    margin: 0px;
    margin-top: -15px;
    color: #999;
}

.ticket-check-hp-caution .active {
    color: #ff2e5a;
}

.ticket-check-btn-submit {
    background-color: #5BB6E2;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    padding: 30px 0px 30px;
    width: 100%;
    font-weight: 700;
    color: white;
    font-size: 18px;
    margin: 20px 0;
    cursor: pointer;
}

.ticket-check-btn-submit:hover {
    background-color: #4aa5d1;
}

.ticket-check-input-box {
    padding-right: 10px;
}

.ticket-check-ordnum-title {
    margin-top: 30px;
    color: #888;
    font-weight: 300;
    line-height: 1.1;
}

.ticket-check-precaution {
    color: #999;
    padding-top: 15px;
    font-size: 15px;
}

.ticket-check-point-caution {
    color: rgb(255, 0, 0);
    font-weight: 700;
}

.ticket-check-notice-wrap {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 10px;
    margin-bottom: 15px; /* 공지사항 간격 */
    justify-content: center;
    word-break: keep-all;
    text-align: center;
}

.ticket-check-notice-wrap:last-of-type {
    margin-bottom: 0; /* 마지막 공지사항은 하단 여백 제거 */
}

.ticket-check-notice-left {
}

.ticket-check-notice-right {
    line-height: 200%;
}

.ticket-check-notice-right p:nth-child(1) {
    color: #5BB6E2;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.ticket-check-notice-right p:nth-child(n+2) {
    margin-top: 0;
    margin-bottom: 0;
}

.ticket-check-input::placeholder {
    color: #A8B0B3;
    opacity: 1;
}

.ticket-check-input:-ms-input-placeholder {
    color: #A8B0B3;
}

.ticket-check-input::-ms-input-placeholder {
    color: #A8B0B3;
}

.ticket-check-fade {
    position: absolute;
    background: #313a3d;
    width: 110%;
    height: 200%;
    z-index: 3;
    margin-left: -20px;
    margin-top: -10px;
}

.ticket-check-page-wrapper {
    overflow-x: hidden; 
}

 .promo-banner-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -10px;
  margin-bottom: 16px;
  border-radius: 10px 10px 0 0; /* at-container 상단 라운드에 맞춤 */
}
.promo-banner-img {width:100%; height:auto; display:block;}
.banner-admin-notice {position:absolute; top:6px; left:6px; background:rgba(0,0,0,.6); color:#ff0; font-size:11px; padding:3px 8px; border-radius:4px; margin:0; z-index:1;}