@charset "utf-8";

/* 내용관리 */
#ctt {}
.ctt_admin {text-align:right}
.ctt_admin a {color:rgb(200 0 0)}
#ctt_himg img {max-width:100%;height:auto;margin:1rem 0;border-radius: 6px;}
#ctt_fimg img {max-width:100%;height:auto;margin:1rem 0;border-radius: 6px;}
#ctt img {max-width:100%;height:auto}
#ctt p {margin-bottom: 0.5rem;}

#nmap {position:relative;width:100%;height:0;padding-bottom:50%;overflow:hidden;border-radius:6px;margin: 1rem 0;}
#nmap .infoWindow { padding: 0.4rem 0.6rem;line-height:100%;}

table.table-hline {display:inline-table;border-collapse:collapse;border-top:2px solid var(--c-table-border);border-bottom:2px solid var(--c-table-border);background-color:var(--c-table-bg);color:var(--c-table-text)}
table.table-hline tr {border-bottom:1px solid var(--c-table-border);}
table.table-hline tr:last-of-type {border-bottom:0}
table.table-hline tr td {padding:0.5rem 1rem;text-align:center;}
table.table-hline tr td:last-of-type {background-color:rgb(255 255 255)}

.t_red {--c-table-border:rgb(200 0 0);--c-table-bg:rgb(255 252 252);--c-table-text:rgb(30 0 0);}
.t_green {--c-table-border:rgb(30 150 0);--c-table-bg:rgb(252 255 252);--c-table-text:rgb(0 30 0);}
.t_blue {--c-table-border:rgb(0 90 180);--c-table-bg:rgb(252 252 255);--c-table-text:rgb(0 0 30);}
.t_bnw {--c-table-border:rgb(50 50 50);--c-table-bg:rgb(250 250 250);--c-table-text:rgb(30 30 30);}

.small {font-size:0.9em;color:rgb(100 100 100);}
