@charset "UTF-8";

#subCon {
	padding: 5rem 0;
}

.con_title {
	font-size: 3rem;
	line-height: 1.25;
}
.con_title2 {
	font-size: 2.25rem;
	line-height: 1.33;
}
.con_title3 {
	font-size: 1.75rem;
	line-height: 1.35;
}
[class*=con_title].dot_title:before {
	content:'•';
	margin-right: 0.375rem;
	line-height: 1.35;
}

@media screen and (max-width: 800px) {
	#subCon {
		padding: 3.75rem 0;
	}

	.con_title {
		font-size: 2rem;
	}

	.con_title2 {
		font-size: 1.5rem;
	}
	.con_title3 {
		font-size: 1.125rem;
	}
}

/* 서브비주얼 */
.sub_visual {
	position: relative;
	z-index: 100;
}

.sub_visual .con_title {
	padding: 5rem 6.25rem;
	background-repeat: no-repeat;
	background-position: right 6.25rem bottom 0;
	background-size: auto 90%;
}
.sub_visual.st_1 .con_title {
	background-image: url(../images/common/sub_1_illust.png);
}

.sub_visual.st_2 .con_title {
	background-image: url(../images/common/sub_2_illust.png);
}

.sub_visual.st_3 .con_title {
	background-image: url(../images/common/sub_3_illust.png);
}

.sub_visual.st_4 .con_title {
	background-image: url(../images/common/sub_4_illust.png);
}

.sub_visual.st_5 .con_title {
	background-image: url(../images/common/sub_5_illust.png);
}

@media screen and (max-width: 800px) {
	.sub_visual {
		background-color: #fff;
	}

	.sub_visual .con_title {
		padding: 3.75rem 0;
		background-position: right 0 bottom 0;
		background-size: auto 8rem;
	}

	.sub_visual.st_1 .con_title {
		background-image: url(../images/common/sub_1_illust_m.png);
	}

	.sub_visual.st_2 .con_title {
		background-image: url(../images/common/sub_2_illust_m.png);
	}

	.sub_visual.st_3 .con_title {
		background-image: url(../images/common/sub_3_illust_m.png);
	}

	.sub_visual.st_4 .con_title {
		background-image: url(../images/common/sub_4_illust_m.png);
	}

	.sub_visual.st_5 .con_title {
		background-image: url(../images/common/sub_5_illust_m.png);
	}
}

/* 로케이션 */
.sv_location {
	display: flex;
	align-items: center;
	width: 100%;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.sv_location>li {
	flex-shrink: 0;
	position: relative;
	height: 4rem;
	font-size: 1rem;
	font-weight: 600;
}

.sv_location>li:after {
	position: absolute;
	top: 1rem;
	bottom: 1rem;
	right: 0;
	width: 1px;
	background-color: #c8c8c8;
	content: '';
}

.sv_location>li>span {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 1.5rem;
	background-repeat: no-repeat;
	background-image: url(../images/common/sel_arrow.svg);
	background-color: #fff;
	background-position: top 50% right 1rem;
	background-size: 1rem 1rem;
	cursor: pointer;
}

.sv_location>li ul {
	overflow: hidden;
	position: absolute;
	/* top: calc(100% + 1px); */
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0 1rem;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.4s;
}

.sv_location>li ul li+li {
	border-top: 1px solid #222;
}

.sv_location>li ul li a {
	display: block;
	width: 100%;
	padding: 1.25rem 0.5rem;
	color: #222;
	font-weight: 700;
}

.sv_location>li:hover>span {
	color: #02B5B1;
}

.sv_location>li:hover ul {
	height: auto;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	opacity: 1;
}

.sv_location>li:hover ul:before,
.sv_location>li:hover ul:after {
	position: absolute;
	top: 0.5rem;
	bottom: 0;
	width: 1px;
	background-color: #222;
	content: '';
}

.sv_location>li:hover ul:before {
	left: 0;
}

.sv_location>li:hover ul:after {
	right: 0;
}

.sv_location>li ul li a:hover {
	color: #02B5B1;
}

.sv_location .home {
	width: 4rem;
}

.sv_location .home a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	background-image: url(../images/common/icon_home.svg);
	background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
}

.sv_location .dep1-wrap,
.sv_location .dep2-wrap {
	width: 16rem;
}

@media screen and (max-width: 800px) {
	.sv_location {
		/* position: absolute;
		top: 50%;
		left: 1rem;
		width: calc(100% - 2rem);
		border: none !important; */
	}

	.sv_location>li {
		height: 3rem;
		font-size: 0.875rem;
	}

	.sv_location .home {
		width: 2.5rem;
		background-size: 1.125rem 1.125rem;
	}

	.sv_location>li:after {
		top: 0.875rem;
		bottom: 0.875rem;
	}

	.sv_location>li>span {
		padding: 0 0.875rem;
		background-position: top 50% right 0.875rem;
	}

	.sv_location .dep1-wrap,
	.sv_location .dep2-wrap {
		width: calc(50% - 1.25rem);
		/* padding-left: 1rem; */
	}
	.sv_location>li.dep2-wrap:after {
		display: none;
	}
	.sv_location>li ul li a {
		padding: 0.875rem 0.5rem;
	}
}

/* 페이지 공지 */
.pageNote {
	display: flex;
	gap: 3rem;
	width: 100%;
	margin-bottom: 3.75rem;
	padding: 2.5rem 5rem;
	font-weight: 500;
	background-color: #F7F7F7;
}

.pageNote-header {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.pageNote-header img {
	width: 8.75rem;
	height: 8.75rem;
}

.pageNote-title {
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.pageNote-list {
	font-size: 1.125rem !important;
	line-height: 1.7;
	word-break: keep-all;
}

.pageNote-list > li + li {
	margin-top: 0.75rem;
}

@media (max-width: 1024px) {
	.pageNote {
		padding: 2.5rem;
	}
	.pageNote-header {
		display: none;
	}
}
@media (max-width: 800px) {
	.pageNote {
		width: calc(100% + 2rem);
		margin-left: -1rem;
		padding: 2.5rem 1rem;
	}
	.pageNote-title {
		margin-bottom: 1.5rem;
		text-align: center;
	}
	.pageNote-list {
		font-size: 0.875rem !important;
	}
}

/* 교육안내 */
.traineeNote-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}
.traineeNote-list > li {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding:1.875rem;
	border: 1px solid #ddd;
	border-top: 2px solid #222;
	background-color: #fff;
}
.traineeNote-list > li .num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.875rem;
	height: 1.875rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	background-color: #222;
}
.traineeNote-list > li > img {
	width: 6.25rem;
	height: 6.25rem;
}
.traineeNote-list > li .link:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.traineeNote-list > li .link2 {
	text-decoration: underline;
	text-underline-position: under;
}
.traineeNote-list > li .link2:hover {
	opacity: 0.5;
}
@media screen and (max-width: 1280px) {
	.traineeNote-list {
		gap: 1.5rem;
	}
	.traineeNote-list > li {
		flex-direction: column;
		gap: 0;
	}
	.traineeNote-list > li > img {
		width: 3.75rem;
		height: 3.75rem;
		margin-left: auto;
	}
}
@media screen and (max-width: 800px) {
	.traineeNote-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.traineeNote-list > li {
		padding: 1rem;
		word-break: keep-all;
	}
}

/* 동의 박스 */
.agree_box {
	border-top: 2px solid #222;
}

.agree_box .fm_ch {
	position: static;
	font-size: 1rem;
	display: flex;
	padding: 0.9375rem 2.5rem;
	overflow: hidden;
}

.agree_box .fm_ch ._style {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1.5rem;
	background-size: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M25 1H1V25H25V1Z' fill='white' stroke='%23DDDDDD' stroke-width='2'/%3E%3Cmask id='mask0_1165_13860' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'%3E%3Cpath d='M25 1H1V25H25V1Z' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1165_13860)'%3E%3Cpath d='M10.9621 18.4531L5.55273 13.0438L7.24961 11.3469L10.9621 15.0594L18.4668 7.55469L20.1637 9.25156L10.9621 18.4531Z' fill='%23DDDDDD'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 100% 100%;
}

.agree_box .fm_ch ._text {
	font-size: 1.125rem;
	cursor: pointer;
}

.agree_box .fm_ch input:checked~._style {
	position: static;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='%2302B5B1'/%3E%3Cmask id='mask0_1148_30922' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1148_30922)'%3E%3Cpath d='M9.96211 17.4531L4.55273 12.0438L6.24961 10.3469L9.96211 14.0594L17.4668 6.55469L19.1637 8.25156L9.96211 17.4531Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

.agree_box .fm_ch input:checked~._style:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	display: block;
	background-color: #F7F7F7;
}

.agree_all_box {
	display: block;
	position: relative;
	border-bottom: 2px solid #222;
}

.agree_all_box .fm_ch {
	width: 100%;
	padding: 1.25rem 2.5rem;
}

.agree_all_box .fm_ch ._text {
	font-size: 1.125rem;
	font-weight: 700;
	margin-right: 0;
}

.agree_all_box .fm_ch input:checked~._style {
	position: static;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='%2302B5B1'/%3E%3Cmask id='mask0_1148_30922' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1148_30922)'%3E%3Cpath d='M9.96211 17.4531L4.55273 12.0438L6.24961 10.3469L9.96211 14.0594L17.4668 6.55469L19.1637 8.25156L9.96211 17.4531Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}

.agree_all_box .fm_ch input:checked~._style:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	display: block;
	background-color: #EFF8F7;
}

.agree_list_box ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 1.25rem 2.5rem;
	border-bottom: 1px solid #222;
}

.agree_list_box ul li .fm_ch {
	padding: 0;
	max-width: calc(100% - 5.25rem);
}

.agree_list_box ul li .fm_ch ._text {
	color: #222;
	font-weight: 400;

}

.agree_list_box ul li .ali_button {
	width: auto;
	margin-left: auto;
	font-size: 1.125rem;
	color: #aaa;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.agree_list_box ul li .ali_button:hover {
	color: #02B5B1;
}

.agree_list_box ul li .ali_button[target=_blank] {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.agree_list_box ul li .ali_button[target=_blank] span {
	display: none;
}

.agree_list_box ul li .ali_button[target=_blank]::after {
	content: "";
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	background: no-repeat url(../images/common/icon_link.svg) center/contain;
}

.agree_list_box ul li .ali_button[target=_blank]:hover::after {
	opacity: 1;
	background-image: url(../images/common/icon_link_b.svg);
}

.agree_list_box ul li .ali_button_arrow {
	width: 1.875rem;
	height: 1.875rem;
	background: no-repeat url(../images/common/btn_arrow.svg) center/contain;
	margin-left: auto;
	transform: rotate(-180deg);
}

.agree_list_box ul li .ali_button_arrow span {
	visibility: hidden;
}

.agree_list_box ul li .ali_button_arrow._on {
	transform: rotate(0);
}

.agree_list_box ul li .ali_con {
	display: none;
	position: relative;
	min-width: 100%;
	width: auto;
	padding: 1.5rem 2.5rem;
	margin-top: 0.875rem;
	margin: 0.875rem -2.5rem 0;
}

.agree_list_box ul li .ali_con::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: solid 1px #ccc;
}

.agree_list_box ul li .ali_con .alic_text {
	margin: 0.4375rem 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	color: #222;
	letter-spacing: -0.025rem;
}

.agree_list_box ul li .ali_con .alic_text a {
	color: #02B5B1;
}

.agree_list_box ul li .ali_con .alic_text a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.agree_list_box ul li .ali_con .alic_table {
	margin: 0.875rem 0;
	table-layout: fixed;
	font-size: 1rem;
}

.agree_list_box ul li .ali_con .alic_table td, .agree_list_box ul li .ali_con .alic_table th {
	vertical-align: middle;
	padding: 0.75rem 0.75rem;
	background-clip: border-box;
	border: 1px solid #ddd;
	color: #222;
}

.agree_list_box ul li .ali_con .alic_table td {
	text-align: center;
	word-break: keep-all;
}

.agree_list_box ul li .ali_con .alic_table thead th {
	text-align: center;
	background-color: #F7F7F7;
}

@media screen and (max-width: 800px) {
	.agree_box {
		margin-top: 3rem;
	}

	.agree_box .fm_ch {
		align-items: center;
		padding: 1.5625rem 2.5rem;
	}

	.agree_box .fm_ch ._style {
		width: 1rem;
		height: 1rem;
		margin-right: 0;
		background-size: 1rem 1rem;
	}

	.agree_box .fm_ch ._text {
		font-size: 1rem;
	}

	.agree_all_box .fm_ch {
		padding: 1.5rem;
	}

	.agree_all_box .fm_ch ._text {
		font-size: 1rem;
	}

	.agree_list_box ul li {
		padding: 1.5rem;
	}

	.agree_list_box ul li .fm_ch {
		max-width: calc(100% - 1.25rem);
	}

	.agree_list_box ul li .ali_button {
		font-size: 1rem;
	}

	.agree_list_box ul li .ali_button_arrow {
		width: 1.5rem;
		height: 1.5rem;
	}

	.agree_list_box ul li .ali_button[target=_blank]::after {
		width: 1.5rem;
		height: 1.5rem;
	}

	.agree_list_box ul li .ali_con {
		width: auto;
		padding: 1.5rem;
		margin: 1.5rem -1.5rem 0;
	}

	.agree_list_box ul li .ali_con .alic_text {
		margin: 0.5625rem 0;
		font-size: 1rem;
	}

	.agree_list_box ul li .ali_con .alic_table {
		margin: 0.5625rem 0;
		font-size: 1rem;
	}

	.agree_list_box ul li .ali_con .alic_table td, .agree_list_box ul li .alic_table th {
		padding: 0.875rem 0.375rem;
	}

	.agree_list_box ul li .ali_con .alic_table td {
		padding: 0.875rem 0.375rem;
	}
}

.agree_box2 {
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}
.agree_box2 + .agree_box2 {
	margin-top: 2.5rem;
}
.agree_box2 .agree_text {
	padding: 2.5rem;
	font-size: 1.125rem;
	border-bottom: 1px solid #222;
}
.agree_box2 .agree_check {
	position: relative;
	padding: 2rem 2.5rem;
}
.agree_box2 .agree_check .fm_ch {
	position: static;
	font-size: 1.125rem;
	font-weight: 700;
	vertical-align: middle;
}
.agree_box2 .agree_check .fm_ch input:checked~._style {
	position: static;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='%2302B5B1'/%3E%3Cmask id='mask0_1148_30922' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1148_30922)'%3E%3Cpath d='M9.96211 17.4531L4.55273 12.0438L6.24961 10.3469L9.96211 14.0594L17.4668 6.55469L19.1637 8.25156L9.96211 17.4531Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}
.agree_box2 .agree_check .fm_ch input:checked~._style:after {
	content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    display: block;
    background-color: #EFF8F7;
}
@media screen and (max-width: 800px) {
	.agree_box2 .agree_text {
		padding: 1.5rem;
		font-size: 1rem;
	}
	.agree_box2 .agree_check {
		padding: 1.5rem;
	}
	.agree_box2 .agree_check .fm_ch {
		font-size: 1rem;
	}
}

.join_info {
	font-size: 1rem;
	color: var(--font-color-600);
	margin-top: 4.875rem;
	margin-bottom: 1rem;
	text-align: right;
}

@media screen and (max-width: 800px) {
	.join_info {
		font-size: 0.875rem;
		margin-top: 3.75rem;
		margin-bottom: 0.75rem;
		text-align: left;
	}
}


/* form */
.fm_box {
	font-size: 1.125rem;
	display: block;
	border-top: 2px solid #222;
}

.fm_box table.fm_table {
	display: block;
}

.fm_box table.fm_table thead, .fm_box table.fm_table tbody, .fm_box table.fm_table tfoot {
	display: block;
}

.fm_box table.fm_table tr {
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid #222;
}

.fm_box table.fm_table td, .fm_box table.fm_table th {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
}

.fm_box .fm_title {
	position: relative;
	width: 11.25rem;
	min-height: 3.125rem;
	align-items: center;
	flex-shrink: 0;
}

.fm_box .fm_title:after {
	position: absolute;
	top: 1rem;
	bottom: 1rem;
	right: 0;
	width: 1px;
	background-color: #C8C8C8;
	content: '';
}

.fm_box .fm_title:nth-child(3):before {
	position: absolute;
	top: 1rem;
	bottom: 1rem;
	left: 0;
	width: 1px;
	background-color: #222;
	content: '';
}

.fm_box .fm_title_txt {
	font-weight: 700;
	font-size: 1.125rem;
	display: block;
}

.fm_box .fm_title+td, .fm_box .fm_title+th {
	width: calc(100% - 11.25em);
}

.fm_box .fm_txt {
	display: flex;
	align-items: center;
	font-size: 1rem;
	min-height: 2.5rem;
	border-radius: 0.3125rem;
	width: 100%;
}

.fm_box .fm_txt>a:hover {
	color: #02b5b1;
}

.fm_box .fm_info2 {
	font-size: 1rem;
	color: #02b5b1;
}

.fm_box .fm_info {
	font-size: 1rem;
	color: var(--font-color-600);
	margin-top: 0.4444444444rem;
}

.fm_box ._file>li {
	display: block;
}

.fm_box ._file>li:not(:first-child) {
	margin-top: 0.2rem;
}

.fm_box ._file>li>a {
	display: inline-flex;
	align-content: center;
}

.fm_box ._file>li>a:hover {
	color: #02b5b1;
}

.fm_box ._file>li>a img {
	width: 1rem;
	height: 1rem;
	margin-right: 0.2rem;
	margin-bottom: -0.1rem;
}

.fm_box .fm_flex {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 3.125rem;
	flex-wrap: wrap;
}

.fm_box .fm_flex .break {
	flex-basis: 100%;
}

.fm_box .fm_flex .fm_info {
	margin-top: 0;
}

.fm_box .fm_flex .fm_flex_text {
	margin: 0 -0.4444444444rem;
	font-size: 1rem;
}

.fm_box .fm_flex .fm_txt {
	width: auto;
}

.fm_box .fm_flex_2 {
	margin-left: auto;
	width: 60%;
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
}

.fm_box .fm_flex_2._on {
	display: flex;
}

.fm_box .fm_flex_2 .break {
	flex-basis: 100%;
}

.fm_box .fm_flex_2 .fm_info {
	margin-top: 0;
}

.fm_box .fm_flex_2 .td {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.fm_box .fm_flex_2 .td .fm_title_txt {
	width: 7.619047619rem;
}

.fm_box .fm_flex_2 .td .fm_wrap {
	width: calc(100% - 10em);
}

.fm_box .fm_wrap {
	width: 100%;
	max-width: 26rem;
}

.fm_box .fm_wrap .inp, .fm_box .fm_wrap .sel {
	max-width: 26rem;
}

.fm_box .fm_wrap._wid_full {
	width: 100%;
	max-width: none;
}

.fm_box .fm_wrap._wid_full .inp, .fm_box .fm_wrap._wid_full .sel, .fm_box .fm_wrap._wid_full .ft {
	width: 100%;
	max-width: none;
}

.fm_box .fm_wrap._wid_640 {
	max-width: 40rem;
}

.fm_box .fm_wrap._wid_640 .inp, .fm_box .fm_wrap._wid_640 .sel {
	max-width: 40rem;
}

.fm_box .fm_wrap._wid_200 {
	max-width: 12.5rem;
}

.fm_box .fm_wrap._wid_200 .inp, .fm_box .fm_wrap._wid_200 .sel {
	max-width: 12.5rem;
}

.fm_box .fm_wrap._wid_160 {
	max-width: 10rem;
}

.fm_box .fm_wrap._wid_160 .inp, .fm_box .fm_wrap._wid_160 .sel {
	max-width: 10rem;
}

.fm_box .fm_mail {
	flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
	.fm_box table tr {
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}

	.fm_box table td, .fm_box table th {
		padding: 0.75em 1.5rem;
	}

	.fm_box .fm_wrap._wid_640 {
		max-width: none;
	}

	.fm_box .fm_wrap._wid_640 .inp .sel {
		max-width: none;
	}

	.fm_box .fm_title {
		display: flex;
		min-width: 8.75rem;
		width: 10rem;
		margin: 0;
	}

	.fm_box .fm_title+td {
		width: calc(100% - 10rem);
	}

	.fm_box .fm_mail {
		flex-wrap: wrap;
	}

	.fm_box .fm_mail>.fm_wrap._wid_200 {
		max-width: none;
		width: 34%;
		flex: 1 1 auto;
	}

	.fm_box .fm_mail>.fm_wrap._wid_200>* {
		max-width: none;
	}

	.fm_box .fm_mail .fm_flex_text {
		flex: 0 1 auto;
	}
}

@media screen and (max-width: 800px) {
	.fm_box {
		font-size: 0.5rem;
	}

	.fm_box table.fm_table tr {
		padding: 1.25rem 0;
		flex-wrap: wrap;
	}

	.fm_box table.fm_table td, .fm_box table.fm_table th {
		width: 100%;
		padding: 0 1rem;
		border: 0;
	}

	.fm_box .fm_title {
		width: 100%;
		min-height: auto;
		display: block;
		margin-bottom: 0.5rem;
	}

	.fm_box .fm_title:after {
		display: none;
	}

	.fm_box .fm_title:nth-child(3) {
		padding-top: 1.25rem;
		margin-top: 1.25rem;
	}

	.fm_box .fm_title:nth-child(3):before {
		top: 0;
		bottom:auto;
		width: 100%;
		height: 1px;
	}

	.fm_box .fm_title+td, .fm_box .fm_title+th {
		width: 100%;
	}

	.fm_box .fm_txt {
		min-height: 0;
	}

	.fm_box .fm_info2 {
		font-size: 0.875rem;
	}

	.fm_box .fm_info {
		font-size: 0.875rem;
		margin-top: 0.2857142857rem;
	}

	.fm_box .fm_flex {
		position: relative;
		gap: 1rem;
		min-height: auto;
	}

	.fm_box .fm_flex>* {
		flex: 1 1 auto;
	}

	.fm_box .fm_flex .mo_break {
		flex-basis: 100%;
	}

	.fm_box .fm_flex .fm_info {
		margin-top: 0;
	}

	.fm_box .fm_flex .fm_info2 {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -2.1428571429rem;
	}

	.fm_box .fm_flex .fm_flex_text {
		margin: 0 -0.5rem;
		font-size: 1rem;
	}

	.fm_box .fm_flex.fm_flex_mo_nowrap {
		flex-wrap: nowrap;
	}

	.fm_box .fm_flex.fm_flex_mo_auto>* {
		flex: 0 1 auto;
	}

	.fm_box .fm_flex .fm_wrap {
		width: calc(100% - 13.125em);
	}

	.fm_box .fm_flex_2 {
		width: 100%;
		flex-direction: row;
		gap: 1.25rem;
		margin-top: 0.5rem;
	}

	.fm_box .fm_flex_2 .break {
		flex-basis: 100%;
	}

	.fm_box .fm_flex_2 .fm_info {
		margin-top: 0;
	}

	.fm_box .fm_flex_2 .td {
		width: 100%;
		flex-direction: column;
	}

	.fm_box .fm_flex_2 .td .fm_title_txt, .fm_box .fm_flex_2 .td .fm_wrap {
		flex: 1 1 auto;
		width: 100%;
	}

	.fm_box .fm_wrap {
		max-width: none;
	}

	.fm_box .fm_wrap .inp, .fm_box .fm_wrap .sel {
		max-width: none;
	}

	.fm_box .fm_wrap._wid_200 {
		max-width: none;
	}

	.fm_box .fm_wrap._wid_200 .inp, .fm_box .fm_wrap._wid_200 .sel {
		max-width: none;
	}

	.fm_box .fm_wrap._wid_160 {
		max-width: none;
	}

	.fm_box .fm_wrap._wid_160 .inp, .fm_box .fm_wrap._wid_160 .sel {
		max-width: none;
	}
}

.schedule_table {
	border-top: 1px solid #222;
	width: 100%;
	overflow: hidden;
	min-width: 37.5rem;
}
.schedule_table_scroll {
	overflow: auto;
	width: 100%;
}
.schedule_table table {
	display: table !important;
	margin: -1px -1px 0;
	min-width: calc(100% + 2px);
	border-bottom: 0;
}
.schedule_table table tbody {
	display: table-row-group !important;
}
.schedule_table table thead {
	display: table-header-group !important;
}
.schedule_table table tr {
	display: table-row !important;
	border-bottom: 1px solid #ddd !important;
}
.schedule_table table td, .schedule_table table th {
	display: table-cell !important;
	border-top: 0;
	border-bottom: 0;
}
.schedule_table td, .schedule_table th {
	border: 1px solid #ddd !important;
	line-height: 1.36;
	vertical-align: middle;
	word-break: keep-all;
	background-clip: border-box;
}
.schedule_table thead th {
	font-size: 1.125rem;
	background-color: #E1F2F0;
	padding: 0.9em 1.2em 0.9em 1.2em;
}
.schedule_table tbody th {
	color: #727272;
	background-color: #EFF8F7;
	font-weight: 400;
}
.schedule_table tbody th, .schedule_table tbody td {
	font-size: 1rem;
	padding: 0.5555555556em 1.3333333333em 0.5555555556em 1.3333333333em;
}
.schedule_table tbody td {
	text-align: center;
}

.schedule_table.st2 thead th {
	background-color: #E4ECFF;
}
.schedule_table.st2 tbody th {
	background-color: #F4F7FF;
}

.fm_table .schedule_table tr > *:first-child {
	width: 10rem !important;
}
.fm_table .schedule_table tr > *:nth-child(2) {
	width: 12.5rem !important;
}
.fm_table .schedule_table tr > *:nth-child(3) {
	width: auto !important;
}
.fm_table .schedule_table tbody th:first-of-type, .fm_table .schedule_table tbody td:first-of-type {
	color: #727272;
	background-color: #EFF8F7;
	font-weight: 400;
}
.fm_table .schedule_table.st2 tbody th:first-of-type {
	background-color: #F4F7FF;
} 
.fm_table .schedule_table.st2 tbody td:first-of-type {
	background-color: transparent;
}
@media screen and (max-width: 800px) {
	.schedule_table_scroll {
		min-width: 100%;
		width: auto;
		/* margin: 1.5em -1.5em; */
	}
	.schedule_table thead th {
		padding: 0.75rem 1rem !important;
		font-size: 0.875rem;
	}
	.schedule_table tbody th, .schedule_table tbody td {
		font-size: 0.875rem;
		padding: 0.75rem 1rem !important;
	}
	.fm_table .schedule_table tr > *:first-child {
		width: 6rem !important;
	}
}

/* 기본 테이블 */
.normal_table {
	border-top: 1px solid #ddd;
	width: 100%;
	overflow: hidden;
	/* min-width: 37.5rem; */
}
.normal_table_scroll {
	overflow: auto;
	width: 100%;
}
.normal_table table {
	display: table !important;
	margin: -1px -1px 0;
	min-width: calc(100% + 2px);
	border-bottom: 0;
}
.normal_table table tbody {
	display: table-row-group !important;
}
.normal_table table thead {
	display: table-header-group !important;
}
.normal_table table tr {
	display: table-row !important;
	border-bottom: 1px solid #ddd !important;
}
.normal_table table td, .normal_table table th {
	display: table-cell !important;
	border-top: 0;
	border-bottom: 0;
}
.normal_table td, .normal_table th {
	border: 1px solid #ddd !important;
	line-height: 1.36;
	vertical-align: middle;
	word-break: keep-all;
	background-clip: border-box;
}
.normal_table thead th {
	font-size: 1.125rem;
	background-color: #F7F7F7;
	padding: 1rem 1.25rem;
}
.normal_table tbody th {
	font-size: 1rem;
	color: #222;
	background-color: #F7F7F7;
	font-weight: 500;
}
.normal_table tbody th, .normal_table tbody td {
	font-size: 1rem;
	padding: 1.25rem;
}
.normal_table tbody td {
	color: #555;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.normal_table thead th {
		padding: 0.75rem 1rem !important;
		font-size: 0.875rem;
	}
	.normal_table tbody th, .normal_table tbody td {
		font-size: 0.875rem;
		padding: 0.75rem 1rem !important;
	}
}

/* 드래그 앤 드롭 */
.dorpFile {
	overflow: hidden;
	position: relative;
	font-size: 0.5rem;
	width: 100%;
}

.dorpFile #btn_attach_file {
	position: absolute;
	left: -100px;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.dorpFile .file_dragDrop_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #ddd;
}

.dorpFile .file_dragDrop_box button {
	width: 100%;
	flex: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	height: 3.2em;
	text-align: center;
	color: #fff;
	background-color: #555;
}

.dorpFile .file_dragDrop_list {
	display: block;
	padding: 1.5rem;
}

.dorpFile .file_dragDrop_list>li {
	position: relative;
	display: block;
	padding-left: 2rem;
	background: no-repeat left 0 top 50%/1.5rem 1.5rem;
	background-image: url(../images/common/icon_file.svg);
}

.dorpFile .file_dragDrop_list>li.noFile {
	cursor: pointer;
	display: flex;
	align-items: center;
	background: none;
	justify-content: center;
	padding: 2.5em 0;
}

.dorpFile .file_dragDrop_list>li.noFile .noFile_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	color: #222;
}

.dorpFile .file_dragDrop_list>li.noFile .noFile_txt::before {
	content: "";
	display: block;
	width: 1.3333333333em;
	height: 1.3333333333em;
	line-height: 1;
	margin-right: 0.8888888889em;
	background: no-repeat center/contain;
	background-image: url(../images/common/icon_nonefile.svg);
}

.dorpFile .file_dragDrop_list>li:not(:first-child) {
	margin-top: 1em;
}

.dorpFile .file_dragDrop_list>li span {
	line-height: 1.3333333333em;
	font-size: 1.125rem;
	display: inline;
}

.dorpFile .file_dragDrop_list>li .fileTr_wrap {
	position: relative;
	display: inline-block;
	padding-right: 3rem;
	min-height: 1.5em;
}

.dorpFile .file_dragDrop_list>li .fileTr_cancel {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	width: 1.3333333333em;
	height: 1.3333333333em;
	background: no-repeat center/1.3333333333em 1.3333333333em;
	background-image: url(../images/common/icon_file_cancel.svg?v=0.1);
}

.dorpFile .file_dragDrop_info {
	margin-top: 0.4444444444em;
	font-size: 1.125rem;
	color: var(--font-color-600);
}

@media screen and (max-width: 800px) {
	.dorpFile .file_dragDrop_box button {
		font-size: 0.9375rem;
		height: 3.3333333333em;
	}

	.dorpFile .file_dragDrop_list {
		padding: 2.8125em 2.5em;
	}

	.dorpFile .file_dragDrop_list>li {
		padding-left: 3.375em;
		background-size: 1.875em 1.875em;
		background-position: top 0.375em left 0;
	}

	.dorpFile .file_dragDrop_list>li.noFile {
		padding: 3.75em 0;
	}

	.dorpFile .file_dragDrop_list>li.noFile .noFile_txt {
		font-size: 0.875rem;
	}

	.dorpFile .file_dragDrop_list>li.noFile .noFile_txt::before {
		width: 1.4285714286em;
		height: 1.4285714286em;
		margin-right: 0.5714285714em;
	}

	.dorpFile .file_dragDrop_list>li:not(:first-child) {
		margin-top: 2em;
	}

	.dorpFile .file_dragDrop_list>li span {
		line-height: 1.4285714286em;
		font-size: 0.875rem;
	}

	.dorpFile .file_dragDrop_list>li .fileTr_wrap {
		display: block;
		min-height: 2.5em;
	}

	.dorpFile .file_dragDrop_list>li .fileTr_cancel {
		width: 1.3333333333em;
		height: 1.3333333333em;
		background-size: contain;
	}

	.dorpFile .file_dragDrop_info {
		margin-top: 0.8571428571em;
		font-size: 0.875rem;
	}
}


/* 
아이디/패스워드 찾기 
비밀번호 변경
*/
.loginCon {
	background-color: #F7F7F7;
}
.loginCon .inner-s {
	max-width: 720px;
}
.login_wrap {
	width: 100%;
	padding: 5rem;
	background-color: #fff;
}
.login_tab_box {
	overflow: hidden;
	display: flex;
	margin-bottom: 2em;
}
.login_tab {
	flex: 1 1 auto;
	width: 100%;
	position: relative;
	height: 3.5em;
	font-size: 1.25em;
}
.login_tab ._style {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #9B9C9E;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0);
	border-bottom: 1px solid #222;
}
.login_tab ._style::before {
	display: none !important;
}
.login_tab input:checked + ._style {
	border-color: #222;
	color: #222;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.login_fm {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	align-items: center;
}
.login_fm > li {
	flex: 1 1 auto;
	width: 100%;
}
.login_fm > li.wid_50 {
	width: 40%;
}
.login_fm > li.wid_150 {
	width: 9.375em;
	max-width: 9.375em;
}
.login_fm > li.wid_auto {
	width: auto;
	flex: 0 1 auto;
}
.login_fm.st_2 {
	gap: 1em;
}
.login_fm.st_3 {
	gap: 0.5em;
}
.login_fm_title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.4em;
	text-decoration: none;
}
.login_fm .inp {
	font-weight: 300;
}
.login_fm .btn {
	white-space: nowrap;
}

#findIdPass .login_fm > li {
	align-items: center;
	display: flex;
}
#findIdPass .login_fm_title {
	flex: 0 1 auto;
	width: 7.5em;
}
#findIdPass .login_fm .fm_wrap {
	flex: 1 1 auto;
	width: calc(100% - 6.875em);
}

.login_info {
	margin-top: 2em;
	color: #555;
	font-weight: 400;
	white-space: nowrap;
	letter-spacing: -0.04em;
}
.login_info2 {
	margin-top: 0.25em;
	color: #555;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: -0.02em;
}
.login_info2 .bar {
	font-size: 0.5em;
}
.login_info3 {
	overflow-x: hidden;
	overflow: auto;
	height: 100%;
	padding: 0.5em;
}
html:not(.mobile) .login_info3::-webkit-scrollbar {
	width: 5px;
}
html:not(.mobile) .login_info3::-webkit-scrollbar-thumb {
	background-color: rgba(107, 107, 107, 0.49);
	border-radius: 6.25rem;
}

.login_info3_box {
	margin-top: 1.5em;
	padding: 0.5em;
	border-radius: 0.3125rem;
	background-color: var(--color-white);
	border: solid 1px var(--line-color-200);
	height: 10em;
	word-break: keep-all;
}
.login_info3 h4 {
	margin-bottom: 0.4444444444em;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.22;
}
.login_info3 p {
	color: var(--font-color-600);
	line-height: 1.5;
}
.login_info3 u {
	text-underline-offset: 0.2em;
}
.login_info3 a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.login_completion {
	background-color: #f6f6f6;
	font-size: 1.125em;
	text-align: center;
	padding: 4em 0.5em;
	letter-spacing: -0.04em;
}
.login_completion strong {
	font-weight: 700;
}
.login_completion2 {
	background-color: #f6f6f6;
	font-size: 1.125em;
	text-align: center;
	padding: 1.7777777778em 0.5555555556em;
	letter-spacing: -0.04em;
}
.login_completion2_text2 strong {
	font-size: 1.375em;
	font-weight: 700;
}
@media screen and (max-width: 800px) {
	.login_wrap {
		padding:3rem 1.5rem;
	}
	.login_tab {
		height: 3em;
		font-size: 1.125em;
	}
	.login_fm_title {
		font-size: 1.125em;
	}
	.login_completion2_text2 strong {
		font-size: 1.25em;
	}
}
@media screen and (max-width: 480px) {
	#findIdPass .login_fm > li {
		flex-wrap: wrap;
	}
	#findIdPass .login_fm_title {
		width: 100%;
	}
	#findIdPass .login_fm .fm_wrap {
		width: 100%;
	}
}


/* 게시판 검색 */
.board_list_top {
	width: 100%;
	max-width: 410px;
}

.board_list_top .sub_top_inp_box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 3.5rem;
	padding: 1rem 1.5rem;
	border-radius: 3rem;
	border: 1px solid #222;
	background-color: #fff;
}

.board_list_top .sub_top_inp {
	width: 100%;
}

.board_list_top .sub_top_inp input {
	width: 100%;
	height: 100%;
	font-size: 1rem;
	border: 0;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

.board_list_top .sub_top_inp input::placeholder {
	color: #555;
}

.board_list_top .sub_top_button {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100%;
	text-indent: -99999999px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.8984 14.6816L20.0225 19.975' stroke='%23121212' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M16.0156 10.2038C16.0156 13.6316 13.3236 16.4126 10.0054 16.4126C6.68727 16.4126 4 13.6316 4 10.2038C4 6.77605 6.68727 4 10.0054 4C13.3236 4 16.0156 6.77605 16.0156 10.2038Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 100% 1.5rem;
	background-position: center;
}

@media screen and (max-width: 1100px) {
	.board_list_top {
		max-width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.board_list_top .sub_top_inp_box {
		height: 3.125rem;
		padding: 0.75rem 1.5rem;
	}

	.board_list_top .sub_top_inp input {
		font-size: 0.875rem;
	}
}

/* 탭 */
.sub_tab_box {
	display: flex;
	justify-content: space-between;
}

.sub_tab {
	display: flex;
	align-items: center;
	gap: 1rem;
	overflow-x: auto;
}

.sub_tab li {
	flex-shrink: 0;
	height: 3.5rem;
}

.sub_tab li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 7.5rem;
	height: 100%;
	padding: 0 1rem;
	color: #9B9C9E;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	border-radius: 3rem;
	border: 1px solid #ddd;
	background-color: #fff;
}

.sub_tab li a.on {
	color: #fff;
	font-weight: 800;
	border-color: #222;
	background-color: #222;
}

@media screen and (max-width: 1100px) {
	.sub_tab_box {
		flex-direction: column;
		gap: 1.5rem;
	}
}

@media screen and (max-width: 800px) {
	.sub_tab {
		gap: 0.5rem;
	}

	.sub_tab li {
		height: 3.125rem;
	}

	.sub_tab li a {
		min-width: 5rem;
		font-size: 0.875rem;
	}
}

@media (hover: hover) and (pointer: coarse) {
	.sub_tab {
		-ms-overflow-style: none;
	}

	.sub_tab::-webkit-scrollbar {
		display: none;
	}
}

@media (hover: none) and (pointer: coarse) {
	.sub_tab {
		-ms-overflow-style: none;
	}

	.sub_tab::-webkit-scrollbar {
		display: none;
	}
}

.sub_tab2 {
	display: flex;
	align-items: center;
	width: 100%;
}

.sub_tab2 li {
	position: relative;
	width: 100%;
	height: 4.5rem;
	z-index: 1;
}

.sub_tab2 li ~ li {
	margin-left: -1px;
}

.sub_tab2 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	color: #9B9C9E;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: 2px solid #02B5B1;
	background-color: #fff;
}
.sub_tab2 li._on {
	z-index: 2;
}

.sub_tab2 li._on a {
	color: #01919B;
	font-weight: 800;
	border: 2px solid #02B5B1;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.sub_tab3 {
	display: flex;
	align-items: center;
	width: 100%;
}

.sub_tab3 li {
	position: relative;
	width: 100%;
	height: 4.5rem;
	z-index: 1;
}

.sub_tab3 li ~ li {
	margin-left: -1px;
}

.sub_tab3 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	color: #9B9C9E;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: 2px solid #121212;
	background-color: #fff;
}
.sub_tab3 li._on {
	z-index: 2;
}

.sub_tab3 li._on a {
	color: #121212;
	font-weight: 800;
	border: 2px solid #121212;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1100px) {
	.sub_tab_box {
		flex-direction: column;
	}
}

@media screen and (max-width: 800px) {
	.sub_tab2 li {
		height: 3.125rem;
	}

	.sub_tab2 li a {
		min-width: 5rem;
		font-size: 0.875rem;
	}
	.sub_tab3 li {
		height: 3.125rem;
	}

	.sub_tab3 li a {
		min-width: 5rem;
		font-size: 0.875rem;
	}
}

@media (hover: hover) and (pointer: coarse) {
	.sub_tab {
		-ms-overflow-style: none;
	}

	.sub_tab::-webkit-scrollbar {
		display: none;
	}
}

@media (hover: none) and (pointer: coarse) {
	.sub_tab {
		-ms-overflow-style: none;
	}

	.sub_tab::-webkit-scrollbar {
		display: none;
	}
}

/* FAQ */
.faq_box {
	margin-top: 1.5rem;
	border-top: 2px solid #222;
	font-size: 1.125rem;
	font-weight: 500;
}

.faq_box .faq_type {
	flex-shrink: 0;
	width: 100%;
	min-width: 11.625rem;
	max-width: 11.625rem;
	text-align: center;
}

.faq_box .faq_title {
	width: calc(100% - 12.625rem);
}

.faq_box .faq_head {
	display: flex;
	gap: 1rem;
	padding: 1.625rem 0;
	color: #222;
	font-weight: 700;
	border-bottom: 1px solid #222;
}

.faq_box .faq_item {
	border-bottom: 1px solid #222;
}

.faq_box .faq_top {
	display: flex;
	gap: 1rem;
	cursor: pointer;
}

.faq_box .faq_top .faq_type,
.faq_box .faq_top .faq_title {
	padding: 1.625rem 0;
}

.faq_box .faq_top .faq_type {
	color: #555;
}

.faq_box .faq_top .faq_title {
	position: relative;
	padding-right: 5.5rem;
}

.faq_box .faq_top .faq_title:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-image: url(../images/common/sel_arrow.svg);
	background-color: #fff;
	background-position: center;
	background-size: 1.5rem 1.5rem;
	transform: translateY(-50%);
	transition: transform 0.2s;
	content: '';
}

.faq_box .faq_top.on .faq_title {
	color: #02B5B1;
	font-weight: 700;
}

.faq_box .faq_top.on .faq_title:after {
	transform: translateY(-50%) rotate(180deg);
}

.faq_box .faq_con {
	display: none;
	width: 100%;
	padding: 1rem 1rem 1rem 12.625rem;
	border-top: 1px solid #222;
	background-color: #EFF8F7;
}

.faq_box .faq_con .faq_a {
	line-height: 1.8;
}

.faq_box .faq_con .editor {
	line-height: 1.66;
}

@media screen and (max-width: 800px) {
	.faq_box {
		font-size: 1rem;
	}

	.faq_box .faq_top .faq_type,
	.faq_box .faq_top .faq_title {
		width: 100%;
	}

	.faq_box .faq_top .faq_type {
		padding-bottom: 0;
		padding-top: 1rem;
		padding-left: 0.75rem;
		font-size: 0.875rem;
		text-align: left;
	}

	.faq_box .faq_top .faq_title {
		position: static;
		padding-top: 0;
		padding-bottom: 1rem;
		padding-left: 0.75rem;
		padding-right: 3rem;
	}

	.faq_box .faq_top .faq_title:after {
		right: 0.75rem;
	}

	.faq_box .faq_head {
		display: none;
	}

	.faq_box .faq_top {
		position: relative;
		flex-direction: column;
		gap: 0.5rem;
	}

	.faq_box .faq_con {
		padding: 1rem 0.75rem;
	}
}

/* 소식 */
.board_list {
	font-size: 1rem;
	border-top: 2px solid #222;
}

.board_list_box {
	padding-left: 0 !important;
}

.board_list_box .t_head {
	background-color: #F7F7F7;
}

.board_list_box .tr {
	display: flex;
	height: 4.0625em;
	border-bottom: 1px solid #222;
}

.board_list_box .tr.ipt .board_no span {
	font-size: 0.9em;
	padding: 0.3333333333em 0.8888888889em;
	border-radius: 1.1111111111em;
	background-color: var(--point-color-main);
}

.board_list_box .tr.ipt .board_tit {
	font-weight: 600 !important;
}

.board_list_box .tr._file .td:nth-child(2)::after {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%2302B5B1'/%3E%3Cg clip-path='url(%23clip0_1826_90782)'%3E%3Cpath d='M7.47485 18.0283V6.02832H13.6812L16.4749 8.84442V18.0283H7.47485Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4749 6.02832V9.02832H16.4749' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1826_90782'%3E%3Crect width='11' height='13' fill='white' transform='translate(6.5 5.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	margin-left: 0.8em;
	flex: 0 0 auto;
}

.board_list_box .td, .board_list_box .th {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25em;
	position: relative;
	text-align: center;
}

.board_list_box .th span {
	color: #222 !important;
	font-size: 1.125em;
	font-weight: 700;
}

.board_list_box .td span {
	font-size: 1.125em;
	line-height: 1.5;
}

.board_list_box .td span.board_answer {
	font-size: 1.125em;
	padding: 0.4736842105em 0.6315789474em;
	border-radius: 0.2631578947em;
	line-height: 1.26;
}

.board_list_box .td span.board_answer.label {
	color: #fff;
	font-size: 1em;
	border-radius: 0;
	background-color: #9B9C9E;
}
.board_list_box .td span.board_answer.label._done {
	background-color: #02b5b1;
}

.board_list_box .td:nth-child(2) .board_no, .board_list_box .td:nth-child(2) .board_ipt {
	display: none;
}

.board_list_box.st1 .td:nth-child(1), .board_list_box.st1 .th:nth-child(1) {
	width: 11.4285714286%;
	max-width: 8em;
}

.board_list_box.st1 .td:nth-child(2), .board_list_box.st1 .th:nth-child(2) {
	width: 17.8571428571%;
	max-width: 12.5em;
}

.board_list_box.st1 .td:nth-child(3), .board_list_box.st1 .th:nth-child(3) {
	width: 39.2857142857%;
	max-width: 27.5em;
}

.board_list_box.st1 .td:nth-child(4), .board_list_box.st1 .th:nth-child(4) {
	width: 8.9285714286%;
	max-width: 6.25em;
}

.board_list_box.st1 .td:nth-child(5), .board_list_box.st1 .th:nth-child(5) {
	width: 22.5%;
	max-width: 15.75em;
}

.board_list_box.st2 .tr:not(.t_head) {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: none;
	position: static;
}

.board_list_box.st2 .tr:not(.t_head) a {
	display: flex;
	height: 4.0625em;
	color: #222;
	border-bottom: 1px solid #222;
	position: relative;
}

.board_list_box.st2 .tr:not(.t_head) a:hover {
	background-color: #f8f8f8;
}

.board_list_box.st2 .td:nth-child(1), .board_list_box.st2 .th:nth-child(1) {
	width: 7.5em;
	flex-shrink: 0;
}

.board_list_box.st2 .td:nth-child(2), .board_list_box.st2 .th:nth-child(2) {
	width: calc(100% - 32.5em);
	/* max-width: 60em; */
}

.board_list_box.st2 .td:nth-child(3), .board_list_box.st2 .th:nth-child(3) {
	width: 12.5em;
	flex-shrink: 0;
	color: #555;
}

.board_list_box.st2 .td:nth-child(4), .board_list_box.st2 .th:nth-child(4) {
	width: 12.5em;
	flex-shrink: 0;
	color: #555;
}
.board_list_box.st2 .td:nth-child(2) {
	justify-content: flex-start;
}

.board_list_box.st2 .td:nth-child(2) .board_tit {
	overflow: hidden;
	display: block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.board_list_box.st3 .tr:not(.t_head) {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: none;
	position: static;
}

.board_list_box.st3 .tr:not(.t_head) a {
	display: flex;
	height: 4.0625em;
	color: #222;
	border-bottom: 1px solid #222;
	position: relative;
}

.board_list_box.st3 .tr:not(.t_head) a:hover {
	background-color: #EFF8F7;
}

.board_list_box.st3 .td:nth-child(1), .board_list_box.st3 .th:nth-child(1) {
	width: 7.5em;
	flex-shrink: 0;
}

.board_list_box.st3 .td:nth-child(2), .board_list_box.st3 .th:nth-child(2) {
	width: calc(100% - 32.5em);
	/* max-width: 60em; */
}

.board_list_box.st3 .td:nth-child(3), .board_list_box.st3 .th:nth-child(3) {
	width: 12.5em;
	flex-shrink: 0;
	color: #555;
}

.board_list_box.st3 .td:nth-child(4), .board_list_box.st3 .th:nth-child(4) {
	width: 12.5em;
	flex-shrink: 0;
	color: #555;
}

.board_list_box.st3 .td:nth-child(2) {
	justify-content: flex-start;
}

.board_list_box.st3 .td:nth-child(2) .board_tit {
	overflow: hidden;
	display: block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.board_list_box.st3 .td:nth-child(1), .board_list_box.st3 .th:nth-child(1) {
		width: 6.5em;
		flex-shrink: 0;
	}

	.board_list_box.st3 .td:nth-child(2), .board_list_box.st3 .th:nth-child(2) {
		width: calc(100% - 24.5em);
		/* max-width: 60em; */
	}

	.board_list_box.st3 .td:nth-child(3), .board_list_box.st3 .th:nth-child(3) {
		width: 8em;
	}

	.board_list_box.st3 .td:nth-child(4), .board_list_box.st3 .th:nth-child(4) {
		width: 10em;
	}

	[data-zoom="2"] .board_list_box.st3 a, [data-zoom="3"] .board_list_box.st3 a {
		flex-wrap: wrap;
		height: auto !important;
		padding: 1.25em;
		column-gap: 3em;
	}

	[data-zoom="2"] .board_list_box.st3 .tr.t_head, [data-zoom="3"] .board_list_box.st3 .tr.t_head {
		display: none;
	}

	[data-zoom="2"] .board_list_box.st3 .tr._file a, [data-zoom="3"] .board_list_box.st3 .tr._file a {
		padding: 1.25em 2.5em 1.25em 1.25em;
		position: relative;
	}

	[data-zoom="2"] .board_list_box.st3 .tr._file a::after, [data-zoom="3"] .board_list_box.st3 .tr._file a::after {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		right: 0.625em;
		transform: translateY(-50%);
		width: 1.25em;
		height: 1.25em;
		background: no-repeat center/100% auto url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath style='fill:none' d='M0 0h24v24H0z'/%3E%3Cg transform='translate(1.17 1.767)' style='clip-path:url(%23j1ebftfm4a)'%3E%3Cpath d='M19.525 21.021H2.1A2.1 2.1 0 0 1 0 18.92V2.1A2.1 2.1 0 0 1 2.1 0h3.664a2.7 2.7 0 0 1 2.455 1.8l.664 2.121h10.642a2.1 2.1 0 0 1 2.1 2.1V18.92a2.1 2.1 0 0 1-2.1 2.1M2.1 1.586a.523.523 0 0 0-.515.516V18.92a.523.523 0 0 0 .515.515h17.425a.522.522 0 0 0 .515-.515V6.026a.522.522 0 0 0-.515-.515H8.3a.794.794 0 0 1-.757-.556l-.838-2.677a1.115 1.115 0 0 0-.942-.693z' style='fill:%2302B5B1'/%3E%3Cpath d='M18.51 5.511a.793.793 0 0 1-.757-.556l-.838-2.676a1.115 1.115 0 0 0-.942-.693h-3.662a.793.793 0 1 1 0-1.586h3.663a2.7 2.7 0 0 1 2.456 1.8l.838 2.677a.792.792 0 0 1-.757 1.03' transform='translate(-5.429)' style='fill:%2302B5B1'/%3E%3C/g%3E%3C/svg%3E");
	}

	[data-zoom="2"] .board_list_box.st3 .td, [data-zoom="3"] .board_list_box.st3 .td {
		padding: 0;
		max-width: none !important;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(1), [data-zoom="3"] .board_list_box.st3 .td:nth-child(1) {
		display: none;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(2), [data-zoom="3"] .board_list_box.st3 .td:nth-child(2) {
		padding: 0;
		position: relative;
		width: 100%;
		justify-content: flex-start;
		gap: 2em;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(2) .board_no, [data-zoom="2"] .board_list_box.st3 .td:nth-child(2) .board_ipt, [data-zoom="3"] .board_list_box.st3 .td:nth-child(2) .board_no, [data-zoom="3"] .board_list_box.st3 .td:nth-child(2) .board_ipt {
		display: block;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(2) .board_no, [data-zoom="3"] .board_list_box.st3 .td:nth-child(2) .board_no {
		min-width: 1.3333333333em;
		text-align: left;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(2) .board_ipt, [data-zoom="3"] .board_list_box.st3 .td:nth-child(2) .board_ipt {
		font-size: 0.9em;
		padding: 0.3333333333em 0.8888888889em;
		border-radius: 1.1111111111em;
		background-color: var(--point-color-main);
		flex: 0 0 auto;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(2) .board_tit, [data-zoom="3"] .board_list_box.st3 .td:nth-child(2) .board_tit {
		color: var(--line-color-700);
		font-weight: normal;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(2)::after, [data-zoom="3"] .board_list_box.st3 .td:nth-child(2)::after {
		display: none;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(3), [data-zoom="2"] .board_list_box.st3 .td:nth-child(4), [data-zoom="3"] .board_list_box.st3 .td:nth-child(3), [data-zoom="3"] .board_list_box.st3 .td:nth-child(4) {
		width: auto !important;
		flex: 0 0 auto;
		margin-top: 1.5em;
	}

	[data-zoom="2"] .board_list_box.st3 .td:nth-child(3)::after, [data-zoom="3"] .board_list_box.st3 .td:nth-child(3)::after {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 1em;
		background-color: #ddd;
		top: 50%;
		right: -1.625em;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 800px) {
	.board_list {
		font-size: 0.5rem;
	}

	.board_list_box .td span {
		font-size: 1.5em;
	}

	.board_list_box .tr.t_head {
		display: none;
	}

	.board_list_box .tr._file .td:nth-child(2)::after {
		width: 2.5em !important;
		height: 2.5em !important;
		background-size: 2.5em 2.5em;
	}

	.board_list_box[class*=st] .td {
		padding: 0;
		max-width: none !important;
		width: auto !important;
	}

	.board_list_box[class*=st] .td:nth-child(1) span, .board_list_box[class*=st] .td:nth-child(2) span {
		font-weight: 700 !important;
	}

	.board_list_box[class*=st] .td:nth-child(2) {
		position: relative;
	}

	.board_list_box[class*=st] .td:nth-child(2) span {
		font-size: 1.875em;
	}

	.board_list_box[class*=st] .td:nth-child(2) .board_no {
		font-size: 1.75em;
		min-width: 1.2941176471em !important;
		font-weight: 500 !important;
		text-align: left;
	}

	.board_list_box[class*=st] .td:nth-child(3), .board_list_box[class*=st] .td:nth-child(4), .board_list_box[class*=st] .td:nth-child(5) {
		justify-content: flex-start;
		margin-top: 1.5em;
	}

	.board_list_box[class*=st] .td:nth-child(3) span, .board_list_box[class*=st] .td:nth-child(4) span, .board_list_box[class*=st] .td:nth-child(5) span {
		font-size: 1.75em;
	}

	.board_list_box.st1 .tr {
		flex-wrap: wrap;
		height: auto;
		padding: 2.6875em 2.5em 2.5em;
		column-gap: 3em;
	}

	.board_list_box.st1 .td:nth-child(1) {
		display: none;
	}

	.board_list_box.st1 .td:nth-child(2) {
		position: relative;
		width: 100% !important;
		justify-content: flex-start;
		gap: 2.25em;
	}

	.board_list_box.st1 .td:nth-child(2) .board_no {
		display: block;
	}

	.board_list_box.st1 .td:nth-child(3) span, .board_list_box.st1 .td:nth-child(4) span {
		overflow: visible;
		max-height: none;
		word-break: break-all;
		white-space: normal;
		text-align: left;
	}

	.board_list_box.st1 .td:nth-child(3)::after, .board_list_box.st1 .td:nth-child(4)::after {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 1em;
		background-color: #ddd;
		top: 50%;
		right: -1.5em;
		transform: translateY(-50%);
	}

	.board_list_box.st2 a {
		flex-wrap: wrap;
		height: auto !important;
		padding: 2.6875em 2.5em 2.5em;
		min-height: 11.25em;
	}

	.board_list_box.st2 .td {
		padding: 0;
		max-width: none !important;
	}

	.board_list_box.st2 .td:nth-child(1) {
		min-width: 1.2941176471em;
	}

	.board_list_box.st2 .td:nth-child(2) {
		padding-left: 1em;
		padding-right: 7.5em;
		position: relative;
		flex: 1;
		width: 0 !important;
		justify-content: flex-start;
	}

	.board_list_box.st2 .td:nth-child(2) span {
		font-weight: bold;
	}

	.board_list_box.st2 .td:nth-child(2)::after {
		display: none;
	}

	.board_list_box.st2 .td:nth-child(3) {
		width: 100% !important;
		justify-content: flex-start;
		margin-top: 1.5em;
		flex: 0 0 auto;
		padding-left: 0;
	}

	.board_list_box.st2 .td:nth-child(3)::before {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.125rem;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.0001 15.8332C13.2217 15.8332 15.8334 13.2215 15.8334 9.99984C15.8334 6.77818 13.2217 4.1665 10.0001 4.1665C6.77842 4.1665 4.16675 6.77818 4.16675 9.99984C4.16675 13.2215 6.77842 15.8332 10.0001 15.8332Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.729H12.9167' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10 10.7292V7.8125' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 1.25rem;
		content: '';
	}

	.board_list_box.st2 .td:nth-child(3) span {
		font-size: 1.75em;
	}

	.board_list_box.st2 .td:nth-child(4) {
		margin-top: 0;
		position: absolute;
		bottom: 2em;
		right: 2.5em;
		/* transform: translateY(-50%); */
	}

	.board_list_box.st2 .td:nth-child(4) span.board_answer {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5em;
		padding: 0.4em 0.4em;
		line-height: 1.2;
	}

	.board_list_box.st3 a {
		flex-wrap: wrap;
		height: auto !important;
		padding: 2.5em 1.5em !important;
		min-height: 11.25em;
		column-gap: 3em;
	}

	.board_list_box.st3 .tr._file a {
		padding: 2.5em 1.5em !important;
		position: relative;
	}

	.board_list_box.st3 .td {
		padding: 0;
		max-width: none !important;
	}

	.board_list_box.st3 .td:nth-child(1) {
		display: none;
		order: 1;
	}

	.board_list_box.st3 .td:nth-child(2) {
		padding: 0;
		position: relative;
		width: 100% !important;
		justify-content: flex-start;
		gap: 1em;
		order: 1;
	}

	.board_list_box.st3 .td:nth-child(2) .board_no, .board_list_box.st3 .td:nth-child(2) .board_ipt {
		display: block;
	}

	.board_list_box.st3 .td:nth-child(2) .board_ipt {
		padding-right: 0.5rem;
		font-size: 1.75em !important;
		flex: 0 0 auto;
	}

	.board_list_box.st3 .td:nth-child(2) .board_tit {
		font-weight: normal;
	}

	.board_list_box.st3 .td:nth-child(2)::after {
		width: 2.5em !important;
		height: 2.5em !important;
	}

	.board_list_box.st3 .td:nth-child(3), .board_list_box.st3 .td:nth-child(4) {
		flex: 0 0 auto;
		margin-top: 1.5em;
	}

	.board_list_box.st3 .td:nth-child(3) span, .board_list_box.st3 .td:nth-child(4) span {
		font-size: 1.75em !important;
	}

	.board_list_box.st3 .td:nth-child(3) {
		order: 4;
		margin-top: 0;
	}

	.board_list_box.st3 .td:nth-child(3)::before {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.125rem;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 14.3715C13.2128 14.3715 15.9338 12.5371 16.875 9.99649C15.9303 7.46285 13.2128 5.625 10 5.625C6.78718 5.625 4.0662 7.46285 3.125 10C4.0662 12.5371 6.78718 14.375 10 14.375V14.3715Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.875 10C11.875 11.0366 11.0366 11.875 10 11.875C8.96336 11.875 8.125 11.0366 8.125 10C8.125 8.96336 8.96336 8.125 10 8.125C11.0366 8.125 11.875 8.96684 11.875 10Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 1.25rem;
		content: '';
	}

	.board_list_box.st3 .td:nth-child(3)::after {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 1em;
		background-color: #ddd;
		top: 50%;
		left: -1.625em;
		transform: translateY(-50%);
	}

	.board_list_box.st3 .td:nth-child(4) {
		margin-top: 0;
		order: 3;
	}

	.board_list_box.st3 .td:nth-child(4)::before {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.125rem;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.0001 15.8332C13.2217 15.8332 15.8334 13.2215 15.8334 9.99984C15.8334 6.77818 13.2217 4.1665 10.0001 4.1665C6.77842 4.1665 4.16675 6.77818 4.16675 9.99984C4.16675 13.2215 6.77842 15.8332 10.0001 15.8332Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.729H12.9167' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10 10.7292V7.8125' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 1.25rem;
		content: '';
	}
}

.board_read {
	font-size: 1rem;
	border-top: 2px solid #222;
}

.board_read_t {
	padding: 2em 1.5em;
	border-bottom: 1px solid #222;
}

.board_read_t .state {
	color: #fff;
	font-size: 0.875em;
	padding: 0.375rem;
	background-color: #9B9C9E;
}

.board_read_t .tit {
	font-size: 1.875em;
	margin-top: 0.2666666667em;
	line-height: 1.5;
}

.board_read_t .date, .board_read_t .view {
	display: inline-flex;
	align-items: center;
	color: #9B9C9E;
	font-size: 1.125em;
	margin-top: 0.8888888889em;
}

.board_read_t .date b, .board_read_t .view b {
	overflow: hidden;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	text-indent: -99999999999999px;
	background-size: 1.5em;
}

.board_read_t .date b {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.0001 15.8332C13.2217 15.8332 15.8334 13.2215 15.8334 9.99984C15.8334 6.77818 13.2217 4.1665 10.0001 4.1665C6.77842 4.1665 4.16675 6.77818 4.16675 9.99984C4.16675 13.2215 6.77842 15.8332 10.0001 15.8332Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.729H12.9167' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10 10.7292V7.8125' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.board_read_t .view b {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 14.3715C13.2128 14.3715 15.9338 12.5371 16.875 9.99649C15.9303 7.46285 13.2128 5.625 10 5.625C6.78718 5.625 4.0662 7.46285 3.125 10C4.0662 12.5371 6.78718 14.375 10 14.375V14.3715Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.875 10C11.875 11.0366 11.0366 11.875 10 11.875C8.96336 11.875 8.125 11.0366 8.125 10C8.125 8.96336 8.96336 8.125 10 8.125C11.0366 8.125 11.875 8.96684 11.875 10Z' stroke='%239B9C9E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.board_read_t .date span, .board_read_t .view span {
	margin-left: 0.25em;
}

.board_read_b .attach_box>li {
	padding: 1.0625em 1.5em;
	background-color: #f8f8f8;
	border-bottom: 1px solid #222;
	display: flex;
	align-items: flex-start;
}

.board_read_b .attach_box>li svg {
	width: 1.875em;
	margin-right: 1em;
	margin-top: 0.40625em;
	flex: 0 0 auto;
}

.board_read_b .attach_box>li ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -1em;
	width: 100%;
}

.board_read_b .attach_box>li ul li {
	padding: 0.40625em 1.5em;
	position: relative;
	min-height: 2.5em;
	display: flex;
	align-items: center;
}

.board_read_b .attach_box>li ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 0.75em;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #ddd;
}

.board_read_b .attach_box>li ul li a {
	color: #222;
	font-size: 1.125em;
	word-break: break-all;
	text-decoration: underline;
	line-height: 1.5;
}

.board_read_b .attach_box>li ul li:hover a {
	color: #02B5B1;
	text-decoration-color: #02B5B1;
}

.board_read_b .read_con_box {
	font-size: 1.125em;
	padding: 2.4em 1.2em;
	border-bottom: 2px solid #222;
	line-height: 1.6;
	font-weight: 400;
	word-break: break-all;
}

.board_read_b .read_con_box img {
	display: block;
	margin-right: auto;
	max-width: 37.5rem;
	margin-top: 2.4em;
	margin-bottom: 2.4em;
}

.board_read_b .read_con_box img:first-child {
	margin-top: 0;
}

.board_read.done .state {
	background-color: #02B5B1;
}

@media screen and (max-width: 800px) {
	.board_read {
		font-size: 0.5rem;
	}

	.board_read_t {
		padding: 3em 1.5em 2.5em;
	}

	.board_read_t .state {
		font-size: 1.5em;
	}

	.board_read_t .tit {
		font-size: 2.5em;
		margin-top: 0.4em;
	}

	.board_read_t .date, .board_read_t .view {
		font-size: 1.75em;
		margin-top: 0.8571428571em;
	}

	.board_read_t .date span, .board_read_t .view span {
		/* margin-left: 0.5714285714em; */
	}

	.board_read_b .attach_box>li {
		padding: 1.0625em 1.5em;
	}

	.board_read_b .attach_box>li svg {
		width: 5em;
		margin-right: 0.5em;
	}

	.board_read_b .attach_box>li ul {
		margin-left: 0;
	}

	.board_read_b .attach_box>li ul li {
		width: 100%;
		padding: 1.1875em 0;
		min-height: 5em;
	}

	.board_read_b .attach_box>li ul li a {
		color: #555;
		font-size: 1.75em;
	}

	.board_read_b .attach_box>li ul li:not(:last-child)::after {
		display: none;
	}

	.board_read_b .read_con_box {
		font-size: 0.5rem !important;
		padding: 3em 1.5em;
	}

	.board_read_b .read_con_box * {
		font-size: 0.875rem !important;
	}

	.board_read_b .read_con_box img {
		max-width: 100%;
		margin-left: auto;
		margin-top: 1.6em;
		margin-bottom: 1.6em;
	}
}

.answer_box>div {
	border-bottom: 1px solid #eee;
}

.answer_box_t {
	padding: 1.5em;
	display: flex;
	align-items: center;
}

.answer_box_t .state {
	font-size: 1.25em;
}

.answer_box_t .date {
	font-size: 1.125em;
	display: flex;
	align-items: center;
	margin-left: 0.8888888889em;
}

.answer_box_t .date span {
	margin-left: 0.8888888889em;
}

.answer_box_b {
	font-size: 1.25em;
	padding: 1.6em 1.2em;
	line-height: 1.6;
	font-weight: 300;
	word-break: break-all;
}

.answer_box.done .state {
	color: var(--point-color-main);
}

.answer_box.done .date {
	font-size: 1.125em;
	display: flex;
	align-items: center;
}

.answer_box.done p {
	color: var(--font-color-600);
}

@media screen and (max-width: 800px) {
	.answer_box_t {
		padding: 2em 2.5em;
	}

	.answer_box_t .state {
		font-size: 1.875em;
	}

	.answer_box_t .date {
		font-size: 1.75em;
		margin-left: 0.5714285714em;
	}

	.answer_box_t .date span {
		margin-left: 0.5714285714em;
	}

	.answer_box_b {
		font-size: 1.875em;
		padding: 1.6em 1.3333333333em;
	}

	.answer_box.done .date {
		font-size: 1.75em;
	}
}

.page_wrap {
	font-size: 1rem;
	margin-top: 5em;
	font-family: "Maven Pro", "SUIT", sans-serif;
}

.page {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.page .current_m {
	display: none;
	vertical-align: middle;
}

.page a {
	font-size: 1.125rem;
	z-index: 0;
	position: relative;
	display: block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	color: var(--font-color-b6);
	border: none;
	font-weight: 500;
	text-align: center;
}

.page a.prev {
	margin-left: 0.3125em;
	margin-right: 2.5em;
	color: var(--font-color);
}

.page a.next {
	margin-left: 2.5em;
	margin-right: 0.3125em;
	color: var(--font-color);
}

.page a i[class*=icon_], .page a i[class^=icon_] {
	display: block;
	text-align: center;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	background: no-repeat center center;
	background-size: auto;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

.page a i[class*=icon_].icon_prev2, .page a i[class^=icon_].icon_prev2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 0.701113 -0.71305 -0.701113 20 5.17822)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 -0.701113 -0.71305 0.701113 20 18.8213)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 0.701113 -0.71305 -0.701113 12.6667 5.17822)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 -0.701113 -0.71305 0.701113 12.6667 18.8213)' fill='%23555555'/%3E%3C/svg%3E");
}

.page a i[class*=icon_].icon_prev, .page a i[class^=icon_].icon_prev {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 0.701113 -0.71305 -0.701113 15.8333 5.17822)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 -0.701113 -0.71305 0.701113 15.8333 18.8213)' fill='%23555555'/%3E%3C/svg%3E%0A");
}

.page a i[class*=icon_].icon_next, .page a i[class^=icon_].icon_next {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 0.701113 0.71305 -0.701113 8.16699 5.17822)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 -0.701113 0.71305 0.701113 8.16699 18.8213)' fill='%23555555'/%3E%3C/svg%3E%0A");
}

.page a i[class*=icon_].icon_next2, .page a i[class^=icon_].icon_next2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 0.701113 0.71305 -0.701113 4 5.17822)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 -0.701113 0.71305 0.701113 4 18.8213)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 0.701113 0.71305 -0.701113 11.3333 5.17822)' fill='%23555555'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 -0.701113 0.71305 0.701113 11.3333 18.8213)' fill='%23555555'/%3E%3C/svg%3E");
}

.page .page_p {
	display: block;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	gap: 2em;
}

.page .page_p a {
	text-indent: 0;
	background: none;
	color: #555;
	margin: 0 0px;
	text-decoration: none;
	border: 0;
	opacity: 1;
	position: relative;
}

.page .page_p a:hover {
	z-index: 1;
	color: #02b5b1;
}

.page .page_p a.act {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	font-weight: bold;
	background-color: #222;
}

@media screen and (max-width: 1280px) {
	.page_wrap {
		font-size: 0.5rem;
	}

	.page_wrap .page_p {
		display: none;
	}

	.page .current_m {
		font-size: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bolder;
	}

	.page .current_m .now {
		color: #02b5b1;
		position: relative;
	}

	.page .current_m .now::before {
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 0.1538461538em;
		background-color: #02b5b1;
	}

	.page .current_m .total {
		color: #02b5b1;
		color: #111111;
	}

	.page .current_m .minus {
		display: inline-block;
		width: 0.2307692308em;
		height: 0.2307692308em;
		border-radius: 50%;
		background-color: #d4d4d4;
		margin-left: 0.6153846154em;
		margin-right: 0.6153846154em;
	}

	.page a.prev {
		margin-left: 0;
	}

	.page a.next {
		margin-right: 0;
	}

	.page a {
		font-size: 1em;
		width: 3em;
		height: 3em;
		line-height: 3em;
	}

	.page a i[class*=icon_], .page a i[class^=icon_] {
		background-size: contain;
	}
}

.page_wrap.st_2 .page a {
	font-size: 1rem;
	width: 1.875em;
	height: auto;
	line-height: 1.875em;
	border-radius: 0;
	border: 0 !important;
}

.page_wrap.st_2 .page .page_p a {
	margin: 0 0.625rem;
}

@media screen and (max-width: 1280px) {
	.page_wrap.st_2 .current_m {
		font-weight: bold;
	}
}

._read .board_read .board_read_t {
	display: flex;
	flex-wrap: wrap;
}

._read .board_read .board_read_t .tit {
	margin-top: 0;
	width: 100%;
}

._read .board_read .board_read_t .date {
	padding-right: 1.3333333333em;
}

._read .board_read .board_read_t .view {
	padding-left: 1.3333333333em;
	position: relative;
}

._read .board_read .board_read_t .view::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 0.6666666667em;
	background-color: #aaa;
}

@media screen and (max-width: 800px) {

	._read .board_read .board_read_t .date {
		padding-right: 1.1428571429em;
	}

	._read .board_read .board_read_t .view {
		padding-left: 1.1428571429em;
		position: relative;
	}

	._read .board_read .board_read_t .view::after {
		height: 0.5714285714em;
	}
}

.page_box {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #222;
}

.page_box ul {
	position: relative;
}
.page_box ul::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	content:'';
}

.page_box ul li {
	width: 100%;
}

.page_box ul li a {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 0.8888888889em;
	padding: 1.5rem 2.5rem;
	color: #222;
	font-weight: 500;
	transition: border-color 0.3s;
}

.page_box ul li a:not(.done):hover {
	background-color: #EFF8F7;
	font-weight: 700;
}
.page_box ul li a.done {
	pointer-events: none;
}
.page_box ul li a > div {
	display: flex;
	align-items: center;
	gap: 0 3rem;
}
.page_box ul li span {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 0 1.5rem;
	color: #555;
	font-size: 1rem;
}
.page_box ul li span::after {
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transform: rotate(90deg);
}
.page_box ul li .prev span::after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 0.701113 -0.71305 -0.701113 15.8333 5.17822)' fill='%23222222'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(-0.71305 -0.701113 -0.71305 0.701113 15.8333 18.8213)' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.page_box ul li .next span::after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 0.701113 0.71305 -0.701113 8.16699 5.17822)' fill='%23222222'/%3E%3Crect width='11.4085' height='1.68079' transform='matrix(0.71305 -0.701113 0.71305 0.701113 8.16699 18.8213)' fill='%23222222'/%3E%3C/svg%3E%0A");
}
.page_box ul li p {
	width: 100%;
	font-size: 1.125rem;
}
.page_box ul li a.done p {
	color: #9B9C9E;
}

@media screen and (max-width: 800px) {
	.page_box {
		overflow: hidden;
	}

	.page_box ul::after {
		background-color: #222;
	}

	.page_box ul li span {
		gap: 1rem;
		font-size: 0.875rem;
	}

	.page_box ul li p {
		/* width: calc(100% - 2.75rem); */
		font-size: 0.875rem;
	}

	.page_box ul li a {
		gap: 0.5rem;
		padding: 0.75rem 0.5rem;
	}
	.page_box ul li a > div {
		gap: 0 1.5rem;
	}

}


/* 마이페이지 */
.mypage_me_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5rem 1rem;
	border-top:2px solid #222;
	border-bottom:2px solid #222;
}
.mypage_me_inner {
	width: 100%;
	max-width: 590px;
	margin:0 auto;
}
.mypage_me_img {
	margin: 0 auto;
	width: 3rem;
	height: 3rem;
	background: no-repeat center / 100% auto;
	background-image: url(../images/common/icon_password_lock.svg);
}
.mypage_me_img.withdrawal {
	background-image: url(../images/common/icon_withdrawal.svg);
}
.mypage_me_title {
	margin-top: 1rem;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}
.mypage_me_fm {
	display: flex;
	margin-top: 2rem;
	align-items: center;
}
.mypage_me_fm_title {
	display: block;
	width: 9.5rem;
	min-width: 9.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
}
.mypage_me_fm .fm_wrap {
	width: 100%;
	max-width: calc(100% - 9.5rem);
}
@media screen and (max-width: 800px) {
	.mypage_me_img {
		width: 2.25rem;
		height: 2.25rem;
	}
	.mypage_me_title {
		font-size: 1.5rem;
	}
	.mypage_me_fm {
		flex-direction: column;
	}
	.mypage_me_fm_title {
		width: auto;
		min-width: 0;
		margin-bottom: 1rem;
	}
	.mypage_me_fm .fm_wrap {
		max-width: 320px;
	}
	.mypage_me_fm .fm_wrap .inp {
		text-align: center;
	}
}




/* 데이터 없음 */
.noData_box {
	width: 100% !important;
	flex-basis: 100% !important;
	display: block !important;
	flex: 1 1 auto !important;
	padding-top: 0 !important;
}
.noData {
	text-align: center;
	padding: 9.875rem 1rem;
	display: block;
	font-weight: 400;
	font-size: 1.125rem;
	color: #555;
	border-bottom: 2px solid #222;
}
.noData::before {
	content: "";
	display: block;
	background: no-repeat center center / contain;
	background-image: url(../images/common/icon_none.svg);
	width: 4.5rem;
	height: 4.5rem;
	margin: 0 auto 1rem;
}


/* 마이페이지 - 교육신청 내역 */
.edu_list_box {
	/* border-top: 2px solid #222; */
	/* border-bottom: 2px solid #222; */
}
.edu_list {
	display: flex;
	flex-wrap: wrap;
}
.edu_list .noData {
	border-top: 2px solid #222;
}
.edu_list .el_item {
	position: relative;
	width: 33.3333%;
	margin-bottom: -2px;
	padding:1.25rem 0;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}
.edu_list .el_item:hover {
	background-color: #EFF8F7;
}
.edu_list .el_item .el_print_button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.375rem;
	position: absolute;
	top: 2.75rem;
	right: 2.5rem;
	font-size: 1.125rem;
	font-weight: 700;
}
.edu_list .el_item .el_print_button:after {
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 4.5L13 10L7.5 15.5' stroke='%23121212' stroke-width='1.2'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	content:'';
}
.edu_list .el_item a {
	display: block;
	color: #222;
	padding:1.25rem 2.5rem;
	border-right:2px solid #222;
}
.edu_list .item-wrap.dead {
	opacity: 0.4;
}
.edu_list .item-head {
	display: flex;
	gap: 0.5rem;
}
.edu_list .item-head .label {
	padding: 0.375rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	border:1px solid transparent;
	background-color: #fff;
} 
.edu_list .item-head .label.type1 {
	background-color: #02B5B1;
}
.edu_list .item-head .label.type2 {
	border-color: #FA4F50;
}
.edu_list .item-head .label.type3 {
	border-color: #555;
}
.edu_list .item-head .label.type4 {
	border-color: #02B5B1;
}
.edu_list .item-date {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1.5rem;
}
.edu_list .item-date p {
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	line-height: 1;
}
.edu_list .item-date p .monthDay {
	font-size: 2.75rem;
}
.edu_list .item-date p .week {
	margin-bottom: 0.375rem;
	font-size: 1.875rem;
}
.edu_list .item-date .year,
.edu_list .item-date .licence {
	color: #555;
	font-size: 1rem;
	font-weight: 700;
	opacity: 0.8;
}
.edu_list .item-date .licence {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	margin-left: 0.375rem;
	opacity: 1;
}
.edu_list .item-date .licence:before {
	width: 1px;
	height: 0.75rem;
	background-color: #ccc;
	content:'';
}
.edu_list .item-info {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	/* padding-bottom: 1.5rem; */
	border-top: 1px solid #555;
}
.edu_list .item-info > div {
	display: flex;
	justify-content: space-between;
	font-size: 1.125rem;
	line-height: 1;
}
.edu_list .item-info > div + div {
	margin-top: 0.75rem;
}
.edu_list .item-info > div .tit {
	color: #555;
}
.edu_list .item-info > div .con {
	color: #222;
	font-weight: 500;
}
.edu_list .item-info > div .con small {
	color: #727272;
}
@media screen and (max-width: 1280px) {
	.edu_list .el_item {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.edu_list .el_item .el_print_button {
		top: 3rem;
		right: 2.5rem;
		font-size: 0.875rem;
	}
	.edu_list .el_item .el_print_button:after {
		width: 1rem;
		height: 1rem;
	}
	.edu_list .item-date p .monthDay {
		font-size: 1.75rem;
	}
	.edu_list .item-date p .week {
		margin-bottom: 0.175rem;
		font-size: 1.25rem;
	}
	.edu_list .item-date .year,
	.edu_list .item-date .licence {
		font-size: 0.875rem;
	}
	.edu_list .item-date .licence:before {
		height: 0.5rem;
	}
	.edu_list .item-info {
		margin-top: 1rem;
		padding-top: 1rem;
		padding-bottom: 0;
	}
	.edu_list .item-info > div {
		font-size: 1rem;
	}
	.edu_list .item-info > div + div {
		margin-top: 0.75rem;
	}
}
@media screen and (max-width: 800px) {
	.edu_list .el_item {
		width: 100%;
		padding:1.5rem;
	}
	.edu_list .el_item a {
		padding:0;
	}
	.edu_list .el_item .el_print_button {
		top: 2rem;
		right: 1.5rem;
	}
	.edu_list .noData {
		border: none !important;
	}
}
@media screen and (min-width:1281px) {
	.edu_list .el_item:nth-child(3n+3) a {
		border-right:none;
	}
}
@media screen and (min-width:801px)and (max-width:1280px) {
	.edu_list .el_item:nth-child(2n+2) a {
		border-right:none;
	}
}
@media screen and (min-width:0px)and (max-width:800px) {
	.edu_list {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
	}
	.edu_list .el_item:first-child {
		border-top: 0;
	}
	.edu_list .el_item:last-child {
		border-bottom: 0;
	}
	.edu_list .el_item a {
		border-right:none;
	}
}

.edu_bosu_list_box {
	/* border-top: 2px solid #222; */
	/* border-bottom: 2px solid #222; */
}
.edu_bosu_list {
	display: flex;
	flex-wrap: wrap;
}
.edu_bosu_list .noData {
	border-top: 2px solid #222;
}
.edu_bosu_list .el_item {
	position: relative;
	width: 50%;
	margin-bottom: -2px;
	padding:1.25rem 0;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}
.edu_bosu_list .el_item:hover {
	background-color: #EFF8F7;
}
.edu_bosu_list .el_item .el_print_button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.375rem;
	position: absolute;
	bottom: 2rem;
	right: 2.5rem;
	font-size: 1.125rem;
	font-weight: 700;
}
.edu_bosu_list .el_item .el_print_button:after {
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 4.5L13 10L7.5 15.5' stroke='%23121212' stroke-width='1.2'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	content:'';
}
.edu_bosu_list .el_item a {
	display: block;
	color: #222;
	padding:1.25rem 2.5rem;
	border-right:2px solid #222;
}
.edu_bosu_list .item-wrap {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
}
.edu_bosu_list .item-head {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 0.25rem;
}
.edu_bosu_list .item-head .tit {
	font-size: 2.25rem;
	font-weight: 700;
}
.edu_bosu_list .item-head .label {
	position: absolute;
	top: 0.5rem;
	right: 0;
	padding: 0.375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	border:1px solid transparent;
	background-color: #fff;
}
.edu_bosu_list .item-head .label.type2 {
	border-color: #25B170;
}
.edu_bosu_list .item-head .label.type3 {
	border-color: #555;
}
.edu_bosu_list .item-head .date {
	display: flex;
	align-items: center;
	position: absolute;
	top: 100%;
	left: 0;
	color: #888;
}
.edu_bosu_list .item-head .date:before {
	content:'';
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 16.6668C13.6819 16.6668 16.6667 13.6821 16.6667 10.0002C16.6667 6.31826 13.6819 3.3335 10 3.3335C6.31814 3.3335 3.33337 6.31826 3.33337 10.0002C3.33337 13.6821 6.31814 16.6668 10 16.6668Z' stroke='%23888888' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.8335H13.3333' stroke='%23888888' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M10 10.8333V7.5' stroke='%23888888' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.edu_bosu_list .item-head .date li:nth-child(2) {
	position: relative;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
}
.edu_bosu_list .item-head .date li:nth-child(2):before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 0.75rem;
	background-color: #ddd;
	transform: translateY(-50%);
}
.edu_bosu_list .item-head .before-date {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.edu_bosu_list .item-head .before-date li {
	display: flex;
	align-items: center;
	width: 100%;
	color: #555;
	font-size: 1.125rem;
}
.edu_bosu_list .item-head .before-date li:before {
	content:'';
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}
.edu_bosu_list .item-head .before-date li:nth-child(1):before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.6668C15.6819 18.6668 18.6667 15.6821 18.6667 12.0002C18.6667 8.31826 15.6819 5.3335 12 5.3335C8.31814 5.3335 5.33337 8.31826 5.33337 12.0002C5.33337 15.6821 8.31814 18.6668 12 18.6668Z' stroke='%23555555' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.8335H15.3333' stroke='%23555555' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 12.8333V9.5' stroke='%23555555' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.edu_bosu_list .item-head .before-date li:nth-child(2):before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0028 10.6243C13.8218 10.6243 15.2965 9.25332 15.2965 7.56214C15.2965 5.87097 13.8218 4.5 12.0028 4.5C10.1837 4.5 8.70898 5.87097 8.70898 7.56214C8.70898 9.25332 10.1837 10.6243 12.0028 10.6243Z' stroke='%23555555' stroke-width='1.4' stroke-linejoin='bevel'/%3E%3Cpath d='M5 19.5005L5.22038 16.2812C5.60455 14.6809 7.13529 13.543 8.89832 13.543H15.1017C16.8647 13.543 18.3954 14.6809 18.7796 16.2812L19 19.5005' stroke='%23555555' stroke-width='1.4' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}
.edu_bosu_list .item-head .before-date span {
	color: #222;
}
.edu_bosu_list .progress-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 2.5rem;
}
.edu_bosu_list .progress-info .current {
	color: #366CF0;
}
.edu_bosu_list .progress-info .level {
	color: #9B9C9E;
	font-weight: 500;
	letter-spacing: -1px;
}
.edu_bosu_list .done .progress-info .level {
	color: #366CF0;
}
.edu_bosu_list .done .progress-info .current {
	color: #555;
}
.edu_bosu_list .progress-bar {
	height: 0.625rem;
	border-radius: 48px;
	background-color: #ddd;
}
.edu_bosu_list .progress-bar-fill {
	height: 100%;
	border-radius: 48px;
	background-color: #366CF0;
}
.edu_bosu_list .item-info {
	display: flex;
	align-items: center;
	margin-top: 0.75rem;
	color: #222;
}
.edu_bosu_list .item-info > div:nth-child(2) {
	position: relative;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
}
.edu_bosu_list .item-info > div:nth-child(2):before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 0.75rem;
	background-color: #ddd;
	transform: translateY(-50%);
}
.edu_bosu_list .item-info > div .tit {
	font-size: 1rem;
}
.edu_bosu_list .item-info > div .con {
	font-size: 1rem;
}
@media screen and (max-width: 1280px) {
	.edu_bosu_list .el_item {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.edu_bosu_list .el_item {
		width: 100%;
		padding:1.5rem;
	}
	.edu_bosu_list .el_item a {
		padding:0;
	}
	.edu_bosu_list .item-wrap {
		padding-bottom: 0;
	}
	.edu_bosu_list .el_item .el_print_button {
		position: static;
		justify-content: center;
		gap: 0.375rem;
		width: calc(100% + 3rem);
		margin-left: -1.5rem;
		padding: 0.75rem 0;
		font-size: 0.875rem;
		line-height: 1;
		border-top: 1px solid #ddd;
		background-color: #F7F7F7;
		transform: translateY(1.5rem);
	}
	.edu_bosu_list .item-head .tit {
		font-size: 1.5rem;
	}
	.edu_bosu_list .item-head .label {
		top: 0.125rem;
		padding: 0.45rem 0.5rem;
		font-size: 0.75rem;
		line-height: 1;
	}
	.edu_bosu_list .item-head .date {
		top: calc(100% + 0.25rem);
		font-size: 0.875rem;
	}
	.edu_bosu_list .item-head .date:before {
		width: 1rem;
		height: 1rem;
		background-size: 100% 100%;
	}
	.edu_bosu_list .item-head .before-date {
		margin-top: 1rem;
		margin-bottom: 0.25rem;
	}
	.edu_bosu_list .item-head .before-date li {
		font-size: 0.875rem;
	}
	.edu_bosu_list .item-head .before-date li:before {
		width: 1.25rem;
		height: 1.25rem;
		background-size: 1.25rem auto;
	}
	.edu_bosu_list .noData {
		border: none !important;
	}
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width:1281px) {
	.edu_bosu_list .el_item:nth-child(2n+2) a {
		border-right:none;
	}
}
@media screen and (min-width:0px)and (max-width:1280px) {
	.edu_bosu_list .el_item {
		width: 100%;
	}
	.edu_bosu_list .el_item a {
		border-right:none;
	}
}
@media screen and (min-width:0px)and (max-width:800px) {
	.edu_bosu_list {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
	}
	.edu_bosu_list .el_item:first-child {
		border-top: 0;
	}
	.edu_bosu_list .el_item:last-child {
		border-bottom: 0;
	}
	.edu_bosu_list .el_item a {
		border-right:none;
	}
}


.edu_search_list {
	display: flex;
	flex-wrap: wrap;
}
.edu_search_list .noData {
	border-top: 2px solid #222;
}
.edu_search_list .el_item {
	position: relative;
	width: 50%;
	margin-top: -2px;
	padding:1.25rem 0;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
}
.edu_search_list .el_item.type1:hover {
	background-color: #EFF8F7;
}
.edu_search_list .el_item.type2:hover {
	background-color: #EEF3FF;
}
.edu_search_list .el_item .el_print_button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.375rem;
	position: absolute;
	bottom: 2.75rem;
	right: 2.5rem;
	font-size: 1.125rem;
	font-weight: 700;
}
.edu_search_list .el_item .el_print_button:after {
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5 4.5L13 10L7.5 15.5' stroke='%23121212' stroke-width='1.2'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	content:'';
}
.edu_search_list .el_item a {
	display: block;
	height: 100%;
	color: #222;
	padding:1.25rem 2.5rem;
	border-right:2px solid #222;
}
.edu_search_list .item-wrap {
	display: flex;
	flex-direction: column;
}
.edu_search_list .item-head {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 0.25rem;
}
.edu_search_list .item-head .tit {
	font-size: 2.25rem;
	font-weight: 700;
}
.edu_search_list .item-head .label {
	position: absolute;
	top: 0.5rem;
	right: 0;
	padding: 0.375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}
.edu_search_list .type1 .item-head .label {
	background-color: #02B5B1;
}
.edu_search_list .type2 .item-head .label {
	background-color: #366CF0;
}
.edu_search_list .item-head .before-date {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1rem;
}
.edu_search_list .item-head .before-date li {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.5rem;
	color: #555;
	font-size: 1.125rem;
}
.edu_search_list .item-head .before-date li:before {
	content:'';
	width: 1.5rem;
	height: 1.5rem;
}
.edu_search_list .item-head .before-date li:nth-child(1):before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18.6668C15.6819 18.6668 18.6667 15.6821 18.6667 12.0002C18.6667 8.31826 15.6819 5.3335 12 5.3335C8.31814 5.3335 5.33337 8.31826 5.33337 12.0002C5.33337 15.6821 8.31814 18.6668 12 18.6668Z' stroke='%23555555' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.8335H15.3333' stroke='%23555555' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 12.8333V9.5' stroke='%23555555' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.edu_search_list .item-head .before-date li:nth-child(2):before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0028 10.6243C13.8218 10.6243 15.2965 9.25332 15.2965 7.56214C15.2965 5.87097 13.8218 4.5 12.0028 4.5C10.1837 4.5 8.70898 5.87097 8.70898 7.56214C8.70898 9.25332 10.1837 10.6243 12.0028 10.6243Z' stroke='%23555555' stroke-width='1.4' stroke-linejoin='bevel'/%3E%3Cpath d='M5 19.5005L5.22038 16.2812C5.60455 14.6809 7.13529 13.543 8.89832 13.543H15.1017C16.8647 13.543 18.3954 14.6809 18.7796 16.2812L19 19.5005' stroke='%23555555' stroke-width='1.4' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}
.edu_search_list .item-head .before-date span {
	color: #222;
}
@media screen and (max-width: 1280px) {
	.edu_search_list .el_item {
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.edu_search_list .el_item {
		width: 100%;
		padding: 0;
	}
	.edu_search_list .el_item a {
		height: auto;
		padding:1.5rem;
	}
	.edu_search_list .el_item .el_print_button {
		position: static;
		justify-content: center;
		gap: 0.375rem;
		width: 100%;
		padding: 0.75rem 0;
		font-size: 0.875rem;
		line-height: 1;
		border-top: 1px solid #ddd;
		background-color: #F7F7F7;
	}
	.edu_search_list .item-head .tit {
		font-size: 1.5rem;
	}
	.edu_search_list .item-head .label {
		top: 0.125rem;
		padding: 0.45rem 0.5rem;
		font-size: 0.75rem;
		line-height: 1;
	}
	.edu_search_list .item-head .before-date li {
		font-size: 0.875rem;
	}
	.edu_search_list .item-head .before-date li:before {
		width: 1.25rem;
		height: 1.25rem;
		background-size: 1.25rem auto;
	}
	.edu_search_list .noData {
		border: none !important;
	}
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width:1281px) {
	.edu_search_list .el_item:nth-child(2n+2) a {
		border-right:none;
	}
}
@media screen and (min-width:0px)and (max-width:1280px) {
	.edu_search_list .el_item {
		width: 100%;
	}
	.edu_search_list .el_item a {
		border-right:none;
	}
}
@media screen and (min-width:0px)and (max-width:800px) {
	.edu_search_list {
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
	}
	.edu_search_list .el_item:first-child {
		border-top: 0;
	}
	.edu_search_list .el_item:last-child {
		border-bottom: 0;
	}
	.edu_search_list .el_item a {
		border-right:none;
	}
}

/* 교육일정 - 보수교육 */
.bosu_label {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.bosu_label li {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 1.125rem;
}
.bosu_label li span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}
.bosu_label li span:before {
	content:'';
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bosu_label li span.date:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.97461 6.18652H17.8467C18.5921 6.18668 19.1963 6.79065 19.1963 7.53613V18.8516H5.625V7.53613C5.625 6.79055 6.22902 6.18652 6.97461 6.18652Z' stroke='%23555555' stroke-width='1.3'/%3E%3Cpath d='M8.61328 5V7.05369' stroke='%23555555' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M15.8828 5V7.05369' stroke='%23555555' stroke-width='1.3' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5.80078 10.874H19.0201' stroke='%23555555' stroke-width='1.3'/%3E%3C/svg%3E");
}
.bosu_label li span.target:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0028 10.6243C13.8218 10.6243 15.2965 9.25332 15.2965 7.56214C15.2965 5.87097 13.8218 4.5 12.0028 4.5C10.1837 4.5 8.70898 5.87097 8.70898 7.56214C8.70898 9.25332 10.1837 10.6243 12.0028 10.6243Z' stroke='%23555555' stroke-width='1.4' stroke-linejoin='bevel'/%3E%3Cpath d='M5 19.5005L5.22038 16.2812C5.60455 14.6809 7.13529 13.543 8.89832 13.543H15.1017C16.8647 13.543 18.3954 14.6809 18.7796 16.2812L19 19.5005' stroke='%23555555' stroke-width='1.4' stroke-linejoin='bevel'/%3E%3C/svg%3E");
}
.bosu_label li span:after {
	content:':';
}
.bosu_area {
	padding:2rem 0;
	border-top: 2px solid #121212;
	border-bottom: 2px solid #121212;
}
.bosu_area .class_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.bosu_area .class_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	gap: 1rem;
	padding: 0.875rem;
	text-align: center;
	border-left: 1px solid #C8C8C8;
}
.bosu_area .class_item:first-child {
	border: none;
}
.bosu_area .class_item span {
	width: fit-content;
	padding:0.325rem 0.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 2.5rem;
}
.bosu_area .class_item:nth-child(1) span {
	background-color: #86AEFA;
}
.bosu_area .class_item:nth-child(2) span {
	background-color: #366CF0;
}
.bosu_area .class_item:nth-child(3) span {
	background-color: #2752CE;
}
.bosu_area .class_item:nth-child(4) span {
	background-color: #11298B;
}
.bosu_area .class_item p {
	font-size: 1.125rem;
	font-weight: 700;
	word-break: keep-all;
}
@media screen and (max-width: 800px) {
	.bosu_label {
		flex-direction: column;
		align-items: center;
		padding: 1.5rem 1rem;
		background-color: #EEF3FF;
	}
	.bosu_label li {
		flex-direction: column;
		font-size: 1rem;
		text-align: center;
	}
	.bosu_label li span:after {
		display: none;
	}
	.bosu_area {
		position: relative;
		padding: 1rem;
	}
	.bosu_area:after {
		content:'';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2rem;
		height: 2rem;
		border-radius: 100%;
		background-color: #fff;
		transform: translate(-50%, -50%);
	}
	.bosu_area .class_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.bosu_area .class_item {
		width: 100%;
		aspect-ratio: 1/1;
		justify-content: center;
	}
	
	.bosu_area .class_item:nth-child(3) {
		border-left: none;
		border-top: 1px solid #c8c8c8;
	}
	.bosu_area .class_item:nth-child(4) {
		border-top: 1px solid #c8c8c8;
	}
	.bosu_area .class_item span {
		font-size: 0.75rem;
	}
	.bosu_area .class_item p {
		font-size: 1rem;
	}
	.bosu_area .class_item:nth-child(1) span,
	.bosu_area .class_item:nth-child(1) p {
		transform: translateX(-0.5rem);
	}
	.bosu_area .class_item:nth-child(2) span,
	.bosu_area .class_item:nth-child(2) p {
		transform: translateX(0.5rem);
	}
	.bosu_area .class_item:nth-child(3) span,
	.bosu_area .class_item:nth-child(3) p {
		transform: translateX(-0.5rem);
	}
	.bosu_area .class_item:nth-child(4) span,
	.bosu_area .class_item:nth-child(4) p {
		transform: translateX(0.5rem);
	}
}


/* 강의실 */
.classCheck_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	max-width: 45rem;
	height: 31.25rem;
	margin:0 auto;
	padding:2.5rem;
	border-radius: 1rem;
	border: 1px solid #ddd;
}
.classCheck_wrap p {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.classCheck_wrap .btn_lg {
	margin-top: 2.5rem;
}
.classCheck_wrap .list-more {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 2.5rem;
	right: 2.5rem;
	gap: 0.25rem;
	margin-left: auto;
	margin-top: 2.25rem;
	color: #222;
	font-size: 1.125rem;
	font-weight: 700;
}
.classCheck_wrap .list-more:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.classCheck_wrap .list-more:after {
	content:'';
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.5 5L14 10.5L8.5 16' stroke='%23121212' stroke-width='1.2'/%3E%3C/svg%3E");
	background-size: 100% auto;
}
@media screen and (max-width: 800px) {
	.classCheck_wrap {
		height: 26.75rem;
		padding: 0;
	}
	.classCheck_wrap .img {
		width: 7.5rem;
	}
	.classCheck_wrap p {
		margin-top: 1.75rem;
		font-size: 1.25rem;
	}
	.classCheck_wrap .btn_lg {
		margin-top: 1rem;
	}
	.classCheck_wrap .list-more {
		bottom: 2rem;
		right: 1.5rem;
		font-size: 0.875rem;
	}
}

.classroom .inner {
	display: flex;
	gap: 5rem;
	max-width: calc(1800px + 1rem);
	margin-left: auto;
	margin-right: 0;
	padding-left: 1rem;
	padding-right: 0;
}

/* 왼쪽: 영상 영역 */
.classroom .video-section {
	flex: 3;
	padding: 2.5rem 0;
	margin-bottom: 6.25rem;
}

.classroom .video-section h2 {
	display: flex;
	gap: 2rem;
	align-items: center;
	font-size: 1.625rem;
	margin-bottom: 1.5rem;
}
.classroom .video-section h2 a {
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(/resource/images/common/more-arrow-black.png);
	background-size: 100% 100%;
	transform: rotateY(180deg);
}
.classroom .video-section h2 a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -1rem;
	width: 2px;
	height: 1rem;
	background-color: #ddd;
	transform: translateY(-50%);
	content:''
}

.classroom .video-wrapper {
	position: relative;
}

.classroom .video-wrapper video {
	vertical-align: middle;
}
.classroom .video-wrapper .video-box {
	width: 100%;
	aspect-ratio: 1/0.5625;
}
.classroom .video-wrapper .video-box .video-js {
	width: 100%;
	height: 100%;
}

.classroom .video-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1.25rem 0;
	border-radius: 0 0 1rem 1rem;
	background-color: #333;
}
.classroom .video-pager a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}
.classroom .video-pager a:after {
	content:'';
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(/resource/images/common/more-arrow-white.png);
	background-size: 90% auto;
	background-position: center;
}
.classroom .video-pager a.prev {
	flex-direction: row-reverse;
}
.classroom .video-pager a.prev:after {
	transform: rotateY(180deg);
}
.classroom .video-pager a.lock {
	opacity: 0.2;
}
.classroom .video-pager a.lock:before {
	opacity: 0.2;
}
.classroom .video-pager .bar {
	width: 2px;
	height: 0.625rem;
	background-color: #fff;
	opacity: 0.2;
}

.classroom .video-controls-info {
	margin-top: 1rem;
	font-size: 1rem;
	color: #555;
	line-height: 1.6;
}


.classroom .sidebar {
	width: 100%;
	max-width: 480px;
	border-left: 1px solid #ddd;
	background-color: #fff;
}

.classroom .sidebar-header {
	padding: 2.5rem 3rem;
	border-bottom: 1px solid #ddd;
}

.classroom .sidebar-body {
	padding: 2.5rem 3rem;
}

.classroom .section-title {
	font-size: 1rem;
	color: #02B5B1;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.classroom .main-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.classroom .progress-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.classroom .progress-bar {
	height: 0.5rem;
	background-color: #e0e0e0;
	border-radius: 0.25rem;
	overflow: hidden;
}

.classroom .progress-bar-fill {
	height: 100%;
	border-radius: 0.25rem;
	background-color: #02B5B1;
}

.classroom .lecture-box {
	border: 1px solid #ddd;
	border-radius: 0.625rem;
	overflow: hidden;
	background-color: #fff;
}

.classroom .lecture-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 1.5rem;
}

.classroom .lecture-header .lecture-num {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.classroom .lecture-header .lecture-time {
	margin-top: 2px;
	color: #999;
}

.classroom .done .lecture-header {
	background-color: #f9f9f9;
	color: #666;
	font-weight: 500;
}

.classroom .current .lecture-header {
	background-color: #EFF8F7;
	color: #016E82;
}

.classroom .current .lecture-header .lecture-num {
	font-weight: 700;
}

.classroom .current .lecture-header .lecture-time {
	color: #222;
}

.classroom .lock .lecture-header {
	background-color: #f9f9f9;
	color: #aaa;
}

.classroom .lock .lecture-header .lecture-num .icon {
	opacity: 0.3;
}

.classroom .lecture-footer {
	width: 100%;
	padding: 0.75rem 1rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}

.classroom .done .lecture-footer {
	background-color: #444;
	color: white;
	cursor: default;
}

.classroom .current .lecture-footer {
	background-color: #02B5B1;
	color: white;
	cursor: pointer;
}

.classroom .lock .lecture-footer {
	background-color: #ccc;
	color: #fff;
	cursor: default;
}

.classroom .icon {
	font-size: 1rem;
	margin-right: 0.5rem;
}

.classroom .divider {
	width: 0;
	height: 1.5rem;
	margin: 0 auto;
	border: 1px dashed #ddd;
}

@media screen and (max-width: 1280px) {
	.classroom .sidebar {
		max-width: 400px;
	}
	.classroom .sidebar-header {
		padding: 2.5rem 1.875rem;
	}
	.classroom .sidebar-body {
		padding: 2.5rem 1.875rem;
	}
	.classroom .lecture-header .lecture-num {
		gap: 0.5rem;
	}
	.classroom .icon {
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.classroom .inner {
		display: block;
		padding-left: 0;
	}
	.classroom .video-section {
		max-width: 100%;
		margin-bottom: 0;
		padding: 2.5rem 1rem;
	}
	.classroom .sidebar {
		max-width: 100%;
		border-left: 0;
	}
}
@media screen and (max-width: 800px) {
	.classroom .video-section {
		padding: 1.5rem 1rem 1rem;
	}
	.classroom .video-section h2 {
		gap: 1.5rem;
		margin-bottom: 1rem;
		font-size: 1.125rem;
	}
	.classroom .video-section h2 a {
		flex-shrink: 0;
		width: 1.25rem;
		height: 1.25rem;
	}
	.classroom .video-section h2 a:before {
		height: 0.75rem;
		left: -0.75rem;
	}
	.classroom .video-pager {
		padding:0.875rem 0;
		border-radius: 0;
	}
	.classroom .video-pager a {
		font-size: 0.75rem;
	}
	.classroom .video-pager a:after {
		width: 1rem;
		height: 1rem;
	}
	.classroom .video-controls-info {
		font-size: 0.875rem;
	}
	.classroom .sidebar-header {
		padding: 1.5rem 1.875rem;
	}
	.classroom .section-title {
		font-size: 0.875rem;
	}
	.classroom .main-title {
		font-size: 1.125rem;
	}
	.classroom .progress-info {
		font-size: 0.875rem;
	}
	.classroom .icon {
		width: 1.5rem;
		height: 1.5rem;
	}
	.classroom .lecture-footer {
		font-size: 0.875rem;
	}
}