@charset "utf-8";

/* 유지보수_서브페이지 */

.inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.maintenance .title_textBox {
	margin-bottom: 50px;
	text-align: center;
}

.title_textBox h2 {
	font-size: 42px;
	padding-top: 50px;
}

.title_textBox p {
	font-size: 17px;
	color: #6e6e6e;
	font-weight: 400;

}

.maintenance {
	width: 100%;
	padding: 200px 0;
}

.mainten_tbl h3 {
	padding: 30px 0 30px 50px;
	position: relative;
	font-size: 21px;
	text-align: left;
}

.mainten_tbl h3:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 48%;
	width: 30px;
	height: 2px;
	background: #282828;
	border-radius: 3px;
}

/* 리스트 */
.tbl-stat {
	clear: both;
	width: 100%;
	border-top: #000 2px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	font-size: 17px;
	min-width: 360px;
	/* 모바일 웹 폰트 크기 자동조정 문제 없애기 */

	-webkit-text-size-adjust: none;
	/*Chrome, Safari, newer versions of Opera*/
	-moz-text-size-adjust: none;
	/*Firefox*/
	-ms-text-size-adjust: none;
	/*Ie*/
	-o-text-size-adjust: none;
	/*old versions of Opera*/
}

.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;
	text-align: center;
}

.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: center;
	border: 1px solid #e0e0e0;
	border-width: 1px;
	word-break: keep-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
}

.tbl-stat tbody td h3 {
	font-size: inherit;
	margin-bottom: 5px;
	line-height: 1.4;
	font-weight: 600
}

.tbl-stat table {
	border-collapse: collapse
}

/* 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: #f8f5f3;
}

#text_l {
	text-align: left;
}

.tab-menu {
	padding-top: 30px;
}

.tab-menu a {
	width: 135px;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_quote {
	background: #ff4200;
	color: #fff;
}

.top_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5%;
}

.top_left h2 {
	font-weight: 600;
	padding-bottom: 20px;
}

.top_right {
	width: 40%;
	background-color: #fff;
	/* background: url("<?= G5_THEME_URL ?>/images/sub/maintenance_top_img1.webp") center no-repeat; */
	background-size: cover;
	color: #ff4200;
	font-size: 30px;
	font-weight: 600;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid #ff4200;
}

.box_list_wrap {
	display: flex;
	flex-wrap: wrap;
  /* gap: 2%; */
	text-align: center;
	padding: 100px 0;
}

.box_list {
	width: calc(100% / 4);
}

.box_list h4 {
	font-size: 20px;
  line-height: 1.5;
	font-weight: 600;
}

.box_list:nth-child(odd) p {
	background: #fff;
	color: #ff4200;
	font-weight: 600;
	padding: 20px;
	border: 5px solid #ff4200;
}

.box_list:nth-child(even) p {
	
	background: #ff4200;
	color: #fff;
	font-weight: 600;
	padding: 20px;
	border: 5px solid #ff4200;
}

@media screen and (max-width:1399px) {
	.top_right {
		width: 100%;
	}

	.tab-menu {
		width: 100%;
	}

	.tab-menu a {
		width: unset;
	}

	.box_list {
		width: calc(100% / 2);
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 768px) {
	.box_list {
		width: 100%;
	}
}


@media screen and (max-width: 600px) {
	.tbl-stat {
		font-size: 15px
	}

	.tbl-stat tbody td {
		padding: 10px
	}

}

@media screen and (max-width:567px) {

	.mainten_tbl {
		width: 100%;
		word-break: break-all;
		overflow-x: auto;
	}

	.tbl-stat {
		width: auto
	}
}