@charset "utf-8";

/* 갤러리 목록 */

.board_st.board_webzine td{padding:1em .5em;}
.board_webzine .td_subject .bo_tum{width:250px; height: 250px; overflow: hidden; background: #fff; border: 1px solid #ddd; box-sizing: border-box; text-align: center; border-radius: var(--item_r);}
.board_webzine .td_subject .bo_tum .no_image{font-size:1.068em; color:#ccc; font-weight: 600; background-color: #f9f9f9; height:100%; width: 100%;}
.board_webzine .td_subject .bo_tum .no_image .xi{font-size:2em; display: block; line-height: 1;}
.board_webzine .td_subject .bo_cate_link{display:block; margin-right:0;}
.board_webzine .td_subject .bo_tit{width:calc(100% - 250px); padding: 10px 30px; box-sizing: border-box;} 
.board_webzine .td_subject .bo_tit .in_tit{font-size:1.25em; font-weight: 500;}
.board_webzine .td_subject .bo_cnt{margin-top:5px;}
 


.info_board{}
.info_board tr{ display: block; padding: 20px 0; border-bottom: 1px solid #ddd;}
.info_board .td_subject .bo_cnt{font-size: 16px;}
.info_board .td_subject .bo_tit .in_tit{font-size:1.5em; font-weight: 600; }
.info_board .td_subject .bo_cnt{margin-top: 20px;}
.info_board .td_subject .bo_tit{padding: 1em 4em;}
#bo_v_title{margin-bottom: 2em;}

.info_st_img{display: none;}
.info_st_list{font-size: 1em; color: #666;} 

.link_btn{display: inline-block; padding: 10px 30px; background-color: var(--subColor); font-size: 1em; font-weight: 600; color: #fff!important; border-radius: 30px; margin-top: 20px; transition: .3s;}
.link_btn:hover{background-color: var(--mainColor);}