.cs_center > .inner {
	max-width: 1520px;
}

.form {
	gap: 50px;
	padding-top: 100px;
}

.depth_tab {
	overflow: auto hidden;
}
.depth_tab .flex {
	width: max-content;
	gap: 20px;
	margin: 0 auto;
}
.depth_tab .flex a {
	width: 180px;
	height: 56px;
	line-height: 56px;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #AAA;
	color: #AAA;
	font-weight: 500;
	box-sizing: border-box;
}
.depth_tab .flex a.active {
	background: var(--key-color);
	color: var(--white);
	border: 1px solid var(--key-color);
}


.faq {
	gap: 50px;
}
.tabs {
	overflow-x: auto;
}
.tabs .flex {
	width: max-content;
	border-radius: 30px;
	border: 1px solid #AAA;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.tabs button {
	width: 180px;
	height: 56px;
	font-size: 20px;
	color: #aaa;
	border-right: 1px solid #AAA;
	box-sizing: border-box;
}
.tabs button:last-child {
	border-right: 0;
}
.tabs button.on {
	background: #EAEAEA;
	color: #000;
}
.faq .list li .ques {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 40px;
	text-align: left;
	border-bottom: 1px solid rgba(224, 229, 236, 0.50);
	font-size: 16px;
	box-sizing: border-box;
}
.faq .list li .ques:before {
	content: 'Q.';
	position: absolute;
	top: 20px;
	left: 20px;
}
.faq .list li .ques:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 15px;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/arrow-down.svg")no-repeat 50% 50%;
}
.faq .list li .answer {
	display: none;
	background: var(--sky);
	padding: 20px;
	font-size: 16px;
	border-bottom: 1px solid rgba(224, 229, 236, 0.50);
}
.faq .list li.on .ques:after {
	transform: rotate(180deg);
}
.faq .list li.on .answer {
	display: block;
}


.notice table {
	border-top: 1px solid #AAA;
}
.notice table th {
	border-bottom: 1px solid #AAA;
	color: #919191;
	font-weight: 500;
	padding: 20px 15px;
}
.notice table td {
	border-bottom: 1px solid rgba(224, 229, 236, 0.50);
	text-align: center;
	padding: 20px 15px;
}
.notice table td a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


.notice .read .title {
	border-top: 1px solid var(--strock);
	border-bottom: 1px solid var(--strock);
	padding: 15px 0;
}
.notice .read .title div {
	font-size: 20px;
	margin-bottom: 10px;
}
.notice .read .title p {
	color: #AAA;
	font-size: 16px;
}
.notice .read .cont {
	font-weight: 500;
	padding: 40px 10px;
	border-bottom: 1px solid rgba(224, 229, 236, 0.50);
	box-sizing: border-box;
}
.notice .read .cont img {
	max-width: 100%;
}
.notice .read .btn_area {
	justify-content: center;
	margin-top: 50px;
}
.notice .read .btn_area a {
	width: 180px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #AAA;
	color: #AAA;
	box-sizing: border-box;
}



.guide {
	gap: 50px;
}
.guide .tab_cont > div {
	display: none;
}
.guide .box {
	gap: 50px;
}
.guide .box .item {
	width: calc(33.333% - 34px);
	gap: 20px;
}
.guide .box .item .thumb {
	width: 100%;
	min-height: calc(100% - 60px);
	border-radius: 20px;
	background: #F9F9F9;
	padding: 40px;
	text-align: center;
	box-sizing: border-box;
}
.guide .box .item .thumb img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.guide .box .item .txt {
	font-weight: 500;
	gap: 10px;
}
.guide .box .item .txt span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	background: var(--key-color);
	color: var(--white);
}
.guide .box .item .txt p {
	flex: 1;
}



@media screen and (max-width: 1480px) {
}
@media screen and (max-width: 1280px) {
	.guide .box {
		gap: 20px;
	}
	.guide .box .item {
		width: calc(33.333% - 14px);
	}
}
@media screen and (max-width: 1024px) {
	.form  {
		padding-top: 60px;
		gap: 30px;
	}

	.depth_tab .flex {
		gap: 10px;
	}
	.depth_tab .flex a {
		width: 135px;
		height: 42px;
		line-height: 42px;
	}

	.faq {
		gap: 30px;
	}
	.tabs button {
		width: 135px;
		height: 46px;
		font-size: 16px;
	}
	
	.notice table colgroup {
		display: none;
	}

	.guide {
		gap: 30px;
	}
	.guide .box .item {
		width: calc(50% - 10px);
	}
	.guide .box .item .txt span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.guide .box .item .thumb {
		padding: 15px;
	}
}
@media screen and (max-width: 768px) {
	.notice table thead {
		display: none;
	}
	.notice table tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		border-bottom: 1px solid rgba(224, 229, 236, 0.50);
		padding: 10px;
		box-sizing: border-box;
	}
	.notice table tr td {
		border-bottom: 0;
		padding: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.notice table tr td:nth-child(1) {
		width: 100%;
		font-size: 16px;
	}
	.notice table tr td:nth-child(3) {
		border-left: 1px solid #ddd;
		margin-left: 10px;
		padding-left: 10px;
	}
	.notice table tr td:nth-child(3):before {
		content: '조회 ';
	}


	.guide .box .item {
		width: 100%;
	}
	.guide .box .item .thumb {
		min-height: auto;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}