/* 공통색상 */
.blue {
	color: #4472c4;
}

.red {
	color: #ff0000;
}

.gray {
	color: #ccc;
}

.green {
	color: #48a644;
}

/* 공통색상 */

/* 갤러리 - 공통 */
.gallery_cont {}

.gallery_cont .gallery_area {}

/* 갤러리 - 유형 선택 */
.gallery_cont .type_chk_area {
	margin: 0 0 60px 0;
}

.gallery_cont .type_chk_area .top_box {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	align-items: center;
	justify-content: space-between;
}

.gallery_cont .type_chk_area .top_box .sub_tit1 {
	margin: 0;
}

.gallery_cont .type_chk_area .top_box .reset_btn_box {}

.gallery_cont .type_chk_area .top_box .reset_btn_box .reset_btn {
	padding: 5px 40px;
	background-color: #000000;
	font-size: 16px;
	color: #ffffff;
}

.gallery_cont .type_chk_area .chk_list_box {
	/* border-bottom: 1px solid #ccc; */
	padding: 20px;
	border: 1px solid #ddd;
	margin-top: 20px;
	background: #f7f7f7;
}

.gallery_cont .type_chk_area .chk_list_box > .list {}

.gallery_cont .type_chk_area .chk_list_box > .list > li {
	display: flex;
	/* border-bottom: 1px solid #ccc; */
	padding: 10px 20px;
	align-items: center;
}

.gallery_cont .type_chk_area .chk_list_box > .list > li:last-child {
	border-bottom: none;
}

.gallery_cont .type_chk_area .chk_list_box > .list > li .type {
	width: 100px;
	font-weight: 500;
	font-size: 18px;
}

.gallery_cont .type_chk_area .chk_toggle_btn_box {
	text-align: center;
	font-size: 0;
}

.gallery_cont .type_chk_area .chk_toggle_btn_box .chk_toggle_btn {
	padding: 5px 40px;
	background-color: #4472c4;
	font-size: 16px;
	color: #ffffff;
}

/* 갤러리 - 총합, 검색, 정렬 */
.gallery_cont .gallery_area .top_box {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	align-items: center;
	justify-content: space-between;
}

.gallery_cont .gallery_area .top_box .total {
	font-weight: 700;
	font-size: 18px;
}

.gallery_cont .gallery_area .top_box .search_slt {
	display: flex;
}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box {
	max-width: 500px;
	margin: 0 20px 0 0;
	padding: 0 100px 0 0;
	background-color: inherit;
	border-radius: inherit;
}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row {}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row label {
	font-size: 16px;
}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row .slt_box {}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row .slt_box select {
	border: 1px solid #ccc;
	font-size: 16px;
}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row .input_box {}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row .input_box input {
	border: 1px solid #ccc;
	font-size: 16px;
}

.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .st_sch_btn {
	right: 0;
}

.gallery_cont .gallery_area .top_box .search_slt .slt_box {
	width: 150px;
}

.gallery_cont .gallery_area .top_box .search_slt .slt_box select {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #888;
	cursor: pointer;
	font-size: 16px;
}

/* 갤러리 - 게시글 리스트 */

.gallery_cont .gallery_area .gallery_list_box {
	margin: 20px 0 0 0;
}

.gallery_cont .gallery_area .gallery_list_box > .list {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: start;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li {
	display: inline-block;
	flex: 0 0 25%;
	vertical-align: top;
	padding: 7px;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0;
	height: 100%;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box {
	height:100%;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .img_area {
	position:relative;
	display: table;
	width: 100%;
	/* border: 1px solid #ccc; */
	table-layout: fixed;
	border-radius: 5px;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .img_area .img_inner_box {
	position:relative;
	display: table-cell;
	height: 230px;
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	/* border: 1px solid #ddd; */
	overflow: hidden;
}
.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .img_area .soldout {
    filter: grayscale(80%);
    width:100%;
} 
.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .img_area  .label_sold {
	position: absolute; 
	left:50%;
	top:50%;
	font-size:15px;
	transform:translate(-50%, -50%);
	background:rgba(255,36,36,0.7);color:#fff;
	font-weight:bold;
	border-radius:10px;
	padding:4px 10px;
}
 .img_area .img_inner_box img {
	opacity: 0;
	width: 100%;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area {
	margin: 10px 10px 0 0;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list {
	font-size: 0;
	text-align: right;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li {
	display: inline-block;
	/* width: 50%; */
	vertical-align: middle;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li.type1 {
	border: 0;
	color: #4d60bb;
	background: #eaedff;
	margin-right: 10px;
	border-radius: 5px;
	min-width: 82px;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li.type2 {
	border: 0;
	color: #228768;
	background: #d2efe6;
	border-radius: 5px;
	min-width: 82px;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li:last-child {
	border-right: none
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li .type {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	line-height: 1.7;
	padding: 0 15px;
	border-radius: 5px;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area {
	padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 205px;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box {
	padding: 5px 10px;
	/* border-bottom: 1px solid #ccc; */
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box:last-child {
	border-bottom: none;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .title {
	color: #194698;
	/* height: 48px; */
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

/* .gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .text {font-weight: 500; font-size: 17px;} */
.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .text {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #7d7d7d;

}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .text.ft_w700 {
	font-weight: 700;
}

.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box.sty2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* chk */
.chk_list_area {}

.chk_list_area .list {
	font-size: 0;
}

.chk_list_area .list li {
	display: inline-block;
	margin: 0 32px 0 0;
	vertical-align: middle;
}

.chk_list_area .list li:last-child {
	margin: 0;
}

.chk_list_area .list li .chk_inner {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 0 28px;
	font-size: 0;
}

.chk_list_area .list li .chk_inner .inp_chk {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #c4c4c4;
	padding: 0;
	background-color: #ffffff;
	cursor: pointer;
}

.chk_list_area .list li .chk_inner .inp_chk:checked {
	border: 2px solid #228020;
	background-color: #228020;
}

.chk_list_area .list li .chk_inner .inp_chk:checked:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 9px;
	background-color: #228020;
	background-image: url('/images/common/chk_icon.jpg');
	background-size: 12px 9px;
	background-repeat: no-repeat;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.chk_list_area .list li .chk_inner label {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #2f2f2f;
}

/* chk */
.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .text {
	font-size: 17px;
	color: #7d7d7d;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {

	/* 갤러리 - 게시글 리스트 */
	.gallery_cont .gallery_area .gallery_list_box > .list > li {
		flex: 0 0 33.33%;
	}

}

@media screen and (max-width: 767px) {
	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area {
		min-height:175px;
	}
	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .img_area .img_inner_box {
		height: 32vw;
	}

	/* 갤러리 - 유형 선택 */
	.gallery_cont .type_chk_area .chk_list_box {
		padding: 0 0 40px 0;
	}

	.gallery_cont .type_chk_area .chk_list_box > .list > li {
		display: block;
		padding: 10px;
	}

	.gallery_cont .type_chk_area .chk_list_box > .list > li .type {
		width: 100%;
		margin: 0 0 10px 0;
	}

	/* 갤러리 - 총합, 검색, 정렬 */
	.gallery_cont .gallery_area .top_box {
		display: block;
	}

	.gallery_cont .gallery_area .top_box .total {
		padding: 0 15px;
	}

	.gallery_cont .gallery_area .top_box .search_slt {
		display: block;
	}

	.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box {
		max-width: inherit;
		margin: 0;
		padding: 0;
	}

	.gallery_cont .gallery_area .top_box .search_slt > .slt_box {
		width: 100%;
		padding: 0 15px;
	}

	.gallery_cont .gallery_area .top_box .search_slt .slt_box select {
		height: 30px;
	}

	/* 갤러리 - 게시글 리스트 */
	.gallery_cont .gallery_area .gallery_list_box > .list > li {
		flex: 0 0 50%;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li {
		padding: 0 5px;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .title {
		font-size: 19px;
	}
	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .text {
    	font-size: 15px;
	}
	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box {
		padding: 3px;
	}
}

@media screen and (max-width: 480px) {
	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area {
		min-height:auto;
	}
	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .img_area .img_inner_box {
		height: 62vw;
	}

	/* 갤러리 - 유형 선택 */
	.gallery_cont .type_chk_area .top_box {
		display: block;
	}

	.gallery_cont .type_chk_area .top_box .sub_tit1 {
		margin: 0 0 5px 0;
	}

	.gallery_cont .type_chk_area .top_box .reset_btn_box .reset_btn {
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
	}

	.gallery_cont .type_chk_area .chk_list_box > .list > li .type {
		font-size: 16px;
	}

	.gallery_cont .type_chk_area .chk_toggle_btn_box .chk_toggle_btn {
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
	}

	/* 갤러리 - 총합, 검색, 정렬 */
	.gallery_cont .gallery_area .top_box .total {
		font-size: 16px;
	}

	.gallery_cont .gallery_area .top_box .search_slt .sub_sch_box .row label {
		font-size: 14px;
	}

	/* 갤러리 - 게시글 리스트 */
	.gallery_cont .gallery_area .gallery_list_box > .list > li {
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
		flex: 1 1 100%;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li:nth-child(n+3) {
		margin: 10px 0 0 0;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li {
		padding: 0 5px;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .type_list_area > .list > li .type {
		font-size: 14px;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box {
		padding: 5px;
	}

	.gallery_cont .gallery_area .gallery_list_box > .list > li .box .inner_box .info_area .text_box .title {
		height: inherit;
		margin: 0 0 10px 0;
		line-height: 21px;
		word-break: inherit;
		overflow: inherit;
		text-overflow: inherit;
		display: inherit;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: inherit;
		word-wrap: inherit;
		font-size: 18px;
	}



	/* 체크 */
	.chk_list_area .list li .chk_inner label {
		font-size: 17px;
		line-height: 24px;
	}

	.chk_list_area .list li .chk_inner .inp_chk {
		top: 1px;
	}
}
