/* 한돈소식(주요행사/나눔행사)
full_thumb
기존CSS : /skin/basic/board/sponsor/css/board.css
추가CSS : /skin/basic/renewal_v1/css/pt_style_1.css
*/

#board_view,
.board_list,
.board_subject,
.bgGray_section, 
#sub_contents,
#real_contents{width:100%;}
#real_contents img {text-align: center;margin: 0 auto;display:block; }
#real_contents .sub0101_desc{text-align: center; font-size: 25px; line-height: 30px; color: #000;}
#real_contents .sub0101_desc span{display: inline-block; border-bottom: 1px solid #000;} 

.board_list .imgList {width:100%}
.board_list .imgList .img {width:23%}
.board_list .imgList .subject {width:75%;border-right:0}
.board_list .imgList .date {padding-top:0;padding-left:0;position:absolute;bottom:15px;left:12px;}


.board_list .imgList.newRecipeBoard .subject {width:100%;height:auto;border-right:0}
.board_list .newGalleryType .imgList { display: flex; }
.board_list .newGalleryType .imgList .img {width: 279px;}
.board_list .newGalleryType .imgList .subject {width: calc(100% - 279px);height:100%;border-right:0; padding: 20px 30px;}
.board_list .newGalleryType .imgList .date {padding-top:0;padding-left:0;position:absolute;bottom:20px;left:30px;}

#sub_contents .inputbox {height:29px;line-height: 30px;padding: 0 10px;}
.line {width:100%;}

/* 검색 */
.board-srch div {height:30px;line-height:0;}
.board-srch {overflow:hidden;position:static}
.board-srch form {display: flex;}
.board-srch .line-choice {float:right;position:relative;z-index:90;overflow:hidden;margin:0px 0px 20px 0px;}
/*
.board-srch select[name='keyfield']{float:left;padding:0 10px;margin-right:10px;width:130px;height:30px;line-height:30px;background-color:#eeeeee;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*/
.board-srch select{cursor: pointer; font-size: 0.8rem; float:left;padding:0 18px 0 5px;margin-right:10px;width:auto;height:30px;line-height:30px;background-color:#eeeeee;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.board-srch input[type='text']{font-size: 0.8rem;height:30px;line-height:30px;padding:0 10px;border:0;background-color:#eeeeee; width: 165px;border-radius: 4px 0px 0px 4px;}
.board-srch input[type='image']{cursor: pointer;background-color:transparent}
.board-srch input.txtimg {cursor: pointer;float:right;padding:0;margin:0;background-color:#a88f7b}

.pull-right .form-control {padding: 0 18px 0 5px; cursor: pointer;}

.bgGray_section .customer_inner .board_inner {position:static;}

/* 댓글 */
.bgGray_section .customer_inner .board_innerm,
.comment .subWp{position:static;}
.subWp .comment {margin-bottom:50px}

/* 다이어트 체험단 */
.view .caption .contents,
.view .caption .contents .con_memo {width: 100% !important; max-width:1200px !important; margin: 60px auto 50px auto; line-height: 1.4;overflow-x: auto;}

.view .caption .contents .con_memo::-webkit-scrollbar{
	height: 20px;
}

.view .caption .contents .con_memo::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
	box-shadow: none;
}

.view .caption .contents .con_memo::-webkit-scrollbar-track {
	background: #f0f0f0;
	box-shadow: none;
}
/* 한돈모든것 */
#sub_contents .top_contents {height:468px}
#real_contents .shop,
#sub_contents .top_area {margin-left:auto;margin-right:auto}
#real_contents .sch_2_1_01,
#real_contents .sch_2_1_02,
#real_contents .sch_2_1_03,
#real_contents .sch_2_1_04,
#real_contents .sch_2_1_05,
#real_contents .sch_2_1_06 {background-size:cover;width:1200px}
#real_contents .sch_2_1_06 {height:269px;}

#real_contents .sch_2_tit {margin:22px 0px 0px 37px;}
#real_contents .sch_2_4_01,
#real_contents .sch_2_4_02,
#real_contents .sch_2_4_03 {margin:0 auto;}
#real_contents .sch_2_4_02 .sch_2_4_02_bg .con1{width: 350px;}
#real_contents .sch_2_4_02 .sch_2_4_02_bg .con2{width: 300px;}
#real_contents .sch_2_4_02 .sch_2_4_02_bg .con3{width: 280px;}
#real_contents .sch_2_4_03 .con1,
#real_contents .sch_2_4_03 .con2,
#real_contents .sch_2_4_03 .con3,
#real_contents .sch_2_4_03 .con4{font-size:16px;}
#real_contents .sch_2_4_03 .con5,
#real_contents .sch_2_4_03 .con6{font-size:16px;height:330px;}
#real_contents .sch_2_5 {margin:0 auto;}

.view .caption .tip table {width:100%}
.img_bi {display:block;margin:0 auto 15px}

@media(max-width: 900px) {
	.board_list .newGalleryType .imgList .subject {
		padding: 10px;
	}
	.board_list .newGalleryType .imgList .subject .tit_show {
        bottom: 10px;
		right: 10px;
	}
	.board_list .newGalleryType .imgList .date {
		left: 10px;
		bottom: 10px;
	}
	.board_list .newGalleryType .imgList .subject .tit_teach {
		font-size: 16px;
	}
	.board_list .newGalleryType .imgList .subject .tit_memo,
	.board_list .newGalleryType .imgList .date {
		font-size: 14px;
	}
}
@media(max-width: 680px) {
	.board_list .newGalleryType .imgList {
		display: flex;
		flex-flow: column;
		height: auto;
	}
	.board_list .newGalleryType .imgList .img {
		width: 100%;
		border-bottom: 1px solid #cacaca;
	}
	.board_list .newGalleryType .imgList .img img {
		width: 100%;
		height: auto;
	}
	.board_list .newGalleryType .imgList .subject {
		width: 100%;
		padding-bottom: 55px;
	}
	.board_list .newGalleryType .imgList .date {
		position: static;
		margin-top: 10px;
	}
	.board_list .newGalleryType .imgList .subject .tit_show {
		width: calc(100% - 20px);
        bottom: 10px;
		right: auto;
		left: 10px;
	}
}

@media(max-width: 660px) {
	.paging {
		display: flex;
		flex-flow: row nowrap;
		padding: 0 20px;
		gap: 5px;
		justify-content: center;
	}
	.paging strong, .paging a {
		width: calc(100% / 11);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 0 !important;
		margin: 0;
		aspect-ratio: 1;
	}
}
@media(max-width: 550px) {
	.board-srch {
		width: 100%;
	}
	.board-srch select[name='keyfield'] {
		width: 30%;
	}
	.board-srch input[type='text'] {
		width: calc(70% - 10px);
	}
	.pull-right {
		margin-bottom: 10px;
	}
}
@media(max-width: 450px) {
	.paging {
		padding: 0;
	}
}
@media(max-width: 400px) {
	.paging {
		padding: 0px;
		flex-flow: row wrap;
		gap: 10px;
	}
	.paging strong, .paging a {
		width: 30px;
	}

	.board-srch select[name='keyfield'] {
		padding-left: 5px;
	}	
	.board-srch input[type='text']  {
		padding: 0px 5px;
	}
	.form-control {
		padding: 5px 18px 5px 5px;
		font-size: 13px;
	}
}