@charset "UTF-8";

html {
  min-width: 1280px;
  overflow-x: auto;
}
.area {
  width: 1400px;
}

.top_banner {
    background: linear-gradient(90deg, #3146D0 0%, #253497 100%);
}
.top_banner span {
  position: relative;
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #33A3FF 0%, #1F6299 100%);
}
.top_banner span:before, .top_banner span:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 5px;
  position: absolute;
}
.top_banner span:before {
  background: #001A52;
  left: 240px;
}
.top_banner span:after {
  background: #E8342F;
  left: 440px;
}
.top_banner strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.8px;
  color: #fff;
}
.top_banner_inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 74px;
  justify-content: space-between;
  box-sizing: border-box;
}
.top_banner_txt {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 230px);
}
.top_banner_txt dl {
  display: flex;
  color: #fff;
  align-items: center;
  margin: 0;
  position: relative;
  justify-content: flex-end;
  flex: 1;
  /* gap: 32px; */
}
.top_banner_txt dl + dl:before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, .7);
  /* margin-right: min(5.1vw, 98px); */
  position: absolute;
  /* left: 82px; */
  left: calc(50% - 120px);
}
.top_banner_txt dt {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  flex: none;
  letter-spacing: -.88px;
  /* padding-right: 24px; */
  /* min-width: 124px; */
  box-sizing: border-box;
  flex: none;
}
.top_banner_txt dd {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  min-width: 140px;
  text-align: right;
}


.premium-slick-rolling {
  margin-bottom: 6px;
  width: 350px;
}
.premium-slick-rolling .slick-slide {
  font-size: 18px;
  font-weight: 700;
  color: #2276F1;
  letter-spacing: -.18px;
}

.cnt1 .btm_wrap .tabs {
  padding-left: 0;
  padding-bottom: 10px;
}
.tabs {
  display: flex;
  padding-bottom: 20px;
}
.tabs .tab {
  padding: 0 12px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  font-size: 15px;
  color:#767779;
  font-weight: 600;
  box-shadow: 8px 8px 25px -3px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 40px;
}
.tabs .tab + .tab {
  margin-left: 10px;
}
.tabs .tab-content {
  display: none;
  margin-top: 20px;
}
.tabs .active-tab {
  background-color: #1786F1;
  color: #fff;
}
.tabs .active-tab:after {
  content: "";
  width: 9px;
  height: 7px;
  background: url(../img/ver2412/yello-chk.svg) no-repeat center / auto;
}


.tab_container {
  width: 100%;
}
.tab_buttons {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tab_button {
  cursor: pointer;
  flex: 1;
  color: #8B96A0;
  font-size: 13.5px;
  font-weight: bold;
}
.tab_button.active {
  color: #1786F1;
}
.tab_pane {
  display: none;
}
.tab_pane.active {
  display: block;
}

.rolling_card {
  overflow: hidden;
}
.rolling_header {
  font-weight: bold;
  font-size: 13px;
  color: #0161D1;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1786F1;
  line-height: 40px;
  display: none;
}
.rolling_header span {
  text-align: center;
}
.rolling_header span:first-child {
  width: 54px;
}
.rolling_header span:nth-child(2) {
  width: 40px;
}
.rolling_header span:nth-child(3) {
  width: 92px;
}
.rolling_header span:nth-child(4) {
  width: 61px;
}
.rolling_wrapper {
  height: 60px;
  overflow: hidden;
  position: relative;
}
.rolling_list {
  display: flex;
  flex-direction: column;
}
.rolling_list li {
  display: flex !important;
  align-items: center;
  /* gap: 12px; */
  min-height: 60px;
  box-sizing: border-box;
}
.rolling_list li div {
  font-size: 16px;
  font-weight: 500;
  color: #3C4249;
  line-height: 1;
}
.rolling_list .slick-slide div + div {
  margin-left: 12px;
}
.rolling_list .rolling_class {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 100px; */
}
.rolling_list .rolling_name {
  min-width: 35px;
}
.rolling_list li .rolling_date {
  margin-left: auto !important;
  white-space: nowrap;
}
.rolling_class {
  /* width: 100px; */
}
.rolling_list .rolling_badge {
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #FF5400;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  padding: 0 8px;
  white-space: nowrap;
  line-height: 1;
}
#tab-content-1 .rolling_badge {
  color: #0F6EFE;
  border-color: #0F6EFE;
}
.rolling_badge.enrol {
  color: #2276F1;
  border-color: #2276F1;
}
.rolling_badge.class {
  color: #FF5400;
}
.before .rolling_wrapper {
  height: 140px;
  border-radius: 20px;
  border: 1px solid #D2D6DA;
  padding: 10px 20px 16px;
  box-sizing: border-box;
  margin-top: 24px;
}
.before .rolling_list li {
  min-height: 42px;
}
.before .rolling_wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 55.71%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.before .rolling_list li div:not(.rolling_badge) {
  font-size: 14px;
}

.cnt1 {
  padding: 52px 0 0;
  margin-bottom: 40px;
}
.cnt1 .area {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.cnt1 .area > .left {
  display: flex;
}
.cnt1 .left .visual {
  width: 730px;
  height: 390px;
  width: 1040px;
  height: 485px;
  margin: 0;
}
.cnt1 .swiper-slide {
  width: 100% !important;
  height: 485px !important;
}
.cnt1 .swiper-slide a {
  display: block;
  width: 100%;
  cursor: unset;
}
.cnt1 .swiper-slide a img {
  height: auto;
  /* height: 485px; */
  /* width: 100%; */
}
.cnt1 .btn_common {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 44px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.cnt1 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  bottom: 0;
  width: auto;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cnt1 .swiper-pagination-bullet {
  background: #fff;
  border: 2px solid #a3a7c8;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.cnt1 .swiper-pagination-bullet-active {
  border-color: #5663da;
  border-width: 3px;
}
.cnt1 .left .btm_wrap {
  margin-top: 5px;
}
.cnt1 .left .btm_wrap h3 {
  font-weight: 700;
  margin-right: 44px;
}
.cnt1 .left .btm_wrap .ranks {
  position: relative;
  height: 264px;
  overflow: hidden;
  padding-top: 25px;
}
.cnt1 .left .btm_wrap .ranks li {
  padding: 9px 27px;
  box-sizing: border-box;
}
.cnt1 .left .btm_wrap .ranks li a {
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
}
.cnt1 .left .btm_wrap .ranks li a span {
  color: #387AFC;
}
.cnt1 .left .btm_wrap .ranks li.swiper-slide-active  {
  background: #fff;
  border-radius: 20px;
}
.cnt1 .left .btm_wrap .ranks li + li {
  margin-top: 8px;
}
.cnt1 .btm_wrap .swiper-slide.swiper-slide-active {
  margin: 10px 0;
  box-shadow:0 6px 24px -6px rgba(0,0,0,.1);
}
.cnt1 .left .btm_wrap .ranks li.swiper-slide-active a {
  opacity: 1;
  font-size: 20px;
  color: #0161D1;
  font-weight: 700;
}
.cnt1 .left .btm_wrap .ranks .swiper-wrapper {
  display: block;
}
.cnt1 .left .btm_wrap .ranks .swiper-wrapper .swiper-slide {
  width: 132px;
  height: auto !important;
}
.cnt1 .left .btm_wrap .ranks .cloudy {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
.cnt1 .left .btm_wrap .ranks .cloudy img {
  width: 100%;
  height: 100%;
}
.cnt1 .left .btm_wrap .ranks .cloudy1 {
  top: 0;
  height: 70px;
}
.cnt1 .left .btm_wrap .ranks .cloudy2 {
  bottom: 0;
  height: 120px;
}

.cnt1 .right {
  width: 320px;
}
.cnt1 .right > .flexbox {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #D2D6DA;
  border-radius: 20px;
  margin-top: 10px;
  height: calc(100% - 70px);
}
.cnt1 .right .flexbox > p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.cnt1 .right .flexbox > p strong {
  font-weight: 600;
}
.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.flexbox.after {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  justify-content: unset;
}
.cnt1 .right .btn_wrap {
  position: relative;
}
.cnt1 .flexbox.before {
  flex-direction: column;
  align-items: unset;
  height: 322px;
  margin-top: 0;
}
.cnt1 .right .after .btn_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}
.cnt1 .right .after .btn_wrap > a[class^="btn"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  line-height: 1;
  flex: 1;
}
.cnt1 .btnMypage {
  color: #2276F1;
  border: 1px solid #2276F1;
}
.cnt1 .btnLogout {
  border: 1px solid #9DA6AE;
  color: #1E2125;
}
.cnt1 .btnClass {
  color: #FFD449;
  background: #002858;
  border: 1px solid #002858;
}
.cnt1 .btnLicense {
  background: #5663da;
  border-color: #5663da;
  color: #fff;
}
.cnt1 .btn_wrap_class {
  width: 100%;
}
.cnt1 .classBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 48px;
  color: #fff;
  font-weight: 600;
  background: #2276F1;
}


.cnt1 .right .tab_container {
  margin-top: 18px;
}
.cnt1 .right .tab_button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  border-radius: 12px;
  border: 2px solid #D1DDE8;
  font-size: 15px;
  font-weight: 700;
  color: #A2AFBB;
  margin-left: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.cnt1 .right .tab_button {
  display: inline-flex;
    align-items: center;
}
.cnt1 .right .tab_button.active span {
  border-color: #1786F1;
  color: #FF5400;
}

.login_btn3, .login_btn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #2276f1;
  box-sizing: border-box;
}
.login_btn3 {
  background: #fff;
  color: #2276F1;
}
.login_btn4 {
  background: #2276f1;
  color: #fff;
}
.before_box .login_btn4 {
  margin-bottom: 10px;
}
.before_box {
  margin-top: 18px;
  box-sizing: border-box;
}
.main_point_box {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #3969FC !important;
  font-size: 15px;
  font-weight: bold;
  margin-left: auto;
}
.main_point_box img {
  width: 24px;
  height: 24px;
}
.cnt1 .flexbox.before p b {
  display: block;
}

.myclass_list {
  width: 100%;
  height: 151px;
  overflow-y: auto;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 12px;
}
.myclass_list li + li {
  margin-top: 20px;
}
.myclass_list .list_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.myclass_list .tit strong {
  color: #3C4249;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 177px;
}
.myclass_list .date {
  font-size: 14px;
  font-weight: 500;
  color: #6D767E;
  letter-spacing: -.6px;
}
.myclass_list .attend_ratio strong {
  color: #FF5400;
  border: 1px solid #FF5400;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  height: 27px;
  line-height: 1;
  width: 49px;
  background: #fff;
}
.myclass_list .attend_ratio strong em {
  font-size: 14px;
}
.myclass_list .empty_msg {
  text-align: center;
  color: #3C4249;
  font-size: 15px;
  font-weight: 500;
}

.cnt_special .area {
  display: flex;
  align-items: center;
  gap: 24px;
}
.special_box {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  background: #DEEFFC;
  flex: 1;
}
.special_box:nth-child(2) {
  background: #E3F7FD;
}
.special_box:last-child {
  background: #E3E9FD;
}
.special_txt strong {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.special_box p {
  color: #3C4249;
  font-size: 16px;
  font-weight: 500;
}


/* new 1229 */
.cnt1 .professor_img {
  display: flex;
  position: absolute;
  right: min(1.4vw, 6px);
  right: 15px;
  bottom: 0;
}
.cnt1 .swiper-slide .professor_img img {
  width: 270px;
  height: auto;
  z-index: 1;
}
.cnt1 .swiper-slide .professor_img img {
  width: 340px;
}
.cnt1 .class_txt {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnt1 .class_txt > strong {
  font-weight: 700;
  color: #191C1F;
  line-height: 1.2;
  margin-top: 65px;
  font-size: 50px;
  padding-right: 3px;
  font-size: 54px;
}

@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
.cnt1 .class_top {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-sizing: border-box;
}
.cnt1 .class_img {
  overflow: hidden;
  position: relative;
  flex: none;
  width: 100%;
  height: 355px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #f4f5fe;
  height: 445px;
}
.cnt1 .gov_box {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 5;
      top: 65px;
    left: 60px;
}
.cnt1 .orgLogo .smallFlex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cnt1 .orgLogo img {
  width: 50px;
  aspect-ratio: 1;
}

.orgLogo p {
  color: #191C1F;
  font-family: 'S-CoreDream-5Medium';
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.orgLogo .smallFlex {
  gap: 5px;
}
.cnt1 .orgLogo p {
  font-size: 24px;
}
.cnt1 .orgLogo p span {
  font-size: 16px;
}
.cnt1 .gov_box > p {
  margin-top: 20px;
  padding: min(1.4vw, 6px) min(2.79vw, 12px);
  box-sizing: border-box;
  background: #292e55;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.8px;
  text-align: center;
  width: fit-content;
}

.mylist {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  padding-right: 14px;
  box-sizing: border-box;
  margin-top: 8px;
  width: 252px;
  height: 208px;
  overflow-y: auto;
}
.mylist::-webkit-scrollbar {
  width: 10px;
}
.mylist::-webkit-scrollbar-traack {
  background: #eee;
}
.mylist::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 30px;
  border: 3px solid #fff;
}
.mylist li {
  padding: 12px 0;
  box-sizing: border-box;
}
.mylist .list_inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mylist .list_inner .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mylist .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mylist .tit strong {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  max-width: 140px;
  line-height: 1.2;
  letter-spacing: -.3px;
  word-break: break-all;
}
.mylist .date {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.mylist .badge {
  color: #FF5400;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding-top: 2px;
  flex: none;
}
.mylist .right strong {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F92D2D;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px;
  background: transparent;
  height: auto;
  width: auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}
.mylist .right strong em {
  align-self: flex-end;
  margin-bottom: 2px;
  font-size: 10px;
}
.small_bar_container {
  width: 140px;
  height: 3px;
  background-color: #E8F1F9;
  border-radius: 5px;
}
.small_bar_container .attendance-bar {
  height: 100%;
  background-color: #0486FF;
  border-radius: 5px 0 0 5px;
  transition: width 0.3s ease;
}


.cnt_tab {
  padding: 112px 0;
  background: #FAFAFA;
  display: none;
}
.cnt_tab .tit {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.cnt_tab .tit h3 {
  color: #080A0C;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -.32px;
}
.tab__list {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f5f5;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 8px;
}
.tab__list .tab__item {
  color: #6D767E;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.tab__list .tab__item.active {
  background: #fff;
  color: #1E2125;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}
.tab__pane {
  display: none;
}
.tab__pane.active {
  display: block;
}



.cnt_select {
  padding: 92px 0;
  box-sizing: border-box;
}
.cnt_select .area {
  display: flex;
  position: relative;
}
.cnt_select .area:after {
  content: "";
  display: block;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 19.67%);
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 2;
}
.cnt_select .tit {
  width: 360px;
  flex: none;
}
.cnt_select .tit h3 {
  color: #080A0C;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.28px;
  margin-top: 20px;
}
.cnt_select .swiper-slide {
  width: 260px !important;
}
/* 커스텀 셀렉트 */
.custom-select{
  position:relative;
  width:163px;
  cursor:pointer;
}
.select-selected {
  padding:12px 16px;
  border-radius:12px;
  border:1px solid #D2D6DA;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  /* background: url(../img/ver2412/sel-down.svg) no-repeat right 16px center / auto; */
  background: #fff;
  position: relative;
}
.select-selected::after{
  content:"";
  display: block;
  position:absolute;
  right:16px;
  top:50%;
  width:16px;
  height:16px;
  background: url(../img/ver2412/sel-down.svg) no-repeat center / auto;
  transform:translateY(-50%) rotate(0deg);
  transition:0.3s ease;
}
/* 열렸을 때 회전 */
.custom-select.active .select-selected::after{
  transform:translateY(-50%) rotate(180deg);
}
.select-items{
  position:absolute;
  top:65px;
  left:0;
  right:0;
  background:#fff;
  border:1px solid #D2D6DA;
  border-radius:12px;
  display:none;
  z-index:99;
  color: #1E2125;
  font-size: 16px;
  font-weight: 600;
}
.select-items div{
  padding:12px;
  box-sizing: border-box;
}
.select-items div + div {
  border-top: 1px solid #D2D6DA;
}
.select-items div:hover{
  background:#f0f0f0;
}
.cnt_select .swiper {
  display: none;
}
.cnt_select .swiper.active {
  display: block;
}
.cnt_select .cl_list {
  display: flex;
  gap: unset;

}
.cnt_select .cl_list .thumb_box {
  width: 260px;
  padding: 0;
}
.cnt_select .cl_list .thumb_box img {
  width: 100%;
  transition: transform .2s ease;
}
.cnt_select .cl_list li a {
  flex-wrap: wrap;
  gap: 0;
  width: 260px;
}
.cnt_select .cl_price {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  flex-direction: row;
}
.cnt_select .cl_list .thumb_img img {
  width: 130px;
}
.cnt_select .cl_content {
  width: 100%;
}
.cnt_select .cl_list li a:hover .thumb_box:before {
  content: none;
}
.cnt_select .cl_list li a:hover .thumb_box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
}
.cnt_select .cl_list li a:hover .thumb_box img {
  transform: scale(1.05);
}


.cl_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 52px 30px;
}
.cl_list li a {
  display: flex;
  gap: 23px;
}
.cl_list .thumb_box {
  aspect-ratio: 1.6 / 1;
  /* width: 200px; */
  width: 240px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  transition: .2s ease;
}
.cl_list li a:hover .thumb_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(0, 0, 0, .08); */
  background: linear-gradient(270deg, rgba(255, 239, 224, 0.60) 2.64%, rgba(255, 239, 224, 0.90) 45.11%, #FFEFE0 63.99%);
}
/* .cl_list li a:hover .orgLogo img {
  transform: scale(1.1);
}
.cl_list li a:hover .orgLogo p {
  font-size: 12px;
}
.cl_list li a:hover .thumb_img img {
  transform: scale(1.09);
} */
.thumb_box.th1 {
  background: url(../img/ver2412/th1.png) no-repeat center / cover;
}
.thumb_box.th2 {
  background: url(../img/ver2412/th2.png) no-repeat center / cover;
}
.thumb_box.th3 {
  background: url(../img/ver2412/th3.png) no-repeat center / cover;
}
.thumb_box.th4 {
  background: url(../img/ver2412/th4.png) no-repeat center / cover;
}
.thumb_box.th5 {
  background: url(../img/ver2412/th5.png) no-repeat center / cover;
}
.thumb_box.th6 {
  background: url(../img/ver2412/th6.png) no-repeat center / cover;
}
.thumb_box.th7 {
  background: url(../img/ver2412/th7.png) no-repeat center / cover;
}
.thumb_box.th8 {
  background: url(../img/ver2412/th8.png) no-repeat center / cover;
}
.thumb_box.th9 {
  background: url(../img/ver2412/th9.png) no-repeat center / cover;
}
.thumb_box.th10 {
  background: url(../img/ver2412/th10.png) no-repeat center / cover;
}

.cl_list .orgLogo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 5px;
}
.cl_list .orgLogo .smallFlex {
  align-items: center;
  gap: 4px;
}
.cl_list .orgLogo img {
  width: 26px;
  height: 26px;
}
.cl_list .orgLogo p {
  font-size: 12px;
  transition: .2s ease;
}
.cl_list .thumb_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cl_list .thumb_img img {
  width: 107px;
  width: 117px;
  height: auto;
  isolation: isolate;
}
.cl_tit {
  display: block;
  color: #1E2125;
  font-size: 18px;
  padding-top: 5px;
  box-sizing: border-box;
  font-weight: 600;
}
.cl_content {
  display: flex;
  flex-direction: column;
}
.cl_content p {
  color: #3C4249;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}
.cl_price {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.cl_price span {
  color: #9DA6AE;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.cl_price > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
}
.cl_price strong {
  color: #FF5400;
}
.cl_price b {
  color: #1E2125;
  font-weight: 700;
}


.cl_list .thumb_box .thumb_badge {
  background: #F5F5F5;
  color: #F06135;
  border: 1px solid #F07735;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 10px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  box-sizing: border-box;
  letter-spacing: 0;
}

.cnt2 {
  position: relative;
  padding: 80px 0;
}
.cnt2 .area {
  position: relative;
}
.cnt2 .tit {
  display: flex;
  align-items: center;
}
.cnt2 .tit h3 {
  font-size: 32px;
  font-weight: 800;
  color: #080A0C;
  position: relative;
  letter-spacing: -.32px;
}
.cnt2 .tit h3 em {
  color: #2276F1;
  line-height: 1;
  font-weight: 800;
}

.cnt2 .box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  gap: 44px 0;
}
.cnt2 .box li {
  width: calc((100% - 8px)/9);
}
.cnt2 .box li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  transition: border .3s;
  width: 96px;
}
.cnt2 .box li a:hover .icon {
  border-color: #0161D1;
}
.cnt2 .box li a:hover h4 {
  color: #0161D1;
  font-weight: bold;
}
.cnt2 .box a h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  margin-top: 20px;
}
.cnt2 .box .icon {
  border-radius: 20px;
  background: #f3f9fe;
  box-sizing: border-box;
  border: 3px solid transparent;
  width: 80px;
  aspect-ratio: 1;
}
.cnt2 .box .icon.bg {
  background-color: #cfe7fe;
}
.cnt2 .box .icon img {
  width: 100%;
  height: auto;
}
.cnt2 .box .icon.new {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt2 .box .icon.new img {
  width: 41px;
  aspect-ratio: 1;
}
.cnt2 .box + .desc {
  margin-top: 78px;
  font-size: 17px;
  letter-spacing: -1px;
  margin-left: 65px;
  color: #1786F1;
}
.cnt2 .box + .desc strong {
  font-weight: 800;
  color: #0161D1;
}
.cnt2 .box li.more-item {
  display: none;
}
.cnt2 .box li.more-item.show {
  display: block;
}

.cnt_recomm {
  background: #FAFAFA;
  padding: 92px 0 62px;
  box-sizing: border-box;
}
.cnt_recomm .area {
  position: relative;
  display: flex;
}
.cnt_recomm .area:after {
  content: "";
  display: block;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #FAFAFA 19.67%);
  position: absolute;
  right: -22px;
  right: -70px;
  top: 0;
  z-index: 2;
}
.cnt_recomm .tit {
  width: 360px;
  flex: none;
}
.cnt_recomm .tit h3 {
  color: #080A0C;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.28px;
}
.cnt_recomm .txt {
  padding-bottom: 30px;
}
.cnt_recomm .txt ul {
  display: flex;
}
.cnt_recomm .txt li {
  width: 272px !important;
  box-shadow: 0 6.118px 16.824px 0 rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.cnt_recomm .top {
  position: relative;
  width: 272px;
  aspect-ratio: 1.6/1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  /* background: linear-gradient(270deg, rgba(226, 239, 247, 0.60) 2.64%, rgba(226, 239, 247, 0.90) 49.83%, #E2EFF7 78.14%), url(../img/ver2412/bg_1.png) no-repeat center / cover; */
  background: url(../img/ver2412/hot_th_blue.png) no-repeat center / cover;
  display: flex;
  align-items: flex-end;
  padding-left: 16px;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.cnt_recomm .top.orange {
  background: url(../img/ver2412/hot_th_orange.png) no-repeat center / cover;
}
.cnt_recomm .top.yellow {
  background: url(../img/ver2412/hot_th_yellow.png) no-repeat center / cover;
}
.cnt_recomm .orgLogo {
  position: absolute;
  left: 16px;
  top: 16px;
}
.cnt_recomm .orgLogo img {
  width: 22px;
  aspect-ratio: 1;
}
.cnt_recomm .orgLogo p {
  font-size: 12px;
}
.cnt_recomm .top > p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.187px;
  color: #152A56;
  font-family: 'S-CoreDream-5Medium';
  line-height: 1.4;
}
.top.orange > p {
  color: #6B210A;
}
.top.yellow > p {
  color: #461B02;
}
.cnt_recomm .professor_img img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 136px;
  object-fit: cover;
}
.cnt_recomm .professor_img:before {
  content: "";
  display: block;
  height: 96%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
  bottom: 0;
  opacity: .23;
  width: 100%;
  left: 73%;
  background: url(../img_v2/order/shadow11.png) no-repeat top right / cover;
}
.cnt_recomm .btm {
  background: #fff;
  padding: 16px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cnt_recomm .btm strong {
  color: #1E2125;
  font-size: 18px;
  font-weight: 600;
}
.cnt_recomm .btm p {
  color: #3C4249;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.badge_list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.badge_list span {
  color: #2276F1;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
  border-radius: 4px;
  background: #EEF8FF;
  box-sizing: border-box;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.badge_list .badge_free {
  background: #FFEFE0;
  color: #FF5400;
}

.cnt_slide {
  padding: 92px 0;
}
.cnt_slide.bg {
  background: #fafafa;
}
.cnt_slide .area {
  position: relative;
  display: flex;
}
.cnt_slide .area:after {
  content: "";
  display: block;
  width: 50px;
  width: 90px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 19.67%);
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 2;
}
.cnt_slide.bg .area:after {
  background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #FAFAFA 19.67%);
}
.cnt_slide .tit {
  margin-bottom: 64px;
  width: 360px;
  flex: none;
}
.cnt_slide .tit h3 {
  color: #080A0C;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.28px;
}
.cnt_slide .hash {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.cnt_slide .hash span {
  color: #2276F1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.18px;
}
.cnt_slide .txt li {
  width: 260px !important;
}
.cnt_slide .thumb_box {
  border-radius: 12px;
  /* background: #E7EEF9; */
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 1.6 / 1;
  transition: .3s ease-in-out;
  overflow: hidden;
}
.cnt_slide li:hover .thumb_box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 248, 214, 0.60) 2.64%, rgba(255, 248, 214, 0.90) 45.11%, #f5edc7 63.99%);
}
.cnt_slide .gov_box {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 8px;
}
.cnt_slide .orgLogo img {
  width: 26px;
  aspect-ratio: 1;
}
.cnt_slide .orgLogo p {
  font-size: 12px;
}
.cnt_slide .professor_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cnt_slide .professor_img:before {
  content: "";
  display: block;
  height: 96%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
  bottom: 0;
  opacity: .23;
  width: 100%;
  left: 56%;
  background: url(../img_v2/order/shadow11.png) no-repeat top right / cover;
}
.cnt_slide .professor_img img {
  width: 130px;
  isolation: isolate;
}
.cnt_slide .btm > strong {
  font-size: 20px;
  font-weight: 600;
  color: #1E2125;
  margin: 8px 0;
  display: block;
}
.cnt_slide .btm > p {
  color: #3C4249;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.cnt_slide .cl_price {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.cnt_slide + .cnt_slide {
  padding-bottom: 230px;
}

.cnt3 {
  background: #fafafa;
  padding-bottom: 60px;
}
.cnt3 .area {
  display: flex;
  justify-content: space-between;
}
.cnt3 .left {
  position: relative;
  width: calc(50% - 20px);
  margin-top: 130px;
}
.cnt3 .left .tit {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 52px;
}
.cnt3 .left .tit a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #818A92;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -.5px;
}
.cnt3 .left .tit a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/ver2412/more.svg) no-repeat center / 100%;
}
.cnt3 .left .tit h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.cnt3 .left .txt li {
  position: relative;
  height: 300px;
}
.cnt3 .left .txt li a {
  display: block;
  pointer-events: none;
}
.cnt3 .left .txt li .img {
  overflow: hidden;
  border-radius: 30px;
  box-sizing: border-box;
  height: 240px;
  background: #EEF3F7;
}
.cnt3 .left .txt li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cnt3 .left .txt li h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 110px;
  border-radius: 20px;
  height: 71px;
  line-height: 1.4;
  box-shadow: 10px 5px 20px rgba(0, 0, 0, .25);
}
.cnt3 .left .txt li h4 strong {
  font-size: 20px;
  font-weight: 700;
}
.cnt3 .left .txt li:nth-child(even) h4{
  background: #1786F1;
}
.cnt3 .left .txt li:nth-child(odd) h4{
  background: #0851C2;
}
.cnt3 .left .btn_common {
  position: absolute;
  top: 0px;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #BEC9D7;
}
.cnt3 .left .swiper-button-next4 {
  right: 0;
  background-image: url("../img/ver2412/arr_btn_next.svg");
  border-color: #BEC9D7;
}
.cnt3 .left .swiper-button-prev4 {
  right: 45px;
  background-image: url("../img/ver2412/prev-bl.svg");
  border-color: #1786F1;
  background-color: #EAF4FC;
}

.cnt3 .right {
  width:620px;    
  margin-top: -120px;
  z-index: 1;
}
.cnt3 .right .btm {
  margin-left: 60px;
}
.cnt3 .right .btm .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt3 .right .btm .tit .bar {
  width: 40%;
  height: 1px;
  background-color: #DDEBF8;
  user-select: none;
}
.cnt3 .right .btm .tit h3 {
  font-size: 23px;
  font-weight: 500;
  color: #000;
}
.cnt3 .right .btm .tit:after {
  content: "";
  width: 32px;
  height: 40px;
  background: url(../img/ver2412/heart.svg) no-repeat center / auto;
}
.cnt3 .right .btm .tit h3 strong {
  font-weight: 700;;
}
.cnt3 .right .btm .txt {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  margin-top: 37px;
}
.cnt3 .right .btm .txt .box ul {
  display: flex;
  gap: 10px 14px;
  flex-wrap: wrap;
}
.cnt3 .right .btm .txt li.on h4 {
  color: #0161D1;
}
.cnt3 .right .btm .txt li {
  padding: 0 10px;
  display: flex;
  box-sizing: border-box;
  position: relative;
  transition: background .25s ease;
}
.cnt3 .right .btm .txt li.on {
  background: #EEF3F7;
  border-radius: 15px;
}
.cnt3 .right .btm .txt li:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ver2412/blue-chkbox.svg) no-repeat center / auto;
  position: absolute;
  top: -12px;
  right: 8px;
  transition: opacity .4s;
  opacity: 0;
}
.cnt3 .right .btm .txt li.on:before {
  opacity: 1;
}
.cnt3 .right .btm .txt li h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  color: #7D8389;
}

.cnt3 .right .top {
  display: flex;
  height: 366px;
  margin-bottom: 50px;
  background: url(../img/ver2412/play-bg.png) no-repeat center / cover;
  padding: 80px 66px 80px 60px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.cnt3 .right .top .tit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cnt3 .right .top .tit h3 {
  font-size: 17.5px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-top: 3px;
  line-height: 1.5;
}
.cnt3 .right .top .tit h3 strong {
  font-size: 30px;
  font-weight: 800;
}
.cnt3 .right .top .tit h3 span {
  font-size: 23px;
}
.cnt3 .right .top .tit p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 15px;
}
.cnt3 .right .top .txt a{
  display: block;
  position: relative;
  transition: transform .3s;
}
.cnt3 .right .top .txt a:hover {
  transform: scale(1.05);
}
.cnt3 .right .top .img img {
  width: 100%;
  height: auto;
  overflow: hidden;
}


.cnt5 {
  margin-top: 80px;
  padding-bottom: 100px;
}
.cnt5 .area {
  position: relative;
  border-bottom: 1px dashed #1786F1;
  padding-bottom: 92px;
  box-sizing: border-box;
}
.cnt5 .tit {
  padding-top: 40px;
  position: relative;
}
.cnt5 .tit:after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #DCEBF7;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}
.cnt5 .tit h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-right: 12px;
  position: relative;
  display: inline-flex;
}
.cnt5 .tit h3:before {
  content: "";
  display: block;
  width: 135px;
  height: 83px;
  background: url(../img/ver2412/rv-dc-le.png) no-repeat center / auto;
  position: absolute;
  top: -54px;
  right: -60px;
}
.cnt5 .tit h3 span{
  display: block;
  width: 174px;
  height: 50px;
  background: url(../img/ver2412/rev-dc.png) no-repeat center / auto;
  position: absolute;
  right: -201px;
  background-size: 88%;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
}
.cnt5 .tit p {
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB6;
  margin-top: 7px;
}
.cnt5 .txt {
  margin-top: 70px;
  margin-left: 42px;
}
.cnt5 .txt:after {
  content: "";
  display: block;
  width: 230px;
  height: 100%;
  background: url(../img/ver2412/rev-cloud.png) no-repeat center / 100%;
  position: absolute;
  right: -190px;
  top: 0;
  z-index: 1;
}
.cnt5 .txt ul {
  display: flex;
}
.cnt5 .txt li {
  background-color: #F5F8FA;
  width: 360px !important;
  border-radius: 30px;
  border: 1px solid #DBE9F3;
  box-sizing: border-box;
  padding: 32px 35px 38px;
}
.cnt5 .txt li:hover {
  border: 2px solid #1786F1;
  background-color: #EDF3F7;
}
.cnt5 .top {
  display: flex;
  margin: 0 auto;
  border-bottom: 1px dashed #1786F1;
  flex-direction: row-reverse;
}
.cnt5 .top .ps {
  width: 61px;
  height: 61px;
  border-radius: 20px;
  overflow: hidden;
}
.cnt5 .top .ps img {
  width: 100%;
  height: auto;
}
.cnt5 .top .content_txt h4 {
  font-size: 24.5px;
  font-weight: 700;
  line-height: 30px;
}
.cnt5 .top .content_txt p {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #4A4C4E;
  line-height: 26px;
  padding-top: 20px;
}
.cnt5 .btm {
  margin-top: 18px;
}
.cnt5 .btm p {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600;
  color: #1786F1;
  letter-spacing: 0;
}
.cnt5 .btm p:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #fff url(../img/ver2412/pencil.svg) no-repeat center / 13px;
  border-radius: 50%;
  margin-right: 10px;
}
.cnt5 .btm p img {
  display: none;
  width: 16px;
  height: auto;
  margin-right: 2px;
  margin-bottom: 1px;
}
.cnt5 .btn_common {
  position: absolute;
  right: auto;
  top: 48px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #BEC9D7;
  border-radius: 15px;
}
.cnt5 .swiper-button-next6 {
  right: 15px;
  background-image: url("../img/ver2412/arr_btn_next.svg");
  border-color: #BEC9D7;
}
.cnt5 .swiper-button-prev6 {
  right: 66px;
  background-image: url("../img/ver2412/prev-bl.svg");
  border-color: #1786F1;
  background-color: #EAF4FC;
}
.rev_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0 30px;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.rev_btn_wrap .rev_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 195px;
  height: 55px;
  font-size: 15px;
  font-weight: bold;
  color: #232628;
  background-color: #EDF3F7;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 0 18px;
} 
.rev_btn_wrap .rev_more:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/ver2412/rev-more.svg) no-repeat center / auto;
}


.cnt6 {
  padding-top: 55px;
  margin-bottom: 72px;
}
.cnt6 .area {
  display: flex;
  justify-content: space-between;
}
.cnt6 .b1 {
  width: 235px;
}
.cnt6 .b1 h4 {
  color: #202122;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnt6 .b1 h4:after {
  content: "";
  width: 36px;
  height: 34px;
  background: url(../img/ver2412/cs.svg) no-repeat center / auto;
}
.cnt6 .b1 .b_list {
  margin-top: 19px;
}
.cnt6 .b1 .b_list li {
  border-bottom: 1px solid #DFEBF5;
  height: 70px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.cnt6 .b1 .b_list a {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #7D8389;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: .3s;
}
.cnt6 .b1 .b_list a:hover {
  color: #fff;
  border-radius: 20px;
  background-color: #1786F1;
  padding: 14px;
  box-sizing: border-box;
}
.cnt6 .b1 .b_list a:hover:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff url(../img/ver2412/cs-arr-bl.svg) no-repeat center / auto;
}
.cnt6 .b2 {
  width: 595px;
  height: 350px;
  box-sizing: border-box;
}
.cnt6 .b2 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.cnt6 .b2 .tit h4 {
  font-size: 30px;
  font-weight: 700;
  color: #202122;
}
.cnt6 .b2 .tit a {
  font-size: 16px;
  font-weight: 500;
  color: #818A92;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cnt6 .b2 .tit a:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/ver2412/more.svg) no-repeat center / 100%;
}
.cnt6 .b2 .txt {
  margin-top: 44px;
}
.cnt6 .b2 .txt li {
  height: 70px;
  border-bottom: 1px solid #DFEBF5;
  box-sizing: border-box;
}
.cnt6 .b2 .txt li:first-child {
  margin-top: 0;
}
.cnt6 .b2 .txt li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-sizing: border-box;
}
.cnt6 .b2 .h5_wrap {
  display: flex;
  align-items: center;
}
.cnt6 .b2 .h5_wrap h5 {
  font-size: 19px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #232526;
}
.cnt6 .b2 .h5_wrap img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.cnt6 .b2 li.on .h5_wrap h5 {
  color: #3382E9;
}
.cnt6 .b2 .txt li p {
  font-size: 16px;
  font-weight: 500;
  color: #808283;
}

.cnt6 .b3 {
  position: relative;
  width: 385px;
  height: 296px;
}
.cnt6 .b3 .swiper li {
  width: 385px;
  height: 360px;
}
.cnt6 .b3 .swiper li img {
  width: 100%;
  height: auto;
}
.cnt6 .btn_common {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 16px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  z-index: 1;
}
.cnt6 .swiper-pagination7,
.cnt6 .swiper-pagination7 > * {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.cnt6 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: 1px solid #B5D5EE;
  box-sizing: border-box;
  width: 11px;
  height: 11px;
}
.cnt6 .swiper-pagination7 {
  left: 28px;
  height: auto;
  bottom: -40px;
  width: auto;
  letter-spacing: -1px;
}
.cnt6 .swiper-pagination-bullet-active {
  border: 3px solid #005FCD;
}


@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.cnt7 {
  padding-top: 18px;
  margin-bottom: 50px;
}
.cnt7 .area {
  display: flex;
  justify-content: space-between;
}
.cnt7 .tit {
  position: relative;
  padding-top: 14px;
}
.cnt7 .tit:after {
  content: "";
  display: block;
  width: 96px;
  height: 126px;
  background: url(../img/ver2412/trp-deco.png) no-repeat center / auto;
  position: absolute;
  right: 80px;
  bottom: 7px;
}
.cnt7 .tit h3 {
  font-size: 36px;
  font-weight: 700;
  color: #202122;
}
.cnt7 .tit h3 + p {
  font-family: 'GmarketSansMedium';
  font-size: 26px;
  font-weight: bold;
  color: #1340D3;
  margin-top: 18px;
  margin-bottom: 42px;
  letter-spacing: -.52px;
}
.cnt7 .tit h3 ~ span {
  color: #716F6F;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.78;
}
.cnt7 .txt ul {
  display: flex;
  gap: 70px;
}
.cnt7 .img {
  width: 416px;
}
.cnt7 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 40px;
}
.cnt7 .img_desc {
  margin-top: 22px;
  padding-left: 10px;
}
.cnt7 .img_desc h4 {
  color: #101011;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
}
.cnt7 .img_desc p {
  margin-top: 11px;
  font-size: 15px;
  font-weight: 600;
  color: #101011;
  opacity: .6;
  line-height: 1.65;
}
.cnt7 .img_desc h5 {
  margin-top: 21px;
  font-size: 13px;
  font-weight: 600;
  color: #A1A1AF;
  line-height: 1.85;
}

.main_brand {
  padding-bottom: 40px; 
}
.brand_wrap {
  margin: 0 auto;
  position: relative;
}
.brand_wrap .btn_common {
  font-size: 0;
  width: 33px;
  height: 33px;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #C1CEDE;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.brand_wrap .swiper-button-prev9 {
  background-image: url("../img/ver2412/prev-bl.svg");
  border-color: #1786F1;
  background-color: #EAF4FC;
  left: -100px;
  left: 0;
}
.brand_wrap .swiper-button-next9 {
  background-image: url("../img/ver2412/arr_btn_next.svg");
  left: -60px;
  left: 40px;
  border-color: #BEC9D7;
}
.brandSwiper {
  width: 1280px;
  margin-left: 100px;
}



/* cscenter */
.cscenter{
  position: fixed; 
  width: 260px;
  background:#fff;
  z-index: 1000;
  bottom: 30px;
  right: 25px;
  border-radius: 27px;
  box-shadow: 0px 15px 20px 1px rgba(0, 0, 0, .15);
  border: 1px solid #0486FF;
  padding-bottom: 20px;
  display: none;
  /* right: -300px; */
}
/* float_item용 */
.cscenter.active {
  display: block;
}
/*  */
.cscenter .csForm_wrap{
  padding:0 25px;
  box-sizing: border-box;
  margin-top: 0;
}
.cscenter table tr{
  text-align:left;
  line-height:32px;
}
.cscenter .input_txt {
  font-size: 13px;
  font-weight: 300;
  color: #555;
  width: 100%;
  line-height: 23px;
  outline: none;
  appearance: auto;
  box-sizing: border-box;
  background: #D9E6F1;
  border: 0;
  height: 40px;
  border-radius: 12px;
  margin-top: 5px;
  padding: 0 12px;
}
.cscenter .select_tell {
  font-size: 13px;
  font-weight: 300;
  color: #555;
  width: 32.2%;
  line-height: 23px;
  outline: none;
  box-sizing: border-box;
  padding: 0 8px;
  height: 40px;
  margin-top: 5px;
  background: #D9E6F1;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
}
.cscenter select {
  background: #D9E6F1 url(../img/ver2412/cs_arrow.png) no-repeat center right 12px/ auto !important;
  appearance: none !important;
}
.cscenter .check_a{
  font-size: 13px;
  color: #818890;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
}
.cscenter .btn_cs{
  font-size:15px;
  font-weight:800;
  color:#fff;
  background:#0F34AE; 
  border:none;
  box-sizing:border-box;
  width:100%;
  line-height:44px;
  display:block;
  border-radius: 12px;
  text-align: center;
  margin-top: 15px;
}
.cscenter .btn_cs:hover{
  background:#111;
}
.cscenter .botton_close {
  position: absolute;
  left: -33px;
  top: 43px;
}
.cscenter .btn_close img {
  width: 33px;
  height: 46px;
}
.cscenter_tell{
  display: block;
  padding: 33px 28px 26px 30px;
  border-radius: 27px 27px 0 0;
  position: relative;
}
.cscenterImg{
  position: absolute;
  top: 24px;
  right: 28px;
}
.cscenterImg img {
  width: 60px;
  aspect-ratio: 1 / 1;
}
.cscenter_tell p{
  color: #6B7178;
  line-height: normal;
  font-size: 12px;
  font-weight: bold;
}
.cscenter_tell em{
  color: #1786F1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.3px;
}
.cscenter_tell strong{
  display: block;
  font-size:32px;
  font-weight:800;
  color: #0F34AE;
  margin: 11px 0;
  line-height: 29px;
}
.cs_chk {
  margin-top: 11px;
}
.cs_chk input[type=checkbox] {
  display: none;
}
.cs_chk input[type=checkbox] + label {
  display: inline-block;
}
input[type=checkbox] + label span {
  position: relative;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/ver2412/chk_lightblue.svg) no-repeat center / auto;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #1786F1;
  transform: translateY(-1.5px);
  padding-left: 1px;
}
.cs_chk input[type=checkbox]:checked + label {
  font-weight: bold;
}
.cs_chk input[type=checkbox]:checked + label span{
  border-color: #1382E9;
  background: #1382E9 url("../img/ver2412/yello-chk.svg") no-repeat center / 13px;
}

.dropbtn{
  color:#818890;
}
.dropdown{
  position:relative;
  display:inline-block;
  margin: 0;
  display: none;
}
.dropdown-content{
  display:none;
  position:absolute;
  background:rgba(255, 255, 255);
  left:-213px;
  top:-45px;
  z-index:1;
  font:12px/1.5em "malgun gothic";
  padding: 15px 20px;
  border:1px solid #999;
}
.dropdown-content span{
  color:#000;
  text-decoration:none;
  display:block;
  text-align:left;
}
.dropdown-content span a{
  color:#000;
  text-decoration:none;
  display:inline-block;
  font-weight: bold;
  padding:3px 0;
  background:#fff608;
  margin-top:10px;
  width:170px;
  text-align: center;
}
.check_a:hover .dropdown, .check_a:hover .dropdown-content{
  display:block;
}
.dropdown label{
  cursor: pointer;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}


.update_box {
  position: fixed;
  right: 40px;
  z-index: 99;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  will-change: opacity, visibility;
  top: 23%;
}
.update_box.visible {
  opacity: 1;
  visibility: visible;
}
.update_box .inner{
  border-radius: 30px;
  border: 1px solid #1786F1;
  width: 110px;
  height: 187px;
  background: #fff;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}
.update_box .inner:before {
  content: "";
  width: 59px;
  height: 57px;
  background: url(../img/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/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%;
  }
}


.float_wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 50;
}
.float_wrap .float_item + .float_item {
  margin-top: 24px;
}
.float_item {
  transition: transform 0.3s ease;
}
.float_item:hover {
  animation: floating 1.0s ease-in-out infinite;
}

/* 위아래 둥둥 */
@keyframes floating {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}
.float_item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 24px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.float_item .login {
  background: #2276F1;
}
.float_item .join {
  background: #3592FC;
}
.float_item .cs {
  background: #164EB6;
}



@media (max-width: 1500px) {
  .area {
    width: 1200px;
  }
}

/* 1367 */
@media screen and (max-width:1500px) {
  .top_banner_inner {
    max-width: 1200px;
  }
  .top_banner_txt dt {
    font-size: 18px;
  }
  .top_banner_txt dd {
    font-size: 20px;
  }
  .top_banner strong {
    font-size: 18px;
  }
  .area {
    width: 1200px;
  }
  .cnt1 .area {
    gap: 20px;
  }
  .cnt1 .left .visual {
    /* width: 650px; */
    width: 880px;
  }
  .cnt1 .left .btm_wrap .ranks {
    height: 222px;
  }
  .cnt1 .left .btm_wrap .ranks li {
    padding: 5px 18px;
  }
  .cnt1 .left .btm_wrap .ranks li a {
    font-size: 14px;
  }
  .cnt1 .left .btm_wrap .ranks li.swiper-slide-active a {
    font-size: 18px;
  }
  .cnt1 .right {
    width: 300px;
  }
  .cnt1 .right > .flexbox {
    padding: 20px;
  }
  .myclass_list .tit strong {
    font-size: 15px;
    width: 170px;
  }
  .myclass_list .date {
    font-size: 12px;
  }
  .myclass_list .attend_ratio strong {
    font-size: 13px;
    width: 41px;
    padding: 0 6px;
  }
  .cnt3 .left {
    width: calc(50% - 40px);
  }
  .rolling_list li div {
    font-size: 14px;
  }
  .rolling_list .rolling_badge {
    font-size: 10.5px;
    padding: 0 4px;
  }
  .tabs .tab {
    font-size: 13px;
    letter-spacing: -1px;
    gap: 8px;
  }
  .cnt3 .right {
    width: 540px;
  }
  .cnt3 .right .top {
    height: 318px;
    padding: 60px 46px 60px 40px;
  }
  .cnt3 .right .top .txt {
    width: 75%;
  }
  .cnt6 .b2 {
    width: 40%;
  }
    .cnt7 .tit h3 + p {
    font-size: 24px;
  }
  .cnt7 .txt ul {
    gap: 30px;
  }
  .cnt7 .img {
    width: 360px;
  }
  .cnt7 .img_desc h4 {
    font-size: 19px;
  }
  .cnt7 .img_desc p {
    font-size: 14px;
  }
  .cnt7 .tit h3 ~ span {
    font-size: 15px;
  }

  .main_brand .brandSwiper {
    width: 1070px;
  }
  .brandSwiper img {
    width: 100%;
  }
  .mainBrand .brandBg {
    width: 80%;
  }
  .mainBrand .slick-list {
    width: 1070px;
  }
  .update_box {
    display: none;
  }
  .float_wrap {
    right: 20px;
  }
}