/* header & footer */
.h-onlypc .topbannerWrap .header-topbanner,
.h-onlypc .header-main,
.h-onlypc .bottom-menu .barWrap,
.h-onlypc .bottom-menu__content .tabsWrap,
.h-onlypc .bottom-menu__content .colsWrap,
.f-onlypc {
    min-width: 1280px;
}
#pricelist {
    min-width: 1280px;
    padding: 160px 0;
}
.service_price .price-txt {
    text-align: center;
}
.service_price .price-txt p {
    color: #072fbe;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.25px;
    padding-bottom: 4px;
}
.service_price .price-txt h2 {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
.service_price .serprice-tab {
    width: 694px;
    display: flex;
    justify-content: center;
    background: #edf3ff;
    border-radius: 500px;
    padding: 8px;
    gap: 62px;
    margin: 40px auto 60px;
}
.service_price .serprice-tab button {
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.25px;
    padding: 16px;
    border-radius: 200px;
    transition: all 0.2s linear;
}
.serprice-tab button:is(:hover, :focus-visible, .is-open) {
    color: #072fbe;
    background-color: #D0DEF7;
  }
.service_price .serprice-tab button:focus-visible {
    color: #072fbe;
    background-color: #D0DEF7;
}
.pricebox {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}
.pricebox .txtbox {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.pricebox .txtbox h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
    padding: 24px 0;
    border-top: 2px solid #1a1a1a;
}
.pricebox .typebox_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.pricebox .typebox_all .typebox {
    border: 1px solid #ddd;
    border-radius: 16px;
    background-color: #f9f9f9;
    padding: 40px 24px;
}
.pricebox .typebox_all .typebox.bg-gray {
    background-color: #E6E6E6;
}
.pricebox .typebox_all .type-titbox h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.25px;
    color: #1a1a1a;
}
.pricebox .typebox_all .type-titbox > p,
.pricebox .typebox_all .box-exp > p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #666;
    letter-spacing: -0.5px;
}
.pricebox .typebox_all .typebox .btn--start {
    display: block;
    padding: 16px;
    width: 100%;
    border-radius: 8px;
    background-color: #072fbe;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.25px;
    color: #f9f9f9;
    transition: all 0.3s ease;
}
.pricebox .typebox_all .typebox .btn--start:hover,
.pricebox .viewmore:hover {
    filter: brightness(1.2);
}
.pricebox .caption {
    padding: 40px 0 16px;
}
.pricebox .caption p {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
}
.pricebox .viewmore {
    display: inline-block;
    padding: 16px 82px;
    border-radius: 8px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    transition: all 0.3s ease;
}
/* pb1 */
.pb1 .txtbox h3 {
    width: 50%;
}
.pb1 .typebox_all .typebox .type-titbox p:first-child {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.25px;
    padding: 4px 12px;
    border-radius: 50px;
    background: #edf1ff;
    color: #072fbe;
}
.pb1 .typebox_all .typebox .type-titbox h3 {
    padding: 12px 0;
}
.pb1 .typebox_all .typebox .typeprice > p:first-child {
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.25px;
    padding-top: 24px;
}
.pb1 .typebox_all .typebox .typeprice > p:first-child span {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.5;
}
.pb1 .typebox_all .typebox .typeprice .optiontxt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
    color: #1a1a1a;
    padding-bottom: 52px;
}
.pb1 .typebox_all .typebox .typeprice .pt-optiontxt {
    padding-bottom: 23px;
}
.pb1 .typebox_all .typebox .btn--start {
    margin: 0 0 20px;
}
.pb1 .typebox_all .typebox .perc-txt {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.25px;
    color: #072fbe;
    padding-bottom: 40px;
}
.pb1 .typebox_all .typebox .price_caution {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 56px;
}
.pb1 .typebox_all .typebox .price_caution li {
    position: relative;
    padding-left: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #666;
    letter-spacing: -0.5px;
}
.pb1 .typebox_all .typebox .price_caution li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #666;
}
.custom-select {
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}
  
  /* 선택 영역 */
  .select-box {
    display: flex;
    align-items: center;
    margin: 12px 0 4px;
    padding: 12px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.2s;
  }
  
  /* 텍스트 스타일 */
  .label-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: #072fbe;
    background-color: #EEF2FF;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 4px;
  }
  
  .price-text {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #1a1a1a;
    margin-right: 32px;
  }
  
  /* 아이콘 회전 애니메이션 */
  .icon {
    background: url(../images/icons/chevron_down.svg);
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }
  
  /* 드롭다운 애니메이션 초기 상태 */
  .dropdown {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    opacity: 0;
    height: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 5;
  }
  
  /* 드롭다운 항목 */
  .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }
  
  .dropdown-item:hover {
    background-color: #F5F7FF;
  }
  
  /* 열렸을 때 상태 */
  .custom-select.active .dropdown {
    opacity: 1;
    height: auto;
    transform: translateY(64px);
    top: 0;
  }
  
  /* 아이콘 회전 (열렸을 때) */
  .custom-select.active .icon {
    transform: rotate(180deg);
  }

.pb1 .typebox_all .box-exp > p span {
    font-weight: 700;
    color: #1a1a1a;
}
.pb1 .typebox_all .box-exp > p:first-child {
    padding: 40px 0 24px;
    letter-spacing: -1px;
}
.pb1 .typebox_all .typebox .btn--godev {
    background-color: #1a1a1a;
    margin-top: 8px;
    margin-bottom: 0;
}
.pb1 .typebox_all .typebox .fs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
    padding-top: 40px;
}
.pb1 .typebox_all .typebox .fs-list li {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.25px;
    color: #072fbe;
}
.pb1 .typebox_all .typebox .fs-list li span {
    color: #666;
}
.pb1 .typebox_all .typebox .btn--inquiry1 {
    margin-bottom: 0;
    margin-top: 222px;
}
.pb1 .typebox_all .typebox .btn--inquiry2 {
    margin-bottom: 0;
    margin-top: 40px;
}
/* pb2 */
.pb2 .txtbox h3:first-child {
    width: calc(75% + 8px);
}
.pb2 .txtbox h3:last-child {
    width: calc(25% - 8px);
}
.pb2 .typebox_all .type-titbox p {
    padding: 24px 0;
}
.pb2 .typebox_all .typebox .priceinfo_all {
    padding: 40px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.pb2 .typebox_all .typebox .priceinfo_all .priceinfo .label-month {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.25px;
    padding: 4px 12px;
    border-radius: 50px;
    background: #edf1ff;
    color: #072fbe;
}
.pb2 .typebox_all .typebox .priceinfo_all .priceinfo .price {
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.25px;
}
.pb2 .typebox_all .typebox .priceinfo_all .priceinfo .price span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.pb2 .typebox_all .typebox .priceinfo_all .priceinfo p:last-child {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.25px;
    color: #1a1a1a;
}

.pb2 .typebox_all .box-exp > p span {
    font-weight: 700;
    color: #1a1a1a;
}
.pb2 .typebox_all .box-exp > p:first-child {
    padding:16px 0 24px;
    letter-spacing: -1px;
}
.pb2 .typebox_all .box-exp > p:last-child {
    padding-bottom: 452px;
}
.pb2 .typebox_all .typebox .btn--godev {
    background-color: #1a1a1a;
    margin-top: 8px;
}

.pricebox { display: none; }
.pricebox.is-open { display: block; }