@charset "utf-8";


/* 데스크탑 */
@media (min-width:1000px){  


/* 데스크탑 설정 */
@media (hover: hover) and (pointer: fine) {
  .c_check__accent:hover {
    color: #c83a00;
  }
}


@media (hover: hover) and (pointer: fine) {
  .c_btn--primary:hover {
    background: #d63c00;
    transform: translateY(1px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  }
}


@media (hover: hover) and (pointer: fine) {  .c_btn--dark:hover { background: #555555;  }
}


@keyframes c_btn_spinner {
  to {
    transform: rotate(360deg);
  }
}


@media (hover: hover) and (pointer: fine) {
  .enroll_cta__button:hover {
    background: #d63c00;
    transform: translateY(1px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  }
}

.enroll_cta__button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


.enroll_cta__button:disabled,
.enroll_cta__button.is_disabled {
  background: #5a5a5a;
  color: #ffffff;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}


.cta_button {
  padding: 12px 78px;
  border-radius: 10px;
  transition: all 0.2s ease;  
  gap: 6px;  
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}


.cta_button_icon {
  width: 26px;
  height: 26px;
  animation: search_icon_float_circle 2.0s linear infinite;
}

@keyframes search_icon_float_circle {
  0%      { transform: translate(2.00px, 0.00px); }
  3.125%  { transform: translate(1.96px, 0.39px); }
  6.25%   { transform: translate(1.85px, 0.77px); }
  9.375%  { transform: translate(1.66px, 1.11px); }
  12.5%   { transform: translate(1.41px, 1.41px); }
  15.625% { transform: translate(1.11px, 1.66px); }
  18.75%  { transform: translate(0.77px, 1.85px); }
  21.875% { transform: translate(0.39px, 1.96px); }
  25%     { transform: translate(0.00px, 2.00px); }
  28.125% { transform: translate(-0.39px, 1.96px); }
  31.25%  { transform: translate(-0.77px, 1.85px); }
  34.375% { transform: translate(-1.11px, 1.66px); }
  37.5%   { transform: translate(-1.41px, 1.41px); }
  40.625% { transform: translate(-1.66px, 1.11px); }
  43.75%  { transform: translate(-1.85px, 0.77px); }
  46.875% { transform: translate(-1.96px, 0.39px); }
  50%     { transform: translate(-2.00px, 0.00px); }
  53.125% { transform: translate(-1.96px, -0.39px); }
  56.25%  { transform: translate(-1.85px, -0.77px); }
  59.375% { transform: translate(-1.66px, -1.11px); }
  62.5%   { transform: translate(-1.41px, -1.41px); }
  65.625% { transform: translate(-1.11px, -1.66px); }
  68.75%  { transform: translate(-0.77px, -1.85px); }
  71.875% { transform: translate(-0.39px, -1.96px); }
  75%     { transform: translate(0.00px, -2.00px); }
  78.125% { transform: translate(0.39px, -1.96px); }
  81.25%  { transform: translate(0.77px, -1.85px); }
  84.375% { transform: translate(1.11px, -1.66px); }
  87.5%   { transform: translate(1.41px, -1.41px); }
  90.625% { transform: translate(1.66px, -1.11px); }
  93.75%  { transform: translate(1.85px, -0.77px); }
  96.875% { transform: translate(1.96px, -0.39px); }
  100%    { transform: translate(2.00px, 0.00px); }
}

/* hover 가능한 디바이스만 */
@media (hover: hover) and (pointer: fine) {
  .cta_button:hover {
    transform: translateY(1px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }

  .cta_button__yellow:hover {
  background:var(--color-yellow-hover);
}

.cta_button__orange:hover {
  background:var(--color-orange-hover);
}
}


.cta_button:disabled,
.cta_button.is_disabled {
  background: var(--color-black6);
  color: var(--color-white);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.cta_btn__arrow {
  font-size:36px;  
  line-height: 1px;
  top:-1px;
}


/* 결제정보 테이블 - 결제하기 버튼 */
.payment_btn {
  min-width: 100px;
  height: 40px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: var(--font-lg);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap; 
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


/* account */
.c_member__title { 
  font-size:var(--font-h5); 
  font-weight:var(--font-weight-m);
}



/* notice box - test, intro */
.info_notice { margin: 10px 0;}

.info_notice__box {  padding: 28px 32px 24px;}

.info_notice__heading {
  padding-left: 36px; /* 아이콘 자리 확보 */
  min-height: 24px;     /* 아이콘 높이만큼 확보 */
}


.info_notice__heading::before {
  left: 5px;
  top: 50%;
  width: 24px;
  height: 24px;
}


.info_notice__list li {
  font-size: var(--font-lg);
  padding-left: 23px; /* 아이콘 자리 확보 */
  min-height: 16px;     /* 아이콘 높이만큼 확보 */
}

.info_notice__list li::before {
  top: 4px;
  width: 16px;
  height: 16px;
}




  .c_form_box { max-width:740px; margin:0 auto; padding-top:48px; }
  .c_title_band { padding:8px 0; }
  .c_input { height:50px; padding:0 14px; }
  .c_radio_card__button { min-height:58px; font-size:var(--font-h5); }
  .c_radio_card__desc { font-size:var(--font-md); color:var(--color-error) }
  .c_auth_panel { padding:22px; display: none;}
  .c_auth_panel__row { display:grid; grid-template-columns:120px 1fr; align-items:center; gap:16px; }
  .c_auth_panel__row + .c_auth_panel__row { margin-top:16px; }
  .c_auth_panel__label { font-size:var(--font-lg); font-weight:var(--font-weight-b); }
  .c_auth_panel__actions { gap:10px; }
  .c_auth_btn { flex-basis:150px; min-height:50px; font-size:var(--font-lg); }
  .c_agree_box { margin-bottom: 30px; padding:18px 16px; }
  .c_check input { width:24px; height:24px; }
  .c_btn { min-height:72px; }
  .c_btn--kakao { min-height:50px; display: none; }

  .c_child_block {
    display: grid;
    grid-template-columns: 70px 1fr 140px 1fr;
    gap: 16px;
    align-items: start;
  }

  .c_child_block .c_form_label {
    margin-bottom: 0;
    padding-top: 8px;
  }

  .c_child_row {
    display: contents;
  }

  .c_child_phone_field {
    margin-top: 0;
  }

  
/* 텍스트 여백 보정 */
.check_list {
  margin: 10px auto;
}

.check_list li {
  padding-left: 26px;
  margin-bottom: 6px;
  font-size: var(--font-md);
}

/* 체크 아이콘 */
.check_list li::before {
  top: 4px;
}

/* 수강신청  CTA */
.enroll_cta { margin: 40px 0 20px 0}

.enroll_cta__inner { 
  /* 
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 10px;
  margin-top: 30px;
}

/* 버튼 영역만 가로 정렬 */
.enroll_cta__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.enroll_cta__bubble { font-size: var(--font-h4);}

.enroll_cta__arrow { font-size: var(--font-h2); }

.enroll_cta__button { 
  width: auto;
  min-width: 280px;
  max-width: 280px;
  padding: 12px 36px;
}


/*  empty- class */

.myclassroom_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myclassroom_empty__image {
  width: 160px;
  max-width: 100%;
  display: block;
  margin: 0 auto 28px;
}


/* 제목 */
.info_notice_profile_heading {
  margin-bottom: 8px;
  padding-left: 30px;
  font-weight: var(--font-weight-m);
}

/* 제목 아이콘 공통 */
.info_notice_profile_heading[class*="is_ic_"]::before {
  top: 6px;
  left: 3px;
  width: 21px;
  height: 21px;
}

/* 수상 이력 */
.info_notice_profile_heading.is_ic_award::before {
  width: 23px;
  height: 23px;
}

/* 체크 아이콘 */
.info_notice_profile_list li::before {
  font-size: 16px;
  top: 1px;
  left: 0;
}

/* 리스트 간격 */
.info_notice_profile_list li + li {
  margin-top: 9px;
}



/* =========================================
   two btn group
========================================= */

.two_button_group {
  display: none;
  gap: 20px;
}

.two_button_group.view {
  display: flex;
  width:500px;
  justify-content: center;
  margin: 0 auto;
  margin-top:36px
}

.two_button {
  min-height: 60px;
}


/* hover 가능한 디바이스만 */
@media (hover: hover) and (pointer: fine) {
  .two_button:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }

  .two_button:hover {
   transform: translateY(1px);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
}



/* =========================
   board
========================= */

/* search */
 .board_search {
    width: 36%;
    margin-left: auto; /* 오른쪽 정렬 */
  }

.board_search_btn {
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

@media (hover: hover) and (pointer: fine) {

  .board_search_btn:hover {
    background: #6f6f6f; /* 기존보다 살짝 진하게 */
  }

  .board_search_btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15) inset;
  }

} 

/* board list */

.board_table th,
.board_table td {
  padding: 12px 6px;
  font-size: var(--font-lg);
}

.board_table th:first-child,
.board_table td:first-child {
  padding-left: 36px;
  padding-right: 30px;
}

.board_table tbody tr {
  transition: background 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {

  .board_table tbody tr {
    transition: background 0.2s ease;
  }

  .board_table tbody tr:hover {
    background: #f7f5ff;
    cursor: pointer;
  }
  
  .board_table tbody tr:hover .board_title a {
    color: var(--color-purple);
  }

}

.board_view_info,
.board_view_content,
.board_view_answer {  
  padding: 20px 26px 24px;
}

.board_view_info p,
.board_view_content,
.board_view_answer_date,
.board_view_answer_content {
  font-size: var(--font-md);
}

.board_view_info {
    display: flex;
    align-items: center;
  }

.board_view_info p:first-child {
  margin-right: auto;
}

.board_view_info p:last-child {
  text-align: right;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board_pin {
  width: 17px;
  height: 17px;
  margin-right: 6px;
  vertical-align: -3px;
}

/* pagination */
.board_pagination {
  margin-top: 28px;
}

.board_page_num {  
  min-width: 24px;
  height: 24px;
}

@media (hover: hover) and (pointer: fine) {
  .board_page_num:hover {
    background: #f3f1fa;
  }

  .board_page_btn.is_disabled:hover::before,
  .board_page_btn:disabled:hover::before {
    border-color: #b4b4b4;
  }

  .board_view_file:hover {
  text-decoration: underline;
  color: var(--color-purple);
  }

}


/* board write */

/* input */
.board_input,
.board_file_name,
.board_file_btn {
  height: 50px;
}

.board_file_btn {
   padding: 0 30px;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

@media (hover: hover) and (pointer: fine) {

  .board_file_btn:hover {
    background: #6f6f6f; /* 기존보다 살짝 진하게 */
  }

  .board_file_btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15) inset;
  }

} 



/* 레이어 */

/* 휴대폰 전송 레이어 */
.myclass_layer_dialog {
  top: 50%;
  left: 50%;
  width: 460px;
  max-width: 460px;
  transform: translate(-50%, -50%);
}

/* 연기환불, board view  레이어 */
.myclass_layer_dialog.payment {
  width: 660px;
  max-width: 660px;
}

/* board view  레이어 */
.myclass_layer_dialog.board  {
  width: 800px;
  max-width: 800px;
}

.myclass_layer_body {
  padding: 26px 30px 28px;
}

.myclass_phone_label {
  min-height: 60px;
  padding: 0 20px;
}

.myclass_phone_name {
  flex: 0 0 80px;
  font-size: var(--font-lg);
}

.myclass_phone_number,
.myclass_phone_input {
  font-size: var(--font-lg);
}

.myclass_layer_btn_wrap {
  margin-top: 22px;
  gap: 16px;
}

.myclass_layer_btn {
  min-width: 110px;
  height: 42px;
  font-size: var(--font-h5);
}

/* 연기 레이어 */
.form_desc, .check_text {
  font-size: var(--font-md);
}

.input, textarea,
.textarea::placeholder,
.input::placeholder {
  font-size: var(--font-md);
}

@media (hover: hover) and (pointer: fine) {
  .myclass_layer_close:hover {
    opacity: 0.7;
  }
}


}