.strong {
    font-weight: 600;
}

.contest_apply_wrap {
    position: relative;
    padding-left: 290px;
    max-width: none;
    margin: 0;
}

.contest_apply_wrap .contest_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    margin-bottom: 0;
}

.contest_apply_wrap .title .eng_txt h3 {
    font-size: 42px;
    color: #333;
    letter-spacing: -2px;
    line-height: 1;
    margin: 10px 0;
}

.contest_apply_wrap .title .eng_txt p {
    font-size: 28px;
    color: #333;
    letter-spacing: -2px;
    line-height: 1.2;
}

.contest_apply_wrap .title .kor_txt {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin-top: 30px;
    letter-spacing: -0.5px;
}

.contest_apply_wrap .defaultPointer {
    cursor: default;
}

.contest_message {
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid;
    font-size: 14px;
}

.contest_message.error {
    border-color: #efb6bf;
    background: #fff0f2;
    color: #8a1f2d;
}

.contest_message.ok {
    border-color: #b8dfc2;
    background: #edf9f0;
    color: #215c2f;
}

.contest_apply_form {
    padding-bottom: 14px;
    border-top: 2px solid #000;
}

.contest_apply_form.applyForm ul {
    border-bottom: 0 !important;
}

.contest_apply_form .contest-form-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
}

.contest_apply_form .contest-form-list::after {
    content: none;
}

.contest_apply_form .contest-form-list > li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}

.contest_apply_form .contest-form-list > li.half {
    width: 50%;
    box-sizing: border-box;
}

.contest_apply_form .contest-form-list > li > label {
    width: 240px;
    background: #f8f8f8;
    padding: 25px 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.contest_apply_form .contest-form-list > li.half > label {
    width: 240px;
}

.contest_apply_form .contest-form-list > li > .cont {
    width: calc(100% - 240px);
    padding: 18px 30px;
    font-size: 15px;
    color: #000;
}

.contest_apply_form .contest-form-list > li > label q,
.contest_apply_form .form_agreechk q,
.contest_apply_form .consent-sign-item label q {
    color: #cc0000;
    quotes: "" "";
    font-weight: 700;
}

.contest_apply_form .image-block {
    border: 0;
    background: transparent;
}

.contest_apply_form .image-title {
    margin: 0 0 14px;
    border: 0;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    padding: 0;
}

.contest_apply_form .table-like {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.contest_apply_form .table-like th,
.contest_apply_form .table-like td {
    border: 1px solid #cbcbcb;
    vertical-align: middle;
    padding: 6px 8px;
}

.contest_apply_form .table-like th {
    background: #f8f8f8;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.contest_apply_form .table-like th q,
.contest_apply_form .agree-grid th q,
.contest_apply_form .upload-item label q {
    color: #cc0000;
    quotes: "" "";
    font-weight: 700;
}

.contest_apply_form .left-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 2px;
    font-size: 17px;
    min-width: 56px;
}

.contest_apply_form .field {
    width: 100%;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    height: 40px;
    font-size: 14px;
    line-height: 1.45;
    padding: 3px 2px;
}
.contest_apply_form .field.center {
    text-align: center;
}

.contest_apply_form .field-zip {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}

.contest_apply_form .field-address2 {
    margin-top: 6px;
}

.contest_apply_form .field-address1 {
    margin-top: 6px;
}

.contest_apply_form .zip-row {
    white-space: nowrap;
}

.contest_apply_form .field::placeholder,
.contest_apply_form .summary-box::placeholder {
    color: #9a9a9a;
    opacity: 1;
    font-size: 13px;
}

.contest_apply_form .field::-webkit-input-placeholder,
.contest_apply_form .summary-box::-webkit-input-placeholder {
    color: #9a9a9a;
    opacity: 1;
    font-size: 13px;
}

.contest_apply_form .field::-ms-input-placeholder,
.contest_apply_form .summary-box::-ms-input-placeholder {
    color: #9a9a9a;
    opacity: 1;
    font-size: 13px;
}

.contest_apply_form .btn_zip_search {
    margin-left: 4px !important;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1 !important;
    padding: 18px 10px !important;
    min-height: 0 !important;
    height: 20px !important;
    display: inline-flex;
    align-items: center;
}

.contest_apply_form .summary-cell {
    padding: 0;
}

.contest_apply_form .summary-box {
    display: block;
    width: 100%;
    min-height: 140px;
    height: 140px;
    margin: 0;
    padding: 8px;
    resize: none;
}

.contest_apply_form .submission-cell {
    padding: 10px;
}

.contest_apply_form .submission-table {
    width: 100%;
    border: 1px solid #9aa9bf;
    background: #f8fbff;
}

.contest_apply_form .submission-row {
    display: flex;
    border-top: 1px solid #b8c5d8;
}

.contest_apply_form .submission-row:first-child {
    border-top: 0;
}

.contest_apply_form .submission-head {
    flex: 0 0 160px;
    background: #eef4fc;
    color: #1f3f65;
    font-weight: 700;
    border-right: 1px solid #b8c5d8;
    padding: 7px 8px;
    font-size: 15px;
    line-height: 1.45;
    vertical-align: top;
    box-sizing: border-box;
}

.contest_apply_form .submission-body {
    flex: 1;
    padding: 7px 8px;
    font-size: 15px;
    line-height: 1.45;
}

.contest_apply_form .submission-subrow {
    display: flex;
    border-top: 1px dashed #c5d1e2;
}

.contest_apply_form .submission-subrow:first-child {
    border-top: 0;
}

.contest_apply_form .submission-subhead {
    flex: 0 0 90px;
    font-weight: 700;
    color: #38567e;
    padding: 3px 0;
}

.contest_apply_form .submission-subbody {
    flex: 1;
    padding: 3px 0;
}

.contest_apply_form .submission-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    border: 0 !important;
}

.contest_apply_form .submission-list li {
    display: block !important;
    width: auto;
    position: relative;
    padding-left: 12px;
    border: 0 !important;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.contest_apply_form .submission-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.contest_apply_form .upload-block {
    margin-top: 10px;
    padding: 10px;
    border: 1px dashed #95a6bf;
    background: #f5f9ff;
}

.contest_apply_form .upload-item + .upload-item {
    margin-top: 8px;
}

.contest_apply_form .upload-item label {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
}

.contest_apply_form .file-input-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.contest_apply_form .upload-item input[type="file"] {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: 15px;
    cursor: pointer;
}

.contest_apply_form .upload-item input[type="file"]::file-selector-button {
    cursor: pointer;
}

.contest_apply_form
    .upload-item
    input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.contest_apply_form .file-clear-btn {
    flex: 0 0 auto;
    border: 1px solid #b9c4d6;
    background: #fff;
    color: #334b73;
    font-size: 13px;
    line-height: 1;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
}

.contest_apply_form .file-clear-btn i {
    pointer-events: none;
}

.contest_apply_form .upload-current {
    margin: 4px 0 0;
    font-size: 12px;
    color: #3b4f74;
}

.contest_apply_form .upload-current a {
    color: #1f4ea3;
    text-decoration: underline;
}

.contest_apply_form .file-rule-warning {
    display: block;
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #d12a2a;
    font-weight: 600;
    word-break: keep-all;
}

.contest_apply_form .file-rule-warning.is-hidden {
    display: none !important;
}

.contest_apply_form .summary-count {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    color: #305ddb;
    font-weight: 700;
}

.contest_apply_form .rules {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.contest_apply_form .rules ul {
    margin: 8px 0 0 18px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}

.contest_apply_form .rules li {
    margin: 3px 0;
}

.contest_apply_form .rules-agree {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
}

.contest_apply_form .section-divider {
    margin: 18px 0;
    border: 0;
    border-top: 1px dashed #9faec2;
}

.contest_apply_form .image-block-consent {
    padding: 0;
}

.contest_apply_form .form_agreechk {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    margin-top: 0;
    font-size: 18px;
    color: #000;
}

.contest_apply_form .form_agreechk label {
    display: block;
    flex: 0 1 auto;
    margin-right: 0;
    white-space: nowrap;
    cursor: pointer;
}

.contest_apply_form .form_agreechk input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 0;
}

.contest_apply_form .form_agree_title {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 60px;
    font-weight: 700;
    line-height: 40px;
}

.contest_apply_form .form_agree_title.first {
    margin-top: 30px;
}

.contest_apply_form .form_agree {
    border: 1px solid #cccccc;
    padding: 20px 10px 20px 20px;
}

.contest_apply_form .form_agree > div {
    padding: 20px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 16px;
    color: #000;
    line-height: 180%;
    height: auto;
}

.contest_apply_form .form_agree > div h4 {
    font-size: 18px;
    color: #dc2328;
    margin: 0;
}

/* 동의서·규정 본문 목록 */
.contest_apply_form .form_agree .agree-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.contest_apply_form .form_agree .agree-list > li {
    margin: 0 0 12px;
    line-height: 1.65;
    color: #222;
    border-bottom: 0 !important;
}

.contest_apply_form .form_agree .agree-list li {
    border-bottom: 0 !important;
}

.contest_apply_form .form_agree .agree-list > li:last-child {
    margin-bottom: 0;
}

/* 출품 규정 등 일반 항목 */
.contest_apply_form
    .form_agree
    .agree-list
    > li:not(.agree-list-title):not(.agree-sub-list) {
    margin-left: 1.15em;
    padding-left: 0.35em;
    list-style: disc;
    list-style-position: outside;
}

.contest_apply_form .form_agree .agree-list > li.agree-list-title {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.contest_apply_form .form_agree .agree-list > li.agree-sub-list {
    margin: 0 0 4px;
    padding: 0;
    list-style: none;
}

.contest_apply_form .form_agree .agree-sub-list > ul {
    margin: 4px 0 0;
    padding: 0 0 0 1.5em;
    list-style: circle outside;
}

.contest_apply_form .form_agree .agree-sub-list ul li {
    margin: 0 0 10px;
    padding-left: 0.2em;
    display: list-item !important;
    list-style-type: circle !important;
    list-style-position: outside;
    border-bottom: 0 !important;
}

.contest_apply_form .form_agree .agree-sub-list ul li:last-child {
    margin-bottom: 0;
}

.contest_apply_form .form_agree .agree-sub-heading {
    display: block;
    margin: 0 0 6px;
    line-height: 1.45;
}

.contest_apply_form .form_agree .agree-sub-table-row {
    margin-top: 8px;
    padding-left: 0;
    display: block;
}

.contest_apply_form .form_agree .agree-sub-note {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: #cc6d6d;
}

/* 서약서 구간은 번호 텍스트 자체를 사용하므로 마커를 표시하지 않음 */
.contest_apply_form
    .form_agree
    .agree-list.agree-pledge-list
    .agree-sub-list
    > ul {
    padding-left: 0;
    list-style: none;
}

.contest_apply_form
    .form_agree
    .agree-list.agree-pledge-list
    .agree-sub-list
    ul
    li {
    display: block !important;
    list-style: none !important;
    padding-left: 0;
}

.contest_apply_form .form_agree .agree-data-table {
    width: 100%;
    margin-top: 8px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
    line-height: 1.45;
    background: #fff;
}

.contest_apply_form .form_agree .agree-data-table th,
.contest_apply_form .form_agree .agree-data-table td {
    border: 1px solid #b8c5d8;
    padding: 8px 10px;
    vertical-align: top;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.contest_apply_form .form_agree .agree-data-table thead th {
    background: #eef4fc;
    color: #1f3f65;
    font-weight: 700;
    text-align: center;
}

.contest_apply_form .form_agree .agree-data-table tbody td:first-child {
    width: 3.8em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.contest_apply_form .form_agree .agree-data-table tbody td:last-child {
    text-align: left;
}

.contest_apply_form .consent-sign-row {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.contest_apply_form .consent-sign-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.contest_apply_form .consent-sign-item.relation {
    flex: 0 0 50%;
    max-width: 50%;
}

.contest_apply_form .consent-sign-item label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.contest_check_form ul {
    border-bottom: 2px solid #000;
}

.contest_check_form li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}

.contest_check_form li > label {
    width: 240px;
    font-size: 15px;
    background: #f8f8f8;
    padding: 25px 50px;
}

.contest_check_form li > label q {
    color: #cc0000;
    quotes: "" "";
}

.contest_check_form li > .cont {
    width: calc(100% - 240px);
    padding: 18px 30px;
    font-size: 15px;
    color: #000;
}

.contest_check_form .inputbox.w100 {
    width: 100%;
}

.contest_status_form .contest-status-list {
    margin-bottom: 16px;
}

.contest_status_form .status-actions {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.contest_status_form .status-actions form {
    display: inline-flex;
}

.contest_status_form .btn_action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #8799b6;
    background: #fff;
    color: #1f2b3f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
}

.contest_status_form .btn_action.cancel {
    border-color: #d97d7d;
    background: linear-gradient(180deg, #fff8f8 0%, #ffecec 100%);
    color: #9b2323;
    box-shadow: 0 1px 0 rgba(155, 35, 35, 0.12);
}

.contest_status_form .btn_action.disabled {
    color: #888;
    border-color: #c9ced6;
    background: #f7f8fa;
    cursor: default;
}

.contest_apply_form .consent-table-wrap {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #1e1e1e;
}

.contest_apply_form .consent-title {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.contest_apply_form .consent-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0;
}

.contest_apply_form .consent-table td,
.contest_apply_form .consent-table th {
    border: 1px solid #1e1e1e;
    vertical-align: top;
    padding: 8px;
    font-size: 13px;
    line-height: 1.5;
}

.contest_apply_form .consent-table th {
    background: #d9d9d9;
    text-align: center;
    font-weight: 700;
}

.contest_apply_form .consent-subtitle {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.contest_apply_form .consent-dot {
    margin: 0;
    padding-left: 16px;
}

.contest_apply_form .consent-dot li {
    margin: 2px 0;
}

.contest_apply_form .mini-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    table-layout: fixed;
}

.contest_apply_form .mini-table td,
.contest_apply_form .mini-table th {
    border: 1px solid #1e1e1e;
    padding: 5px;
    font-size: 12px;
    line-height: 1.45;
}

.contest_apply_form .mini-table th {
    background: #d9d9d9;
    text-align: center;
    font-weight: 700;
}

.contest_apply_form .agree-grid {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 8px;
}

.contest_apply_form .agree-grid td,
.contest_apply_form .agree-grid th {
    border: 1px solid #1e1e1e;
    padding: 8px 6px;
    font-size: 13px;
    vertical-align: middle;
}

.contest_apply_form .agree-grid th {
    background: #d9d9d9;
    text-align: center;
    font-weight: 700;
}

.contest_apply_form .agree-cell label {
    margin-right: 6px;
    white-space: nowrap;
}

.contest_apply_form .center {
    text-align: center;
}

.apply_btn.apply_btn_link {
    display: inline-block;
    text-decoration: none;
}

.form_btn_set {
    padding: 30px 0 40px;
    display: flex;
    justify-content: center;
}

.form_btn_set .apply_btn {
    margin: 0 5px;
    display: flex;
    background: #2d2d2d;
    width: 205px;
    height: 49px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    border: 0;
}

.contest_simple_wrap {
    position: relative;
    padding-left: 290px;
    max-width: none;
    margin: 0;
}

.contest_simple_wrap .contest_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    margin-bottom: 0;
}

.contest_simple_wrap .title .eng_txt h3 {
    font-size: 42px;
    color: #333;
    letter-spacing: -2px;
    line-height: 1;
    margin: 10px 0;
}

.contest_simple_wrap .title .eng_txt p {
    font-size: 28px;
    color: #333;
    letter-spacing: -2px;
    line-height: 1.2;
}

.contest_simple_wrap .title .kor_txt {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin-top: 30px;
    letter-spacing: -0.5px;
}

.contest_inquiry_wrap,
.contest_status_wrap {
    margin: 0;
    padding: 0 0 18px;
    border-top: 2px solid #000;
}

.contest_inquiry_wrap h3,
.contest_status_wrap h3 {
    margin: 0;
    padding: 10px;
    border: 1px solid #1e1e1e;
    border-top: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.contest-auth-table,
.contest-status-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.contest-auth-table th,
.contest-auth-table td,
.contest-status-table th,
.contest-status-table td {
    border: 1px solid #cbcbcb;
    padding: 8px 10px;
    font-size: 14px;
    vertical-align: middle;
}

.contest-auth-table th,
.contest-status-table th {
    background: #f8f8f8;
    text-align: center;
    font-weight: 700;
}

.contest-auth-table th q {
    color: #cc0000;
    quotes: "" "";
    font-weight: 700;
}

.contest-auth-table .field {
    width: 100%;
    border: 1px solid #ccc;
    background: #f5f5f5;
    height: 40px;
    font-size: 14px;
    line-height: 1.45;
    padding: 3px 2px;
}

.contest-status-table td {
    text-align: center;
}

.contest-status-table .status-actions {
    text-align: center;
}

.contest-status-table .status-actions form {
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: top;
}

.contest-status-table .btn_action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #8fa0b8;
    border-radius: 3px;
    background: #fff;
    color: #1f2b3f;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
}

.contest-status-table .btn_action.cancel {
    border-color: #c79999;
    color: #8a2c2c;
    background: #fff6f6;
}

.contest-status-table .btn_action.disabled {
    color: #888;
    border-color: #c9ced6;
    background: #f7f8fa;
    cursor: default;
}

.contest-status-table .empty-history {
    height: 220px;
    text-align: center;
    vertical-align: middle;
}

.address-layer-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
}

.address-layer-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.address-layer-wrap {
    position: relative;
    width: 90%;
    max-width: 520px;
    margin: 40px auto;
    background: #fff;
    border: 1px solid #1e1e1e;
}

.address-layer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
}

.address-layer-close {
    border: 1px solid #999;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    cursor: pointer;
}

.address-layer-content {
    width: 100%;
    height: 460px;
}

@media (max-width: 768px) {
    .contest_apply_form .image-title {
        font-size: 22px;
        padding: 8px 6px;
    }

    .contest_apply_form .consent-title {
        font-size: 20px;
    }

    .contest_apply_wrap {
        padding-left: 0;
        margin: 0;
    }

    .contest_simple_wrap {
        padding-left: 0;
        margin: 0;
    }

    .contest_apply_wrap .contest_title {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .contest_simple_wrap .contest_title {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .contest_apply_wrap .title .eng_txt h3 {
        display: inline-block;
    }

    .contest_simple_wrap .title .eng_txt h3 {
        display: inline-block;
    }

    .contest_apply_wrap .title .eng_txt p {
        display: inline-block;
        margin-left: 10px;
    }

    .contest_simple_wrap .title .eng_txt p {
        display: inline-block;
        margin-left: 10px;
    }

    .contest_apply_wrap .title .kor_txt {
        margin-top: 10px;
    }

    .contest_simple_wrap .title .kor_txt {
        margin-top: 10px;
    }

    .contest_apply_form .image-block {
        border-width: 1px;
    }

    .contest_apply_form .contest-form-list {
        border-left: 0;
        border-right: 0;
    }

    .contest_apply_form .contest-form-list > li {
        display: block;
        width: 100% !important;
        float: none;
        padding: 8px 8px 10px;
    }

    .contest_apply_form .contest-form-list > li > label {
        display: block;
        width: 100%;
        border-right: 0;
        background: transparent;
        padding: 0;
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.35;
    }

    .contest_apply_form .contest-form-list > li > .cont {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .contest_apply_form .agree-check-title {
        display: block;
        min-width: 0;
        margin-bottom: 4px;
    }

    .contest_apply_form .consent-sign-row {
        margin-top: 8px;
        gap: 8px;
    }

    .contest_apply_form .consent-sign-item,
    .contest_apply_form .consent-sign-item.relation {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        margin-bottom: 0;
    }

    .contest_apply_form .table-like,
    .contest_apply_form .table-like colgroup,
    .contest_apply_form .table-like tbody,
    .contest_apply_form .table-like tr,
    .contest_apply_form .table-like th,
    .contest_apply_form .table-like td {
        display: block;
        width: 100% !important;
    }

    .contest_apply_form .table-like tr {
        border-bottom: 1px solid #d9e1ec;
        padding: 8px 8px 10px;
    }

    .contest_apply_form .table-like tr:last-child {
        border-bottom: 0;
    }

    .contest_apply_form .table-like th,
    .contest_apply_form .table-like td {
        border: 0;
        padding: 0;
    }

    .contest_apply_form .left-vertical {
        display: none !important;
    }

    .contest_apply_form .table-like th {
        margin: 0 0 6px;
        background: transparent;
        text-align: left;
        font-size: 13px;
        line-height: 1.35;
        color: #1e1e1e;
    }

    .contest_apply_form .table-like td {
        margin-bottom: 8px;
    }

    .contest_apply_form .table-like td:last-child {
        margin-bottom: 0;
    }

    .contest_apply_form .contact-row .contact-group-label {
        display: none !important;
    }

    .contest_apply_form .contact-row .contact-card-title {
        margin: 0;
        padding: 8px 10px;
        background: #f4f8ff;
        border: 1px solid #cfd8e5;
        border-bottom: 0;
        border-radius: 8px 8px 0 0;
        font-size: 13px;
        font-weight: 700;
    }

    .contest_apply_form .contact-row .contact-card-body {
        margin: 0 0 10px;
        padding: 0;
        border: 1px solid #cfd8e5;
        border-top: 0;
        border-radius: 0 0 8px 8px;
        background: #fff;
    }

    .contest_apply_form .contact-row .contact-card-body .field {
        border: 0;
        border-radius: 0 0 8px 8px;
    }

    .contest_apply_form .field {
        font-size: 14px;
        padding: 8px 10px;
        border: 1px solid #cfd8e5;
        border-radius: 4px;
        background: #fff;
        height: auto;
    }

    .contest_apply_form .summary-cell {
        padding: 0 !important;
    }

    .contest_apply_form .submission-cell {
        padding: 0 !important;
    }

    .contest_apply_form .submission-row {
        flex-direction: column;
        align-items: stretch;
    }

    .contest_apply_form .submission-head {
        flex: none !important;
        width: 100%;
        max-width: none;
        border-right: 0;
        border-bottom: 1px solid #b8c5d8;
    }

    .contest_apply_form .submission-body {
        flex: none !important;
        width: 100%;
    }

    .contest_apply_form .submission-subrow {
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
    }

    .contest_apply_form .submission-subhead {
        flex: none !important;
        width: 100%;
        padding-bottom: 0;
    }

    .contest_apply_form .submission-subbody {
        flex: none !important;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    .contest_apply_form .submission-head,
    .contest_apply_form .submission-body,
    .contest_apply_form .submission-subhead,
    .contest_apply_form .submission-subbody {
        font-size: 11px;
        padding: 6px;
    }

    .contest_apply_form .file-input-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .contest_apply_form .file-clear-btn {
        align-self: flex-end;
    }

    .contest_apply_form .upload-block {
        margin-top: 8px;
        padding: 8px;
    }

    .contest_inquiry_wrap h3,
    .contest_status_wrap h3 {
        font-size: 22px;
        padding: 8px 6px;
    }

    .contest-auth-table,
    .contest-auth-table colgroup,
    .contest-auth-table tbody,
    .contest-auth-table tr,
    .contest-auth-table th,
    .contest-auth-table td,
    .contest-status-table,
    .contest-status-table colgroup,
    .contest-status-table tbody,
    .contest-status-table tr,
    .contest-status-table th,
    .contest-status-table td {
        display: block;
        width: 100% !important;
    }

    .contest-auth-table tr,
    .contest-status-table tr {
        border-bottom: 1px solid #d9e1ec;
    }

    .contest-auth-table th,
    .contest-auth-table td,
    .contest-status-table th,
    .contest-status-table td {
        border: 0;
        text-align: left;
    }

    .contest-status-table .status-actions form {
        margin: 6px 0 0;
    }

    .contest-status-table .btn_action {
        min-width: 88px;
        height: 32px;
    }

    .contest-status-table .empty-history {
        height: auto;
        padding: 18px 8px;
        text-align: center;
    }

    .contest_apply_form .summary-box {
        min-height: 170px;
        height: 170px;
    }

    .contest_apply_form .zip-row {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        white-space: normal;
        margin-bottom: 0;
    }

    .contest_apply_form .field-zip {
        width: 100% !important;
        max-width: none;
        display: block;
        box-sizing: border-box;
    }

    .contest_apply_form .btn_zip_search {
        width: 100%;
        margin-left: 0 !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        line-height: 1 !important;
        justify-content: center;
        box-sizing: border-box;
    }

    .contest_apply_form .field-address2 {
        margin-top: 6px;
    }

    .contest_apply_form .rules {
        margin: 10px 10px 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .contest_apply_form .rules ul {
        margin-top: 6px;
        padding-left: 16px;
        font-size: 12px;
    }

    .contest_apply_form .rules-agree {
        margin-top: 6px;
        font-size: 12px;
    }

    /* 모바일: .agree-grid 성명란 input은 테두리/여백 제거 */
    .contest_apply_form .agree-grid td:first-child {
        padding: 0;
        margin: 0;
    }

    .contest_apply_form .agree-grid td:first-child .field {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 100%;
        border-radius: 0;
        background: transparent;
        line-height: 1.2;
    }

    .address-layer-wrap {
        width: 96%;
        margin: 14px auto;
    }

    .address-layer-content {
        height: 420px;
    }
}

/* applyForm.php 1:1 톤 보정 */
.contest_apply_form .image-block,
.contest_apply_form .image-block-consent {
    border: 0 !important;
    background: transparent !important;
}

.contest_apply_form .form_agreechk q {
    color: #dc2328;
}

.contest_apply_form .form_agreechk input[type="checkbox"] {
    vertical-align: middle;
}

@media screen and (max-width: 1300px) {
    .contest_apply_form .contest-form-list > li > label {
        width: 200px;
        padding: 25px 20px;
    }

    .contest_apply_form .contest-form-list > li.half > label {
        width: 200px;
    }

    .contest_apply_form .contest-form-list > li > .cont {
        width: calc(100% - 200px);
        padding: 18px 20px;
    }

    .contest_check_form li > label {
        width: 200px;
        padding: 25px 20px;
    }

    .contest_check_form li > .cont {
        width: calc(100% - 200px);
        padding: 18px 20px;
    }
}

@media screen and (max-width: 992px) {
    .contest_apply_form .contest-form-list > li.half {
        width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .contest_apply_wrap {
        padding-left: 0;
    }

    .contest_apply_wrap .contest_title {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .contest_apply_wrap .title .eng_txt h3 {
        display: inline-block;
    }

    .contest_apply_wrap .title .eng_txt p {
        display: inline-block;
        margin-left: 10px;
    }

    .contest_apply_wrap .title .kor_txt {
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .contest_apply_wrap .title .eng_txt h3 {
        font-size: 30px;
    }

    .contest_apply_wrap .title .eng_txt p {
        font-size: 30px;
        margin-left: 5px;
    }

    .contest_apply_wrap .title .kor_txt {
        font-size: 15px;
    }

    .contest_apply_form .contest-form-list > li {
        display: block;
        width: 100%;
        padding: 8px 8px 10px;
    }

    .contest_apply_form .contest-form-list > li > label {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1.35;
        background: transparent;
    }

    .contest_apply_form .contest-form-list > li.half > label {
        width: 100%;
    }

    .contest_apply_form .contest-form-list > li > .cont {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        font-size: 14px;
    }

    .contest_check_form li > label {
        width: 130px;
        padding: 25px 10px;
        font-size: 14px;
    }

    .contest_check_form li > .cont {
        width: calc(100% - 130px);
        padding: 18px 10px;
        font-size: 14px;
    }

    .contest_apply_form .form_agree_title {
        font-size: 24px;
        margin-top: 50px;
    }

    .contest_apply_form .form_agree {
        padding: 10px;
    }

    .contest_apply_form .form_agree > div {
        font-size: 14px;
        padding: 15px;
    }

    .contest_apply_form .form_agree > div h4 {
        font-size: 16px;
    }

    .contest_apply_form .form_agreechk {
        font-size: 14px;
        padding: 15px;
    }

    .contest_apply_form .form_agree .agree-data-table {
        font-size: 12px;
    }

    .contest_apply_form .form_agree .agree-data-table th,
    .contest_apply_form .form_agree .agree-data-table td {
        padding: 6px 8px;
    }
}


    /* 테스트용으로 추가한 텍스트 */
