@charset "utf-8";

@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@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;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

body {
  /* overflow:initial; */
  min-width: 1400px;
}
body *{
  font-family: 'Pretendard', 'Roboto', 'Noto Sans KR', sans-serif;
  color: #000;
  letter-spacing: -0.03rem;
}
.area {
  width: 1400px;
}
.pc_banner {
  width: 100%;
}
.pc_banner .visual {
  width: 100%;
  position: relative;
  height: 2400px;
  max-width: 1920px;
  margin: 0 auto;
}

.visual_wrap {
  overflow: hidden;
  border-radius: 0 0 40% 40%;
  position: relative;
  height: 82%;
}
.visual_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 103%;
  height: calc(96% + 36px);
  background: rgba(0,0,0,.1);
  border-radius: 0 0 50% 50%;
}
.visual_wrap img {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 0 0 47% 47%;
  object-fit: cover;
}
.pc_banner .visual .visualText{
  overflow: hidden;
  position: relative;
  max-width: 55%;
  width: fit-content;
  min-width: 40%;
  min-height: 410px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  margin: -280px auto 0;
  padding: 80px 90px 70px;
  border-radius: 200px;
  box-sizing: border-box;
  box-shadow: 0 44px 54px -10px rgba(0,0,0,.15);
  isolation: isolate;
  background: url(../../img_kc/ver2412/info/title-box2.png) no-repeat center / cover;
}
.pc_banner .visual .visualText:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../../img_kc/ver2412/info/tit_deco1.png) no-repeat center / cover;
  opacity: .8;
}
.pc_banner .visual .visualText:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(../../img_kc/ver2412/info/ef12.png) no-repeat center / cover;
  opacity: .2;
}
.txt_mark {
  position: absolute;
  bottom: 410px;
  left: 48%;
  transform: translateX(-50%);
  z-index: 2;
}
.pc_banner .visual .visualText h3{
  font-size: 30px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 20px auto;
  display: block;
  width: 430px;
  text-align: center;
}
.pc_banner .visual .visualText h3 span{
  color: #ffd16b;
}
.orgLogo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.orgLogo p {
  font-size: clamp(18px,1.56vw,30px);
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0;
  opacity: 0.9;
}

.pc_banner .visual .visualText h2{
  font-size: clamp(60px, 5.73vw, 100px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: 'S-CoreDream-6Bold';
  line-height: 1.1;
  margin-bottom: 30px;
  width: 100%;
  letter-spacing: -3px;
}
.pc_banner .visual .visualText h2 {
  font-size: clamp(60px, 4.4vw, 90px) !important;
}
.pc_banner .visual .visualText h2.long {
  font-size: clamp(60px, 4.6vw, 80px) !important;
  word-break: keep-all;
}
.pc_banner .box {
  position: relative;
  margin: auto 0;
  padding: 130px 0 120px;
}
.pc_banner .box .mark {
  position: absolute;
  top: -30px;
  left: 50px;
}
.pc_banner .box .h3_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc_banner .box .h3_wrap .dot {
  width: 8px;
  height: 8px;
  background-color: #67696D;
  border-radius: 4px;
}
.pc_banner .box .h3_wrap h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1786F1;
  letter-spacing: -0.6px;
  line-height: 44px;
}
.pc_banner .box .h2_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.pc_banner .box .h2_wrap h2 {
  display: flex;
  align-items: center;
  font-size: 79px;
  font-weight: bold;
  line-height: 66px;
  position: relative;
}
.pc_banner .box .h2_wrap h2:first-child:before {
  content: "";
  display: block;
  width: 235px;
  height: 131px;
  background: url(../../img_kc/ver2412/info/c1_mark.svg) no-repeat center / 100%;
  position: absolute;
  left: -185px;
  top: -155px;
}
.pc_banner .box .h2_wrap .x {
  width: 27px;
  height: 27px;
  margin: 0 20px;
}
.pc_banner .box .h2_wrap .x img {
  width: 100%;
  height: auto;
}
.pc_banner .box .h2_wrap h2 span {
  color: #1786F1;
  font-weight: bold;
  font-size: 127px;
  margin-left: 18px;
  margin-right: 6px;
}

.pc_video {
  width: 100%;
  padding: 175px 0;
  box-sizing: border-box;
  background:url(../../img_kc/ver2412/info/bg_play.png) no-repeat center / cover;
}
.pc_video .area {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.pc_video .area .left p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.pc_video .area .left h3 {
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.1;
  color: #fff;
}
.pc_video .area .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 73px;
  background-color: #050318;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  border-radius: 30px;
  margin-top: 63px;
  gap: 40px;
  letter-spacing: -0.6px;
}
.pc_video .area .left a img {
  width: 14px;
  height: 14px;
}
.pc_video .area .right {
  position: relative;
}
.pc_video .area .right .thumb {
  width:790px; 
  aspect-ratio: 16 / 9;
}
.pc_video .area .right .thumb iframe{
  display: block;
  width: 100%;
  height: 100%;
}
.cmn_tit {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.bg_licens{
  background-color: #1786f1;
  padding-top: 150px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.bg_licens .area {
  position: relative;
}
.bg_licens .cmn_tit .dot {
  background: #fff;
}
.bg_licens .cmn_tit h3 {
  color: #fff;
  font-size: 38px;
}
.bg_licens .cmn_tit h3 strong {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.bg_licens .check_btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  color: #fff;
  height: 125px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 40px;
  box-sizing: border-box;
  font-weight: 600;
  background: #002B5C;
  padding-left: 43px;
  padding-right: 35px;
}
.bg_licens .check_btn:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #0067DE url(../../img_kc/ver2412/arr_right-yello.svg) no-repeat center / auto;
  border-radius: 50%;
}
.bg_licens .check_btn span {
  color: #fff;
  line-height: 1.4;
}
.bg_licens .check_btn span em {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.check_btn .img_wrap {
  border-radius: 50%;
  background: #0067DE;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* newForm */
.registRow{
  display: flex;
  justify-content: space-between;
  padding-top: 95px;
}
.registLeft{
  width: 650px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 60px 0 0 60px;
  padding: 72px 70px 63px;
  margin-bottom: 54px;
  box-shadow: 40px 40px 80px -10px rgba(0,0,0,.15);
}
.registLeft .mark {
  position: absolute;
  top: -10px;
  right: 0;

  width: 160px;
  height: 172px;
  background: url(../../img_kc/ver2412/info/cert-bg.png) no-repeat center / auto;
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 0 0 0 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}
.registLeft .mark .img-wrap {
  position: relative;
  border-radius: 50%;
}
.registLeft .mark .img-wrap:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  isolation: auto;
}
.registLeft .mark .img-wrap img {
  isolation: isolate;
}
.registLeft .mark span {
  color: #fff;
  font-size: 13.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0;
  gap: 1px;
}
.registLeft .mark span strong {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 1.3;
  white-space: nowrap;
}

.registLeft h4 {
  font-size: 65px;
  font-weight: 900;
  color: #000;
  line-height: 1.2;
}

.c_num_box {
  display: flex;
  justify-content: flex-end;
}
.registLeft .c_num {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  height: 104px;
  padding: 0 55px;
  box-sizing: border-box;
  background: #e7e7e7;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 104px;
  text-align: center;
}
.registLeft > p {
  line-height: 27px;
  font-size: 15.5px;
  color: #666;
  font-weight: 500;
  margin-bottom: 50px;
  word-break: keep-all;
}
.registLeft .agencyBox li {
  display: flex;
  margin-top: 13px;
  align-items: center;
  gap: 40px;
}
.registLeft .agencyBox li:first-child {
  margin-top: 0;
}
.registLeft .agencyBox p {
  color:#333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.registLeft .agencyBox li > h5 {
  line-height: 1.4;
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  padding-left: 20px;
}
.registLeft .agencyBox li > h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 7px;
  height: 7px;
  background: #333;
  border-radius: 50%;
}

.registLeft .check_btn {
  display: block;
  width: 504px;
  height: 62px;
  line-height: 62px;
  background-color: #fff;
  border-radius: 12px;
  margin: 32px auto 0;
  font-size: 20px;
  font-weight: 700;
  color: #033075;
  text-align: center;
}
.registRight{
  overflow-y: auto;
  position: relative;
  width: 610px;
  padding-top: 27px;
  box-sizing: border-box;
  border-radius: 0 32px 32px 0;
}
.registRight h3{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}
.registRight h3:after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  flex-grow: 1;
  margin-bottom: 5px;
}
.registRight h3 ~ h3 {
  padding-top: 100px;
}
.registRight ul{
  position: relative;
  z-index: 200;
  padding-top: 20px;
}
.registRight ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  margin-top: 11px;
}
.registRight ul li.act{
  height: auto;
}
.registRight ul li:first-child {
  margin-top: 0;
}
.registRight ul li h5 {
  width: 101px;
  height: 53px;
  line-height: 53px;
  background-color: #005DC8;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  margin-right: 40px;
  font-size: 17px;
  font-weight: bold;
}
.registRight ul li h5.act{
  height: auto;
}
.registRight ul li p {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
}
.registRight ul li p.act{
  height: auto;
}
.registRight::-webkit-scrollbar{
  width: 5px;
  background-color: #d0d3e7;
}
.registRight::-webkit-scrollbar-thumb{
  border-radius: 100px;
  background-color: #c1c1c1;
}
.registRight .info_wrap {
  position: relative;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding-left: 2px;
}
.registRight .info_wrap.on {
  max-height: 1000px;
  opacity: 1;
}
.registRight .info_wrap p {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  opacity: .8;
}
.registRight .info_wrap p:last-child {
  margin-bottom: 0;
}
.registRight .bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.registRight .toggle-box h3 {
  color: #005DC8;
  border-radius: 24px;
  background: #fff;
  padding: 16px 23px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.75px;
  margin-top: 140px;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.registRight .toggle-box h3:after {
  content: none;
}
.registRight .toggle-arrow {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #E1E8EE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  user-select: none;
  outline: none;
}
.registRight .toggle-arrow img {
  width: 13px;
  height: 8px;
  transition: transform 0.3s ease;
}
.registRight .toggle-box.active .toggle-arrow img {
  transform: rotate(180deg);
}



.pc_qna {
  height: 1300px;
  padding-top: 130px;
  box-sizing: border-box;
  background: #ecf2f8;
}
.pc_qna .area {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pc_qna .cmn_tit {
  position: sticky;
  top: 40px;
  align-self: baseline;
}
.pc_qna .cmn_tit h3 {
  font-size: 23px;
  color: #111;
  line-height: 1;
}
.pc_qna .cmn_tit h3 strong {
  font-size: 43px;
  color: #111;
  line-height: 1.15;
  display: block;
  margin-bottom: -5px;
  font-weight: bold;
}
.q1 {
  margin-top: 330px;
}
.q2 {
  margin-top: 210px;
}
.q3 {
  margin-top: 40px;
}
.pc_qna .area .txt {
  display: flex;
  gap: 60px;
  height: 100%;
  box-sizing: border-box;
}
.pc_qna .area .txt::-webkit-scrollbar {
  display: none;
}
.pc_qna [class*="q"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pc_qna .area [class*="q"] ul {
  display: flex;
  flex-direction: column;
}
.pc_qna .area [class*="q"] li + li {
  margin-top: 70px;
}
.pc_qna .area .txt ul li {
  width: 310px;
  padding: 80px 40px 50px;
  box-sizing: border-box;
  border: 1px solid #CBD3DA;
  border-radius: 40px;
  background: #fff;
  position: relative;
}
.pc_qna .area .txt ul li .step {
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 20px;
  position: absolute;
  top: -34px;
}
.pc_qna .area .txt .q1 li .step {
  background-color: #1786F1;
}
.pc_qna .area .txt .q2 li:nth-child(1) .step {
  background-color: #005FCD;
}
.pc_qna .area .txt .q2 li:nth-child(2) .step {
  background-color: #013682;
}
.pc_qna .area .txt .q3 li:nth-child(1) .step {
  background-color: #1786F1;
}
.pc_qna .area .txt .q3 li:nth-child(2) .step {
  background-color: #005FCD;
}

.pc_qna .area .txt ul li .step h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.pc_qna .area .txt ul li h4 {
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}
.pc_qna .area .txt ul li .bar {
  display: block;
  width: 173px;
  height: 1px;
  background-color: #E0E3E8;
  margin: 18px auto;
}
.pc_qna .area .txt ul li p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  color: #606060;
  border-top: 1px dashed #1786F1;
  margin-top: 27px;
  padding-top: 30px;
}

.pc_curr {
  background-color: #fff;
  padding-top: 250px;
  padding-bottom: 180px;
  box-sizing: border-box;
}
.pc_curr .area {
  display: flex;
  justify-content: space-between;
  gap: 16.4%;
  align-items: baseline;
}
.pc_curr .cmn_tit {
  flex: none;
}
.pc_curr .cmn_tit h3 {
  font-size: 23px;
  line-height: 1.4;
}
.pc_curr .cmn_tit h3 strong {
  font-size: 43px;
  font-weight: bold;
}
.pc_curr .currq{
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 35px;
}
.pc_curr .currq ul{
  width: 50% !important;
  display: flex;
  flex-direction: column;
}
.pc_curr .currq li{
  width:100%;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 8px;
}
.pc_curr .currq li b{
  color:#005fcd;
  padding:10px 0;
  height:30px;
  font-size: 25px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 84px;
}
.pc_curr .currq li b:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #005fcd;
}
.pc_curr .currq li span{
  width: calc(100% - 114px);
  line-height: 1.2;
  margin-left: 30px;
  color:#28282d;
  font-size: 25px;
  font-weight: bold;
}

.cnt6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 730px;
}
.cnt6 .cmn_tit h3 {
  line-height: 1.2;
}
.cnt6 .area .txt ul {
  display: flex;
  justify-content: space-between;
}
.cnt6 .area .txt ul li.step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border: 1px solid #E0E3E8;
  box-sizing: border-box;
  border-radius: 74px;
}
.cnt6 .area .txt ul li.step .icon img {
  width: 88px;
  height: 88px;
}
.cnt6 .area .txt ul li.step h5,
.cnt6 .area .txt ul li.step h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}
.cnt6 .area .txt ul li.step h5 {
  color: #3382E9;
  padding-top: 20px;
}
.cnt6 .area .txt ul li.step h4 {
  padding-top: 2px;
}
.cnt6 .area .txt ul li.step p {
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #67696D;
  padding-top: 8px;
}
.cnt6 .area .txt ul li.arrow {
  margin-top: 54px;
}
.cnt6 .area .txt ul li.arrow img {
  width: 40px;
  height: 40px;
}
/* new */
.cnt6 .area {
  display: flex;
  justify-content: space-between;
}
.cnt6 .cmn_tit h4 {
  font-size: 23px;
  color: #111;
  margin-bottom: 10px;
}
.icon_list {
  display: flex;
  width: 920px;
  gap: 54px;
}
.icon_list li {
  width: 110px;
}

.icon_box {
  display: inline-flex;
  flex-direction: column;
}
.icon_list [class^="icon"] .icon_box  {
  opacity: .5;
  transition: opacity 0.5s ease;
}
.icon_list [class^="icon"].on .icon_box {
  opacity: 1;
}
.icon_box span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: #0067de;
  line-height: 42px;
  text-align: center;
  margin-top: 30px;
}
.icon_box p {
  margin-top: 16px;
  color: #28282D;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
}
.icon_box em {
  font-style: normal;
  font-size: 15px;
  margin-top: 8px;

}
.icon_box:before {
  content: "";
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.icon1 .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i1.png);
}
.icon2 .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i2.png);
}
.icon3 .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i3.png);
}
.icon4 .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i4.png);
}
.icon5 .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i5.png);
}
.icon6 .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i6.png);
}

.icon_list .icon1.on .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i1_on.png);
}
.icon_list .icon2.on .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i2_on.png);
}
.icon_list .icon3.on .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i3_on.png);
}
.icon_list .icon4.on .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i4_on.png);
}
.icon_list .icon5.on .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i5_on.png);
}
.icon_list .icon6.on .icon_box:before {
  background-image: url(../../img_kc/ver2412/info/c_i6_on.png);
}
.icon_list li {
  position: relative;
}
.icon_list li + li:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../../img_kc/ver2412/info/arr_right-black.svg) no-repeat center / auto;
  position: absolute;
  left: -24px;
  top: 40%;
  transform: translateY(-50%);
}


#license {
  background-color: #0B0F33;
}
#license .area {
  display: flex;
  justify-content: space-between;
  padding-top: 156px;
  padding-bottom: 200px;
  box-sizing: border-box;
}
#license .cmn_tit {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}
#license .cmn_tit::before {
  right: auto;
  left: 132px;
}
#license .cmn_tit ul {
  margin-bottom: 40px;
}
#license .cmn_tit li {
  color: rgba(255, 255, 255, .3);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
}
#license .cmn_tit li + li {
  margin-top: 6px;
}
#license .cmn_tit h3 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
#license .cmn_tit h3 strong {
  font-weight: bold;
  color: #fff;
}

#license .license_wrap .img_wrap{
  display: flex;
  flex-direction: column;
  gap: 87px;
}
.license_wrap .box {
  display: flex;
  gap: 78px;
  align-items: center;
}
.license_wrap .tag {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  height: 64px;
  line-height: 64px;
  padding: 0 29px;
  box-sizing: border-box;
  background: #1786f1;
  border-radius: 25px;
}
.license_wrap .com [class^="licen"] img {
  border-radius: 12px;
}
.license_wrap .card [class^="licen"] img {
  border-radius: 14px;
}
#license .license_wrap .img_wrap .com .licen1 {
  position: relative;
  display: inline-block;
  margin-right: 48px;
}
#license .license_wrap .img_wrap .com .licen1 span {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 69px;
  text-align: center;
  font: bold 5.35px/1.2em "malgun gothic";
  color: #f4e896;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: none;
}
#license .license_wrap .img_wrap .com .licen1 p {
  position: absolute;
  left: 0;
  bottom: 42px;
  text-align: center;
  width: 100%;
  font: bold 18px/1.2em "daum";
  background: linear-gradient(145deg, rgb(255 251 180) 0%, rgb(245 240 83) 55%, rgb(89 80 17) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#license .license_wrap .img_wrap .com .licen2 {
  position: relative;
  display: inline-block;
}
#license .license_wrap .img_wrap .com .licen2 span {
  position: absolute;
  left: 80px;
  top: 184px;
  text-align: left;
  font: bold 12px/0.7em "ChosunGs";
  color: #403b35;
  letter-spacing: -1.5px;
}
#license .license_wrap .img_wrap .com .licen2 p {
  position: absolute;
  right: 60px;
  bottom: 55px;
  font: bold 14px/1.2em "ChosunGs";
  color: #403b35;
  letter-spacing: -1.5px;
}
#license .license_wrap .img_wrap .com .licen2 img{
  height: 400px;
}

#license .license_wrap .img_wrap .card .licen3 {
  position: relative;
}
#license .form {
  width: 974px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-top: 26px;
}
#license .form span {
  text-align: center;
}

#license>ul {
  width: 974px;
  margin: 0 auto;
  margin-top: 32px;
}
#license>ul li {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
}






#resume {
  position: relative;
  padding-top: 250px;
  padding-bottom: 180px;
  box-sizing: border-box;
}
#resume:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 192px);
  z-index: -1;
  background: url(../../img_kc/ver2412/info/bg_resume.png) no-repeat center / cover;
  opacity: .4;
}
.cmn_tit h3 {
  font-size: 43px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
.cmn_tit h3 strong{
  color: #000;
  font-weight: 800;
}
#resume .cmn_tit h3 {
  font-size: 50px;
}
#resume .area {
  display: flex;
  justify-content: space-between;
}
#resume .txt{
  margin-top: 64px;
  padding-right: 170px;
}
#resume .tbl_wrap {
  border: 3px solid #0067de;
  border-bottom: 0;
}
#resume .txt table {
  width: 684px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 0;
}
#resume .txt .border_none {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}
#resume .txt tr {
  border: 1px solid #333f57;
}
.txt_center {
  text-align: center !important;
}
#resume .profile {
  width: 130px;
}
#resume .txt th {
  text-align: left;
  padding: 6px;
  vertical-align: middle;
  letter-spacing: 1px;
  background: #fff;
  color: #777;
  border: 1px solid #ddd;
  font-weight: 600;
  font-size: 15px;
}
#resume .txt td {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: .5px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 15px;
}
#resume .txt td, #resume .txt th {
  padding-left: 15px;
  box-sizing: border-box;
}
#resume .txt .border_none, 
#resume .border_none td {
  border: 0;
}
#resume .txt .box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 92px;
  border: 4px solid #3382E9;
  box-sizing: border-box;
  border-radius: 16px;
  margin-top: -5px;
  z-index: 1;
}
#resume .txt .box p {
  font-size: 30px;
  font-weight: 500;
}
#resume .txt .box p:nth-child(1) {
  margin: 0 61px 0 96px;
}
#resume .txt .box p:nth-child(3) {
  margin: 0 140px 0 95px;
}
#resume .txt > span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #67696D;
  padding: 32px 0 0 102px;
}
#resume .txt .bold td {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}
#resume .txt + p {
  position: absolute;
  bottom: 150px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(0,0,0,.5);
}
.balloon {
  position: relative;
}
.balloon [class^="bal"] span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 175px;
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.balloon [class^="bal"] span:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.bal1 {
  position: absolute;
  left: -162px;
  top: -187px;
}
.bal1 span {
  height: 90px;
  background: #013682;
  font-size: 25px;
}
.bal1 span:before {
  bottom: -17px;
  right: 10px;
  background-image: url(../../img_kc/ver2412/info/resum1.svg);
  width: 42px;
  height: 25px;
}
.bal2 {
  position: absolute;
  top: -35px;
  left: -125px;
  left: -140px;
}
.bal2 span {
  min-width: 360px !important;
  height: 120px;
  padding: 0 34px !important;
  background: #1786f1;
  font-size: 38px;
}
.bal2 span:before {
  background-image: url(../../img_kc/ver2412/info/resum2.svg);
  width: 42px;
  height: 25px;
  top: -17px;
  right: 42px;
}
.bal3 {
  position: absolute;
  top: -60px;
  left: 402px;
}
.bal3 span {
  height: 90px;
  background: #3aa0ff;
  font-size: 30px;
  width: 198px;
}
.bal3 span:before {
  background-image: url(../../img_kc/ver2412/info/resum3.svg);
  width: 42px;
  height: 25px;
  top: -15px;
  left: 16px;
}
.balloon .bal4 {
  position: absolute;
  right: -188px;
  top: -214px;
}
.bal4 span {
  height: 110px;
  background: #0067de;
  font-size: 28px;
  padding: 0 12px !important;
}
.bal4 span:before {
  background-image: url(../../img_kc/ver2412/info/resum4.svg);
  width: 42px;
  height: 25px;
  bottom: -17px;
  left: 50px;
}


/* why2 */
#why2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 250px;
}
#why2 .cmn_tit {
  margin-top: 90px;
}
#why2 .cmn_tit p{
  font-size: 23px;
  font-weight: 500;
  color: #111;
  padding-top: 35px;
  line-height: 32px;
}
#why2 .area {
  display: flex;
  justify-content: space-between;
}
#why2 .txt{
  margin-top: 160px;
  padding-right: 100px;
  box-sizing: border-box;
  flex: none;
}

#why2 .txt ul li{
  min-width: 830px;
  height: 90px;
  border-radius: 50px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#why2 .txt ul li:first-child{
  margin-top: 0;
}
#why2 .txt ul li p{
  font-size: 40px;
  font-weight: bold;
  color: #111;
  opacity: .4;
  padding-left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
#why2 .txt ul li strong{
  display: none;

}
#why2 .txt ul li.on{
  width: 100%;
  background-color: #fff;
  border: 5px solid #1786f1;
  box-sizing: border-box;
  height: 150px;
  box-shadow: 0 50px 80px -26px rgba(0,0,0,.2);
  position: relative;
  overflow: hidden;
}

/* #why2 .txt ul li.on:after  */
#why2 .txt ul li.on p:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: #eee url(../../img_kc/ver2412/info/slide_icon.png) no-repeat center / 74px;
  border-radius: 30px;

  box-sizing: border-box;
  margin-left: 20px;
}
#why2 .txt ul li.on p{
  color: #111;
  font-size: 60px;
  font-weight: bold;
  opacity: 1;
  padding-right: 56px;
  justify-content: space-between;
}
#why2 .txt ul li.on p strong{
  color: #0067de;
  font-weight: 600;
  display: block;
  font-size: 30px;
}

.percentage {
  padding-top: 250px;
  padding-bottom: 220px;
  box-sizing: border-box;
  background: #ecf2f8;
}
.percentage .area {
  display: flex;
  justify-content: space-between;
}
.percentage .cmn_tit {
  padding-top: 20px;
}
.percentage .cmn_tit p {
  padding-top: 40px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.percentage .area .txt {
  padding-right: 100px;
}

/* new compare */
.compare_new {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 140px;
  box-sizing: border-box;
}
.compare_new .cmn_tit p {
  font-size: 24px;
  margin-top: 34px;
  font-weight: 500;
  color: #000;
}
.compare_cont {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 65px;
  padding-right: 100px;
  margin-top: -20px;
}
.box_lose {
  background: rgba(23, 134, 241, .15);
  border-radius: 30px;
  padding: 30px 35px;
  box-sizing: border-box;
  width: 345px;
}
.box_lose h4 {
  color: rgba(0,0,0,.6);
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
}
.box_lose h4 em {
  font-size: 17px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: inherit;
}
.txt_cont {
  margin-top: 27px;
  padding-top: 19px;
  border-top: 1px dashed #1786F1;
}
.box_lose .txt_cont li {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0,0,0,.5);
  line-height: 35px;
}
.box_wrap {
  position: relative;
}
.box_win {
  width: 485px;
  border-radius: 30px;
  padding: 46px 38px;
  box-sizing: border-box;
  background: #026BE1;
  position: relative;
  isolation: auto;
  overflow: hidden;
}
.box_win:before {
  content: "";
  width: 79%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -60%;
  left: -180px;
  background: radial-gradient(#fff, rgba(0, 0, 0, .25), rgba(255, 255, 255, .4));
  opacity: .3;
  z-index: 0;
}
.box_win:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(rgba(255, 255, 255, .6), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), transparent);
  right: -222px;
  top: -290px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .1);
}
.box_win .txt_cont {
  border-color: rgba(255,255,255,.5);
}
.box_win h4 {
  color: #fff;
  font-size: 53px;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
}
.box_wrap.win:after {
  content: "";
  display: block;
  width: 133px;
  height: 164px;
  background: url(../../img_kc/ver2412/info/medal.png) no-repeat center / auto;
  position: absolute;
  right: -0;
  top: -64px;
}
.box_win h4 em {
  display: block;
  color: inherit;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}
.box_win .txt_cont li {
  position: relative;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.box_win .txt_cont li:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 3px solid #fff;
  background: url(../../img_kc/ver2412/ico_check-yello.svg) no-repeat center / auto;
  box-sizing: border-box;
}
.txt_yellow {
  color: #FFC015 !important;
}


.compare {
  padding-top: 160px;
  background-color: #fff;
}
.compare .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.compare .cmn_tit p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #67696D;
  padding-top: 24px;
  line-height: 32px;
}
.compare .area .txt {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.compare .area .txt > div {
  width: 408px;
  height: 430px;
  border-radius: 32px;
}
.compare .area .txt > div .content_tit {
  height: 152px;
}
.compare .area .txt > div .content_tit > * {
  padding-left: 44px;
  font-weight: 700;
}
.compare .area .txt > div .content_tit h5 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 44px;
}
.compare .area .txt > div .content_tit h4 {
  font-size: 40px;
  line-height: 56px;
  padding-top: 1px;
}
.compare .area .txt .lose {
  background-color: rgba(171,173,177,0.2);
  margin-right: 32px;
}
.compare .area .txt .lose .content_tit > * {
  color: #67696D;
  opacity: 0.7;
}
.compare .area .txt .lose .content_txt {
  margin-top: 30px;
}
.compare .area .txt .lose .content_txt p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #67696D;
  margin-top: 12px;
  opacity: 0.7;
}
.compare .area .txt .lose .content_txt p:first-child {
  margin-top: 0;
}
.compare .area .txt .win {
  position: relative;
  background-color: #fff;
  border: 2px solid #3382E9;
  box-sizing: border-box;
  box-shadow: 0 4px 24px 0 rgba(62,67,81,0.3);
}
.compare .area .txt .win .content_tit {
  position: relative;
  background-color: #3382E9;
  border-radius: 28px 28px 0 0;
}
.compare .area .txt .win .content_tit > * {
  color: #fff;
}
.compare .area .txt .win .content_tit .icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
.compare .area .txt .win .content_txt ul {
  padding-left: 40px;
  margin-top: 28px;
}
.compare .area .txt .win .content_txt ul li {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.compare .area .txt .win .content_txt ul li:first-child {
  margin-top: 0;
}
.compare .area .txt .win .content_txt ul li .check {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.compare .area .txt .win .content_txt ul li .check img {
  width: 100%;
  height: auto;
}
.compare .area .txt .win .content_txt ul li p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  z-index: 1;
}
.compare .area .txt .win .content_txt ul li p strong {
  color: #387AFC;
}
.compare .area .txt .win .content_txt .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pass {
  padding-top: 200px;
  padding-bottom: 195px;
  box-sizing: border-box;
}
.pass .cmn_tit p {
  font-size: 23px;
  font-weight: 500;
  color: #111;
  padding-top: 35px;
}
.pass .txt {
  padding-right: 100px;
  margin-top: 20px;
  text-align: right;
}
.pass h4{
  font-size: 15px;
  opacity: .4;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -20px;
}

.compare2 {
  background-color: #1786f1;
}
.compare2 .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.compare2 .cmn_tit {
  padding-top: 89px;
}
.compare2 .cmn_tit .bar {
  display: block;
  width: 80px;
  height: 6px;
  background-color: #3382E9;
  margin: 0 auto;
}
.compare2 .cmn_tit h3 {
  font-size: 40px;
  text-align: center;
  padding-top: 40px;
  line-height: 56px;
  color: #fff;
}
.compare2 .cmn_tit h3 strong{
  color: #fff;
  opacity: 0.6;
}
.compare2 .area .txt {
  display: flex;
  justify-content: center;
  margin-top: 178px;
}
.compare2 .area .txt > div {
  height: 528px;
  border-radius: 32px;
}
.compare2 .area .txt .lose {
  width: 408px;
  background-color: rgba(255,255,255,0.12);
  margin-right: 33px;
}
.compare2 .area .txt .lose .content_tit > * {
  padding-left: 44px;
  font-weight: 700;
  color: #fff;
}
.compare2 .area .txt .lose .content_tit h5 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 44px;
}
.compare2 .area .txt .lose .content_tit h4 {
  font-size: 40px;
  line-height: 56px;
  padding-top: 1px;
}
.compare2 .area .txt .lose .bar {
  display: block;
  width: 315px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  margin: 24px auto 0;
}
.compare2 .area .txt .lose .content_txt ul li {
  padding-left: 44px;
  margin-top: 36px;
}
.compare2 .area .txt .lose .content_txt ul li:first-child {
  margin-top: 32px;
}
.compare2 .area .txt .lose .content_txt ul li > * {
  color: #fff;
}
.compare2 .area .txt .lose .content_txt ul li h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.compare2 .area .txt .lose .content_txt ul li p {
  line-height: 24px;
  padding-top: 8px;
}
.compare2 .area .txt .win {
  position: relative;
  width: 455px;
  background-color: #fff;
  border: 2px solid #3382E9;
  box-sizing: border-box;
}
.compare2 .area .txt .win .winner_icon {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
}
.compare2 .area .txt .win .content_txt {
  margin-top: 68px;
  margin-left: 34px;
}
.compare2 .area .txt .win .content_txt ul li {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
.compare2 .area .txt .win .content_txt ul li:first-child {
  margin-top: 0;
}
.compare2 .area .txt .win .content_txt ul li .h4_wrap {
  display: flex;
}
.compare2 .area .txt .win .content_txt ul li .h4_wrap .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #033075;
  margin-top: 15px;
  margin-right: 13px;
}
.compare2 .area .txt .win .content_txt ul li .h4_wrap h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.compare2 .area .txt .win .content_txt ul li .h4_wrap h4 strong {
  color: #3382E9;
}
.compare2 .area .txt .win .content_txt ul li p {
  font-weight: 500;
  color: #67696D;
  line-height: 24px;
  padding-left: 23px;
  padding-top: 16px;
}
.compare2 .area .txt .win .content_txt ul li p span {
  color: #3382E9;
}
.compare2 .area .txt .win .content_txt .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.compare2 img {
  width: 100%;
}

.cnt14 {
  position: relative;
  padding-top: 180px;
  /* padding-bottom: 120px; */
  box-sizing: border-box;
  border-bottom: 120px solid #ecf2f8;
  background: #fff;
}
.cnt14:before {
  content: "";
  display: block;
  width: 50%;
  height: 54px;
  background: #ecf2f8;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cnt14 .inner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.cnt14 .cmn_tit p {
  font-size: 23px;
  font-weight: 500;
  color: #111;
  padding-top: 23px;
}
.cnt14 .cmn_tit h3 strong {
  font-weight: 800;
}
.cnt14 .area .txt ul {
  display: flex;
  gap: 100px;
  padding-top: 150px;
  padding-left: 90px;
  box-sizing: border-box;
  padding-bottom: 215px;
  isolation: isolate;
}
.cnt14 .txt h5 {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  color: #1786F1;
  margin-bottom: 15px;
  padding-left: 10px;
  opacity: .5;
}
.cnt14 li .icon {
  width: 135px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 30px;
}
.cnt14 .area .txt li:nth-child(1) .icon, .cnt14 .area .txt li:nth-child(3) .icon {
  background: #1786f1;
}
.cnt14 .area .txt li:nth-child(2) .icon, .cnt14 .area .txt li:nth-child(4) .icon {
  background: #0058d0;
}
.cnt14 .txt li h4 {
  margin-top: 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
.cnt14 .txt li:nth-child(1) h4 strong, .cnt14 .txt li:nth-child(3) h4 strong {
  color: #1786f1;
}
.cnt14 .txt li:nth-child(2) h4 strong, .cnt14 .txt li:nth-child(4) h4 strong {
  color: #0058d0;
}
.cnt14 .txt li h4 strong {
  font-weight: 800;
}
.cnt14 .mark {
  position: absolute;
  bottom: 0;
  right: 0;
  /* isolation: isolate; */
}

.cnt15 {
  position: relative;
  background-color:#ecf2f8;
  padding-top: 30px;
  box-sizing: border-box;
}
.cnt15 .cmn_tit {
  margin-top: 90px;
}
.cnt15 .cmn_tit p {
  font-size: 23px;
  font-weight: 500;
  color: #111;
  padding-top: 30px;
}
.cnt15 .wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 200px;
}
.c_list {
  display: flex;
  justify-content: space-between;
  width: 1230px;
  margin-bottom: -150px;
}
.c_list li:nth-child(2) {
  margin-top: -225px;
}
.c_list li:nth-child(3) {
  margin-top: -380px;
}
.c_box + .c_box {
  margin-top: 80px;
}
.c_box {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  width: 333px;
  height: 356px;
  padding: 40px;
  box-sizing: border-box;
}
.c_box strong {
  color: #fff;
  font-size:36px;
  font-weight: bold;
}
.c_box p {
  color: #fff;
  font-size: 19px;
  margin-top: 10px;
}
.c_box.box1 {
  background-image: url(../../img_kc/ver2412/info/c1.png);
}
.c_box.box2 {
  background-image: url(../../img_kc/ver2412/info/c2.png);
}
.c_box.box3 {
  background-image: url(../../img_kc/ver2412/info/c3.png);
}
.c_box.box4 {
  background-image: url(../../img_kc/ver2412/info/c4.png);
}
.c_box.box5 {
  background-image: url(../../img_kc/ver2412/info/c5.png);
}
.c_box.box6 {
  background-image: url(../../img_kc/ver2412/info/c6.png);
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.cnt15 .wrapper .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 1560px;
}
.cnt15 .txt .swiper-wrapper {
  display: flex;
  padding-top: 76px;
  padding-bottom: 104px;
  padding-left: 60px;
}
.cnt15 .txt .swiper-wrapper .swiper-slide {
  width: 268px;
  height: 318px;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(0,0,0,0.12);
  border-radius: 32px;
}
.cnt15 .txt .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 180px;
}
.cnt15 .txt .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: auto;
}
.cnt15 .txt .swiper-wrapper .swiper-slide .content_txt h4 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  padding-top: 22px;
}
.cnt15 .txt .swiper-wrapper .swiper-slide .content_txt h4 strong {
  color: #3382E9;
}
.cnt15 .txt .swiper-wrapper .swiper-slide .content_txt p {
  line-height: 24px;
  color: #67696D;
  text-align: center;
  padding-top: 10px;
}
.cnt15 .txt .swiper-wrapper .last {
  margin-right: 150px !important;
}

.cnt16 {
  padding-top: 200px;
}
.cnt16 .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}


.cnt_16 {
  box-sizing: border-box;
  padding-top: 400px;
  padding-bottom: 200px;
}
.cnt_16 .cont_box {
  display: flex;
}
.cnt_16 .txt_box {
  margin-top: 120px;
  margin-left: 200px;
  padding-left: 65px;
  border-left: 2px solid #0067de;
  box-sizing: border-box;
}
.cnt_16 .txt_box p {
  font-size: 26px;
  color: #000;
  font-weight: 500;
  line-height: 1.75;
  padding-top: 40px;
  padding-bottom: 24px;
}
.cnt_16 .txt_box p b {
  display: block;
  margin-top: 40px;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.4;
}
.cnt_16 .img_box {
  position: relative;
  width: 50%;
  left: 20px;
  top: 50px;
}
.cnt_16 .img_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cnt_16 .bg1 {
  opacity: .9;
}
.cnt_16 .bg1 img {
  height: auto;
  max-width: 813px;
  aspect-ratio: 1 / 1;
}

.review {
  padding-bottom: 80px;
}
.review .inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.review .area {
  box-sizing: border-box;
}

.review .cmn_tit {
  padding-top: 89px;
}
.review .cmn_tit h3 {
  font-size: 40px;
  text-align: center;
  padding-top: 40px;
  line-height: 56px;
}
.review .cmn_tit h3 strong{
  color: #3382E9;
}
.review .cmn_tit p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #67696D;
  padding-top: 24px;
  line-height: 32px;
}
.review .area .txt {
  margin-top: 76px;
}
.review .area .txt ul {
  display: flex;
  justify-content: space-between;
}
.review .area .txt ul li {
  background-color: #fff;
  width: 389px;
  height: 182px;
  border-radius: 16px;
}
.review .area .txt ul li .top {
  display: flex;
  padding: 20px 0 10px;
  width: 340px;
  margin: 0 auto;
  border-bottom: 1px solid #E0E3E8;
}
.review .area .txt ul li .top .ps {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.review .area .txt ul li .top .ps img {
  width: 100%;
  height: auto;
}
.review .area .txt ul li .top .content_txt {
  padding-top: 6px;
}
.review .area .txt ul li .top .content_txt h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.review .area .txt ul li .top .content_txt h4 span {
  color: #3382E9;
}
.review .area .txt ul li .top .content_txt p {
  font-size: 15px;
  font-weight: 500;
  color: #67696D;
  line-height: 22px;
  padding-top: 8px;
}
.review .area .txt ul li .btm {
  margin-top: 8px;
}
.review .area .txt ul li .btm p {
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 13px;
  font-weight: 500;
  color: #67696D;
  margin-right: 24px;
}
.review .area .txt ul li .btm p img {
  width: 16px;
  height: auto;
  margin-right: 2px;
}
#footer{
  display: none;
}

.pc_review {
  padding-top: 150px;
  padding-bottom: 250px;
  box-sizing: border-box;
}
.pc_review .area {
  display: flex;
  justify-content: space-between;
}
.pc_review .cmn_tit:after {
  content: "";
  display: block;
  width: 127px;
  height: 150px;
  background: url(../../img_kc/ver2412/info/emo.svg) no-repeat center / auto;
  position: absolute;
  top: -130px;
  left: calc(100% + 40px);
}
.pc_review .cmn_tit h3 {
  font-size: 45px;
  font-weight: 800;
  color: #111;
  margin-bottom: 32px;
}
.pc_review .cmn_tit + p {
  font-size: 26px;
  font-weight: 500;
  line-height: 45px;
  color: #000;
}
.pc_review .cmn_tit + p b {
  font-weight: 800;
}
.review_img {
  width: 700px;
  height: 444px;
  position: relative;
}
.review_txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: -130px;
  top: -110px;
}
.review_txt span {
  width: 460px;
  position: relative;
}
.review_txt span img {
  width: 100%;
}
.rev1 {
  margin-left: 2px;
}
.rev2 {
  margin-left: -57px;
}
.rev3 {
  margin-left: 60px;
  margin-top: 85px;
}
.btn_review {
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: 350px;
  height: 80px;
  border-radius: 20px;
  background: #1786F1;
  padding-left: 15px;
  padding-right: 35px;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
}
.btn_review:before {
  content: "";
  width: 49px;
  height: 49px;
  background: url(../../img_kc/ver2412/info/ico_star.svg) no-repeat center / 100%;
  margin-right: 10px;
}
.btn_review:after {
  content: "";
  width: 36px;
  height: 36px;
  background: #fff url(../../img_kc/ver2412/info/arr_right-navy.svg) no-repeat center / auto;
  border-radius: 10px;
  margin-left: auto;
}
.review_img .img_box {
  overflow: hidden;
  border-radius: 30px;
}
.review_img .img_box img {
  filter: contrast(0.95);
}
.ft_new .inner {
  padding-bottom: 250px;
}


.update_box {
  position: fixed;
  right: 40px;
  top: 240px;
  z-index: 100;
}
.update_box .inner{
  border-radius: 30px;
  border: 1px solid #1786F1;
  width: 110px;
  height: 187px;
  background: #ECF1F8;
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}
.update_box .inner:before {
  content: "";
  width: 59px;
  height: 57px;
  background: url(../../img_kc/ver2412/ico_bell.png) no-repeat center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.update_box .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.update_box .txt_box > * {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}
.update_box .txt_box strong{
  color:#0B7BFE;
  font-size: 18px;
}
.update_box .txt_box em {
  font-size: 19px;
  color: #0051AF;
}
.update_box .txt_box span {
  font-size: 19px;
  color: #002857;
}
.update_box .txt_box + span {
  display: block;
  text-align: center;
  color: #EC5B57;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
.update_box .btn_top {
  background: #0161D1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 55px;
  height: 39px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
.update_box .btn_top:before {
  content: "";
  width: 14px;
  height: 10px;
  margin-bottom: 2px;
  background: url(../../img_kc/ver2412/btn_top.svg) no-repeat center / auto;
}
.gauge-container {
  width: 80px;
  height: 9px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #DDE5EF;
  padding: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}
.gauge {
  width: 0%;
  height: 100%;
  background-color: #EC5B57;
  border-radius: 1px;
  animation:  fillGauge 1.6s ease-out infinite;
}
@keyframes fillGauge {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width:1280px) {
  body {
    min-width: auto;
  }
  .pc_banner .visual {
    height: 720px !important;
  }
  .visual_wrap:after {
    height: calc(96% + 30px);
  }
  .pc_banner .visual .visualText {
    min-height: auto;
    margin-top: -240px;
    padding: 80px 80px 70px;
    max-width: 60%;
  }
  .pc_banner .visual .visualText h5 {
    font-size: 90px;
  }
  .txt_mark {
    bottom: 346px;
    left: 50%;
  }
  .txt_mark img {
    width: 80%;
  }
  .pc_banner .box .h3_wrap h3 {
    font-size: 24px;
  }
  .pc_banner .box .h2_wrap h2 {
    font-size: 50px;
  }
  .pc_banner .box {
    padding-top: 90px;
  }
  .area {
    width: 1200px;
  }
  .registLeft {
    width: 50%;
    padding: 50px;
  }
  .registLeft h4 {
    font-size: 45px;
  }
  .registLeft .c_num {
    font-size: 26px;
    height: 90px;
    line-height: 90px;
  }
  .registRight {
    width: 44%;
  }
  .registRight h3 ~ h3 {
    padding-top: 80px;
  }
  .registRight ul li {
    margin-top: 6px;
  }
  .registRight ul li h5 {
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
  }
  .registRight ul li p {
    font-size: 20px;
  }
  .pc_video .area .right .thumb {
    width: 680px;
  }
  .pc_qna .area .txt {
    gap: 30px;
  }
  .pc_qna .area .txt ul li {
    width:300px
  }
  .icon_list {
    width: 72%;
    gap: 44px;
  }
  .bal1 span {
    height: 60px;
    font-size: 18px;
  }
  .bal2 {
    left: 0;
  }
  .bal2 span {
    min-width: 250px !important;
    height: 80px;
    font-size: 28px;
  }
  .bal3 {
    top: -60px;
    left: 402px;
  }
  .bal3 span {
    height: 65px;
    font-size: 22px;
    width: 98px;
  }
  .balloon .bal4 {
    right: -188px;
    top: -184px;
  }
  .bal4 span {
    height: 80px;
    font-size: 24px;
  }
  .c_list {
    justify-content: space-around;
  }
  .c_box {
    width: 308px;
    height: 336px;
  }
  .c_box strong {
    font-size: 26px;
  }
  .c_box p {
    font-size: 15px;
  }



  #why2 .txt ul li {
    height: 70px;
  }
  #why2 .txt ul li.on {
    height: 120px;
  }
  #why2 .txt ul li p {
    font-size: 32px;
  }
  #why2 .txt ul li.on p {
    font-size: 48px;
  }
  #why2 .txt {
    padding-right: 0;
  }
  .update_box {
    display: none;
  }
  .review_img {
    width: 650px;
    height: 404px;
  }
  .review_img .img_box img {
    width: 100%;
    height: auto;
  }
  .review_txt span {
    width: 320px;
  }
  .rev3 {
    margin-top: 25px;
  }
  .rev3:before {
    width: 30px;
    height: 30px;
    background-size: 100%;
    right: 30px;
    top: 30px;
  }
  .review_txt {
    top: 30px;
  }
  .rev2 {
    margin-top: 30px;
  }
  .pc_review .cmn_tit + p {
    font-size: 20px;
    line-height: 27px;
  }

  .banner-timer {
    padding-left: 30px !important;
  }
}


.cmn_tit .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: -15px;
  margin-left: 9px;
  background: #1786F1;
  user-select: none;
}
.pc_video .dot {
  background: #fff;
}
.pass .cmn_tit .dot {
  margin-left: 70px;
}
.cnt_16 span.dot {
  margin-left: 24px;
}
.pc_review .cmn_tit .dot {
  margin-left: 3px;
}