/* 등록 페이지 전용 CSS */

/* 컨테이너 너비 설정 */
.w-1200 {
    max-width: 1200px;
    width: 100%;
}

/* 등록 래퍼 */
.regist-wrap {
    margin: 20px 0;
}

.regist-wrap h2 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

/* 등록 내부 영역 */
.regist-inner {
    margin-top: 20px;
}

/* 컨퍼런스 정보 섹션 */

/* .conf-info .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.conf-info-tit {
    font-weight: 600;
    color: #495057;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
}

.conf-info .intro {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
} */

.conf-info {padding-top: 2rem; text-align: left;}
.conf-info .title {font-size: 1.7rem; font-weight: 700; padding-top: 1rem;}
.conf-info .intro {font-size: 14px; line-height: 1.6; letter-spacing:-0.5px; word-break: keep-all;}
.conf-info-tit {font-weight: 700; padding-top:2rem;  padding-bottom:0.2rem; color: #051f4d;}
.conf-info-txt {font-size: 0.9rem; line-height: 1.6;}

/* 등록 폼 */
.regist-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.form_style {
    width: 100%;
}

.form_style .form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form_style .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form_style .form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 5px;
}

/* 동의 영역 */
.agreement-inner {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.agreement-inner label {
    font-weight: 500;
    color: #495057;
    margin-left: 8px;
}

.agreement-content {
    padding: 7px 15px 15px 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}

/* 은행 계좌 정보 */
.bank-account {
    background: #e9ecef;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 14px;
    color: #495057;
    border-left: 4px solid #007bff;
}

.bank-account strong {
    color: #007bff;
}

/* 가격 헤더 */
.h-price {
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

/* 숨겨진 폼 */
.hiddenForm {
    margin-top: 10px;
}

/* 참가자 */
.party {
    margin-bottom: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.party .form-control {
    margin-bottom: 5px;
}

/* 사업자 등록증 */
.bizLicense {
    border-radius: 2px;
    margin-top: 10px;
}

/* 등록 버튼 */
.btn-regist {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 20px auto;
    min-width: 120px;
}

.btn-regist:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-regist:active {
    transform: translateY(0);
}

/* 숫자만 입력 필드 스타일 */
.onlynumber {
    letter-spacing: 1px;
}

/* 반응형 */
@media (max-width: 768px) {
    .regist-wrap {
        padding: 20px 15px;
    }

    .regist-wrap h2 {
        font-size: 24px;
        padding-top: 1rem !important;
    }

    .conf-info {
        padding: 15px;
    }

    .regist-form {
        padding: 15px;
        padding-left: 0 !important;
    }

    .w-1200 {
        padding: 0 15px;
    }

    .party {
        padding: 10px;
    }

    .party .d-flex {
        flex-direction: column;
    }

    .party .d-flex > div {
        margin-bottom: 10px;
    }

    .h-price {
        font-size: 14px;
    }
}

/* 체크박스 및 라디오 버튼 스타일 */
input[type="checkbox"],
input[type="radio"] {
    margin-right: 3px;
    transform: scale(1.1);
}

/* 파일 업로드 스타일 */
input[type="file"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    background: #fff;
}

/* 텍스트 스타일 */
.text {
    color: #495057;
    font-size: 14px;
    margin-bottom: 10px;
}

/* 라벨 스타일 개선 */
.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 5px;
}

/* 선택 박스 스타일 */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    padding-right: 40px;
}

/* 추가 스타일 */
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ms-10 {
    margin-left: 2.5rem;
}

.lh-2 {
    line-height: 2;
}

/* 읽기 전용 필드 스타일 */
.form-control-plaintext {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #495057;
    width: 87%;
    padding-left: 2rem;
}

/* 가격 정보 스타일 */
#price-day {
    font-weight: 600;
    color: #007bff;
    font-size: 16px;
}

/* 세금계산서 안내 */
#tax-invoice-no {
    background: #f8d7da;
    color: #721c24;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 10px;
    width: 87%;
}

/* 모바일결제 안내 */
.credit-pc {
    background: #f8d7da;
    color: #721c24;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 8%;
    width: 85%;
    text-align: left;
}





.regist-wrap h2 {font-size: 2.5rem;font-weight: 700; padding: 3rem 0 1rem 0; border-bottom: 2px solid #666;}
.regist-inner {padding: 0 0 6rem 0;}
.regist-form {border-radius: 25px; background-color: #f5f5f5; padding: 1rem 0 4rem 2.8rem; margin-top: 2rem;}
.regist-form .form-control {border-radius: 50px; border: none; width: 87%;}
.regist-form .form-control.bdr-0 {border-radius: 2px;}
.regist-form .col-form-label {font-size: 15px; text-align: left;}
.regist-form .col-sm-10 {padding-left: 2rem;}
.regist-form .col-sm-10 p.text {font-size: 15px; padding-bottom: 0.5rem;}
.regist-form .party .form-control {width: 90%; border-radius: 4px; margin-bottom: 0.5rem;}
.regist-form .ms-10 {margin-left: 13rem;}
.regist-form .h-price {height: 38px; line-height: 38px;}

.agreement-inner {width: 88%; background-color: #fff; padding: 1rem 0 0 1rem; margin: 1rem 0; font-size: 15px;}
.bank-account {font-size: 15px;}
.bank-account strong {font-weight: 600; padding-left: 0.3rem;}

.regist-form  .vl-btn1 {
  position: absolute;
  width: 200px;
  left: 33%;
  border-radius:4px;
  border: none;
  font-size: 1.5rem;
}



  @media (max-width: 767.98px) { 

    .form-control-plaintext {
        width: 94%;
        padding-left: 0.3rem;
    }
    
    #tax-invoice-no { width: 94%;}

    
    .agreement-inner {
        width: 89%;
        margin-left: auto;
        margin-right: auto;
    }

    .regist-form .ms-10 {
        margin-left: 4rem;
    }
    .regist-form  .price-mob {
        padding-left: 0.9rem !important;
    }

    .regist-form .col-form-label {
        padding-left: 2rem;
        font-weight: 600;
    }

    .regist-form .form-control {width: 94%;}

    .regist-form .vl-btn1 {
        width: 50%;
        left: 25%;
        font-size: 20px !important;
        padding: 1.3rem 2.5rem !important;
    }

    .container.contactus {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .conf-info .title {padding-top: 0 !important;}

  }