@charset "UTF-8";

html {
  min-width: 1280px;
  overflow-x: auto;
}
.area {
  width: 1400px;
}

.cnt1 .btm_wrap .tabs {
  padding-left: 0;
  padding-bottom: 15px;
}
.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_kc/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 {
  width: 285px;
  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;
}
.rolling_header span {
  text-align: center;
}
.rolling_header span:first-child {
  width: 54px;
}
.rolling_header span:nth-child(2) {
  width: 46px;
}
.rolling_header span:nth-child(3) {
  width: 82px;
}
.rolling_header span:nth-child(4) {
  width: 76px;
}
.rolling_wrapper {
  height: 270px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity .3s ease-in;
}
.rolling_list {
  display: flex;
  flex-direction: column;
  animation: scrollUp 10s linear infinite;
}
.rolling_list li {
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #9FA4A9;
  box-sizing: border-box;
  gap: 4px;
}
.rolling_list li div {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #202122;
}
.rolling_list li .rolling_date {
  font-weight: 600;
  color: #66696C;
  white-space: nowrap;
  text-align: right;
  width: 76px;
}
.rolling_name {
  width: 46px;
}
.rolling_class {
  width: 82px;
}
.rolling_list .rolling_badge {
  color: #FF5400;
  font-size: 11.5px;
  font-weight: 600;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #FF5400;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 7px;
  white-space: nowrap;
}
#tab-content-1 .rolling_badge {
  color: #0F6EFE;
  border-color: #0F6EFE;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-360px); 
  }
}

.cnt1 {
  padding-top: 60px;
  background-color: #EAF4FD;
}
.cnt1 .area {
  display: flex;
  justify-content: space-between;
}
.cnt1 .area > .left {
  display: flex;
  gap: 36px;
}
.cnt1 .left .visual {
  width: 730px;
  height: 380px;
}
.cnt1 .swiper-slide {
  width: 100% !important;
  height: 350px !important;
}
.cnt1 .swiper-slide a {
  display: block;
  width: 100%;
}
.cnt1 .swiper-slide a img {
  width: 100%;
  height: auto;
}
.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 #B5D5EE;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.cnt1 .swiper-pagination-bullet-active {
  border-color: #005FCD;
  border-width: 3px;
}
.cnt1 .left .btm_wrap {
  margin-top: 17px;
}
.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 .area > .right {
  padding-left: 50px;
  box-sizing: border-box;
  border-left: 1px dashed #073461;
  padding-top: 25px;
  padding-bottom: 15px;
}
.cnt1 .right .flexbox p {
  font-size: 14.5px;
  font-weight: 600;
  color: #202122;
  letter-spacing: -.435px;
}
.cnt1 .right .flexbox p strong {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
}
.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnt1 .right .flexbox p strong span {
  font-weight: 500;
}
.cnt1 .log_txt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.cnt1 .log_txt:before {
  content: "";
  display: block;
  width: 31px;
  height: 29px;
  background: url(../img_kc/ver2412/badg.svg) no-repeat center / auto;
  position: absolute;
  left: -17px;
  top: -11px;
}
.cnt1 .log_txt h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0161D1;
  letter-spacing: -1px;
  z-index: 1;
}
.cnt1 .log_txt span {
  font-size: 12px;
  font-weight: 700;
  color: #BAC3CD;
}

.flexbox.after {
  flex-direction: column;
  align-items: flex-start;
}
.cnt1 .right .btn_wrap {
  position: relative;
}
.cnt1 .right .after .btn_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}
.cnt1 .right .after .btn_wrap [class^="btn"] {
  display: inline-flex;
  align-items: center;
  height: 34px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 12px;
}
.cnt1 .btnMypage {
  background: #0486FF;
  color: #fff;
  border: 1px solid #0486FF;
}
.cnt1 .btnLogout {
  color: #fff;
  background: #002652;
  border: 1px solid #002652;
}
.cnt1 .btnClass {
  color: #FFD449;
  background: #002858;
  border: 1px solid #002858;
}
.cnt1 .right .login_btn2 {
  display: block;
  width: 72px;
  height: 42px;
  background: linear-gradient(175deg, rgba(6,57,120,1) 47%, rgba(4,46,96,1) 53%);
  border-radius: 15px;
  border: 0;
  color: #FFD449;
  font-size: 15px;
  font-weight: 800;
}

.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%;
  color: #fff;
  border-radius: 14px;
  height: 70px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.login_btn3 {
  background: #1786F1;
}
.login_btn4 {
  background: #0161D1;
}
.before_box .login_btn4 {
  margin-bottom: 10px;
}
.before_box {
  width: 253px;
  margin-top: 18px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}
.before_box span {
  color: #000;
  padding: 0 8px;
  display: block;
  margin-top: 19px;
  font-size: 16.5px;
  font-weight: 400;
}
.before_box strong {
  color: #000;
  font-size: 16.5px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.before_box p {
  color: #797E83;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0;
  padding: 7px 8px;
  word-break: keep-all;
}
.before_box .txt_blue {
  color: #1786F1;
  font-size: 14.5px;
  line-height: 21px;
  border-top: 1px dashed #B8BBBD;
  padding-top: 17.5px;
  margin-top: 15.5px;
}
.before_box .txt_blue em {
  color: #0161D1;
  font-weight: 700;
  text-decoration: underline;
  word-break: keep-all;
  text-underline-offset: 2px;
}
.top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.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;
}



.mylist {
  background: #fff;
  border-radius: 20px;
  padding: 10px 24px;
  padding-right: 14px;
  box-sizing: border-box;
  margin-top: 12px;
  width: 252px;
  height: 208px;
  overflow-y: auto;
  padding-right: 15px;
}
.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 .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 {
  font-size: 10px;
  align-self: flex-end;
  margin-bottom: 2px;
}
.mylist .list_inner .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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 {
  background: #EAF4FD;
  padding: 40px 0 80px;
}
.tab__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab__list .tab__item {
  color: #1786F1;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  box-shadow: 8px 8px 25px -3px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.tab__list .tab__item.active {
  background: #1786F1;
  color: #fff;
}
.tab__list .tab__item.active:after {
  content: "";
  width: 9px;
  height: 7px;
  background: url("../img_kc/ver2412/yello-chk.svg") no-repeat center / auto;
}
.tab__pane {
  display: none;
}
.tab__pane.active {
  display: block;
}

.cl_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 30px;
  gap: 30px;
}
.cl_list li a {
  display: flex;
  gap: 20px;
}
.cl_list li a:hover .badge {
  background: #FF5900;
  border-color: #FF5900;
  color: #FDE52D;
}
.cl_list .thumb_box {
  aspect-ratio: 1.25/1;
  width: 150px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.cl_list .thumb_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cl_content .badge {
  display: inline-flex;
  border: 2px solid #0161D1;
  background: #FFF;
  border-radius: 6px;
  color: #000E77;
  font-size: 10px;
  font-weight: 900;
  width: 21px;
  justify-content: center;
  height: 21px;
  align-items: center;
  box-sizing: border-box;
  margin-top: 4px;
  transition: background .2s ease;
}
.cl_tit {
  display: block;
  color: #202122;
  font-size: 23px;
  font-weight: bold;
  margin-top: 16px;
}
.cl_content p {
  color: #202122;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.cl_content p em {
  color: #7E8388;
}
.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;
  background-color: #EAF4FD;
  padding: 100px 0 116px;
}
.cnt2 .area {
  position: relative;
}
.cnt2 .tit {
  display: flex;
  align-items: center;
}
.cnt2 .tit h3 {
  font-size: 40px;
  font-weight: 800;
  color: #202122;
  position: relative;
}
.cnt2 .tit h3:after {
  content: "";
  background: url(../img_kc/ver2412/cate-deco.png) no-repeat center / 100%;
  position: absolute;
  right: -370px;
  top: -98px;
  width: 450px;
  height: 230px;
  background-size: 90%;
}
.cnt2 .tit h3 span {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.cnt2 .box {
  margin-top: -58px;
}
.cnt2 .box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  gap: 52px 0;
}
.cnt2 .box ul:first-child {
  margin-bottom: 52px;
  justify-content: flex-end;
}
.cnt2 .box li {
  width: calc(100%/9);
}
.cnt2 .box li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: border .3s;
}
.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: 17px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  margin-top: 20px;
}
.cnt2 .box .icon {
  border-radius: 30px;
  background: #fff;
  box-shadow: 10px 10px 24px 0 rgba(1, 97, 209, .1);
  box-sizing: border-box;
  border: 3px solid transparent;
}
.cnt2 .box .icon.bg {
  background-color: #1786F1;
}
.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;
}


.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_kc/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;
}
.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_kc/ver2412/arr_btn_next.svg");
  border-color: #BEC9D7;
}
.cnt3 .left .swiper-button-prev4 {
  right: 45px;
  background-image: url("../img_kc/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_kc/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_kc/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_kc/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_kc/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_kc/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_kc/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;
}
.cnt5 .top .ps {
  width: 61px;
  height: 61px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: 35px;
}
.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_kc/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_kc/ver2412/arr_btn_next.svg");
  border-color: #BEC9D7;
}
.cnt5 .swiper-button-prev6 {
  right: 66px;
  background-image: url("../img_kc/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_kc/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_kc/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_kc/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_kc/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: 378px;
  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;
}
.cnt6 .b3 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}


.main_brand {
  padding-bottom: 40px;
  border-bottom: 11px solid #f1f1f1;  
}
.brand_wrap {
  /* width: 1400px; */
  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_kc/ver2412/prev-bl.svg");
  border-color: #1786F1;
  background-color: #EAF4FC;
  left: -100px;
  left: 0;
}
.brand_wrap .swiper-button-next9 {
  background-image: url("../img_kc/ver2412/arr_btn_next.svg");
  left: -60px;
  left: 40px;
  border-color: #BEC9D7;
}
.brandSwiper {
  width: 1280px;
  margin-left: 100px;
}

@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_kc/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;
}
@media screen and (max-width: 1367px) {
  .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;
  }
}

/* cscenter */
.cscenter{
  /* display: none; */
  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;
}
.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_kc/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_kc/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_kc/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;
  top: 210px;
  z-index: 99;
}
.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_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%;
  }
}


@media screen and (max-width:1367px) {
  .area {
    width: 1200px;
  }
  .cnt1 .area {
    gap: 10px;
  }
  .cnt1 .area > .left {
    gap: 14px;
  }
  .cnt1 .left .visual {
    width: 650px;
  }
  .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;
  }
  .cnt3 .left {
    width: calc(50% - 40px);
  }
  .cnt1 .area > .right {
    padding-left: 30px;
  }
  .rolling_card {
    width: 240px;
  }
  .rolling_wrapper {
    height: 240px;
  }
  .rolling_list li div {
    font-size: 12px;
  }
  .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%;
  }
  .update_box {
    display: none;
  }
  .main_brand .brandSwiper {
    width: 1070px;
  }
  .brandSwiper img {
    width: 100%;
  }
}