@charset "utf-8";

#ctt dl dt,
#ctt dl dd {transform:none;transition:none;opacity:1}

/* mice 스킨 — 공통 인트로 + 폼 (mice 사이트 register 동일) */
#ctt.re-write {padding:60px 0 110px;box-sizing:border-box;max-width:1600px;margin:0 auto;width:100%}
#ctt.re-write .bar {display:block;width:100%;height:2px;background:#000;margin-bottom:60px}

/* mice 스킨 — 탭 네비게이션 (개최/유치/사업제안 간 이동) */
.mice-tabs {max-width:1600px;width:100%;margin:30px auto 40px;padding:0 160px;box-sizing:border-box;display:flex;justify-content:center}
.mice-tabs .mice-tabs-list {display:inline-flex;gap:0;padding:6px;margin:0;list-style:none;background:#f1f1f1;border-radius:50px;flex-wrap:wrap}
.mice-tabs .mice-tabs-list li {margin:0}
.mice-tabs .mice-tabs-list a {display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:44px;padding:0 22px;border-radius:50px;font-size:15px;color:#555;text-decoration:none;transition:background 0.2s, color 0.2s;font-weight:500;white-space:nowrap}
.mice-tabs .mice-tabs-list a:hover {color:#000}
.mice-tabs .mice-tabs-list a.active {background:#1a1a1a;color:#fff;font-weight:600}
.mice-tabs .mice-tabs-list a.active:hover {color:#fff}
#ctt.re-write .re-write-flex {display:flex;justify-content:space-between;gap:40px;align-items:flex-start;flex-wrap:wrap}

/* 좌측 안내 영역 */
#ctt.re-write .text-area {flex:1;min-width:300px}
#ctt.re-write .text-area h5 {font-size:38px;font-weight:bold;color:#000;line-height:1.3;margin:0}
#ctt.re-write .text-area dl {margin:40px 0 0;padding-left:20px}
#ctt.re-write .text-area dl dt {position:relative;color:#0066b3;font-weight:bold;margin-top:30px;font-size:18px}
#ctt.re-write .text-area dl dt::before {position:absolute;content:'';top:50%;left:-20px;transform:translateY(-50%);display:block;width:10px;height:2px;background:#0066b3}
#ctt.re-write .text-area dl dt:first-child {margin-top:0}
#ctt.re-write .text-area dl dd {color:#888;margin:10px 0 0;font-size:16px;line-height:1.6}
#ctt.re-write .text-area dl dd b {color:#000;font-weight:bold}
#ctt.re-write .text-area dl dd .info-list,#ctt.re-write .text-area .info-list {list-style:none;padding:0;margin:8px 0 0}
#ctt.re-write .text-area dl dd .info-list > li,#ctt.re-write .text-area .info-list > li {position:relative;padding-left:12px;line-height:1.7;color:#888}
#ctt.re-write .text-area dl dd .info-list > li::before,#ctt.re-write .text-area .info-list > li::before {position:absolute;content:'';top:10px;left:0;width:4px;height:4px;background:#0066b3;border-radius:50%}

/* mice 스킨 — 인센티브 서브리스트/테이블 */
#ctt.re-write .text-area dl dd .info-sublist {list-style:none;padding:6px 0 0 4px;margin:0}
#ctt.re-write .text-area dl dd .info-sublist > li {position:relative;padding-left:14px;color:#777;font-size:14px;line-height:1.7;margin-top:2px}
#ctt.re-write .text-area dl dd .info-sublist > li::before {position:absolute;content:'-';top:0;left:0;width:auto;height:auto;background:transparent;border-radius:0;color:#999;font-size:14px;line-height:1.7}

#ctt.re-write .text-area .mice-table-wrap {margin-top:14px;overflow-x:auto}
#ctt.re-write .text-area .mice-table {width:100%;border-collapse:collapse;font-size:13px;line-height:1.5;background:#fff;border-top:2px solid #333}
#ctt.re-write .text-area .mice-table th,#ctt.re-write .text-area .mice-table td {padding:10px 8px;border:1px solid #ddd;text-align:center;color:#333;vertical-align:middle;word-break:keep-all}
#ctt.re-write .text-area .mice-table thead th {background:#f5f5f5;font-weight:bold;color:#222;border-top:0}
#ctt.re-write .text-area .mice-table .mice-row-head {background:#fafafa;font-weight:bold;color:#222;width:60px}
#ctt.re-write .text-area .mice-table .t-left {text-align:left;line-height:1.6}
#ctt.re-write .text-area .mice-table .t-sub {display:block;color:#888;font-size:12px;margin-top:4px;line-height:1.5}

#ctt.re-write .text-area .mice-note {margin:12px 0 0;color:#666;font-size:13px;line-height:1.6}

/* 폼만 단독 표시 (mice_proposal 등 body 비어있을 때) */
#ctt.re-write .re-write-flex.solo {justify-content:center;align-items:center}
#ctt.re-write .re-write-flex.solo #bo_w {width:100%;max-width:720px}

/* 우측 폼 영역 */
#bo_w {width:50%;min-width:380px;padding:40px 50px;background:#F6F6F6;border-radius:30px;box-sizing:border-box}
#bo_w h2.sound_only {position:absolute;font-size:0;line-height:0;overflow:hidden;width:1px;height:1px}
#bo_w .write_div {position:relative}
#bo_w .flex {display:flex}
#bo_w .flex-fxdc {display:flex;flex-direction:column}
#bo_w label {font-weight:bold;color:#222;margin-bottom:6px;font-size:15px;display:flex;align-items:center}
#bo_w label i {color:#e8180c;font-style:normal;margin-left:4px}
#bo_w .frm_input {width:100%;height:42px;padding:0 12px;border:1px solid #d0d3db;background:#fff;border-radius:0;font-size:14px;color:#222;box-sizing:border-box}
#bo_w .frm_input::placeholder {color:#bbb}
#bo_w .frm_input:focus {border-color:var(--point,#782a30);outline:0}
#bo_w textarea.frm_input,#bo_w .wr_content textarea {min-height:160px;padding:12px;line-height:1.6;resize:vertical}

#bo_w .top-box {flex-wrap:wrap;gap:16px 20px;width:100%}
#bo_w .top-box > .write_div {width:calc(50% - 10px)}
#bo_w .top-box > .bo_w_tit {width:100%}
#bo_w .mt20 {margin-top:20px}

#bo_w .wr_content {width:100%}
#bo_w .wr_content textarea {width:100%;min-height:180px}
#bo_w .wr_content iframe {background:#fff !important}

/* 파일 첨부 */
#bo_w .bo_w_flie {position:relative;margin-top:20px}
#bo_w .bo_w_flie .file_wr {display:flex;flex-direction:column;gap:6px;padding:0;background:transparent;border:0}
#bo_w .bo_w_flie .file_wr label.lb_icon {position:static;width:auto;height:auto;line-height:normal;color:#222;font-weight:bold;font-size:15px;text-align:left;background:transparent}
#bo_w .bo_w_flie .file_wr label.lb_icon span {color:#222;font-weight:bold;font-size:15px}
#bo_w .bo_w_flie .file_wr label.lb_icon b {font-weight:normal;color:#888;font-size:13px;margin-left:6px}
#bo_w .bo_w_flie .frm_file {position:relative;width:100%;height:42px;line-height:42px;padding:0 12px;border:1px solid #d0d3db;background:#fff;border-radius:0;color:#666;font-size:13px;cursor:pointer;box-sizing:border-box;z-index:2}
#bo_w .bo_w_flie input[type=file]::file-selector-button {display:none}
#bo_w .bo_w_flie input[type=file]::-webkit-file-upload-button {display:none}
#bo_w .bo_w_flie .file-box {display:none}
#bo_w .bo_w_flie .file_del {margin-top:6px;font-size:12px;color:#7d7d7d}
#bo_w .bo_w_flie .file_del input[type=checkbox] {margin-right:4px;vertical-align:middle}

/* 개인정보 동의 */
.info-prov {display:flex;align-items:center;gap:6px;margin-top:20px;font-size:14px;color:#444}
.info-prov input[type=checkbox] {width:16px;height:16px;margin:0;accent-color:var(--point,#782a30)}
.info-prov label {display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-weight:normal;margin:0}
.info-prov .btn-policy-on {color:var(--point,#782a30);border-bottom:1px solid var(--point,#782a30);text-decoration:none}
.info-prov .btn-policy-on:hover {opacity:0.85}

/* 옵션 (html/secret/mail) */
#bo_w .bo_v_option {list-style:none;display:flex;gap:14px;margin:0;padding:0}
#bo_w .bo_v_option li.chk_box {display:inline-flex;align-items:center;gap:5px}
#bo_w .bo_v_option label {margin:0;font-weight:normal;font-size:13px;color:#555}

/* 캡챠 */
#bo_w #captcha {margin-top:10px}
#bo_w #captcha legend,#bo_w #captcha label[for="captcha_key"],#bo_w #captcha #captcha_info {position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}

/* 확인 버튼 */
#bo_w .btn_confirm {justify-content:center;align-items:center;margin-top:30px}
#bo_w .btn_confirm .btn_submit {font-weight:500;padding:0 70px;height:50px;border-radius:50px;border:0;background:var(--point,#782a30);color:#fff;font-size:16px;cursor:pointer;transition:opacity 0.2s}
#bo_w .btn_confirm .btn_submit:hover {opacity:0.88}

/* 개인정보 정책 모달 */
.policy-wrap {position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;display:none}
.policy-wrap .policy-bg {position:absolute;inset:0;width:100%;height:100%;background:rgba(0,0,0,0.45);z-index:1}
.policy-wrap .policy-box {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:50px 40px;max-width:560px;width:90%;max-height:80vh;overflow-y:auto;border-radius:8px;line-height:1.6;font-size:14px;color:#333;box-sizing:border-box;z-index:2}
.policy-wrap .policy-box .btn-policy-close {position:absolute;top:-50px;right:0;width:40px;height:40px;background:none;border:0;cursor:pointer;padding:0;z-index:3}
.policy-wrap .policy-box .btn-policy-close i {position:relative;display:block;width:100%;height:100%}
.policy-wrap .policy-box .btn-policy-close i::after {content:'';position:absolute;top:50%;left:0;width:100%;transform:rotate(45deg);height:2px;background:#fff}
.policy-wrap .policy-box .btn-policy-close i::before {content:'';position:absolute;top:50%;left:0;width:100%;transform:rotate(-45deg);height:2px;background:#fff}
.policy-wrap .policy-box .blind {position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}

.sound_only {position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}

/* mice 스킨 — 관리자 버튼 그룹 (list/write 공용) */
.mice-write-admin {display:flex;justify-content:flex-end;margin:0 auto 0;}
.mice-list-wrap .bo_btn_top {display:flex;justify-content:space-between;align-items:center;margin:0 0 20px;flex-wrap:wrap;gap:10px}
.mice-list-wrap .bo_list_total {font-size:14px;color:#555}
.mice-list-wrap .bo_list_total span {font-weight:bold;color:#222;margin-right:8px}
.mice-list-wrap .bo_list_total em {font-style:normal;color:#888}
.btn_bo_user {list-style:none;display:inline-flex;gap:6px;margin:0;padding:0;align-items:center}
.btn_bo_user > li {position:relative;margin:0}
.btn_bo_user .btn {display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:4px;background:#fff;border:1px solid #d0d3db;color:#444;text-decoration:none;cursor:pointer;font-size:14px;line-height:1;padding:0;box-sizing:border-box;transition:background 0.15s,color 0.15s,border-color 0.15s}
.btn_bo_user .btn:hover {background:#f6f6f6;color:#222}
.btn_bo_user .btn_admin {background:var(--point,#782a30);color:#fff;border-color:var(--point,#782a30)}
.btn_bo_user .btn_admin:hover {opacity:0.88;background:var(--point,#782a30);color:#fff}
.btn_bo_user .btn i {font-size:14px}
.mice-list-wrap .more_opt {position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #d0d3db;border-radius:4px;list-style:none;padding:4px;margin:0;min-width:140px;box-shadow:0 4px 12px rgba(0,0,0,0.08);z-index:10;display:none}
.mice-list-wrap .more_opt li {margin:0}
.mice-list-wrap .more_opt button {width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;background:none;border:0;text-align:left;font-size:13px;color:#444;cursor:pointer;border-radius:3px}
.mice-list-wrap .more_opt button:hover {background:#f6f6f6;color:var(--point,#782a30)}
.mice-list-wrap .more_opt button i {width:14px;text-align:center}
.mice-list-wrap .chk_box {position:relative}
.mice-list-wrap .chk_box .selec_chk {position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}
.mice-list-wrap .chk_box label {position:relative;display:inline-block;width:18px;height:18px;cursor:pointer;margin:0}
.mice-list-wrap .chk_box label span {display:block;width:18px;height:18px;border:1px solid #c0c4cc;border-radius:3px;background:#fff;box-sizing:border-box}
.mice-list-wrap .chk_box .selec_chk:checked + label span {background:var(--point,#782a30);border-color:var(--point,#782a30)}
.mice-list-wrap .chk_box .selec_chk:checked + label span::after {content:'';position:absolute;top:3px;left:6px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.mice-list-wrap .chk_box .selec_chk:focus + label span {outline:2px solid rgba(120,42,48,0.3)}
.mice-list-wrap .td_chk.chk_box {text-align:center}
.mice-list-wrap .bo_notice .td_chk {background:#fff8f6}

/* mice 스킨 — list (관리자용 단순 테이블) */
.mice-list-wrap {padding:60px 0 100px;box-sizing:border-box}
#bo_list.mice-list {width:100%}
#bo_list.mice-list table {width:100%;border-collapse:collapse;border-top:2px solid #000;font-size:14px}
#bo_list.mice-list caption {position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}
#bo_list.mice-list thead th {padding:14px 8px;background:#f6f6f6;color:#222;font-weight:bold;border-bottom:1px solid #ddd;text-align:center}
#bo_list.mice-list tbody td {padding:14px 8px;border-bottom:1px solid #eee;text-align:center;color:#444}
#bo_list.mice-list tbody .td_subject {text-align:left}
#bo_list.mice-list tbody .td_subject a {color:#222;text-decoration:none}
#bo_list.mice-list tbody .td_subject a:hover {color:var(--point,#782a30)}
#bo_list.mice-list tbody .bo_notice td {background:#fff8f6}
#bo_list.mice-list tbody .notice_icon {display:inline-block;padding:2px 8px;background:var(--point,#782a30);color:#fff;font-size:12px;font-weight:bold;border-radius:3px}
#bo_list.mice-list tbody .empty_table {padding:60px 0;color:#888}

/* mice 스킨 — view (단순 상세) */
#bo_view.mice-view {padding:60px 0 100px;box-sizing:border-box}
#bo_view.mice-view .mice-view-header {border-top:2px solid #000;border-bottom:1px solid #ddd;padding:24px 20px;background:#fafafa;position:relative;padding-right:160px}
#bo_view.mice-view .mice-view-header .bo_v_com_top {position:absolute;top:24px;right:20px;margin:0}
@media (max-width:768px){#bo_view.mice-view .mice-view-header{padding-right:20px}#bo_view.mice-view .mice-view-header .bo_v_com_top{position:static;justify-content:flex-end;margin-top:14px}}
#bo_view.mice-view .mice-view-header h3 {font-size:22px;font-weight:bold;color:#222;margin:0 0 14px;line-height:1.4;word-break:keep-all}
#bo_view.mice-view .mice-view-header .meta {list-style:none;display:flex;flex-wrap:wrap;gap:8px 24px;margin:0;padding:0;font-size:14px;color:#555}
#bo_view.mice-view .mice-view-header .meta strong {display:inline-block;margin-right:6px;color:#999;font-weight:normal}
#bo_view.mice-view .mice-view-body {padding:30px 20px;border-bottom:1px solid #ddd}
#bo_view.mice-view .mice-view-body h4 {font-size:16px;font-weight:bold;color:#222;margin:0 0 14px}
#bo_view.mice-view .mice-view-body .content {font-size:15px;line-height:1.8;color:#333;white-space:pre-wrap;word-break:break-word}
#bo_view.mice-view .mice-view-files {padding:20px;border-bottom:1px solid #ddd}
#bo_view.mice-view .mice-view-files h4 {font-size:15px;font-weight:bold;color:#222;margin:0 0 10px}
#bo_view.mice-view .mice-view-files ul {list-style:none;padding:0;margin:0}
#bo_view.mice-view .mice-view-files li {margin:6px 0}
#bo_view.mice-view .mice-view-files a {display:inline-flex;align-items:center;gap:8px;color:#222;text-decoration:none;font-size:14px}
#bo_view.mice-view .mice-view-files a:hover {color:var(--point,#782a30)}
#bo_view.mice-view .mice-view-files em {color:#999;font-style:normal;font-size:12px}
#bo_view.mice-view .mice-view-btns {display:flex;justify-content:center;gap:8px;margin-top:30px}
#bo_view.mice-view .mice-view-btns .btn {display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:44px;padding:0 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;border:1px solid #d0d3db;background:#fff;color:#444;cursor:pointer}
#bo_view.mice-view .mice-view-btns .btn:hover {background:#f6f6f6}
#bo_view.mice-view .mice-view-btns .btn-list {background:var(--point,#782a30);color:#fff;border-color:var(--point,#782a30)}
#bo_view.mice-view .mice-view-btns .btn-list:hover {opacity:0.88;background:var(--point,#782a30);color:#fff}
#bo_view.mice-view .mice-view-btns .btn-delete {color:#d9534f}
#bo_view.mice-view .mice-view-btns .btn-delete:hover {background:#fff0f0}

/* 반응형 */
@media (max-width: 1400px) {
    #ctt.re-write {padding:60px 80px 100px}
    .mice-tabs {padding:0 80px}
}
@media (max-width: 1024px) {
    #ctt.re-write {padding:50px 40px 80px}
    #ctt.re-write .re-write-flex {flex-direction:column;gap:40px}
    #ctt.re-write .text-area,#bo_w {width:100%;min-width:0}
    #ctt.re-write .text-area h5 {font-size:30px}
    .mice-tabs {padding:0 40px;margin:20px auto 30px}
    .mice-tabs .mice-tabs-list a {min-width:100px;padding:0 18px;font-size:14px;height:40px}
}

@media (max-width: 640px) {
    #ctt.re-write {padding:40px 20px 60px}
    #ctt.re-write .text-area h5 {font-size:24px}
    .mice-tabs {padding:0 20px}
    .mice-tabs .mice-tabs-list {width:100%;justify-content:center}
    .mice-tabs .mice-tabs-list a {min-width:0;padding:0 14px;font-size:13px;height:36px}
    #bo_w {padding:30px 20px;border-radius:20px}
    #bo_w .top-box > .write_div {width:100%}
    #bo_w .btn_confirm .btn_submit {width:100%;padding:0 40px}
    .policy-wrap .policy-box {padding:30px 20px}
    .policy-wrap .policy-box .btn-policy-close i::after,.policy-wrap .policy-box .btn-policy-close i::before {background:#000}
    #bo_list.mice-list thead {display:none}
    #bo_list.mice-list tbody tr {display:block;padding:12px;border-bottom:1px solid #eee;position:relative}
    #bo_list.mice-list tbody td {display:block;text-align:left;padding:4px 0;border:0}
    #bo_list.mice-list tbody .td_subject {font-weight:bold}
    #bo_list.mice-list tbody .td_chk {position:absolute;top:12px;right:12px;padding:0}
    .mice-list-wrap .bo_btn_top {flex-direction:column;align-items:stretch}
    .mice-list-wrap .btn_bo_user {justify-content:flex-end}
}

.bo_v_com {margin:20px 0 20px auto;display:flex;justify-content:flex-end;clear:both}
.bo_v_com .btn_bo_user {float:none;display:inline-flex;gap:6px;margin:0;padding:0;list-style:none;align-items:center}
.bo_v_com .btn_bo_user > li {position:relative;float:none;width:auto;margin:0}
.bo_v_com .btn_bo_user .btn {display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:4px;background:#fff;border:1px solid #d0d3db;color:#444;text-decoration:none;cursor:pointer;font-size:14px;line-height:1;padding:0;box-sizing:border-box;transition:background .15s,color .15s,border-color .15s}
.bo_v_com .btn_bo_user .btn:hover {background:#f6f6f6;color:#222}
.bo_v_com .btn_bo_user .btn_b02 {background:var(--point,#782a30);color:#fff;border-color:var(--point,#782a30)}
.bo_v_com .btn_bo_user .btn_b02:hover {background:var(--point,#782a30);color:#fff;opacity:.9}
.bo_v_com .btn_bo_user .btn i {font-size:14px}
