/* BASIC css start */
/* 상단 제목,카테고리 */
.board_name {margin-top: 30px;margin-bottom: 15px;text-align:center;} 
.board_name a { font-size: 22px; font-weight:bold; font-family:'LATO',SANS-SERIF; } 
.bbs-hd { padding: 20px 0 30px; } 
.bbs-hd ul { text-align: center; display: flex; justify-content: space-around; } 
.bbs-hd ul li { display: inline; width:auto; } 
.bbs-hd ul li:first-child a { background: none; } 
.bbs-hd ul li a {margin: 0 10px; color: var(--main-color); background: url(/images/d3/modern_simple/common/bull_bbs_hd_link.gif) no-repeat left 2px; font-weight: bold;} 
.bbs-hd ul li a:hover,.bbs-hd ul li a.on {color: #ed0a44;border-bottom: 1px solid #ed0a44;} 

#board_swiper.fixed{position:fixed;top:53px;left:0;right:0;background: #fff;padding: 20px 0;}
#board_swiper .swiper-wrapper{justify-content: center;}
.main_cont img{max-width:100%;}
.main_cont a{display:block;}
.main_cont a.pt{padding-top:110px;}


/* BASIC css end */

