@charset "utf-8";


/* List */
#board .table_blist table{width:100%;border-collapse:collapse;border-top:2px solid var(--colors-black);}
#board .table_blist table caption{display:none;}
#board .table_blist th,
#board .table_blist td{padding:15px 0;border-bottom:1px solid var(--colors-gray500);text-align:center;}
#board .table_blist thead th{border-bottom:1px solid var(--colors-gray800);text-align:center; }
#board .table_blist thead th.th_none{background-image:none;}
#board .table_blist tbody td img{vertical-align:middle;}
#board .table_blist tbody td span.reply_count{color:var(--colors-blueActive);font-size:1.2rem;font-weight:700;}
#board .table_blist tbody td.notice{background-color:var(--colors-gray300);}
#board .table_blist tbody td.title{text-align:left;}
#board .table_blist tbody td.center{text-align:center;}

/* View */
#board .table_bview .title{padding:15px 20px;border-top:2px solid var(--colors-black);border-bottom:1px solid var(--colors-gray500);font-size:1.9rem;line-height:1.5;font-weight:700;text-align:center;}
#board .table_bview .info{display:flex;padding:15px 20px;border-bottom:1px solid var(--colors-gray500);}
#board .table_bview .info dl{display:inline-flex;position:relative;font-size:1.6rem;line-height:1.5;}
#board .table_bview .info dl:nth-child(n+2){margin-left:20px;padding-left:20px;}
#board .table_bview .info dl:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:16px;margin-top:-8px;background:var(--colors-gray500);}
#board .table_bview .info dt{margin-right:10px;font-weight:600;color:var(--colors-black);}
#board .table_bview .info dd{color:var(--colors-gray700);}
#board .table_bview .info dd .size{font-size:1.2rem;color:var(--colors-gray700);}
#board .table_bview .content{padding:15px 20px;border-bottom:1px solid var(--colors-gray500);}
#board .table_bview .content img{display:block;max-width:100% !important;}
#board .table_bview .content .sns{clear:both; float:right; padding-top:20px;}
#board .table_bview .content .sns a{float:left; padding-left:3px;}
#board .table_bview .content .photodown{background-color:var(--colors-blue); color:var(--colors-white)fff; padding:5px;}

/* Write */
#board .table_bwrite table{width:100%;border-collapse:collapse;border-top:2px solid var(--colors-black);}
#board .table_bwrite table caption{display:none;}
#board .table_bwrite tbody th{padding:10px 20px;border-bottom:1px solid var(--colors-gray500);border-right:1px solid var(--colors-gray500);background:var(--colors-gray200);font-size:1.5rem;color:var(--colors-black);text-align:left;font-weight:700;}
#board .table_bwrite tbody th img{margin-right:3px;vertical-align:middle;}
#board .table_bwrite tbody td{padding:15px 10px;border-bottom:1px solid var(--colors-gray500);font-size:1.5rem;text-align:left;}
#board .table_bwrite tbody td input.subject{width:100%;}
#board .table_bwrite tbody td.content{margin:0;padding:5px 0;text-align:center;}
#board .table_bwrite tbody td span.text1{color:var(--colors-gray700);font-size:1.4rem;font-weight:500;}
#board .table_bwrite tbody td span.eng{padding-left:0;color:var(--colors-board555);font-size:1.4rem;font-weight:500;}
#board .table_bwrite tbody td ul.add_file_tip{margin-top:10px;}
#board .table_bwrite tbody td ul.add_file_tip li{font-size:1.3rem;line-height:1.5;font-weight:500;color:#DF0101}
#board .table_bwrite tbody td.filetable table{width:100%;border-collapse:collapse;border:none;border-top:1px solid var(--colors-gray500);}
#board .table_bwrite tbody td.filetable table th{padding:5px 0;border:none;border-right:1px solid var(--colors-gray500);background:var(--colors-gray300);color:var(--colors-gray700);text-align:center;vertical-align:top;}
#board .table_bwrite tbody td.filetable table td{padding:5px 0 5px 10px;border:none;background:var(--colors-white);text-align:left;}

/* 다크모드 */
.dark-mode #board .table_bview .content p{background:none !important;}

/********************모바일********************/
@media(max-width:767px){


/* View */
#board .table_bview .title{padding:15px 0;}
#board .table_bview .info{flex-wrap:wrap;padding:10px;background:var(--colors-gray200);}
#board .table_bview .info dl{width:100%;}
#board .table_bview .info dl:nth-child(n+2){margin:3px 0 0 0;padding-left:0;}
#board .table_bview .info dl:nth-child(n+2):before{display:none;}
#board .table_bview .info dt{flex-shrink:0;width:70px;margin-right:0;}
#board .table_bview .info dd{flex-grow:1;}

#board .table_bview .content{padding:10px;}



#board .table_bwrite tbody th,
#board .table_bwrite tbody td{padding:10px;}
#board .table_bwrite tbody th{word-break:break-all;}



}

