@charset "utf-8";


/*t2d add*/
.t2d_latest_gallery_2_product .t2d_contenttitle_b { text-align:center; font-family: 'Pretendard', 'Noto Sans KR', 'Poppins', sans-serif; font-size:45px; font-weight:bold; color: #000; }

.t2d_latest_gallery_2_product .items_wrap {  
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    margin:0 auto;
	width:100%; 
	max-height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.t2d_latest_gallery_2_product .items { 
	/*display:inline-block;*/
	/*width: 24%;*/
    margin: 0 0.5%  1.5% 0.5%; 
    width: calc(25% - 1%); /*- 15px 자신의 좌우 마진 간격을 뺌 (갯수에 따라서 100% 나누기 갯수)*/
	background: #ffffff;
 
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.t2d_latest_gallery_2_product .items .listbox {
	display:inline-block;
	width:100%;
	height:100%;
	position:relative;
}
.t2d_latest_gallery_2_product .items .listbox .info_imgbox {  /* 이미지영역 */
	width:100%;
	height:250px;
	border-radius:5px 5px 0 0;
	overflow:hidden;
	position:relative;
}
.t2d_latest_gallery_2_product .items .listbox .info_imgbox  img { /* 게시판에 입력한 이미지 */
	position: relative;
    width:100%;
    height:100%;
    object-fit:cover;
    transform: scale3d(1, 1, 1);
	transition:all 0.3s;
}
/*마우스 오버.*/
.t2d_latest_gallery_2_product .items:hover .listbox .info_imgbox  img { transform: scale3d(1.1, 1.1, 1.1); transition: all 0.3s}


.t2d_latest_gallery_2_product .items .listbox .lnfo_textbox { padding:30px 20px 10px 20px; }
.t2d_latest_gallery_2_product .items .listbox .lnfo_textbox h4 { 
	font-size:18px; 
	margin-bottom:15px;    
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.t2d_latest_gallery_2_product .items .listbox .lnfo_textbox h4 span {
	background: #fff3e0;
    color: #f9a11b;
    padding: 2px 10px 3px 10px;
    margin-right: 6px;
    border-radius: 5px;	
}

.t2d_latest_gallery_2_product .items .listbox .lnfo_textbox > span {
    display: block;
    min-height: 56px;
	font-size:16px;
	color:#868686;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.t2d_latest_gallery_2_product .items .listbox .lnfo_textbox  p, .t2d_latest_gallery_2_product .items .listbox .lnfo_textbox  p span {
    font-size: 14px;
    color: #ccc;
}



/* 더보기버튼 */
.t2d_latest_gallery_2_product .pluslist_btn {  
	display: inline-block;
    width: 14%;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    margin: 50px 43% 70px;
    position: relative;
    padding-right: 15px;
    transition: all 0.1s;
	box-sizing:border-box;
}
.t2d_latest_gallery_2_product .pluslist_btn span { position:absolute; top:1px; left:62%; font-family: 'Pretendard', 'Noto Sans KR', 'Poppins', sans-serif; font-size:28px; font-weight:300; }
.t2d_latest_gallery_2_product .pluslist_btn:hover { background:#f9a11b; border:1px solid #ff9000; color:#fff; transition:all 0.1s;}

@media all and (max-width:1200px) { 
    .t2d_latest_gallery_2_product .items { 
        
        margin: 0 0.8% 2% 0.8%; 
        width: calc(50% - 1.6%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }

    /* 더보기버튼 */
    .t2d_latest_gallery_2_product .pluslist_btn { width:20%; margin:50px 40% 70px; }
}
@media all and (max-width:1000px) {  
	.t2d_latest_gallery_2_product .t2d_contenttitle_b { font-size:40px;  padding-bottom: 30px; }
}

@media all and (max-width:768px) {  
	.t2d_latest_gallery_2_product .t2d_contenttitle_b{ font-size:35px; }

    .t2d_latest_gallery_2_product .items {
        
         margin: 0 1% 3% 1%; 
         width: calc(100% - 2%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
        }
    .t2d_latest_gallery_2_product .items .listbox .info_imgbox { height:370px; }
    
    
    /* 더보기버튼 */
    .t2d_latest_gallery_2_product .pluslist_btn { width:50%; margin:50px 25%; }
} 
