@charset "utf-8";
/* ********************************************************************
 * name : SEM
 * filename : layout.css
 * description : 전체 레이아웃 css 
 * date : 2023-12-17
********************************************************************* */

.tBox .ftxt {text-transform: uppercase;}
.tBox address ul li span strong{display: block;text-align: left;width: auto;color: #7d7d7d;font-weight: 800;padding: 0;margin: 15px 0 5px;}
.tBox address ul li span strong:before,
.tBox address ul li span strong:after{display:none;}

.sVisWrap .txtBox .t3 {text-transform: inherit;line-height: 1.4;letter-spacing: 0;}

@media (max-width: 823px) {
	.tBox .addrBtn { top: 144px;}
}

@media (max-width: 450px) {
	.techWrap .techCon .titBox {height: 700px;}
	.techWrap .techCon1 .titBox {height: auto;}
}

@media (max-width: 430px) {
	.tBox .addrBtn {top: inherit;}
	.techWrap .techCon .tachBg {height: 1000px;}
}

@media (max-width: 380px) {
	.techWrap .techCon .titBox {height: 800px;}
	.techWrap .techCon1 .titBox {height: auto;}
	.techWrap .techCon1 .imgBox {margin-top: -27px;}
}