@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  word-break: keep-all;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 1;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li {
  list-style: none;
}

/* setting */
body {
  font-family: "SUIT", sans-serif;
  font-size: 18px;
  color: #444;
  letter-spacing: -1px;
      -webkit-tap-highlight-color: rgba(201, 224, 253, 0.3);
    -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
  overflow-y: scroll;
}

select,
input,
.input-inner-extra {
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden !important;
}

/* 260625 지사 추가관련  */
input[type="radio"] {appearance: auto;-webkit-appearance: radio;}
#branchCode:disabled {background-color: #f5f5f5 !important;color: #999;}
.join_branch p{font-size:15px;height:40px;line-height:40px;display:inline-block;}
.join_branch p:first-child{margin-right:20px;}
.join_branch input[type="text"]{margin-left:10px;border:1px solid #d0d0d0;height:30px;}
.join_branch input[type="radio"]{margin-right:5px;} 
/* a{
    cursor: none;
} */
  /* #doz_body {
    position: relative;
    cursor: none;
  }

  .pointer {
    z-index: 999999;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #96feff;
    border-radius: 100%;
    background:  url(/assets/img/cursor.svg);
    background-repeat: no-repeat;
    background-size: contain; 
    pointer-events: none;
    display: none;       
  } */

  @media screen and (max-width: 1200px) {
    .pointer {
      display: none !important;
    }
    #doz_body {
      cursor: auto;
    }
  }

/* 기본: 숨김 */
.mo {
  display: none;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .mo {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .pc {
    display: none;
  }
}

.quick_menu{
  position: fixed;
  right: clamp(3rem, 2.2304832714vw + 2.1635687732rem, 6rem);
  bottom: 6rem;
  z-index: 99;
}

/* 링 + 버튼을 같은 중심으로 정렬 */
.quick_ring{
  position: relative;
  width: clamp(9.2rem, 0.8921933086vw + 8.8654275093rem, 10.4rem);
  height: clamp(9.2rem, 0.8921933086vw + 8.8654275093rem, 10.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 회전 텍스트: 링 전체를 꽉 채움 */
.rotate-txt{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;     /* cover 말고 contain */
  animation: rotate 10s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* 버튼은 링 중앙 */
.quick_menu .top_btn{
  position: relative;
  z-index: 1;
  width: clamp(5.2rem, 0.8921933086vw + 4.8654275093rem, 6.4rem);
  height: clamp(5.2rem, 0.8921933086vw + 4.8654275093rem, 6.4rem);
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
  overflow: hidden; /* 버튼 내부 효과용이면 OK */
}

/* ✅ 여기 오타 수정: 공백 빼야 함 */
.quick_menu .top_btn::after{
  content:"";
  background-image:url(/assets/img/top_arrow.svg);
  width: 1.6rem;
  height: 1.9rem;
  background-size: cover;
  display:block;
  position:absolute;
  bottom: -2.5rem;   /* 원하는 연출로 조절 */
  transition: all 0.3s;
}

.quick_menu .top_btn i{
  background-image:url(/assets/img/top_arrow.svg);
  width: 1.6rem;
  height: 1.9rem;
  background-size: contain;
  display:block;
  position:relative;
  bottom:0;
}

.quick_menu .top_btn:hover i,
.quick_menu .top_btn:hover::after{
  transform: translateY(-4rem);
  transition: all 0.6s;
}


/* 모바일 크기 조정 */
@media (max-width: 544px){
  .quick_ring{
    width: 7.8rem;
    height: 7.8rem;
  }
  .quick_menu .top_btn{
    width: 4.4rem;
    height: 4.4rem;
  }
}

@keyframes rotate{
  0%{ transform: rotate(0); }
  100%{ transform: rotate(360deg); }
}

.bg_gray {
  background: #f8f9fa;
}

.tit h2 {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .tit h2 {
    font-size: 45.716px;
  }
}
.tit p {
  margin-top: 30px;
  font-weight: 300;
  color: #888;
  font-size: 22px;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .tit p {
    font-size: 22.714px;
    margin-top: 30.43px;
    line-height: 1.3;
  }
}
.tit p span {
  color: #4A71D5;
  font-weight: 700;
}
.tit strong {
  font-weight: 700;
}

/* ::-webkit-scrollbar {
  display: none;
} */

/* body {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

.wrap {
  width: 100%;}
.wrap .header {
  min-width: 1024px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  height: 72px;
  transition: ease-in 0.1s;
  background: transparent;
  box-shadow: none;
  color: #333;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .wrap .header {
    min-width: initial;
    padding: 0 28.8px;
    width: 100%;
  }
  .hero-section {
    min-width: initial;
  }
}
/* 기본 숨김 */
.student_wrap .depth2 { 
  display: none !important;
}

/* 부모(학습하기+depth2를 감싸는 div)에 hover면 열기 */
.student_wrap > div:hover .depth2 {
  display: flex !important;
}

.wrap .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.wrap .header .container .logo {
  width: 120px;
  height: 30px;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .wrap .header .container .logo {
    width: 120px;
    height: auto;
  }
}

.wrap .header .container .gnb {
  height: 100%;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .wrap .header .container .gnb {
    display: none;
  }
}
.wrap .header .container .gnb .menu {
  transition: all 0.1s;
}
.wrap .header .container .gnb .menu_wrap {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 82px;
}
.wrap .header .container .gnb .menu_wrap .aclass {
  position: relative;
}
.wrap .header .container .gnb .menu_wrap li {
  font-size: 20px;
  height: 100%;
}
.wrap .header .container .gnb .menu_wrap li a,
.wrap .header .container .gnb .menu_wrap li .aclass {
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .header .container .gnb .depth {
  width: 210px;
  position: absolute;
  top: 70px;
  left: -75%;
  display: none;
  flex-direction: column;
  gap: 35px;
  background-color: #fff;
  padding: 30px 0px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}
.wrap .header .container .gnb div.aclass:hover .depth {
  display: flex;
}
.wrap .header .container .gnb .depth li a {
  font-weight: 500;
  font-size: 15px;
  word-break: keep-all;
  text-align: center;
}
.wrap .header .container .gnb .depth li a:hover {
  background: linear-gradient(to right, #0f8df6, #2ee2be);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.wrap .header .container .btn_wrap {
  display: flex;
  align-items: center;
  gap: 44px;
  font-weight: 700;
  font-size: 20px;
}
.wrap .header .container .btn_wrap .join {
  padding: 13px 18px;
  border-radius: 50px;
}

.wrap .header .container .btn_wrap .join:hover {
  background: linear-gradient(to right, #0f8df6, #2ee2be);
  color: #fff;
}
.wrap .header .container .btn_wrap .myclass {
    position: relative;
}
.wrap .header .container .btn_wrap .myclass:hover p {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.wrap .header .container .btn_wrap .myclass:hover span  {
    display: block;
    /* width: 120px; */
    width:160px;
    height: 55px;
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid transparent;
    border-radius: 50px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #0f8df6, #2ee2be);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.wrap .header .container .btn_wrap .myclass p {
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    color: #fff;
    width: 160px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.wrap .header .container .btn_wrap .myclass span {
  background: linear-gradient(to right, #0f8df6, #2ee2be);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 50px;
  background-image: linear-gradient(to right, #0f8df6, #2ee2be);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

@media (max-width: 1023px) and (min-width: 280px) {
  .wrap .header .container .btn_wrap {
    display: none;
  }
}
.wrap .header .container .ham {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
  z-index: 3;
  position: relative;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .wrap .header .container .ham {
    display: block;
    z-index: 9999;
  }
  .wrap .header .container .ham .btn_wrap .join {
      padding: 0;
    margin-left: 0;
    }

    .wrap .header .container .ham .btn_wrap .myclass {
        padding: 7px 10px;
        margin-left: 0;
    }
}
.wrap .header .container .ham .menu_btn_close {
  position: absolute;
  right: 28px;
  top: 20px;
  width: 30px;
  height: 30px;
    z-index: 9999 !important;
}
.wrap .header .container .ham .btn_wrap {
  display: flex;
  padding: 10px 0 25px;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 0px;
}
.wrap .header .container .ham .btn_wrap .join {
    margin-left: 10px;
}
.wrap .header .container .ham .btn_wrap .join:hover {
    color: initial;
    background: initial;
}


.wrap .header .container .ham .inner {
  display: none;
  background: #f3f6f9;
  width: calc(100% + 50px);
  padding: 20px 30px;
  left: -30px;
  position: relative;
}
.wrap .header .container .ham .inner li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  color: #888;
}
.wrap .header .container .ham .inner li:last-child {
  margin-bottom: 0;
}
.wrap .header .container .ham .menu_list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.wrap .header .container .ham .menu_list > li {
  display: inline-table;
  font-size: 20px;
  font-weight: 800;
}
.wrap .header .container .ham .menu_list > li:first-child,.wrap .header .container .ham .menu_list > li.edu_tab {
  background-image: url(/assets/img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 20px;
  background-size: 18px;
}
.wrap .header .container .ham .menu_list > li > a {
  height: 60px;
  display: flex;
  align-items: center;
}
.wrap .header .container .ham .menu_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  
color: #333;
}
.wrap .header .container .ham .menu_wrap .menu_cont {
  width: 100%;
  height: 95%;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
  padding: 21px 20px 20px 28.5px;
}
/* 햄버거 버튼은 항상 위 */
.wrap .header .ham {
  position: relative;
  z-index: 100000;
}

/* 패널은 버튼보다 살짝 아래/위는 너 취향 */
.wrap .header .ham > .menu_wrap {
  z-index: 99999;
}
.wrap .header.is-white {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(153,153,153,0.1);
  color: #333 !important;
}
/* 헤더가 화이트 모드면 검정 햄버거로 */
.wrap .header.is-white .ham .menu_btn img {
  content: url('/assets/img/ham_b.svg'); /* 검정 아이콘 준비 */
}

.wrap .header.is-white .container .btn_wrap .myclass:hover p{width:160px;} 


.footer {
  border-top: 1px solid #ddd;
  position: relative;
}
.footer .logo {
  width: 140px;
  opacity: 0.75;
}
.footer .logo img {
  width: 100%;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .footer {
    min-width: initial;
    padding: 0 20px;
  }
}
.footer .container {
  padding: 50px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    padding: 49.997px 0;
    gap: 58.399px;
  }
}
.footer .container .fnb {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .footer .container .fnb {
    text-align: center;
    gap: 30.002px;
  }
}
.footer .container .fnb nav {
  display: flex;
  gap: 30px;
  color: #999;
  font-size: 18px;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .footer .container .fnb nav {
    justify-content: center;
    gap: 30.002px;
    font-size: 18px;
  }
}
.footer .container .fnb nav strong {
  font-weight: 800;
}
.footer .container .fnb_info {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (max-width: 1023px) and (min-width: 280px) {
  .footer .container .fnb_info {
    font-size: 14.998px;
  }


  /* 260406 수정 */
  .wrap .header .container .ham .btn_wrap .myclass{padding:0 0;}
  .wrap .header .container .btn_wrap{gap:10px;justify-content: space-between;}
  .wrap .header .container .btn_wrap .myclass p,.wrap .header .container .btn_wrap .myclass:hover span{width:140px;}
  .wrap .header .container .ham .btn_wrap, .wrap .header .container .btn_wrap .myclass:hover p{font-size:18px;}
  






}

.btn_wrap .student_wrap > div {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.btn_wrap .student_wrap .study {
  background: linear-gradient(to right, #0f8df6, #2ee2be);
  color: #fff;
  padding: 15px 25px;
  border-radius: 40px;
}
.btn_wrap .student_wrap .study:hover {
  color: #444;
  background: none;
}
.btn_wrap .student_wrap .depth2 {
  width: 250px;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 35px;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}
.btn_wrap .student_wrap .depth2 li a {
    font-weight: 500;
    font-size: 18px;
    word-break: keep-all;
    text-align: left;
    line-height: 1.3;
    display: block;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
        transition-property: transform;
            backface-visibility: hidden;
}
.btn_wrap .student_wrap .depth2 li:last-child a:after{
    display: none;
}
.btn_wrap .student_wrap .depth2 li a:hover:before{
    visibility: visible;
    transform: scaleX(1);
}
.btn_wrap .student_wrap .depth2 li a:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 90%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #c2fff1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}
.btn_wrap .student_wrap .depth2 li a:after{
    content: '';
    background-image: url(/assets/img/arrow-right-up.svg);
    width: 15px;
    height: 15px;
    opacity: 0.3;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    transform: rotate(10deg);
    right: 20px;
}


.student_wrap > div:has(.depth2:hover) .study {
  background: none;
  color: #444;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

