#franchise-menu-mo {
  display: none;
}
#franchise-menu {
  margin-top: 130px;
}
#franchise-menu .sub-menu {
  display: none;
}
#franchise-menu .menu {
  list-style: none;
  display: flex;
  position: relative;
  width: 100%;
}
#franchise-menu .menu > .menu-item {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 22px;
  font-family: "PBGothic", sans-serif;
  border-bottom: 3px solid #CCCCCC;
  display: table-cell;
}
#franchise-menu .menu > .menu-item.current-menu-item,
#franchise-menu .menu > .menu-item.current-menu-parent {
  border-bottom: 3px solid #062F78;
  background-color: #D9E1ED;
}
#franchise-menu .menu > .menu-item > a {
  padding: 15px 0 16px;
  display: inline-block;
}
#franchise-menu .menu > .menu-item.current-menu-item > a {
  color: #062F78;
}

#franchise-menu .menu > .menu-item.current-menu-parent > .sub-menu {
  display: flex;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  gap: 60px;

}
#franchise-menu .menu > .menu-item.current-menu-parent > .sub-menu .menu-item a {
  color: #CCCCCC;
}
#franchise-menu .menu > .menu-item.current-menu-parent > .sub-menu .current-menu-item a {
  color: #062F78;
}
.subpage-title {
  margin-top: 113px;
  color: #000000;
  font-size: 52px;
  font-family: "PBGothic", sans-serif;
  font-weight: 700;
}

.pb-table {
  width: 100%;
  border-top: 3px solid #B4C0D6;
  font-family: "PBGothic", sans-serif;
}
.pb-table thead {
  font-size: 23px;
}  
.pb-table thead th {
  background-color: #F5F6F7;
  padding: 25px 0;
  vertical-align: middle;
}
.pb-table tbody {
  font-size: 19px;
  line-height: 31px;
}
.pb-table tbody th {
  background-color: #F5F6F7;
  padding: 22px 0;
  vertical-align: middle;
  border-bottom: 1px solid #CCCCCC;
}
.pb-table tbody td {
  padding: 22px 0;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  color: #1a1a1a;
}
.pb-table tbody td.left {
  text-align: left;
  padding-left: 60px;
}
.pb-table tbody td.small {
    padding: 7px 0;
}
.pb-table tbody td small {
    display: block;
    font-size: 19px;
    opacity: .65;
}
.pb-table tr th + th,
.pb-table tr td + td,
.pb-table tr td.border {
  border-left: 1px solid #ccc;
}
.pb-table img {
    display: inline-block;
}

.franchise-slider .slide {
    position: relative;
}
.franchise-slider .slide span {
    font-size: 25px;
    color: #E4EEFF;
    position: absolute;
    top: 28px;
    left: 31px;
    font-family: "PBGothic", Sans-Serif;
}

.franchise-slider .slick-prev,
.franchise-slider .slick-next {
  width: 32px;
  height: 54px;
  background-color: #fff;
  margin-top: -22px;
}
.franchise-slider .slick-prev {
  left: -62px;
}
.franchise-slider .slick-next {
  right: -62px;
}
.franchise-slider .slick-prev::before,
.franchise-slider .slick-next::before {
  width: 100%;
  height: 100%;
  content:'';
  display: block;
  opacity: 1;
  transform: rotate(0deg);
}
.franchise-slider .slick-prev::before {
  background: url(https://d2afncas1tel3t.cloudfront.net/wp-content/uploads/2025/07/arrow-left.svg);
}
.franchise-slider .slick-next::before {
  background: url(https://d2afncas1tel3t.cloudfront.net/wp-content/uploads/2025/07/arrow-right.svg);
}
.franchise-slider .slick-slider {
  padding-bottom: 43px;
}
.franchise-slider .slick-dots {
  bottom: 0;
}
.franchise-slider .slick-dots li {
  margin: 0 10px;
  height: 12px;
}
.franchise-slider .slick-dots li:not(.slick-active),
.franchise-slider .slick-dots li:not(.slick-active) button {
  width: 12px;
  height: 12px;

}
.franchise-slider .slick-dots button::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background-color: #B9B9B9;
  border-radius: 6px;
  opacity: 1;
}
.franchise-slider .slick-active {
  width: 48px;
}
.franchise-slider .slick-dots .slick-active li,
.franchise-slider .slick-dots .slick-active button {
  width: 48px;
  height: 12px;
}
.franchise-slider .slick-active button::before {
  background-color: #062F78;
  width: 48px;
}

.franchise-form {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    font-size: 18px;
}

.franchise-form .form-group {
    margin-bottom: 40px;
}

.franchise-form .form-label {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
    display: block;
    letter-spacing: -0.03em;
}

.franchise-form .radio-group {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.franchise-form .radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.franchise-form .radio-item input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #666;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.franchise-form .radio-item input[type="radio"]:checked {
    border-color: #000;
}

.franchise-form .radio-item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.franchise-form .radio-item label {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    letter-spacing: -0.03em;
}

.franchise-form .radio-item input[type="radio"]:not(:checked) + label {
    color: #666;
}

.franchise-form .input-field {
    width: 100%;
    max-width: 1400px;
    height: 57px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: white;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.franchise-form .btn {
    height: 57px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    background: #062F78;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
.franchise-form .manager-btn {
  width: 81px;
}

.franchise-form .input-field:focus {
    outline: none;
    border-color: #023586;
}

.franchise-form .input-field::placeholder {
    color: #b2b2b2;
    font-weight: 600;
}

.franchise-form .one-column {
    max-width: calc(50% - 10px);
}
.franchise-form .column-2-3 {
    width: 940px;
    max-width: 100%;
}

.franchise-form .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.franchise-form .email-container {
    width: 100%;
    display: flex;
    gap: 10px;
}
.franchise-form .email-container .one-column {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.franchise-form .email-input {
    flex: 1;
}

.franchise-form .email-at {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}

.franchise-form .email-select {
}

.franchise-form .phone-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.franchise-form .phone-input {
    width: 120px;
}

.franchise-form .phone-separator {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}

.franchise-form .priority-container {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.franchise-form .priority-label {
    height: 57px;
    background: #d9e1ed;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #023586;
}

.franchise-form .select-field {
    height: 57px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M3 6l5 5 5-5" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
}

.franchise-form .address-container {
    width: 100%;
}

.franchise-form .address-input {
    flex: 1;
    width: 100%;
}

.franchise-form .budget-options {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.franchise-form .textarea-field {
    width: 100%;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: white;
    resize: vertical;
    font-family: 'Noto Sans KR', sans-serif;
}

.franchise-form .textarea-field::placeholder {
    color: #b2b2b2;
}

.franchise-form .textarea-label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
}

.franchise-form .char-count {
    font-size: 18px;
    color: #b2b2b2;
    font-weight: 600;
}

.franchise-form .file-input-container {
    position: relative;
}

.franchise-form .required {
    color: #f22;
    margin-right: .25em;
}

/* 기본 파일 입력 숨기기 */
input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.franchise-form #fileName {
    cursor: pointer;
}

/* 커스텀 파일 입력 스타일 */
.file-input-display {
    display: flex;
    align-items: center; /* 세로 가운데 정렬 */
    justify-content: flex-start; /* 좌측 정렬 */
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 포커스 시 스타일 */
input[type="file"]:focus + .file-input-display {
    border-color: #007bff;
    outline: none;
}

.ke6vzmh6 {
    margin-top: 37px;
    padding-left: 20px;
    font-size: 25px;
    font-family: "PBGothic", sans-serif;
    line-height: 48px;
    color: #B2B2B2;
}
.gqcawa3x {
    margin-top: 66px;
    padding-left: 20px;
    font-size: 25px;
    font-family: "PBGothic", sans-serif;
    line-height: 38px;
    color: #1A1A1A;
}
.mkawz9wk {
    margin-top: 115px;
    text-align: center;
}
.igntm5g7 {
    padding: 33px 128px;
    background-color: #062F78;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: "PBGothic", sans-serif;
}
span.underline {
  position: relative;
}
span.underline::after {
  position: absolute;
  inset: 0;
  content: '';
  width: 100%;
  border-bottom: 10px solid #062F78;
  opacity: .15;
  display: block;
}
.manager-table td {
  text-align: left !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.sub-menu-container { 
  display: none;
}

.b7mx2w0d {
  position: relative;
  /* width: 100%; */
}
.b7mx2w0d button {
  position: absolute;
  display: none;
  padding: 4px 10px;
  font-family: 'PBGothic', sans-serif;
  font-size: 19px;
  line-height: 1;
  border: 2px solid #062F78;
  border-radius: 20px;
  color: #062F78;
  cursor: pointer;
  background-color: transparent;
}
.b7mx2w0d button.active {
  background-color: #062F78;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sub-menu-container { 
    display: block;
  }
  .b7mx2w0d {
    max-width: 242px;
  }
  .b7mx2w0d button {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1;
    border: 1px solid #062F78;
    border-radius: 20px;
    cursor: pointer;
  }
  .manager-table td {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .franchise-slider .slide span {
      font-size: 9px;
      top: 7px;
      left: 8px;
  }

  .franchise-slider .slick-prev,
  .franchise-slider .slick-next {
    width: 4px;
    height: 8px;
    margin-top: -22px;
  }
  .franchise-slider .slick-prev {
    left: -18px;
  }
  .franchise-slider .slick-next {
    right: -18px;
  }
  .franchise-slider .slick-prev::before,
  .franchise-slider .slick-next::before {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .franchise-slider .slick-slider {
    padding-bottom: 14px;
  }
  .franchise-slider .slick-dots {
  }
  .franchise-slider .slick-dots li {
    margin: 0 4px;
    height: 3px;
  }
  .franchise-slider .slick-dots li:not(.slick-active),
  .franchise-slider .slick-dots li:not(.slick-active) button {
    width: 3px;
    height: 3px;

  }
  .franchise-slider .slick-dots button::before {
    width: 3px;
    height: 3px;
    border-radius: 6px;
  }
  .franchise-slider .slick-active {
    width: 9px;
  }
  .franchise-slider .slick-dots .slick-active li,
  .franchise-slider .slick-dots .slick-active button {
    width: 9px;
    height: 3px;
  }
  .franchise-slider .slick-active button::before {
    width: 9px;
  }

  .pb-table {
    width: 100%;
    border-top-width: 1px;
  }
  .pb-table thead {
    font-size: 10px;
  }  
  .pb-table thead th {
    padding: 13px 0;
  }
  .pb-table tbody {
    font-size: 9px;
    line-height: 11px;
  }
  .pb-table tbody th {
    padding: 13px 0;
  }
  .pb-table tbody td {
    padding: 13px 0;
  }
  .pb-table tbody td.left {
    text-align: left;
    padding-left: 30px;
  }
  .pb-table tbody td.small {
      padding: 3px 0;
  }
  .pb-table tbody td small {
      font-size: 8px;
  }

  span.underline::after {
    border-bottom-width: 4px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 24px;
  }

  .franchise-form .two-column {
      grid-template-columns: 1fr;
  }
  
  .franchise-form .priority-container {
      grid-template-columns: 1fr;
  }
  
  .franchise-form .email-container {
      flex-direction: column;
      align-items: stretch;
  }
  
  /* 휴대폰 번호 모바일 스타일 */
  .franchise-form .phone-container {
      align-items: center;
      gap: 8px;
  }
  
  .franchise-form .phone-input {
      width: 100%;
  }
  
  .franchise-form .address-container {
      /* flex-direction: column; */
  }
  
  .franchise-form .radio-group {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .franchise-form .budget-options {
      flex-direction: column;
      align-items: flex-start;
  }
  .franchise-form {
      max-width: 100%;
  }
  
  .franchise-form .one-column {
    max-width: 100%;
  }
  .franchise-form .form-group {
      margin-bottom: 16px;
  }
  
  .franchise-form .form-label {
      font-size: 11.43px;
      line-height: 14px;
      margin-bottom: 9px;
  }
  
  /* 모집구분 모바일 스타일 */
  .franchise-form .radio-group {
      flex-direction: row;
      gap: 10px;
      flex-wrap: wrap;
  }
  
  .franchise-form .radio-item input[type="radio"] {
      width: 10px;
      height: 10px;
      border-width: 1px;
  }
  
  .franchise-form .radio-item input[type="radio"]:checked::after {
    width: 3px;
    height: 3px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .franchise-form .radio-item label {
      font-size: 10.45px;
  }
  .franchise-form .radio-item {
    gap: 3px;
  }
  
  /* 신청인 이름, 생년월일 모바일 스타일 */
  .franchise-form .btn,
  .franchise-form .input-field {
      height: 20px;
      font-size: 8.44px;
      padding: 0 6.4px;
      border-radius: 1.5px;;
  }
  .franchise-form .manager-btn {
    width: 36px;
  }
  
  .franchise-form .phone-input {
      width: 60px;
      height: 20px;
      font-size: 8.44px;
      padding: 0 6.4px;
  }
  
  .franchise-form .phone-separator {
      font-size: 8.44px;
  }
  
  /* 이메일 모바일 스타일 */
  .franchise-form .email-container {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      grid-template-rows: auto auto;
      gap: 8px;
      align-items: center;
  }
  
  .franchise-form .email-input {
      height: 20px;
      font-size: 8.44px;
      padding: 0 6.4px;
  }
  
  .franchise-form .email-input:first-child {
      grid-column: 1 / 4;
      grid-row: 1;
  }
  
  .franchise-form .email-at {
      grid-column: 1;
      grid-row: 2;
      justify-self: end;
      font-size: 8.44px;
      margin-right: 8px;
  }
  
  .franchise-form .email-input:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
  }
  
  .franchise-form .email-select {
      grid-column: 3;
  }
  
  /* 개설 희망지역 모바일 스타일 */
  .franchise-form .priority-container {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 8px;
      margin-bottom: 15px;
  }
  
  .franchise-form .priority-label {
      height: 20px;
      font-size: 8.55px;
      width: 60px;
      justify-self: start;
      border-radius: 1.5px;
  }
  
  .franchise-form .select-field {
      height: 20px;
      font-size: 8.44px;
      padding: 0 6.4px;
      padding-right: 16px;
      background-size: 5%;
      border-radius: 1.5px;
    background-position: right 10px center;
  }
  
  /* 물건지 주소 모바일 스타일 */
  .franchise-form .address-input {
      max-width: 230px;
  }
  
  /* 개설 희망비용 모바일 스타일 */
  .franchise-form .budget-options {
      flex-direction: row;
      gap: 15px;
      flex-wrap: wrap;
  }
  
  /* 기타 문의사항 모바일 스타일 */
  .franchise-form .textarea-field {
      height: 50px;
      font-size: 8.44px;
      padding: 8px;
      border-radius: 1.5px;
  }
  
  .franchise-form .char-count {
      font-size: 8.44px;
  }
  
  /* 모바일에서 두 컬럼을 한 컬럼으로 */
  .franchise-form .two-column {
      grid-template-columns: 1fr;
      gap: 25px;
  }

  .franchise-form .textarea-label {
    margin-bottom: 0;
  }

  #vpfqbvek {
    font-size: 12px;
  }
  .ke6vzmh6 {
    font-size: 6.83px;
    line-height: 11.39px;
    margin-top: 12.2px;
    padding-left: 0;
  }
  .gqcawa3x {
    margin-top: 24px;
    font-size: 9.38px;
    line-height: 13px;
    padding-left: 0;
  }
  .mkawz9wk {
    margin-top: 27px;
  }
  .igntm5g7 {
    font-size: 15px;
    line-height: 18px;
    padding: 19px 0;
    width: 100%;
  }

    #franchise-menu {
      display: none;
    }
    #franchise-menu > .menu > .menu-item > a {
        display: none;
    }

    #franchise-menu > .menu > .current-menu-item .sub-menu,
    #franchise-menu > .menu > .current-menu-parent .sub-menu {
        top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 2px;
        grid-column-gap: 2px;
    }

    .single-press_releases .term-desc,
    .tax-pr_category .term-desc {
        margin: 30px 0 67px;
        font-size: 24px;
        line-height: 30px;
    }
    .press-releases-list ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 30px;
    }

  #franchise-menu-mo {
      display: block;
      background: #fff;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
      -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
      box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
      position: absolute;
      top: 74px;
      left: 0;
      right: 0;
  }

  #franchise-menu-mo .menu > .menu-item.current-menu-item,
  #franchise-menu-mo .menu > .menu-item.current-menu-parent {
      border-bottom: 3px solid #062F78;
  }
  #franchise-menu-mo .menu > .menu-item.current-menu-item,
  #franchise-menu-mo .menu > .menu-item.current-menu-parent > a {
      color: #062F78;
  }
    #franchise-menu-mo .sub-menu {
        display: none;
    }
  .sub-menu-container {
      position: absolute;
      top: 154px;
      left: 0;
      width: 100%;
  }
  .sub-menu-container .sub-menu .current-menu-item a {
      font-weight: 700;
  }

    .scrollable-menu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0;
        -webkit-overflow-scrolling: touch;
    }

    .scrollable-menu::-webkit-scrollbar {
        height: 3px;
    }

    .scrollable-menu::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }

    .scrollable-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px;
    }

    .scrollable-menu > ul {
        display: inline-flex;
        list-style: none;
        margin: 0;
        padding: 0;
        min-width: 100%;
        justify-content: center;
    }

    .scrollable-menu li {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .scrollable-menu li > a {
        display: block;
        padding: 18px 20px;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        border-bottom: 3px solid transparent;
        position: relative;
    }
    .scrollable-menu .current-menu-item a {
        color: #062F78;
    }
    #franchise-menu-mo a {
        font-size: 15px;
    }

    .sub-menu-container a {
        font-size: 12px;
        padding: 6px 12px !important;
    }


}
