/* 공통 */
:root {
	--main_color: #16b1a9;
	--main_bg: #f5f5f5;
	--color_01: #02583d;
	--color_02: #f25e00;
	--color_03: #888888;
	--font_color: #181818;
}

body,
div,
p,
span,
button,
a,
ul,
li,
b,
em,
i,
section {
	font-family: sans-serif;
	font-weight: 400;
	color: var(--font_color);
	word-break: keep-all;
}

.img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icon_wrap img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.wrap_1400 {
	width: 100%;
	padding-inline: 20px;
	max-width: 1440px;
	margin-inline: auto;
}
.wrap_1280 {
	width: 100%;
	padding-inline: 20px;
	max-width: 1320px;
	margin-inline: auto;
}
.m_tit {
	display: none;
}
.M_only {
	display: none;
}
.only_768 {
	display: none;
}
.only_500 {
	display: none;
}
.quick_wrap {
	position: fixed;
	top: 115px;
	right: 0;
	z-index: 10;
}
.quick_btn_wrap {
	transform: rotate(270deg);
	transform-origin: right;
	display: flex;
	gap: 15px;
	position: absolute;
	right: 25px;
	top: 0;
}
.quick_btn_wrap :where(a, button) {
	display: inline-block;
	height: 68px;
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: 0.2s;
	box-shadow: 0px 0px 4px 0px #cbcbcb;
	width: 190px;
	text-align: center;
}
.quick_btn_wrap :where(a, button):hover {
	transition: 0.2s;
	transform: translateY(-5px);
}
.quick_btn_wrap :where(a, button) img {
	width: 150px;
	object-fit: contain;
}
.quick_con_wrap {
	position: fixed;
	top: 149px;
	right: 0;
	z-index: 11;
}
.quick_con_wrap > div {
	position: absolute;
	background-color: #fff;
	padding: 30px 25px;
	width: 620px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	height: 190px;
	top: 0;
	right: -620px;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0px 0px 4px 0px #cbcbcb;
}
.quick_con_wrap > div.active {
	right: -0;
	transition: 0.3s;
}
.quick_con_wrap > div:first-of-type {
	top: calc(190px + 15px);
}
.quick_con_wrap > div .close_btn {
	position: absolute;
	top: 24px;
	right: 10px;
	display: inline-block;
	border-radius: 30px;
	padding: 1px 15px 1px 14px;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	letter-spacing: -1.5px;
}
.quick_con_wrap > div .close_btn::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../images/user/common/close_btn_ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(1);
	margin-right: 4px;
	vertical-align: middle;
	margin-top: -3px;
}
.quick_con_wrap > div ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 100%;
	justify-content: space-between;
}
.quick_con_wrap > div ul li {
	color: #686868;
	font-size: 16px;
	letter-spacing: -1.5px;
}
.quick_con_wrap > div .li_logo {
	margin-bottom: 25px;
}
.quick_con_wrap > div ul span {
	color: #686868;
	font-size: 16px;
	color: var(--color_01);
	font-weight: 600;
}
.quick_con_wrap > div:first-of-type ul span {
	color: #40679c;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding-bottom: 100px;
}
.pagination :where(a, strong) {
	display: inline-flex;
	width: 40px;
	height: 40px;
	color: #000;
	background-repeat: no-repeat;
	background-size: contain;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}
.pagination strong.on {
	background-color: #6b6b6b;
	border-radius: 100px;
	color: #fff;
	font-weight: 700;
}
.pagination a.first {
	background-image: url(../images/user/common/first.png);
}
.pagination a.prev {
	margin-right: 5px;
	background-image: url(../images/user/common/prev.png);
}
.pagination a.next {
	margin-left: 5px;
	background-image: url(../images/user/common/next.png);
}
.pagination a.last {
	background-image: url(../images/user/common/last.png);
}
/* 스크롤 */
.custom_scroll::-webkit-scrollbar {
	width: 5px;
}

.custom_scroll::-webkit-scrollbar-thumb {
	background-color: #bbb;
	border-radius: 10px;
	cursor: pointer;
}

.custom_scroll::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 10px;
}

.custom_scroll.scroll_mini::-webkit-scrollbar {
	width: 3px;
}
/* 스크롤 */
body.scroll_lock {
	overflow: hidden;
}
/* 공통 */

/* 헤더 */
header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: transparent;
	z-index: 999;
}
header h1 {
	height: 60px;
}
header h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header_wrap {
	max-width: 1460px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
	padding-inline: 20px;
}

header nav {
	width: 100%;
	max-width: 550px;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
header nav ul li {
	height: 100%;
}
header nav ul li :where(a, button) {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

header.active {
	background-color: #fff;
}
header.active {
	border-bottom: 1px solid #e0e0e0;
}
header.active h1 img {
	content: url(../images/user/common/logo_col.png);
}
header.active nav ul li a {
	color: #232323;
}
header.active nav ul li.active a {
	color: var(--main_color);
}
/* 헤더 */

/* 메인 */
.main_banner_wrap {
	width: 100%;
	height: calc(100vh - 142px);
	position: relative;
}
.main_banner_wrap .main_banner_slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_banner_wrap .desc_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	line-height: 1.5;
	width: 100%;
	max-width: 1520px;
	padding-inline: 60px;
}
.main_banner_wrap .desc_wrap .banner_tag {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	background: #8b8c8f;
	border-radius: 50px;
	padding: 10px 20px;
	font-weight: 300;
	display: inline-block;
}
.main_banner_wrap .desc_wrap .banner_tit div {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	margin-block: 0.3em 0.15em;
	letter-spacing: -2px;
	word-break: keep-all;
}
.main_banner_wrap .desc_wrap .banner_tit p {
	font-size: 25px;
	color: #e4e4e4;
	font-weight: 300;
	word-break: keep-all;
}
.main_btn_wrap {
	display: flex;
	gap: 15px;
	margin-top: 30px;
	justify-content: center;
	align-items: center;
}
.main_btn_wrap :where(a, button) {
	background-color: #00000062;
	color: #fff;
	border-radius: 50px;
	padding: 7px 15px;
	font-size: 20px;
	border: 1px solid #8f8f8f;
	min-width: 210px;
	transition: 0.2s;
}
.main_btn_wrap :where(a, button):hover {
	background-color: var(--main_color);
	border: 1px solid var(--main_color);
	transition: 0.2s;
}
.main_control_wrap {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.main_banner_wrap .swiper-pagination-current {
	color: #fff;
}
.main_banner_wrap .swiper-pagination-total {
	color: #d0d0d0;
}
.main_banner_wrap .swiper-pagination-fraction {
	color: #d0d0d0;
	width: auto;
	font-size: 18px;
}
.main_control_wrap .slide_wrap {
	width: 120px;
	height: 3px;
	background-color: #979797;
	position: relative;
}
.main_control_wrap .slide_wrap .slide {
	display: inline-block;
	width: 10%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
}
.main_control_wrap .controller {
	display: flex;
	gap: 5px;
	align-items: center;
}
.main_control_wrap .controller button {
	height: 13px;
	width: 10px;
	display: inline-block;
	overflow: hidden;
}
.main_control_wrap .controller button img {
	height: 100%;
	object-fit: contain;
	vertical-align: super;
}
.main_control_wrap .controller .pause_btn.on img {
	content: url(../images/user/common/play.png);
	filter: invert(1);
	object-position: -3px 0;
}
/* 메인 */

/* 푸터 */
footer {
	text-align: center;
	border-top: 1px solid #d6d6d6;
}
footer .top_wrap {
	display: flex;
	height: 80px;
	width: 100%;
	max-width: 1520px;
	margin-inline: auto;
	justify-content: space-between;
	align-items: center;
	padding-inline: 20px;
}
footer .cowork_logo_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1250px;
	width: calc(100% - 200px);
	gap: 15px;
}
footer .cowork_logo_wrap li {
	max-width: 180px;
}
footer .cowork_logo_wrap img {
	filter: grayscale(1) opacity(0.55);
}
footer .family_site {
	border: 1px solid #c9c9c9;
	width: 170px;
	height: 30px;
	font-size: 15px;
	color: #797979;
	text-align: center;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;

	background-image: url("../images/user/common/select_arrow_ico.png");
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 65px;
	box-sizing: border-box;
	margin-left: 20px;

	cursor: pointer;
}
footer .bottom_wrap {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #d6d6d6;
	color: #bfbfbf;
}

/* 푸터 */

/* 서브 */
.sub_wrap {
	padding-top: 90px;
}
.sub_wrap section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.sub_wrap section.no_t_padding {
	padding-top: 0;
}
.sub_wrap > .tit_wrap {
	margin-top: 80px;
	margin-bottom: 45px;
}
.sub_wrap > .tit_wrap h2 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.sub_wrap section.sub_tit_tab {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	display: flex;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
}
.sub_tit_tab .tab_wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}
.sub_tit_tab ul {
	display: flex;
	max-width: 935px;
	width: calc(100% - 40px);
	position: relative;
	top: 1px;
}
.sub_tit_tab ul li {
	flex: 1;
	height: 54px;
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 1px solid transparent;
	border-bottom: 0;
}
.sub_tit_tab ul li.active {
	border-color: var(--main_color);
	background-color: #fff;
}
.sub_tit_tab ul li a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	color: #6b6b6b;
}
.sub_tit_tab ul li.active a {
	font-weight: 700;
	color: var(--main_color);
}
.con {
	text-align: center;
}
.con .desc {
	font-size: 20px;
	color: #6b6b6b;
	line-height: 1.5;
	letter-spacing: -0.5px;
}
.con .desc p {
	color: #6b6b6b;
	letter-spacing: -0.8px;
}
.sub_wrap .center_intro {
	margin-top: 20px;
	padding-top: 0;
}
.center_intro .full_img {
	width: 100%;
	height: 438px;
	overflow: hidden;
	background-color: #eee;
}
.center_intro .desc_wrap {
	margin-top: 40px;
	text-align: center;
	padding-inline: 20px;
}

.center_intro .desc_wrap .logo img {
	width: 260px;
	object-fit: contain;
}
.center_intro .con {
	margin-top: 40px;
}
.center_intro .con p {
	word-break: keep-all;
}
.center_intro .con p + p {
	margin-top: 1.2em;
}
.center_intro .link {
	display: inline-block;
	color: var(--main_color);
	font-size: 20px;
	padding: 5px 35px;
	border-radius: 50px;
	border: 1px solid var(--main_color);
	margin-top: 25px;
}
.center_intro .link::after {
	content: "";
	width: 18px;
	height: 18px;
	margin-left: 5px;
	display: inline-block;
	background-image: url(../images/user/sub/link_icon.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.con_tit_wrap {
	text-align: center;
	margin-bottom: 30px;
}
.con_tit_wrap p {
	font-size: 30px;
	font-weight: 700;
}
.con_tit_wrap span {
	font-weight: 600;
}
.facility_intro {
	background-color: var(--main_bg);
}
.facility_list_slide {
	overflow: hidden;
}
.facility_list {
	display: flex;
	/* gap: 20px; */
}
.facility_list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	/* flex: 1; */
}
.facility_list .img_wrap {
	width: 100%;
	/* height: 220px; */
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 3/2;
}
.facility_list .desc_wrap {
	font-size: 20px;
	color: #6b6b6b;
}
.map_section .map_wrap {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.map_section .map {
	display: inline-block;
	width: 100%;
	max-width: 930px;
	aspect-ratio: 4 / 1.8;
	background-color: #eee;
}
.map_section .map iframe {
	width: 100%;
	height: 100%;
}
.sub_wrap section.business_intro {
	padding-bottom: 0;
}
.color_bg_wrap {
	position: relative;
	background-color: var(--main_bg);
	padding-bottom: 135px;
}
.business_intro .full_img_bg {
	margin-top: 40px;
	height: 350px;
}
.business_intro .full_img_bg + .desc_wrap {
	position: absolute;
	top: 210px;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 40px;
	margin-inline: auto;
	max-width: 1280px;
	width: calc(100% - 40px);
	left: 50%;
	transform: translateX(-50%);
}

.business_goal {
	background-color: var(--main_bg);
}
.goal_list {
	display: flex;
	gap: 40px;
}
.goal_list li {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
}
.goal_list li .icon_wrap {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.goal_list li .img_desc {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	line-height: 1.3;
}
.sub_wrap section.business_who {
	padding-bottom: 0;
	text-align: center;
}
.business_who .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 40px;
}
.business_who .icon_wrap {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.business_detail_section .con_tit_wrap {
	margin-bottom: 10px;
}
.training_list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.training_list li {
	flex: 1 1 33%;
	max-width: calc((100% - 60px) / 3);
	border-radius: 20px;
	overflow: hidden;
}
.training_list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.training_list li a:hover .img_wrap img {
	transform: scale(1.03);
	transition: 0.2s;
}
.training_list li a:hover .img_wrap {
	transition: 0.2s;
	background-size: 81.5%;
}
.training_list li .img_wrap {
	width: 100%;
	aspect-ratio: 20/11;
	background-color: #ddd;
	background-image: url(../images/user/common/logo.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: 0.2s;
}
.training_list li .img_wrap img {
	transform: scale(1);
	transition: 0.2s;
}
.training_list li .desc_wrap {
	width: 100%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	border: 1px solid #cecece;
	border-top: 0;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.training_list li .desc_wrap .tag_wrap {
	display: flex;
	gap: 5px;
}
.training_list li .desc_wrap .tag_wrap span {
	padding: 2px 10px;
	font-size: 16px;
	border-radius: 50px;
	padding-bottom: 3px;
}
.training_list li .tag_num {
	color: #6b6b6b;
	background-color: #fff;
	border: 1px solid #6b6b6b;
}
.training_list li .tag_condition {
	color: #fff;
	background-color: var(--color_01);
	border: 1px solid var(--color_01);
}
.training_list li.con_ready .tag_condition {
	color: var(--color_01);
	background-color: #fff;
	border: 1px solid var(--color_01);
}
.training_list li.con_finish .tag_condition {
	color: #fff;
	background-color: #acacac;
	border: 1px solid #acacac;
}
.training_list li.con_finish .img_wrap {
	filter: grayscale(1);
	border: 1px solid #cecece;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.training_list li .tit_wrap {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: calc(1.3em * 2);
	/* white-space: nowrap; */
}
.training_list li .info_wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.training_list li .info_wrap .info {
	display: flex;
	gap: 5px;
	font-size: 18px;
	color: #686868;
}
.training_list li .info_wrap .info .date {
	display: inline-block;
	font-size: 18px;
	color: #686868;
}
.training_list li .info_wrap .info .icon_wrap {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.training_list li.no_list {
	flex: 100%;
	max-width: 100%;
	text-align: center;
}

/* 캘린더 */
:root {
	--fc-button-bg-color: transparent;
	--fc-button-border-color: transparent;
	--fc-button-hover-bg-color: transparent;
	/* hover 배경 */
	--fc-button-hover-border-color: transparent;
	/* hover 배경 */
	--fc-button-active-bg-color: transparent;
	--fc-button-active-border-color: transparent;
	--fc-button-text-color: #aaa;
}

.program_calendar_wrap .con_tit_wrap {
	margin-bottom: 15px;
}
.program_calendar_wrap .fc-toolbar-chunk {
	min-width: 120px;
}
.program_calendar_wrap .fc-toolbar-chunk:has(.fc-col_info-button) {
	width: auto;
}

.program_calendar_wrap .fc-toolbar-chunk:has(.fc-toolbar-title) {
	display: flex;
	align-items: center;
	width: auto;
}

.program_calendar_wrap .fc-toolbar-chunk .fc-toolbar-title {
	font-size: 24px;
	letter-spacing: -2%;
	font-weight: 400;
	font-family: sans-serif;
}

.program_calendar_wrap .fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 22px;
}

.program_calendar_wrap .fc .fc-button-primary {
	background-color: transparent;
	border-color: transparent;
	color: #797979;
	transition: 0.3s;
	padding: 0;
	font-size: 20px;
}

.program_calendar_wrap .fc .fc-button-primary:hover {
	background-color: var(--fc-button-hover-bg-color);
	border-color: var(--fc-button-hover-border-color);
	color: #aaa;
	transition: 0.3s;
}

.program_calendar_wrap .fc .fc-button-primary.fc-col_info-button {
	pointer-events: none;
	background-color: transparent;
	font-size: 16px;
	color: #797979;
	height: auto;
	padding: 0;
	border: none;
	padding-inline: 15px;
	font-weight: 500;
	cursor: default;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	min-width: 60px;
}

.program_calendar_wrap .fc .fc-button-primary.fc-col_info-button:hover {
	background-color: red;
	font-size: 16px;
	color: #333;
	height: auto;
	padding: 0;
	border: none;
	padding-inline: 15px;
	font-weight: 500;
	cursor: default;
	transition: 0.3s;
}

.program_calendar_wrap .fc-button:focus,
.program_calendar_wrap .fc-button:active,
.program_calendar_wrap .fc-button:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.program_calendar_wrap .fc .fc-button-primary.fc-today-button:disabled {
	background-color: #ccc;
}

.program_calendar_wrap .fc .fc-button-primary.fc-today-button {
	background-color: #fff;
	transition: 0.3s;
	padding-inline: 20px;
	border-radius: 40px;
	border: 1px solid #c9c9c9;
	color: #797979;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 20px;
}

.program_calendar_wrap
	.fc
	.fc-button-primary.fc-today-button:not(:disabled):hover {
	background-color: #aaa;
	color: #fff;
	transition: 0.3s;
}

/* 오늘버튼 수정 */
.program_calendar_wrap .fc .fc-button-primary.fc-today-button {
	background-color: var(--green4);
	color: #fff;
	border-color: var(--green4);
}

.program_calendar_wrap .fc .fc-button-primary.fc-today-button:disabled {
	background-color: var(--green4);
}

.program_calendar_wrap
	.fc
	.fc-button-primary.fc-today-button:not(:disabled):hover {
	background-color: var(--green4);
	color: #fff;
	transition: 0.3s;
}

.program_calendar_wrap .fc .fc-button:disabled {
	opacity: 1;
}

/* 오늘버튼 수정 */

.program_calendar_wrap .fc .fc-button-primary.fc-col_info-button::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #bbb;
	margin-right: 10px;
}

.program_calendar_wrap .fc-h-event .fc-event-title {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.program_calendar_wrap .fc .fc-daygrid-event {
	margin: 1px;
	letter-spacing: 0.2px;
	border-radius: 3px;
}

.program_calendar_wrap .fc-daygrid-block-event .fc-event-title {
	padding: 2px 3px;
	color: #fff;
}

.program_calendar_wrap .fc-direction-ltr .fc-daygrid-more-link {
	float: left;
	color: #797979;
	font-weight: 500;
}

.program_calendar_wrap .fc-day-header.fc-widget-header {
	padding: 10px;
}

.program_calendar_wrap .fc .fc-popover-close {
	cursor: pointer;
	font-size: 1.1em;
	opacity: 0.65;
	color: #333;
}

.program_calendar_wrap .fc .fc-popover-title {
	color: #333;
}

.program_calendar_wrap .fc-title {
	color: white;
}

.program_calendar_wrap .fc-toolbar .fc-center {
	font-size: 30px;
}

.program_calendar_wrap .fc-content {
	text-align: center;
	padding: 5px;
}

.program_calendar_wrap .fc-content {
	text-align: center;
	padding: 5px;
}

/*달력프레임*/
.program_calendar_wrap thead tr {
	height: 40px;
}

.program_calendar_wrap thead th {
	vertical-align: middle;
	/* background: #6B6B6B; */
	background: #333;
	color: #fff;
	font-size: 18px;
	border: none;
}

.program_calendar_wrap thead th a {
	font-weight: 300;
}
.program_calendar_wrap thead th.fc-day a {
	color: #fff;
}
.program_calendar_wrap .fc .fc-daygrid-day-frame {
	height: 120px;
}

.program_calendar_wrap .fc .fc-daygrid-day-top {
	padding-top: 3px;
}

.program_calendar_wrap .fc .fc-daygrid-day-number {
	font-weight: 500;
}

.program_calendar_wrap .fc .fc-daygrid-day.fc-day-today {
	background-color: #a5d76e30;
	/* background-color: #bfeb96bf; */
}

.program_calendar_wrap .fc-event:has(.fc-event-title) {
	cursor: pointer;
}

/* 주말, 공휴일 */
.fc-col-header-cell.fc-day.fc-day-sun {
	background-color: #e31111;
	color: white !important;
}

.program_calendar_wrap .fc-col-header-cell.fc-day.fc-day-sat {
	background-color: #1b51bf;
	color: white !important;
}

.program_form_sec
	.fc
	:where(.fc-day-sat, .fc-day-sun)
	.fc-col-header-cell-cushion {
	font-size: 13px;
	color: white;
}

#calendar {
	margin-top: 70px !important;
	max-width: 1200px;
	margin: 0 auto 120px;
}
.program_calendar_wrap .fc-day.fc-day-sat .fc-daygrid-day-number {
	color: #0000ff;
}

.program_calendar_wrap .fc-day.fc-day-sun .fc-daygrid-day-number {
	color: #ff0000;
}

.program_calendar_wrap .fc-daygrid-event {
	white-space: normal !important;
}

.program_calendar_wrap .fc-daygrid-day:has(.holiday) .fc-daygrid-day-number {
	color: red !important;
}

/* 캘린더 */
.list_table {
	width: 100%;
}
.list_table thead tr {
	border-block: 1px solid var(--main_color);
}
.list_table tbody tr {
	border-bottom: 1px solid #cecece;
}
.list_table th {
	height: 50px;
	vertical-align: middle;
	padding: 5px;
	font-size: 19px;
	font-weight: 600;
	color: var(--main_color);
}
.list_table th + td {
	border-left: 1px solid #cecece;
}
.list_table td {
	height: 60px;
	padding: 8px 5px;
	vertical-align: middle;
	font-size: 18px;
}
.list_table td.no_data {
	text-align: center;
}
.class_list .list_table {
	border-top: none;
}
.class_list .list_table thead {
	border-top: 1px solid #686868;
}
.class_list .list_table :where(th, td) {
	width: 90px;
	text-align: center;
}
.class_list .list_table :where(th, td).tb_type {
	width: 120px;
}
.class_list .list_table :where(th, td).tb_period {
	width: 220px;
}
.class_list .list_table :where(th, td).tb_time {
	width: 150px;
}
.class_list .list_table :where(th, td).tb_apply {
	width: 150px;
}
.class_list .list_table :where(th, td).tb_subject {
	width: calc(100% - 520px);
}

.class_list .list_table td.tb_subject {
	text-align: left;
}
.class_list .list_table td a {
	display: block;
	padding-left: 24px;
	position: relative;
}
.class_list .list_table td a:hover {
	text-decoration: underline;
}
.class_list .list_table td .list_tag {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 30px;
	background-color: green;
	position: absolute;
	left: 5px;
	top: 9px;
}
.con_tag {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 2px 10px 3px;
	/* padding: 5px 12px 7px; */
	background-color: var(--color_01);
	border-radius: 30px;
	font-weight: 500;
	min-width: 80px;
	border: 1px solid var(--color_01);
}
.con_ready .con_tag {
	color: var(--color_01);
	background-color: #fff;
	border: 1px solid var(--color_01);
}
.con_finish .con_tag {
	color: #fff;
	background-color: #acacac;
	border: 1px solid #acacac;
}
.list_table p.p_dash {
	position: relative;
	padding-left: 0.8em;
}
.list_table p.p_dash + p.p_dash {
	margin-top: 3px;
}
.list_table p.p_dash::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}
.program_outline_wrap tr:first-child {
	border-top: 1px solid #686868;
}
.program_outline_wrap td {
	padding: 10px 25px;
}
.curriculum_wrap .list_table :where(td + td) {
	border-left: 1px solid #cecece;
	padding: 10px;
}
.curriculum_wrap .list_table :where(td + td).tb_detail {
	padding-left: 10px;
}
.curriculum_wrap .list_table td.need_l_border {
	border-left: 1px solid #cecece;
}
.curriculum_wrap :where(th, td) {
	text-align: center;
}
.curriculum_wrap :where(th, td) p {
	text-align: left;
	padding-left: 10px;
}
.curriculum_wrap tfoot td {
	height: 50px;
	text-align: right;
	font-weight: 600;
	color: var(--main_color);
	padding-right: 15px;
	border-bottom: 1px solid var(--main_color);
}
.curriculum_wrap tfoot td b {
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
	color: var(--main_color);
}
.class_list .con_ready .apply_btn,
.class_list .con_finish .apply_btn {
	cursor: default;
}
.class_list tr:not(.con_ready, .con_finish) .apply_btn {
	font-weight: 500;
	color: #fff;
	background-color: var(--main_color);
	padding: 3px 15px 5px;
	border-radius: 30px;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.class_list tr:not(.con_ready, .con_finish) .apply_btn::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/user/sub/apply_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 7px;
	vertical-align: inherit;
}
.pop_apply_form_wrap {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: #00000034;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.pop_apply_form_wrap .custom_scroll {
	height: calc(100% - 150px);
	overflow: auto;
	margin-top: 25px;
}
.pop_apply_form_wrap .pop_apply_form {
	display: inline-block;
	width: calc(100% - 40px);
	height: calc(100vh - 200px);
	max-width: 1024px;
	background-color: #fff;
	border-radius: 21px;
	padding: 25px 30px 30px 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pop_apply_form .pop_tit_wrap {
	position: relative;
}
.pop_apply_form .pop_tit_wrap div {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
.pop_apply_form .pop_tit_wrap .close_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
}
.pop_apply_form .pop_tit_wrap .close_btn img {
	vertical-align: super;
}
.pop_apply_form .apply_info {
	margin-top: 20px;
}
.pop_apply_form .apply_info .info_tit {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.pop_apply_form .apply_info .info_wrap {
	display: flex;
}
.pop_apply_form .apply_info .info_wrap span {
	display: inline-block;
	font-size: 18px;

	color: #686868;
}
.pop_apply_form .apply_info .info_wrap span + span::before {
	content: "｜";
	display: inline-block;
	color: #bbb;
	font-size: 18px;

	padding-inline: 2px 3px;
}
.pop_apply_form .apply_form {
	padding-right: 25px;
}
.pop_apply_form .apply_form ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.pop_apply_form .apply_form .span_tit {
	font-size: 18px;
	color: #393939;
	display: block;
	margin-bottom: 7px;
}
.pop_apply_form
	.apply_form
	label
	:where(input[type="text"], input[type="password"]) {
	display: inline-block;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 5px 15px;
	height: 45px;
	font-size: 16px;
	color: #494949;
}
.pop_apply_form .apply_form .p_info {
	font-size: 15px;
	color: var(--main_color);
	margin-bottom: 7px;
	margin-top: -3px;
}
.pop_apply_form .id_num_wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}
.pop_apply_form .id_num_wrap .form_s_btn {
	background-color: var(--main_color);
	color: #fff;
	border-radius: 5px;
	padding: 5px 20px;
	height: 45px;
}
.pop_apply_form .id_num_wrap input {
	max-width: 175px;
}
.pop_apply_form input[type="file"] {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.pop_apply_form .file_btn {
	color: #686868;
	padding: 6px 20px 8px;
	border: 1px solid #686868;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 1px;
	display: inline-block;
}
.pop_apply_form .selected_file_wrap {
	display: inline-flex;
	margin-left: 5px;
	align-items: center;
	gap: 3px;
	display: none;
}
.pop_apply_form .selected_file_wrap span {
	font-size: 18px;
	color: #686868;
	text-decoration: underline;
	margin-right: 3px;
}
.pop_apply_form .selected_file_wrap button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	background-color: #686868;
	padding-top: 1px;
}
.pop_apply_form .selected_file_wrap button img {
	filter: invert(1) brightness(4);
	display: inline-block;
	width: 50%;
	height: 50%;
	object-fit: contain;
}
.pop_apply_form .agree_wrap {
	display: inline-block;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding: 20px;
	height: 220px;
	font-size: 16px;
	color: #494949;
	overflow: auto;
	margin-top: 5px;
}
.pop_apply_form .agree_chk_wrap {
	text-align: right;
}
.pop_apply_form .chk_wrap {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 2px;
}
.chk_wrap :where(input[type="checkbox"], input[type="radio"]) {
	display: none;
}
.chk_wrap :where(input[type="checkbox"], input[type="radio"]) + em {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid var(--main_color);
	margin-top: 3px;
}
.chk_wrap:not(.round_ver)
	:where(input[type="checkbox"], input[type="radio"]):checked
	+ em {
	border: 3px solid var(--main_color);
	background-color: var(--main_color);
	background-image: url(../images/user/sub/chk.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.chk_wrap.round_ver :where(input[type="checkbox"], input[type="radio"]) + em {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #cecece;
	border-radius: 100px;
	margin-top: 3px;
	position: relative;
}
.chk_wrap.round_ver
	:where(input[type="checkbox"], input[type="radio"]):checked
	+ em {
	border: 1px solid #cecece;
}
.chk_wrap.round_ver
	:where(input[type="checkbox"], input[type="radio"]):checked
	+ em::before {
	content: "";
	display: inline-block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 100px;
	background-color: var(--main_color);
	position: absolute;
	top: 3px;
	left: 3px;
}
.pop_apply_form .agree_chk_wrap span {
	color: var(--main_color);
	font-weight: 600;
	font-size: 16px;
}
.pop_apply_form .submit_wrap {
	text-align: center;
	margin-top: 25px;
	font-size: 17px;
	/* padding-right: 25px; */
}
.pop_apply_form .submit_wrap p {
	font-weight: 600;
}
.pop_apply_form .submit_btn {
	margin-top: 25px;
}
.btn_wrap.jc_sb {
	display: flex;
	justify-content: space-between;
}
.btn_wrap .submit_btn {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	background-color: var(--main_color);
	padding: 10px 15px;
	min-width: 180px;
	border-radius: 40px;
	text-align: center;
}
.btn_wrap .gray_btn {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	background-color: #bbb;
	padding: 10px 15px;
	min-width: 180px;
	border-radius: 40px;
	text-align: center;
}
.btn_wrap .border_btn {
	display: inline-block;
	font-size: 18px;
	color: var(--main_color);
	font-weight: 400;
	border: 1px solid var(--main_color);
	background-color: #fff;
	padding: 10px 15px;
	min-width: 180px;
	border-radius: 40px;
	text-align: center;
}
.sub_wrap section.move_back_wrap {
	padding-block: 0;
}
.sub_wrap section.move_back_wrap .wrap_1280 {
	padding-block: 20px 15px;
	border-bottom: 1px solid #cecece;
	width: calc(100% - 40px);
}
.sub_wrap section.move_back_wrap .wrap_1280 a {
	display: inline-flex;
	color: #686868;
	gap: 5px;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}
.sub_wrap section.move_back_wrap .icon_wrap {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.sub_wrap section.move_back_wrap .icon_wrap img {
	vertical-align: top;
}
.program_tit .wrap_1280 {
	display: flex;
	gap: 60px;
	border-bottom: 1px solid #cecece;
	padding: 40px;
	width: calc(100% - 40px);
}
.program_tit .desc_wrap {
	flex: 6.5;
}
.program_tit .desc_wrap .con_type {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: var(--main_color);
	margin-bottom: 15px;
}
.program_tit .desc_wrap .con_tit {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 25px;
}
.program_tit .desc_wrap .con_desc {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.program_tit .desc_wrap .con_desc p {
	position: relative;
	padding-left: 1.3em;
	color: #686868;
	font-size: 18px;
}
.program_tit .desc_wrap .con_desc p::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background: url(../images/user/sub/chk_ico.png) no-repeat center;
	position: absolute;
	left: 3px;
	top: 6px;
	background-size: contain;
}
.program_tit .img_wrap {
	flex: 5.5;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 20 / 11;

	width: 100%;
	background-color: #ddd;
	background-image: url(../images/user/common/logo.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: 0.2s;
}
.sub_wrap section.ins_intro {
	padding-bottom: 0;
}
.ins_intro .color_bg_wrap {
	margin-top: 40px;
	padding-bottom: 0;
	padding-bottom: 230px;
}
.ins_intro .color_bg_wrap .full_img_bg {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 350px;
}
.ins_intro .desc_con_wrap {
	position: relative;
	top: 170px;
	margin-inline: auto;
	max-width: 1280px;
	width: calc(100% - 40px);
	z-index: 2;
}
.ins_intro .desc_con_wrap .desc_con {
	border-radius: 10px;
	padding: 50px 40px;
}
.ins_intro .desc_con_wrap .desc_con.bg_white {
	background-color: #fff;
}
.ins_intro .bg_white p + p {
	margin-top: 2em;
}
.ins_intro .desc_con .con_tit_wrap {
	margin-top: 20px;
	margin-bottom: 0;
}
.con p.p_chk {
	text-align: left;
	position: relative;
	padding-left: 1.5em;
	color: #686868;
	font-size: 18px;
	line-height: 1.8;
}
.con p.p_chk::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background: url(../images/user/sub/chk_ico.png) no-repeat center;
	position: absolute;
	left: 3px;
	top: 6px;
	background-size: contain;
}
.ins_intro .icon_box {
	display: flex;
	gap: 40px;
	width: 100%;
}
.ins_intro .icon_box > div {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 30px 40px;
	border-radius: 10px;
}
.ins_wrap .icon_box .top_box {
	margin-bottom: 20px;
	text-align: center;
}

.ins_wrap .icon_box .top_box span {
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.ins_wrap .icon_wrap {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.ins_info .desc_wrap {
	display: flex;
	margin-top: 65px;
}
.ins_info .desc_wrap .icon_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ins_info .desc_wrap .icon_box + .icon_box {
	border-left: 1px solid #cecece;
}
.ins_info .desc_wrap .bottom_box .desc {
	color: #686868;
	line-height: 1.5;
	text-align: center;
}
.ins_info .desc_wrap.single_flex .top_box {
	text-align: center;
}
.ins_info .ins_process {
	display: flex;
	gap: 40px;
}
.ins_info .ins_process .con {
	flex: 1;
	padding: 25px;
	border: 1px solid #cecece;
	border-radius: 10px;
	display: inline-flex;
	flex-direction: column;
}
.ins_info .ins_process .process_wrap {
	display: inline-flex;
	flex-direction: column;
	gap: 30px;
}
.ins_info .ins_process .ins_con_tit span {
	display: block;
	font-weight: 700;
	color: var(--main_color);
	margin-bottom: 10px;
}
.ins_info .ins_process .ins_con_tit {
	font-weight: 700;
	color: var(--main_color);
	margin-bottom: 20px;
	font-size: 20px;
}
.ins_info .ins_process .process_wrap li {
	background-color: #efefef;
	padding: 10px 15px;
	color: #686868;
	position: relative;
}
.ins_info .ins_process .process_wrap li + li::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 8px;
	background-image: url(../images/user/sub/process_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.ins_info .process_wrap.one_box {
	height: 100%;
}
.ins_info .process_wrap.one_box li {
	height: 100%;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}
.ins_info .last_info {
	font-size: 18px;
	color: #686868;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #cecece;
	line-height: 1.5;
}
.ins_info .last_info b {
	font-weight: 700;
	font-size: 18px;
	color: #686868;
	line-height: 1.5;
}
.ins_info .last_info_wrap {
	margin-top: 5px;
}
.ins_info .last_info_wrap .border_box {
	border: 1px solid #cecece;
	padding: 10px 15px;
	font-size: 18px;
	color: #686868;
	margin-top: 10px;
	border-radius: 5px;
}
.ins_info .last_info_wrap .border_box span {
	font-weight: 700;
	display: inline-block;
	color: #686868;
}
.ins_info .last_info_wrap .border_box span::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../images/user/sub/call_ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 7px;
}
.ins_wrap .last_con .desc_wrap {
	display: flex;
	flex-direction: column;
	margin-top: 0px;
}
.ins_info .last_con .border_box {
	padding: 20px 30px;
	text-align: center;
}
.ins_info .last_con .border_box p {
	font-size: 16px;
	color: #686868;
	line-height: 1.5;
}
.ins_info .last_con .border_box p.p_tit {
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.ins_how {
	background-color: var(--main_bg);
}
.ins_how .icon_box {
	display: flex;
	gap: 40px;
	width: 100%;
}
.ins_how .icon_box > div {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 30px 40px;
	border-radius: 10px;
}
p.desc:has(.num_span) {
	text-align: left;
	position: relative;
	padding-left: 1.2em;
	line-height: 1.5;
}
.ins_how .icon_box .bottom_box > .bottom_info {
	color: var(--main_color);
	margin-top: 0;
}
.ins_how .icon_box .bottom_box > p + p {
	margin-top: 5px;
}
.num_span {
	color: #686868;
	position: absolute;
	top: 0;
	left: 0;
}
.ins_how .info_wrap {
	margin-block: 15px;
}
.ins_how .info_wrap p {
	text-align: left;
	color: var(--main_color);
	line-height: 1.5;
}
.ins_how .info_wrap p b {
	font-weight: 700;
	color: var(--main_color);
}
.ins_wrap .info_wrap .icon_wrap {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.ins_how .btn_wrap {
	margin-top: 20px;
	text-align: center;
}

.ins_how .default_btn {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	background-color: var(--main_color);
	border-radius: 50px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
}
.ins_how .default_btn img {
	filter: brightness(24) saturate(0);
	vertical-align: bottom;
}
.ins_wrap .default_btn .icon_wrap {
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	margin-left: 5px;
}
.training_list_wrap .con_wrap {
	display: flex;
	gap: 45px;
}
.training_list_wrap .icon_wrap {
	display: inline-block;
	width: 55px;
	height: 55px;
}
.training_list_wrap .con {
	flex: 1;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid #cecece;
	padding: 20px;
	align-items: center;
	gap: 8px;
	justify-content: center;
	position: relative;
}
.training_list_wrap .con + .con::before {
	content: "";
	width: 12px;
	height: 24px;
	display: inline-block;
	background-image: url("../images/user/sub/next_arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.training_list_wrap .con span {
	font-weight: 700;
	color: #6b6b6b;
}
.cs_center_intro .desc {
	font-size: 22px;
}
.cs_center_intro .con_tit_wrap {
	margin-bottom: 20px;
}
.desc {
	font-size: 22px;
}
.partners_list .list_table td {
	text-align: center;
}
.con_ready .con_tag,
.con_finish .con_tag {
	cursor: default;
}
tr .con_tag {
	font-weight: 400;
	color: #fff;
	background-color: var(--color_01);
	padding: 2px 15px 4px;
	border-radius: 10px;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color_01);
}
tr.con_ready .con_tag {
	color: var(--color_01);
	background-color: #fff;
	border: 1px solid var(--color_01);
}
tr.con_finish .con_tag {
	color: #fff;
	background-color: #acacac;
	border: 1px solid #acacac;
}
.sch_wrap {
	display: flex;
	margin-bottom: 18px;
}
.sch_wrap form {
	display: flex;
	width: 100%;
}
.sch_wrap .jc_fe {
	justify-content: flex-end;
}
.sch_wrap .jc_sb {
	justify-content: space-between;
	align-items: center;
}
.sch_wrap .sch_form {
	display: flex;
	max-width: 500px;
	gap: 5px;
	width: 100%;
}
.sch_wrap .submit_btn {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background-color: var(--main_color);
	border-radius: 10px;
	height: 50px;
	padding-inline: 25px;
}
.sch_wrap input[type="text"] {
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 18px;
}
.sch_wrap select {
	-webkit-border-radius: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 50px;
	padding: 5px 35px 5px 15px;
	border: 1px solid #ddd;
	color: var(--font_color);
	font-weight: 400;
	background: url(../images/user/sub/select_ico.png) no-repeat right 12px center;
	border-radius: 10px;
	font-size: 18px;
}
.td_file {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.notice_list .list_table td {
	text-align: center;
}
.list_table td.td_title {
	text-align: left;
}
.list_table td.td_title a {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	min-height: calc(1.3em * 1);
	line-height: 2.5;
	text-align: left;
}
.sub_wrap section.faq_list {
	padding-bottom: 180px;
}
.faq_list ul {
	display: flex;
	flex-direction: column;
}
.faq_list ul li {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #cecece;
}
.faq_list ul li:first-of-type {
	border-top: 1px solid var(--main_color);
}
.faq_list ul li:last-of-type {
	border-bottom: 1px solid var(--main_color);
}
.faq_list ul li button {
	display: flex;
	justify-content: space-between;
	padding: 15px 25px;
	gap: 10px;
}
.faq_list ul li button :where(p, span) {
	color: var(--main_color);
	font-weight: 600;
	font-size: 20px;
}
.faq_list ul li button .icon_wrap {
	display: inline-block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	transition: 0.3s;
}
.faq_list ul li.active button .icon_wrap {
	transform: rotate(180deg);
	transition: 0.3s;
}
.faq_list ul li .con {
	display: none;
	background-color: var(--main_bg);
	padding: 15px calc(25px + 1.2em);
	text-align: left;
}
.contact_form ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 35px;
}
.contact_form li {
	flex: 100%;
}
.contact_form li.li_part {
	flex: 1 1 30%;
}
.contact_form li label {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.contact_form li label.chk_wrap {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 10px;
	height: 50px;
	cursor: pointer;
}
.contact_form li label.chk_wrap span {
	font-size: 20px;
}
.contact_form li .pw_wrap {
	display: inline-flex;
	gap: 7px;
}
.contact_form .chk_li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
}
.contact_form .chk_li .span_tit {
	display: block;
	flex: 100%;
}
.contact_form li .span_tit {
	font-size: 20px;
	color: #6b6b6b;
}
.contact_form li textarea {
	height: 200px;
}
.contact_form li :where(textarea, input[type="text"], input[type="password"]) {
	border: 1px solid #cecece;
	border-radius: 10px;
	padding-inline: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	font-family: sans-serif;
}
.contact_form .file_wrap {
	margin-top: 12px;
}
.contact_form input[type="file"] {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.contact_form .file_btn {
	color: #686868;
	padding: 6px 12px 8px;
	border: 1px solid #686868;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 1px;
	display: inline-block;
	max-width: 103px;
	text-align: center;
}
.contact_form .selected_file_wrap {
	display: inline-flex;
	margin-left: 5px;
	align-items: center;
	gap: 3px;
	display: none;
}
.contact_form .selected_file_wrap span {
	font-size: 18px;
	color: #686868;
	text-decoration: underline;
	margin-right: 3px;
}
.contact_form .selected_file_wrap button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	background-color: #686868;
	padding-top: 1px;
}
.contact_form .selected_file_wrap button img {
	filter: invert(1) brightness(4);
	display: inline-block;
	width: 50%;
	height: 50%;
	object-fit: contain;
}
.contact_form .submit_wrap {
	margin-top: 45px;
	text-align: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.sub_wrap section.contact_form_wrap {
	padding-bottom: 100px;
}
.contact_form .btn_wrap :where(a, button) {
	max-width: 180px;
	width: 100%;
}
.contact_list .list_table td {
	text-align: center;
}
.pop_apply_form_wrap.pop_pw_chk .pop_apply_form {
	width: calc(100% - 40px);
	height: auto;
	max-width: 510px;
	padding: 30px 40px;
	text-align: center;
}
.pop_apply_form_wrap.pop_pw_chk input {
	width: calc(100% - 60px);
	border: 1px solid #cecece;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	max-width: 300px;
	font-size: 18px;
}
.pop_pw_chk .pop_apply_form .pop_tit_wrap div {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.pop_pw_chk .con_wrap {
	margin-top: 40px;
}
.pop_pw_chk .pop_apply_form .submit_btn {
	margin-top: 0;
	max-width: 300px;
	width: calc(100% - 60px);
}
.select_btn_wrap {
	display: flex;
}
.select_btn_wrap li button {
	font-size: 18px;
	color: #686868;
}
.select_btn_wrap li.active button {
	color: var(--main_color);
	font-weight: 500;
}
.select_btn_wrap li + li::before {
	content: "｜";
	display: inline-block;
	color: #cecece;
	margin-inline: 2px 3px;
}
.view_wrap .tit_wrap {
	padding: 20px 45px;
	border-bottom: 1px solid #cecece;
	position: relative;
}
.view_wrap .tit {
	width: calc(100% - 90px);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.notice_view .view_wrap .tit_wrap .tit {
	width: 100%;
}
.view_wrap .tit_wrap .tit_info span {
	font-size: 18px;
	color: #686868;
}
.view_wrap .tit_wrap .tit_info span + span::before {
	content: "｜";
	display: inline-block;
	color: #cecece;
	margin-inline: 1px 3px;
}
.view_wrap .con_tag {
	border-radius: 7px;
	position: absolute;
	top: 20px;
	right: 45px;
}
.notice_view .view_wrap .con_wrap {
	min-height: 40vh;
}
.view_wrap .con_wrap {
	padding: 40px;
	border-bottom: 1px solid #cecece;
}
.view_wrap .con_wrap :where(img, div, p, span, video, b) {
	width: 100%;
}
.view_wrap .con_wrap .con_answer {
	font-weight: 700;
	color: var(--main_color);
	margin-bottom: 1.2em;
}

.view_wrap {
	border-top: 1px solid var(--main_color);
}
.view_wrap + .view_wrap {
	margin-top: 3em;
}
.view_wrap > div:nth-last-of-type(1) {
	border-bottom: 1px solid var(--main_color);
}
.view_move_wrap {
	margin-top: 60px;
	border-block: 1px solid var(--main_color);
}
.view_wrap .file_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 45px;
}
.view_wrap .file_wrap span {
	font-size: 18px;
	font-weight: 700;
	color: var(--main_color);
}
.view_wrap .file_wrap a {
	display: inline-block;
	color: #686868;
	font-size: 18px;
}
.view_wrap .file_wrap a::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/user/sub/down_ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0.5);
	margin-left: 5px;
}
.view_wrap .file_wrap a:hover {
	text-decoration: underline;
}
.view_move_wrap > div {
	padding: 15px 45px;
	display: flex;
	align-items: center;
}
.view_move_wrap > div + div {
	border-top: 1px solid #cecece;
}
.view_move_wrap > div span {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
	min-width: 73px;
}
.view_move_wrap > div span::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-image: url(../images/user/sub/arrow_down.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.view_move_wrap > div a {
	font-size: 18px;
	color: #686868;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	min-height: calc(1.3em * 1);
}
.view_btn_wrap {
	margin-top: 40px;
	text-align: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.view_btn_wrap :where(a, button) {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	background-color: var(--main_color);
	border-radius: 50px;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
}
.view_btn_wrap :where(a, button).go_to_list::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url("../images/user/sub/menu_ico.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: inherit;
	margin-right: 5px;
}
.view_btn_wrap :where(a, button).edit_btn {
	background-color: #fff;
	color: var(--main_color);
	border: 1px solid var(--main_color);
}
.view_wrap .tit_info_wrap {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 50px;
}
.view_wrap .tit_info_wrap .tit_info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.view_wrap .tit_info_wrap .tit_info span + span::before {
	display: none;
}
/* 서브 */

@media (max-width: 1440px) {
	/* 공통 1440px */

	.quick_btn_wrap {
		right: 22px;
	}
	.quick_btn_wrap :where(a, button) {
		height: 55px;
		padding: 10px 15px 15px;
		width: 188px;
	}
	.quick_btn_wrap :where(a, button) img {
		width: 130px;
		object-fit: contain;
	}
	.quick_con_wrap {
		top: 141px;
	}
	.quick_con_wrap > div:first-of-type {
		top: calc(190px + 14px);
	}
	/* 공통 1440px */

	/* 헤더 1440px */
	header h1 {
		height: 50px;
	}
	header nav ul li :where(a, button) {
		font-size: 18px;
	}

	/* 헤더 1440px */

	/* 메인 1440px */
	.main_banner_wrap .desc_wrap .banner_tag {
		font-size: 18px;
	}
	.main_banner_wrap .desc_wrap .banner_tit div {
		font-size: 46px;
	}
	.main_banner_wrap .desc_wrap .banner_tit p {
		font-size: 21px;
	}
	.main_btn_wrap :where(a, button) {
		min-width: 190px;
		font-size: 18px;
	}
	/* 메인 1440px */

	/* 푸터 1440px */

	/* 푸터 1440px */

	/* 서브 1440px */
	.sub_wrap section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sub_wrap > .tit_wrap {
		margin-top: 60px;
	}
	.sub_wrap > .tit_wrap h2 {
		font-size: 32px;
	}
	.sub_tit_tab ul {
		max-width: 900px;
		top: 1px;
	}
	.sub_tit_tab ul li a {
		font-size: 18px;
	}
	.con_tit_wrap {
		margin-bottom: 25px;
	}
	.con_tit_wrap p {
		font-size: 26px;
	}
	.con .desc {
		font-size: 18px;
	}
	.cs_center_intro .desc {
		font-size: 20px;
	}
	.center_intro .full_img {
		height: 300px;
	}
	.center_intro .con {
		margin-top: 25px;
	}
	.center_intro .link {
		font-size: 18px;
	}
	.facility_list .img_wrap {
		/* height: 160px; */
	}
	.facility_list .desc_wrap {
		font-size: 16px;
	}
	.color_bg_wrap {
		padding-bottom: 100px;
	}
	.goal_list {
		gap: 20px;
	}
	.goal_list li {
		padding: 20px 15px;
	}
	.goal_list li .img_desc {
		font-size: 18px;
	}
	.training_list {
		gap: 20px;
	}
	.training_list li {
		max-width: calc((100% - 40px) / 3);
	}
	.training_list li .desc_wrap {
		padding: 20px;
		gap: 12px;
	}

	.training_list li .desc_wrap .tag_wrap span {
		font-size: 14px;
	}
	.training_list li .tit_wrap {
		font-size: 18px;
	}

	.training_list li .info_wrap .info {
		gap: 3px;
		font-size: 16px;
		letter-spacing: -0.5px;
	}
	.training_list li .info_wrap .info .date {
		font-size: 16px;
		letter-spacing: -0.5px;
		margin-left: 3px;
	}
	.program_calendar_wrap .fc-toolbar-chunk .fc-toolbar-title {
		font-size: 20px;
	}
	.list_table th {
		height: 45px;
		font-size: 16px;
	}
	.list_table td {
		height: 50px;
		font-size: 16px;
	}
	.class_list .list_table :where(th, td) {
		width: 60px;
	}
	.class_list .list_table td .list_tag {
		top: 7px;
	}
	.class_list .list_table :where(th, td).tb_period {
		width: 200px;
	}
	.class_list .list_table :where(th, td).tb_type {
		width: 100px;
	}
	.class_list tr:not(.con_ready, .con_finish) .apply_btn {
		font-size: 14px;
	}
	.class_list tr:where(.con_ready, .con_finish) .apply_btn {
		font-size: 14px;
	}
	.con_tag {
		font-size: 15px;
		padding: 2px 7px 4px;
		min-width: 72px;
	}
	.pop_apply_form .pop_tit_wrap div {
		font-size: 24px;
	}
	.sub_wrap section.move_back_wrap .wrap_1280 a {
		font-size: 18px;
	}

	.program_tit .wrap_1280 {
		gap: 30px;
		align-items: flex-start;
	}
	.program_tit .desc_wrap .con_type {
		font-size: 16px;
		margin-bottom: 9px;
	}
	.program_tit .desc_wrap .con_tit {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.program_tit .desc_wrap .con_desc p {
		font-size: 16px;
	}
	.con p.p_chk {
		font-size: 16px;
	}
	.training_list_wrap .con_wrap {
		gap: 35px;
	}
	.training_list_wrap .con + .con::before {
		left: -24px;
	}

	tr .con_tag {
		padding: 2px 12px 4px;
		font-size: 14px;
	}
	.sch_wrap {
		margin-bottom: 20px;
	}
	.sch_wrap input[type="text"] {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.sch_wrap .submit_btn {
		font-size: 18px;
		height: 45px;
		padding-inline: 20px;
	}
	.sch_wrap select {
		height: 45px;
		font-size: 16px;
	}
	.td_file {
		width: 18px;
		height: 18px;
	}
	.faq_list ul li button :where(p, span) {
		font-size: 18px;
	}
	.contact_form ul {
		gap: 15px 20px;
	}
	.contact_form li .span_tit {
		font-size: 18px;
	}
	.contact_form
		li
		:where(textarea, input[type="text"], input[type="password"]) {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.contact_form li label.chk_wrap {
		height: auto;
	}
	.contact_form li label.chk_wrap span {
		font-size: 16px;
	}
	.pop_pw_chk .pop_apply_form .pop_tit_wrap div {
		font-size: 20px;
	}
	.view_wrap .tit_wrap {
		padding: 20px 25px;
	}
	.view_wrap .tit_wrap .tit_info span {
		font-size: 16px;
	}
	.view_wrap .con_wrap {
		padding: 20px 25px;
	}
	.view_wrap .tit_info_wrap {
		padding: 0;
		border-bottom: 0;
		margin-bottom: 25px;
	}
	.view_wrap .file_wrap {
		padding: 20px 25px;
	}
	.view_wrap .file_wrap span {
		font-size: 16px;
	}
	.view_wrap .file_wrap a {
		font-size: 16px;
	}
	.view_wrap > div:nth-last-of-type(1) {
		border-bottom: 1px solid var(--main_color);
	}
	.view_wrap .file_wrap a::after {
		width: 16px;
		height: 16px;
	}
	.view_move_wrap > div {
		padding: 15px 25px;
	}
	.view_move_wrap > div span {
		font-size: 16px;
		min-width: 67px;
	}
	.view_move_wrap > div a {
		font-size: 16px;
	}
	.view_wrap .con_tag {
		right: 25px;
	}
	/* 서브 1440px */
}

@media (max-width: 1024px) {
	/* 공통 1024px */
	.hidden {
		/* height: 100%;
    min-height: 100%; */
		overflow: hidden !important;
		touch-action: none;
	}
	.M_only {
		display: revert;
	}
	.none_1024 {
		display: none;
	}
	.pagination {
		padding-bottom: 60px;
	}
	.pagination a {
		width: 34px;
		height: 34px;
		font-size: 16px;
		padding-bottom: 2px;
	}

	.quick_con_wrap {
		display: none;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: #0000004b;
	}
	.quick_con_wrap > div .li_logo {
		margin-bottom: 15px;
	}
	.quick_con_wrap.active {
		display: flex;
		justify-content: center;
	}
	.quick_con_wrap > div {
		position: absolute;
		top: calc(15vh + 70px);
		max-width: 760px;
		display: none;
		border-radius: 15px;
		right: unset;
		height: auto;
		width: calc(100% - 40px);
		padding: 20px 25px;
	}
	.quick_con_wrap > div.active {
		display: block;
		right: unset;
	}
	.quick_con_wrap > div:first-of-type {
		top: calc(15vh + 70px);
	}
	.quick_con_wrap > div ul {
		gap: 7px;
		height: unset;
	}
	.quick_con_wrap > div .close_btn {
		top: 15px;
		right: 12px;
		font-size: 15px;
	}
	.quick_con_wrap > div ul li {
		letter-spacing: -0.6px;
	}

	/* 공통 1024px */

	/* 헤더 1024px */
	.header_wrap {
		height: 70px;
	}
	header nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		display: inline-block;
		transition: transform 1s;
		transform: translateX(100%);
		height: 100vh;
		width: 100vw;
		background-color: #000000d6;
		max-width: unset;
	}

	header nav.active {
		display: inline-block;
		transition: transform 1s;
		transform: translateX(0);
	}

	.menu_btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 14px;
		padding: 15px;
		cursor: pointer;
		z-index: 101;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		border: none;
		background-color: transparent;
	}

	.menu_btn .bar:nth-of-type(1) {
		margin-top: 0px;
	}

	.menu_btn .bar:nth-of-type(3) {
		margin-bottom: 0px;
	}

	.bar {
		position: relative;
		display: block;

		width: 20px;
		height: 2px;

		margin: 6px auto;
		background-color: #fff;

		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	header.active .bar {
		background-color: #000;
	}

	.cross .bar {
		background-color: #ccc !important;
	}

	.cross .bar:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		-ms-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.cross .bar:nth-of-type(2) {
		opacity: 0;
	}

	.cross .bar:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		-ms-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	header nav ul {
		justify-content: flex-start;
		flex-direction: column;
		text-align: center;
		padding-top: 80px;
		gap: 15px;
	}
	header nav ul li {
		height: auto;
	}
	header.active nav ul li a {
		color: #fff;
	}
	/* 헤더 1024px */

	/* 메인 1024px */
	.main_banner_wrap {
		height: calc(100vh - 106px);
	}
	.main_banner_wrap .desc_wrap {
		padding-inline: 40px;
	}
	.main_banner_wrap .desc_wrap .banner_tag {
		font-size: 16px;
	}
	.main_banner_wrap .desc_wrap .banner_tit div {
		font-size: 5.4vw;
		margin-block: 0.2em 0.1em;
	}
	.main_banner_wrap .desc_wrap .banner_tit p {
		font-size: 18px;
	}
	.main_btn_wrap {
		margin-top: 20px;
		gap: 10px;
	}
	.main_btn_wrap :where(a, button) {
		min-width: 170px;
		font-size: 16px;
	}
	.main_control_wrap {
		bottom: 50px;
	}

	/* 메인 1024px */

	/* 푸터 1024px */
	footer .top_wrap {
		height: 65px;
	}
	footer .cowork_logo_wrap {
		width: calc(100% - 130px);
	}
	footer .family_site {
		width: 110px;
		font-size: 13px;
		background-position: 95% center;
		padding-right: 25px;
		margin-left: 20px;
	}
	footer .bottom_wrap {
		height: 40px;
		font-size: 14px;
	}
	/* 푸터 1024px */

	/* 서브 1024px */
	.sub_wrap {
		padding-top: 70px;
	}
	.sub_wrap section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sub_wrap > .tit_wrap {
		margin-top: 50px;
	}
	.sub_wrap > .tit_wrap h2 {
		font-size: 28px;
	}
	.sub_wrap section.sub_tit_tab {
		display: block;
		width: calc(100% - 40px);
		position: relative;
		height: 45px;
		margin-inline: auto;
		max-width: 700px;
	}
	.sub_tit_tab .tab_wrap {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.sub_tit_tab .selected_tit {
		display: inline-block;
		width: 100%;
		height: 45px;
		border: 1px solid #ddd;
		line-height: 45px;
		position: relative;
	}
	.sub_tit_tab .selected_tit::before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 9px;
		background-image: url(../images/user/sub/select_arrow.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		transform: rotate(0);
		transition: 0.3s;
		right: 15px;
		bottom: 40%;
		filter: opacity(0.7);
		transform-origin: unset;
	}
	.sub_tit_tab .tab_wrap.open .selected_tit::before {
		transform: rotate(180deg);
		transition: 0.3s;
	}
	.sub_tit_tab .selected_tit button {
		width: 100%;
		height: 100%;
		font-weight: 700;
		text-align: center;
	}
	.sub_tit_tab ul {
		display: block;
		width: 100%;
		border: 1px solid #ddd;
		top: -1px;
		display: none;
	}
	.sub_tit_tab ul li {
		border-radius: 0 !important;
		border: 0;
		height: 45px;
		line-height: 45px;
		background-color: #fff;
	}
	.sub_tit_tab ul li + li {
		border-top: 1px solid #ddd;
	}
	.sub_tit_tab ul li a {
		font-size: 16px;
	}
	.sub_tit_tab ul li.active {
		border-color: #ddd;
	}
	.sub_tit_tab ul li.active a {
		font-weight: 500;
	}
	.con_tit_wrap {
		margin-bottom: 20px;
	}
	.con_tit_wrap p {
		font-size: 22px;
	}
	.con .desc {
		font-size: 16px;
	}
	.cs_center_intro .desc {
		font-size: 18px;
	}
	.center_intro .full_img {
		height: auto;
		aspect-ratio: 1 / 0.4;
	}
	.center_intro .con {
		margin-top: 20px;
	}
	.center_intro .desc_wrap .logo img {
		width: 180px;
	}
	.center_intro .link {
		font-size: 16px;
	}
	.facility_list .img_wrap {
		/* height: 120px; */
	}
	.facility_list .desc_wrap {
		font-size: 16px;
	}
	.goal_list li .icon_wrap {
		width: 50px;
		height: 50px;
		margin-bottom: 5px;
	}
	.goal_list li .img_desc {
		font-size: 16px;
		line-height: 1.3;
	}
	.goal_list li .desc {
		line-height: 1.3;
	}
	.business_who .con {
		padding: 25px 35px;
	}
	.business_who .icon_wrap {
		width: 50px;
		height: 50px;
	}
	.training_list li .desc_wrap {
		padding: 15px;
		gap: 8px;
	}
	.training_list li .tit_wrap {
		font-size: 16px;
	}
	.training_list li .desc_wrap .tag_wrap span {
		font-size: 12px;
	}
	.training_list li .info_wrap .info .icon_wrap {
		display: inline-block;
		width: 16px;
		height: 16px;
	}
	.training_list li .info_wrap .info {
		font-size: 14px;
		gap: 0 4px;
		flex-wrap: wrap;
	}
	.training_list li .info_wrap .info .icon_wrap img {
		vertical-align: sub;
	}
	.training_list li .info_wrap .info .date {
		font-size: 14px;
		margin-left: 1px;
		display: block;
	}

	.training_list li .info_wrap {
		gap: 2px;
	}
	.program_calendar_wrap .fc-toolbar-chunk .fc-toolbar-title {
		font-size: 18px;
	}
	.program_calendar_wrap .fc .fc-button-primary {
		font-size: 18px;
	}
	.list_table {
		table-layout: fixed;
	}
	.notice_list .list_table {
		table-layout: initial;
	}
	.list_table th {
		font-size: 15px;
		padding: 5px 10px 5px 5px;
		word-break: break-all;
	}
	.list_table td {
		font-size: 15px;
	}
	.class_list .list_table :where(th, td).tb_period {
		width: 110px;
	}

	.con_tag {
		font-size: 14px;
		padding: 2px 5px;
		min-width: 64px;
	}
	.class_list.by_num .list_table :where(th, td).tb_period span {
		display: inline-table;
	}
	.class_list .list_table :where(th, td).tb_time {
		width: 100px;
	}
	.pop_apply_form .apply_form .span_tit {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.pop_apply_form_wrap .pop_apply_form {
		padding: 25px 20px 30px 20px;
	}
	.pop_apply_form .pop_tit_wrap .close_btn {
		width: 18px;
		height: 18px;
	}
	.pop_apply_form
		.apply_form
		label
		:where(input[type="text"], input[type="password"]) {
		padding: 5px 10px 3px;
		height: 40px;
	}
	.pop_apply_form .apply_form .p_info {
		font-size: 14px;
	}
	.pop_apply_form .selected_file_wrap span {
		font-size: 16px;
	}
	.pop_apply_form .agree_wrap {
		padding: 15px;
		height: 170px;
		font-size: 15px;
	}

	.pop_apply_form .agree_chk_wrap span {
		font-size: 16px;
	}
	.pop_apply_form .submit_wrap {
		font-size: 16px;
	}
	.btn_wrap .submit_btn {
		font-size: 18px;
		padding: 7px 15px;
		min-width: 160px;
	}
	.sub_wrap section.move_back_wrap .wrap_1280 {
		padding-block: 30px 10px;
	}
	.program_tit .wrap_1280 {
		padding: 30px 20px;
		gap: 15px;
	}
	.program_tit .desc_wrap .con_tit {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.ins_intro .color_bg_wrap .full_img_bg {
		height: 250px;
	}
	.ins_intro .desc_con_wrap {
		top: 90px;
	}
	.ins_intro .color_bg_wrap {
		padding-bottom: 150px;
	}
	.ins_info .con_flex .icon_box {
		padding-inline: 20px;
	}
	.ins_intro .desc_con_wrap .desc_con {
		padding: 30px;
	}
	.ins_wrap .icon_box .top_box span {
		font-size: 18px;
	}
	.ins_intro .icon_box > div {
		padding: 20px 25px;
	}
	.ins_wrap .icon_wrap {
		width: 60px;
		height: 60px;
	}
	.ins_how .icon_box > div {
		padding: 20px 25px;
	}
	.ins_how .bottom_box {
		flex: auto;
	}
	.ins_how .icon_box {
		gap: 20px;
	}
	.ins_info .ins_process {
		gap: 20px;
		flex-wrap: wrap;
	}
	.ins_info .ins_process .con {
		padding: 20px;
		flex: 1 1 45%;
	}
	.ins_how .default_btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		max-width: 240px;
		padding: 7px 12px;
		font-size: 16px;
	}
	.ins_info .ins_process .ins_con_tit {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.ins_how .btn_wrap {
		margin-top: 14px;
	}

	.ins_info .last_info b {
		font-size: 16px;
	}
	.ins_info .last_info {
		padding-top: 10px;
		margin-top: 15px;
		font-size: 16px;
	}
	.ins_intro .icon_box {
		gap: 20px;
	}
	.sch_wrap {
		margin-bottom: 20px;
	}
	.sch_wrap .sch_form {
		max-width: 380px;
	}
	.sch_wrap .submit_btn {
		font-size: 16px;
	}
	.faq_list ul li button :where(p, span) {
		font-size: 16px;
	}
	.pop_apply_form_wrap.pop_pw_chk input {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.pop_pw_chk .pop_apply_form .pop_tit_wrap div {
		font-size: 18px;
	}
	.select_btn_wrap li button {
		font-size: 16px;
	}
	.select_btn_wrap li + li::before {
		margin-inline: 1px 2px;
	}
	.sch_wrap .jc_sb {
		align-items: flex-end;
	}
	.view_btn_wrap :where(a, button) {
		font-size: 16px;
	}
	.pop_apply_form .id_num_wrap .form_s_btn {
		padding: 5px 10px;
		height: 40px;
		font-size: 14px;
	}
	/* 서브 1024px */
}

@media (max-width: 768px) {
	/* 공통 768px */
	.none_768 {
		display: none !important;
	}
	.only_768 {
		display: revert !important;
	}

	.quick_wrap {
		position: unset;
		top: unset;
		bottom: 115px;
	}
	.quick_btn_wrap {
		gap: 0;
		position: unset;
		transform: unset;
		flex-direction: row-reverse;
		border-top: 1px solid #cecece;
	}
	.quick_btn_wrap :where(a, button) {
		height: 50px;
		width: 100%;
		flex: 1;
		padding: 15px 25px 10px;

		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		box-shadow: none;
	}
	.quick_btn_wrap :where(a, button):first-of-type {
		border-left: 1px solid #cecece;
	}
	.quick_btn_wrap img {
		width: 100%;
		height: 100%;
	}
	/* .quick_btn_wrap button.icon6 img {
		content: url(../images/user/common/logo_6_small.png);
	}
	.quick_btn_wrap button.icon4 img {
		content: url(../images/user/common/logo_4_small.png);
	} */

	/* 공통 768px */

	/* 헤더 768px */
	header h1 {
		height: 40px;
	}

	/* 헤더 768px */

	/* 메인 768px */
	.main_banner_wrap {
		height: calc(100vh - 103px);
	}
	.main_banner_wrap .desc_wrap .banner_tag {
		font-size: 14px;
		padding: 6px 16px;
	}
	.main_banner_wrap .desc_wrap .banner_tit div {
		font-size: 6vw;
		margin-block: 0.4em 0.2em;
	}
	.main_banner_wrap .desc_wrap .banner_tit p {
		font-size: 16px;
	}
	.main_btn_wrap {
		gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}
	.main_btn_wrap :where(a, button) {
		font-size: 14px;
	}
	.main_banner_wrap .swiper-pagination-fraction {
		font-size: 16px;
	}
	/* 메인 768px */

	/* 푸터 768px */
	footer .top_wrap {
		display: flex;
		height: 55px;
		display: none;
	}

	footer .cowork_logo_wrap {
		width: calc(100% - 120px);
		gap: 10px;
	}
	footer .family_site {
		margin-left: 10px;
	}
	footer .bottom_wrap {
		height: 52px;
		color: #bfbfbf;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
		text-align: left;
		border-top: none;
	}
	.quick_btn_wrap :where(a, button):hover {
		transition: 0;
		transform: translateY(0);
	}
	/* 푸터 768px */

	/* 서브 768px */
	.sub_wrap > .tit_wrap {
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.sub_wrap > .tit_wrap h2 {
		font-size: 24px;
	}
	.cs_center_intro .desc {
		font-size: 16px;
	}
	.con_tit_wrap p {
		font-size: 20px;
	}
	/* .facility_list {
		gap: 10px;
		flex-wrap: wrap;
		max-width: 500px;
		margin-inline: auto;
	}
	.facility_list li {
		gap: 5px;
		flex: 1 1 45%;
	} */
	/* .facility_list .img_wrap {
		width: 100%;
	} */
	.color_bg_wrap {
		padding-bottom: 50px;
	}
	.business_intro .full_img_bg + .desc_wrap {
		padding: 35px 25px;
	}
	.business_detail_section .business_detail {
		display: flex;
		justify-content: center;
	}
	.business_detail_section .business1 img {
		content: url(../images/user/sub/business_detail1_m.png);
		max-width: 400px;
	}
	.business_detail_section .business2 img {
		content: url(../images/user/sub/business_detail2_m.png);
		max-width: 400px;
	}

	.goal_list {
		gap: 10px;
		flex-direction: column;
	}
	.training_list li {
		max-width: calc((100% - 20px) / 2);
		flex: 1 1 45%;
	}
	.training_list li .desc_wrap {
		padding: 20px 16px;
		gap: 12px;
	}
	:where(.curriculum_wrap, .program_outline_wrap) .list_table td {
		font-size: 14px;
	}
	.class_list .m_tit {
		display: inline-block;
		color: #686868;
		margin-right: 5px;
	}
	.class_list .list_table {
		display: block;
	}
	.class_list .list_table :where(tbody, tr, td) {
		display: block;
		width: 100%;
	}
	.class_list .list_table tbody tr {
		padding: 8px 5px;
		position: relative;
	}
	.class_list .list_table tbody tr:first-child {
		border-top: 1px solid #bbb;
	}
	.class_list .list_table td {
		text-align: left;
		height: auto;
		padding: 3px 5px;
	}
	.class_list thead {
		display: none;
	}
	.class_list .list_table :where(th, td).tb_subject {
		width: 100%;
	}
	.class_list .list_table :where(th, td).tb_type {
		width: 100%;
	}
	.class_list .list_table :where(th, td).tb_period {
		width: 100%;
	}
	.class_list .list_table td a {
		font-weight: 600;
		padding-left: 0;
	}

	.class_list .list_table td .list_tag {
		position: unset;
		margin-right: 6px;
	}

	.class_list .list_table td.tb_condition {
		position: absolute;
		bottom: 4px;
		right: 0;
		width: auto;
	}
	.class_list.by_num .list_table td.tb_condition {
		top: 5px;
		right: 0;
		bottom: unset;
	}
	.class_list.by_num .list_table :where(th, td).tb_apply {
		width: 100%;
		padding: 3px 0;
		text-align: right;
	}
	.class_list tr:where(.con_ready, .con_finish) .tb_apply {
		display: none;
	}
	.class_list .list_table :where(th, td).tb_time {
		width: 100%;
	}
	.class_list tr:not(.con_ready, .con_finish) .apply_btn {
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 400;
		width: 100%;
		text-align: center;
		max-width: 130px;
	}
	.class_list tr:not(.con_ready, .con_finish) .apply_btn::after {
		width: 14px;
		height: 13px;
		margin-left: 5px;
	}
	.curriculum_wrap .list_table :where(td + td) {
		padding: 5px;
	}

	.pop_apply_form .apply_form {
		padding-right: 5px;
	}
	.pop_apply_form .pop_tit_wrap div {
		font-size: 20px;
	}
	.pop_apply_form .pop_tit_wrap .close_btn {
		width: 16px;
		height: 16px;
	}
	.pop_apply_form .apply_info .info_tit {
		font-size: 16px;
		margin-bottom: 0;
	}
	.pop_apply_form .apply_info .info_wrap span {
		display: inline-block;
		font-size: 16px;
	}
	.btn_wrap .submit_btn {
		font-size: 16px;
		padding: 6px 15px;
		min-width: 140px;
	}

	.sub_wrap section.move_back_wrap .wrap_1280 a {
		font-size: 16px;
	}
	.sub_wrap section.move_back_wrap .wrap_1280 {
		padding-inline: 0;
	}
	.program_tit .wrap_1280 {
		padding: 20px 10px;
		gap: 15px;
		flex-direction: column-reverse;
	}
	.program_tit .desc_wrap .con_tit {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.program_tit .img_wrap {
		flex: 100%;
		width: 100%;
		max-width: 500px;
	}
	.program_outline_wrap td {
		padding: 10px 10px;
	}
	.ins_how .icon_box {
		flex-direction: column;
		gap: 20px;
	}
	/* .ins_info .last_info b {
		font-size: 15px;
	}
	.ins_info .last_info {
		font-size: 15px;
	} */
	.ins_intro .icon_box {
		flex-direction: column;
	}
	.ins_info .desc_wrap {
		margin-top: 35px;
	}
	.ins_wrap .top_box .icon_wrap {
		width: 40px;
		height: 40px;
		margin-bottom: 7px;
	}
	.ins_how .default_btn img {
		vertical-align: text-bottom;
	}
	.program_calendar_wrap .fc-toolbar-chunk {
		min-width: 70px;
	}
	.program_calendar_wrap .fc .fc-button-primary.fc-col_info-button {
		font-size: 14px;
		padding-inline: 0;
	}
	.program_calendar_wrap .fc .fc-button-primary.fc-col_info-button::before {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
	.program_calendar_wrap .fc-daygrid-block-event .fc-event-title {
		font-size: 12px;
	}
	.training_list_wrap .con span {
		font-size: 16px;
	}
	.training_list_wrap .con_wrap {
		gap: 25px;
		display: grid;
	}
	.training_list_wrap .con {
		padding: 10px;
		gap: 5px;
		flex: 1 1 45%;
		grid-area: 1/1;
	}
	.training_list_wrap .con:nth-of-type(2) {
		grid-area: 1/2;
	}
	.training_list_wrap .con:nth-of-type(3) {
		grid-area: 2/2;
	}
	.training_list_wrap .con:nth-of-type(4) {
		grid-area: 2/1;
	}
	.training_list_wrap .con:nth-of-type(4)::before {
		display: none;
	}
	.training_list_wrap .con + .con::before {
		left: -17px;
		width: 10px;
		height: 20px;
	}
	.training_list_wrap .con:nth-of-type(3)::after {
		content: "";
		width: 10px;
		height: 20px;
		display: inline-block;
		background-image: url(../images/user/sub/next_arrow.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 50%;
		top: -24px;
		transform: translateX(-50%) rotate(90deg);
	}
	.training_list_wrap .con:nth-of-type(3)::before {
		transform: translateY(-50%) rotate(180deg);
		left: -19px;
	}
	.partners_list .list_table {
		display: block;
	}
	.partners_list .list_table :where(tbody, tr, td) {
		display: block;
		width: 100%;
	}
	.partners_list .list_table tbody tr {
		padding: 8px 5px;
		position: relative;
	}
	.partners_list .list_table tbody tr:first-child {
		border-top: 1px solid #bbb;
	}
	.partners_list .list_table td {
		text-align: left;
		height: auto;
		padding: 3px 5px;
	}
	.partners_list thead {
		display: none;
	}
	.m_tit {
		display: inline-block;
		color: #686868;
		margin-right: 6px;
	}
	.list_table td.abs_btn {
		position: absolute;
		bottom: 4px;
		right: 0;
		width: auto;
	}
	.sub_wrap section.cs_center_intro {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cs_center_intro .con_tit_wrap {
		margin-bottom: 10px;
	}
	.sch_wrap .sch_form {
		max-width: 300px;
	}
	.sch_wrap input[type="text"] {
		height: 40px;
		line-height: 40px;
	}
	.sch_wrap .submit_btn {
		height: 40px;
	}
	.sch_wrap select {
		height: 40px;
		font-size: 16px;
	}
	.list_table .td_date {
		width: 25% !important;
	}
	.faq_list ul li button {
		padding: 12px 15px;
	}
	.faq_list ul li .con {
		padding: 12px calc(15px + 1.2em);
	}
	.faq_list ul li button .icon_wrap {
		width: 25px;
		height: 25px;
		min-width: 25px;
	}
	.contact_form .chk_li {
		gap: 10px 20px;
	}
	.contact_form li label.chk_wrap:first-of-type {
		flex: 100%;
	}
	.contact_form li label.chk_wrap:last-of-type {
		flex: unset;
		width: 78px;
	}
	.contact_form li .pw_wrap {
		width: calc(100% - 98px);
		display: inline-flex;
		gap: 7px;
	}
	.pop_apply_form_wrap.pop_pw_chk .pop_apply_form {
		padding: 25px 25px;
	}
	.pop_pw_chk .con_wrap {
		margin-top: 25px;
	}
	.contact_form li .pw_wrap input {
		width: 50%;
	}
	.contact_form .btn_wrap .submit_btn {
		padding: 10px 15px;
	}
	.pop_apply_form .submit_wrap {
		margin-top: 15px;
	}
	.contact_list .list_table {
		display: block;
	}
	.contact_list .list_table :where(tbody, tr, td) {
		display: block;
		width: 100%;
	}
	.contact_list .list_table tbody tr {
		padding: 8px 5px;
		position: relative;
	}
	.contact_list .list_table tbody tr:first-child {
		border-top: 1px solid #bbb;
	}
	.contact_list .list_table td {
		text-align: left;
		height: auto;
		padding: 3px 5px;
	}
	.contact_list thead {
		display: none;
	}
	.contact_list .list_table td.td_title a {
		line-height: 1.3;
		font-weight: 500;
	}
	.td_title .m_tit {
		color: #232323;
		font-weight: 500;
	}
	.sch_wrap .jc_sb {
		justify-content: center;
		align-items: center;
		gap: 15px;
		flex-direction: column;
	}
	.sch_wrap .jc_sb .sch_form {
		max-width: unset;
	}
	.view_wrap .tit_wrap {
		padding: 15px;
	}
	.view_wrap .tit_info_wrap {
		padding: 0;
		border-bottom: 0;
		margin-bottom: 20px;
	}
	.view_wrap .tit {
		font-size: 18px;
		width: calc(100% - 70px);
		margin-bottom: 7px;
	}

	.view_wrap .con_wrap {
		padding: 15px 15px;
	}
	.view_wrap .file_wrap {
		padding: 15px;
	}
	.view_wrap .file_wrap a::after {
		width: 16px;
		height: 16px;
	}
	.view_move_wrap > div {
		padding: 15px;
	}
	.view_move_wrap > div span {
		margin-right: 7px;
	}
	.view_wrap .con_tag {
		top: 15px;
		right: 15px;
	}
	.view_wrap + .view_wrap {
		margin-top: 2em;
	}
	/* 서브 768px */
}

@media (max-width: 500px) {
	/* 공통 500px */
	.only_500 {
		display: revert !important;
	}
	.pagination a {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
	.none_500 {
		display: none;
	}
	.quick_wrap {
		bottom: 120px;
	}
	.quick_con_wrap > div {
		padding: 20px 20px;
	}
	.quick_con_wrap > div .close_btn {
		top: 15px;
	}
	/* 공통 500px */

	/* 헤더 500px */
	/* 헤더 500px */

	/* 메인 500px */
	/* .main_banner_wrap {
		height: calc(100vh - 87px);
	} */
	.main_banner_wrap .desc_wrap .banner_tit div {
		font-size: 7.8vw;
	}
	/* 메인 500px */

	/* 푸터 500px */
	footer .family_site {
		width: 100%;
		margin-left: 0;
		max-width: 140px;
	}
	footer .cowork_logo_wrap {
		width: 100%;
		gap: 10px;
	}
	footer .top_wrap {
		flex-direction: column-reverse;
		justify-content: center;
		gap: 5px;
		height: 74px;
	}
	footer .bottom_wrap {
		color: #bfbfbf;
		font-size: 12px;
	}

	/* 푸터 500px */

	/* 서브 500px */
	.sub_wrap > .tit_wrap {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.center_intro .desc_wrap {
		margin-top: 30px;
	}
	.map_section .map {
		aspect-ratio: 4 / 2.5;
	}
	.business_who .desc {
		max-width: 250px;
	}
	.training_list li {
		max-width: unset;
		flex: 100%;
	}
	.list_table th {
		font-size: 14px;
		padding: 0px 10px 0px 5px;
		height: 40px;
	}
	.class_list.by_num .list_table :where(th, td).tb_apply {
		text-align: center;
	}
	.class_list tr:not(.con_ready, .con_finish) .apply_btn {
		max-width: unset;
	}

	.program_calendar_wrap .wrap_1280 {
		padding-inline: 10px;
	}
	.program_calendar_wrap .fc-toolbar-chunk .fc-toolbar-title {
		font-size: 16px;
	}
	.program_calendar_wrap .fc .fc-button-primary {
		font-size: 16px;
	}
	.program_calendar_wrap .fc-daygrid-block-event .fc-event-title {
		font-size: 10px;
	}
	.pop_apply_form_wrap .pop_apply_form {
		height: calc(100vh - 120px);
	}
	.pop_apply_form .file_btn {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}
	.pop_apply_form .selected_file_wrap {
		margin-bottom: 10px;
	}
	.pop_apply_form .agree_chk_wrap span {
		font-size: 15px;
	}
	.pop_apply_form .submit_wrap {
		font-size: 15px;
	}
	.ins_info .desc_wrap {
		flex-direction: column;
		gap: 25px;
	}
	.ins_info .desc_wrap .icon_box + .icon_box {
		border-left: 0;
	}
	.ins_how .default_btn {
		padding: 5px 12px;
	}
	.ins_wrap .default_btn .icon_wrap {
		width: 20px;
		height: 20px;
	}
	.ins_how .default_btn img {
		vertical-align: top;
	}
	.training_list_wrap .con + .con::before {
		width: 8px;
	}
	.training_list_wrap .con:nth-of-type(3)::after {
		width: 8px;
	}
	.training_list_wrap .con span {
		font-size: 15px;
	}

	.program_tit .desc_wrap .con_desc p::before {
		top: 3px;
		height: 0.6em;
	}

	.sch_wrap select {
		height: 38px;
	}
	.contact_form li .span_tit {
		font-size: 16px;
	}
	.contact_form .file_btn {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}
	.contact_form .selected_file_wrap {
		margin-bottom: 10px;
	}
	.contact_form li .pw_wrap {
		flex: 100%;
	}
	.contact_form .submit_wrap {
		margin-top: 25px;
	}

	.sch_wrap .sch_form {
		max-width: unset;
	}
	/* 서브 500px */
}
