@charset "utf-8";

.basic-post-garo { margin:0px; overflow:hidden; }
.basic-post-garo .txt-normal { letter-spacing:0; }
.basic-post-garo .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-garo .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.basic-post-garo .wr-icon { display:inline-block; padding:0px; margin:0px; line-height:12px; vertical-align:middle; background-repeat: no-repeat; background-position: 0px 0px; }
.basic-post-garo .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.basic-post-garo .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.basic-post-garo .wr-video { width:12px; height:12px; background-image: url('./img/icon_video.gif'); }
.basic-post-garo .wr-image { width:12px; height:12px; background-image: url('./img/icon_image.gif'); }
.basic-post-garo .wr-file { width:12px; height:12px; background-image: url('./img/icon_file.gif'); }
.basic-post-garo .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-garo .post-wrap { overflow:hidden; line-height:20px; margin-bottom:12px; }
.basic-post-garo .is-2,
.basic-post-garo .is-3 { margin-right:-15px; }
.basic-post-garo .post-image { position:relative; overflow:hidden; }
.basic-post-garo .is-2 .post-image { float:left; width:50%; }
.basic-post-garo .is-3 .post-image { float:left; width:33.3%; }
.basic-post-garo .post-item { position:relative; overflow:hidden; }
.basic-post-garo .is-2 .post-item,
.basic-post-garo .is-3 .post-item { margin-right:15px; }
.basic-post-garo .post-content { padding-top:10px; margin:-2px 0px; overflow:hidden; }
.basic-post-garo .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px; }
.basic-post-garo .post-text { font-size:12px; color:#888; margin-top:4px;}
.basic-post-garo .post-sp { color:#ccc; margin:0px 4px; }
.is-pc .ko .basic-post-garo .post-ko { font-size:11px; }
.basic-post-garo .post-list { list-style:none; padding:0px; margin:-2px 0px; line-height:22px; }
.basic-post-garo .post-list li { padding:0px; margin:0px; }
.basic-post-garo .post-list li b { letter-spacing:-1px; padding-right:1px; }
.basic-post-garo .post-none { padding:50px 10px; text-align:center; color:#888; }
@media (max-width:480px) { 
	.responsive .basic-post-garo .is-3 .post-subject { min-height:40px; } 
}


ul.board_list {display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
ul.board_list li {border:1px solid #dfdfdf;border-radius:15px;flex:0 0 33%;padding:15px;}
ul.board_list li:hover {box-shadow:1px 1px 5px #dfdfdf;border-color:#e5152d;}
.newscatewp {font-size:16px; color:#e5152d; margin-bottom:10px;font-weight:bold;}
.newstit {font-size:18px; font-weight:bold;margin-bottom:15px;height:50px; overflow:hidden;letter-spacing:-0.5px;}
.newstxt {font-size:15px;margin-bottom:20px;}
.newsdate {text-align:right;}


@media (max-width:767px) {
	ul.board_list {flex-direction: column;}
	ul.board_list li {margin-bottom:20px;}
	.newscatewp {font-size:14px;}
	.newstit {font-size: 16px;margin-bottom: 10px; height: 25px;}
	.newstxt {font-size: 14px; margin-bottom: 12px;}
	.newsdate {font-size:14px;}
}