﻿body, td, span, th, td, div, input, a, p, h1, h2, h3, h4, h5, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    /*font-family: 'Apple SD Gothic Neo', arial, Sans-serif;*/
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
    color: var(--html-font);
}
::selection { background-color: #3b467c; color: #ffffff; text-shadow: 1px 1px 1px #999999; }
body, html { height: 100%; width: 100%; margin: 0px; padding: 0px; background-color: var(--html-bg); }
table, td, input, textarea, span, div, th, button { box-sizing: border-box; }
/*table { border-collapse: collapse; }*/

input[type='text'],[type='password'] { border: solid 1px #cccccc; height: 24px; }
input:focus { outline: none; }
input::placeholder { font-weight: 300;  }
.row { display: flex; gap: 20px; }

/* Layout */
/*.top_td { background-color: var(--top-td-bg); border: solid 0px var(--top-td-border); border-bottom-width: 0px; font-family: Consolas; height: 50px; text-align: center; box-shadow: 0px 4px 12px #eaeaea; color: var(--title-font); vertical-align: middle; }*/
.layout {  }
.layout_top { height: 30px; vertical-align:top; padding-bottom: 15px; padding-top: var(--layout_radius); }

.layout_LL { min-width: 120px; width: 120px; vertical-align : top; border-radius: var(--layout_radius); }
.layout_L { min-width: 180px; width: 180px; vertical-align: top; background-color: #ffffff; border-radius: var(--layout_radius); }
.layout_C { min-width: 766px; }
.layout_R { min-width: 180px; width: 180px;  vertical-align: top; background-color: #ffffff; border-radius: var(--layout_radius); }
.layout_RR { min-width: 120px; width: 120px; }

.layout_Contents { width: 100%; vertical-align: top; background-color: #ffffff; border-radius: var(--layout_radius); padding: 10px; }


/*.top_right_td { text-align: right; padding: 6px; padding-right: 15px; vertical-align: top; }*/
/*.body_title { height: 30px; padding-top: 8px;  background-color: var(--body-bg); text-align: center; }*/
.body_td_02 { display: flex; vertical-align: top; padding: 15px;  background-color: var(--body-bg); text-align: center; }
.body_td_02 .left { flex: 1; height: 100%; }
.body_td_02 .center { width: 1022px;  }
.body_td_02 .right { flex: 1; height: 100%; }

.footer_02 { background-color: var(--footer-td-bg); font-family: Consolas; height: 70px; text-align: center; font-size: 7px; vertical-align: middle; border-radius: var(--layout_radius); }
.footer_02 .item { cursor: pointer; margin-left: 5px; margin-right: 5px; font-size: 11px; vertical-align: middle; }
.footer_02 .item:hover { color: #000000;  }

.ci_02 { width: 100%; text-align: center; font-size: 24px; font-weight: bold; height: 32px; margin: 4px; margin-top: 20px;  }
/*.menuitem { font-weight: bold; font-size: 12px; color: #777777; padding-top: 10px; padding-bottom: 15px; display: inline-block; margin: 20px 20px; cursor: pointer; width: 100%;}
.menuitem:hover { color: #1766c7; }*/
#title1 { font-weight: bold; font-size: 15px; text-align: left; padding-top: 10px; padding-bottom: 15px; }
#lnb { margin-top: 30px; text-align: center; }
.lnb_item { color: #777777; margin: 0px auto; padding: 5px; width: 90%; text-align: left; vertical-align: middle; border-radius: 5px; cursor: pointer; }
.lnb_item::before { width: 16px; height: 16px; background: url('/Content/Images/chevron_right_black.svg') no-repeat center center; background-size: 16px 16px; content: ""; display: inline-block; vertical-align: middle; vertical-align: -3px; }
.lnb_item[data-active='true'] { background-color: #1766c7; color: #ffffff; font-weight: bold;  }
/*.lnb_item:not([data-active='true']):hover {  }*/
.lnb_item:hover { color: #1766c7; }

body { background: linear-gradient( 135deg, #f4f4f4 0%, #f4f4f4 100% ); }

.tbx1 { border-radius: 4px; margin-top: 2px; margin-bottom: 2px; padding: 2px; height: 30px; }

.myinfo { text-align: center; padding-top: 20px; }
.myinfo .user_img { width: 64px; height: 64px; border-radius: 50%; border: solid 1px #eeeeee; object-fit: cover; margin: 0px auto; display: block; cursor: pointer; background-color: #f4f4f4; }
.myinfo .username { margin-top: 5px; cursor: pointer; }
.myinfo .number { color: #000000; font-size: 10px; font-weight: bold; }
.myinfo .sub_title { color: #aaaaaa; font-size: 11px; }




.h20 { height: 20px; } .h25 { height: 25px; } .h30 { height: 30px; } .h35 { height: 35px; } .h40 { height: 40px; }

.b { font-weight: bold; }
.fs1 { font-size: 1px; }
.fs8 { font-size: 8px; } .fs9 { font-size: 9px; } .fs10 { font-size: 10px; }
.fs11 { font-size: 11px; } .fs12 { font-size: 12px; } .fs13 { font-size: 13px; } .fs14 { font-size: 14px; } .fs15 { font-size: 15px; }
.fs18 { font-size: 18px; }

.c0 { color: #000000; } .c1 { color: #111111; } .c2 { color: #222222; } .c3 { color: #333333; } .c4 { color: #444444; } .c5 { color: #555555; }
.c6 { color: #666666; } .c7 { color: #777777; } .c8 { color: #888888; } .c9 { color: #999999; } .ca { color: #aaaaaa; }
.cb { color: #bbbbbb; } .cc { color: #cccccc; } .cd { color: #dddddd; } .ce { color: #eeeeee; } .cf { color: #ffffff; }
.cf4 { color: #f4f4f4; }

.bg_00 { background-color: #000000; } .bg_11 { background-color: #222222; } .bg_22 { background-color: #222222; } .bg_33 { background-color: #333333; } .bg_44 { background-color: #444444; } .bg_55 { background-color: #555555; }
.bg_66 { background-color: #666666; } .bg_77 { background-color: #777777; } .bg_88 { background-color: #888888; } .bg_99 { background-color: #999999; } .bg_aa { background-color: #aaaaaa; }
.bg_bb { background-color: #bbbbbb; } .bg_cc { background-color: #cccccc; } .bg_dd { background-color: #dddddd; } .bg_ee { background-color: #eeeeee; } .bg_ff { background-color: #ffffff; }
.bg_f4 { background-color: #f4f4f4; }

.star { width: 130px; height: 130px; background: #ffffff; clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% ); }


.username { font-size: 12px; font-weight: bold; cursor: pointer; display: inline-block; }
.username:hover { color: #1766c7; }

.tbl_list { width: 100%; background-color: #ffffff; display: inline-table; box-shadow: 0px 0px 18px #eaeaea; border: solid 0px #dddddd; overflow-x: auto; table-layout: fixed;}
.tbl_list tr { height: 28px; }
.tbl_list thead th { border: solid 0px #eeeeee; text-align: center; font-weight: normal; border-bottom-width: 1px; font-size: 10px; }
.tbl_list td { color: #777777; border: solid 0px #eeeeee; text-align: center; border-bottom-width: 1px; }
.tbl_list tbody tr:hover { background-color: #fffddf; }
.tbl_list .title { cursor: pointer; }
.tbl_list .title:hover { text-align: left; color: #1766c7 !important; }
.tbl_list .title:active { color: #000000 !important; }
.tbl_list .number { font-size: 10px; }

.tbl_list_02 { width: 100%;  background-color: #ffffff;  display: inline-table; box-shadow: 0px 0px 18px #eaeaea; border: solid 1px #dddddd; overflow-x: auto; table-layout: fixed;}
.tbl_list_02 tr { height: 28px; }
.tbl_list_02 th { color: #555555; border: solid 0px #dddddd; text-align: center; background-color: #eeeeee; font-weight: normal; }
.tbl_list_02 td { color: #777777; border: solid 0px #dddddd; text-align: center; border-top-width: 1px; }
.tbl_list_02 tr:hover { background-color: #fffddf; }
.tbl_list_02 .title { cursor: pointer; text-align: left; }
.tbl_list_02 .title:hover { text-align: left; color: #000000 !important; }
.tbl_list_02 .title:active { color: #000000 !important; }

.page { width: 24px; cursor: pointer; font-size: 11px; color: #777777; }
.page_prev { font-size: 7px; color: #666666; }
.page_first { font-size: 7px; color: #666666; }
.page_next { font-size: 7px; color: #666666; }
.page_last { font-size: 7px; color: #666666; }
.page_active { font-weight: bold !important; color: #1765f2 !important; }
.page:hover { font-weight: bold; color: #000000; }
.page_curr { font-weight: bold; color: #000000; }

.number { font-size: 12px; color: #666666; font-family: 'SF Pro', 'SF Pro', 'Noto Sans'; }
.date { font-size: 11px; color: #666666; }

.tbl_detail { width: 100%;  background-color: #ffffff; box-shadow: 0px 0px 18px #f1f1f1; border: solid 1px #dddddd; overflow-x: auto; table-layout: fixed; }
.tbl_detail tr { height: 28px; }
.tbl_detail th { color: #555555; border: solid 0px #dddddd; border-top-width: 1px; text-align: center; font-size: 11px; font-weight: bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing:border-box;}
.tbl_detail td { color: #777777; border: solid 0px #dddddd; text-align: center; border-top-width: 1px; font-size: 11px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing:border-box; }
.tbl_detail .title { font-size: 12px; background-color: #eeeeee; border-top-width: 0px; font-weight: bold; }
#contents { height: 100px; padding-top: 10px; padding-left: 5px; text-align: left; border: solid 0px #eeeeee; border-bottom-width: 1px; line-height: 1.6; word-break: break-word; }

.tbl_panel1 { width: 100%; margin-top: 10px; margin-bottom: 10px; }

.left { text-align: left !important; padding-left: 10px; }
.right{ text-align: right; }

.bar { font-size: 7px;  margin-left: 5px; margin-right: 5px; }
.bar_h { border: solid 0px #f4f4f4; border-top-width: 1px; width: calc(100% - 32px); margin: 16px; margin-top: 18px; margin-bottom: 18px; }
.div_total { width: 100%; text-align: left; padding: 2px; padding-top: 12px; font-size: 11px; color: #999999; font-weight: bold;  }
.span_total_count { color: #777777; }
.icon_square1 { font-size: 10px; font-weight: bold; background-color: #777777; color: #ffffff; padding: 1px 5px 1px 5px; text-align: center; }


/* BUTTON */
.btn1 { font-size: 11px !important; width: 60px; border: solid 1px #cccccc; border-radius: 4px; color: #444444; background-color: #eeeeee; transition: background-color 0.2s ease; height: 24px; cursor: pointer; margin-top: 0px; vertical-align: middle; }
.btn1:hover {  border-color: #aaaaaa; color: #111111; }
.left .btn1 { margin-right: 4px; }
.right .btn1 { margin-left: 4px; }

.btn2 { font-size: 11px !important; height: 28px; width: 60px; padding: 0px 10px; border: solid 1px #dddddd; background-color: #ffffff; border-radius: 4px; font-size: 12px; color: #555555; cursor: pointer; transition: all 0.2s ease; margin-left: 2px; margin-right: 2px;  }
.btn2:not(.disabled):hover { background-color: #f3f7ff; border-color: #b8cdfa; }
.btn2.disabled { background: #e5e5e5; color: #888; border: 1px solid #d0d0d0; cursor: not-allowed; opacity: 0.7; box-shadow: none; transform: none; pointer-events: none; transition: all 0.2s ease; }

.btn3 { font-size: 10px; padding: 2px 10px 2px 10px; border-radius:10px; background-color: #dddddd; cursor: pointer;}
.btn3:hover { background-color: #aaaaaa; color: #ffffff; }

.vote_wrap { text-align: right; padding-top: 5px; margin-top: 5px; }
.btn_warning { background: url('/Content/Images/siren_blank_gray.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; margin-right: 5px; cursor: pointer; display: inline-block; position:relative; top: 3px; }
.btn_warning:hover { background: url('/Content/Images/siren_red.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; }
.btn_cancel { background: url('/Content/Images/cancel_blank_gray.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; margin-right: 5px; cursor: pointer; display: inline-block; position:relative; top: 3px; }
.btn_cancel:hover { background: url('/Content/Images/cancel_red.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; }
.btn_delete { background: url('/Content/Images/deleteSqare_blank_gray.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; margin-right: 5px; cursor: pointer; display: inline-block; position:relative; top: 3px; }
.btn_delete:hover { background: url('/Content/Images/deleteSqare_red.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; }
.btn_edit { background: url('/Content/Images/article_blank_gray.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; margin-right: 5px; cursor: pointer; display: inline-block; position:relative; top: 3px; }
.btn_edit:hover { background: url('/Content/Images/article_gray.svg') no-repeat; background-size: 14px 14px; width: 14px; height: 14px; }
.btn_heart { background: url('/Content/Images/heart_blank.svg') no-repeat; background-size: 18px 18px; width: 18px; height: 18px; display: inline-block; position:relative; top: 2px; margin-left: 5px; vertical-align: middle; cursor: pointer; }
.btn_heart:hover { background: url('/Content/Images/heart_red.svg') no-repeat; background-size: 18px 18px; width: 18px; height: 18px; }
.btn_best { background: url('/Content/Images/best_16x16_gray.png') no-repeat; background-size: 24px 24px; width: 24px; height: 24px; display: inline-block; position:relative; top: 2px; margin-left: 5px; vertical-align: middle; }
.btn_minus { text-align: center; display: inline-block; width: 16px; height: 16px; cursor: pointer; background: transparent; border: none; vertical-align: middle; border-radius: 50%; }
.btn_minus::before { content: '-'; font-size: 14px; font-weight: 800; color: #777777; }
.btn_plus { text-align: center; display: inline-block; width: 16px; height: 16px; cursor: pointer; background: transparent; border: none; vertical-align: middle; border-radius: 50%; }
.btn_plus::before { content: '+'; font-size: 14px; font-weight: 800; color: #777777; }

.searchbox_L { width: 25px; background-color: #dddddd; border-top-left-radius: 100%; border-bottom-left-radius: 100%; } 
.searchbox_C { background-color: #dddddd; width: 200px; }
.tbx_search_total { width: 100%; background-color: #dddddd; border-width: 0px !important;  font-weight: bold; cursor: pointer; }
.searchbox_R { width: 25px; background-color: #dddddd; border-top-right-radius: 100%; border-bottom-right-radius: 100%; padding-top: 4px; vertical-align: top; text-align: left; cursor: pointer;  }
.searchbox_R:hover .btn_search { background: url('/Content/Images/search_blue.svg') no-repeat; background-size: 20px 20px; }
.btn_search { background: url('/Content/Images/search_gray.svg') no-repeat; background-size: 20px 20px; width: 14px; height: 14px; margin-right: 5px; cursor: pointer; vertical-align: top; margin: 0px; }
/*.btn_search:hover { background: url('/Content/Images/search_blue.svg') no-repeat; background-size: 20px 20px; width: 14px; height: 14px; }*/
.btn_search2 { width: 30px; background-color: #eeeeee; border-top-right-radius: 100%; border-bottom-right-radius: 15%; padding-top: 4px; vertical-align: top; text-align: left; cursor: pointer;  }

/* searchbox 간단버전. 버튼없음. 엔터로 검색 */
.searchbox2 { width: 250px; height: 28px; padding-right: 30px; padding-left: 12px; border: 0; border-radius: 14px; background: #ddd url('/Content/Images/search_gray.svg') no-repeat right 8px center; background-size: 18px; }
.searchbox2:hover { background: #ddd url('/Content/Images/search_blue.svg') no-repeat right 8px center; }

.searchbox { width: 180px; height: 28px; display: flex; align-items: center; background-color: #dddddd; border-radius: 14px; overflow: hidden; }
.tbx_search { flex: 1; height: 100%; border: 0; outline: none; background: transparent; padding-left: 12px; padding-right: 5px; font-weight: bold; box-sizing: border-box; width: 100%; }
.searchbox .tbx_search { border-width: 0px !important; }
.tbx_search::placeholder { font-weight: normal; color: #999; }
.btn_search { width: 28px; height: 28px; flex-shrink: 0; cursor: pointer; background: url('/Content/Images/search_gray.svg') no-repeat center center; background-size: 18px 18px; }
.searchbox:hover .btn_search { background-image: url('/Content/Images/search_blue.svg'); }

[data-tooltip] { position: relative; }
[data-tooltip]::after { content: attr(data-tooltip); position: absolute; left: 50%; top: 120%; transform: translateX(-50%); padding: 8px 12px; background: rgba(0,0,0,0.9); color: #fff; border-radius: 6px; font-size: 13px; white-space: nowrap; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .15s; z-index: 9999; }
[data-tooltip]:hover::after { opacity: 1; visibility: visible; }

/* COMMENT */
.tbl_comment { width: 100%; margin-top: 10px; margin-bottom: 10px; table-layout: fixed; }
.tbl_comment .profile { text-align: center; vertical-align: top; padding-top: 10px; padding-left: 4px; padding-right: 4px; border: solid 0px #f4f4f4; border-top-width: 1px;  }
.tbl_comment .user_img { width: 64px; height: 64px; border-radius: 50%; border: solid 1px #eeeeee; object-fit: cover; }
.tbl_comment .username { font-weight: 800; color: #999999; font-size: 10px; }
.tbl_comment .date { text-align: left; border: solid 0px #eeeeee; margin-left: 5px; color: #888888; }
.tbl_comment .good { text-align: right; border: solid 0px #eeeeee; border-top-width: 1px; color: #666666; padding-top: 10px; padding-right: 4px; vertical-align: top; }
.tbl_comment .good_number { color: #ff6600; font-weight: bold; font-size: 12px; margin-top: 10px; margin-left: 5px; vertical-align: middle; }
.tbl_comment .contents { text-align: left; vertical-align: top; padding-top: 20px; border: solid 0px #eeeeee; border-top-width: 1px; color: #444444; line-height: 1.6; word-break: break-word; }
.comment_good { margin-top: 6px;}
.btn_reply { display: inline-block;  }
.tbl_comment .buttons { text-align: left; width: 100%; padding-top: 10px; display: flex; align-items: center; vertical-align: bottom; justify-content: space-between; }
.tbl_comment .right_buttons { width: 100%; text-align: right; }

/* MOBILE */
@media (max-width: 1024px) {
    body, td, span, th, td, div, input, a, p, h1, h2, h3, h4, h5, textarea, button { font-size: 16px; }
    button, input[type='text'], textarea { height: 32px !important; vertical-align: top; }
    .body_td { flex-direction: column; }
    .body_td .center { width: 100%; }
    .right { order: -2; }
    .row { flex-direction: column; }
    .tbl_detail th { height: 32px; font-size: 13px; }
    .tbl_detail td { height: 32px; font-size: 15px; }
    .tbl_detail .title { font-size: 15px; background-color: #eeeeee; border-top-width: 0px; font-weight: bold; }
}








#blurBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    display: none;
}

/* 팝업 */
#login_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    padding: 34px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.16);
    z-index: 9999;
    display: none;
}

/* 타이틀 */
.login_title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 2px;
}
