/* 260716 이상희 수정 (프리텐다드 폰트 추가 */
@font-face {
                            font-family: "Pretendard";
                            src: url("/resources/fonts/Pretendard/Pretendard-Light.woff2") format("woff2");
                            font-weight: 300;
                            font-style: normal;
                          }

                          @font-face {
                            font-family: "Pretendard";
                            src: url("/resources/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2");
                            font-weight: 400;
                            font-style: normal;
                          }

                          @font-face {
                            font-family: "Pretendard";
                            src: url("/resources/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2");
                            font-weight: 600;
                            font-style: normal;
                          }

                          @font-face {
                            font-family: "Pretendard";
                            src: url("/resources/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2");
                            font-weight: 700;
                            font-style: normal;
                          }

                          body {
                            font-family: "Pretendard", "맑은 고딕", sans-serif;

                            * {
                              font-family: "Pretendard", "맑은 고딕", sans-serif !important;
                            }
                          }

                          
                          

/* //260716 이상희 수정 (프리텐다드 폰트 추가 */
.skip_nav {
    position: static !important;
  }
  .li_type1 > ul > li {
    word-break: keep-all;
  }
  .table-text {
    border-top: 2px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    line-height: 24px;
  }
  .table-text th {
    padding: 2px;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 10px;
  }
  .table-text td {
    padding: 2px;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 10px;
  }

  .fSize12 {
    font-size: 12px;
  }
  .fSize15 {
    font-size: 15px;
  }
  .fColorRed {
    color: #8f0349 !important;
  }
  .ulfwbold {
    font-weight: bold;
    text-decoration: underline;
  }

  input[name="celNo"]:invalid {
    border: 5px solid red;
  }

  input[name="regUserId"]:invalid {
    border: 5px solid red;
  }

  input[name="ptkNm"]:invalid {
    border: 5px solid red;
  }

  input[name="sel_Cd_01"]:invalid {
    border: 5px solid red;
  }
  input[name="sel_Cd_02"]:invalid {
    border: 5px solid red;
  }
  input[name="sel_Cd_03"]:invalid {
    border: 5px solid red;
  }
  input[name="sel_Cd_04"]:invalid {
    border: 5px solid red;
  }
  input[name="selCd3"]:invalid {
    border: 5px solid red;
  }

  /* 260619 ì´ìƒí¬ ì¶”ê°€ ê°„íŽ¸ì§€ì—°ì¦ëª…ì„œ */

  .search-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .row {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .row-label {
    width: 110px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--Color-Neutral-Black, #111111);
  }

  .row-label .row-label-tit {
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .row-label .desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #555555;
  }

  .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
  }

  .search-panel {
    width: 100%;
    min-height: 100%;
    padding: 44px 0;
    background: var(--Color-Neutral-100, #f3f3f3);
    outline: 1px solid var(--Color-Neutral-300, #cccccc);
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    box-sizing: border-box;
  }

  .required {
    color: var(--Color-Secondary-Red---Light, #e0292c);
    font-size: 16px;
    line-height: 1.5;
  }

  .form-controls {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .select-box,
  .input-box {
    width: 200px;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid var(--Color-Neutral-300, #cccccc);
    box-sizing: border-box;
    font-family: Pretendard, sans-serif;
    font-size: 18px;
  }

  .select-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #ccc;
    appearance: none;
    background: #fff url(/images/ic-arrow-down.svg) no-repeat;
    background-position: right 8px center;
    background-size: 24px 24px;
  }

  .input-box {
    color: var(--Color-Neutral-Black, #111111);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .input-box::placeholder {
    color: var(--Color-Neutral-300, #cccccc);
  }

  .select-text.strong {
    font-weight: 700;
  }

  .icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    position: relative;
    display: inline-block;
  }

  .btn_station_switch {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-left: -20px;
    margin-right: -20px;
    z-index: 99;
  }

  .btn_station_switch .icon-swap {
    width: 28px;
    height: 28px;
    display: block;
    background: url(/images/ic_change.svg) no-repeat center;
    background-size: 28px 28px;
  }

  .search-button {
    min-width: 300px;
    height: 52px;
    padding: 12px 24px;
    background: var(--Color-Primary-CI-SR-Main---Base, #4d334b);
    border: 0;
    border-radius: 6px;
    color: var(--Color-Neutral-White, #ffffff);
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
  }

  .delay-empty {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    overflow: hidden;
  }

  .delay-empty-box {
    align-self: stretch;
    height: 260px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Color-Neutral-100, #f3f3f3);
    border-top: 2px solid #000;
  }

  .delay-empty-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--Color-Neutral-Black, #111);
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    word-wrap: break-word;
  }
/* 260716 이상희 수정(확인 버튼 추가, 프린트 영역 축소) */
.dlyprn_btn {
  background: #ddd;
  padding: 6px 20px;
  border-radius: 6px;
  height: 32px;
}


.delay-print-wrap {
  border: 1px solid #111;
  max-width: 855px;
  margin: 0 auto;
}
/* //260716 이상희 수정(확인 버튼 추가, 프린트 영역 축소) */
  .delay-top-bg {
    box-sizing: border-box;
    overflow: hidden;
  }

  .delay-top-bg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .delay-view-top {
    margin-bottom: 60px;
  }

  .delay-view-top .left-area {
    float: left;
  }

  .delay-view-top .left-area img {
    display: block;
    max-width: 154px;
  }

  .delay-view-top .right-area {
    float: right;
  }
/* 260716 이상희 수정(프린트 영역 축소) */
.print-btn-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: end;
  max-width: 855px;
}
/* //260716 이상희 수정(프린트 영역 축소) */
  .delay-view-box {
    margin-bottom: 70px;
    text-align: center;
  }
/* 260716 이상희 수정( 패딩 및 폰트사이즈 수정) */
.delay-view-box h4 {
  margin: 0;
  padding: 30px 0;
  border-bottom: 2px solid #b2b2b2;
  font-size: 52px;
  line-height: 1.5;
}
/* //260716 이상희 수정( 패딩 및 폰트사이즈 수정) */
  .delay-view-box-con {
    position: relative;
    min-height: 320px;
    padding: 100px 0 40px;
    box-sizing: border-box;
  }

  .delay-view-box-con .deco-img {
    position: absolute;
    left: 50%;
    top: 70px;
    width: 650px;
    transform: translateX(-50%);
    opacity: 1;
    pointer-events: none;
  }

  .delay-view-box-con .deco-img img {
    display: block;
    width: 100%;
  }

  .test-txt {
    position: relative;
    z-index: 1;
    text-align: center;
  }
/* 260716 이상희 수정(폰트사이즈 수정) */
.test-txt span {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  word-break: keep-all;
}
/* //260716 이상희 수정(폰트사이즈 수정) */
  .test-txt strong {
    color: #a43f8b;
    font-weight: 600;
  }

  .b-title {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
  }
/* 260716 이상희 수정(패딩 수정) */
.print-notice-box {
  padding: 32px;
  background: #f3f3f3;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 0 70px 76px;
}
/* //260716 이상희 수정(패딩 수정) */
  .print-ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
/* 260716 이상희 수정(패딩,line-height 수정) */
.print-ul li {
  position: relative;
  margin-top: 26px;
  padding-left: 32px;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}
/* //260716 이상희 수정(패딩,line-height 수정) */
  .print-ul li:first-child {
    margin-top: 0;
  }
/* 260716 이상희 수정(left,top 수정) */
.print-ul li > span {
  position: absolute;
  left: 14px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #555;
  border-radius: 50%;
}
/* //260716 이상희 수정(left,top 수정) */
.print-ul strong {
  font-weight: 700;
}

  .print_btn {
    border-radius: 6px;
    padding: 10px 16px;
    width: 96px;
    height: 51px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .print_btn img {
    width: 24px;
    height: 24px;
  }
/* 260716 이상희 수정(페이지 사이즈 수정, padding-left,line-height 수정, 리스트 스타일 디스크 사이즈 수정, 당구장표시 사이즈, margin,국문 로고 사이즈 수정) */
.delay-t {
  position: relative;
  margin: 26px 0 0;
  padding-left: 32px;
  color: #5e0036;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}

.delay-t::before {
  content: "※";
  position: absolute;
  left: 8px;
  top: -1px;
  width: 15px;
  height: 15px;
}
.date-box {
  margin: 130px 0 0;
  text-align: center;
  color: #111;
  font-size: 34px;
  font-weight: 500;
  line-height: 51px;
}

.k_logo img {
  width: 106px;
  height: 40px;
}
/* //260716 이상희 수정(페이지 사이즈 수정, padding-left,line-height 수정, 리스트 스타일 디스크 사이즈 수정, 당구장표시 사이즈, margin,국문 로고 사이즈 수정) */
  .date-box span {
    display: block;
    margin-top: 24px;
  }

  .mgt_1 {
    margin-top: 8px;
  }

  .mgt_2 {
    margin-top: 16px;
  }

  .mgt_3 {
    margin-top: 32px;
  }

  .mgt_4 {
    margin-top: 72px;
  }

  @media (max-width: 767px) {
    /* 260716 이상희 수정(etk 반응형으로 수정) */
   .rsp-page,
  .rsp-page * {
    box-sizing: border-box;
  }

  /* 기존 고정 폭 해제 */
  .rsp-page .header-e,
  .rsp-page .container,
  .rsp-page .container-e,
  .rsp-page .sub_wrap,
  .rsp-page .footer,
  .rsp-page .header .global,
  .rsp-page .header .gnb_wrap,
  .rsp-page .container-e .slogan,
  .rsp-page .container-e .content_top,
  .rsp-page .container-e .best_wrap,
  .rsp-page .footer .f_li,
  .rsp-page .footer .f_content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  /* 본문 좌우 여백 */
  .rsp-page .container .sub_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* 모바일에서 사용하지 않는 영역 */
  .rsp-page .header .gnb_wrap,
  .rsp-page .header .global > a,
  .rsp-page .header .global .login_wrap,
  .rsp-page .header .gnb_bg,
  .rsp-page .quickmenu,
  .rsp-page .relate_url {
    display: none;
  }

  /* PC용 global 영역 높이 제거 */
  .rsp-page .header .global {
    height: 0;
  }

  /* 푸터 */
  .rsp-page .footer-e .f_li_wrap {
    padding: 13px 0;
  }

  .rsp-page .footer-e .f_content_wrap {
    padding: 0 13px 30px;
    text-align: center;
  }
    /* //260716 이상희 수정(etk 반응형으로 수정) */
    .row {
      flex-direction: column;
      justify-content: flex-start;
    }
    .select-box,
    .input-box {
      width: 100%;
      padding: 0 20px;
      min-width: 300px;
    }
    .row-label {
      width: 100%;
    }
    .btn_station_switch {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .btn_station_switch .icon-swap {
      transform: rotate(90deg);
    }
    /* 260716 이상희 수정(조회하기 후 확인 버튼) */
    .dlyprn_btn {
    padding: 6px 10px;
    border-radius: 6px;
    height: 32px;
    }
    /* //260716 이상희 수정(조회하기 후 확인 버튼) */
    .delay-view-box h4 {
      font-size: 32px;
      padding: 20px 0;
    }
    .delay-top-bg {
      margin-top: 24px;
    }
    .delay-view-box {
      margin-bottom: 50px;
    }
    .delay-view-box-con {
      padding: 30px 0 12px;
    }
    .delay-view-box-con .deco-img {
      width: clamp(280px, 60vw, 100%);
    }
    .test-txt span {
      font-size: 22px;
    }
    .print_btn {
      width: 88px;
      height: 44px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .print_btn img {
      width: 20px;
      height: 20px;
    }

    .date-box {
      margin: 80px 0 0;
      font-size: 18px;
      line-height: 1.5;
    }
    .date-box span {
      display: block;
      margin-top: 16px;
    }

    .date-box span img {
      width: clamp(88px, 14vw, 154px);
    }

    .print-notice-box {
      padding: 24px 10px;
      margin: 0 16px 24px;
    }

    .print-ul li,
    .delay-t {
      font-size: 16px;
      line-height: 1.5;
      padding-left: 22px;
    }
 /* 260716 이상희 수정(리스트 스타일 디스크 사이즈 수정, 당구장표시 사이즈 수정) */
  .print-ul li > span {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #555;
    border-radius: 50%;
  }

  .delay-t::before {
    content: "※";
    position: absolute;
    left: 8px;
    top: -1px;
    width: 8px;
    height: 10px;
  }  
        /* 260716 이상희 수정(리스트 스타일 디스크 사이즈 수정, 당구장표시 사이즈 수정) */
    .mgt_1 {
      margin-top: 4px;
    }

    .mgt_2 {
      margin-top: 12px;
    }

    .mgt_3 {
      margin-top: 24px;
    }

    .mgt_4 {
      margin-top: 28px;
    }
  }
  @media print {
    @page {
    size: A4;
    width: 595px;
    height: 842px;
    box-sizing: border-box;
  }   
  body * {
      visibility: hidden;
    }

    .delay-print-wrap,
    .delay-print-wrap * {
      visibility: visible;
    }

    .delay-print-wrap {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
    }
  }