
/* 탭 영역 */
.tabArea {
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
}
.tabArea .tab {
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	text-align: center;
	flex-basis: 50%;
}
.tabArea .tab.selected {
	border: 1px solid #000000;
}
.tabArea .tab a {
	display: flex;
	width: 100%;
	height: 48px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.tabArea .tab.selected a {
}
.tabArea .tab a:hover {
	background-color: #f8f8f8;
}
@keyframes selectTab {
	0% {
		border-bottom-width: 0;
	}
	100% {
		border-bottom-width: 5px;
	}
}

@media (min-width: 992px) {
	.tabArea {
		border-top: 1px solid #bebebe;
		border-left: 1px solid #bebebe;
		margin-bottom: 28px;
		display: flex;
		flex-wrap: nowrap;
	}
	.tabArea .tab {
		border-right: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
		text-align: center;
		flex-basis: auto;
		flex-grow: 1;
	}
	.tabArea .tab a {
		display: flex;
		width: 100%;
		height: 48px;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
		color: #000000;
	}
	.tabArea .tab.selected {
		border: 0;
		border-right: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
	}
	.tabArea .tab.selected a {
		border-bottom: 5px solid #ffc341;
	}
	.tabArea .tab a:hover {
		animation-name: selctTab;
		animation-duration: 2s;
		animation-iteration-count: 1;
		animation-timing-function: ease;
		border-bottom-style: solid;
		border-bottom-color: #999999;
	}
}

@media (min-width: 1400px) {
	.tabArea {
		border-top: 1px solid #bebebe;
		border-left: 1px solid #bebebe;
		margin-bottom: 28px;
		display: flex;
		flex-wrap: nowrap;
	}
	.tabArea .tab {
		border-right: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
		text-align: center;
		flex-basis: auto;
		flex-grow: 1;
	}
	.tabArea .tab a {
		display: flex;
		width: 100%;
		height: 48px;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
		color: #000000;
	}
	.tabArea .tab.selected {
		border: 0;
		border-right: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
	}
	.tabArea .tab.selected a {
		border-bottom: 5px solid #ffc341;
	}
	.tabArea .tab a:hover {
		animation-name: selctTab;
		animation-duration: 2s;
		animation-iteration-count: 1;
		animation-timing-function: ease;
		border-bottom-style: solid;
		border-bottom-color: #999999;
	}
}


/* 공통 */
.bangtable .td {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
.add_info {
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 100px;
}
.bnotice_title {
	font-size: 22px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 0;
}
.bnotice_title i {
	font-size: 18px;
	color: #254daf;
}
.bnotice_text {
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 30px;
}

/* 보건증 */
.certificate_section .bangtable .th1 {width: 120px;}
.certificate_section .bangtable .th3 {width: 220px;}
