@charset "utf-8";
/**************************************************

	SUPERBOARD :: BOARD SKIN :: default

**************************************************/
#sb-list{}
#sb-list .list_tbl{width: 100%;border-top: 2px solid #545c73;}
#sb-list .list_tbl tr > *{position: relative;padding: 18px 12px;border: 1px solid #dddee0;border-width: 0 1px 1px 1px;font-size: 14px;line-height: 18px;text-align: center;}
#sb-list .list_tbl tr.tr_notice{background: #f3f4f7;}
#sb-list .list_tbl thead tr th{font-weight: normal;color: #000000;letter-spacing: -1px;}
#sb-list .list_tbl tbody tr td.no,
#sb-list .list_tbl tbody tr td.date,
#sb-list .list_tbl tbody tr td.view{font-size: 12px;color: #999;}
#sb-list .list_tbl tbody tr td.sbj{text-align: left;}
#sb-list .list_tbl tbody tr td.sbj a{color: #000;letter-spacing: -0.5px;font-size: 15px;}
#sb-list .list_tbl tbody tr td.sbj img{max-height:15px;width: auto;height: auto;}
#sb-list .list_tbl tbody tr td.sbj .cmnt{font-weight: bold;color: #cb0f16;font-size: 12px;margin-left: 10px;}
#sb-list .list_tbl tbody tr td em{display: none;}

/* 답글 들여쓰기 */
#sb-list .list_tbl tbody tr td.sbj.reply1{background: url(/superboard/images/sb_ico_reply.png) no-repeat 20px 19px;padding-left: 40px;}
#sb-list .list_tbl tbody tr td.sbj.reply2{background: url(/superboard/images/sb_ico_reply.png) no-repeat 50px 19px;padding-left: 70px;}
#sb-list .list_tbl tbody tr td.sbj.reply3{background: url(/superboard/images/sb_ico_reply.png) no-repeat 80px 19px;padding-left: 100px;}
#sb-list .list_tbl tbody tr td.sbj.reply4{background: url(/superboard/images/sb_ico_reply.png) no-repeat 110px 19px;padding-left: 130px;}
#sb-list .list_tbl tbody tr td.sbj.reply5{background: url(/superboard/images/sb_ico_reply.png) no-repeat 140px 19px;padding-left: 160px;}

@media screen and (max-width: 750px) {

    #sb-list .list_tbl colgroup{display: none;}
    #sb-list .list_tbl tr > *{padding: 10px 5px;font-size: 13px;letter-spacing: -1px;}
    #sb-list .list_tbl thead tr th{font-size: 12px;}
    #sb-list .list_tbl .sbj img{max-height:12px;width: auto;height: auto;}
    #sb-list .list_tbl .view,
    #sb-list .list_tbl .no{display: none;}
    #sb-list .list_tbl .date{width:50px;}
    #sb-list .list_tbl .writer{width: 70px;}
    #sb-list .list_tbl .sbj a{font-size: 13px !important;letter-spacing: -1px;}

	/* 답글 들여쓰기 */
	#sb-list .list_tbl tbody tr td.sbj.reply1{background-size: 10px auto;background-position: 7px 12px;padding-left: 22px;}
	#sb-list .list_tbl tbody tr td.sbj.reply2{background-size: 10px auto;background-position: 17px 12px;padding-left: 32px;}
	#sb-list .list_tbl tbody tr td.sbj.reply3{background-size: 10px auto;background-position: 27px 12px;padding-left: 42px;}
	#sb-list .list_tbl tbody tr td.sbj.reply4{background-size: 10px auto;background-position: 37px 12px;padding-left: 52px;}
	#sb-list .list_tbl tbody tr td.sbj.reply5{background-size: 10px auto;background-position: 47px 12px;padding-left: 62px;}
}


/**************************************************
	AMINA :: CUSTOM GALLERY LIST
	사이트 톤 : brown/taupe #867875 · gold #f59f16 · dark #2d2d2d
**************************************************/
.amina-gallery{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px 26px;
	margin: 10px 0 40px;
	padding: 0;
	list-style: none;
}
.amina-gallery .gitem{position: relative;}
.amina-gallery .gitem .inner{
	display: block;
	background: #fff;
	border: 1px solid #e7e3e1;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(82,69,66,.04);
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.amina-gallery .gitem .inner:hover{
	transform: translateY(-4px);
	border-color: #867875;
	box-shadow: 0 12px 26px rgba(82,69,66,.15);
}

/* 썸네일 */
.amina-gallery .tmb{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 64%;               /* 500 x 320 비율 */
	background-color: #f2efed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.amina-gallery .tmb.no-img{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 24 24' fill='none' stroke='%23bcaea9' stroke-width='1.2'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='8.5' cy='9.5' r='1.8'/%3E%3Cpath d='M4 18l5-5 4 4 3-3 4 4'/%3E%3C/svg%3E");
	background-size: 76px auto;
	background-color: #efeae7;
}
.amina-gallery .tmb .badge{
	position: absolute;
	top: 12px; left: 12px;
	padding: 3px 10px;
	background: #867875;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	border-radius: 3px;
	letter-spacing: -.5px;
}
.amina-gallery .tmb img{position: absolute;top: 10px;right: 10px;max-width: 40px;height: auto;}  /* new 아이콘 */

/* 텍스트 */
.amina-gallery .info{
	display: block;
	padding: 18px 20px 20px;
}
.amina-gallery .info .sbj{
	display: block;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -.5px;
	max-height: 2.9em;
	overflow: hidden;
}
.amina-gallery .info .desc{
	display: block;
	margin-top: 8px;
	color: #857774;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: -.3px;
	max-height: 3em;
	overflow: hidden;
}
.amina-gallery .info .meta{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #efeae7;
}
.amina-gallery .info .meta em{
	font-style: normal;
	color: #9a8f8b;
	font-size: 12px;
	letter-spacing: -.3px;
}
.amina-gallery .info .meta .date{position: relative;}
.amina-gallery .info .meta .date:after{
	content: '';
	display: inline-block;
	width: 26px; height: 2px;
	margin-left: 12px;
	background: #f59f16;
	vertical-align: middle;
}
.amina-gallery .gitem.notice .inner{border-color: #d9cfca;background: #fbf9f8;}

/* 반응형 */
@media screen and (max-width: 1024px){
	.amina-gallery{grid-template-columns: repeat(2, 1fr);gap: 24px 20px;}
}
@media screen and (max-width: 560px){
	.amina-gallery{grid-template-columns: 1fr;gap: 20px;}
	.amina-gallery .info{padding: 15px 16px 17px;}
	.amina-gallery .info .sbj{font-size: 15px;}
}
