@charset "utf-8";

/* 게시판 목록 */
#bo_list {position:relative;margin-bottom:20px}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:60px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:left;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list tbody tr {border-left:2px solid transparent}
#bo_list tbody tr:hover {border-left:2px solid #253dbe}
#bo_list tbody .even td {background:#fbfbfb}

#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.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}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}


#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;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}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;background:#fff;box-sizing:border-box}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {}
#bo_v_title .bo_v_cate {display:inline-block;line-height:20px;background:#e2eaf6;color:#3a8afd;padding:0 10px;border-radius:3px;}
#bo_v_title .bo_v_tit {display:block;font-size:2em;margin:5px 0 0;word-break:break-all}

#bo_v_info {margin:0;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {margin:20px 0 10px;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}

#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}


#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all;background:#fff}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:5px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:5px;color:#4b5259;vertical-align:middle}

/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;background:#fff;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:#3a8afd}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:1.2em;color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:#3a8afd;content:"";width:100%;height:2px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;border-bottom:1px solid #f0f0f0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:0 0 20px}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
#wr_secret {}
.bo_vc_w_info {margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}

/* 자유게시판 */

#bo_list {
    margin-top: 10px;
}

#bo_list .td_subject a {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

#bo_list .td_subject a:hover {
    color: #2563eb;
}

#bo_list .cnt_cmt {
    background: #2563eb;
    color: #fff;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
}

.notice_icon {
    display: inline-block;
    background: #ef4444;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

#bo_v {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
}

#bo_v_title .bo_v_tit {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
}

#bo_v_info {
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#bo_v_con {
    font-size: 16px;
    line-height: 1.9;
}

/* ==============================
   mtpan-free BOARD LIST
============================== */

.mtpan-free-wrap {
    width: 100% !important;
}

.mtpan-free-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 14px 0 14px;
}

.mtpan-free-count {
    color: #374151;
    font-size: 14px;
    font-weight: 800;
}

.mtpan-free-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mtpan-free-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 13px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
}

.mtpan-free-btn.primary {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

/* 베스트 */
.mtpan-free-best-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 14px;
}

.mtpan-free-best {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
}

.mtpan-free-best h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 900;
    color: #111827;
}

.mtpan-free-best ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mtpan-free-best li {
    margin-bottom: 7px;
}

.mtpan-free-best li:last-child {
    margin-bottom: 0;
}

.mtpan-free-best a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #111827;
    font-size: 13px;
    text-decoration: none !important;
}

.mtpan-free-best .rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.mtpan-free-best .subject {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtpan-free-best .reply {
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
}

.mtpan-free-best p {
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
}

/* 리스트 */
.mtpan-free-board {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 12px;
}

.mtpan-free-head,
.mtpan-free-row {
    display: grid;
    grid-template-columns: 70px 1fr 150px 64px 70px;
    align-items: center;
}

.mtpan-free-board.has-check .mtpan-free-head,
.mtpan-free-board.has-check .mtpan-free-row {
    grid-template-columns: 40px 1fr 70px 80px;
}

.mtpan-free-board.has-good .mtpan-free-head,
.mtpan-free-board.has-good .mtpan-free-row {
    grid-template-columns: 70px 1fr 150px 64px 64px 70px;
}

.mtpan-free-board.has-check.has-good .mtpan-free-head,
.mtpan-free-board.has-check.has-good .mtpan-free-row {
    grid-template-columns: 34px 70px 1fr 150px 64px 64px 70px;
}

.mtpan-free-head {
    min-height: 40px;
    background: #f8fafc;
    border-bottom: 1px solid #d9dee7;
    color: #4b5563;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.mtpan-free-row {
    min-height: 110px;
    border-bottom: 1px solid #edf1f5;
    color: #111827;
    font-size: 14px;
}

.mtpan-free-row:last-child {
    border-bottom: 0;
}

.mtpan-free-row:hover {
    background: #f9fafb;
}

.mtpan-free-row.is-notice {
    background: #fff7ed;
}

.mtpan-free-row.is-notice:hover {
    background: #ffedd5;
}

.mtpan-free-row > div,
.mtpan-free-head > div {
    min-width: 0;
    padding: 0 10px;
}

.mtpan-free-row .col-cate,
.mtpan-free-row .col-name,
.mtpan-free-row .col-hit,
.mtpan-free-row .col-good,
.mtpan-free-row .col-date {
    text-align: center;
}

.mtpan-free-row .col-title {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.mtpan-free-title {
    overflow: hidden;
    color: #111827;
    font-weight: 700;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtpan-free-title:hover {
    color: #2563eb;
}

.mtpan-free-cate,
.mtpan-free-notice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.mtpan-free-cate {
    background: #eff6ff;
    color: #2563eb;
}

.mtpan-free-notice {
    background: #ef4444;
    color: #fff;
}

.mtpan-free-comment {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.mtpan-free-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.mtpan-free-level {
    display:inline-flex;
    align-items:center;
    height:18px;
    padding:0 6px;
    margin-right:5px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    color:#2563eb;
    font-size:10px;
    font-weight:800;
}

.mtpan-free-writer {
    color: #374151;
    font-weight: 700;
}

.mtpan-free-mobile-meta {
    display: none;
}

.mtpan-free-empty {
    padding: 50px 20px;
    color: #6b7280;
    text-align: center;
}

.mtpan-free-admin-actions {
    display: flex;
    gap: 6px;
    margin: 16px 0;
}

.mtpan-free-admin-actions button {
    height: 34px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

.col-check {
    text-align: center;
}

.mtpan-free-wrap .bo_sch_wrap {
    display: none;
}

/* 하단 검색 */
.mtpan-free-bottom-search {
    margin: 18px 0 0;
    padding: 15px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.mtpan-free-bottom-search form {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.mtpan-free-bottom-search select,
.mtpan-free-bottom-search input {
    height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
}

.mtpan-free-bottom-search input {
    width: 260px;
}

.mtpan-free-bottom-search button {
    height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-weight: 800;
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 768px) {
    .mtpan-free-wrap {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .mtpan-free-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .mtpan-free-actions {
        flex-wrap: wrap;
    }

    .mtpan-free-best-wrap {
        grid-template-columns: 1fr;
    }

    .mtpan-free-head {
        display: none;
    }

    .mtpan-free-board {
        border-radius: 14px;
    }

    .mtpan-free-row,
    .mtpan-free-board.has-check .mtpan-free-row,
    .mtpan-free-board.has-good .mtpan-free-row,
    .mtpan-free-board.has-check.has-good .mtpan-free-row {
        display: block;
        min-height: 0;
        padding: 13px 14px;
    }

    .mtpan-free-row > div {
        padding: 0;
    }

    .mtpan-free-row .col-cate,
    .mtpan-free-row .col-name,
    .mtpan-free-row .col-hit,
    .mtpan-free-row .col-good,
    .mtpan-free-row .col-date {
        display: none;
    }

    .mtpan-free-row .col-title {
        display: block;
        white-space: normal;
        overflow: visible;
    }

    .mtpan-free-title {
        display: inline;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        font-size: 15px;
        line-height: 1.45;
    }

    .mtpan-free-mobile-meta {
        display: block;
        margin-top: 6px;
        color: #6b7280;
        font-size: 12px;
        line-height: 1.4;
    }

    .col-check {
        float: left;
        margin-right: 8px;
        padding-top: 2px !important;
    }

    .mtpan-free-bottom-search form {
        flex-direction: column;
    }

    .mtpan-free-bottom-search input {
        width: 100%;
    }

	.mtpan-free-best {
    transition:.15s;
}

.mtpan-free-best:hover {
    border-color:#cbd5e1;
    box-shadow:0 4px 12px rgba(0,0,0,.04);
}

.mtpan-free-title:hover {
    color:#2563eb;
    text-decoration:underline;
}

.mtpan-free-bottom-search {
    margin-top:20px;
}

}

/* ==============================
   mtpan-free VIEW
============================== */

.mtpan-free-view {
    max-width: 980px;
    margin: 0 auto;
}

.mtpan-free-view-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

.mtpan-free-view-head {
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e7eb;
}

.mtpan-free-view-kicker {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 11px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
}

.mtpan-free-view-cate {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 11px;
    margin-left: 6px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 12px;
    font-weight: 900;
}

.mtpan-free-view-title {
    margin: 0;
    color: #111827;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.mtpan-free-view-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    color: #6b7280;
    font-size: 13px;
}

.mtpan-free-view-meta span + span:before {
    content: "·";
    margin-right: 8px;
    color: #cbd5e1;
}

.mtpan-free-view-meta .mtpan-free-level:before,
.mtpan-free-view-meta .writer:before {
    display: none;
    content: "";
}

.mtpan-free-view-actions-top,
.mtpan-free-view-actions-bottom {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 18px 0;
}

.mtpan-free-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #d1d5db;
    border-radius: 9px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.mtpan-free-view-btn.primary,
.mtpan-free-view-btn.dark {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.mtpan-free-view-btn.danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

.mtpan-free-view-body-wrap {
    position: relative;
    padding-top: 14px;
}

.mtpan-free-scrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 14px;
}

.mtpan-free-scrap a {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mtpan-free-view-img {
    margin: 16px 0 24px;
    text-align: center;
}

.mtpan-free-view-img img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.mtpan-free-view-body {
    min-height: 220px;
    color: #111827;
    font-size: 16px;
    line-height: 1.9;
    word-break: break-all;
}

.mtpan-free-view-body p {
    margin: 0 0 18px;
}

.mtpan-free-view-body img {
    max-width: 100%;
    height: auto;
}

.mtpan-free-signature {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
}

.mtpan-free-view-react {
    margin: 28px 0 0;
    text-align: center;
}

.mtpan-free-view-react a,
.mtpan-free-view-react span.bo_v_good,
.mtpan-free-view-react span.bo_v_nogood {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    margin: 0 3px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.mtpan-free-view-nav {
    margin-top: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.mtpan-free-view-nav div {
    display: grid;
    grid-template-columns: 70px 1fr 80px;
    gap: 10px;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}

.mtpan-free-view-nav div:last-child {
    border-bottom: 0;
}

.mtpan-free-view-nav strong {
    color: #6b7280;
    font-weight: 900;
}

.mtpan-free-view-nav a {
    color: #111827;
    font-weight: 700;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtpan-free-view-nav a:hover {
    color: #2563eb;
}

.mtpan-free-view-nav span {
    color: #9ca3af;
    font-size: 12px;
    text-align: right;
}


.mtpan-free-view #bo_vc > h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    background: none;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.mtpan-free-view #bo_vc > h2:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2563eb;
}

.mtpan-free-view #bo_vc article header h2 {
    position: absolute !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

.mtpan-free-view #bo_vc_w h2 {
    margin: 0 0 14px;
    padding: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.mtpan-free-view #bo_vc_w textarea {
    width: 100% !important;
    min-height: 100px;
    padding: 14px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    font-size: 15px;
    resize: vertical;
}

.mtpan-free-view #bo_vc_w textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}

.mtpan-free-view #bo_vc_w .btn_confirm,
.mtpan-free-view #bo_vc_w .bo_vc_w_info,
.mtpan-free-view #bo_vc_w .bo_vc_w_wr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.mtpan-free-view #bo_vc_w .btn_confirm {
    margin-top: 10px;
}

.mtpan-free-view #bo_vc_w .btn_submit,
.mtpan-free-view #bo_vc_w input[type="submit"],
.mtpan-free-view #bo_vc_w button[type="submit"] {
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    font-weight: 900;
}


@media (max-width: 768px) {
    .mtpan-free-view {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .mtpan-free-view-card {
        padding: 22px;
        border-radius: 14px;
    }

    .mtpan-free-view-title {
        font-size: 27px;
    }

    .mtpan-free-view-actions-top,
    .mtpan-free-view-actions-bottom {
        justify-content: center;
        flex-wrap: wrap;
    }

    .mtpan-free-view-nav div {
        display: block;
    }

    .mtpan-free-view-nav strong {
        display: block;
        margin-bottom: 5px;
    }

    .mtpan-free-view-nav span {
        display: block;
        margin-top: 5px;
        text-align: left;
    }

    .mtpan-free-view #bo_vc,
    .mtpan-free-view #bo_vc_w {
        margin: 18px 0 0;
        padding: 18px;
        border-radius: 14px;
    }

    .mtpan-free-view #bo_vc_w .btn_confirm,
    .mtpan-free-view #bo_vc_w .bo_vc_w_info,
    .mtpan-free-view #bo_vc_w .bo_vc_w_wr {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

	

}

/* 자유게시판 댓글은 기본 구조 유지 */
.mtpan-free-view #bo_vc,
.mtpan-free-view #bo_vc_w {
    margin-top: 22px;
}

.mtpan-free-view #bo_vc_w .btn_confirm {
    text-align: right;
}

.mtpan-free-view #bo_vc_w .btn_submit,
.mtpan-free-view #bo_vc_w input[type="submit"],
.mtpan-free-view #bo_vc_w button[type="submit"] {
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-weight: 900;
}

/* 자유게시판 댓글 최종 정리 */
.mtpan-free-view #bo_vc {
    padding: 0;
    border: 0;
    background: transparent;
}

.mtpan-free-view #bo_vc article {
    display: flex;
    gap: 12px;
    margin: 18px 0;
    padding: 18px 0 22px;
    border-bottom: 1px solid #eef2f7;
}

.mtpan-free-view #bo_vc article .pf_img {
    flex: 0 0 46px;
    margin: 0;
    float: none;
}

.mtpan-free-view #bo_vc article .pf_img img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.mtpan-free-view #bo_vc article .cm_wrap {
    flex: 1;
    width: auto;
    max-width: none;
    float: none;
    min-width: 0;
}

.mtpan-free-view #bo_vc article header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 1.4;
}

.mtpan-free-view #bo_vc article header h2 {
    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;
}

.mtpan-free-view #bo_vc .cmt_contents {
    padding: 7px 0 0;
    line-height: 1.7;
}

.mtpan-free-view #bo_vc .cmt_contents p {
    margin: 0;
}

.mtpan-free-view #bo_vc .bo_vl_opt {
    top: 18px;
    right: 0;
}

.mtpan-free-view #bo_vc_w {
    padding: 0;
    border: 0;
    background: transparent;
}

/* 자유게시판 댓글목록 제목 완전 숨김 */
.mtpan-free-view #bo_vc > h2,
.mtpan-free-view #bo_vc article header h2 {
    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;
    font-size: 0 !important;
    line-height: 0 !important;
}

.mtpan-free-view #bo_vc > h2:before,
.mtpan-free-view #bo_vc article header h2:before {
    display: none !important;
    content: none !important;
}

.mtpan-member-level {
    display:inline-flex;
    align-items:center;
    height:18px;
    padding:0 6px;
    margin-right:5px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    color:#2563eb;
    font-size:10px;
    font-weight:800;
    vertical-align:middle;
}

.mtpan-member-level.admin {
    background:#111827;
    border-color:#111827;
    color:#fff;
}

.mtpan-free-view-best {
    margin-top: 20px;
    margin-bottom: 22px;
}



/* ==============================
   스포츠분석 view 본문 스타일
   bo_table=analysis
============================== */

.mtpan-free-view-body h2,
#bo_v_con h2 {
    position: relative;
    margin: 38px 0 18px;
    padding: 14px 18px 14px 20px;
    background: linear-gradient(90deg, #fff7ed 0%, #ffffff 100%);
    border-left: 6px solid #f97316;
    border-bottom: 1px solid #fed7aa;
    border-radius: 12px;
    color: #1f2937;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.mtpan-free-view-body h2:before,
#bo_v_con h2:before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -2px;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: #f97316;
}

.mtpan-free-view-body h3,
#bo_v_con h3 {
    margin: 28px 0 12px;
    color: #374151;
    font-size: 18px;
    font-weight: 900;
}

.mtpan-free-view-body table,
#bo_v_con table {
    width: 100%;
    margin: 18px 0 26px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .04);
}

.mtpan-free-view-body table th,
#bo_v_con table th {
    background: #faf7f2;
    color: #374151;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
}

.mtpan-free-view-body table td,
.mtpan-free-view-body table th,
#bo_v_con table td,
#bo_v_con table th {
    padding: 13px 15px;
    border-right: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
    font-size: 14px;
    line-height: 1.55;
    vertical-align: middle;
}

.mtpan-free-view-body table tr:last-child td,
.mtpan-free-view-body table tr:last-child th,
#bo_v_con table tr:last-child td,
#bo_v_con table tr:last-child th {
    border-bottom: 0;
}

.mtpan-free-view-body table td:last-child,
.mtpan-free-view-body table th:last-child,
#bo_v_con table td:last-child,
#bo_v_con table th:last-child {
    border-right: 0;
}

.mtpan-free-view-body table thead th,
#bo_v_con table thead th {
    background: #292524;
    color: #fff;
    text-align: center;
    border-color: rgba(255,255,255,.14);
}

.mtpan-free-view-body table tbody tr:nth-child(even) td,
#bo_v_con table tbody tr:nth-child(even) td {
    background: #fffaf3;
}

.mtpan-free-view-body table tbody tr:hover td,
#bo_v_con table tbody tr:hover td {
    background: #fff3e0;
}

.mtpan-free-view-body ul,
#bo_v_con ul {
    margin: 14px 0 24px;
    padding: 18px 20px 18px 42px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

.mtpan-free-view-body li,
#bo_v_con li {
    margin: 7px 0;
    line-height: 1.7;
}

.mtpan-free-view-body a,
#bo_v_con a {
    color: #9a3412;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mtpan-free-view-body a:hover,
#bo_v_con a:hover {
    color: #ea580c;
}

.mtpan-free-view-body .mtpan-sa-image,
#bo_v_con .mtpan-sa-image {
    margin: 24px 0 30px;
    text-align: center;
}

.mtpan-free-view-body .mtpan-sa-image img,
#bo_v_con .mtpan-sa-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

@media (max-width: 768px) {
    .mtpan-free-view-body h2,
    #bo_v_con h2 {
        margin: 30px 0 14px;
        padding: 12px 14px 12px 16px;
        border-left-width: 5px;
        border-radius: 10px;
        font-size: 19px;
    }

    .mtpan-free-view-body table,
    #bo_v_con table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 12px;
    }

    .mtpan-free-view-body table td,
    .mtpan-free-view-body table th,
    #bo_v_con table td,
    #bo_v_con table th {
        min-width: 92px;
        padding: 11px 12px;
        font-size: 13px;
    }

}

    .mtpan-free-view-body table td,
    .mtpan-free-view-body table th,
    #bo_v_con table td,
    #bo_v_con table th {
        min-width: 92px;
        padding: 11px 12px;
        font-size: 13px;
    }
	#bo_v_con img,
.mtpan-free-view-body img {
    cursor: zoom-in;
}

#bo_v_con img,
.mtpan-free-view-body img,
.mtpan-free-view-img img,
a.view_image img {
    cursor: zoom-in !important;
}

a.view_image {
    cursor: zoom-in !important;
}

.mtpan-free-row .col-title {
    display:flex;
    align-items:center;
    gap:14px;
}

.mtpan-free-thumb {
    width:128px;
    height:72px;
    flex:0 0 128px;
    border-radius:10px;
    overflow:hidden;
    background:#eef2f7;
    display:block;
}

.mtpan-free-thumb img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mtpan-free-row .col-title {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.mtpan-free-titlebox {
    min-width: 0;
    flex: 1;
}

.mtpan-free-title {
    display: inline;
    font-weight: 700;
    line-height: 1.45;
}

.mtpan-free-thumb {
    width: 128px;
    height: 72px;
    flex: 0 0 128px;
    border-radius: 10px;
    overflow: hidden;
    background: #eef2f7;
    display: block;
}

.mtpan-free-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mtpan-free-thumb {
    width: 110px;
    height: 62px;
    flex: 0 0 110px;
    border-radius: 8px;
}

.mtpan-free-row .col-title {
    gap: 12px;
}

.mtpan-free-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
    font-size: 14px;
}

.mtpan-analysis-meta {
    margin-top:6px;
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
    font-size:12px;
    color:#64748b;
    font-weight:600;
}

.mtpan-analysis-meta span {
    background:#f1f5f9;
    border:1px solid #e2e8f0;
    border-radius:999px;
    padding:3px 8px;
}

.mtpan-free-row {
    min-height: 92px;
}

.mtpan-free-row .col-title {
    padding: 8px 0;
}

.mtpan-analysis-meta {
    margin-top:8px;
    font-size:12px;
    color:#64748b;
    font-weight:600;
}

.mtpan-free-title{
    font-size:16px;
    font-weight:700;
}

/* 게시판 페이징 공통 수정 */
.pg_wrap {
    clear: both;
    text-align: center;
    margin: 28px 0 34px;
    padding: 0;
}

.pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.pg_page,
.pg_current {
    min-width: 34px;
    height: 34px;
    padding: 0 11px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
}

.pg_page {
    color: #2563eb !important;
    background: #fff;
    border: 1px solid #cfe0ff;
}

.pg_page:hover {
    color: #fff !important;
    background: #2563eb;
    border-color: #2563eb;
}

.pg_current {
    color: #fff !important;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    border: 1px solid #1d4ed8;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.22);
}

/* 처음/이전/다음/맨끝 버튼 */
.pg_start,
.pg_prev,
.pg_next,
.pg_end {
    min-width: 42px;
}

/* 모바일 */
@media (max-width: 576px) {
    .pg_wrap {
        margin: 22px 0 28px;
    }

    .pg {
        gap: 5px;
    }

    .pg_page,
    .pg_current {
        min-width: 32px;
        height: 32px;
        padding: 0 9px;
        border-radius: 9px;
        font-size: 13px;
        line-height: 32px;
    }
}

.mtpan-free-thumb {
    flex: 0 0 120px;
    width: 120px;
    height: 68px;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f4f6;
}

.mtpan-free-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mtpan-free-titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    gap: 6px;
    flex: 1;
}

.mtpan-free-title {
    display: block;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================================
   MTPAN ANALYSIS LIST FINAL OVERRIDE
   - 분석 게시판 리스트 뉴스형 정리
   - 기존 CSS 덮어쓰기용: style.css 맨 아래 유지
========================================================= */

.mtpan-free-board {
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #d8e1ee !important;
    border-radius: 14px !important;
}

.mtpan-free-head,
.mtpan-free-row,
.mtpan-free-board.has-check .mtpan-free-head,
.mtpan-free-board.has-check .mtpan-free-row,
.mtpan-free-board.has-good .mtpan-free-head,
.mtpan-free-board.has-good .mtpan-free-row,
.mtpan-free-board.has-check.has-good .mtpan-free-head,
.mtpan-free-board.has-check.has-good .mtpan-free-row {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 74px 76px !important;
    align-items: center !important;
}

.mtpan-free-head {
    min-height: 40px !important;
    background: #f8fbff !important;
    border-bottom: 1px solid #d8e1ee !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-align: center !important;
}

.mtpan-free-board.has-good .mtpan-free-head,
.mtpan-free-board.has-good .mtpan-free-row,
.mtpan-free-board.has-check.has-good .mtpan-free-head,
.mtpan-free-board.has-check.has-good .mtpan-free-row {
    grid-template-columns: 38px minmax(0, 1fr) 74px 76px 60px !important;
}

.mtpan-free-row {
    min-height: 92px !important;
    border-bottom: 1px solid #edf2f7 !important;
    background: #fff !important;
    color: #0f172a !important;
    font-size: 14px !important;
}

.mtpan-free-row:hover {
    background: #f8fbff !important;
}

.mtpan-free-row > div,
.mtpan-free-head > div {
    min-width: 0 !important;
    padding: 0 10px !important;
}

.mtpan-free-row .col-title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: normal !important;
}

.mtpan-free-thumb {
    flex: 0 0 118px !important;
    width: 118px !important;
    height: 66px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #eef4fb !important;
    border: 1px solid #e2e8f0 !important;
}

.mtpan-free-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mtpan-free-titlebox {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
}

.mtpan-free-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    color: #0f172a !important;
    font-size: 17px !important;
    line-height: 1.42 !important;
    font-weight: 850 !important;
    letter-spacing: -0.035em !important;
    text-decoration: none !important;
}

.mtpan-free-title:hover {
    color: #2563eb !important;
    text-decoration: none !important;
}

.mtpan-analysis-meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.mtpan-analysis-meta span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 20px !important;
}

.mtpan-analysis-meta span:first-child {
    color: #2563eb !important;
    font-weight: 900 !important;
}

.mtpan-analysis-meta span + span:before {
    content: "·" !important;
    margin-right: 6px !important;
    color: #cbd5e1 !important;
    font-weight: 900 !important;
}

.mtpan-free-comment {
    display: none !important;
}

.mtpan-free-new {
    position: static !important;
    width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
}

.mtpan-free-row .col-hit,
.mtpan-free-row .col-date,
.mtpan-free-row .col-good {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.mtpan-free-row .col-date {
    color: #475569 !important;
}

.mtpan-free-row .col-check,
.mtpan-free-head .col-check {
    text-align: center !important;
    padding-left: 8px !important;
    padding-right: 4px !important;
}

/* 베스트 박스도 파란 계열로 톤 정리 */
.mtpan-free-best .rank,
.mtpan-free-btn.primary {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
}

.mtpan-free-best .reply {
    color: #2563eb !important;
}

/* 페이징 파란색 통일 */
.pg_wrap {
    clear: both !important;
    text-align: center !important;
    margin: 28px 0 34px !important;
    padding: 0 !important;
}

.pg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
}

.pg a,
.pg strong,
.pg_page,
.pg_current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 34px !important;
    height: 34px !important;
    padding: 0 11px !important;
    border-radius: 10px !important;
    border: 1px solid #cfe0ff !important;
    background: #fff !important;
    color: #2563eb !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.pg a:hover,
.pg_page:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
}

.pg strong,
.pg_current {
    background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(37,99,235,.22) !important;
}

@media (max-width: 768px) {
    .mtpan-free-board,
    .mtpan-free-board.has-check,
    .mtpan-free-board.has-good,
    .mtpan-free-board.has-check.has-good {
        border-radius: 14px !important;
    }

    .mtpan-free-head {
        display: none !important;
    }

    .mtpan-free-row,
    .mtpan-free-board.has-check .mtpan-free-row,
    .mtpan-free-board.has-good .mtpan-free-row,
    .mtpan-free-board.has-check.has-good .mtpan-free-row {
        display: block !important;
        min-height: 0 !important;
        padding: 13px 14px !important;
    }

    .mtpan-free-row > div {
        padding: 0 !important;
    }

    .mtpan-free-row .col-title {
        display: flex !important;
        gap: 11px !important;
        align-items: flex-start !important;
    }

    .mtpan-free-thumb {
        flex: 0 0 96px !important;
        width: 96px !important;
        height: 54px !important;
        border-radius: 9px !important;
    }

    .mtpan-free-title {
        font-size: 15px !important;
        line-height: 1.42 !important;
        -webkit-line-clamp: 2 !important;
    }

    .mtpan-analysis-meta {
        font-size: 11px !important;
        gap: 4px !important;
    }

    .mtpan-free-row .col-hit,
    .mtpan-free-row .col-date,
    .mtpan-free-row .col-good {
        display: none !important;
    }

    .mtpan-free-mobile-meta {
        display: block !important;
        margin-top: 6px !important;
        color: #64748b !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .col-check {
        float: left !important;
        margin-right: 8px !important;
        padding-top: 2px !important;
    }
}

.mtpan-free-title {
    font-size: 15.5px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.mtpan-free-thumb {
    border: 1px solid #dbeafe;
    background: #eef4ff;
    box-shadow: inset 0 0 0 1px rgba(37,99,235,.05);
}

.mtpan-free-thumb img {
    filter: contrast(1.08) saturate(1.08);
}

.mtpan-free-title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

/* =========================================================
   ANALYSIS WEBZINE LIST - FINAL OVERRIDE
   분석 게시판 웹진형 목록
========================================================= */
.mtpan-analysis-wrap {
    width: 100% !important;
}

.mtpan-analysis-cate {
    margin: 18px 0 14px !important;
}

.mtpan-analysis-cate #bo_cate_ul,
.mtpan-analysis-cate ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.mtpan-analysis-cate li {
    padding: 0 !important;
}

.mtpan-analysis-cate a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 36px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    border: 1px solid #dbeafe !important;
    background: #fff !important;
    color: #2563eb !important;
    line-height: 36px !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-sizing: border-box;
}

.mtpan-analysis-cate a:hover,
.mtpan-analysis-cate #bo_cate_on {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(37,99,235,.18) !important;
}

.mtpan-analysis-topbar {
    margin: 18px 0 14px;
}

.mtpan-analysis-best-wrap {
    margin-bottom: 14px;
}

.mtpan-analysis-list {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
}

.mtpan-analysis-card {
    position: relative;
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 20px;
    align-items: center;
    min-height: 150px;
    padding: 20px 22px;
    border-bottom: 1px solid #edf1f7;
    background: #fff;
    box-sizing: border-box;
}

.mtpan-analysis-list.has-check .mtpan-analysis-card {
    grid-template-columns: 26px 210px 1fr;
}

.mtpan-analysis-card:last-child {
    border-bottom: 0;
}

.mtpan-analysis-card:hover {
    background: #fbfdff;
}

.mtpan-analysis-card.is-notice {
    background: #fff7ed;
}

.mtpan-analysis-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtpan-analysis-thumb {
    display: block;
    width: 210px;
    height: 118px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #eef4ff;
    text-decoration: none !important;
    box-sizing: border-box;
}

.mtpan-analysis-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.05) saturate(1.04);
}

.mtpan-analysis-thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
}

.mtpan-analysis-content {
    min-width: 0;
}

.mtpan-analysis-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
}

.analysis-sport-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 900;
    line-height: 22px;
    white-space: nowrap;
}

.analysis-sport-tag.soccer { background:#ecfdf5; border-color:#bbf7d0; color:#16a34a; }
.analysis-sport-tag.baseball { background:#eff6ff; border-color:#bfdbfe; color:#2563eb; }
.analysis-sport-tag.basketball { background:#fff7ed; border-color:#fed7aa; color:#ea580c; }
.analysis-sport-tag.tennis { background:#f5f3ff; border-color:#ddd6fe; color:#7c3aed; }
.analysis-sport-tag.volleyball { background:#fef2f2; border-color:#fecaca; color:#dc2626; }
.analysis-sport-tag.fight { background:#fefce8; border-color:#fde68a; color:#ca8a04; }
.analysis-sport-tag.esports { background:#fdf2f8; border-color:#fbcfe8; color:#db2777; }
.analysis-sport-tag.etc { background:#f3f4f6; border-color:#e5e7eb; color:#4b5563; }
.analysis-sport-tag.report { background:#f8fafc; border-color:#e2e8f0; color:#64748b; }

.mtpan-analysis-title {
    display: block;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.035em;
    text-decoration: none !important;
    word-break: keep-all;
}

.mtpan-analysis-title:hover {
    color: #2563eb;
}

.mtpan-analysis-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
}

.mtpan-analysis-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 13px;
}

.mtpan-analysis-meta-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    min-width: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

.mtpan-analysis-meta-left span + span:before {
    content: "";
}

.mtpan-analysis-view-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 34px;
    padding: 0 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    box-sizing: border-box;
}

.mtpan-analysis-view-btn:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* 기존 표형 리스트 요소 무력화 */
.mtpan-analysis-wrap .mtpan-free-board,
.mtpan-analysis-wrap .mtpan-free-head,
.mtpan-analysis-wrap .mtpan-free-row {
    display: none;
}

@media (max-width: 768px) {
    .mtpan-analysis-cate ul,
    .mtpan-analysis-cate #bo_cate_ul {
        gap: 6px;
    }

    .mtpan-analysis-cate a {
        min-width: auto;
        height: 32px !important;
        padding: 0 12px !important;
        line-height: 32px !important;
        font-size: 13px;
    }

    .mtpan-analysis-list,
    .mtpan-analysis-best-wrap {
        border-radius: 12px;
    }

    .mtpan-analysis-card,
    .mtpan-analysis-list.has-check .mtpan-analysis-card {
        display: block;
        min-height: 0;
        padding: 16px;
    }

    .mtpan-analysis-check {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 2;
    }

    .mtpan-analysis-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-bottom: 12px;
    }

    .mtpan-analysis-list.has-check .mtpan-analysis-thumb {
        margin-left: 26px;
        width: calc(100% - 26px);
    }

    .mtpan-analysis-title {
        font-size: 16px;
        line-height: 1.45;
    }

    .mtpan-analysis-excerpt {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .mtpan-analysis-meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .mtpan-analysis-view-btn {
        width: 100%;
    }
}

/* ==============================
   analysis webzine v2 tweaks
   - category moved under best box
   - author hidden from list meta
   - comment badge refined
   - heart/good removed from PHP output
============================== */

.mtpan-analysis-best-wrap {
    margin-bottom: 14px !important;
}

.mtpan-analysis-cate {
    margin: 0 0 14px !important;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e5edf8;
    border-radius: 14px;
}

.mtpan-analysis-cate #bo_cate_ul,
.mtpan-analysis-cate ul {
    gap: 7px !important;
}

.mtpan-analysis-cate a {
    min-width: auto !important;
    height: 30px !important;
    padding: 0 13px !important;
    line-height: 30px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    background: #fff !important;
    border-color: #dbeafe !important;
    color: #2563eb !important;
}

.mtpan-analysis-cate a:hover,
.mtpan-analysis-cate #bo_cate_on {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(37,99,235,.16) !important;
}

.mtpan-analysis-meta-left {
    gap: 7px !important;
}

.mtpan-analysis-meta-left span,
.mtpan-analysis-meta-left a {
    display: inline-flex;
    align-items: center;
    height: 22px;
    line-height: 22px;
}

.mtpan-analysis-meta-left .analysis-meta-date,
.mtpan-analysis-meta-left .analysis-meta-hit {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.analysis-comment-badge {
    padding: 0 9px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #2563eb !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.analysis-comment-badge:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff !important;
}

@media (max-width: 768px) {
    .mtpan-analysis-cate {
        padding: 10px;
        margin-bottom: 12px !important;
    }

    .mtpan-analysis-cate a {
        height: 29px !important;
        padding: 0 11px !important;
        line-height: 29px !important;
        font-size: 12px !important;
    }
}

.analysis-sport-tag.soccer::before {
    content: "⚽";
    margin-right: 5px;
}

.analysis-sport-tag.baseball::before {
    content: "⚾";
    margin-right: 5px;
}

.analysis-sport-tag.basketball::before {
    content: "🏀";
    margin-right: 5px;
}

.analysis-sport-tag.tennis::before {
    content: "🎾";
    margin-right: 5px;
}

.analysis-sport-tag.volleyball::before {
    content: "🏐";
    margin-right: 5px;
}

.analysis-sport-tag.fight::before {
    content: "🥊";
    margin-right: 5px;
}

.analysis-sport-tag.esports::before {
    content: "🎮";
    margin-right: 5px;
}

/* 분석 게시판 상단 분류 이모지 */
#bo_cate a[href*="sca=%EC%B6%95%EA%B5%AC"]::before,
#bo_cate a[href*="sca=축구"]::before {
    content: "⚽ ";
}

#bo_cate a[href*="sca=%EC%95%BC%EA%B5%AC"]::before,
#bo_cate a[href*="sca=야구"]::before {
    content: "⚾ ";
}

#bo_cate a[href*="sca=%EB%86%8D%EA%B5%AC"]::before,
#bo_cate a[href*="sca=농구"]::before {
    content: "🏀 ";
}

#bo_cate a[href*="sca=%ED%85%8C%EB%8B%88%EC%8A%A4"]::before,
#bo_cate a[href*="sca=테니스"]::before {
    content: "🎾 ";
}

#bo_cate a[href*="sca=%EB%B0%B0%EA%B5%AC"]::before,
#bo_cate a[href*="sca=배구"]::before {
    content: "🏐 ";
}

#bo_cate a[href*="sca=%EA%B2%A9%ED%88%AC%EA%B8%B0"]::before,
#bo_cate a[href*="sca=격투기"]::before {
    content: "🥊 ";
}

#bo_cate a[href*="sca=e%EC%8A%A4%ED%8F%AC%EC%B8%A0"]::before,
#bo_cate a[href*="sca=e스포츠"]::before {
    content: "🎮 ";
}

/* 전체 */
#bo_cate a[href$="bo_table=analysis"]::before,
#bo_cate a[href*="sca=&"]::before {
    content: "전체 ";
}

/* =========================================================
   MTPAN ANALYSIS MOBILE WIDTH FIX
   - 모바일 좌우 흔들림/가로 스크롤 방지
   - 스포츠분석 목록/상세/댓글/본문 표/썸네일 보정
========================================================= */
@media (max-width: 575.98px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .mtpan-free-wrap,
    .mtpan-free-view,
    #bo_list,
    #bo_v,
    #bo_w {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .mtpan-free-board,
    .mtpan-free-head,
    .mtpan-free-row,
    .mtpan-free-board.has-check .mtpan-free-row,
    .mtpan-free-board.has-good .mtpan-free-row,
    .mtpan-free-board.has-check.has-good .mtpan-free-row,
    .mtpan-free-view-card,
    .mtpan-free-view-body,
    .mtpan-free-view-body-wrap,
    .mtpan-free-view-img,
    #bo_v_con,
    #bo_v_img,
    #bo_v_file,
    #bo_v_link,
    #bo_vc,
    #bo_vc_w {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .mtpan-free-board {
        border-radius: 14px !important;
    }

    .mtpan-free-head {
        display: none !important;
    }

    .mtpan-free-row,
    .mtpan-free-board.has-check .mtpan-free-row,
    .mtpan-free-board.has-good .mtpan-free-row,
    .mtpan-free-board.has-check.has-good .mtpan-free-row {
        display: block !important;
        min-height: 0 !important;
        padding: 13px 14px !important;
    }

    .mtpan-free-row > div {
        padding: 0 !important;
    }

    .mtpan-free-row .col-cate,
    .mtpan-free-row .col-name,
    .mtpan-free-row .col-hit,
    .mtpan-free-row .col-good,
    .mtpan-free-row .col-date {
        display: none !important;
    }

    .mtpan-free-row .col-title {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        white-space: normal !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .mtpan-free-thumb {
        flex: 0 0 92px !important;
        width: 92px !important;
        max-width: 92px !important;
        height: 52px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    .mtpan-free-titlebox {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .mtpan-free-title {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        white-space: normal !important;
        text-overflow: ellipsis !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        word-break: keep-all !important;
    }

    .mtpan-analysis-meta {
        max-width: 100% !important;
        overflow: hidden !important;
        gap: 4px !important;
        font-size: 11px !important;
    }

    .mtpan-analysis-meta span {
        max-width: 100% !important;
        white-space: nowrap !important;
    }

    .mtpan-free-view-card {
        padding: 22px !important;
        border-radius: 14px !important;
    }

    .mtpan-free-view-title,
    #bo_v_title .bo_v_tit {
        max-width: 100% !important;
        font-size: 26px !important;
        line-height: 1.32 !important;
        word-break: keep-all !important;
        overflow-wrap: anywhere !important;
    }

    .mtpan-free-view-body table,
    #bo_v_con table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        box-sizing: border-box !important;
    }

    .mtpan-free-view-body img,
    #bo_v_con img,
    #bo_v_img img,
    iframe,
    video {
        max-width: 100% !important;
        height: auto !important;
    }

    #bo_vc article {
        max-width: 100% !important;
        overflow: hidden !important;
    }

    #bo_vc article .cm_wrap {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    #bo_vc_w textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .pg,
    .pg_wrap {
        max-width: 100% !important;
        overflow-x: hidden !important;
        flex-wrap: wrap !important;
    }
}

.mtpan-ai-summary {
    margin: 22px 0 26px;
    padding: 18px 20px 18px 22px;
    border: 1px solid #dbeafe;
    border-left: 5px solid #2563eb;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    color: #1f2937;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.02em;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
}

.mtpan-ai-summary strong {
    display: inline-flex;
    align-items: center;
    margin-bottom: 7px;
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 800;
}

.mtpan-ai-summary strong::before {
    content: "AI";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 20px;
    margin-right: 8px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .mtpan-ai-summary {
        margin: 18px 0 22px;
        padding: 16px 16px 16px 18px;
        border-radius: 12px;
        font-size: 15px;
        line-height: 1.7;
    }
}

/* =========================================================
   HOTEL BOARD - FINAL OVERRIDE
   세계 카지노 호텔 목록/상세 전용 스타일
========================================================= */

/* 목록 */
.mtpan-hotel-list-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

.mtpan-hotel-list-wrap *,
.mtpan-hotel-view * {
    box-sizing: border-box;
}

.mtpan-hotel-topbar {
    margin: 18px 0 14px !important;
}

.mtpan-hotel-best-wrap {
    margin: 0 0 16px !important;
}

.mtpan-hotel-best-wrap .mtpan-free-best {
    border-color: #d9e2ec !important;
    background: #fff !important;
}

.mtpan-hotel-best-wrap .mtpan-free-best h3 {
    color: #172033 !important;
}

.mtpan-hotel-cate {
    margin: 18px 0 14px !important;
}

.mtpan-hotel-cate h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.mtpan-hotel-cate #bo_cate_ul,
.mtpan-hotel-cate ul {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.mtpan-hotel-cate li {
    display: block !important;
    padding: 0 !important;
}

.mtpan-hotel-cate a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 36px !important;
    padding: 0 15px !important;
    border: 1px solid #d6dee8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #445064 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    text-decoration: none !important;
}

.mtpan-hotel-cate a:hover,
.mtpan-hotel-cate #bo_cate_on {
    border-color: #111827 !important;
    background: #111827 !important;
    color: #fff !important;
}

.mtpan-hotel-list {
    overflow: hidden;
    border: 1px solid #d9e2ec;
    border-radius: 16px;
    background: #fff;
}

.mtpan-hotel-card {
    position: relative;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 164px;
    padding: 22px 24px;
    border-bottom: 1px solid #e8edf3;
    background: #fff;
}

.mtpan-hotel-list.has-check .mtpan-hotel-card {
    grid-template-columns: 28px 220px minmax(0, 1fr);
}

.mtpan-hotel-card:last-child {
    border-bottom: 0;
}

.mtpan-hotel-card:hover {
    background: #fafbfd;
}

.mtpan-hotel-card.is-notice {
    background: #fff9ed;
}

.mtpan-hotel-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtpan-hotel-thumb {
    display: block;
    width: 220px;
    height: 124px;
    overflow: hidden;
    border: 1px solid #d9e2ec;
    border-radius: 11px;
    background: linear-gradient(135deg, #1f2937, #475569);
    text-decoration: none !important;
}

.mtpan-hotel-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtpan-hotel-thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
}

.mtpan-hotel-content {
    min-width: 0;
}

.mtpan-hotel-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.hotel-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 2px 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 900;
    line-height: 1.35;
    white-space: nowrap;
}

.hotel-tag.philippines { background:#eff6ff; border-color:#bfdbfe; color:#1d4ed8; }
.hotel-tag.vietnam { background:#ecfdf5; border-color:#bbf7d0; color:#047857; }
.hotel-tag.macau { background:#fff7ed; border-color:#fed7aa; color:#c2410c; }
.hotel-tag.singapore { background:#f5f3ff; border-color:#ddd6fe; color:#6d28d9; }
.hotel-tag.malaysia { background:#f0fdfa; border-color:#99f6e4; color:#0f766e; }
.hotel-tag.cambodia { background:#fefce8; border-color:#fde68a; color:#a16207; }
.hotel-tag.usa { background:#fef2f2; border-color:#fecaca; color:#b91c1c; }
.hotel-tag.etc { background:#f3f4f6; border-color:#e5e7eb; color:#4b5563; }
.hotel-tag.guide { background:#f8fafc; border-color:#dce3eb; color:#64748b; }
.hotel-tag.location { background:#0f766e; border-color:#0f766e; color:#fff; }

.mtpan-hotel-title {
    display: block;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.48 !important;
    letter-spacing: -0.035em;
    text-decoration: none !important;
    word-break: keep-all;
}

.mtpan-hotel-title:hover {
    color: #0f766e !important;
}

.mtpan-hotel-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 9px 0 0 !important;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.68;
    word-break: keep-all;
}

.mtpan-hotel-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

.mtpan-hotel-meta-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 11px;
    min-width: 0;
    color: #788395;
    font-size: 12.5px;
    line-height: 1.4;
}

.mtpan-hotel-view-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    background: #fff;
    color: #334155 !important;
    font-size: 12.5px;
    font-weight: 900;
    text-decoration: none !important;
}

.mtpan-hotel-view-btn:hover {
    border-color: #111827;
    background: #111827;
    color: #fff !important;
}

/* 상세 */
.mtpan-hotel-view {
    width: 100% !important;
    max-width: 1040px !important;
    margin: 0 auto 24px !important;
}

.mtpan-hotel-view-card {
    padding: 36px 42px !important;
    border: 1px solid #dbe2ea !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .055) !important;
}

.mtpan-hotel-view-head {
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e5eaf0 !important;
}

.mtpan-hotel-view-kicker {
    background: #111827 !important;
    color: #fff !important;
}

.mtpan-hotel-view-cate {
    margin-left: 6px;
    background: #ecfdf5 !important;
    color: #0f766e !important;
}

.mtpan-hotel-view-title {
    margin-top: 10px !important;
    color: #111827 !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1.36 !important;
    letter-spacing: -0.045em;
    word-break: keep-all !important;
}

.mtpan-hotel-view-meta {
    color: #768195 !important;
}

.mtpan-hotel-view-body-wrap {
    margin-top: 26px;
}

.mtpan-hotel-view-body,
.mtpan-hotel-view-body #bo_v_con,
.mtpan-hotel-view #bo_v_con {
    color: #202938 !important;
    font-size: 16.5px !important;
    line-height: 1.92 !important;
    letter-spacing: -0.018em;
    word-break: keep-all !important;
    overflow-wrap: break-word;
}

.mtpan-hotel-view-body .mtpan-hotel {
    width: 100%;
    max-width: 100%;
}

.mtpan-hotel-view-body .mtpan-hotel > p {
    margin: 0 0 20px !important;
}

.mtpan-hotel-view-body .mtpan-hotel h2 {
    position: relative;
    margin: 48px 0 20px !important;
    padding: 0 0 12px 16px !important;
    border-bottom: 1px solid #dce3eb;
    color: #111827 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.04em;
}

.mtpan-hotel-view-body .mtpan-hotel h2::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 14px;
    left: 0;
    width: 5px;
    border-radius: 999px;
    background: #0f766e;
}

.mtpan-hotel-view-body .mtpan-hotel h3 {
    margin: 24px 0 9px !important;
    color: #1f2937 !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.5 !important;
}

.mtpan-hotel-view-body .mtpan-ai-summary {
    margin: 0 0 18px !important;
    padding: 19px 21px !important;
    border: 1px solid #d8e2ee !important;
    border-left: 5px solid #1f2937 !important;
    border-radius: 13px !important;
    background: #f8fafc !important;
    color: #263244 !important;
    box-shadow: none !important;
}

.mtpan-hotel-view-body .mtpan-ai-summary strong {
    color: #111827 !important;
}

.mtpan-hotel-view-body .mtpan-ai-summary strong::before {
    content: "요약" !important;
    width: auto !important;
    min-width: 34px;
    padding: 0 8px;
    background: #111827 !important;
}

.mtpan-hotel-view-body .mtpan-keypoints {
    margin: 0 0 28px;
    padding: 20px 22px;
    border: 1px solid #ead8d8;
    border-radius: 13px;
    background: #fffafa;
}

.mtpan-hotel-view-body .mtpan-keypoints > strong {
    display: block;
    margin-bottom: 11px;
    color: #9f1d1d;
    font-size: 15px;
    font-weight: 900;
}

.mtpan-hotel-view-body .mtpan-keypoints ul {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
}

.mtpan-hotel-view-body .mtpan-keypoints li {
    margin: 6px 0 !important;
    color: #374151;
}

.mtpan-hotel-view-body .mtpan-hotel-image {
    margin: 30px 0 !important;
    text-align: center;
}

.mtpan-hotel-view-body .mtpan-hotel-image img,
.mtpan-hotel-view-body .mtpan-hotel img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 12px;
}

.mtpan-hotel-view-body .mtpan-hotel table {
    width: 100% !important;
    margin: 24px 0 30px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 1px solid #d8e0e9 !important;
    background: #fff;
    font-size: 14px;
    line-height: 1.65;
}

.mtpan-hotel-view-body .mtpan-hotel th,
.mtpan-hotel-view-body .mtpan-hotel td {
    padding: 12px 13px !important;
    border: 1px solid #dfe5ec !important;
    text-align: left;
    vertical-align: top;
}

.mtpan-hotel-view-body .mtpan-hotel th {
    background: #f3f6f9 !important;
    color: #1f2937;
    font-weight: 850;
}

.mtpan-hotel-view-body .mtpan-faq {
    margin: 44px 0 0;
    padding: 0;
}

.mtpan-hotel-view-body .mtpan-faq-item {
    margin: 0 0 10px;
    padding: 18px 19px;
    border: 1px solid #dfe5ec;
    border-radius: 11px;
    background: #fbfcfe;
}

.mtpan-hotel-view-body .mtpan-faq-item h3 {
    margin: 0 0 7px !important;
    color: #172033 !important;
    font-size: 16px !important;
}

.mtpan-hotel-view-body .mtpan-faq-item p {
    margin: 0 !important;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.75;
}

.mtpan-hotel-view-body .mtpan-hotel > h2:last-of-type + ul,
.mtpan-hotel-view-body .mtpan-hotel h2 + ul {
    padding-left: 20px;
}

.mtpan-hotel-view-body .mtpan-hotel a {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

/* 첨부파일은 수정 편의를 위해 DB에만 유지하고 상세 상단에는 표시하지 않음 */
.mtpan-hotel-view .mtpan-free-view-img,
.mtpan-hotel-view #bo_v_img,
.mtpan-hotel-view #bo_v_file {
    display: none !important;
}

@media (max-width: 768px) {
    .mtpan-hotel-best-wrap {
        grid-template-columns: 1fr !important;
    }

    .mtpan-hotel-card,
    .mtpan-hotel-list.has-check .mtpan-hotel-card {
        display: block !important;
        min-height: 0;
        padding: 15px !important;
    }

    .mtpan-hotel-check {
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 3;
    }

    .mtpan-hotel-thumb {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        margin: 0 0 13px;
    }

    .mtpan-hotel-list.has-check .mtpan-hotel-thumb {
        width: calc(100% - 28px) !important;
        margin-left: 28px;
    }

    .mtpan-hotel-title {
        font-size: 16px !important;
    }

    .mtpan-hotel-excerpt {
        font-size: 13.5px;
        line-height: 1.62;
    }

    .mtpan-hotel-meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .mtpan-hotel-view-btn {
        width: 100%;
    }

    .mtpan-hotel-view {
        padding: 0 12px !important;
    }

    .mtpan-hotel-view-card {
        padding: 22px 18px !important;
        border-radius: 14px !important;
    }

    .mtpan-hotel-view-title {
        font-size: 26px !important;
        line-height: 1.38 !important;
    }

    .mtpan-hotel-view-body,
    .mtpan-hotel-view #bo_v_con {
        font-size: 15.5px !important;
        line-height: 1.85 !important;
        word-break: normal !important;
    }

    .mtpan-hotel-view-body .mtpan-hotel h2 {
        margin-top: 38px !important;
        font-size: 21px !important;
    }

    .mtpan-hotel-view-body .mtpan-keypoints,
    .mtpan-hotel-view-body .mtpan-ai-summary {
        padding: 16px !important;
    }

    .mtpan-hotel-view-body .mtpan-hotel table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

/* =========================================================
   HOTEL H2 OVERRIDE
   스포츠분석 공통 H2의 주황색 배경·테두리·가로선을 완전히 제거
========================================================= */
.mtpan-hotel-view #bo_v_con.mtpan-hotel-view-body .mtpan-hotel h2 {
    position: relative !important;
    margin: 48px 0 20px !important;
    padding: 0 0 12px 16px !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dce3eb !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111827 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.04em !important;
}

.mtpan-hotel-view #bo_v_con.mtpan-hotel-view-body .mtpan-hotel h2::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 4px !important;
    right: auto !important;
    bottom: 14px !important;
    left: 0 !important;
    width: 5px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #0f766e !important;
    transform: none !important;
    box-shadow: none !important;
}

.mtpan-hotel-view #bo_v_con.mtpan-hotel-view-body .mtpan-hotel h2::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 768px) {
    .mtpan-hotel-view #bo_v_con.mtpan-hotel-view-body .mtpan-hotel h2 {
        margin-top: 38px !important;
        padding: 0 0 10px 14px !important;
        font-size: 21px !important;
    }

    .mtpan-hotel-view #bo_v_con.mtpan-hotel-view-body .mtpan-hotel h2::before {
        top: 3px !important;
        bottom: 12px !important;
        width: 4px !important;
    }
}

/* =========================================================
   HOTEL LIST ENGAGEMENT V2
   목록에서 핵심 문장·읽기 시간·사건별 CTA를 더 선명하게 표시
========================================================= */
.mtpan-hotel-card {
    cursor: pointer;
    transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.mtpan-hotel-card:hover {
    position: relative;
    z-index: 1;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .09);
    transform: translateY(-1px);
}

.mtpan-hotel-thumb {
    position: relative;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.mtpan-hotel-thumb img {
    transition: transform .22s ease, filter .22s ease;
}

.mtpan-hotel-card:hover .mtpan-hotel-thumb img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
}

.hotel-tag.location {
    border-color: #111827;
    background: #111827;
    color: #fff;
    letter-spacing: -.02em;
}

.mtpan-hotel-title {
    font-size: 19px !important;
    line-height: 1.42 !important;
}

.mtpan-hotel-excerpt {
    margin-top: 10px !important;
    color: #344054;
    font-size: 14.2px;
    font-weight: 600;
    line-height: 1.65;
}

.mtpan-hotel-excerpt-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    margin-right: 7px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 20px;
    vertical-align: 1px;
}

.analysis-meta-read {
    position: relative;
    padding-left: 12px;
}

.analysis-meta-read::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
    transform: translateY(-50%);
}

.mtpan-hotel-view-btn {
    min-width: 116px;
    height: 38px;
    gap: 7px;
    border-color: #111827;
    background: #111827;
    color: #fff !important;
    transition: transform .14s ease, background-color .14s ease, border-color .14s ease;
}

.mtpan-hotel-view-btn span {
    font-size: 15px;
    line-height: 1;
    transition: transform .14s ease;
}

.mtpan-hotel-view-btn:hover {
    border-color: #0f766e;
    background: #0f766e;
    transform: translateY(-1px);
}

.mtpan-hotel-view-btn:hover span {
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .mtpan-hotel-card:hover {
        box-shadow: none;
        transform: none;
    }

    .mtpan-hotel-title {
        font-size: 17px !important;
        line-height: 1.45 !important;
    }

    .mtpan-hotel-excerpt {
        -webkit-line-clamp: 3;
        font-size: 13.6px;
        line-height: 1.62;
    }

    .mtpan-hotel-view-btn {
        width: 100%;
        min-width: 0;
        height: 40px;
    }
}


/* =========================================================
   MTPAN HOTEL - TRAVEL CONTENT ADDITIONS
========================================================= */
.mtpan-hotel-view-body .mtpan-hotel,
.mtpan-hotel-view-body .mtpan-hotel-guide,
.mtpan-hotel-view-body .mtpan-hotel-report {color:#172033;}
.mtpan-hotel-view-body .mtpan-hotel-summary {margin:22px 0 26px;padding:19px 20px;border:1px solid #a7f3d0;border-left:5px solid #0f766e;border-radius:14px;background:#f0fdfa;color:#134e4a;font-size:16px;line-height:1.8;}
.mtpan-hotel-view-body .mtpan-hotel-summary strong {color:#0f766e;font-weight:900;}
.mtpan-hotel-view-body .mtpan-hotel-highlights {margin:22px 0 28px;padding:18px 20px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;}
.mtpan-hotel-view-body .mtpan-hotel-highlights ul {margin:0;padding-left:20px;}
.mtpan-hotel-view-body .mtpan-hotel-highlights li {margin:7px 0;line-height:1.7;}
.mtpan-hotel-view-body .mtpan-hotel img,
.mtpan-hotel-view-body .mtpan-hotel-guide img,
.mtpan-hotel-view-body .mtpan-hotel-report img {display:block;width:auto;max-width:100%;height:auto;margin:24px auto;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.10);}
.mtpan-hotel-view-body .mtpan-hotel table,
.mtpan-hotel-view-body .mtpan-hotel-guide table,
.mtpan-hotel-view-body .mtpan-hotel-report table {width:100%;margin:24px 0 30px;border-collapse:collapse;border:1px solid #dbe4ec;}
.mtpan-hotel-view-body .mtpan-hotel th,
.mtpan-hotel-view-body .mtpan-hotel-guide th,
.mtpan-hotel-view-body .mtpan-hotel-report th {width:24%;background:#f0fdfa;color:#134e4a;font-weight:900;}
.mtpan-hotel-view-body .mtpan-hotel th,
.mtpan-hotel-view-body .mtpan-hotel td,
.mtpan-hotel-view-body .mtpan-hotel-guide th,
.mtpan-hotel-view-body .mtpan-hotel-guide td,
.mtpan-hotel-view-body .mtpan-hotel-report th,
.mtpan-hotel-view-body .mtpan-hotel-report td {padding:13px 14px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top;}
@media (max-width:768px){.mtpan-hotel-view-body .mtpan-hotel-summary,.mtpan-hotel-view-body .mtpan-hotel-highlights{padding:16px;border-radius:12px}.mtpan-hotel-view-body .mtpan-hotel th,.mtpan-hotel-view-body .mtpan-hotel-guide th,.mtpan-hotel-view-body .mtpan-hotel-report th{width:34%;}}
