@charset "utf-8";

/*--------------------------------------------------------*/
/* 고객지원 > 교육지원
/*--------------------------------------------------------*/
main {
	letter-spacing: -1px;
	word-break: keep-all;
}
main header {
	border-bottom: 1px solid #eee;
}

main ul::after {
	content: none
}

main section {
	padding: 4rem 0;
}

main section:not(:last-of-type) {
	border-bottom: 1px solid #eee
}

main .is-active {
	opacity: 1;
	visibility: visible;
	max-height: 9999px;
	display: flex !important;
}

main .wrapper {
	width: min(1080px, calc(100% - 2rem));
	margin: 0 auto;
}

main .tabs {
  user-select: none;
  display: flex;
}

main .tabs li {
	flex: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.25s;
}

main .tabs li span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	position: relative;
}

main .tabs li span::before {
	content: "";
	width: 0;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #1d7abd;
	transition: width .25s;
}

main .tabs li:hover span,
main .tabs li.is-active span {
	color: #1d7abd;
	font-weight: bold;
}

main .tabs li:hover span::before,
main .tabs li.is-active span::before {
	width: 100%;
}

main .tab-content {
  flex: 1 1 auto;
  display: none;
  gap: 0.5rem;
  text-align: center;
}

main .tab-content.is-active {
	flex-direction: column;
}

.calendar_1 {
	border-collapse:collapse;
}

.content-edu {
	font-size: clamp(17px, 2.5vw, 18px);
	overflow: hidden;
}

.content-edu h1{
	font-size: clamp(32px, 2.5vw, 40px);
	font-weight: 500;
	color: #333;
	margin-bottom: 1rem;
}

.content-edu h2{
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 500;
	color: #333;
}

.content-edu p {
	font-size: clamp(17px, 2.5vw, 18px);
	color: #2b2d3a;
}
.content-edu .notification {
	background-color: #f7f8f9;
	padding: 1.5rem;
	font-size: clamp(17px, 2.5vw, 18px);
	border-radius: .5rem;
	display: flex;
	margin: 1rem 0;
	flex-wrap: wrap;
	gap: .5rem
}
.content-edu .notification li {
	flex: 1 1 auto;
	width: 45%;
	display: flex;
	align-items: center;
	gap: .5rem;
}
.content-edu .notification li::before {
	flex: 0 0 auto;
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background-color: #333;
}

.content-edu .articles {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	width: min(800px, 100%);
	margin: 3rem auto 0;
}

.content-edu article {
	flex: 1 1 auto;
	background-color: #f7f8f9;
	padding: 3rem 1.5rem;
	font-size: clamp(17px, 2.5vw, 18px);
	border-radius: .5rem;
}

.content-edu article h2 {
	font-size: clamp(20px, 2.5vw, 24px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-edu p strong {
	color: #1d7abd;
}

.content-edu .reg_btn_wrap {
	padding: 30px 0 80px; 
	text-align: center;
}

.content-edu .reg_btn_wrap .reg_btn1 {
	display: inline-block; 
	margin: 0 auto; 
	width: 200px; 
	height: 60px; 
	line-height: 60px; 
	background: #3090d6; 
	text-align: center; 
	font-size: 20px; 
	color: #fff; 
	transition: all ease-in-out 0.5s;
	cursor: pointer;
}

.content-edu .reg_btn_wrap .reg_btn:hover {
	background: #34a0ef;
}

.content-edu .reg_btn_wrap .reg_btn2 {
	display: inline-block; 
	margin: 0 auto; 
	width: 200px; 
	height: 60px; 
	line-height: 60px; 
	background: #ededed; 
	text-align: center; 
	font-size: 20px; 
	color: #333; 
	transition: all ease-in-out 0.5s;
}

.content-edu section article ul {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: 2rem 1rem 0;
}

.content-edu section article li {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.content-edu section article li::before {
	content: "";
	width: 7px;
	height: 12px;
	transform: rotate(45deg);
	border: 2px solid #1d7abd;
	border-left: 0;
	border-top: 0;
	display: block;
	margin-top: -3px;
}

.content-edu .section-calendar .cb_head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.content-edu .section-calendar .cb_head a {
	text-indent: -9999px;
	border: 2px solid #ddd;
	border-top: 0;
	border-right: 0;
	transform: rotate(45deg);
	display: block;
	width: 1rem;
	height: 1rem;
	transition: border-color .25s
}

.content-edu .section-calendar .cb_head a:hover {
	border-color: #333;
}

.content-edu .section-calendar .cb_head a.arr_r {
	transform: rotate(225deg)
}

.content-edu .section-calendar .date {
	font-size: clamp(24px, 2.5vw, 30px);
	font-weight: bold;
}

.content-edu table {
	width: 100%;
	border: 1px solid #eee;
}
.content-edu .calendar .day {
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
}

.content-edu .calendar li {
	display: flex;
}

.content-edu .calendar_box thead th{
	background-color: #f7f8f9;
	height: 45px;
	color: slategray;
	font-weight: 600;
	font-size: 16px;
}

.content-edu .calendar li:not(:first-of-type) div {
	aspect-ratio: 1;
}

.content-edu .calendar li div:first-of-type .day {
	color: red;
}

.content-edu .section-calendar .cd_box {
	width: 100%;
	padding: .75rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	aspect-ratio: 1;
}

.content-edu .section-calendar td:not(:nth-of-type(7)) .cd_box {
	border-right: 1px solid #eee;
}

.content-edu .section-calendar tr:not(:last-of-type) .cd_box {
	border-bottom: 1px solid #eee;
}

.content-edu .section-calendar .cd_box.on {
	border: 4px solid #f0644b !important;
}

.content-edu .section-calendar .cd_box p.num {
	height: 24px; 
	text-align: right;
}

.content-edu .section-calendar .cd_box p.num.cl_1 {
	color: #999;
}

.content-edu .section-calendar .cd_box p.text {
	text-align: left; 
	height: 72px; 
	margin-top: 15px;
}

@media screen and (max-width: 640px) {

	main section {
		padding: 2.5rem 0
	}

	.content-edu .calendar div {
		padding: 3px;
	}
	.content-edu .calendar p {
		font-size: clamp(10px, 2.5vw, 18px);
	}

	.content-edu article {
		padding: 1.5rem 1rem
	}

	.content-edu .notification li {
		width: auto;
	}

	.content-edu .articles {
		margin-top: 1rem;
	}
}

#education_list .cancel_btn {
	min-width: 30%;
	padding: 0 23%;
	height: 38px;
	line-height: 35px;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
	font-size:16px;
	color:#333;
	transition:all ease-in-out 0.2s;
	cursor:pointer;
}

#education_list .cancel_btn:hover {
	border-color:#333; 
	background:#333; 
	color:#fff;
	text-decoration: none;
}