@charset "UTF-8";

@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

/* 제이쿼리 css제어 */
.main{
  position: relative;
}
.nav_show{
  display:block !important;
}
.notice_on{
  height: 68px;
  overflow: hidden;
}
.nav_act2{
  width: 100%;
  position: fixed !important;
  margin-left: 832px;
  top: 1%;
}
.color_on{
  background: var(--blue) !important;
  color: #fff !important;
  font-weight: 600 !important;
  border: 1px solid transparent !important;
}
.h_inner1 > li:nth-child(2) a{
  color: #2E68FF;
}
.txt_blue {
  color: var(--blue) !important;
}
.txt_yellow {
  color: var(--yellow2d) !important;
}
.txt_red {
  color: var(--red3a) !important;
}


/* 검색창 서식 */
.favorite_wrap{
  padding: 30px 0;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.tabBg{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 43px auto 64px;
  box-sizing: border-box;
}
.tabBg_tit {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-right: 40px;
}
.tabBg_tit h3 {
  font-size: 41px;
  font-weight: 800;
  color: #202122;
}
.tabBg_tit p {
  color: var(--graydb6);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
.tabBg_tit p strong {
  font-weight: 600;
}
.tabBg .tabs {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px dashed var(--blue6ff);
}
.tabBg li{
  margin-right: 30px;
  box-sizing: border-box;
  line-height: 34px;
  position: relative;
  margin-bottom: 5px;
  transition: .2s ease;
}
.tabBg li:first-child.on, .tabBg li:first-child:hover {
  position: relative;
  background: #086fde;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.tabBg li:first-child.on:before, .tabBg li:first-child:hover:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../../img_kc/ver2412/ico_chk-enrol.svg) no-repeat center / 100%;
  position: absolute;
  left: 9px;
  top: -12px;
}
.tabBg li:first-child.on span, 
.tabBg li:first-child:hover span {
  color: #fff !important;
}
.tabBg li a{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
}
.tabBg li.on:not(:first-child):after, .tabBg li:not(:first-child):hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blued1);
}
.tabBg li:not(:first-child):hover a {
  color: var(--blued1);
}
.tabBg li.on:not(:first-child) a{
  color: var(--blued1);
  /* border-bottom: 2px solid var(--blued1); */
}
.tabBg li a span{
  font-size: 17px;
  letter-spacing: 0;
}

.enrolment_bottom{
  margin-bottom: 104px;
  display: flex;
  justify-content: space-between;
}
.enrolment_bottom > .inner{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

/* 공통 */
.page_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
}
.page_tit:after {
  content: "";
  height: 2px;
  background: rgba(23, 134, 241, .3);
  flex-grow: 1;
}
.page_tit .title2 {
  color: #1786F1;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
}
.location_box{
  position: absolute;
  right: 23px;
  background: #fff;
  z-index: 1;
  padding: 0 20px;
}
.location_box ul{
  display: flex;
  align-items: center;
}
.location_box .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
}
.location_box .home a,
.location_box li p {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gray894);
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.location_box .home img {
  margin-right: 7px;
  width: 19px;
  height: 19px;
}
.location_box li:last-child p {
  color: var(--bluef1);
}
/* --- */

.enrolment_cont .location_box {
  right: 30px;
}
.enrolment_cont .page_tit {
  gap: 40px;
}
.enrolment_cont .title2 {
  font-weight: 800;
}

.filter_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 86px;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter_wrap .desc {
  position: relative;
  display: flex;
  font-size: 14px;
  padding-left: 67px;
  color: var(--gray76);
}
.filter_wrap img {
  position: absolute;
  left: 0;
  top: -15px;
  width: 53px;
  height: 60px;
}
.filter_wrap .desc em, .filter_wrap .txt_red {
  font-weight: 600;
  letter-spacing: 0;
}
.btn_type {
  display: flex;
  gap: 13px;
}
.btn_type [class^="btn"] {
  display: flex;
  position: relative;
  color: var(--blackc60);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  gap: 4px;
  align-items: center;
}
.btn_type [class^="btn"]:before {
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid var(--graye4);
  border-radius: 10px;
  box-sizing: border-box;
}
.btn_type [class^="btn"].active:before {
  border-color: var(--blackb55);
}
.btn_type .btn_img:before {
  background: url(../../img_kc/ver2412/type_img.svg) no-repeat center / auto;
}
.btn_type .btn_img.active:before {
  background-image: url(../../img_kc/ver2412/type_img-on.svg);
}
.btn_type .btn_list:before {
  background: url(../../img_kc/ver2412/type_list.svg) no-repeat center / auto;
}
.btn_type .btn_list.active:before {
  background-image: url(../../img_kc/ver2412/type_list-on.svg);
}
.filter_wrap .box {
  display: flex;
  gap: 17px;
}
.filter_wrap .btn_wrap {
  display: flex;
  gap: 5px;
}
.filter_wrap .btn_wrap .btn {
  display: flex;
  align-items: center;
  height: 33px;
  padding: 0 17px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  background: #fff;
  color: rgba(123, 129, 137, .8);
  border: 1px solid #434B55;
}
.filter_wrap .btn_wrap .on .btn {
  color: var(--bluef1);
  background: #EBF0F5;
  font-weight: 800;
} 

.tab_wrap{
  width: 100%;
}
.tabcont{
  display: none;
}
.tabcont.on{
  display:block;
}
.enrolment_cont {
  flex: 1;
  box-sizing: border-box;
}
.enrolment_list > li{
  display: flex;
  width: 100%;
  border-top: 1px solid #DFE6EE;
  overflow: hidden;
  transition: all .3s ease;
  justify-content: space-between;
  padding: 45px 30px 45px 34px;
  box-sizing: border-box;
}
.enrolment_list > li:last-child{
  margin-bottom: 0;
  border-bottom: 1px solid #DFE6EE;
}
.enrolLeft{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 40px;
}
.lecture_info > .top {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 20px;
  padding-top: 5px;
}
.lecture_title{
  width: 272px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  flex: none;
}
.lecture_title a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.lecture_title .preview{
  width: 100%;
  height: 100%;
}
.lecture_info {
  height: 100%;
}
.lecture_info > ul {
  display: flex;
  width: 64%;
  flex-wrap: wrap;
  gap: 10px;
}
.lecture_info .lec_name{
  font-size: 33px;
  line-height: 30px;
  font-weight: 700;
  color: var(--black122);
}
.enrolLeft .price_box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.enrolLeft .price_box p {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #7D8895;
}
.enrolLeft .price_box p span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  display: block;
  background: #004CA5;
}
.enrolLeft .price_box strong {
  font-size: 40px;
  color: #004CA5;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 800;
}
.enrolLeft .price_box strong b {
  font-size: 15px;
  font-weight: 800;
}

.enrolment_list > li:nth-child(even) {
  background: #EEF4FB;
}

.lecture_btn p{
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: var(--grayTxt);
}
.lecture_btn p span{
  position: absolute;
  top: 50%;
  right: 0;
  width: 17%;
  height: 1px;
  background-color: var(--grayTxt);
}
.enrolment_btn{
  display: flex;
  margin-top: 20px;
  gap: 8px;
  flex-direction: column;
}
.enrolment_btn > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  height: 51px;
  padding: 0 14px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid transparent;
  line-height: initial;
  width: 157px;
}
.enrolment_btn > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../img_kc/ver2412/ico_view.svg) no-repeat center / auto;
}
.enrolment_btn > .js-video-button2 {
  background: var(--bluef1);
  color: #fff !important;
}
.enrolment_btn > .center {
  background: var(--blued1);
}
.enrolment_btn > input {
  background: var(--blue976);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.enrolment_btn > .enrol-choice{
  display: none;
}
.enrolment_btn > .enrol-choice + label{
  font-weight: bold;
  color: #fff;
  background-color: var(--blue976);
  outline: none;
  box-sizing: border-box;
  position: relative;
  width: 157px;
  height: 51px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse; 
  padding: 0 16px 0 14px;
  line-height: initial;
}
.enrolment_btn > .enrol-choice + label::before{
  content: '';
  width: 22px;
  height: 22px;
  background: var(--redb57);
  border-radius: 6px;
}
.enrolment_btn > .enrol-choice:checked + label::before {
  background: var(--redb57) url("../../img_kc/ver2412/ico_check-yello.svg") no-repeat center right 3px / 14px;
}
 .enrolment_btn > .enrol-choice + .complete::before {
  background: url(../../img_kc/ver2412/move_class.svg) no-repeat center / auto;
  border-radius: 50%;
}

.enrolRight{
  display: flex;
  box-sizing: border-box;
}
.lecture_info li {
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  min-width: 190px;
  white-space: nowrap;
  padding-left: 12px;
}
.lecture_info li:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  background: var(--bluef1);
  border-radius: 100%;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lecture_info li h4 {
  font-size: 14px;
  color: var(--gray69);
  letter-spacing: 0;
  min-width: 61px;
  font-weight: 500;
}
.lecture_info li h4 img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.lecture_info li p {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--black122);
  font-weight: 600;
}
.lecture_info .benefit p {
  color: var(--redb57);
}

.info_box{
  display: flex;
}
.info_box > span{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #6f7792;
  font-family: 'malgun gothic';
  letter-spacing: -0.5px;
}
.info_box > span.color{
  color: #5173d4;
}
.info_box > span:first-child{
  font-weight: 600;
  padding-right: 7px;
}


.enrol_info2 > li:last-child{
  margin-bottom: 0;
}
.enrol_info2 > li:last-child > .info_box{
  width: 100%;
}
.enrol_info2 > li:last-child > .info_box > span:last-child{
  color: #EB7100;
}



.enrolBox{
  padding: 40px;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #3c78ff;
  text-align: left;
  word-spacing: -2px;
}
.enrolBox p{
  font-size: 14px;
  line-height: 1.7em;
  color: #6F7792;
  font-weight: 400;
  font-family: 'malgun gothic';
  letter-spacing: -0.04em;
}
.enrolBox p b{
  color: #3c78ff;
  border-bottom: 1px solid #3c78ff;
  padding: 0 5px 2px;
  letter-spacing: 1px;
}
.enrolBox p span{
  color: #3c78ff;
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 14px;
    width: 7px;
  }
}


.select_buy{
  width: 100%;
  /* height: 200px !important; */
  max-height: 200px;
  box-sizing: border-box;
  background: #1786f1;
  box-shadow: 0 -26px 54px -20px rgba(0,0,0,.1);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.select_buy.active{
  position: static;
  background: #fff;
  margin-top: 30px;
  box-shadow: 0 4px 14px rgba(169, 180, 221, 0.4);
}
.select_buy.active .inner{
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.select_buy.active .select_tit h3 {
  color: var(--black122);
}
.select_buy.active .snav_bottom > p > span {
  color: var(--black122);
}
.select_buy.active .show-cart li{
  color: #000;
}
.select_buy.active .snav_top .snav_bottom strong{
  color: #000;
}
.select_buy .inner{
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  transform: translateX(0);
  height: 100%;
  height: 200px;
}
.select_buy .snav_top{
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.select_buy h4{
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #505873;
  padding-bottom:24px;
  padding-left: 30px;
}
.show-cart{
  max-height: 265px;
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 43px;
  box-sizing: border-box;
  border-left: 1px dashed rgba(255, 255, 255, .6);
}
.show-cart::-webkit-scrollbar { width: 7px; height: 346px;}
.show-cart::-webkit-scrollbar-track { background-color:rgba(255,255,255, 0)}
.show-cart::-webkit-scrollbar-thumb { background: #5A6577; border-radius: 10px; }
.show-cart::-webkit-scrollbar-thumb:hover { background: #5A6577; }
.show-cart::-webkit-scrollbar-thumb:active { background: #5A6577; }
.show-cart::-webkit-scrollbar-button { display: none; }

.not_select{
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #ADBCD0;
}
.select_num{
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  color: #ECA657;
  margin-left: 3px;
  line-height: 1;
}
.select_box{
  position: relative;
}
.select_box > .select_txt{
  background: #F2F5F8;
  border-radius: 6px;
  width:100%;
  line-height: 46px;
  padding:0;
  box-sizing: border-box;
  border:none;
  outline: none;
  padding-left:14px;
  margin-bottom:7px;
  letter-spacing: -0.04em;
  font-size:0.938rem;
}
.select_box > .select_txt::placeholder{
  color:#333;
}
.select_box > i.fas{
  position: absolute;
  right:26px;
  top:43%;
  transform: translateY(-50%);
  color:#C5C5C5;
}
.snav_top .snav_bottom{
  width: 15%;
  width: 220px;
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
.snav_top .snav_bottom > span{
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #505873;
  font-size:0.938rem;
}
.snav_top .snav_bottom p{
  display: flex;
  padding: 20px 17px 20px 5px;
  height: 54px;
  box-sizing: border-box;
  position: relative;
}
.snav_top .snav_bottom span{
  font-weight: 500;
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .6);
  position: relative;
}
.snav_top .snav_bottom .total-cart:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.snav_top .snav_bottom .total-cart:before {
  content: "";
  display: block;
  width: 133%;
  height: 1px;
  background: rgba(255, 255, 255, .6);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: -1px;
}
.select_buy.active .snav_bottom .total-cart:before {
  background: var(--black122);
}
.select_buy.active .snav_bottom .total-cart:after {
  border-left-color: var(--black122);
}
.snav_top .snav_bottom strong{
  position: absolute;
  right: 24px;
  top: 20px;
  font-weight: 900;
  font-size: 60px;
  line-height: 13px;
  letter-spacing: 0.1em;
  color: #fff;
}
.snav_top .snav_bottom strong span{
  font-size: 20px;
  vertical-align: top;
  margin-left: -2px;
}
.select_buy.active .snav_top .select_btn {
  top: 0;
  height: 100%;
}
.snav_top .select_btn{
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.04em;
  color: #ECA657;
  width: 190px;
  height: 100%;
  background: #000;
  padding: 26px 20px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  /* top: -60px; */
  /* height: calc(100% + 120px); */
}
.snav_top .select_btn > span {
  color: #fff;
}
.snav_top .select_btn:before {
  content: "바로가기";
  color: #FFD687;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #152435;
  line-height: 30px;
  position: absolute;
  bottom: 30px;
}
.snav_top .select_btn:after {
  content: "";
  display: block;
  width: 58px;
  height: 67px;
  background: url(../../img_kc/ver2412/enroll_select.png) no-repeat no-repeat center / 100%;
  right: 26px;
  bottom: 20px;
  position: absolute;
}
.select_btn > b {
  display: block;
  width: 100%;
  color: #FE4949;
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
}
.select_tit {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-right: 43px;
}
.select_tit:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: #0161D1 url(../../img_kc/ver2412/ico_check-yello.svg) no-repeat center / 14px;
}
.select_tit h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}


.total-cart{
  font-size:1rem;
  letter-spacing: -0.04em;
  color: #FC2A33;
}
.show-cart ul{
  list-style: none;
  width: auto;
  box-sizing: border-box;
  border-radius: 6px;
}
.show-cart li{
  width:100%;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  color: #18293D;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 17px;
  padding-right: 19px;
  border-radius: 14px;
  background: #d1e7fc;
  box-sizing: border-box;
  gap: 10px;
}
.delete-item{
  color:#C5C5C5;
  background-color: transparent;
  outline: none;
  border: none;
  font-size:1.2rem;
  cursor: pointer;
}
.delete-item:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fff url(../../img_kc/ver2412/btn_delete-red.svg) no-repeat center / auto;
  border-radius: 50%;
  border: 2px solid var(--bluef1);
  box-sizing: border-box;
}
.delete-item img{
  display: block;
  width: 9px;
  height: 9px;
  display: none;
}
.item-count{
  outline: none;
  border: none;
  background-color: transparent;
  letter-spacing: -0.04em;
  color: #333333;
  font-size:1rem;
  width:11px;
}
.complete{
  color: #fff !important;
  text-align: center !important;
  text-indent: 0 !important;
}



/* ************enroll_complete************ */
.enrol_top{
  width: 188px;
  height: 188px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #eff4ff;
  margin: 0 auto;
  margin-bottom: 48px;
  overflow: hidden;
}
.enrol_top img{
  display: block;
  width: 73%;
  margin: 0 auto;
}
.enrol-complete_wrap{
  margin:0 auto;
  width: 530px;
  padding: 80px 0 120px;
  background: #fff;
  box-sizing: border-box;
}
.enrol_title1, .enrol_title2{
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}
.enrol_title1 {
  margin-bottom: 16px;
}
.enrol_title1 > strong{
  letter-spacing: -0.01em;
  color: #212224;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
.enrol_title1 > strong > span{
  color: var(--blue);
}
.enrol-complete_wrap > p{
  font-size: 14px;
  line-height: 20px;
  color: var(--grayTxt);
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  text-align: center;
}
.enrol-complete_wrap > .curriculum_btn{
  width: 100%;
  background: var(--blue);
  border-radius: 6px;
  line-height: 54px;
  height: 54px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.enrol-complete_wrap > .curriculum_btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img_kc/ver1/ico_c_play.svg) no-repeat center / 100%;
}
.enrol-complete_wrap > .curriculum_btn > span{
  letter-spacing: -0.04em;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.enrol-complete_wrap > .curriculum_btn > img{
  width: 24px;
  height: 24px;
  padding: 17px 0px;
}
.application_wrap{
  margin-top: 48px;
}
.application_list{
  background: #f2f3f7;
  border-radius: 4px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 18px;
}
.application_list > li{
  display: flex;
  justify-content: space-between;
}
.application_list > li:first-child{
  border-bottom: 1px solid var(--line1);
  padding-bottom: 24px;
}
.application_list > li:last-child{
  padding: 20px 0px 0px;
}
.application_list li > span:first-child {
  font-size: 16px;
  font-weight: 500;
  color: var(--grayTxt);
}
.application_list span {
  font-size: 14px;
  color: #000;
}
.application_list .enrol_name_box strong {
  display: block;
  text-align: right;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.enrolment_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 0 60px;
  box-sizing: border-box;
  background: #0076FF;
  color: #fff;
  max-width: 1400px;
  margin: 54px auto 0;
  border-radius: 40px;
}
.enrolment_top:after {
  content: "";
  position: absolute;
  right: 23%;
  bottom: 5px;
  display: block;
  width: 125px;
  height: 130px;
  background: url(../../img_kc/ver2412/ico_free.png) no-repeat center / 100%;
}
.enrolment_top .txt_box {
  display: flex;
  flex-direction: column;
}
.enrolment_top .txt_box span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
.enrolment_top .txt_box strong {
  font-size: 20px;
  font-weight: bold;
}
.enrolment_top .btn {
  border: 1px solid var(--blue);
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  width: 173px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  color: #688ab0;
  padding: 0 24px;
  line-height: 1;
  cursor: pointer;
}
.enrolment_top .btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img_kc/ver2412/ico_enrol-info.svg) no-repeat center / 100%;
}
.enrolment_top .btn strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: var(--blue976);
  line-height: 1.1;
  margin-bottom: 4px;
}

  /* popup */
  .c_info_popup {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5); 
    z-index: 200;
  }
  .c_info_pop_inner {
    padding: 34px;
    padding-left: 16px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    max-width: 640px;
    z-index: 5;
  }
  .popup_title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
  }
  .popup_title:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../img_kc/ver2412/ico_caution1.svg) no-repeat center / 100%;
    top: 9px;
    left: 8px;
  }
  .pop_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../../img_kc/ver2412/btn_pop_close.svg) no-repeat center / auto;
    cursor: pointer;
    border: none;
    font-size: 0;
  }
  .list_dot li {
    position: relative;
    padding-left: 20px;
    color: var(--grayTxt);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    word-break: keep-all;
  }
  .list_dot li + li {
    margin-top: 5px;
  }
  .list_dot .txt_blue {
    font-weight: bold;
  }
  .list_dot li:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--grayTxt);
  }

.update_box {
  position: fixed;
  right: 40px;
  top: 220px;
  z-index: 100;
}
.update_box .inner{
  border-radius: 30px;
  border: 1px solid #1786F1;
  width: 110px;
  height: 187px;
  background: #ECF1F8;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}
.update_box .inner:before {
  content: "";
  width: 59px;
  height: 57px;
  background: url(../../img_kc/ver2412/ico_bell.png) no-repeat center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.update_box .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.update_box .txt_box > * {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}
.update_box .txt_box strong{
  color:#0B7BFE;
  font-size: 18px;
}
.update_box .txt_box em {
  font-size: 19px;
  color: #0051AF;
}
.update_box .txt_box span {
  font-size: 19px;
  color: #002857;
}
.update_box .txt_box + span {
  display: block;
  text-align: center;
  color: #EC5B57;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
.update_box .btn_top {
  background: #0161D1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55px;
  height: 39px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
.update_box .btn_top:before {
  content: "";
  width: 14px;
  height: 10px;
  margin-bottom: 2px;
  background: url(../../img_kc/ver2412/btn_top.svg) no-repeat center / auto;
}
.gauge-container {
  width: 80px;
  height: 9px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #DDE5EF;
  padding: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}
.gauge {
  width: 0%;
  height: 100%;
  background-color: #EC5B57;
  border-radius: 1px;
  animation:  fillGauge 1.6s ease-out infinite;
}
@keyframes fillGauge {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane.active .tabcont {
  display: block;
}

/* img type */
.img {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 65px;
  padding: 0 20px;
  box-sizing: border-box;
}
.img > li {
  width: calc((100% - 130px)/3);
  padding: 30px 25px 35px;
  border-radius: 30px;
  border: 1px solid #DEE6ED;
  flex-direction: column;
  position: relative;
}
.img > li:nth-child(even) {
  background: #fff;
}
.img .enrolLeft {
  flex-wrap: wrap;
  gap: 32px;
}
.img .lecture_title {
  width: 100%;
  height: 200px;
}
.img .lecture_info .lec_name {
  font-size: 27px;
  line-height: 25px;
}
.img .lecture_info > .top {
  margin-bottom: 17px;
}
.img .lecture_info li {
  min-width: 100%;
}
.img .price_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.img .price_box p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  color: #7D8895;
  text-decoration: line-through;
} 
.img .price_box strong {
  color:#004CA5;
  font-weight: 700;
  font-size: 40px;
}
.img .price_box strong b {
  font-size: 15px;
  font-weight: 700;
  color:#004CA5;
  vertical-align: middle;
  margin-left: 3px;
}
.price_box .txt_red {
  color: #ec5b57 !important;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0;
}
.img .enrolment_btn {
  flex-direction: row;
  gap: 10px;
  margin-top: 14px;
}
.img .enrolment_btn > .enrol-choice + label {
  font-size: 0;
  background: transparent;
  width: 100%;
  /* height: 100%; */
  justify-content: start;
  padding: 0;
  position: absolute;
  /* top: 45px; */
  left: 40px;
  /* bottom: 100%; */
  height: 30%;
  top: 44px;
  align-items: baseline;
}
.img .enrolment_btn > .enrol-choice + .complete {
  width: 110px;
  background: #043976;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
}
.img .enrolment_btn > .enrol-choice + .complete a {
  font-size: 14px;
  color: #fff;
}
.img .enrolment_btn > .enrol-choice + label::before {
  background: #fff url(../../img_kc/ver2412/check_bg.svg) no-repeat center / auto;
}
.img .enrolment_btn > .enrol-choice + label.on::before {
  background: #fff url(../../img_kc/ver2412/chked_bluebg.svg) no-repeat center / auto;
}
.img .enrolment_btn > .enrol-choice + label.complete::before {
  background: #043976 url(../../img_kc/ver2412/move_class.svg) no-repeat center / auto;
}
.img .enrolment_btn > a {
  flex: 1;
  border-radius: 10px;
}
.img .lecture_btn {
  width: 100%;
}
.img .price_box .txt_red {
  margin-top: 5px;
}

@media screen and (max-width:1367px) {
  .enrolment_top {
    max-width: 1200px;
  }
  .tabBg {
    max-width: 1200px;
  }
  .enrolment_bottom > .inner {
    width: 1200px;
  }
  .select_buy .inner {
    width: 1200px;
    max-width: 1200px;
  }
  .update_box {
    display: none;
  }
}

/* modal video custom - 위 페이지만 적용되도록 */
.modal-video-movie-wrap {
  display: flex;
  justify-content: center;
}
.modal-video-close-btn {
  width: 110px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  right: auto;
  top: 470px;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
.modal-video-close-btn:before {
  content: "close";
  transform: unset;
  height: auto;
  top: unset;
  width: auto;
  margin-top: 0;
  left: unset;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.modal-video-close-btn:after {
  content: "";
  transform: unset;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  margin-top: 0;
  background: url(../../img_kc/ver2412/modal_close.svg) no-repeat center / 100%;
  position: relative;
  top: unset;
  left: unset;
}

/* quickMenu */
.quickBtn{
  position: fixed;
  bottom: 16px;
  right: 40px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.quickBtn.active{
  opacity: 1;
  visibility: visible;
}
.quickBtn ul{
  display: flex;
}
.quickBtn ul li{
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}
.quickBtn ul li:last-child{
  margin-right: 0;
}
.quickBtn ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.quickBtn ul li a img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ballon */
.ballon{
  display: block;
  position: absolute;
  width: 210px;
  height: 28px;
  right: -20px;
  bottom: 45px;
  background-color: #3c78ff;
  color: #fff;
  border-radius: 100px;
  padding: 8px 12.8px;
  z-index: 111;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.ballon.active{
  opacity: 0;
  visibility: hidden;
}
.ballon::after{
  border-top: 7px solid #3c78ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px solid transparent;
  content: '';
  position: absolute;
  top: 44px;
  right: 31px;
}
.ballon p{
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  text-indent: 10px;
}
.ballon button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.ballon button img{
  display: block;
  width: 100%;
  height: 100%;
}