/* ===================================
    login
====================================== */
.register.container{margin:calc(var(--logoHeight) + var(--navHeight) + 50px) auto 80px;}
@media(max-width:990px){
    .register.container{margin:calc(var(--navHeight) + 50px) auto 80px;}
}















/* ===================================
    board
====================================== */

.bo_notice td {background:var(--pointcolor-rgb) !important;border-bottom:1px solid #f6faff}
.tbl_wrap table{border-top:3px solid var(--pointcolor);}

#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #b3b3b3;color:#b3b3b3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:var(--pointcolor);color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:var(--pointcolor);color:#fff;font-weight:bold;border:1px solid var(--pointcolor);
-webkit-box-shadow:inset 0 2px 5px var(--pointcolor-rgb);
-moz-box-shadow:inset 0 2px 5px var(--pointcolor-rgb);
box-shadow:inset 0 2px 5px var(--pointcolor-rgb)}

#bo_v_title .bo_v_cate {background:var(--pointcolor);color:#fff;padding:0 10px 2px;}
.cmt_btn span.total:after{background:var(--pointcolor);}
.cmt_btn span.total{color:var(--pointcolor);}

.bo_cate_link {background:var(--pointcolor);color:#fff;height:auto;line-height:inherit;padding:0 3px 2px;}


#bo_v_share{display:none;}
#bo_v_atc{padding-top:100px;}
#bo_v_img{text-align:center;}
.write_dates .half{padding:0 10px 0 0;}
.write_dates .half:last-child{padding:0;}


@media(max-width:1024px){
    .gall_row .col-gn-4{width:calc(100% / 3);}
    .gall_row .box_clear{clear:none;}
}
@media(max-width:768px){
    .gall_row .col-gn-4{width:50%;}
    .gall_row .box_clear{clear:both;}
}
@media (max-width: 500px) {
    /* .gall_row .col-gn-4{width:100%;} */
	.tbl_wrap table{font-size:11px;}
	#bo_list .tbl_head01 thead th.th_line01{width:10%;}
	#bo_list .tbl_head01 thead th.th_line02{width:auto;}
	#bo_list .tbl_head01 thead th.th_line03{width:15%;}
	#bo_list .tbl_head01 thead th.th_line04{width:10%;display:none;}
	#bo_list .tbl_head01 thead th.th_line05{width:16%;}
	#bo_list .tbl_head01 thead th.th_line06{width:13%;}

    #bo_list .td_num{display:none;}

    .gall_row .col-gn-4{width:100%;}
}

@media (max-width: 400px) {
	#bo_list .tbl_head01 thead th.th_line06{width:17%;}
}
