@charset "utf-8";

/* 티로그_서브페이지 */

/*그룹소개*/
.sub_social_container {
	top: 110px;
}

.company_info {
	width: 100%;
	height: auto;
}

/* .company_info .img_page { width:100%; height:550px; background-image:url(../tl_tlog_new/img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;}  */
.company_info .txt_page {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}

.company_info .txt_page h2 {
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
	padding-top: 100px;
	display: block;
	text-align: center;
	margin: 0 auto 44px;
}

.company_info .txt_page p {
	font-size: 17px;
	word-break: keep-all;
	line-height: 1.8;
	color: #555;
	padding-bottom: 15px;
}

.company_info .Ideology {
	width: 100%;
	max-width: 1400px;
	margin: 100px auto;
	padding: 40px 0 0;
	border-bottom: 2px solid #ff4200;
	border-top: 2px solid #ff4200;
}

.company_info .Ideology .inner {
	max-width: 1240px;
	margin: auto;
	clear: both;
}

.company_info .Ideology .inner h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	letter-spacing: 5px;
	text-align: center;
	padding: 95px 0 50px 0;
}

.company_info .Ideology .inner .point {
	color: #06F;
}

.company_info .Ideology .inner h2:after {
	content: " ";
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 2px;
	background-color: #000;
	clear: both;
}

.company_info .Ideology dl {
	float: left;
	width: 33.3333%;
	padding: 20px;
	border-right: 1px solid #ddd;
}

.company_info .Ideology dl:last-child {
	border: 0;
}

.company_info .Ideology dl .web_icon {
	padding: 0 0 20px 0;
	text-align: center;
	color: #ff4200;
}

.company_info .Ideology dl dt {
	font-size: 20px;
	height: 60px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	color: #ff4200;
}

.company_info .Ideology dd {
	line-height: 2.2;
	text-align: center;
	font-size: 17px;
	color: #555;
	letter-spacing: -.5px;
}

.tl_title_box_wrap {
	width: 100%;
	height: auto;
	padding: 150px 20px;
	clear: both;
	background-image: url(../img/work_page_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tl_title_box_wrap li {
	position: relative;
	width: 23.5%;
	min-height: 400px;
	background-color: #fff;
	margin-left: 2%;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tl_title_box_wrap li .bg {
	background-color: #2c3856;
	color: #fff;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.tl_title_box_wrap li:hover .bg {
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.tl_title_box_wrap li:hover {
	-webkit-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	-ms-box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}

.tl_title_box_wrap li .txt_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 1;
	display: table;
	z-index: 2;
}

.tl_title_box_wrap li:hover .txt_wrap {
	opacity: 1;
	color: #fff;
}

.tl_title_box_wrap li:hover .txt_wrap .cell I {
	color: #FFF;
}

.tl_title_box_wrap li:hover .txt_wrap .cell h2 {
	color: #FFF;
}

.tl_title_box_wrap li:hover .txt_wrap .cell p {
	color: #fff;
}

.tl_title_box_wrap li .txt_wrap .cell {
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.tl_title_box_wrap li .txt_wrap .cell i {
	font-size: 35px;
	padding-bottom: 20px;
	color: #1a1a1a;
}

.tl_title_box_wrap li .txt_wrap .cell h2 {
	font-size: 24px;
	color: #1a1a1a;
	margin: 0;
	font-weight: bold;
}

.tl_title_box_wrap li .txt_wrap .cell p {
	font-size: 17px;
	color: #555;
	padding-top: 50px;
	word-break: keep-all;
	line-height: 1.6;
}

.tl_title_box_wrap li:nth-child(4n+1) {
	margin-left: 0;
}

@media (max-width: 960px) {
	.company_info .work_page ul li {
		width: 47%;
		margin-bottom: 20px;
		margin-right: 0;
		margin-left: 2%;
	}

	.company_info .work_page ul li:last-child {
		margin-right: 0;
	}

	.company_info .work_page ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.company_info .Ideology dl {
		width: 100%;
		padding-bottom: 30px;
		clear: both;
	}
}

@media (max-width: 640px) {
	.company_info .img_page {
		background-size: cover;
		height: 300px
	}

	.company_info .tl_title_box_wrap li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3%;
	}
}

/*그룹소개*/


/* 리스트 */
.tbl-stat {
	clear: both;
	width: 100%;
	border-top: #ff4200 2px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	font-size: 16px;
	 min-width: 768px;
}

/* .tbl-stat caption { font-size:1px; line-height:1px; text-indent:-1000em; visibility:hidden; width:1px; height:1px; overflow:hidden;} */
.tbl-stat thead th,
.tbl-stat tbody th {
	padding: 20px;
	border: solid #e0e0e0;
	border-width: 0 1px 1px 1px;
	background: #f6f6f6;
	color: #333;
	word-wrap: break-word;
}

.tbl-stat tbody th {
	background: #fcfcfc;
}

.tbl-stat thead th:first-child,
.tbl-stat tbody th:first-child,
.tbl-stat tbody td:first-child,
.tbl-stat tfoot td:first-child {
	border-left: 0px;
}

.tbl-stat thead th:last-child,
.tbl-stat tbody th:last-child,
.tbl-stat tbody td:last-child,
.tbl-stat tfoot td:last-child {
	border-right: 0;
}

.tbl-stat tbody td {
	padding: 20px;
	text-align: left;
	border: 1px solid #e0e0e0;
	border-width: 1px;
	word-break: break-all;
	line-height: 1.6
}

.tbl-stat .left,
.tbl-stat .l {
	padding-left: 20px;
}

/*여백 재설정이 필요할 경우*/
.tbl-stat tfoot th {
	background: #f6f6f6;
	border: solid #e0e0e0;
	border-width: 0 0 1px 0px;
	text-align: center;
	padding: 10px 0;
	color: #e6360d;
}

.tbl-stat tfoot td {
	background: #f6f6f6;
	border: solid #e0e0e0;
	border-width: 0 0 1px 1px;
	text-align: center;
	padding: 10px 0;
	color: #333;
	font-weight: bold;
}

.tbl-stat tbody td h2 {
	font-size: 18px;
	font-weight: bold;
}

/* th 정렬 */
.tbl-stat thead th.sort a {
	display: inline-block;
	padding-right: 15px;
	margin: 0px 3px;
	font-weight: bold;
}

.tbl-stat thead th.sort a:hover,
.tbl-stat thead th a:focus,
.tbl-stat thead th.sort a:active {
	text-decoration: underline;
	color: #e6360d;
}

.tbl-stat thead th.sort_up a {
	color: #e6360d;
	padding-right: 15px;
	margin: 0px 3px;
}

.tbl-stat thead th.sort_up a:hover,
.tbl-stat thead th.sort_up a:focus,
.tbl-stat thead th.sort_up a:active {
	text-decoration: underline;
}

.tbl-stat thead th.sort_dw a {
	color: #e6360d;
	padding-right: 15px;
	margin: 0px 3px;
}

.tbl-stat thead th.sort_dw a:hover,
.tbl-stat thead th.sort_dw a:focus,
.tbl-stat thead th.sort_dw a:active {
	text-decoration: underline;
}

.tbl-stat td.sort {
	color: #e6360d;
	font-weight: bold;
}

/* 포인트 색 */
.tbl-stat .point {
	background: #ff4200;
	color: #fff;
}




@media screen and (max-width: 576px) {

.tbl-stat tbody td  {
	padding: 10px;
}

.scrollMenu {
    display: block;
    overflow-x: auto;
}
}


.business_Innovation_voucher { margin:100px 0}
.business_Innovation_voucher .inner { max-width:1400px; margin:0 auto; padding:0 20px}
.business_Innovation_voucher h3 { font-size:22px; margin-bottom:20px}

@media screen and (max-width: 576px) {
	.business_Innovation_voucher ul li { font-size:17px}
	.business_Innovation_voucher p { font-size:18px}
}


.posting_tit h2 { font-size:42px; font-weight:bold; text-align: center; padding-bottom:20px; margin-top:100px}
.posting_container { width: 100%; display: flex; gap: 0.5rem 1rem; max-width:1400px; margin:0 auto; flex-wrap: wrap;}
.posting_container .posting_item a {
	width: 100%;
}
/* .posting_container .posting_item { width:31.3333%; margin:auto  }  */
.posting_container .posting_item .photo img{ width:100%; max-width: 454px; min-height: 268px; clear:both; }
.posting_container .posting_item .body {text-align:center; padding:20px; box-sizing: border-box; border:1px solid #ddd; font-size: 18px; line-height:1.6; color:#555; word-break:keep-all; display:block; max-width: 454px; height: 100px; display: flex; justify-content: center; align-items: center; }

@media (max-width: 1399px) {
	.posting_container {
		max-width: 924px;
	}
}

@media (max-width: 923px) {
	.posting_container {
		max-width: unset;
    justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.posting_container .posting_item { width:48%  }
	.posting_container .posting_item .body { height:100px}
}


@media screen and (max-width: 576px) {
	.posting_container .posting_item { width:100%  }

}






.ts2 ul {display:flex; margin-top:50px}
.ts2 ul li { width:30px; height:30px; width:50%} 
.ts2 ul li a {display:block; font-size:15px; width:30px; height:30px; text-align:center; color:#333 }
.ts2 ul li a.on { display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}





/*연혁*/
.history_tit {
	padding-top: 100px;
	max-width: 1400px;
	margin: 0 auto 44px;
	text-align: center;
}

.history_tit h2 {
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
}

.history_area {
	position: relative;
	width: 100%;
	padding-top: 37px;
}

.history_area .history_point {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
	bottom: 20px;
	width: 8px;
	background-color: #f6f6f6;
	overflow: hidden;
}

/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {
	width: 50%;
	padding-right: 94px;
	padding-left: 20px;
	box-sizing: border-box;
}

.history_area div:nth-child(odd) dl {
	padding-right: 20px;
	padding-left: 94px;
}

.history_area dt {
	margin-bottom: 20px;
	font-size: 46px;
	line-height: 1.3;
	color: #555;
	font-weight: bold;
}

.history_area dd strong {
	display: block;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 1.8;
	color: #ff4200;
	font-weight: 500;
}

.history_area dd p {
	display: block;
}

.history_area dd .img_box {
	display: block;
	margin-top: 39px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.fr {
	float: right;
}

.img_box img {
	max-width: 100%
}

@media (max-width: 960px) {
	.history_area .history_point {
		left: 10px;
		margin-left: 0;
	}

	.history_area dl {
		float: none !important;
		width: 100%;
		padding-right: 0;
		padding-left: 50px;
		text-align: left;
	}

	.history_area div:nth-child(odd) dl {
		/* padding-right: 0; */
		padding-left: 50px;
	}

	.history_area div+div {
		margin-top: 40px;
	}

	.history_area div:nth-child(2) {
		margin-top: 0;
	}

	.history_area dt {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.history_area dd p br {
		display: none;
	}

	.history_area dd .img_box {
		margin-top: 20px;
	}
}

/*연혁*/


/*서브 제목*/
.contact_area {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 20px 100px;
}

.contact_area .txtCon {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0px 50px 0px;
	clear: both;
}

.contact_area .txtCon .sub_title {
	text-align: center;
	padding: 0px 20px 50px 20px;
}

.contact_area .txtCon .sub_title h2 {
	font-size: 40px;
	color: #000;
}

.contact_area .txtCon .sub_title p {
	font-size: 17px;
	color: #555;
	padding-top: 10px;
	word-break: keep-all;
}

.contact_area .txtboard {
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 20px 50px 20px;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	clear: both;
}

.contact_area .txtboard span {
	font-size: 14px;
}

.contact_address {
	width: 100%;
	height: auto;
	line-height: 1.7;
}

.contact_address ul .lead>strong {
	color: #ff4200;
}

.contact_address .subway i {
	color: #ff4200;
}

.contact_address ul {
	max-width: 1240px;
	clear: both;
	padding: 0 20px 20px 0px;
	border-bottom: 1px solid #ddd;
}

.contact_address ul li {
	color: #555;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 17px;
}

.contact_traffic {
	max-width: 1240px;
	clear: both;
}

.contact_traffic:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	padding-bottom: 50px;
	clear: both;
}

.contact_traffic ul {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px
}

.contact_traffic .bus {
	width: 100%;
	padding: 50px 0;
}

.contact_traffic .subway {
	width: 100%;
	padding: 50px 0;
}

.contact_traffic ul li {
	color: #555;
	line-height: 33px;
	font-size: 17px;
}

.contact_traffic h3 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #1a1a1a;
	padding-bottom: 10px;
	text-align: left;
}

.map_tit {
	padding-top: 100px;
	max-width: 1400px;
	margin: 0 auto 44px;
	text-align: center;
}

.map_tit h2 {
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
}

@media screen and (max-width:640px) {

	.contact_area .txtCon .sub_title {
		margin: 50px 0 50px;
	}

	.contact_area .txtCon .sub_title h2 {
		font-size: 32px;
	}
}

/*서브 제목*/