@charset "utf-8";

/*페이지네이션*/
.pagi-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 55px;
}
.pagi-wrap .pagi_prev_box,
.pagi-wrap .pagi_next_box {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.pagi-wrap .pagi_prev_box2 {
	margin-right: 8px;
}
.pagi-wrap .pagi_next_box2 {
	margin-left: 8px;
}
.pagi-wrap .pagi_prev_box a,
.pagi-wrap .pagi_next_box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all .3s;
}
.pagi-wrap .pagi_prev_box a img,
.pagi-wrap .pagi_next_box a img {
	max-width: 100%;
	max-height: 11px;
}
.pagi-wrap .pg-num {
	width: 22px;
	line-height: 22px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	color: #313131;
	font-family: "Mulish", sans-serif;
}
.pagi-wrap .pg-num.active {
	width: 22px;
	height: 22px;
	background: #C53B47;
	color: #fff;
}

.pg_detail .subframe {
	padding: 0 20px;
}

/* animate */
[data-animate-up] {
	transform: translateY(13.89vw);
	opacity: 0;
	transition: all 0.7s;
}
[data-animate-up].on {
	transform: translateY(0);
	opacity: 1;
}
[data-animate-fade] {
	opacity: 0;
	transition: all 0.7s;
}
[data-animate-fade].on {
	opacity: 1;
}
[data-animate-last] {
	transform: translateY(36.81vw);
	transition: all 1s;
}
[data-animate-last].on {
	transform: translateY(0);
}

/* 브로우 소개 */
.brow_intro {
	padding-top: 60px;
	font-family: "SUIT", sans-serif
}
.brow_intro .sec_01 .img_box img {
	width: 100%;
}
.brow_intro .sec_01 .video_box video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.brow_intro .sec_02 {
	padding: 75px 0;
}
.brow_intro .sec_02 p {
	text-align: center;
}
.brow_intro .sec_02 p:first-child,
.brow_intro .sec_02 p:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #222222;
}
.brow_intro .sec_02 p:nth-child(2) {
	margin: 20px auto;
	font-size: 14px;
	font-weight: 700;
	color: #C53B47;
}
.brow_intro .sec_03 .img_box img {
	width: 100%;
}
.brow_intro .sec_04 {
	background-color: #F9F9F9;
	padding: 75px 0;
}
.brow_intro .sec_04 .tit_box {
	text-align: center;
	margin-bottom: 30px;
}
.brow_intro .sec_04 .tit_box span {
	display: inline-block;
	padding: 4px 22px;
	margin-bottom: 15px;
	border-radius: 14px;
	border: 1px solid #C53B47;
	font-size: 15px;
	font-weight: 700;
	color: #C53B47;
}
.brow_intro .sec_04 .tit_box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #222222;
}
.brow_intro .sec_04 .cont_box {
	width: calc(100% - 30px);
	margin: 0 auto;
}
.brow_intro .sec_04 .cont_box li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 29px 0;
	margin-bottom: 15px;
	border-radius: 8px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.10);
}
.brow_intro .sec_04 .cont_box li:last-child {
	margin-bottom: 0;
}
.brow_intro .sec_04 .cont_box li .img_box img {
	max-width: 100%;
	max-height: 41px;
}
.brow_intro .sec_04 .cont_box li .count_txt {
	font-size: 19px;
	font-weight: 800;
	color: #C53B47;
	line-height: 1.2;
}
.brow_intro .sec_04 .cont_box li .count_txt b {
	font-size: 33px;
	font-weight: 800;
	font-family: "Mulish", sans-serif;
}
.brow_intro .sec_04 .cont_box li p {
	font-size: 12px;
	font-weight: 400;
	color: #777777;
}
.brow_intro .sec_05 {
	padding: 132px 0;
	background-image: url('/common/img/about/sec-05-bg-m.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.brow_intro .sec_05 .img_box {
	text-align: center;
}
.brow_intro .sec_05 .img_box img {
	max-width: 100%;
	max-height: 192px;
}
.brow_intro .sec_06 {
	padding: 75px 0;
}
.brow_intro .sec_06 .tit_box {
	margin-bottom: 30px;
	text-align: center;
}
.brow_intro .sec_06 .tit_box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #222222;
	font-family: "Mulish", sans-serif;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile {
	position: relative;
	margin-bottom: 15px;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile:last-child {
	margin-bottom: 0;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .artist_img_box {
	overflow: hidden;
	border-radius: 15px;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .artist_img_box img {
	display: block;
	width: 100%;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .txt_box {
	position: absolute;
	top: 50%;
	left: 71%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: auto;
	text-align: center;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .txt_box p {
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	font-family: "Pretendard", "sans-serif";
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .txt_box span {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	font-family: "Pretendard", "sans-serif";
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .more_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 50em;
	overflow: hidden;
}
.brow_intro .sec_06 .artist_profile_box .artist_profile .more_btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	display: block;
}
.brow_intro .sec_07 {
	padding: 75px 0;
	background-color: #111111;
}
.brow_intro .sec_07 .tit_box {
	margin-bottom: 30px;
	text-align: center;
}
.brow_intro .sec_07 .tit_box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #FFFFFF;
	font-family: "Mulish", sans-serif;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile {
	position: relative;
	margin-bottom: 15px;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile:last-child {
	margin-bottom: 0;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .manager_img_box {
	overflow: hidden;
	border-radius: 15px;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .manager_img_box img {
	display: block;
	width: 100%;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .txt_box {
	position: absolute;
	top: 50%;
	left: 71%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 32%;
	text-align: center;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .txt_box p {
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: "Mulish", "sans-serif";
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .txt_box span {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	font-family: "Mulish", "sans-serif";
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .more_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 50em;
	overflow: hidden;
}
.brow_intro .sec_07 .manager_profile_box .manager_profile .more_btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	display: block;
}
.brow_intro .sec_08 {
	padding: 72px 0 75px;
	background-image: url('/common/img/about/sec-08-bg-m.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.brow_intro .sec_08 .tit_box {
	text-align: center;
}
.brow_intro .sec_08 .tit_box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #222222;
}
.brow_intro .sec_08 .img_box {
	text-align: center;
	margin: 27px auto 61px;
}
.brow_intro .sec_08 .img_box img {
	max-width: 100%;
	max-height: 21px;
}
.brow_intro .sec_08 .cont_box {
	max-width: 720px;
	margin: 0 auto 40px;
}
.brow_intro .sec_08 .cont_box .cont_list {
	background-color: rgba(255, 255, 255, 0.60);
	padding: 50px 15px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.10);
	margin-bottom: 15px;
}
.brow_intro .sec_08 .cont_box .cont_list:last-child {
	margin-bottom: 0;
}
.brow_intro .sec_08 .cont_box .cont_list h4 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 400;
	color: #222222;
}
.brow_intro .sec_08 .cont_box .cont_list h4 b {
	font-weight: 700;
}
.brow_intro .sec_08 .cont_box .cont_list p {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
}
.brow_intro .sec_08 .cont_box .cont_list p b {
	font-weight: 700;
	color: #C53B47;
}
.brow_intro .sec_08 .cont_box2 {
	padding-top: 107px;
	position: relative;
	text-align: center;
}
.brow_intro .sec_08 .cont_box2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 1px;
	height: 62px;
	background-color: #CCCCCC;
}
.brow_intro .sec_08 .cont_box2:after {
	content: '';
	position: absolute;
	top: 53px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #C53B47;
	border-radius: 50%;
	background-color: #FFFFFF;
}
.brow_intro .sec_08 .cont_box2 h3 {
	margin-bottom: 25px;
	font-size: 27px;
	font-weight: 800;
	color: #222222;
}
.brow_intro .sec_08 .cont_box2 h3 span {
	font-weight: 500;
}
.brow_intro .sec_08 .cont_box2 p {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
}
.brow_intro .sec_08 .cont_box2 p b {
	font-weight: 700;
	color: #C53B47;
	margin-top: 13px;
	display: inline-block;
}
.brow_intro .sec_09 {
	position: relative;
	overflow: hidden;
}
.brow_intro .sec_09 .txt_box {
	z-index: 9;
	position: absolute;
	/*top: 27%;*/
	top: calc(27% + 83px);
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	text-align: center;
}
.brow_intro .sec_09 .main_txt_box {
	top: 27%;
}
.brow_intro .sec_09 .txt_box .since {
	font-size: 20px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.30);
	font-family: "Mulish", sans-serif;
}
.brow_intro .sec_09 .txt_box .tit {
	margin-bottom: 14px;
	font-size: 35px;
	font-weight: 800;
	color: #FFFFFF;
}
.brow_intro .sec_09 .txt_box .desc {
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
}
.brow_intro .sec_09 .samjungSwiper {
	position: relative;
}
.brow_intro .sec_09 .samjungSwiper .swiper-slide {
	width:100%;
}
.brow_intro .sec_09 .samjungSwiper {
	background: url('/common/img/about/sec-09-bg-m.jpg') no-repeat center / cover;
}
.brow_intro .sec_09 .samjungSwiper .swiper-slide .img_box {
	width:100%;
	opacity: 0;
}
.brow_intro .sec_09 .samjungSwiper .swiper-slide .img_box img {
	width:100%;
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ {
	/*bottom: 27%;*/
	bottom:23%;
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__::after {
	content:'';
	top: 57px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	max-width: 500px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 4px solid rgba(255, 255, 255, 0.6);
	background-color: transparent;
	margin: 0 13%;
	position: relative;
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet {
	width: 110px;
	height: 110px;
	border: none;
	border-radius: 0;
	margin: 0;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	max-width: 32%;
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet[aria-label="Go to slide 1"] {
	background-image: url('/common/img/about/sec-09-img-m.png?v=2409061819');
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet[aria-label="Go to slide 2"] {
	background-image: url('/common/img/about/sec-09-img3-m.png?v=2409061033');
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet[aria-label="Go to slide 3"] {
	background-image: url('/common/img/about/sec-09-img2-m.png');
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet-active[aria-label="Go to slide 1"] {
	background-image: url('/common/img/about/sec-09-img4-m.png?v=2409061819');
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet-active[aria-label="Go to slide 2"] {
	background-image: url('/common/img/about/sec-09-img6-m.png?v=2409061031');
}
.brow_intro .sec_09 .samjungSwiper .swiper-pagination.txt__ .swiper-pagination-bullet-active[aria-label="Go to slide 3"] {
	background-image: url('/common/img/about/sec-09-img5-m.png');
}
.brow_intro .sec_10 .bg_01 {
	background-color: #F9F9F9;
	padding: 75px 0;
}
.brow_intro .sec_10 .bg_01 .cont_box {
	max-width: 720px;
	margin: 0 auto;
}
.brow_intro .sec_10 .bg_01 .cont_box ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.brow_intro .sec_10 .bg_01 .cont_box ul li {
	padding: 34px 0;
	text-align: center;
	gap: 18px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.10);
}
.brow_intro .sec_10 .bg_01 .cont_box ul li .img_box img {
	max-width: 100%;
	max-height: 43px;
}
.brow_intro .sec_10 .bg_01 .cont_box ul li p {
	font-size: 22px;
	font-weight: 800;
	color: #222222;
}
.brow_intro .sec_10 .bg_02 {
	position: relative;
	padding-bottom: 50px;
	/*background-image: url('/common/img/about/sec-10-bg-m.jpg');*/
	/*background-repeat: no-repeat;*/
	/*background-position: center bottom;*/
	/*background-size: cover;*/
	/*background-color: #F9F9F9;*/
	background: linear-gradient(#fff, #f1f1f1, #F2F2F2);
}
.brow_intro .sec_10 .bg_02 > .subframe {
	max-width: 360px;
	margin: 0 auto;
}
.brow_intro .sec_10 .bg_02 .cont_box {
	display: flex;
	/*justify-content: space-evenly;*/
	align-items: center;
	/*max-width: 720px;*/
	max-width:360px;
	margin: 0 auto 50px;
	position:relative;
	padding-top: 72px;

}
.brow_intro .sec_10 .bg_02 .txt_box {
	min-width: 170px;
}
.brow_intro .sec_10 .bg_02 .cont_box > .txt_box {
	position: relative;
	z-index: 10;
	/*background-color: rgba(249,249,249,.5);*/
}
.brow_intro .sec_10 .bg_02 .txt_box h3 {
	margin-bottom: 28px;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
}
.brow_intro .sec_10 .bg_02 .txt_box h3 span {
	font-size: 27px;
	font-weight: 800;
}
.brow_intro .sec_10 .bg_02 .txt_box h3 b {
	font-size: 15px;
	font-weight: 700;
	font-family: "Mulish", sans-serif;
}
.brow_intro .sec_10 .bg_02 .txt_box1 {
	margin-bottom: 15px;
}
.brow_intro .sec_10 .bg_02 .txt_box1 p {
	font-size: 12px;
	font-weight: 400;
	color: #222222;
	text-shadow: 1px 1px white;
}
.brow_intro .sec_10 .bg_02 .txt_box2 p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
.brow_intro .sec_10 .bg_02 .txt_box2 p img {
	max-width: 100%;
	max-height: 9px;
}
.brow_intro .sec_10 .bg_02 .txt_box2 p span {
	font-size: 11px;
	font-weight: 400;
	color: #222222;
	text-shadow: 1px 1px white;
}
.brow_intro .sec_10 .bg_02 .txt_box3 {
	position: relative;
	z-index: 1;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	/*background: url('/common/img/about/sec-10-bg-m.jpg') no-repeat center bottom #f3f3f3;*/
	background: linear-gradient(#f1f1f1 10%, #F2F2F2);
}
.brow_intro .sec_10 .bg_02 .txt_box3 p {
	font-size: 12px;
	font-weight: 400;
	color: #313131;
	max-width: 360px;
	margin: 0 auto;
	padding: 23px 20px;
	/*text-shadow: 1px 1px white;*/
}
.brow_intro .sec_10 .bg_02 .img_box img {
	display: block;
	/*max-width: 100%;*/
	height: 100%;
	/*max-height: 396px;*/
	/*transform: translateX(20px);*/
	position: absolute;
	top:-30px;
	right:-40px;
	min-height: 414px;
	/*transition: all .2s;*/
}

/* 엠버서드 */
.ambassador {
	padding-top: 60px;
	font-family: "Mulish", sans-serif;
}
.ambassador .sec-01 {
	position: relative;
	background-image: url('/common/img/ambassador/ambas-bg01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 26px;
}
.ambassador .sec-01 .txt_box {
	text-align: right;
	padding-top: 24px;
}
.ambassador .sec-01 .txt_box span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	font-family: "Noto Sans KR", sans-serif;
}
.ambassador .sec-01 .txt_box p {
	font-size: 11px;
	font-weight: 300;
	color: #CCCCCC;
	font-family: "Noto Sans KR", sans-serif;
}
.ambassador .sec-01 .round_box {
	max-width: 310px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 160px 160px 0 0;
	box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.15);
}
.ambassador .sec-01 .round_box img {
	display: block;
	max-width: 100%;
}
.ambassador .sec-01 .info_txt_box {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	display: block;
	width: auto;
}
.ambassador .sec-01 .info_txt_box p {
	margin-bottom: 6px;
	font-size: 37px;
	font-weight: 900;
	color: #FFFFFF;
}
.ambassador .sec-01 .info_txt_box .img_box img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 15px;
}
.ambassador .sec-02 {
	padding: 60px 0;
	text-align: center;
}
.ambassador .sec-02 .txt_box1 {
	margin-bottom: 30px;
}
.ambassador .sec-02 .txt_box1 span {
	display: block;
	font-size: 30px;
	font-weight: 900;
	color: #222222;
}
.ambassador .sec-02 .txt_box1 p {
	font-size: 12px;
	font-weight: 400;
	color: #C53B47;
}
.ambassador .sec-02 .img_box1 {
	margin-bottom: 60px;
}
.ambassador .sec-02 .img_box1 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.ambassador .sec-02 .img_box2 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.ambassador .sec-02 .color_txt_box {
	padding: 60px 0;
	text-align: right;
}
.ambassador .sec-02 .color_txt_box p {
	max-width: 720px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 400;
	color: #C53B47;
}
.ambassador .sec-02 .img_box3 {
	margin-bottom: 60px;
}
.ambassador .sec-02 .img_box3 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.ambassador .sec-02 .profile_box {
	max-width: 720px;
	margin: 0 auto;
}
.ambassador .sec-02 .profile_box p {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	font-family: "SUIT", sans-serif;
}
.ambassador .sec-02 .profile_box p.bold {
	font-size: 15px;
	font-weight: 700;
	color: #222222;
}
.ambassador .sec-02 .profile_box p.mb_5 {
	margin-bottom: 2px;
}
.ambassador .sec-02 .profile_box p.mb_10 {
	margin-bottom: 5px;
}
.ambassador .sec-03 {
	position: relative;
	overflow: hidden;
}
.ambassador .sec-03 img {
	display: block;
	width: 100%;
	height: 100%;
}
.ambassador .sec-04 {
	padding: 60px 0;
	text-align: center;
}
.ambassador .sec-04 .img_box {
	margin-bottom: 22px;
}
.ambassador .sec-04 .img_box img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 80px;
}
.ambassador .sec-04 p {
	font-size: 14px;
	font-weight: 400;
	color: #555555;
	font-family: "SUIT", sans-serif;
}

/* SMP */
.academy {
	margin-top: 60px;
}
.academy .sec-wrap {padding:75px 0;}
.academy .subframe {
	padding:0 5%;
	max-width: 720px;
	margin: 0 auto;
}
.academy .img-box img {
	position: static;
	min-height: initial;
	height: auto;
}
.academy #section1 {padding: 0;}
.academy #section1 video {width:100%;}
.academy #section2 {padding-top: 20px;}
.academy #section2 .img-box {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 28px;
	font-size: 0;
}
.academy #section2 li {
	margin-bottom: 75px;
}
.academy #section2 li:last-child {
	margin-bottom: 0;
}
.academy #section2 .txt-box > strong {
	display: block;
	font-size: 30px;
	font-weight: 800;
	font-family: "Mulish", "sans-serif";
}
.academy #section2 .txt-box > span {
	color: #C53B47;
	font-family: "Mulish", "sans-serif";
	font-size: 13px;
	line-height: 1.923;
	margin-bottom: 21px;
	display: inline-block;
}
.academy #section2 .txt-box > p {
	font-size: 13px;
	line-height: 1.428;
}
.academy #section2 .txt-box > p > b {
	font-weight: bold;
}
.academy #section3 {
	background-color: #111;
	overflow: hidden;
}
.academy #section3 .tit-wrap {
	text-align: center;
	margin-bottom: 25px;
}
.academy #section3 .tit-wrap > span {
	font-size: 20px;
	line-height: 2;
	color: #FFC9C9;
}
.academy #section3 .tit-wrap > p {
	font-size: 30px;
	line-height: 1.3666;
	color: #fff;
	font-weight: 800;
}
.academy #section3 .educationSwiper {
	padding-bottom: 80px;
	position: relative;
}
.academy #section3 .swiper-wrapper {
	height:auto;
}
.academy #section3 .swiper-slide .txt-box {
	text-align: center;
}
.academy #section3 .swiper-slide .txt-box > p {
	font-size: 19px;
	color:#bbb;
	margin-top: 9px;
}
.academy #section3 .swiper-slide .img-box {
	width: calc(100% - 32px);
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
.academy #section3 .swiper-container-horizontal>.swiper-pagination-progressbar,
.academy #section3 .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
	left: 50%;
	bottom: 0;
	top: initial;
	transform: translateX(-50%);
	height: 3px;
	background-color: #555;
}
.academy #section3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #C53B47;
}
.academy #section3 .swiper-button-next, .academy #section3 .swiper-container-rtl .swiper-button-prev {
	background-image: url('/common/img/academyIntro/academy-arrow-next.png');
	height: 30px;
	width: 17px;
	background-size: 17px 30px;
	right:-12px;
	top: calc(50% - 58px);
	transform: translateY(-50%);
	margin-top: 0;
}
.academy #section3 .swiper-button-prev, .academy #section3 .swiper-container-rtl .swiper-button-next {
	background-image: url('/common/img/academyIntro/academy-arrow-prev.png');
	height: 30px;
	width: 17px;
	background-size: 17px 30px;
	left:-12px;
	top: calc(50% - 58px);
	transform: translateY(-50%);
	margin-top: 0;
}
.academy #section4 {
	background-color: #f9f9f9;
}
.academy #section4 .tit-wrap {
	text-align: center;
	margin-bottom: 40px;
}
.academy #section4 .tit-wrap > span {
	display: inline-block;
	margin-bottom: 17px;
	color: #C53B47;
	border-radius: 14px;
	border: 1px solid #C53B47;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 20px;
}
.academy #section4 .tit-wrap > p {
	font-size: 30px;
	line-height: 1.25;
	color:#222;
	font-weight: 800;
}
.academy .cont-wrap {
	border-bottom: 0;
	padding-bottom: 0;
}
.academy .cont-wrap .cont-txt {
	padding: 0;
}
.academy #section4 .cont-wrap > ul {
	flex-direction: column;
	gap:17px;
}
.academy #section4 .cont-wrap > ul > li {
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	box-shadow: 7px 7px 10px rgba(0,0,0,.1);
	padding: 35px 20px;
	max-width: 467px;
	width: 72.969%;
	margin: 0 auto;
}
.academy #section4 .cont-wrap li > .img-box {
	margin-bottom: 20px;
}
.academy #section4 .cont-wrap li > .img-box > img {
	width: auto !important;
	min-width: initial;
	max-height: 41px;
}
.academy #section4 .cont-wrap li .cont-tit {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.228;
	margin-bottom: 19px;
}
.academy #section4 .cont-wrap li .cont-txt {
	font-size: 12px;
	line-height: 1.333;
	color: #777;
}
.academy #section5 {
	padding-bottom: 0;
}
.academy #section5 .tit-wrap {
	text-align: center;
	margin-bottom: 47px;
}
.academy #section5 .tit-wrap > span {
	font-size: 20px;
	line-height: 1.9;
}
.academy #section5 .tit-wrap > p {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.25;
	color: #C53B47;
}
.academy #section5 .cont-step-wrap {
	padding-left: 25px;
	position: relative;
}
.academy #section5 .cont-step-wrap > ul > li {
	position: relative;
	padding-left: 34px;
	padding-bottom: 65px;
}
.academy #section5 .cont-step-wrap > ul > li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.academy #section5 .cont-step-wrap > ul > li:last-child {
	padding-bottom:51px;
}
.academy #section5 .cont-step-wrap > ul > li:last-child:before {
	display: none;
}
.academy #section5 .cont-step-wrap > ul > li > span {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #C53B47;
	left: 0;
	top: 5px;
}
.academy #section5 .cont-step-wrap > ul > li > span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.academy #section5 .cont-step-wrap li .txt-box > strong {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.228;
	margin-bottom: 4px;
	display: block;
}
.academy #section5 .cont-step-wrap li .txt-box > p {
	font-size: 12px;
	line-height: 1.333;
	color:#333;
}
.academy #section5 .cont-bt-wrap {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background-color: #F9F9F9;
	padding-bottom: 82px;
}
.academy #section5 .cont-bt-wrap > .round-wrap {
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}
.academy #section5 .cont-bt-wrap > .round-wrap > img {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.academy #section5 .cont-bt-wrap > .round-wrap:after {
	content: "";
	position: absolute;
	bottom:-65px;
	left: 50%;
	transform: translateX(-50%);
	background: url('/common/img/academyIntro/icon-toxnfill-key-m.png') no-repeat center top;
	background-size: 100%;
	width: 75px;
	height: 104px;
}
.academy #section5 .cont-bt {
	text-align: center;
}
.academy #section5 .cont-bt .tit-box > strong {
	font-size: 25px;
	font-weight: 800;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 14px;
}
.academy #section5 .cont-bt {
	padding-bottom: 35px;
	margin-bottom: 35px;
	position: relative;
}
.academy #section5 .cont-bt02 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.academy #section5 .cont-bt02:after {
	display: none;
}
.academy #section5 .cont-bt:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 1px;
	background-color: #ddd;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
}
.academy #section5 .cont-bt .tit-box > strong > span {
	color: #C53B47;
}
.academy #section5 .cont-bt .txt-box > p {
	font-size: 14px;
	line-height: 1.357;
	color: #333;
}
.academy #section5 .cont-bt .txt-box > p > b {
	font-weight: bold;
}
.academy #section5 .cont-bt .txt-box > a {
	border-radius: 15px;
	background-color: #222;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 6px 14px;
	margin-top: 20px;
}
.academy #section6 {
	background-color: #FCF5F5;
	overflow: hidden;
}
.academy #section6 .tit-wrap {
	text-align: center;
	margin-bottom: 27px;
}
.academy #section6 .tit-wrap > span {
	font-size: 20px;
	line-height: 1.9;
}
.academy #section6 .tit-wrap > p {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.25;
	color: #C53B47;
}
.academy #section6 .btn-wrap {
	text-align: center;
}
.academy #section6 .btn-wrap > a {
	border-radius: 15px;
	background-color: #C53B47;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 6px 14px;
	margin-top: 42px;
}
.academy #section6 .cont_inner .cont {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
.academy #section6 .cont_inner .cont .item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	max-width: 165px;
	max-height: 165px;
	background-color: rgba(0, 0, 0, 0.3);
}
.academy #section6 .cont_inner .cont .item .img-wrap img {
	display: block;
	width: 100%;
}

/* 반영구 */
.semiPerm .subframe > .tit_box {
	max-width: 280px;
	text-align: center;
	padding-bottom: 33px;
	margin: 92.5px auto 49px;
	position: relative;
}
.semiPerm .subframe > .tit_box:after {
	content: "";
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	width:40px;
	height:1px;
	background-color: #222;
}
.semiPerm .subframe > .tit_box > span {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	color:#999;
}
.semiPerm .subframe > .tit_box > h3 {
	font-size: 35px;
	line-height: 1.143;
	font-weight: 800;
}
.semiPerm .subframe > .tit_box > h3 + span {
	display: inline-block;
	margin-top: 8px;
}
.semiPerm .subframe {
	max-width: 720px;
	/*width: 90%;*/
	margin: 0 auto;
}

/* sec-01 */
.semiPerm {
	font-family: "SUIT", sans-serif;
}
.semiPerm .sec-01 {
	position: relative;
}
.semiPerm .sec-01 .txt_box {
	position:absolute;
	bottom: 8.8%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width:81.944%;
}
.semiPerm .sec-01 .txt_box > img {
	width:100%;
}
.semiPerm .sec-01 .txt_box > p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.785;
	padding-bottom: 45px;
	letter-spacing: -0.714px;
	font-family: "Noto Sans KR", sans-serif;
}
.semiPerm .sec-01 .txt_box > span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
	display: inline-block;
	font-family: "Mulish", sans-serif;
}
.semiPerm .sec-01 .img_box {
	font-size:0;
}
.semiPerm .sec-01 .img_box img {
	width:100%;
}

/* sec-02 */
.semiPerm .sec-02 .cont_list .img_box {
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
}
.semiPerm .sec-02 .cont_list .img_box > img {
	width: 100%;
}
.semiPerm .sec-02 .cont_list_01 {
	margin-bottom: 72.5px;
}
.semiPerm .sec-02 .profile_txt {
	position: relative;
	margin-top: 40px;
}
.semiPerm .sec-02 .profile_txt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 141.5px;
	height: 141.5px;
	background-image: url('/common/img/semiPerm/sec-02-img04.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.semiPerm .sec-02 .txt_img_box {
	margin-bottom: 5px;
}
.semiPerm .sec-02 .txt_img_box > img {
	width: 132px;
}
.semiPerm .sec-02 .profile_txt > span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.428;
	color:#C53B47;
	font-family: "SUIT", sans-serif;
	margin-bottom: 34px;
}
.semiPerm .sec-02 .profile_txt > p {
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 1.428;
}
.semiPerm .sec-03 {
	background-color:#000;
	padding: 93.5px 0;
}
.semiPerm .sec-03 .cont_list {
	margin-bottom: 85px;
}
.semiPerm .sec-03 .cont_list:last-child {
	margin-bottom: 0;
}
.semiPerm .sec-03 .tit_box {
	text-align:center;
}
.semiPerm .sec-03 .tit_box .num_txt {
	color: #C53B47;
	font-weight: 600;
	font-family: "Mulish", sans-serif;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}
.semiPerm .sec-03 .tit_box .num_txt > b {
	color:#000;
	background-color: #C53B47;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 800;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.semiPerm .sec-03 .tit_box > h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.166;
	color:#fff;
	margin-bottom: 28px;
}
.semiPerm .sec-03 .tit_box > h4 > span {
	font-weight: 700;
	color: #FFC9C9;
}
.semiPerm .sec-03 .img_box {
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
}
.semiPerm .sec-03 .img_box > img {
	width:100%;
}
.semiPerm .sec-03 .txt_box {
	margin-top:29px;
}
.semiPerm .sec-03 .txt_box > p {
	text-align: center;
	font-size:14px;
	font-weight: 400;
	line-height: 1.428;
	color:#fff;
}
.semiPerm .sec-03 .cont_list_02 .img_box {
	border-radius: 0;
	overflow: initial;
}
.semiPerm .sec-03 .cont_list_02 .before_img,
.semiPerm .sec-03 .cont_list_02 .after_img {
	border-radius: 15px;
	overflow: hidden;
}
.semiPerm .sec-03 .cont_list_02 .before_img {
	margin-bottom: 15px;
}
.semiPerm .sec-03 .cont_list_02 .before_img > img,
.semiPerm .sec-03 .cont_list_02 .after_img > img {
	width:100%;
}
.semiPerm .sec-04 {
	margin-bottom: 93px;
}
.semiPerm .sec-04 .subframe {
	overflow: hidden;
}
.semiPerm .sec-04 .cont_list .txt_img_box {
	margin-top: 30px;
}
.semiPerm .sec-04 .cont_list .txt_img_box img {
	display: block;
	max-width: 100%;
	max-height: 67px;
}
.semiPerm .sec-04 .cont_list_01 .txt_img_box,
.semiPerm .sec-04 .cont_list_03 .txt_img_box img {
	margin-right: auto;
	margin-left: -35px;
	/*transform: translateX(-35px);*/
}
.semiPerm .sec-04 .cont_list_02 .txt_img_box img {
	margin-left: auto;
	margin-right: -35px;
	/*transform: translateX(35px);*/
}
.semiPerm .sec-04 .txt_box {
	text-align: center;
	padding-top: 20px;
}
.semiPerm .sec-04 .txt_box > span {
	display: inline-block;
	background-color: #c53b47;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	padding: 7px 16px;
	margin-bottom: 22px;
}
.semiPerm .sec-04 .txt_box > span b {
	font-family: "Mulish", sans-serif;
}
.semiPerm .sec-04 .txt_box > p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.428;
	color: #555;
}
.semiPerm .sec-04 .txt_box > h4 {
	font-size: 30px;
	line-height: 1.166;
	margin-bottom: 20px;
}
.semiPerm .sec-04 .txt_box > h4 > b {
	font-weight: bold;
}
.semiPerm .sec-04 .img_box {
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
}
.semiPerm .sec-04 .img_box > img {
	width:100%;
}
.semiPerm .sec-05 {
	background: url('/common/img/semiPerm/mo-sec-05-bg.jpg?v=2508010648') no-repeat bottom center #111;
	background-size: 100%;
	padding:19.861% 0 80.833%;
}
.semiPerm .sec-05 .txt_box {
	text-align: center;
	color:#fff;
}
.semiPerm .sec-05 .txt_box > h3 {
	font-size: 35px;
	font-weight: 800;
	line-height: 1.142;
	margin-bottom: 20px;
}
.semiPerm .sec-05 .txt_box > p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428;
	letter-spacing: -0.9333px;
}
.semiPerm .sec-06 {
	position: relative;
	padding: 60px 0 100%;
	background-image: url('/common/img/semiPerm/mo-sec-06-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.semiPerm .sec-06 .txt_box {
	/*position:absolute;*/
	/*top: 16.944%;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	text-align: center;
	/*width:90%;*/
}
.semiPerm .sec-06 .logo {
	display: inline-block;
	max-width: 370px;
	width: 51.388%;
	margin: 0 auto 22px;
}
.semiPerm .sec-06 .logo > img {
	width:100%;
}
.semiPerm .sec-06 .img_box > img {
	width:100%;
}
.semiPerm .sec-06 .txt_box > p {
	color:#919AA1;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.433;
	letter-spacing: -1px;
}

/* 공지사항 */
.notice {
	font-family: "SUIT", sans-serif;
	margin-top: 60px;
}
.online-consulting {
	font-family: "SUIT", sans-serif;
	margin-top: 60px;
}
.pg-detail .notice .pg-tit > h2 {
	margin-bottom: 14px;
	font-size: 40px;
	font-weight: 800;
	color: #000000;
}
.pg-detail .notice .pg-tit span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
}
.notice .txt_sub_banner {
	max-width: 720px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.notice .txt_sub_banner img {
	max-height: 67px;
}
.online-consulting .txt_sub_banner {
	max-width: 720px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.online-consulting .txt_sub_banner img {
	max-height: 67px;
}
.notice .top_search .search_box {
	position: relative;

	max-width: 282px;
	margin: -20px auto 40px;
	border-radius: 5px;
	overflow: hidden;
}
.notice .top_search .search_box .search {
	display: block;
	width: 100%;
	border:0;
	height:42px;
	background-color: #FBFBFB;
	padding: 0 18px;
	padding-right: 42px;
	font-size: 13px;
	font-weight: 400;
	color: #222;
	font-family: "SUIT", sans-serif;
}
.notice .top_search .search_box .search::placeholder {
	color:#ccc;
	font-size: 13px;
	font-weight: 400;
}
.notice .top_search .search_box .search::-webkit-search-decoration,
.notice .top_search .search_box .search::-webkit-search-cancel-button,
.notice .top_search .search_box .search::-webkit-search-results-button,
.notice .top_search .search_box .search::-webkit-search-results-decoration {
	-webkit-appearance: none;
}
.notice .top_search .search_box .search_btn {
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
	background-color: #C53B47;
	width:42px;
}
.notice .top_search .search_box .search_btn img {
	max-width: 100%;
	max-height: 15px;
}
.notice .top_search .num_list_txt {
	padding-bottom: 10px;
}
.notice .top_search .num_list_txt p {
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.notice .top_search .num_list_txt p span {
	color: #C53B47;
}
.pg_board .notice .board-wrap .list-wrap {
	/*border-top: 1px solid #C53B47;*/
}
.pg_board .notice .board-wrap .list-wrap li.no-data {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.pg_board .notice .board-wrap .list-wrap .list {
	padding: 15px 10px;
	border-bottom: 1px solid #E9E9E9;
}
.pg_board .notice .board-wrap .list-wrap .list.no-data {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0;
	border-bottom: 0;
}
.pg_board .notice .board-wrap .list-wrap .list .flex_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pg_board .notice .board-wrap .list-wrap .list .flex_box .pin-txt {
	display: inline-block;
	margin-right: 0;
	padding: 0;
	border-radius: 11px;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #C53B47;
}
.pg_board .notice .board-wrap .list-wrap .list a {
	display: inline-block;
	width: 100%;
}
.pg_board .notice .board-wrap .list-wrap .list a .tit_ {
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.pg_board .notice .board-wrap .list-wrap .list .date_ {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: 400;
	color: #999999;
	font-family: "Mulish", sans-serif;
}
.pg_board .notice .board-wrap .list-wrap .list.pin {
	border-radius: 0.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 3px;
}
.notice .notice_view_box {
	border-top: 1px solid #E9E9E9;
}
.notice .notice_view_box .notice_view {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #E9E9E9;
}
.notice .notice_view_box .notice_view .ico_box {
	display: inline-block;
	margin-right: 11px;
	min-width: 12px;
	height: 7px;
}
.notice .notice_view_box .notice_view .ico_box img {
	min-width: 12px;
	height: 7px;
}
.notice .notice_view_box .notice_view.no_data .ico_box img {
	filter: grayscale(1);
	opacity: .6;
}
.notice .notice_view_box .notice_view span {
	display: inline-block;
	width: 31px;
	margin-right: 24px;
	font-size: 12px;
	font-weight: 700;
	color: #313131;
}
.notice .notice_view_box .notice_view.no_data span {
	color: #999999;
}
.notice .notice_view_box .notice_view a {
	display: inline-block;
}
.notice .notice_view_box .notice_view p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	font-size: 12px;
	font-weight: 400;
	color: #222222;
}
.notice .notice_view_box .notice_view.no_data p {
	color: #999999;
}

/* 아카데미 뉴스 */
.acadNews {
	font-family: "SUIT", sans-serif;
	margin-top: 60px;
}
.pg-detail .acadNews .pg-tit > h2 {
	margin-bottom: 14px;
	font-size: 40px;
	font-weight: 800;
	color: #000000;
}
.pg-detail .acadNews .pg-tit span {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
}
.pg-detail .acadNews .pg-tit span b {
	font-weight: 700;
	color: #C53B47;
}
.acadNews .txt_sub_banner {
	max-width: 720px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.acadNews .txt_sub_banner img {
	max-height: 67px;
}
.acadNews .top_search .search_box {
	position: relative;
	max-width: 282px;
	margin: -20px auto 40px;
	border-radius: 5px;
	overflow: hidden;
}
.acadNews .top_search .search_box .search {
	display: block;
	width: 100%;
	border: 0;
	height: 42px;
	background-color: #FBFBFB;
	padding: 0 18px;
	padding-right: 42px;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	font-family: "SUIT", sans-serif;
}
.acadNews .top_search .search_box .search::placeholder {
	color:#ccc;
	font-size: 13px;
	font-weight: 400;
}
.acadNews .top_search .search_box .search::-webkit-search-decoration,
.acadNews .top_search .search_box .search::-webkit-search-cancel-button,
.acadNews .top_search .search_box .search::-webkit-search-results-button,
.acadNews .top_search .search_box .search::-webkit-search-results-decoration {
	-webkit-appearance: none;
}
.acadNews .top_search .search_box .search_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #C53B47;
	width: 42px;
}
.acadNews .top_search .search_box .search_btn img {
	max-width: 100%;
	max-height: 15px;
}
.acadNews .top_search .num_list_txt {
	padding-bottom: 10px;
}
.acadNews .top_search .num_list_txt p {
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.acadNews .top_search .num_list_txt p span {
	color: #C53B47;
}
.pg_board .acadNews .board-wrap .list-wrap {
	border-top: 1px solid #C53B47;
}
.pg_board .acadNews .board-wrap .list-wrap .list {
	padding: 15px 10px;
	border-bottom: 1px solid #E9E9E9;
}
.pg_board .acadNews .board-wrap .list-wrap .list.no-data {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0;
	border-bottom: 0;
}
.pg_board .acadNews .board-wrap .list-wrap .list .flex_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pg_board .acadNews .board-wrap .list-wrap .list .flex_box .pin-txt {
	display: inline-block;
	margin-right: 10px;
	padding: 1px 8px;
	border-radius: 11px;
	background-color: #C53B47;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF;
}
.pg_board .acadNews .board-wrap .list-wrap .list a {
	display: inline-block;
	width: auto;
}
.pg_board .acadNews .board-wrap .list-wrap .list a .tit_ {
	font-size: 14px;
	font-weight: 700;
	color: #222222;
}
.pg_board .acadNews .board-wrap .list-wrap .list .date_ {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: 400;
	color: #999999;
	font-family: "Mulish", sans-serif;
}
.pg_board .acadNews .board-wrap .list-wrap .list.pin {
	border-radius: 0.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 3px;
}
.pg_board .cont-wrap {
	padding-bottom: 66px;
}
.pg_board .cont-wrap .cont-title {
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #C53B47;
	font-size: 28px;
	font-weight: 800;
	color: #222222;
}
.pg_board .cont-wrap .cont-date {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	font-family: "Mulish", sans-serif;
}
.pg_board .cont-wrap .cont-txt {
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	word-break: break-all;
}
.pg_board .cont-wrap img {
	max-width: 100%;
	height: auto !important;
}
.pg_board .btn-list {
	display: inline-block;
	margin: 66px auto 42px;
	border: 1px solid #C53B47;
	padding: 7px 15px;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 400;
	color: #C53B47;
	font-family: "SUIT", sans-serif;
}
.acadNews .notice_view_box {
	border-top: 1px solid #E9E9E9;
}
.acadNews .notice_view_box .notice_view {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #E9E9E9;
}
.acadNews .notice_view_box .notice_view .ico_box {
	display: inline-block;
	margin-right: 11px;
	min-width: 12px;
	height: 7px;
}
.acadNews .notice_view_box .notice_view .ico_box img {
	min-width: 12px;
	height: 7px;
}
.acadNews .notice_view_box .notice_view.no_data .ico_box img {
	filter: grayscale(1);
	opacity: .6;
}
.acadNews .notice_view_box .notice_view span {
	display: inline-block;
	width: 31px;
	margin-right: 24px;
	font-size: 12px;
	font-weight: 700;
	color: #313131;
}
.acadNews .notice_view_box .notice_view.no_data span {
	color: #999999;
}
.acadNews .notice_view_box .notice_view a {
	display: inline-block;
}
.acadNews .notice_view_box .notice_view p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	font-size: 12px;
	font-weight: 400;
	color: #222222;
}
.acadNews .notice_view_box .notice_view.no_data p {
	color: #999999;
}

/* event sub page */
.pg_board .notice .gallery-type-list .list-wrap .list {
	padding:0;
	padding-top:20px;
	border-bottom:none;
}
.gallery-type-list .thumb-wrap {
	width: 100%;
	aspect-ratio: 640/400;
	border-radius: 10px;
	background: #eee;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-type-list .thumb-wrap > img {
	width:100%;
}
.gallery-type-list .info-wrap {
	padding:16px 15px;
}
.gallery-type-list .txt-wrap {
	gap:9px;
	align-items: center;
}
.gallery-type-list .txt-wrap .state {
	background-color: #c53b47;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	width: 53px;
	text-align: center;
	padding: 2px 0;
}

.gallery-type-list .txt-wrap .state.end {
	background-color: #999;
}
.gallery-type-list .txt-wrap > p {
	width: calc(100% - 62px);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.437;
	color:#222;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.gallery-type-list .info-wrap .date {
	color:#999;
	font-size: 12px;
	line-height: 1.875;
	display: inline-block;
	margin-top: 6px;
	font-family: 'Mulish', sans-serif;
}
.gallery-type-view .cont-title {
	flex-direction: column;
}
.gallery-type-view .cont-title .state {
	display: inline-block;
	font-weight: 500;
	border-radius: 12px;
	/*background-color: #C53B47;*/
	/*margin:0 auto 15px;*/
	/*width: 60px;*/
	/*padding: 3.5px 0;*/
	margin:0 auto;
	font-size: 20px;
	color: #C53B47;
}
.gallery-type-view .cont-title .state.end {
	background-color: #999;
}
.pg_board .gallery-type-view .cont-title {
	padding-bottom: 25px;
	word-break: break-word;
}
.gallery-type-view .cont-box img {
	max-width: 100%;
}

/* 상담신청 */
.pg_detail.pg_board.consult {
	padding-bottom: 100px;
	font-family: "SUIT", sans-serif;
}
.pg_detail.pg_board.consult .m-only {
	display: block;
	text-align: left;
	margin-bottom: 8px;
}
.pg_detail.pg_board.consult .tab {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	height: 39px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 40px;
	background-color: #fff;
}
.pg_detail.pg_board.consult .tab .tab-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-bottom: 0;
	background-color:#fff;
	border-radius: 40px;
	color: #999;
	width: 100%;
	flex: 1;
}
.pg_detail.pg_board.consult .tab .tab-item.active {
	background-color: #C53B47;
	color: #fff;
}
/*@media screen and (max-width: 480px) {*/
/*    .pg_detail.pg_board.consult .tab {*/
/*        height: 60px;*/
/*    }*/
/*    .pg_detail.pg_board.consult .tab .tab-item {*/
/*        font-size: 20px;*/
/*    }*/
/*}*/
.pg_detail.pg_board.consult .form-box {
	width: 100%;
}
.pg_detail.pg_board.consult .form-box + .form-box {
	margin-top: 28px;
}
.pg_detail.pg_board.consult .form-box .form-title {
	border-bottom: 1px solid #C53B47;
	padding-bottom: 6px;
	display: flex;
	align-items: baseline;
	font-size: 12px;
	color: #767676;
	gap: 10px;
	margin-bottom: 20px;
}
.pg_detail.pg_board.consult .form-box .form-title label {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color:#222222;
}
.pg_detail.pg_board.consult .form-box .form-title label.required::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% + 2px);
	width: 6px;
	height: 6px;
	background-color: #C53B47;
	border-radius: 50%;
}
.pg_detail.pg_board.consult .btn-list {
	margin: 0;
	background-color: #c53b47;
	color: #fff;
}
.pg_detail.pg_board.consult textarea {
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	font-family: "SUIT", sans-serif;
	height: 200px;
}
.pg_detail.pg_board.consult textarea::placeholder {
	color: #999;
}
.pg_detail.pg_board.consult .form-group .form-input {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 24px 0;
	font-size: 12px;
}
.pg_detail.pg_board.consult .form-group .form-input.phone-input {
	flex-wrap: nowrap;
	align-items: center;
	gap:8px;
	width: auto;
}
.pg_detail.pg_board.consult .form-group .form-input.phone-input input {
	text-align: center;
	width: 100%;
}
.pg_detail.pg_board.consult .form-check {
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: 0 6px;
}
.pg_detail.pg_board.consult #frmTreatInput .form-check {
	width: 50%;
}
.pg_detail.pg_board.consult .form-check label.class {
	background: none;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 6px;
	font-weight: 600;
}
.pg_detail.pg_board.consult .form-check label.class > span {
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px solid #767676;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.pg_detail.pg_board.consult .form-check input[type=checkbox] {
	display: none;
}
.pg_detail.pg_board.consult .form-check input[type=checkbox]:checked + label.class > span {
	background-color: #C53B47;
	border-color: #C53B47;
}
.pg_detail.pg_board.consult .form-check label.class > span::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	transition: all .25s;
}
.pg_detail.pg_board.consult .form-check input[type=checkbox]:checked + label.class > span::before {
	width: 6px;
	height: 6px;
}
.pg_detail.pg_board.consult .form-group > label {
	position: relative;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	color: #222;
}
.pg_detail.pg_board.consult .form-group > label.required::after {
	content: '';
	position: absolute;
	top: 0;
	left: calc(100% + 2px);
	width: 6px;
	height: 6px;
	background-color: #C53B47;
	border-radius: 50%;
}
.pg_detail.pg_board.consult .form-group-wrap {
	display: flex;
	flex-direction: column;
	/*justify-content: space-around;*/
	margin-bottom: 18px;
	gap: 18px;
}
.pg_detail.pg_board.consult .form-group-wrap .form-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 1;
}
.pg_detail.pg_board.consult input[type=text] {
	border-radius: 4px;
	padding: 0 14px;
	height: 38px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	font-family: "SUIT", sans-serif;
	width: 100%;
}
#writerName {
	width: 100%;
}

.pg_detail.pg_board.consult .policy-wrap .flex-box {
	align-items: center;
	width: 100%;
}
.pg_detail.pg_board.consult .policy-wrap input[type="checkbox"] {
	display: none;
}
.pg_detail.pg_board.consult .policy-wrap label {
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	margin-bottom: 20px;
}
.pg_detail.pg_board.consult .policy-wrap label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(0);
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
}
.pg_detail.pg_board.consult .policy-wrap input[type="checkbox"]:checked ~ label:before {
	content: '';
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	background: url('/common/img/curriculum/chk_icon.png') no-repeat;
	background-size: contain;
	border: none;
}
.pg_detail.pg_board.consult .frame.privacy b {
	font-weight: 700;
	color: #000;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.pg_detail.pg_board.consult .frame.privacy span {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.pg_detail.pg_board.consult .frame.privacy a {
	position: absolute;
	top: 1px;
	left: 145px;
	text-decoration: none;
	color: #888;
	margin-left: 7px;
	font-size: 12px;
}
.pg_detail.pg_board.consult .counsel-form .form-group {
	margin-bottom: 0;
}
.pg_detail.pg_board.consult .counsel-form .form-group.policy-wrap {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	padding-left:0;
	text-align: left;
	border-bottom: 1px solid #c53b4726;
}
.pg_detail.pg_board.consult .g-recaptcha {
	display: flex;
	justify-content: center;
}

/* 유튜브 */
.pg_youtube .search-box-wrap {
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
	max-width: 282px;
	margin: 0 auto;
	width: 100%;
}
.pg_youtube .custom-select-box {
	position: relative;
	width: 100%;
}
.pg_youtube .custom-select-box .select-txt {
	position: relative;
	display: flex;
	align-items: center;
	height: 43px;
	background-color: #FCF5F6;
	padding: 0 55px 0 16px;
	font-size: 12px;
	color: #E9B3B3;
	font-family: "SUIT", sans-serif;
	cursor: pointer;
	border-radius: 5px;
}
.pg_youtube .custom-select-box .select-txt:hover {
	filter: brightness(0.9);
}
.pg_youtube .custom-select-box .select-txt span {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pg_youtube .custom-select-box .select-txt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: inline-block;
	border-top: 7px solid #C53B47;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
.pg_youtube .custom-select-box .select-list {
	display: none;
	z-index: 1;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	box-shadow: 0 3px 10px #00000033;
	background-color: #fff;
}
.pg_youtube .custom-select-box .select-list label {
	display: flex;
	align-items: center;
	padding: 14px 16px;
	font-size: 14px;
	color: #313131;
	gap: 10px;
	cursor: pointer;
}
.pg_youtube .custom-select-box .select-list label:hover {
	background-color: #FCF5F6;
}
.pg_youtube .custom-select-box .select-list label input[type=checkbox] {
	display: none;
}
.pg_youtube .custom-select-box .select-list label span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
.pg_youtube .custom-select-box .select-list label input[type=checkbox]:checked ~ span {
	background-color: #C53B47;
	border-color: #C53B47;
}
.pg_youtube .custom-select-box .select-list label input[type=checkbox]:checked ~ span::after {
	content: '';
	display: inline-block;
	margin-bottom: 5px;
	width: 12px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.pg_youtube .custom-select-box.active .select-list {
	display: block;
}
.pg_youtube .youtube-list-wrap {
	padding: 10px 0;
}
.pg_youtube .youtube-list-wrap .youtube-list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 10px;
}
.pg_youtube .youtube-list-wrap .youtube-list + .youtube-list {
	margin-top: 25px;
}
.pg_youtube .youtube-list-wrap .youtube-list > li {
	flex: 1;
	min-width: 100%;
	cursor: pointer;
}
.pg_youtube .youtube-list-wrap .youtube-list > li.no-data {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.pg_youtube .youtube-list-wrap .youtube-list > li:hover .thumb-box {
	filter: brightness(0.9);
}
.pg_youtube .youtube-list-wrap .youtube-list .youtube-box .thumb-box {
	position: relative;
	width: 100%;
	aspect-ratio: 600/335;
	border-radius: 5px;
	overflow: hidden;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pg_youtube .youtube-list-wrap .youtube-list .youtube-box .thumb-box img {
	width: 100%;
}
.pg_youtube .youtube-list-wrap .youtube-list .youtube-box .txt-box {
	margin-top: 4px;
}
.pg_youtube .youtube-list-wrap .youtube-list .youtube-box .txt-box .txt-title {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pg_youtube .youtube-list-wrap .youtube-list .youtube-box .txt-box .txt-title > span {
	color: #999;
}
.pg_youtube .youtube-popup {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.pg_youtube .youtube-popup .btn-close {
	position: absolute;
	top:0;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	padding: 0;
	margin-left: auto;
	transform: translateY(-100%);
}
.pg_youtube .youtube-popup .youtube-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.pg_youtube .youtube-popup .youtube-inner .video-box {
	width: calc(100% - 40px);
	aspect-ratio: 641 / 355;
	height: auto;
	padding: 0;
}
.pg_youtube .youtube-popup .youtube-inner .video-box iframe {
	width: 100%;
	height: 100%;
}

.pg_youtube .notice .top_search {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.pg_youtube .notice .top_search .search_box {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}
.pg_youtube .notice .top_search .search_box .search {
	min-width: auto;
	padding: 0 65px 0 16px;
	font-size: 12px;
	height: 43px;
	background-color: #FBFBFB;
	color: #222;
	border: 0;
}
.pg_youtube .notice .top_search .search_box .search::placeholder {
	color: #CCCCCC;
}
.pg_youtube .notice .top_search .search_box .search_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 43px;
	background-color: #C53B47;
}
.pg_youtube .notice .top_search .search_box .search_btn img {
	filter: brightness(2);
}
.notice .top_search .num_list_txt {
	margin-top: 26px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #C53B47;
}

/* 수강생 후기 */
.review {
	font-family: "SUIT", sans-serif;
}
/*
.review .pg-tit {
    padding-top:29px;
    padding-bottom: 0;
}
.review .pg-tit > h2 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    line-height: 0.714;
}
 */
.review .pg-tit > h2 {
	font-size: 40px;
	font-weight: 800;
	color: #000;
}
.review .vw-reg-form {
	margin-top:0;
}
.review .vw-list-head {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 9px;
	width:100%;
}
.review .txt_sub_banner {
	max-width: 720px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.review .vw-list-head > p {
	margin-top: 0;
}
.review .vw-list-head span {
	margin-top: 0;
	display: inline-block;
	margin-left: 3px;
	color: #c53b47;
}
.review .view-list-area .vw-sort button {
	line-height: 1;
	background-color: transparent;
	color:#999;
	padding:0;
}
.review .view-list-area .vw-sort button.active {
	color: #C53B47;
}
.review .view-list-area .vw-sort button:last-child {
	position: relative;
	padding-left: 12px;
	margin-left: 12px;
}
.review .view-list-area .vw-sort button:last-child:after {
	content:"";
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	width:1px;
	height: 80%;
	background-color: #999;
}
.review .vw-list .vw-item:first-child {
	margin-top:0;
}
.review .vw-list .vw-item {
	border:none;
	border-top:2px solid #C53B47;
}
.review .vw-tit-box {
	background-color: transparent;
	border-bottom: 1px solid rgba(197,59,71,.15);
	padding: 15px 5px;
}
.review .add-reply {
	margin-top: 0;
}
.review .add-reply .ar-head {
	margin: 0;
	padding-left: 0;
}
.review .add-reply .ar-head .right {
	float: none;
	margin-top: 0;
	font-size: 12px;
	color: #999;
	font-family: 'Mulish', sans-serif;
}
.review .add-reply .ar-head .right > span {
	color:#222;
}
.review .vw-id > span {
	line-height: 1;
}
.review .vw-id {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review .vw-id .user-name {
	font-size: 17px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap:4px;
}
.review .vw-content-box .feed {
	font-size: 13px;
	color: #555;
	line-height: 1.269;
}
.review .pagi-wrap {
	margin-top: 0;
}
.review .view-list-area .vw-list {
	margin-bottom: 6px;
}
.review .vw-comment-reg-box > .inner {
	border:0;
}
.review .vw-comment-reg-box .vw-reg-btn {
	border-top:none;
	margin-top: 16px;
}
.review .vw-comment-reg-box .vw-reg-btn button {
	width:100%;
	border-radius: 4px;
	background: #C53B47;
	font-size: 17px;
	font-weight: normal;
	height: 55px;
}
.review .vw-comment-reg-box .cont-box {
	position: relative;
}
.review .vw-comment-reg-box .cont-box > textarea {
	border:1px solid #ddd;
	border-radius: 4px;
	height: 160px;
	padding: 16px;
	font-size: 14px;
	color: #999;
	font-family: "SUIT", sans-serif;
}
.review .vw-upload .btn-vwf {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #fff;
	/*width: calc(100% - 12px);*/
	/*display: flex;*/
	/*justify-content: flex-end;*/
	/*height: 43px;*/
	/*padding-bottom: 16px;*/
}
.review .review-list-wrap {
	margin-bottom: 60px;
}
.review .comment {
	display: none;
}
.review .view-list-area .vw-sort button.active {
	color: #C53B47;
	background-color: transparent;
}
.review .vw-id .icon {
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
}
.review .vw-id .icon.l1 {
	background-image: url('/common/img/icon/l1-renew.png');
}
.review .vw-id .icon.l2 {
	background-image: url('/common/img/icon/l1-renew.png');
}
.review .vw-id .icon.l3 {
	background-image: url('/common/img/icon/l1-renew.png');
}

/* 커리큘럼 */
.curriculum {
	max-width: 720px;
	margin: 0 auto;
	font-family: "SUIT", sans-serif;
}
.curriculum .sec_01 {
	padding-top: 60px;
}
.curriculum .sec_01 .img_box {
	position: relative;
	display: none;
}
.curriculum.page_0 .sec_01 .img_box_0,
.curriculum.page_1 .sec_01 .img_box_1,
.curriculum.page_2 .sec_01 .img_box_2,
.curriculum.page_3 .sec_01 .img_box_3,
.curriculum.page_4 .sec_01 .img_box_4,
.curriculum.page_5 .sec_01 .img_box_5,
.curriculum.page_6 .sec_01 .img_box_6 {
	display: block;
}
.curriculum .sec_01 .img_box ._bg {
	display: block;
	max-width: 100%;
}
.curriculum .sec_01 .img_box .txt_box {
	position: absolute;
	left: 20px;
	bottom: 60px;
	display: block;
	z-index: 1;
}
.curriculum .sec_01 .img_box .txt_box h3 {
	font-size: 50px;
	font-weight: 800;
	color: #FFFFFF;
	font-family: "Mulish", sans-serif;
}
.curriculum .sec_01 .img_box .txt_box span {
	display: block;
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}
.curriculum .sec_01 .img_box .txt_box p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.curriculum .sec_02 {
	background-color: #F9F9F9;
	padding: 100px 0 37px;
}
.curriculum .sec_02 .youtube_box {
	position: relative;
	overflow: hidden;
	display: none;
	padding-top: 56.25%;
}
.curriculum.page_0 .sec_02 .youtube_box_0,
.curriculum.page_1 .sec_02 .youtube_box_1,
.curriculum.page_2 .sec_02 .youtube_box_2,
.curriculum.page_3 .sec_02 .youtube_box_3,
.curriculum.page_4 .sec_02 .youtube_box_4,
.curriculum.page_5 .sec_02 .youtube_box_5,
.curriculum.page_6 .sec_02 .youtube_box_6 {
	display: block;
}
.curriculum .sec_02 .youtube_box > iframe,
.curriculum .sec_02 .youtube_box > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.curriculum .sec_02 .video_txt {
	display: block;
	text-align: right;
	margin-top: 16px;
	padding-right: 10px;
	font-size: 37px;
	font-weight: 800;
	color: #F3F3F3;
	font-family: "Mulish", sans-serif;
}
.curriculum .curri_cont_box {
	position: relative;
}
.curriculum .curri_scroll_nav {
	padding: 6px 0;
	position: sticky;
	top: 60px;
	left: 0;
	background-color: #FFFFFF;
	z-index: 11;
}
.curriculum .curri_scroll_nav .curri_drop_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 20px);
	padding: 10px 16px;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	border-radius: 50px;
	cursor: pointer;
}
.curriculum .curri_scroll_nav .curri_drop_menu span {
	font-size: 14px;
	font-weight: 700;
	color: #222222;
}
.curriculum .curri_scroll_nav .curri_drop_menu img {
	max-width: 100%;
	max-height: 20px;
}
.curriculum .curri_scroll_nav .curri_drop_menu.active img {
	transform: rotate(180deg);
}
.curriculum .curri_scroll_nav ul {
	display: none;
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 0;
	width: calc(100% - 40px);
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	z-index: 11;
}
.curriculum .curri_scroll_nav ul.active {
	display: block;
}
.curriculum .curri_scroll_nav li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
	margin: 0 auto;
	cursor: pointer;
}
.curriculum .curri_scroll_nav li span {
	font-size: 14px;
	font-weight: 700;
	color: #222222;
}
.curriculum .curri_scroll_nav li img {
	display: none;
	max-width: 100%;
	max-height: 20px;
}
.curriculum .curri_scroll_nav ul.active li.active span {
	color: #C53B47;
}
.curriculum .curri_scroll_nav ul.active li.active img {
	display: block;
}
.curriculum .type {
	display: none;
}
.curriculum.page_0 .type_0,
.curriculum.page_1 .type_1,
.curriculum.page_2 .type_2,
.curriculum.page_3 .type_3,
.curriculum.page_4 .type_4,
.curriculum.page_5 .type_5,
.curriculum.page_6 .type_6 {
	display: block;
}
.curriculum .sec_03 {
	padding: 80px 0;
}
.curriculum .sec_03 .tit_box {
	position: relative;
	text-align: center;
	padding-bottom: 36px;
	margin-bottom: 36px;
}
.curriculum .sec_03 .tit_box:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 40px;
	height: 1px;
	background-color: #222222;
}
.curriculum .sec_03 .tit_box h3 {
	font-size: 35px;
	font-weight: 800;
	color: #222222;
}
.curriculum .sec_03 .cont_box {}
.curriculum .sec_03 .cont_box .txt_box {
	margin-bottom: 40px;
	padding: 0 36px;
}
.curriculum .sec_03 .cont_box .txt_box h3 {
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: 800;
	color: #222222;
}
.curriculum .sec_03 .cont_box .txt_box h3 b {
	font-size: 25px;
	font-weight: 800;
	color: #C53B47;
	font-family: "Mulish", sans-serif;
}
.curriculum .sec_03 .cont_box .txt_box p {
	font-size: 14px;
	font-weight: 400;
	color: #767676;
}
.curriculum .sec_03 .cont_box .curriSwiper {
	overflow: hidden;
	/*margin-left: 20px;*/
	width: calc(100% - 20px);
	margin-left: auto;
}
.curriculum .sec_03 .cont_box .curriSwiper .swiper-slide {
	max-width: 212px;
}
.curriculum .sec_03 .cont_box .curriSwiper .img_box {
	margin-bottom: 4px;
	max-width: 212px;
}
.curriculum .sec_03 .cont_box .curriSwiper .img_box img {
	display: block;
	width: 100%;
}
.curriculum .sec_03 .cont_box .curriSwiper span {
	display: block;
	margin-bottom: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #C53B47;
	font-family: "Mulish", sans-serif;
}
.curriculum .sec_03 .cont_box .curriSwiper p {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color: #222222;
}
.curriculum .sec_04 {
	padding: 80px 0;
}
.curriculum .sec_04 .tit_box {
	margin-bottom: 30px;
	text-align: center;
}
.curriculum .sec_04 .tit_box span {
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #C53B47;
}
.curriculum .sec_04 .tit_box h3 {
	font-size: 35px;
	font-weight: 800;
	color: #222222;
}
.curriculum .sec_04 li {
	position: relative;
	margin-bottom: 15px;
}
.curriculum .sec_04 li:last-child {
	margin-bottom: 0;
}
.curriculum .sec_04 .img_box {
	overflow: hidden;
	border-radius: 15px;
}
.curriculum .sec_04 .img_box img {
	display: block;
	max-width: 100%;
}
.curriculum .sec_04 .txt_box {
	position: absolute;
	left: 75%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: auto;
	min-width: 90px;
	text-align: center;
}
.curriculum .sec_04 .txt_box span {
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	font-family: "Mulish", sans-serif;
}
.curriculum .sec_04 .txt_box p {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	font-family: "Mulish", sans-serif;
}
.curriculum .sec_05 {
	padding: 80px 0 100px;
}
.curriculum .sec_05 .tit_box {
	margin-bottom: 39px;
	text-align: center;
}
.curriculum .sec_05 .tit_box h3 {
	margin-bottom: 8px;
	font-size: 35px;
	font-weight: 800;
	color: #222222;
}
.curriculum .sec_05 .tit_box .sub_txt_box {
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 6px;
}
.curriculum .sec_05 .tit_box .sub_txt_box span {
	font-size: 18px;
	font-weight: 700;
	color: #222222;
}
.curriculum .sec_05 .tit_box .sub_txt_box span:nth-child(2) {
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #C53B47;
}
.curriculum .sec_05 .tit_box .sub_txt {
	font-size: 14px;
	font-weight: 400;
	color: #555555;
}
.curriculum .sec_05 .tit_box .sub_txt b {
	color: #C53B47;
}
.curriculum .sec_05 .cont_tab_box {
	margin-bottom: 30px;
}
.curriculum .sec_05 .cont_tab_box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #C53B47;
}
.curriculum .sec_05 .cont_tab_box ul li {
	flex: 1;
	border-right: 1px solid #C53B47;
	background-color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #C53B47;
	cursor: pointer;
}
.curriculum .sec_05 .cont_tab_box ul li:last-child {
	border-right: none;
}
.curriculum .sec_05 .cont_tab_box ul li.active {
	background-color: #C53B47;
	color: #FFFFFF;
}
.curriculum .sec_05 .cont_box .cont_list_box {
	margin-bottom: 43px;
}
.curriculum .sec_05 .cont_box .cont_list_box:last-child {
	margin-bottom: 0;
}
.curriculum .sec_05 .cont_box {
	display: none;
}
.curriculum .sec_05 .cont_box h3 {
	background-color: #C53B47;
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
}
.curriculum .sec_05 .cont_box h4 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}
.curriculum .sec_05 .cont_box .color_txt {
	display: block;
	padding: 12px 16px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	font-size: 16px;
	font-weight: 700;
	color: #C53B47;
}
.curriculum .sec_05 .cont_box .cont_list {
	padding: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.curriculum .sec_05 .cont_box .cont_list:last-child {
	border-bottom: none;
}
.curriculum .sec_05 .cont_box .cont_list.last {
	border-bottom: 1px solid #222222;
}
.curriculum .sec_05 .cont_box .cont_list span {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}
.curriculum .sec_05 .cont_box .cont_list span b {
	color: #767676;
}
.curriculum .sec_05 .cont_box .cont_list p {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #767676;
}
.curriculum .sec_05 .cont_box .cont_list p:last-child {
	margin-bottom: 0;
}
.curriculum .sec_05 .cont_box .table_sub_txt {
	margin-top: 20px;
}
.curriculum .sec_05 .cont_box .table_sub_txt p {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.curriculum .sec_05 .cont_box .table_sub_txt p:last-child {
	margin-bottom: 0;
}
.curriculum .sec_06 {background-color: #111; padding: 100px 0;}
.curriculum .sec_06 .cont-ul {
	flex-wrap: wrap;
	gap:15px;
}
.curriculum .sec_06 .cont-ul > li {
	width:100%;
}
.curriculum .sec_06 .cont-ul > li.cont-list {
	background-color: #222;
	border-radius: 15px;
	padding:28px 75px 28px 16px;
	color:#fff;
	position: relative;
}
.curriculum .sec_06 .cont-ul > li.cont-list .cont-tit {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.285;
	margin-bottom: 13px;
}
.curriculum .sec_06 .cont-ul > li.cont-list .cont-txt {
	color:#FFC9C9;
	font-size: 12px;
	line-height: 1.458;
}
.curriculum .sec_06 .cont-ul > li.cont-list .ico-box {
	width:57px;
	position: absolute;
	top: 24px;
	right: 16px;
}
.curriculum .sec_06 .cont-ul > li.cont-list .ico-box > img {
	width:100%;
}
.curriculum .sec_06 .cont-ul > li.tit-box {
	margin-bottom: 25px;
}
.curriculum .sec_06 .cont-ul > li.tit-box .tit {
	color:#fff;
	font-size: 30px;
	line-height: 1.333;
	font-weight: 800;
	margin-top: 3px;
}
.curriculum .sec_06 .cont-ul > li.tit-box > img {
	width: 68px;
}
.curriculum .sec_07 {
	background: url('/common/img/curriculum/sec-07-bg-m.jpg') no-repeat center;
	background-size: cover;
	padding: 75px 0 206px;
	text-align: center;
}
.curriculum .sec_07 .tit-box > span {
	font-size: 16px;
	color:#B64F4A;
	line-height: 1.875;
	font-weight: 500;
	margin-bottom: 6px;
}
.curriculum .sec_07 .tit-box > .tit {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	line-height: 1.153;
	margin-bottom: 22px;
}
.curriculum .sec_07 .tit-box > .txt {
	color: rgba(255,255,255,.8);
	font-size: 14px;
	line-height: 1.357;
	font-weight: 300;
}
.curriculum .sec_08 {
	/*margin: 96.5px 0 120px;*/
	padding: 96px 0 120px;
	position: relative;
}
.curriculum .sec_08 .tit_box {
	text-align: center;
}
.curriculum .sec_08 .tit_box > h3 {
	font-size:35px;
	font-weight: 800;
	margin-bottom: 7px;
	line-height: 1.143;
}
.curriculum .sec_08 .tit_box > p {
	font-size: 14px;
	line-height: 1.428;
	margin-bottom: 40px;
}
.curriculum .sec_08 .swiper-img-box {
	border-radius: 15px;
	overflow: hidden;
}
.curriculum .sec_08 .swiper-img-box > img {
	width:100%;
}
.curriculum .sec_08 .place-wrap {
	width:100%;
	overflow: hidden;
}
.curriculum .sec_08 .swiper-wrapper {
	height:auto;
}
.curriculum .sec_08 .swiper-slide {
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

.curriculum .sec_08 .swiper-container-horizontal>.swiper-pagination-bullets,
.curriculum .sec_08 .swiper-pagination-custom, .swiper-pagination-fraction {
	/*bottom:-30px;*/
	bottom: 80px;
}
.curriculum .sec_08 .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background-color: #ccc;
	opacity: 1;
	margin: 0 8px;
}
.curriculum .sec_08 .swiper-pagination-bullet-active {
	background-color: #C53B47;
}
.curriculum .sec_08 .swiper-btn-wrap {
	position: absolute;
	top: calc(50% + 55px);
	left: 50%;
	width: calc(100% - 4rem);
	transform: translate(-50%, -50%);
	z-index: 1;
	height: 20px;
}
.curriculum .sec_08 .swiper-btn-wrap .swiper-button-next,
.curriculum .sec_08 .swiper-btn-wrap .swiper-container-rtl .swiper-button-prev {
	right:0;
	height:100%;
	margin-top: 0;
	background-size: contain;
	top:0;
	width:10px;
}
.curriculum .sec_08 .swiper-btn-wrap .swiper-button-prev,
.curriculum .sec_08 .swiper-btn-wrap .swiper-container-rtl .swiper-button-next {
	left:0;
	height:100%;
	margin-top: 0;
	background-size: contain;
	top:0;
	width:10px;
}

/* 가맹점 서브페이지 */
.franchise {
	max-width: 720px;
	margin: 0 auto;
	font-family: 'SUIT', sans-serif;
}
.franchise .sec_01 {
	position: relative;
	margin-top: 60px;
}
.franchise .sec_01 .img_box img {
	max-width: 100%;
}
.franchise .sec_01 .txt_box {
	position: absolute;
	left: 20px;
	bottom: 111px;
	display: block;
}
.franchise .sec_01 .txt_box p {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: "Noto Sans KR", sans-serif;
}
.franchise .sec_01 .txt_box h3 {
	font-size: 45px;
	font-weight: 800;
	color: #FFFFFF;
}
.franchise .sec_02 {
	padding: 100px 0;
	background-color: #F9F9F9;
}
.franchise .sec_02 .tit_box {
	margin-bottom: 40px;
	text-align: center;
}
.franchise .sec_02 .tit_box h3 {
	margin-bottom: 17px;
	font-size: 35px;
	font-weight: 800;
	color: #222;
}
.franchise .sec_02 .tit_box p {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	letter-spacing: -.6px;
}
.franchise .sec_02 .cont_box ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px 0;
	padding: 0 48px;
}
.franchise .sec_02 .cont_box ul li {
	background-color: #FFF;
	width: 100%;
	max-width: 225px;
	padding: 56px 0;
	border-radius: 15px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.franchise .sec_02 .cont_box ul li .img_box {
	margin-bottom: 6px;
	text-align: center;
}
.franchise .sec_02 .cont_box ul li .img_box img {
	max-width: 100%;
	max-height: 80px;
}
.franchise .sec_02 .cont_box ul li span {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}
.franchise .sec_03 {
	padding: 85px 0 50px;
}
.franchise .sec_03 .tit_box {
	margin-bottom: 40px;
	text-align: center;
}
.franchise .sec_03 .tit_box h3 {
	font-size: 35px;
	font-weight: 800;
	color: #222222;
}
.franchise .sec_03 .tit_box .logo_img_box {
	margin-top: 12px;
}
.franchise .sec_03 .tit_box .logo_img_box img {
	max-width: 100%;
	max-height: 20px;
}
.franchise .sec_03 .headOfficeSwiper {
	position: relative;
	overflow: hidden;
	max-height: 360px;
}
.franchise .sec_03 .headOfficeSwiper ul {
	max-height: 360px;
}
.franchise .sec_03 .headOfficeSwiper li {
	max-height: 360px;
}
.franchise .sec_03 .headOfficeSwiper li img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 300px;
}
.franchise .sec_03 .swiper-pagination {
	bottom: 0;
}
.franchise .sec_03 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	opacity: 1;
}
.franchise .sec_03 .swiper-pagination .swiper-pagination-bullet-active {
	background: #C53B47;
}
.franchise .sec_04 {
	padding: 46px 0 100px;
}
.franchise .sec_04 .tit_box {
	margin-bottom: 40px;
	text-align: center;
}
.franchise .sec_04 .tit_box h3 {
	font-size: 35px;
	font-weight: 800;
	color: #222222;
}
.franchise .sec_04 .tit_box .logo_img_box {
	margin-top: 12px;
}
.franchise .sec_04 .tit_box .logo_img_box img {
	max-width: 100%;
	max-height: 14px;
}
.franchise .sec_04 .spotSwiper {
	position: relative;
	overflow: hidden;
	max-height: 412px;
}
.franchise .sec_04 .spotSwiper ul {
	max-height: 412px;
}
.franchise .sec_04 .spotSwiper li {
	max-height: 412px;
}
.franchise .sec_04 .spotSwiper li .img_box {
	overflow: hidden;
	max-height: 327px;
	margin-bottom: 20px;
}
.franchise .sec_04 .spotSwiper li .img_box img {
	display: block;
	width: 100%;
	height: 100%;
}
.franchise .sec_04 .spotSwiper li span {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #222222;
}
.franchise .sec_04 .swiper-pagination {
	bottom: 0;
}
.franchise .sec_04 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	width: 10px;
	height: 10px;
	background: #CCCCCC;
	opacity: 1;
}
.franchise .sec_04 .swiper-pagination .swiper-pagination-bullet-active {
	background: #C53B47;
}
.franchise .sec_05 {
	padding: 100px 0;
	background-color: #111111;
}
.franchise .sec_05 .cont_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 40px 0;
}
.franchise .sec_05 .cont_box .cont_list h3 {
	font-size: 30px;
	font-weight: 800;
	color: #FFFFFF;
}
.franchise .sec_05 .cont_box .cont_list {
	position:relative;
}
.franchise .sec_05 .cont_box .cont_list .txt_box {
	position:absolute;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	bottom:0;
	width: 83.203%;
	background: #fff;
	padding: 27px 8px 30px;
	/*padding-left: 9.375%;*/
	padding-left: 30px;
}
.franchise .sec_05 .cont_box .cont_list .img_box {
	/*margin-bottom: 20px;*/
	width: 79.689%;
	margin-left: auto;
	margin-bottom: 69px;
}
.franchise .sec_05 .cont_box .cont_list .img_box img {
	max-width: 100%;
}
.franchise .sec_05 .cont_box .cont_list span {
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #222;
}
.franchise .sec_05 .cont_box .cont_list p {
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	line-height: 1.607;
}
.franchise .sec_06 {
	padding: 30px 0;
	background-image: url('/common/img/studentFavor/franchise/sec-06-bg-m.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.franchise .sec_06 p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.franchise .sec_06 .franchise_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 4px;
	border: 1px solid #FFFFFF;
	border-radius: 33px;
	padding: 8px 7px;
	width: auto;
	max-width: 96px;
	margin: 0 auto;
}
.franchise .sec_06 .franchise_btn span {
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
}
.franchise .sec_06 .franchise_btn img {
	max-width: 100%;
	max-height: 17px;
}

/* 취업 서브페이지 */
.employment {
	font-family: "SUIT", sans-serif;
	max-width: 720px;
	margin: 0 auto;
	overflow: hidden;
}
.employment .sec_01 {
	position: relative;
	margin-top: 60px;
}

.employment .sec_01 .video_box {
	position: relative;
	width: 100%;
	padding-top: 56.229%;
}
.employment .sec_01 .video_box:before {
	content: "";
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
}
.employment .sec_01 .video_box > video {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.employment .sec_01 .img_box img {
	max-width: 100%;
}
.employment .sec_01 .txt_box {
	position: absolute;
	left: 20px;
	bottom: 111px;
	display: block;
	z-index: 2;
}
.employment .sec_01 .txt_box p {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: "Noto Sans KR", sans-serif;
}
.employment .sec_01 .txt_box h3 {
	font-size: 45px;
	font-weight: 800;
	color: #FFFFFF;
}
.employment .cont_btn_box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #DDDDDD;
}
.employment .cont_btn_box ul li {
	flex: 1;
	padding: 15px 0;
	border-right: 1px solid #DDDDDD;
}
.employment .cont_btn_box ul li:last-child {
	border-right: none;
}
.employment .cont_btn_box ul li span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
}
.employment .sec_02 {
	padding: 100px 0;
}
.employment .sec_02 .txt_box {
	margin-bottom: 40px;
}
.employment .sec_02 .txt_box h3 {
	font-size: 35px;
	font-weight: 800;
	color: #222222;
}
.employment .sec_02 .txt_box p {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #767676;
}
.employment .sec_02 .img_box {
	overflow: hidden;
	border-radius: 40px 0 40px 0;
}
.employment .sec_02 .img_box img {
	max-width: 100%;
}
.employment .sec_03 {
	padding: 97px 0 120%;
	background-image: url('/common/img/studentFavor/employment/sec-03-bg-m.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.employment .sec_03 h3 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
}
.employment .sec_03 p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.employment .sec_04 {
	padding: 97px 0 100px;
}
.employment .sec_04 .tit_box {
	margin-bottom: 40px;
}
.employment .sec_04 .tit_box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #222222;
}
.employment .sec_04 .classSwiper {
	max-height: 160px;
}
.employment .sec_04 .classSwiper ul {
	max-height: 160px;
}
.employment .sec_04 .classSwiper li {
	overflow: hidden;
	border-radius: 15px;
	max-height: 160px;
}
.employment .sec_04 .classSwiper li img {
	display: block;
	width: 100%;
	height: 100%;
}
.pg_density .notice .pg-tit {
	padding-bottom: 15px;
}
.pg_density .thumb-box img {
	position: relative;
	width: 100%;
	height: auto !important;
}
.pg_density .density-list-wrap {
	padding: 12px 0;
}
.pg_density .density-list-wrap .density-list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 12px;
}
.pg_density .density-list-wrap .density-list li {
	flex: 1;
	max-width: calc(50% - 12px/2);
	min-width: calc(50% - 12px/2);
	cursor: pointer;
}
.pg_density .density-list-wrap .density-list li.no-data {
	max-width: 100%;
	min-width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0;
}
.pg_density .density-list-wrap .density-list > li:hover .thumb-box {
	filter: brightness(0.9);
}
.pg_density .density-list-wrap .density-list .density-box .thumb-box {
	width: 100%;
	aspect-ratio: 465 / 450;
	border-radius: 10px;
	overflow: hidden;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pg_density .density-list-wrap .density-list .density-box .thumb-box img {
	width: 100%;
}
.pg_density .density-list-wrap .density-list .density-box .txt-title {
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pg_density .density-swiper-wrap {
	overflow: hidden;
	padding-bottom: 75px;
}
.pg_density .density-swiper-wrap .density-swiper {
	position: relative;
	max-width: 465px;
	max-height: 450px;
	width: 70vw;
	height: 65vw;
	margin: 0 auto;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide {
	/*transform: scale(0.8);*/
	max-width: 395px;
	width: 55vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	position: relative;
	transition: transform .3s;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide .view-more {
	display: none;
	opacity: 0;
	position: absolute;
	left: 28px;
	bottom: 24px;
	padding-left: 20px;
	padding-bottom: 20px;
	transition: opacity .3s;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide .view-more::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: #C53B47;
	border: 1px solid #c53b47;
	border-radius: 100%;
	transition: background-color .3s;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide .view-more span {
	z-index: 1;
	position: relative;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	transition: color .3s;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide:hover .view-more::before {
	background-color: #fff;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide:hover .view-more span {
	color: #C53B47;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide.prev { margin-right: 20%; margin-left: -20%; }
.pg_density .density-swiper-wrap .density-swiper .swiper-slide.next { margin-right: -20%; margin-left: 20%; }

.pg_density .density-swiper-wrap .density-swiper .swiper-slide.swiper-slide-active {
	transform: scale(1.275);
	cursor: pointer;
	pointer-events: auto;
	margin: 0;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide.swiper-slide-active .view-more {
	opacity: 1;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide .thumb-box {
	position: relative;
	max-width: 365px;
	width: calc(55vw - 30px);
	aspect-ratio: 465 / 450;
	border-radius: 20px;
	overflow: hidden;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pg_density .density-swiper-wrap .density-swiper .swiper-slide .thumb-box img {
	width: 100%;
}
.pg_density .density-swiper-wrap .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -25px;
}
.pg_density .density-swiper-wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 10px;
}
.pg_density .swiper-pagination-bullet {
	opacity: 1;
	background: #E9E9E9;
}
.pg_density .swiper-pagination-bullet-active {
	background: #C53B47;
}
.pg_density .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	background: transparent;
	right: -40px;
}
.pg_density .swiper-button-next::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	margin-right: 5px;
}
.pg_density .swiper-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	background: transparent;
	left: -40px;
}
.pg_density .swiper-button-prev::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	margin-left: 5px;
}


/* 로그인 페이지 */
.pg_login {
	background-color: #fff;
	padding: 100px 0;
}
.pg_join {
	padding: 100px 0 0;
}
.pg_login .pg-tit > h2,
.pg_join .pg-tit > h2
{
	width: auto;
	margin: 0 auto;
	color: #000;
	font-family: "SUIT", sans-serif;
	font-size: 40px;
	font-weight: 800;
}
.pg_login .pg-tit > h2 img{
	width: 100%;
}
.pg_login .login-wrap {
	max-width: 600px;
	margin: 0 auto;
}
.pg_login .loginForm dd input[type="text"],
.pg_login .loginForm dd input[type="password"] {
	height: 50px;
	border: none;
	background: #4D4D4D;
	color: #ccc;
	font-size: 1rem;
	padding: 0 1.5rem;
}
.pg_login input::placeholder {color:#ccc;}
.pg_login input::-webkit-input-placeholder {color:#ccc;}
.pg_login input:-ms-input-placeholder {color:#ccc;}

.pg_login .login-wrap .loginForm {
	padding-right: 0;
}
.pg_login .login-wrap .loginForm .inputWrap {
	overflow: hidden;
}
.pg_login .login-wrap .loginForm .id-wrap {
	border-radius: 5px 5px 0 0;
}
.pg_login .login-wrap .loginForm .pw-wrap {
	border-radius: 0 0 5px 5px;
	position: relative;
}
.pg_login .login-wrap .loginForm .pw-wrap:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 90%;
	height: 1px;
	background: #717171;
}
.pg_login .btn-wrap{
	margin-top: 1rem;
}
.pg_login .login-wrap .login-btn {
	position: static;
	width: 100%;
	border-radius: 5px;
	background: #C53B47;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	transition: all ease 0.2s;
	line-height: 1;
	padding: 1.4rem 0;
}
.pg_login .form-checkbox {
	margin-top: 1rem;
}
.pg_login .form-checkbox > label {
	color: #000;
	font-size: 1rem;
	padding-left: 2.5em;
}
.pg_login .form-checkbox > label:before {
	background: inherit;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	transform: translateY(-50%);
	margin-top: 0;
}
.pg-detail .pg_login .form-checkbox input[type="checkbox"]:checked ~ label:before,
.pg-detail .pg_join .form-checkbox input[type="checkbox"]:checked ~ label:before {
	background: url(/common/img/curriculum/chk_icon.png) no-repeat;
	background-size: 100% auto;
	border: 0;
}

.pg_join .req:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #C53B47;
	border-radius: 50%;
	vertical-align: top;
	margin-right: 3px;
}
.pg_join .join-form .req::before {
	display: none;
}
.pg_join .join-form .req::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #C53B47;
	border-radius: 50%;
	vertical-align: top;
	margin-left: 2px;
}
.pg_login .social-wrap {
	margin-top: 2rem;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}
.pg_login .social-wrap > div{
	width: calc(100%/3);
	margin: 0 0.2rem;
}
@media screen and (max-width: 440px) {
	.pg_login .social-wrap > div{
		width: calc(100%/2);
	}
}
.pg_login .btn-snsLogin {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0.7rem;
	color: #fff;
	font-size: 1rem;
	position: relative;
}
.pg_login .btn-snsLogin:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #fff;
	opacity: 0.3;
}
.pg_login .btn-snsLogin.__kakao:after {
	content: '';
	background: #000;
}
.pg_login .btn-snsLogin.__naver {
	background: #06BE34;
}
.pg_login .btn-snsLogin.__kakao {
	background: #FFEB00;
	color: #000;
}
.pg_login .btn-snsLogin.__facebook {
	background: #3B5998;
}
.pg_login .btn-snsLogin .icon{
	display: block;
	height: 15px;
}
.pg_login .btn-snsLogin .icon img{
	height: 100%;
}
.pg_login .btn-snsLogin .bsL-txt {
	padding-left: 18px;
}
.pg_login .login-tail {
	margin-top: 2.5em;
}
.pg_login .login-tail > li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 0.5rem;
	font-size: 1rem;
	color: #848484;
}
.pg_login .login-tail li > span{
	display: block;
	width: calc(100% - 118px);
}
.pg_login .login-tail > li a {
	display: block;
	width: 118px;
	font-weight: 500;
	color: #000;
	text-align: right;
}

/* 회원가입-약관동의 */
.pg_join .step-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.pg_join .step-wrap::before{
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 1px;
	border: 1px dashed #CCCCCC;
}
.pg_join .step {
	width: 90px;
	height: 90px;
	background: #EEE;
	border-radius: 50%;
	font-size: 0.9rem;
	color: #999;
	position: relative;
}
.pg_join .step > p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.pg_join .step .agr {
	display: block;
	font-size: 1.2rem;
	color: #666666;
	font-weight: 500;
}
.pg_join .step.on {
	color: #fff;
	background: #c53b47;
}
.pg_join .step.on .agr {
	color: #fff;
}
.pg_join .join-agree > h4 {
	font-size: 1.7rem;
	font-weight: 700;
	color: #000;
	letter-spacing: inherit;
	margin-bottom: 0.5em;
}
.pg_join .join-agree > div {
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius: 5px;
	height: 110px;
	color: #444444;
	padding: 1rem;
}

.pg_join .join-agree > p {
	margin-top: 0.5rem;
}
.pg_join .ja-btn-wrap {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
	display: flex;
}
.pg_join .ja-btn-wrap a {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 48px;
	color: #C53B47;
	border: 1px solid #C53B47;
	border-radius: 50rem;
	margin: 0 0.5rem;
}
.pg_join .ja-btn-wrap a.goNext {
	background-color: #c53b47;
	border-color: #c53b47;
	color: #fff;
}
.ja-btn-wrap a.goNext span{
	position: relative;
	margin-right: 1rem;
}
.ja-btn-wrap a.goNext span::after,
.ja-btn-wrap a.goNext span::before{
	content: '';
	width: 2px;
	height: 9px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	right: -20%;
}
.ja-btn-wrap a.goNext span::before{
	transform: rotate(-45deg);
}
.ja-btn-wrap a.goNext span::after{
	transform: rotate(45deg);
	top: 10px;
}

/* 회원가입-정보입력 */
.pg_join input[type='text'], .pg_join input[type='password'], .pg_join input[type='name'], .pg_join input[type='tel'], .pg_join input[type='search'], .pg_join input[type='number'], .pg_join select {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	width: 100%;
	height: 40px;
	padding: 8.5px 0 8.5px 1rem;
}
.pg_join .notice-txt {
	font-size: 1rem;
	color: #888888;
	font-weight: 400;
	margin-bottom: 2em;
	text-align: left;
}
.pg_join .join-form {
	width: 100%;
}
.pg_join tbody tr{
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}
.pg_join tbody th,
.pg_join tbody td{
	padding: 0!important;
}
.pg_join tbody th {
	line-height: 1!important;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	padding-bottom: 0.5rem!important;
}
.pg_join tbody td {
	padding: 10px 0;
	gap: 10px;
	color: #666;
}
.pg_join tbody td span {
	display: block;
	padding-top: 0.5rem;
	font-size: 0.95rem;
	color: #737373;
}
.pg_join .input-btn-box{
	display: flex;
}
.pg_join .btn-gray {
	width: 90px;
	margin-left: 0.2rem;
	height: 40px;
	border-radius: 5px;
	background: #777777;
	font-size: 1rem;
	color: #fff;
}
.pg_join .btn-blk {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	margin-top: 0.5rem;
	background: #000;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}
.pg_join .wrap {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.2rem;
}
.pg_join .wrap.__phone select,
.pg_join .wrap.__phone input[type='number'] {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 40px;
	width: calc(100% / 3);
	color: #666;
	font-size: 1rem;
	padding: 8.5px 0 8.5px 1rem;
}
.pg_join .wrap.__email input[type='text'] {
	width: calc(100% / 2);
}
.pg_join select#selMail{
	margin-top: 0.2rem;
}
.pg_join select#selMail,
.pg_join select#userJob {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	color: #666;
	font-size: 1rem;
	padding: 8.5px 0 8.5px 1rem;
}
.pg_join .address-wrap {
	display: block !important;
}
.pg_join .__search {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

/* 회원가입-추천인코드 */
.pg_join .recom-wrap {
	width: 100%;
	text-align: center;
	background: #FBFBFB;
	border-radius: 5px;
	color: #000;
	padding: 2rem 1rem;
	margin-bottom: 50px;
}
.pg_join .recom-wrap > h1 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.pg_join .recom-wrap > p {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2;
}
.pg_join .search-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2em 0 0.7em 0;
}
.pg_join .btn-search {
	width: 90px;
	height: 40px;
	background: #000;
	color: #fff;
	border-radius: 0 5px 5px 0;
	font-size: 1.1rem;
	font-weight: 700;
}
.pg_join .search-wrap input[type=text] {
	border-radius: 5px 0 0 5px;
	max-width: 830px;
}
.pg_join .info-wrap {
	margin-top: 1rem;
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 1rem;
	color: #999;
	text-align: left;
}
.pg_join .info-wrap img{
	width: 18px;
	height: 18px;
	display: block;
}

/* 회원가입-가입 완료 */
.pg_join .step-clear {
	text-align: center;
	color: #000;
	font-size: 1rem;
	padding-top: 65px;
}
.pg_join .step-clear > figure{
	width: 30%;
	min-width: 110px;
	max-width: 200px;
	margin: 0 auto;
}
.pg_join .step-clear > figure img{
	width: 100%;
}
.pg_join .step-clear h3 {
	font-size: 2rem;
	font-weight: 700;
	margin: 2rem 0 0.5rem;
}

/* 마이페이지 */
.pg_my .coupon-frame {
	display: none;
}
.pg_my .coupon-frame.active {
	display: block;
}
.pg_my .coupon-wrap {
	margin: auto;
	box-shadow: 0 0 20px #00000017;
	border-radius: 5px;
	margin-bottom: 4rem;
	padding: 0 2rem;
	color: #000;
	position: relative;
}

.pg_my .coupon-wrap .left-wrap {
	width: 100%;
	padding: 2rem 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	font-size: 1.5rem;
}
.pg_my .coupon-wrap .left-wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 100%;
	height: 1;
	border: 1px dashed #ccc;
}
.pg_my .coupon-wrap .left-wrap > figure{
	width: 90px;
	padding: 0 1rem;
}
.pg_my .coupon-wrap .left-wrap > figure img{
	width: 100%;
}
.pg_my .coupon-wrap .left-wrap .user-inner{
	width: calc(100% - 90px);
}
.pg_my .coupon-wrap .status {
	display: block;
	width: 65px;
	line-height: 24px;
	font-size: 0.9rem;
	font-weight: 500;
	background: #999999;
	border-radius: 18px;
	text-align: center;
	color: #fff;
}
.pg_my .coupon-wrap .user-name {
	font-weight: 700;
}
.pg_my .coupon-wrap .copy-wrap {
	font-size: 1rem;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.5rem;
}
.pg_my .coupon-wrap .copy-wrap .tit{
	padding-right: 0.4rem;
}
.pg_my .coupon-wrap .copy-wrap .num-wrap{
	display: flex;
}
.pg_my .coupon-wrap .copy-wrap input {
	width: auto;
	background: inherit;
	max-width: 70px;
	font-size: 1rem;
	font-weight: 700;
	color: #666;
}
.pg_my .coupon-wrap .copy-wrap button {
	font-weight: 700;
}
.pg_my .coupon-wrap .right-wrap {
	padding: 1rem 0;
	font-size: 1.3rem;
	font-weight: 700;
}
.pg_my .tab {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	height: 39px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 40px;
	background-color: #fff;
}
.pg_my .tab .tab-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-bottom: 0;
	background-color: #fff;
	border-radius: 40px;
	color: #999;
	width: 100%;
	flex: 1;
}
.pg_my .tab .tab-item.active {
	background-color: #C53B47;
	color: #fff;
}
.pg_my .joinForm-wrap {
	margin-top: 0;
}
.pg_my .coupon-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2em;
}
.pg_my .useable-coupon {
	color: #666666;
}
.pg_my .select-coupon {
	width: 33.33%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	font-size: 1rem;
	color: #666;
}
.pg_my .coupon-list {
	position: relative;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	background: #FBFBFB;
	color: #000;
	border-radius: 5px;
	margin: 10px 0;
}
.pg_my .c-name {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 0.4rem;
}
.pg_my .usage-status {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.pg_my .usage-status > span{
	display: block;
}
.pg_my .usage-status.able .use {
	font-weight: 700;
}
.pg_my .usage-status .use {
	margin-right: 1rem;
	position: relative;
}
.pg_my .usage-status .use:after {
	content: '';
	position: absolute;
	top: 54%;
	right: -7px;
	transform: translateY(-50%);
	background: #CCCCCC;
	width: 1px;
	height: 10px;
}
.pg_my .usage-status.able .expired {
	font-weight: 500;
}
.pg_my .usage-status.unable .use,
.pg_my .usage-status.unable .expired {
	color: #999;
	font-weight: 400;
}
.pg_my .btn-detail {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	font-size: 16px;
	font-weight: 500;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	background: #000;
	color: #fff;
	text-align: center;
}
.pg_my .btn-detail a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*페이지네이션*/
.pagi-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 40px 0 80px;
	color: #999999;
}
.pagi-wrap .pg-num {
	/*width: 20px;*/
	width: auto;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	/*font-size: 1rem;*/
	font-size: 12px;
}
.pagi-wrap .pg-num.active {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #C53B47;
	color: #fff;
	margin: 0;
}

/* 마이페이지-쿠폰 자세히보기 */
.pg_my .pop-detail-wrap {
	background: #00000078;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: none;
}
.pg_my .coupon-list-wrap.pop .pop-detail-wrap {
	display: block;
}
.pg_my .pop-inner .btn-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: none;
}
.pg_my .pop-inner .btn-close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: rotate(45deg);
	background: #666666;
}
.pg_my .pop-inner .btn-close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: rotate(-45deg);
	background: #666666;
}
.pg_my .pop-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 450px;
	border-radius: 10px;
	padding: 3rem 2rem;
	background: #fff;
}
.pg_my .pop-inner .img-wrap{
	width: 90%;
	margin: 0 auto;
}
.pg_my .pop-inner .img-wrap img{
	width: 100%;
}
.pg_my .info-inner {
	padding: 10px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 15px;
}
.pg_my .info-inner > ul {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin: 10px 0;
}
.pg_my .info-inner .title {
	width: 64px;
	font-size: 1rem;
	font-weight: 700;
	color: #000;
}
.pg_my .info-inner .info-txt {
	width: calc(100% - 64px);
	font-size: 1rem;
	color: #666;
}
.pg_my .info-tail > li {
	text-indent: -15px;
	padding-left: 15px;
	font-size: 12px;
	color: #999;
}
.pg_my .btn-use {
	width: 100%;
	line-height: 40px;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 100px;
	margin-top: 30px;
	color: #fff;
}
.pg_my .btn-use.able-c {
	background: #000;
}
.pg_my .btn-use.able-c span{
	font-size: 0.9rem;
}
.pg_my .btn-use.unable-c {
	background: #CCCCCC;
}

/* Commu-수강생포트폴리오 */
.studentW .thumbnail {
	background: url('/common/img/commu/student-bg-m.jpg') no-repeat center / cover!important;
}
.gallery .img-box img {
	min-width: inherit;
	min-height: inherit;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: auto;
	bottom: auto;
}
.gallery .board-list-wrap {
	padding-top: 0;
}
.gallery .event-item{
	margin: 0 2px;
	text-align: center;
}
.gallery .event-item .img-box {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin: 0;
	border-radius: 5px;
	filter: grayscale(1);
	background-color: #000;
}
.gallery .event-item .img-box img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.studentW .event-item .img-box {
	filter: grayscale(0);
}
.gallery .event-list li {
	margin-bottom: 30px;
}
.gallery .event-item .tit {
	padding-top: 1rem;
	font-size: 15px;
	font-weight: 700;
	color: #222222;
}
.gallery .event-item .tit a{
	display: block;
}
.gallery .event-item .date {
	color: #999999;
	font-size: 14px;
	font-family: 'Roboto',sans-serif;
}
.gallery .more-btn-wrap .btn-more {
	width: 128px;
	height: 40px;
	border: 1px solid #000;
	color: #000;
	border-radius: 20px;
	font-size: 1.1rem;
	font-weight: 600;
	transition: all 0.2s ease;
}
.gallery .more-btn-wrap .btn-more:hover {
	background: #000;
	color: #fff;
}
.gallery .board-view-wrap {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* 수강생 혜택 - 취업 */
.employment .sec_01 .txt_box {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
}
.employment .sec_01 .txt_box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #FFFFFF;
}
.employment .cont_btn_box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	border:none;
}
.employment .cont_btn_box ul li {
	flex: 1;
	padding: 0;
	border-right:none;
}
.employment .cont_btn_box ul li:first-child {
	border-right: 1px solid #ddd;
}
.employment .cont_btn_box ul li > a {
	display: flex;
	background-color: #C53B47;
	color: #fff;
	padding: 17px 20px;
	font-size: 16px;
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
}
.employment .cont_btn_box ul li > a > img {
	width:6px;
}

.employment .sec_02 .cont01 {
	margin-bottom: 60px;
}
.employment .sec_02 .cont01 .txt_box {
	text-align: center;
}
.employment .sec_02 .cont .txt_box > span {
	font-family: "Mulish", "sans-serif";
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 16px;
	display: inline-block;
	color:#C53B47;
}
.employment .sec_02 .img_box {
	overflow: hidden;
	border-radius: 15px;
}

.employment .video-sec {
	padding: 100px 0;
	background-color: #F9F9F9;
}
.employment .video-box {
	position: relative;
	padding-top: 52.941%;
	padding-bottom: 0;
	width: 100%;
}
.employment .video-box > iframe {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.employment .sec_03 h3 {
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	width: 93.75%;
	margin: 0 auto 40px;
}
.employment .sec_03 p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	width: 93.75%;
	margin: 0 auto;
	letter-spacing: -.8px;
}
.academy #section1 {
	position: relative;
	font-size: 0;
}
.academy #section1 .video-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}
.academy #section1 .txt_box {
	position: absolute;
	bottom: 8.8%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 81.944%;
	z-index: 2;
}
.academy #section1 .txt_box > p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.785;
	padding-bottom: 45px;
	letter-spacing: -0.714px;
	font-family: "Noto Sans KR", sans-serif;
}
.academy #section1 .txt_box > img {
	width: 100%;
}
.academy #section1 .txt_box > span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
	display: inline-block;
	font-family: "Mulish", sans-serif;
}

.review .txt_sub_banner img {
	max-height: 67px;
}


.academy #section1 .video_box {
	position: relative;
	width: 100%;
	padding-top: 56.229%;
}
.academy #section1 .video_box:before {
	content: "";
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
}
.academy #section1 .video_box > video {
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.academy .cont_inner.contTop {
	overflow: hidden;
	margin-bottom: 10px;
}

@media all and (max-width: 400px) {
	.brow_intro .sec_10 .bg_02 .img_box img {
		right:-20px;
	}
}