@charset "utf-8";
.bo_sch #stx {border:solid 6px #444;}

/* 사진게시판 */
#photo_type {margin:0 0 20px 0;}
#photo_type .item {width:24%;margin:0 1.33% 20px 0;}
#photo_type .item:nth-child(3n) {margin:0 1.33% 20px 0;}
#photo_type .item:nth-child(4n) {margin:0 0 20px 0;}

@media screen and (max-width:1440px) {
#photo_type {padding:0 20px;}
#photo_type .item {;width:32%;margin:0 2% 20px 0;}
#photo_type .item:nth-child(4n) {margin:0 2% 20px 0;}
#photo_type .item:nth-child(3n) {margin:0 0 20px 0;}
}

@media screen and (max-width:980px) {
#photo_type .item {width:49%;margin:0 2% 20px 0;}
#photo_type .item:nth-child(4n) {margin:0 2% 20px 0;}
#photo_type .item:nth-child(3n) {margin:0 2% 20px 0;}
#photo_type .item:nth-child(2n) {margin:0 0 20px 0;}
}

@media screen and (max-width:420px) {
#photo_type .item {width:100%;margin:0 0 20px 0;}
#photo_type .item:nth-child(4n) {margin:0 0 20px 0;}
#photo_type .item:nth-child(3n) {margin:0 0 20px 0;}
#photo_type .item:nth-child(2n) {margin:0 0 20px 0;}
}

#photo_type .item_box {padding:20px;border:solid 1px #ddd;}
#photo_type .num {display:block;margin:0 0 8px 0;font-family:var(--font2);color:#ddd;font-size:30px;font-weight:500;letter-spacing:-1px;}
#photo_type a.bo_tit .bo_cate_link {font-family:var(--font3);font-size:12px;text-align:left;font-weight:500;}
#photo_type a.bo_tit {text-align:left;}
#photo_type .bo_info {text-align:left;}
#photo_type a.bo_arrow {display:block;width:32px;height:32px;text-align:center;background:#fff;border:solid 1px #ddd;border-radius:50%;}
#photo_type a.bo_arrow i {font-size:16px;line-height:30px;}

#photo_type .item_box.bo_notice {background:#f9f9f9;border:solid 1px var(--color);}
#photo_type .item_box.bo_notice .num {color:var(--color);}

#photo_type .item_box:hover {border:solid 1px var(--color);}
#photo_type .item_box:hover a.bo_tit {color:var(--color);}
#photo_type .item_box:hover a.bo_arrow {color:var(--color);border:solid 1px var(--color);}

#bo_v_atc h4 {display:block;margin:0 0 12px 0;font-size:16px;font-weight:700;}
#bo_v_atc h4 a {color:var(--color);font-weight:400;text-decoration:underline;}