header {
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
}

.haeder {
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	height: 100px;
}

.haeder .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 9vw;
}

.haeder .header_logo {
	width: 12rem;
    height: 6.1rem;
    display: block;
    background: url(/renewal/education/pub/images/header_logo.svg) no-repeat left top;
    background-size: 100%;
    font-size: 0;
    position: relative;
    z-index: 99;
}

.haeder .user_wrap {
	display: none;
}

.s_visual .bg {
	position: relative;
    width: 100%;
    height: 314px;
    background: url(/renewal/education/pub/images/education_svisual.jpg) no-repeat 50% 50% / cover;
}

.s_visual .con {
	padding-top: 60px;
	text-align: center;
}

.s_visual .tit {
	font-size: 40px;
	font-weight: 700;
	line-height: 165%;
	letter-spacing: -1.2px;
	color: #1E2124;
}

.s_visual .tit03 {
	font-size: 18px;
	font-weight: 400;
	line-height: 165%;
	letter-spacing: -0.54px;
	margin-top: 8px;
}

.s_visual .search_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 900px;
	padding-left: 24px;
	margin: 30px auto 0 auto;
	border-radius: 100px;
	background: #fff;
}

.s_visual .search_wrap .text {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 165%;
	letter-spacing: -0.54px;
	color: #1E2124;
	border: none;
	height: 60px;
}

.s_visual .search_wrap .text::placeholder {
	color: #6D7882;
}

.s_visual .search_wrap .btn {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	aspect-ratio: 1/1;
	background: linear-gradient(93deg, #3557BD  0%, #203E99  100%);
	border-radius: 50%;
	font-size: 0;
}

.s_visual .search_wrap .btn:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/renewal/education/pub/images/icon_search_h.svg) no-repeat center center;
	background-size: 24px;
	width: 100%;
	aspect-ratio: 1/1;
	cursor: pointer;
}

/* 온라인 아카데미 리스트 */

.mainCtn .con {
	display: flex;
	column-gap: 60px;
}

.mainCtn .filter_wrap {
	position: relative;
	width: 27%;
	border-right: 1px solid #E6E8EA;
	border-left: 1px solid #E6E8EA;
	background: url(/renewal/education/pub/images/filter_wrap_bg.jpg) no-repeat left 60px top 40% / cover;
	background-size: 100% auto;
	user-select: none;
}

.mainCtn .filter_wrap .filter_head {
	display: none;
}

.mainCtn .filter_fixed.fixed {
	position: fixed;
	top: 40px;
	width: 16%;
}

.mainCtn .filter_group {
	padding: 40px 40px 24px 40px;
}

.mainCtn .filter_group:last-child {
	border-top: 1px solid #E6E8EA;
}

.mainCtn .right_ctn {
	width: 73%;
	padding-top: 40px;
}

.mainCtn .filter_wrap .filter_title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 165%;
	letter-spacing: -0.54px;
	margin-bottom: 9px;
	cursor: pointer;
}

.mainCtn .filter_wrap .filter_title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #E6E8EA;
	background: url(/renewal/pub/images/icon_arrow_bottom_line.svg) no-repeat 5px center / cover;
	background-size: 18px;
	transform: rotate(180deg) translateY(50%);
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border-radius: 2px;
}

.mainCtn .filter_wrap .filter_group.active .filter_title:after {
	transform: rotate(360deg) translateY(-50%);
}

.filter_list li {
	display: flex;
	align-items: center;
	padding: 6px 0;
}

input[type="checkbox"]:checked {
	accent-color: #203E99;
}

.label_txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 165%;
	letter-spacing: -0.48px;
	color: #464C53;
}

.filter_list .label_txt {
	margin-left: 10px;
}

.filter_list .label_cnt {
	margin-left: 2px;
}

.mainCtn .on + span {
	font-weight: 600;
	color: #1E2124;
}

.right_ctn .filter_mode {
	display: flex;
	align-items: center;
	justify-content: left;
	column-gap: 16px;
}

.filter_mode_mobile {
	display: none;
}

.right_ctn .label_txt {
	margin-left: 8px;
}

.right_ctn .filter_mode .filter_on {
	display: none;
}

span {
	user-select: none;
}

.list_wrap {
	margin-top: 80px;
}

.list_wrap .tit {
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.list_wrap .tit .total {
	font-size: 16px;
	font-weight: 400;
	line-height: 165%;
	letter-spacing: -0.48px;
	display: inline-block;
}

.list_wrap .tit .total span {
	color: #203E99;
	font-weight: 600;
	letter-spacing: -0.6px;
	line-height: 170%;
}

.list_wrap .ctn_box {
	display: flex;
	align-items: center;
	justify-content: left;
	border-radius: 8px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.list_wrap .ctn_box img {width:320px; aspect-ratio:16/9;}

.list_wrap a {
	display: block;
	margin-bottom: 20px;
}

.list_wrap a:last-child {
	margin-bottom: 0;
}

.ctn_box img {
	border-radius: 8px 0 0 8px;
	object-fit: cover;
}

.ctn_box .text_box {
	padding: 24px 40px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width:calc(100% - 320px);
}

.ctn_box .tit02 {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ctn_box .text_box .tit04 {
	display: inline;
}

.ctn_box .date {
	background: url(/renewal/education/pub/images/icon_calendar_e.svg) no-repeat 0 48%;
}

.ctn_box .space {
	background: url(/renewal/education/pub/images/icon_place_e.svg) no-repeat 0 48%;
}

.ctn_box .user {
	background: url(/renewal/education/pub/images/icon_user_e.svg) no-repeat 0 48%;
}

.ctn_box .space,
.ctn_box .user {
	margin-top: 8px;
}

.ctn_box .tit04 {
    padding-left: 20px;
}

.board_view .content {
	padding: 44px 0 0 0;
}

.content .e_name {
	display: inline-flex;
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #203E99;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.32px;
	color: #203E99;
}

.content .tit02 {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.72px;
	margin: 16px 0; 
}

.content .role_list {
	display: flex;
	align-items: center;
	column-gap: 34px;
}

.content .role_item {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.54px;
}

.content .role_item span {
	color: #464C53;
	font-size: 18px;
	font-weight: 400;
}

.content .role_item span.r_line {
	position: relative;
}

.content .role_item span.r_line:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #DDD;
}

.content .video_box {
	position: relative;
	margin: 40px 0 48px;
	border-radius: 8px;
}

.content .video_box:after {
	/* content: ""; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(/renewal/education/pub/images/icon_arrow_video.svg) no-repeat 50% 50%;
	background-size: 20px;
	background-color: #fff;
	opacity: 0.8;
	backdrop-filter: blur(5px);
	cursor: pointer;
}

.content .video_box iframe,
.content .video_box video {
	width: 100%;
	aspect-ratio:16/9;
}

.qna_list {
	margin-bottom: 0;
}

.qna_list dl {
	background: #fff;*/
	border: 1px solid #E6E8EA;
}

.qna_list dl.on:before {
	opacity: 0;
}

.qna_list dt button {
	transition: background .2s linear;
	border-radius: 8px 8px 0 0;
}

.qna_list dt button,
.qna_list dd {
	padding: 27px 30px;
}

.qna_list dd {
	border-radius: 0 0 8px 8px;
}


.qna_list dl.on dt button {
	background: #203E99;
}

.qna_list dl.on dt button {
	color: #fff;
}

.qna_list dl.on dt button i {
	background: #fff;
}

.qna_list dt button:before,
.qna_list dd:before {
	display: none;
}

.content_footer {
	margin: 32px 0 80px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content_footer .footer_tags,
.content_footer .footer_actions {
	display: flex;
	column-gap: 10px;
}

.content_footer .footer_tags .tag {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border-radius: 6px;
	background: #F6F7FB;
	font-size: 16px;
	padding: 14px;
}

.content_footer .footer_actions {
	font-size: 15px;
	font-weight: 500;
	color: #6D7882;
}

.content_footer .footer_actions .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 16px 0 31px;
	border: 1px solid #E6E8EA;
	border-radius: 100px;
}

.content_footer .footer_actions .btn_library {
	background: url(/renewal/education/pub/images/bookmark.svg) no-repeat left 16px center;
}

.content_footer .footer_actions .btn_like {
	background: url(/renewal/education/pub/images/heart.svg) no-repeat left 16px center;
	padding: 0 16px 0 36px;
}