@charset "utf-8";

.selec_chk { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; outline: 0; z-index: -1; overflow: hidden; }
.chk_box { position: relative; }
.chk_box input[type="checkbox"] + label { position: relative; color: #676e70; cursor: pointer; }
.chk_box input[type="checkbox"] + label span { float: left; width: 15px; height: 15px; display: block; background: #fff; border: 1px solid #d0d4df; border-radius: 3px; margin-right: 6px; }
.chk_box input[type="checkbox"]:checked + label span { background: #111; border-color: #111; }

.btn_bo_user { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; }
.btn_bo_user > li { position: relative; }
.btn_bo_user .btn { width: 40px; height: 40px; line-height: 40px; padding: 0; }
.more_opt { display: none; position: absolute; top: 45px; right: 0; background: #fff; border: 1px solid #b8bfc4; z-index: 999; }
.more_opt li { border-bottom: 1px solid #f1f1f1; padding: 10px; width: 110px; color: #6b757c; text-align: left; }
.more_opt li:last-child { border-bottom: 0; }
.more_opt li button, .more_opt li a { width: 100%; border: 0; background: #fff; color: #6b757c; }
.more_opt li:hover a,
.more_opt li:hover button { color: #000; }
.more_opt li i { float: right; line-height: 20px; }

.contect_page { padding: 160px 0 120px; background: #fff; }
.contect_page .contect_admin { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.contect_page .contect_admin .all_chk label { display: flex; align-items: center; font-size: 13px; color: #333; }
.contect_page .qna_chk { position: absolute; left: 0; top: 22px; z-index: 2; }
.contect_page .qna_chk + a { padding-left: 28px; }
.contect_page .pg_wrap { display: flex; justify-content: center; float: none; width: 100%; margin-top: 28px; }

.contect_list .contwrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.contect_list .cl_head { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #111; }
.contect_list .cl_head h3 { margin: 0 0 8px; font-size: 32px; font-weight: 700; color: #111; letter-spacing: -0.03em; }
.contect_list .cl_head p { margin: 0; font-size: 15px; color: #888; }
.contect_list .cl_list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #eee; }
.contect_list .cl_list li { position: relative; border-bottom: 1px solid #eee; }
.contect_list .cl_list li a { display: flex; align-items: center; gap: 16px; padding: 20px 4px; }
.contect_list .cl_badge { flex: 0 0 auto; min-width: 72px; padding: 5px 12px; background: #2f56c8; border-radius: 25px; text-align: center; font-size: 14px; font-weight: 600; color: #fff; line-height: 1.2; }
.contect_list .cl_tit { flex: 1; overflow: hidden; font-size: 17px; color: #222; white-space: nowrap; text-overflow: ellipsis; }
.contect_list .cl_date { flex: 0 0 auto; font-size: 14px; color: #999; }
.contect_list .cl_empty { padding: 60px 0; text-align: center; color: #999; font-size: 16px; }
.contect_list .cl_write { display: flex; justify-content: flex-end; margin-top: 24px; }
.contect_list .cl_write a { display: inline-block; min-width: 140px; height: 46px; line-height: 46px; padding: 0 22px; border: 0; border-radius: 8px; background: #2f4ec4; color: #fff; text-align: center; font-size: 16px; font-weight: 600; }
.contect_list .cl_write a:hover { background: #243d9a; }

.contect_write { padding: 160px 0 120px; background: #eef1f8; }
.contect_write .contwrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.cw_card { overflow: hidden; background: #fff; border-radius: 20px; box-shadow: 0 18px 50px rgba(20, 36, 90, 0.12); }
.cw_head { padding: 36px 40px 28px; background: #2f4ec4; color: #fff; }
.cw_head h2 { margin: 12px 0 8px; font-size: 28px; font-weight: 700; letter-spacing: -0.03em; color: #fff; }
.cw_head p { margin: 0; font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.cw_form { padding: 32px 40px 40px; }
.cw_row { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.cw_row_top { align-items: flex-start; }
.cw_row label { flex: 0 0 92px; font-size: 16px; font-weight: 600; color: #333; }
.cw_row label em { color: #2f4ec4; font-style: normal; }
.cw_row input,
.cw_row select,
.cw_row textarea { flex: 1; width: 100%; height: 46px; padding: 0 14px; border: 1px solid #d8dce6; border-radius: 10px; background: #f7f8fc; color: #111; font-size: 15px; box-sizing: border-box; }
.cw_row input:focus,
.cw_row select:focus,
.cw_row textarea:focus { outline: none; border-color: #2f4ec4; background: #fff; }
.cw_row select { appearance: none; background: #f7f8fc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center; padding-right: 36px; }
.cw_row textarea { height: 140px; padding: 12px 14px; resize: none; }
.cw_agree { margin: 18px 0 8px; }
.cw_agree label { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; color: #444; cursor: pointer; }
.cw_agree input { width: 16px; height: 16px; accent-color: #2f4ec4; }
.cw_captcha { margin: 16px 0; padding: 14px; background: #f6f7fb; border-radius: 10px; }
.cw_btns { display: flex; justify-content: flex-end; gap: 8px; margin-top: 24px; }
.cw_btns a,
.cw_btns button { min-width: 110px; height: 46px; line-height: 46px; padding: 0 20px; border-radius: 8px; text-align: center; font-size: 16px; font-weight: 600; cursor: pointer; }
.cw_btns a { border: 1px solid #d8dce6; background: #fff; color: #333; }
.cw_btns button { border: 0; background: #2f4ec4; color: #fff; }
.cw_btns button:hover { background: #243d9a; }

.selec_chk { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; outline: 0; z-index: -1; overflow: hidden; }
.chk_box { position: relative; }
.chk_box input[type="checkbox"] + label { position: relative; color: #333; cursor: pointer; }
.chk_box input[type="checkbox"] + label span { float: left; width: 15px; height: 15px; display: block; background: #fff; border: 1px solid #d0d4df; border-radius: 3px; margin-right: 6px; }
.chk_box input[type="checkbox"]:checked + label span { background: #111; border-color: #111; }
.btn_bo_user { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; }
.btn_bo_user > li { position: relative; }
.btn_bo_user .btn { width: 40px; height: 40px; line-height: 40px; padding: 0; color: #333; }
.more_opt { display: none; position: absolute; top: 45px; right: 0; background: #fff; border: 1px solid #b8bfc4; z-index: 999; }
.more_opt li { border-bottom: 1px solid #f1f1f1; padding: 10px; width: 110px; color: #6b757c; text-align: left; }
.more_opt li:last-child { border-bottom: 0; }
.more_opt li button, .more_opt li a { width: 100%; border: 0; background: #fff; color: #6b757c; }
.more_opt li:hover a,
.more_opt li:hover button { color: #000; }
.more_opt li i { float: right; line-height: 20px; }

.contect_view { padding: 160px 0 120px; background: #eef1f8; }
.contect_view .contwrap { max-width: 860px; margin: 0 auto;}
.contect_view.cv_gate { min-height: 70vh; display: flex; align-items: center; background: linear-gradient(180deg, #2f4ec4 0%, #243d9a 100%); }
.contect_view.cv_gate .contwrap { width: 100%; }

.cv_card { overflow: hidden; background: #fff; border-radius: 20px; box-shadow: 0 18px 50px rgba(20, 36, 90, 0.12); margin: 0 auto;}
.cv_head { padding: 42px 48px 32px; background: #2f4ec4; color: #fff; }
.cv_badge { display: inline-block; min-width: 72px; padding: 5px 14px; border-radius: 25px; background: rgba(255, 255, 255, 0.18); font-size: 14px; font-weight: 600; }
.cv_head h2 { margin: 16px 0 10px; font-size: 28px; font-weight: 700; letter-spacing: -0.03em; color: #fff; line-height: 1.4; }
.cv_meta { margin: 0; font-size: 15px; color: rgba(255, 255, 255, 0.78); }

.cv_dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 8px 20px; }
.cv_dl > div { display: flex; gap: 16px; padding: 18px 28px; border-bottom: 1px solid #eef0f5; }
.cv_dl dt { flex: 0 0 88px; margin: 0; font-size: 15px; font-weight: 600; color: #7a8294; }
.cv_dl dd { flex: 1; margin: 0; font-size: 16px; font-weight: 500; color: #1b1f2a; word-break: break-all; }

.cv_content { padding: 28px 48px 8px; }
.cv_content h3 { margin: 0 0 12px; font-size: 15px; font-weight: 600; color: #7a8294; }
.cv_content_body { min-height: 140px; padding: 22px 24px; border-radius: 12px; background: #f6f7fb; font-size: 16px; line-height: 1.8; color: #222; word-break: break-all; }

.cv_btns { display: flex; justify-content: flex-end; gap: 8px; padding: 28px 48px 40px; }
.cv_btns a { display: inline-block; min-width: 88px; height: 44px; line-height: 44px; padding: 0 18px; border: 1px solid #d8dce6; border-radius: 8px; text-align: center; font-size: 15px; font-weight: 500; color: #333; background: #fff; }
.cv_btns .btn_list { background: #111; border-color: #111; color: #fff; }

.cv_pw { max-width: 480px; margin: 0 auto; padding: 56px 40px 48px; text-align: center; background: #fff; border-radius: 20px; box-shadow: 0 24px 60px rgba(10, 20, 60, 0.22); }
.cv_pw_icon { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: #eef2ff; color: #2f4ec4; }
.cv_pw_kicker { margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: #2f4ec4; }
.cv_pw h3 { margin: 0 0 8px; font-size: 24px; font-weight: 700; color: #111; letter-spacing: -0.03em; }
.cv_pw_date { margin: 0 0 16px; font-size: 14px; color: #888; }
.cv_pw_desc { margin: 0 0 28px; font-size: 15px; line-height: 1.6; color: #667085; }
.cv_pw form { display: flex; flex-direction: column; gap: 10px; }
.cv_pw input[type="password"] { width: 100%; height: 50px; padding: 0 16px; border: 1px solid #d8dce6; border-radius: 10px; background: #f7f8fc; font-size: 16px; box-sizing: border-box; }
.cv_pw input[type="password"]:focus { outline: none; border-color: #2f4ec4; background: #fff; }
.cv_pw button { height: 50px; border: 0; border-radius: 10px; background: #2f4ec4; color: #fff; font-size: 17px; font-weight: 700; cursor: pointer; }
.cv_pw button:hover { background: #243d9a; }
.cv_pw_back { display: inline-block; margin-top: 18px; font-size: 14px; color: #667085; }
.cv_pw_back:hover { color: #111; }

@media (max-width: 1023px) {
    .contect_page,
    .contect_board,
    .contect_view,
    .contect_write { padding: 120px 0 80px; }
    .contect_list .cl_head h3 { font-size: 26px; }
    .contect_list .cl_list li a { flex-wrap: wrap; gap: 8px 12px; }
    .contect_list .cl_tit { width: calc(100% - 90px); }
    .contect_list .cl_date { width: 100%; padding-left: 88px; }
    .cw_head,
    .cw_form { padding-left: 24px; padding-right: 24px; }
    .cw_head h2 { font-size: 22px; }
    .cw_row { flex-direction: column; align-items: stretch; gap: 6px; }
    .contect_layout { grid-template-columns: 1fr; gap: 50px; }
    .contect_board h3 { font-size: 24px; }
    .cv_head,
    .cv_content { padding-left: 28px; padding-right: 28px; }
    .cv_btns { padding: 24px 28px 32px; }
    .cv_dl { grid-template-columns: 1fr; padding: 8px 8px; }
    .cv_head h2 { font-size: 22px; }
    .cv_pw { padding: 40px 24px 36px; }
}
@media (max-width: 767px) {
    .contect_page,
    .contect_board,
    .contect_view,
    .contect_write { padding: 100px 0 60px; }
    .contect_list .cl_date { padding-left: 0; }
    .qna_list li a { flex-wrap: wrap; }
    .qna_list .qna_date { width: 100%; padding-left: 24px; }
    .cv_dl > div { padding: 14px 12px; }
}
