/*------------------------------------------------------------------------------------------------------
회사소개
---------------------------------------------------------------------------------------------------------*/
.greet_wrap {background: url(../intro/images/greet_img.jpg) right top no-repeat;}
	@media (min-width: 320px) and (max-width: 1400px) {
		.greet_wrap br {display: none;}/* <br> 태그를 숨겨서 줄바꿈 방지 */
		.greet_wrap {padding-bottom:500px; background-position: center bottom;}
	}

/*------------------------------------------------------------------------------------------------------
제품소개
---------------------------------------------------------------------------------------------------------*/
.pro_tab a {
	display:inline-block;
	width: calc((100% - (4 * 10px)) / 5); /* 5개 항목, 4개의 간격 */
	margin:1px; padding: 8px 2px; background-color: #efefef; text-align: center;
	color:black; font-weight: bold;
}
	@media screen and (min-width: 320px) and (max-width: 991px) {
		.pro_tab a {width: calc((100% - (1 * 10px)) / 2);}/* 2개 항목, 1개의 간격 */
	}
.pro_tab a:hover {background-color: #ffcc00;}

/*.pro_tab .protab_5, .pro_tab .protab_1 {background-color: #ffcc00;}*/

.protab_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	border-top: 13px solid #ffcc00;
	width: 100%;
	z-index: -1;
	opacity: 0.6;
}

.pro_top a {width: 265px;}
.pro_dl dt::before {
	content: "\f192";
	margin-right:10px;
	font-family: "Font Awesome 5 Free"; color: #ffde00;/* font-weight: 900;*/
}
.pro_itembox {background-color: #f8f8f8;}
.itemtitle {width: 233px; height: 233px; padding: 100px 45px 0 0;}
.titlebox1 {background: url(../pro/images/itemtitlebg_1.png) center center no-repeat;}
.titlebox2 {background: url(../pro/images/itemtitlebg_2.png) center center no-repeat;}

.itemcolor .gallery a, .itemproject .gallery a {display: inline-block;}
.itemcolor .gallery a img {width: 255px; height: 180px; object-fit: none;}
.itemproject .gallery a img {width: 320px; height: 250px; object-fit: cover;}


.itemcolor2 .gallery a img {width: 148px; height: 95px; object-fit: none;}

		/*-----------------------------------
		티브릭
		-----------------------------------*/
.trick_1 {background-color: #8ec1ba;}
.trick_2 {background-color: #7193bb;}
.trick_3 {background-color: #3c2667;}
