.nss-registration{font-family:'pretendard',sans-serif;color:#111;padding:40px 0;background-color:#fff}
.nss-registration__inner{max-width:1200px;margin:0 auto;padding:0 20px}
.nss-registration__title-main{font-size:40px;font-weight:700;margin-bottom:25px;color:#111}
.nss-title-separator{height:1px;background-color:#222;margin-bottom:40px;width:100%}
.ticket-cards-container{display:flex;justify-content:flex-start;gap:30px;flex-wrap:wrap;margin-top:20px}
.ticket-card{flex:1;min-width:280px;max-width:380px;border:1px solid #eaeaea;background-color:#fff;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;transition:box-shadow .3s ease,border-color .3s ease}
.ticket-card:hover{border-color:#bbb;box-shadow:0 8px 24px rgba(0,0,0,0.05)}
.ticket-card__title{font-size:24px;font-weight:700;line-height:1.3;margin:0 0 25px 0;min-height:62px;display:flex;align-items:center;justify-content:center;color:#222}
.ticket-card__price{font-size:38px;font-weight:800;color:#111;margin-bottom:25px}
.ticket-card__desc{font-size:13px;color:#666;line-height:1.6;margin:0 0 35px 0;min-height:80px}
.btn-ticket-select{background-color:#1f1f1f;color:#fff;border:0;border-radius:30px;padding:12px 40px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .1s ease;outline:0}
.btn-ticket-select:hover{background-color:#333}
.btn-ticket-select:active{transform:scale(0.98)}
.registration-form-card{border:1px solid #e5e5e5;background-color:#fff;padding:60px;margin:60px;box-sizing:border-box}
.form-section{margin-bottom:35px}
.form-section.pt-30{padding-top:30px}
.form-section__title{font-size:22px;font-weight:700;margin:0 0 15px 0;color:#111}
.form-section__desc{font-size:13px;color:#555;line-height:1.6;margin:0 0 35px 0}
.form-body{display:flex;flex-direction:column;gap:35px}
.form-group-line{display:flex;flex-direction:column;position:relative;box-sizing:border-box}
.form-group-line.floating-label{padding-top:20px}
.form-group-line.full-width{width:100%}
.form-group-line label{font-size:12px;color:#888;margin-bottom:8px;text-align:left}
.form-group-line.floating-label label{position:absolute;left:0;top:26px;font-size:14px;color:#888;pointer-events:none;transition:all .2s ease-in-out;margin-bottom:0}
.form-group-line.floating-label.focused label,.form-group-line.floating-label.has-value label{top:0;font-size:13px;color:#333}
.form-group-line input[type="text"],.form-group-line input[type="email"],.form-group-line select{border:0;border-bottom:2px solid #ddd;border-radius:0;background:transparent;padding:8px 0;font-size:14px;color:#111;outline:0;width:100%;box-sizing:border-box;transition:border-color .2s ease}
.form-group-line input[type="text"]:focus,.form-group-line input[type="email"]:focus,.form-group-line select:focus{border-bottom-color:#000}
.form-group-line input.error,.form-group-line select.error{border-bottom-color:#dc3545}
.form-group-line select{appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+") !important;background-repeat:no-repeat !important;background-position:right 5px center !important;background-size:15px !important;padding-right:25px !important;cursor:pointer}
.form-row-three{display:flex;gap:30px;width:100%}
.form-row-three .title-field{width:15%}
.form-row-three .first-name-field{width:42.5%}
.form-row-three .last-name-field{width:42.5%}
.additional-fields-list{gap:30px}
.additional-field-group{display:flex;flex-direction:column}
.additional-field-label{font-size:14px;color:#333;margin:20px 0;text-align:left}
.additional-field-label.required::after{content:" *";color:#dc3545}
.pt-0{padding-top:0 !important}
.agree-container{display:flex;flex-direction:column;gap:15px;border-top:1px solid #eee;padding-top:35px;margin-top:70px}
.agree-wrap{display:flex;align-items:flex-start}
.ckbx-img-st1{display:inline-flex;align-items:flex-start;cursor:pointer;font-size:13px;line-height:1.6;color:#444;user-select:none}
.ckbx-img-st1 input[type="checkbox"]{display:none}
.ckbx-img-st1 .custom-checked{display:inline-block;width:18px;height:18px;border:1px solid #ccc;border-radius:3px;margin-right:10px;margin-top:2px;flex-shrink:0;position:relative;background-color:#fff;transition:background-color .2s,border-color .2s}
.ckbx-img-st1 input[type="checkbox"]:checked+.custom-checked{background-color:#000;border-color:#000}
.ckbx-img-st1 input[type="checkbox"]:checked+.custom-checked::after{content:'';position:absolute;left:6px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}
.ckbx-img-st1.error .custom-checked{border-color:#dc3545;background-color:#fff8f8}
.privacy-link{text-decoration:underline;color:#000;font-weight:600}
.required-star{color:#dc3545;margin-left:2px}
.radio-tag-list{display:flex;flex-direction:column;gap:15px;align-items:flex-start}
.radio-tag-st1{display:inline-flex;align-items:center;position:relative;cursor:pointer;font-size:13px;color:#444}
.radio-tag-st1 input[type="radio"]{display:none}
.radio-tag-st1 .custom-checked{display:inline-block;width:16px;height:16px;border:1px solid #ccc;border-radius:50%;margin-right:8px;flex-shrink:0;position:relative;background-color:#fff;transition:border-color .2s ease}
.radio-tag-st1 input[type="radio"]:checked+.custom-checked{border:1px solid #000}
.radio-tag-st1 input[type="radio"]:checked+.custom-checked::after{content:'';width:10px;height:10px;background-color:#000;border-radius:50%;position:absolute;top:3px;left:3px}
.radio-tag-st1.error .custom-checked{border-color:#dc3545;background-color:#fff8f8}
.btn-group{display:flex;justify-content:center;gap:15px;border-top:0;padding-top:0;margin-top:40px}
.btn-wizard-back{background-color:#fff;color:#000;border:1px solid #000;border-radius:30px;padding:12px 35px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease;outline:0}
.btn-wizard-back:hover{background-color:#f7f7f7}
.btn-wizard-submit{background-color:#000;color:#fff;border:0;border-radius:30px;padding:12px 45px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .1s ease;outline:0}
.btn-wizard-submit:hover{background-color:#222}
.btn-wizard-submit:active{transform:scale(0.98)}
.btn-paypal-cancel{background-color:#fff;color:#333;border:1px solid #ddd;border-radius:30px;padding:12px 35px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;outline:0;display:block;margin:15px auto 0 auto;text-align:center;width:100%;max-width:300px}
.btn-paypal-cancel:hover{background-color:#f7f7f7;border-color:#999;color:#111}
.step3-card{text-align:center;padding:80px 60px;max-width:900px;margin:60px auto}
.step3-title{font-size:32px;font-weight:700;color:#111;margin-bottom:20px}
.step3-desc{font-size:16px;color:#333;margin-bottom:40px;line-height:1.6}
.step3-separator{border:0;border-top:1px solid #e5e5e5;margin:40px 0}
.step3-btn-group{display:flex;justify-content:center}
.btn-overview{display:inline-block;padding:12px 55px;border:1px solid #999;background-color:#fff;color:#111;border-radius:30px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s ease;outline:0;cursor:pointer}
.btn-overview:hover{background-color:#f7f7f7;border-color:#333;color:#000}
@media(max-width:768px){.nss-registration__title-main{font-size:30px;text-align:center}
.ticket-cards-container{flex-direction:column;align-items:center;gap:20px}
.ticket-card{width:100%;max-width:100%}
.registration-form-card{padding:30px 20px;margin:0}
.form-row-three{flex-direction:column;gap:15px}
.form-row-three .title-field,.form-row-three .first-name-field,.form-row-three .last-name-field{width:100%}
.radio-tag-list{flex-direction:column;gap:12px}
.btn-group{flex-direction:column-reverse;width:100%;gap:12px}
.btn-wizard-back,.btn-wizard-submit,.btn-paypal-cancel{width:100%;max-width:100%;text-align:center}
.step3-card{padding:50px 20px;margin:0}
.step3-title{font-size:24px}
.btn-overview{width:100%;text-align:center;box-sizing:border-box}
}
.mktoForm{width:100% !important;font-family:'pretendard',sans-serif !important}
.mktoForm .mktoFormRow{display:flex !important;gap:30px !important;width:100% !important;margin-bottom:25px !important}
.mktoForm .mktoFormRow.nss-hidden-row{display:none !important}
.mktoForm .mktoFormCol{float:none !important;display:flex !important;flex-direction:column !important;position:relative !important;flex:1 !important;width:auto !important;margin-bottom:0 !important}
.mktoForm .mktoFieldWrap{position:relative !important;display:block !important;width:100% !important;clear:both !important}
.mktoForm .mktoCheckboxList .mktoFormRow,.mktoForm .mktoRadioList .mktoFormRow,.mktoForm .mktoCheckboxList .mktoFormCol,.mktoForm .mktoRadioList .mktoFormCol{display:block !important;width:auto !important;margin:0 !important;padding:0 !important;float:none !important}
.mktoForm .nss-single-checkbox-wrap{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;clear:both !important;width:100% !important}
.mktoForm .nss-single-checkbox-wrap .mktoLogicalField{order:1 !important;float:none !important;margin:0 !important;width:auto !important;display:inline-block !important}
.mktoForm label.mktoLabel{width:100% !important;display:block !important;font-size:14px !important;color:#888 !important;margin-bottom:8px !important;font-weight:500 !important;text-align:left !important;font-family:inherit !important;float:none !important}
.mktoForm .nss-single-checkbox-wrap label.mktoLabel{order:2 !important;float:none !important;margin:0 !important;width:auto !important;display:inline-block !important;margin-bottom:0 !important;cursor:pointer !important}
.mktoForm .nss-single-checkbox-wrap .mktoGutter,.mktoForm .nss-single-checkbox-wrap .mktoClear{display:none !important}
.mktoForm .mktoAsterix{display:inline !important;color:#dc3545 !important;margin-left:2px !important}
.mktoForm input[type="text"],.mktoForm input[type="email"],.mktoForm input[type="tel"],.mktoForm select{border:none !important;border-bottom:2px solid #ddd !important;border-radius:0 !important;background:transparent !important;padding:8px 0 !important;font-size:14px !important;color:#111 !important;outline:none !important;width:100% !important;box-sizing:border-box !important;transition:border-color .2s ease !important;box-shadow:none !important;height:auto !important}
.mktoForm input[type="text"]:focus,.mktoForm input[type="email"]:focus,.mktoForm input[type="tel"]:focus,.mktoForm select:focus{border-bottom-color:#000 !important}
.mktoForm select{appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+") !important;background-repeat:no-repeat !important;background-position:right 5px center !important;background-size:15px !important;padding-right:25px !important;cursor:pointer !important}
.mktoForm .mktoRadioList,.mktoForm .mktoCheckboxList{display:grid !important;grid-template-columns:auto 1fr !important;gap:12px 8px !important;align-items:center !important;width:100% !important;padding:0 !important;margin:10px 0 !important}
.mktoForm .mktoRadioList>label,.mktoForm .mktoCheckboxList>label{display:inline-block !important;font-size:13px !important;color:#444 !important;cursor:pointer !important;font-weight:normal !important;margin-bottom:0 !important;width:auto !important;float:none !important}
.mktoForm input[type="radio"],.mktoForm input[type="checkbox"]{appearance:none !important;-webkit-appearance:none !important;width:16px !important;height:16px !important;border:1px solid #ccc !important;border-radius:50% !important;margin-right:0 !important;position:relative !important;outline:none !important;background:#fff !important;cursor:pointer !important;flex-shrink:0 !important;display:inline-block !important}
.mktoForm input[type="checkbox"]{border-radius:3px !important}
.mktoForm input[type="radio"]:checked{border-color:#000 !important}
.mktoForm input[type="radio"]:checked::after{content:'' !important;width:10px !important;height:10px !important;background-color:#000 !important;border-radius:50% !important;position:absolute !important;top:2px !important;left:2px !important}
.mktoForm input[type="checkbox"]:checked{background-color:#000 !important;border-color:#000 !important}
.mktoForm input[type="checkbox"]:checked::after{content:'' !important;position:absolute !important;left:5px !important;top:1px !important;width:4px !important;height:8px !important;border:solid white !important;border-width:0 2px 2px 0 !important;transform:rotate(45deg) !important}
.mktoForm .nss-single-checkbox-wrap .mktoLogicalField{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;float:none !important;margin:0 !important}
.mktoForm .mktoButtonRow{width:100% !important;display:flex !important;justify-content:center !important;margin-top:40px !important}
.mktoForm .mktoButtonWrap{margin-left:0 !important}
.mktoForm .mktoButton{background-color:#000 !important;background-image:none !important;color:#fff !important;border:none !important;border-radius:30px !important;padding:12px 45px !important;font-size:14px !important;font-weight:700 !important;cursor:pointer !important;transition:background-color .2s ease,transform .1s ease !important;outline:none !important;box-shadow:none !important}
.mktoForm .mktoButton:hover{background-color:#222 !important}
.mktoForm .mktoOffset,.mktoForm .mktoGutter,.mktoForm .mktoError{display:none !important}
.mktoForm .mktoFormCol,.mktoForm .mktoFieldWrap,.mktoForm .mktoLabel,.mktoForm .mktoField{margin:0 !important}
@media(max-width:768px){.mktoForm .mktoFormRow{flex-direction:column !important;gap:15px !important}
}