@charset "utf-8";
/* CSS Document */

/* ----- 2507 아카데미 추가----- */

/*-- 전체 공퉁 추가  --*/
.wrapper { width: 1200px; margin: 0 auto; position: relative; }
.ellipsis-multi { text-overflow: ellipsis; overflow: hidden; display: -webkit-box !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; }
.pagination ul li button { text-indent: -9999px; width: 16px; height: 16px; background: #fefefe; border-radius: 50%; opacity: 0.5; }
.tit-wrap { overflow: hidden; position: relative; margin-bottom: 24px; }
.d-flex {display: flex;}


/*-- Vertical Accordion Style --*/
.va-container{ position:relative; margin:23px auto 0 auto; }
.va-wrapper{ position: relative; width: 100%; height: 100%; overflow: hidden; background: #000; }

/* Slice Base */
.va-slice{ position: absolute; top: 0; height: 100%; overflow: hidden; cursor: pointer; transition: background-position 0.3s ease; }
/*
.va-slice-1{ background:#000 url(../images/academy/p2.jpg) no-repeat center center; background-size: cover; }
.va-slice-2{ background:#000 url(../images/academy/p4.jpg) no-repeat center center; background-size: cover; }
.va-slice-3{ background:#000 url(../images/academy/p1.jpg) no-repeat center center; background-size: cover; }
.va-slice-4{ background:#000 url(../images/academy/p3.jpg) no-repeat center center; background-size: cover; }
*/
.va-slice.collapsed::before { content: ""; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8)); position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; opacity: 1; transition: opacity 0.3s ease;}
.va-container.expanded-mode .va-slice.collapsed::before { opacity: 0; }

/* Collapsed State */
.va-slice.collapsed { background-position: -460px center !important; background-size: cover; }
.va-slice.collapsed .va-title { transform: translateY(240px); /* 접혔을 때 아래로 이동 */ opacity: 1; font-size: 32px; }

/* Image Overlay */
.va-slice .img_effect { position: absolute; top: 0; left: 0; width: 82px; height: 350px; object-fit: cover; z-index: 2; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }

/* Title */
.va-title{ position: absolute; top: 0; left: 0; width: 100%; margin-top: 32px; margin-left: 40px; font-size: 41px; color: #fff; display: flex; align-items: center; text-align: center; text-shadow: 0px 0px 1px white; font-family: "omnigothic", sans-serif; font-weight: 400; font-style: normal; letter-spacing: 1.1px; transform: translateY(0); opacity: 1; transition: transform 0.3s ease, opacity 0.3s ease; }
.va-slice.collapsed .va-title { background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(210, 23, 53, 0.05), rgba(232, 58, 64, 0.9)); } 


/*- Content -*/
.va-content{ display: none; margin-top: 107px; margin-left: 40px; font-family: "omnigothic", sans-serif; font-weight: 300; font-style: normal; }

/*경력 넣을 경우 */
.va-slice .va-content2 { display: flex; flex-direction: column; gap: 10px; margin-top: 99px; }
.va-slice .va-content2 .va-content_intdetail01{ font-size: 21px; color: #fff; margin-top: 3px; } 
.va-slice .va-content2 .va-content_intdetail02{ font-size: 16px; line-height: 20px; font-weight: 300; color: rgba(255, 255, 255,.8); font-family: 'Noto Sans KR', sans-serif; }

.va-slice ul li:nth-child(2) { margin-top: 18px; } 

.va-content .va-content-btn-home { margin-top: 18px; }

/* List Buttons */
.va-slice ul{ margin-top:24px; }
.va-slice ul li{ float:left; margin:0px 2px; }
.va-slice ul li a{ display: inline-block; padding:4px 8px 5px; font-size:14px; color:#fff; background: #E92C48; border: 1px solid #E92C48; font-family: 'Noto Sans KR', sans-serif; text-transform:uppercase; line-height: 14px; text-decoration: none; }
.va-slice ul li a:hover{ background: rgba(0, 0, 0, .4); color:#fff; border: 1px solid #E92C48; text-shadow:none; }

/* Navigation */
.va-nav span{ position: absolute; top: 46%; width: 20px; height: 38px; opacity: 0.5;  text-indent: -9000px; background: transparent url(../images/academy/nav-left-d.png) no-repeat center center; background-size: cover; cursor: pointer; display: none; z-index: 100; }
.va-nav span.va-nav-prev{ left : -35px; }
.va-nav span.va-nav-next{ background-image:url(../images/academy/nav-right-d.png); left : 1145px; }
.va-nav span:hover{	opacity:1.0; }

.va-nav-next.disabled,
.va-nav-prev.disabled { opacity: 0.3; pointer-events: none; cursor: default;}


/*-- 결제 약관 수정 --*/
.pay_popup>div .con3 .scroll table { border-collapse: collapse; width: 100%; border: 1px solid #aeaeae;}
.pay_popup > div .con3 .scroll table th,.pay_popup > div .con3 .scroll table td { border: 1px solid #aeaeae; padding: 6px;}
.pay_popup>div .con3 .scroll table th:nth-child(1), .pay_popup>div .con3 .scroll table th:nth-child(2) { width: 30%; }
.pay_popup>div .con3 .scroll table th:nth-child(3) { width: 40%; }


/*-- vod_list 공통 --*/
.sec02 .vod_list > li { width: 375px; height: 364px; box-sizing: border-box; border: 1px solid #d1d1d1; border-radius: 10px; margin-right: 37px; overflow: hidden; float: left; }

.vod-list { width: 100%; margin: auto; }
.vod-list .item {display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px; }
.vod-list .inner-item { width: calc((100% - 60px) / 4); border: 1px solid #DDD; padding-bottom: 18px; box-sizing: border-box;}

.vod-list .item a, .new-slide .item span { display: block; }
.vod-list .item a:not(:first) { margin-left: 30px; }
.vod-list .item a:hover .tit { text-decoration: underline; }
.vod-list .item a:hover .img .play { -webkit-animation-name: pulse-shrink; animation-name: pulse-shrink; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear;  animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
.vod-list .item a:hover .img .bg { filter: blur(1.3px); }

.vod-list .item .inner-item .img { position: relative; width: 100%; height: 157px; overflow: hidden; }
.vod-list .item .img:before { content: ''; z-index: 10; display: block; width: 100%;  height: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/common/thumb-cover.png); border: 1px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; }
.vod-list .item .img img { width: 100%; position: relative; margin: auto; overflow: hidden;}
.vod-list .item .img .play { width: 25%; position: absolute; top: 27%; left: 38%; z-index: 10; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.vod-list .item .img .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.vod-list .item .txt { padding: 0 10px; }
.vod-list .item .txt .tit { color: #101010; font-size: 20px; line-height: 26px; height: 1.3em; font-weight: 500; overflow: hidden; margin-bottom: 8px;}
.vod-list .item .txt .sub{ color: #6d6d6d; font-size: 16px; font-weight: 400; }

.vod-list .item .tags .tag-red { color: #e83a40; border: 1px solid rgba( 232, 58, 64, .4); background: transparent; }

/* img에 넣었을 경우 */
.vod-list .item .img ul { position: absolute; bottom: 12px; left: 8px; z-index: 10; }
.vod-list .item .img ul li { width: 58px; height: 22px; box-sizing: border-box; background: rgba(230, 230,230, .5); border: none; border-radius: 11px; float: left; font-size: 13px; text-align: center; line-height: 22px; font-weight: 500; margin-right: 8px;}
/* text에 넣었을 경우 */
.vod-list .item .txt { margin-top: 12px; }
.vod-list .item .txt ul {overflow: auto; margin: 15px 0 0px; display: flex; justify-content: flex-end; }
.vod-list .item .txt ul li { width: auto; height: 22px; padding: 0 7px; box-sizing: border-box; color: rgba(0, 0, 0, 0.6); background: rgba(0, 230,230, 0); border: 1px solid rgba(0, 0, 0, 0.3); font-size: 13px; text-align: center; line-height: 19px; font-weight: 500; margin-right: 5px;}
.vod-list .item .txt ul li.fill { border: none; background: rgba(230, 230,230, 1); } /* border대신 background*/

/* 강좌가 없을 경우 */
.vod-list .item .inner-item.empty { display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.05); }
.vod-list .item .inner-item.empty .txt .tit { margin-bottom: 0; color: #898989; font-weight: 300; }

.vod-list .item .time-badge { position: absolute; bottom: 6px; right: 6px; border-radius: 2px;  padding: 0 6px; z-index: 15; font-size: .8rem; line-height: 1.4rem; font-weight: 400; color: #fff; background: rgba(0, 0, 0, 0.6);}




/*----- 아카데미 index -----*/
/* 타이틀 수정 */
.con-area .title-area h3.new-title { width: 92%; font-size: 24px; font-weight: 500; line-height: 33px; margin-bottom: 20px; color: #101010; display: inline-block; vertical-align: bottom; }
.con-area .title-area a { float: right; font-size: 15px; color: #000;  line-height: 33px; color: #101010;  font-weight: 500; margin: 0; }
.con-area .title-area a span { display: inline-block; margin-left: 8px; position: relative; top: 1px; }

.new-area { margin-top: 60px; padding: 50px 0 ; position: relative; background-color: #f3f3f3; } 
.new-wrap { position: relative; height: auto; overflow: hidden; z-index: 10; }
.new-page { position: absolute; right: 0; top: 19px; }

/* 실시간 인기 영역 추가  */
.popul-area { padding: 50px 0; position: relative; background-color: #fff; }
.popul-wrap { position: relative;  z-index: 10; }
.popul-wrap .vod-list .inner-item { margin-bottom: 0; }

/* 전체강의 영역 추가 */
.all-area { padding: 50px 0 26px; position: relative; background-color: #f3f3f3; } /*어두울때 background-color: 181818; */
.all-area .all-wrap .title-area h3.new-title span::before {content: '';  display: inline-block;  width: 1px; height: 20px; background: rgba(0, 0, 0, .5); margin: 0 15px;}
.all-area .all-wrap .title-area h3.new-title span { font-size: 21px; line-height: 33px; letter-spacing: -0.085em; font-weight: 300; }

.all-wrap { position: relative; z-index: 10; }
.all-wrap::after { content: ""; display: table; clear: both; }

.all-wrap .vod-list .item li:nth-child(4n) { margin-right: 0px; }
.all-wrap .pagination { margin-top: 40PX;}

/* 카테고리 선택  */
.all-wrap .all-category-w { position: relative; width: 1200px; margin: 0 auto; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; margin-bottom: 45px; padding: 12px 0;}
.all-wrap .all-category-w .category-group { display: flex; align-items: center; }
.all-wrap .all-category-w .category-tit { display: inline-block; margin: 0 25px 0 30px; font-size: 17px; font-weight: bold; color: #333; white-space: nowrap; min-width: 45px; }

.all-wrap .all-category-w .ac-liist-w { display: flex; gap: 8px; padding: 8px 1px; flex-wrap: wrap;}
.all-wrap .all-category-w .ac-liist-w .ac-liist_inner {height: 32px; line-height: 30px; }
.all-wrap .all-category-w .ac-liist-w .ac-liist_inner .ac-liist_link { line-height: 30px; color: #898989; font-size: 16px; font-weight: 400; border-radius: 3px ; border: 1px solid #DDD; padding: 0 26px 2px; }
.all-wrap .all-category-w .ac-liist-w .ac-liist_inner.on .ac-liist_link { font-weight: 500; color: #fff; background: #e83a40; border: 1px solid #e83a40;  }
.all-wrap .all-category-w .ac-liist-w .ac-liist_link:hover { color: rgba(232, 25, 64, .6); border: 1px solid rgba(232, 25, 64, .6); background: rgba(0, 0, 0, .05);}

.aca-list.vod-list-non { display: flex; flex-direction: column; justify-content: center; width: 100%; height: 294px; font-size: 24px; color:#898989; align-items: center; text-align: center; position: relative;}
.aca-list.vod-list-non  .inner-item { border: none; width: 100%; }



/*----- 아카데미 상세 -----*/

.academy { max-width: 1200px; margin: 0 auto; position: relative; }
.wrap, .preview-wrap, .aca-left-con { overflow: visible; }
.preview-wrap {	position: relative;	padding-top: 25px; padding-left: calc((100% - 1200px) / 2);	padding-right: calc((100% - 1200px) / 2); display: flex; justify-content: space-between; }

section { scroll-margin-top: 55px; /* 헤더 높이만큼 여백 */ }

/*-- 왼쪽 컨텐츠 --*/
/* 서브 메뉴 */
.aca-left-con { width: calc(100% - 430px); overflow: visible; }
.aca-left-con .preview-big{ width: 770px; height: 440px; background-image: url(../images/academy/class_cover_bg.svg) }
.aca-left-con .preview-big img { width: 100% ;height: auto; text-align: center; }

.class-menu { border-radius: 0px; width: calc(100% + 0px); height: auto; padding: 20px 0 15px; background-color: rgb(255, 255, 255); border-color: rgb(229, 229, 229); z-index: 999; transition-property: top;  transition-duration: 300ms; }
.class-menu ul { display: flex; gap: 35px; vertical-align: bottom; overflow: visible; scrollbar-width: none; align-items: stretch; flex-direction: row; }
.class-menu ul li { border-width: 0; color: #0c0c0c; margin: 0;  padding: 0; font-size: 18px; font-weight: 600; line-height: 1.25rem; white-space: nowrap; }
.class-menu ul li a {  position: relative; }
.class-menu ul li .on span { display: block; position: absolute; width: 100%; height: 2px; bottom: -16px; background: #e83a40; z-index: 10;}

/* 위치 고정 시 css */
.class-menu.sub-fixed { position: fixed; top: 60px; left: calc((100% - 1200px) / 2); width: calc(1200px - 430px); z-index: 999; background: white; }


/*-- section 별 --*/
.profile-wrap, .other-wrap, .curriculum-wrap { width: 100%; border-top: 1px solid rgba(109, 109, 109, 0.5); padding: 65px 0 70px; }

/* vod list 공통 */
.curriculum-wrap .item-title, .other-wrap .item-title { font-size: 22px; font-weight: 500; margin-bottom: 28px; color: #101010; display: inline-block; vertical-align: bottom; }
.curriculum-wrap .vod-list .item .txt .tit, .other-wrap .vod-list .item .txt .tit { font-size: 18px; line-height: 27px; }


/* 클래스 소개 */
.profile-wrap.intro-wrap { border: none; padding-top: 60px;}

.profile-wrap .class-info { display: flex; justify-content: space-between; gap: 0px 220px; position: relative; padding: 20px; margin-bottom: 20px; align-items: stretch; border: 1px solid rgba(0, 0, 0, 0.1);}
.profile-wrap .class-info .sub-tit-a { font-size: 16px; line-height: 26px; font-weight: 500; }

.profile-wrap .class-info .class-info-cont {display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap;  flex: 1; }
.profile-wrap .class-info .class-info-detail { display: flex; align-items: center; gap: 6px; font-size: 15px; line-height: 24px; color: rgba(55, 55, 55, 0.8); }
.profile-wrap .class-info .class-info-detail span { margin-bottom: 4px;}
.profile-wrap .class-info .class-info-detail .material-symbols-outlined { line-height: 24px; margin-bottom: 0; }


/*프로필*/
.profile-wrap .item-txt { font-size: 16px; }
.profile-wrap .item-txt .item-title { font-size: 22px; font-weight: 500; margin-bottom: 20px; color: #101010; display: inline-block; vertical-align: bottom; }
.profile-wrap .item-txt p { line-height: 1.6; margin: 0; }
.profile-wrap .item-txt p + p { margin-top: 10px; }
.profile-wrap .item-txt ul li {line-height: 2;}


/* 커리큘럼 */
.curriculum-wrap .vod-list .item { display: flex; flex-direction: column; justify-content: flex-start; gap: 14px;}
.curriculum-wrap .vod-list .inner-item { width: 100%; height: auto; padding: 20px 18px; border: 1px solid #DDD; }
.curriculum-wrap .vod-list .item .inner-item a { width: 100%; display: flex; flex-direction: row; gap: 18px;  color: rgba(55, 55, 55, 0.8); }

.curriculum-wrap .vod-list .item .inner-item .img { position: relative; flex: 0 0 246px; height: 136px; overflow: hidden; margin-bottom: 0; }

.curriculum-wrap .vod-list .item .inner-item .txt { flex: 1; margin: 0;}
.curriculum-wrap .vod-list .item .txt .tit {  padding: 0; font-weight: 600; color: #222; }
.curriculum-wrap .vod-list .item .txt .detail { font-size: 15px; line-height: 1.5rem; font-weight: 500; }

.curriculum-wrap .vod-list .item .inner-item:hover { text-decoration: none; }
.curriculum-wrap .vod-list .item .inner-item:hover .tit { text-decoration: underline; }
.curriculum-wrap .vod-list .item .inner-item:hover .list-tag { text-decoration: none !important; display: inline-block; }
.curriculum-wrap .vod-list .item .inner-item:hover img.play { -webkit-animation-name: pulse-shrink; animation-name: pulse-shrink; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear;  animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }

.curriculum-wrap .vod-list .item .txt ul { overflow:visible;  margin: 0;  display: block;}
.curriculum-wrap .vod-list .item .txt ul li { overflow:visible; height: auto; border: none; margin-bottom: 10px; text-align: left; }
.curriculum-wrap .vod-list .item .txt ul li:not(:first-child) { margin-bottom: 7px; }
.curriculum-wrap .vod-list .item .txt .list-tag { color: #fff; background: #e83a40; padding: 0px 6px 1px; font-size: 13px;  white-space: nowrap; border-radius: 2px; margin-right: 6px;}
.curriculum-wrap .vod-list .item .txt .list-tag.free {  font-weight: 500; background: rgba(55, 55, 55, 0.5); }

/* 다른강좌 */	
.other-wrap .vod-list .item { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 12px; row-gap: 24px; }
.other-wrap .vod-list .inner-item { width: auto; border: 1px solid #DDD; padding-bottom: 18px; }
.other-wrap .vod-list .item .inner-item .img { position: relative; width: 100%; height: 136px; overflow: hidden; margin-bottom: 10px; }
.other-wrap .vod-list .item .inner-item a:hover { text-decoration: underline; }

.other-wrap .other-tit { display: flex; flex-direction: row; align-items: center; justify-items: center; justify-content: space-between; margin-bottom: 28px;}
.other-wrap .item-title { margin-bottom: 0; }
.other-wrap .other-tit a { line-height: 28px; font-weight: 500; color: rgba(55, 55, 55, 0.6);}
.other-wrap .other-tit a span { margin-left: 6px; color: rgba(55, 55, 55, 0.6);} 

/*-- 오른쪽 컨텐츠 --*/
.aca-right-con { width: 400px; position: relative;}
.aca-right-con .right-fixed-wrap {width: 400px; transition: position 0.3s ease;}

.preview-wrap .aca-right-con .text_box .title { color: #222; font-size: 24px; line-height: 2rem; font-weight: 700; }

/* 프로필 영역 */
.preview-wrap .aca-right-con .text_box .aca-anal { display: flex; align-items: center; gap: 10px; }

.preview-wrap .aca-right-con .text_box .profile { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding: 15px 0; border-width: 1px 0px 1px; border-color: rgba(0, 0, 0, 0.1); border-style: solid; }
.preview-wrap .aca-right-con .text_box .profile .profile-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; object-position: center 3px; flex-shrink: 0; border: 1px solid #DDD; }
.preview-wrap .aca-right-con .text_box .profile .name { font-weight: 700; font-size: 18px; line-height: 1; display: inline-block; }

.preview-wrap .aca-right-con .text_box ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 6px; }
.preview-wrap .aca-right-con .text_box li { display: flex; align-items: center; font-size: 15px; font-weight: 500; height: auto; }
.preview-wrap .aca-right-con .text_box .btn-shape { display: inline-flex; align-items: center; padding: 0 16px; height: 36px; font-size: 14px; line-height: 1; border-radius: 18px; background-color: #f3f3f3;	color: #333; gap: 4px; white-space: nowrap; }

/* 가격 영역 */
.aca-right-con .payment_box { padding-top: 1.5rem;}

.aca-right-con .payment_box .price-section, .aca-right-con .payment_box .discount-section { display: flex; flex-direction: row; flex-shrink: 1; box-sizing: border-box; position: relative; align-items: center; justify-content: space-between; }
.aca-right-con .payment_box .price-section { padding-bottom: 10px; }
.aca-right-con .payment_box .price-section .price { font-weight: 400; text-decoration: line-through;}
.aca-right-con .payment_box .discount-section { margin-bottom: 10px;}

/* 가격 상세 공통 */
.aca-right-con .payment_box .price, .aca-right-con .payment_box .label { text-align: left; font-weight: 500; color: rgba(55, 55, 55, 0.8); }

.aca-right-con .payment_box .price { font-size: 18px; line-height: 1.375rem; }
.aca-right-con .payment_box .label { font-size: 16px; line-height: 1.25rem;	}

.aca-right-con .payment_box .discount-section .label { color: #0c0c0c; }

.aca-right-con .payment_box .discount-section .discount-info { display: flex; flex-direction: row; gap: 3px; font-size: 18px; line-height: 1.375rem; align-items: center; }
.aca-right-con .payment_box .discount-rate { color: #e83a40; font-weight: 500; margin-right: 6px;}
.aca-right-con .payment_box .discounted-price { color: #0c0c0c; font-weight: 700; }

.aca-right-con .payment_box p { font-size: .9rem; text-align: end; margin-bottom: 30px; color: rgba(55, 55, 55, 0.8); }

/* 결제하기 버튼 */
.payment_box .btn-full { width: 100%; display: flex; align-items: center; justify-content: center; background: #e83a40; color: #fff; height: 54px; border-radius: 10px; font-size: 18px; font-weight: 600; letter-spacing: 1.1px; }
.payment_box .btn-full:hover { background-color: #bd2c31; transition: all 0.3s cubic-bezier(.25, .8, .25, 1); }

/* 아이콘 */
.info-item .icon { width: 20px; height: 20px; display: inline-block; background-size: contain; margin-right: 4px; line-height: 1; }

/* 위치 고정 시 css */
.aca-right-con .right-fixed-wrap.right-fixed { position: fixed; top: 60px; left:auto; right: auto; z-index: 1000; background-color: #fff;}

/* 추천 강의 */
.aca-right-con .recomended-courses { margin-top: 28px; padding: 22px 10px; background: rgba(0, 0, 0, 0.05); border-radius: 3px; }
.aca-right-con .recomended-courses .item-title { display: flex; align-items: center; gap: 5px; font-size: 18px; font-weight: 500; margin-bottom: 16px; color: #101010;}
.aca-right-con .recomended-courses .item-title .material-symbols-outlined { font-size: 20px; margin-top: 2px;}
    
.aca-right-con .recomended-courses .vod-list .item { display: flex; gap: 7px; }
.aca-right-con .recomended-courses .vod-list .item .inner-item { flex: 1; }
.aca-right-con .recomended-courses .vod-list .item .inner-item .img { height : 108px; margin-bottom: 4px; }
.aca-right-con .recomended-courses .vod-list .item .inner-item .txt { padding: 0 6px; }
.aca-right-con .recomended-courses .vod-list .item .inner-item .txt .tit {font-size: 15px; line-height: 1.4; font-weight: 400;}

/* popup 수정 */
.popup_style2 .box .tit { display: flex; gap: 6px; align-items: center;}
.popup_style2 .box .tit p { font-size: 1rem; font-weight: bold; float: left; line-height: 1.4rem; }
.popup_style2 .academy_pop .scroll p:not(:last-child) { margin-bottom: 2vw; }
.popup_style2 .scroll { padding: 4vw 4.0vw 0vw; }
.popup_style2 .scroll p{ font-size: .88rem; }

/*----- 아카데미 강사 리스트 -----*/
.list-top-wrapper { position: relative; margin: 23px auto 0 auto; height: 350px; overflow: hidden; background: linear-gradient(to right, #0C2529, #183034) }

.list-top-wrapper .img-wrapper { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; -webkit-mask-image: radial-gradient(circle, black 88%, transparent 95%); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: radial-gradient(circle, black 88%, transparent 95%); mask-repeat: no-repeat; mask-size: 100% 100%; }
.list-top-wrapper .img-wrapper img { width: 85%; height: auto; position: relative; transform: translateX(60px); }

.list-top-wrapper .va-title { margin-left: 140px; z-index: 5;}
.list-top-wrapper .va-content2 { display: flex; flex-direction: column; gap: 10px; margin-top: 99px; margin-left: 140px; position: absolute; top: 0; z-index: 5;}  
.list-top-wrapper .va-content2 .va-content_intdetail01 { font-size: 21px; color: #fff; margin-top: 3px; }
.list-top-wrapper .va-content2 .va-content_intdetail02 { font-size: 16px; line-height: 20px; font-weight: 300; color: rgba(255, 255, 255,.8); font-family: 'Noto Sans KR', sans-serif; }
.list-top-wrapper ul li:nth-child(2) { margin-top: 18px; }
.list-top-wrapper ul li a { display: inline-block; padding: 4px 8px 5px; font-size: 14px; color: #fff; background: #E92C48; border: 1px solid #E92C48; font-family: 'Noto Sans KR', sans-serif; text-transform: uppercase; line-height: 14px; text-decoration: none; }


/* 플로팅 메뉴 관련 */
@media screen and (max-width: 1199px) {
.class-menu.sub-fixed {	width: 100%; left: 0; transform: none; }
.aca-right-con .right-fixed-wrap.right-fixed { left: 0 ;}
}