@charset "UTF-8";
/* ============================================================================
   config.scss  —  똑똑수학 공통 디자인 토큰 (Single Source of Truth)
   ----------------------------------------------------------------------------
   · 색상 / 버튼 치수 / 폰트 / breakpoint 등 "여러 파일에서 공통으로 쓰이는 값"을
     이 파일 한 곳에서만 정의합니다.
   · 각 scss 파일 최상단에서  @import 'config';  로 불러와 사용합니다.
   ※ 색상 토큰 접두사는 $c- 로 통일 (각 파일의 로컬 변수명과 충돌 방지)
   ============================================================================ */
/* ── 브랜드 · 퍼플 (2025 기존) ──────────────────────────────────────────── */
/* ── 브랜드 · 인디고 (버튼/포인트) ──────────────────────────────────────── */
/* ── 브랜드 · 바이올렛 (2026 리뉴얼 메인) ───────────────────────────────── */
/* ── 브랜드 · 보라 틴트(보조) ───────────────────────────────────────────── */
/* ── 액센트 ────────────────────────────────────────────────────────────── */
/* ── gray ────────────────────────────────────────────────────────────── */
/* ── 버튼 치수 · 폰트 토큰 ─────────────────────────────────────────────── */
/* ── 공통 믹스인 ───────────────────────────────────────────────────────── */
/* ── 반응형 breakpoint (신규 작업용 표준값) ────────────────────────────────
   ※ 기존 미디어쿼리는 값이 제각각(1200/1440/770/768/500/640…)이라 자동 치환하지
      않았습니다. 앞으로 새로 작성하는 반응형은 아래 믹스인 사용을 권장합니다.
      예)  @include respond-to($bp-sm) { ... }   또는   @include respond-to(600px) { ... }
   ------------------------------------------------------------------------- */
/* ==========================================================================
   로그인
   ========================================================================== */
.login_wrap {
  width: 100%;
  background: #eaeeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  margin-top: -20px;
}

.login_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  background: #fff;
  border: 1px solid #c1c5e1;
  border-radius: 10px;
  width: 540px;
}
.login_box h2 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin: 35px 0 25px;
  color: #333;
}
.login_box h2 span {
  display: block;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  word-break: keep-all;
}
.login_box .text {
  width: 100%;
  padding: 4px 10px;
  line-height: 45px;
  height: 45px;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin-bottom: 10px;
}
.login_box .btn_login {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #865dd5;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login_box .input_code {
  margin: 30px 0 60px;
}
.login_box .btn_school_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_box .btn_school_login a {
  margin: 0 10px;
}
.login_box .btn_school_login .btn_reenter {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #5743cb;
  color: #fff;
  font-size: 18px;
  padding: 0 30px !important;
}
.login_box .btn_school_login .btn_next {
  height: 50px;
  border-radius: 5px;
  background: #6a6a6a;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
.login_box .btn_school_login .on {
  background: #0095da;
}

/* ==========================================================================
   로그인 탭
   ========================================================================== */
.tab_login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #333;
}
.tab_login li {
  width: 50%;
}
.tab_login li a {
  padding: 10px 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
  color: #323232;
}
.tab_login li a.on {
  color: #fff;
  background: #865dd5;
  position: relative;
  z-index: 10;
}
.tab_login li a.on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  z-index: 1;
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  background: #865dd5;
}
.tab_login li:last-of-type a {
  border-right: 1px solid #ddd;
}

/* ==========================================================================
   아이디/비번 찾기 및 회원가입 링크
   ========================================================================== */
.find_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.find_btn a {
  display: block;
  width: 32%;
  text-align: center;
  height: 30px;
  position: relative;
  padding: 5px 15px;
  color: #333;
}
.find_btn a:nth-child(2) {
  width: 38%;
}
.find_btn a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}
.find_btn a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #dbdbdb;
}
.find_btn a:hover {
  color: #865dd5;
}

/* ==========================================================================
   소셜 로그인
   ========================================================================== */
.social_wrap3 {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 0 15px;
}
.social_wrap3 p {
  text-align: center;
  color: #333;
  margin: 15px 0;
}
.social_wrap3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto;
}
.social_wrap3 div a {
  display: block;
  width: 33.3%;
  text-align: center;
  position: relative;
}
.social_wrap3 div a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}
.social_wrap3 div a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #d5d4d4;
}
.social_wrap3 div a img {
  width: 40px;
}

.social_wrap2 {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 0 15px;
}
.social_wrap2 p {
  text-align: center;
  color: #333;
  margin: 15px 0;
}
.social_wrap2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto;
}
.social_wrap2 div a {
  display: block;
  width: 50%;
  text-align: center;
  position: relative;
}
.social_wrap2 div a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}
.social_wrap2 div a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #d5d4d4;
}
.social_wrap2 div a img {
  width: 40px;
}

.social_wrap1 {
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 0 15px;
}
.social_wrap1 p {
  text-align: center;
  color: #333;
  margin: 15px 0;
}
.social_wrap1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto;
}
.social_wrap1 div a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.social_wrap1 div a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
}
.social_wrap1 div a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #d5d4d4;
}
.social_wrap1 div a img {
  width: 40px;
}

/* ==========================================================================
   회원가입
   ========================================================================== */
.join_wrap {
  width: 100%;
  background: #eaeeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  margin-top: -20px;
} /*20260701 회원가입,비번찾기, 아이디찾기 상당여백 삭제*/
.join_box {
  width: 100%;
  max-width: 1500px;
  min-height: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
} /*20260701 border 삭제*/
/* ==========================================================================
   회원가입 유형 선택
   ========================================================================== */
.join_tit {
  width: 100%;
  background: #865dd5;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 14px 0;
}

.join_txt {
  font-size: 24px;
  text-align: center;
  padding: 30px;
  word-break: keep-all;
}

.join_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin: 30px auto;
}
.join_type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.join_type a .icon {
  background: #f5f5f5;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.join_type a .icon > img {
  width: 250px;
  height: 250px;
}
.join_type a .name {
  color: #2c2c2c;
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
.join_type a .desc {
  color: #8f8f8f;
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
}
.join_type a:hover .icon, .join_type a.active .icon {
  background: #865dd5;
}
.join_type a:hover .name, .join_type a:hover .desc, .join_type a.active .name, .join_type a.active .desc {
  color: #865dd5 !important;
}

/* 선생님 유형 추가 (20260423) */
.teacher_sub_selection {
  margin: 50px 20px;
  text-align: center;
  -webkit-animation: fadeIn 0.4s ease-out;
          animation: fadeIn 0.4s ease-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tea_sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #3c3c3c;
  font-weight: bold;
}
.tea_sub_title::before, .tea_sub_title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #d1d5db;
}
.tea_sub_title span {
  padding: 0 20px;
  font-size: 24px;
}

.sub_type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 80px;
}

.sub_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f5ff;
  border: 1px solid #e9e5f7;
  border-radius: 20px;
  padding: 30px 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_item:hover {
  border-color: #865dd5;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sub_icon img {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}

.sub_name {
  font-size: 20px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 10px;
}

.sub_desc {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.4;
}

/* 20260629 선생님 유형 반응형 추가 */
@media (max-width: 700px) {
  .sub_type_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub_type_list .sub_item {
    padding: 10px 15px;
    gap: 5px;
  }
  .sub_type_list .sub_item .sub_icon img {
    margin-bottom: 5px;
  }
  .join_box {
    border-radius: 10px;
  }
  .join_tit {
    border-radius: 10px 10px 0 0;
  }
}
/* ==========================================================================
   회원가입 프로그레스바
   ========================================================================== */
.join_process_top {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 50px auto;
}
.join_process_top .line {
  height: 2px;
  background: #dcdcdc;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.join_process_top .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.join_process_top .item .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dcdcdc;
  position: relative;
}
.join_process_top .item .circle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.join_process_top .item .txt {
  color: #c4c4c4;
  text-align: center;
  word-break: keep-all;
  margin-top: 10px;
}
.join_process_top .item.on .circle {
  background: #865dd5;
}
.join_process_top .item.on .txt {
  color: #865dd5;
}
.join_process_top .item.active .process-text {
  color: #f90;
}

/* ==========================================================================
   스크롤 커스텀 / 이용약관 / 개인정보처리방침
   ========================================================================== */
.scroll_area::-webkit-scrollbar {
  width: 8px;
}
.scroll_area::-webkit-scrollbar-thumb {
  height: 30%;
  background: #865dd5;
  border-radius: 20px;
}
.scroll_area::-webkit-scrollbar-track {
  background: #e5e5e5;
}

.sub_content.pt30 {
  padding-top: 30px;
}

.fb-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fb-between h3 {
  margin-bottom: 0;
}
.fb-between .select_wrap {
  padding: 0;
  margin-bottom: 10px;
}

.label {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.box .scroll_area {
  width: 100%;
  height: 900px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 20px;
} /*20260629 스크롤 높이 900으로 수정*/
.terms-text * {
  color: #333;
}
.terms-text > h4 {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  line-height: normal;
  height: auto;
  font-size: 22px;
  color: #333;
}
.terms-text h5 {
  font-size: 20px;
  line-height: 2;
  margin-top: 15px;
}
.terms-text h5 img {
  margin-right: 6px;
}
.terms-text h6 {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}
.terms-text p {
  line-height: 2;
  margin-top: 10px;
}
.terms-text pre {
  white-space-collapse: collapse;
}
.terms-text strong {
  font-size: 18px;
}
.terms-text table {
  margin: 20px auto;
  width: 100%;
}

.img_table {
  margin: 20px auto;
}
.img_table > tbody > tr > td {
  border: 1px dashed black;
  padding: 5px 15px;
  text-align: center;
  width: 180px !important;
}

.privacy_policy_table_rest_tr > td {
  text-align: left;
  width: 50%;
  padding: 1px !important;
  border-top: none !important;
  cursor: text;
}

.privacy_policy_table_first_tr > td {
  text-align: center;
  padding: 1px !important;
  border-bottom: 1px dashed #ccc !important;
  border-top: none !important;
  cursor: text;
}

.privacy_policy_table_last_tr > td {
  text-align: left;
  width: 50%;
  padding: 1px !important;
  border-bottom: 1px dashed #ccc !important;
  border-top: none !important;
  cursor: text;
}

.privacy_policy_table_rest_tr > td > img,
.privacy_policy_table_last_tr > td > img {
  max-width: 5%;
  vertical-align: middle;
}

/* ==========================================================================
   테이블 (목록용)
   ========================================================================== */
.tbl_area {
  width: 100%;
  border-top: 2px solid #865dd5;
  border-bottom: 1px solid #958ebf;
  text-align: center;
}
.tbl_area th {
  font-size: 18px;
  background: #eef1fe;
  color: #4d399c;
  border: 1px solid #b4bad6;
  line-height: 17px;
  padding: 8px 5px 3px;
  height: 50px;
}
.tbl_area td {
  padding: 7px 14px 5px;
  height: 40px;
  border: 1px solid #ddd;
  color: #666;
}

/* ==========================================================================
   약관동의
   ========================================================================== */
.agree_wrapper {
  padding: 30px;
}
.agree_wrapper button {
  padding: 10px 60px !important;
  font-size: 24px;
  margin: 0 10px;
}
.agree_wrapper button.mail {
  width: auto;
  font-size: 18px;
  padding: 6px 50px !important;
}

.agree_wrap {
  width: 100%;
  padding: 20px;
}

.agree_title {
  font-size: 26px;
  font-weight: 700;
  color: #865dd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 10px;
}
.agree_title div {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.agree_title:last-of-type {
  margin-top: 30px;
}

.agree_box {
  overflow: hidden;
  overflow-y: auto;
  height: 300px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.agree_check {
  margin: 15px 0 0;
  padding-left: 10px;
}
.agree_check.bg {
  background: #efefef;
  padding: 20px 10px;
  margin-top: 30px;
}
.agree_check input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.agree_check input[type=checkbox] + label {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}

.agree_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaeeff;
  font-size: 22px;
  color: #333;
  padding: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.agree_info span {
  color: #865dd5;
}
.agree_info span.finish_date {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  color: #666;
  font-weight: normal;
}
.agree_info button {
  width: 150px !important;
  height: 45px !important;
  line-height: 49px !important;
  font-size: 22px !important;
  margin: 0 0 0 10px !important;
}

.agree_txt {
  padding-top: 15px;
}

/* ==========================================================================
   체크박스 전역 스타일
   ========================================================================== */
input[type=checkbox] {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
input[type=checkbox] + label {
  padding: 0 0 0 8px;
  font-size: 26px;
  font-weight: 300;
  line-height: 22px;
  vertical-align: top;
  color: #222;
}

/* ==========================================================================
   인증
   ========================================================================== */
/* 20260629 중간정렬 */
.certify_box {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certify_box .info_desc01 {
  font-size: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  word-break: keep-all;
}
.certify_box .info_desc02 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  padding: 10px 0;
  word-break: keep-all;
}
.certify_box .info_desc02 span {
  color: #2457FF;
  line-height: 1.6;
}
.certify_box .info_desc03 {
  font-size: 18px;
  padding: 10px 0;
  line-height: 25px;
  word-break: keep-all;
}
.certify_box .info_desc04 {
  font-size: 18px;
  padding: 10px 0 30px;
  line-height: 25px;
  word-break: keep-all;
  color: #0E5DC9;
}
.certify_box ul {
  max-width: 500px;
  margin: 20px auto;
}
.certify_box ul.top_line {
  padding-top: 40px;
  border-top: 1px dashed #e5e5e5;
}
.certify_box ul li {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}
.certify_box .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #efefef;
  margin: 20px auto;
}
.certify_box .phone img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.certify_box button {
  margin: 30px 0;
}
.certify_box button:nth-of-type(2) {
  margin-left: 5px;
}
.certify_box .img_send_mail {
  margin: 50px 0;
  width: 90%;
  max-width: 400px;
}
.certify_box .info-important {
  font-weight: 700;
}

/* ==========================================================================
   회원정보 입력 테이블
   ========================================================================== */
.tbl_wrap {
  margin-bottom: 30px;
}

.tbl_form {
  margin: 10px auto 0;
  width: 100%;
  border-top: 2px solid #865dd5;
}
.tbl_form td, .tbl_form th {
  padding: 12px 20px;
}
.tbl_form th {
  background-color: #eaeeff;
  color: #4d399c;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
}
.tbl_form th .essential {
  color: #e40000;
  margin-right: 4px;
}
.tbl_form th label {
  color: #4d399c;
  font-weight: 500;
  font-size: 18px;
}
.tbl_form th { /*20260703 회원정보수정 th통일*/ }
.tbl_form tr {
  border-bottom: 1px solid #ddd;
}
.tbl_form button {
  min-width: 100px;
  width: auto;
  margin: 0 0 0 10px;
  padding: 8px 20px !important;
  font-size: 16px !important;
}
.tbl_form td .wfull {
  width: 100%;
}
.tbl_form td .whalf {
  width: 50%;
}
.tbl_form .summary {
  position: relative;
  margin-top: 10px;
  color: #999;
  padding-left: 20px;
}
.tbl_form .summary::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tbl_form .summary .point_color {
  color: #4d399c;
}
.tbl_form textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.tbl_form colgroup col:first-of-type {
  width: 220px;
}

/* 오류개선의견 등록 게시판 */
.tbl_form2 {
  margin: 10px auto 0;
  width: 100%;
  border-top: 2px solid #865dd5;
}
.tbl_form2 td, .tbl_form2 th {
  padding: 12px 20px;
}
.tbl_form2 th {
  background-color: #eaeeff;
  color: #4d399c;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
}
.tbl_form2 th .essential {
  color: #e40000;
  margin-right: 4px;
}
.tbl_form2 th label {
  color: #4d399c;
  font-weight: 500;
  font-size: 18px;
}
.tbl_form2 th { /*20260703 회원정보수정 th통일*/ }
.tbl_form2 tr {
  border-bottom: 1px solid #ddd;
}
.tbl_form2 button {
  min-width: 100px;
  width: auto;
  margin: 0 0 0 10px;
  padding: 8px 20px !important;
  font-size: 16px !important;
}
.tbl_form2 td .wfull {
  width: 100%;
}
.tbl_form2 td .whalf {
  width: 50%;
}
.tbl_form2 .summary {
  position: relative;
  margin-top: 10px;
  color: #999;
  padding-left: 20px;
}
.tbl_form2 .summary::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tbl_form2 .summary .point_color {
  color: #4d399c;
}
.tbl_form2 textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.tbl_form2 th {
  width: 140px;
}

/* 공통 input 스타일 (member 페이지 전역) */
input[type=text], input[type=password], input[type=number], input[type=tel] {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 10px;
}
input[type=radio] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-right: 8px;
}
input[type=radio] ~ label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
input[type=text]:-moz-read-only {
  background-color: #f5f5f5;
  color: #666;
}
input[type=text]:read-only {
  background-color: #f5f5f5;
  color: #666;
}
input::-webkit-input-placeholder {
  color: #666 !important;
}
input::-moz-placeholder {
  color: #666 !important;
}
input:-ms-input-placeholder {
  color: #666 !important;
}
input::-ms-input-placeholder {
  color: #666 !important;
}
input::placeholder {
  color: #666 !important;
}

.email_wrap > span {
  margin: 0 6px;
}

/*20260629 이메일인증 버튼 정렬 수정보완*/
.tbl_form .email_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ==========================================================================
   소셜 텍스트 / 프로필 이미지 업로드
   ========================================================================== */
.social_txt {
  font-size: 16px;
  display: inline-block;
  width: auto;
  line-height: 40px;
}

.profile_input {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.profile_input img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.profile_input label {
  cursor: pointer;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.profile_input label span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 8px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.profile_input input {
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  top: -100px;
  left: 0;
}
.profile_input { /*20260703 파일찾기 안보아게 숨기기*/ }

/* 기본 프로필 사진 선택 모달: 5개씩 3줄 -> 7개씩 2줄 (20260728) */
#default-avatar-list .profile_input,
#default-avatar-list .profile_input label {
  width: 68px;
  height: 68px;
}
#default-avatar-list label {
  margin: 2px 6px 12px 6px;
}

/* 프로필 사진: 이미지 + 기본이미지선택 버튼 가로 배치 (20260723) */
.profile_edit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resign {
  margin: 20px 0;
  text-align: right;
}
.resign a {
  color: #e40000;
}

/* ==========================================================================
   국제학교 선생님 회원가입
   ========================================================================== */
.down.down {
  background: #865dd5;
  font-size: 18px;
  padding: 15px;
  border-radius: 7px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  word-break: keep-all;
}
.down span {
  color: yellow;
}

.box_keris {
  background: #efefef;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  border-radius: 5px;
}
.box_keris p {
  font-size: 14px;
  text-align: left;
  padding: 8px 0 0 20px;
  word-break: keep-all;
}
.box_keris .box_keris_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ==========================================================================
   비밀번호 찾기
   ========================================================================== */
.find_wrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.find_wrap > input {
  padding: 15px 10px 15px 45px;
  border-radius: 8px;
  border: 2px solid #ECECEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  background-color: #FFFFFF;
  font-family: NanumGothic;
  font-size: 16px;
  color: #000;
  margin-bottom: 14px;
  width: 100%;
  height: 55px;
  min-width: 340px;
}
.find_wrap > input:not(.readonly):focus {
  border-color: #9d93da;
}
.find_wrap > input::-webkit-input-placeholder {
  color: #c3c3c3;
}
.find_wrap > input::-moz-placeholder {
  color: #c3c3c3;
}
.find_wrap > input:-ms-input-placeholder {
  color: #c3c3c3;
}
.find_wrap > input::-ms-input-placeholder {
  color: #c3c3c3;
}
.find_wrap > input::placeholder {
  color: #c3c3c3;
}
.find_wrap span {
  content: "";
  display: block;
  left: 13px;
  top: 35%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.find_wrap { /*20260630 이메일 아이콘 위치변경*/ }
.find_wrap.email span {
  background-image: url("/resources/toctocmath/userImages/member/email-e40fc6c7c17202c1867f6e5ed86117a1.svg");
  width: 28px;
  height: 20px;
}
.find_wrap.email > input:not(.readonly):focus + span {
  background-image: url("/resources/toctocmath/userImages/member/email-active-b4db262a3357c296e5a2ef66cf714af1.svg");
}
.find_wrap.password span {
  background-image: url("/resources/toctocmath/userImages/member/password-09e549dc66c9ace0e2d761b2cf9ba855.svg");
  width: 22px;
  height: 28px;
}
.find_wrap.password > input:not(.readonly):focus + span {
  background-image: url("/resources/toctocmath/userImages/member/password-active-0b18817ed1c1f9c0671a83585f5d2e04.svg");
}

.txt_email {
  font-size: 25px;
  font-weight: 700;
  color: #ff7200;
  padding: 20px 10px;
  background: #efefef;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
}

/* ==========================================================================
   로딩 오버레이
   ========================================================================== */
.loading-container {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-container-state-hidden {
  display: none;
}
.loading-container > .loading-components {
  background-color: rgb(87, 67, 203);
  border-radius: 10px;
  font-size: 20px;
  color: white;
}
.loading-container > .loading-components > .loading-img {
  width: 30px;
  height: 30px;
  margin: 0 0 20px 0;
}

.loading-components {
  background-color: rgb(87, 67, 203);
  border-radius: 10px;
  font-size: 20px;
  color: white;
}

/* ==========================================================================
   에듀패스 로그인 버튼
   ========================================================================== */
.btn_edupass_login {
  width: 100%;
  height: 50px;
  line-height: 55px;
  border-radius: 5px;
  background: #071f63 url("/resources/toctocmath/userImages/member/edupass-1c405a721f008d94784ed7e067a108da.png") 50% center no-repeat;
  margin-bottom: 10px;
}

.search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ==========================================================================
   미디어 쿼리
   ========================================================================== */
@media (max-width: 1400px) {
  .join_wrap {
    padding: 60px 20px;
  }
}
@media (max-width: 1200px) {
  .login_wrap {
    padding: 20px;
    height: auto;
  }
  .join_wrap {
    height: auto;
    padding: 20px;
  }
  .join_box {
    min-height: auto;
  }
  .join_type {
    padding: 20px;
  }
  .join_type a .icon > img {
    width: 190px;
    height: 190px;
  }
  .join_type a .name {
    font-size: 28px;
  }
  .join_type a .desc {
    font-size: 16px;
  }
  .certify_box {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .agree_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .agree_info div {
    text-align: center;
  }
  .agree_info button {
    margin-top: 15px !important;
  }
}
@media (max-width: 770px) {
  .login_wrap {
    padding: 20px;
  }
  .login_box {
    width: 100%;
  }
  .join_type {
    margin: 0 auto 30px;
  }
  .join_type a .icon > img {
    width: 120px;
    height: 120px;
  }
  .join_type a .name {
    font-size: 20px;
  }
  .join_type a .desc {
    font-size: 14px;
  }
  .fb-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fb-between .select_wrap {
    width: 100%;
    text-align: left;
  }
  .fb-between .select_wrap .label {
    margin-left: 0;
  }
  .scroll_box_x {
    width: 100%;
    overflow-x: scroll;
  }
  .scroll_box_x .tbl_notice {
    width: 800px;
  }
  .scroll_box_x .tbl_notice tbody tr {
    display: table-row;
  }
  .agree_wrapper {
    padding: 15px;
  }
  .agree_wrap {
    padding: 10px;
  }
  .agree_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .agree_wrapper button {
    width: 150px;
    height: 45px;
    line-height: 50px;
    font-size: 18px;
    margin: 0 5px;
  }
  .certify_box .info_desc01 {
    font-size: 18px;
  }
  .certify_box .info_desc02 {
    font-size: 30px;
  }
  .certify_box .info_desc03 {
    font-size: 16px;
  }
  .certify_box ul li {
    padding-bottom: 10px;
  }
  .certify_box button {
    margin: 20px 0;
  }
  .tbl_form tbody tr th, .tbl_form tbody tr td {
    display: block;
    width: 100%;
  }
  .tbl_form button {
    width: auto;
  }
  .tbl_form .email_wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tbl_form input[type=text], .tbl_form input[type=password] {
    width: 100%;
  }
  .tbl_form .email_wrap input[type=text] {
    width: calc(80% - 16px);
  }
  .tbl_form { /*20260707 회원정보입력 이메일 반응형수정*/ }
  .tbl_form .email_wrap select {
    width: 90%;
  }
  .tbl_form .email_wrap button {
    width: 100%;
    margin: 10px 0 0;
    padding: 6px 20px !important;
    font-size: 18px;
  }
  .tbl_form .search_wrap input[type=text] {
    width: calc(100% - 135px);
  }
  .tbl_form .search_wrap button {
    width: auto;
    min-width: 120px;
    padding: 6px 20px !important;
    font-size: 18px;
    margin: 0 0 0 5px;
  }
  .tbl_form .summary {
    font-size: 14px;
  }
  .tbl_form2 tbody tr th, .tbl_form2 tbody tr td {
    display: block;
    width: 100%;
  }
  .tbl_form2 button {
    width: auto;
  }
  .tbl_form2 input[type=text], .tbl_form2 input[type=password] {
    width: 100%;
  }
  .tbl_form2 .email_wrap input[type=text] {
    width: calc(80% - 16px);
  }
  .tbl_form2 .email_wrap select {
    width: 90%;
  }
  .tbl_form2 .email_wrap button {
    width: 100%;
    margin: 10px 0 0;
    padding: 6px 20px !important;
    font-size: 18px;
  }
  .tbl_form2 .search_wrap input[type=text] {
    width: calc(100% - 135px);
  }
  .tbl_form2 .search_wrap button {
    width: auto;
    min-width: 120px;
    padding: 6px 20px !important;
    font-size: 18px;
    margin: 0 0 0 5px;
  }
  .tbl_form tbody tr th label, .tbl_form2 tbody tr th label, .tbl_form th, .tbl_form2 th {
    font-size: 16px;
  } /*th 반응형시 텍스트 사이즈 줄임*/
  .down {
    margin-top: 10px;
  }
  .box_keris {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding: 10px;
  }
  .box_keris p {
    padding: 15px 5px 10px;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .login_box {
    padding: 15px;
  }
  .login_box h2 {
    font-size: 24px;
    margin: 30px 0 20px;
  }
  .login_box h2 span {
    font-size: 16px;
  }
  .login_box .text {
    line-height: 34px;
    font-size: 14px;
  }
  .login_box .btn_school_login {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login_box .btn_school_login a {
    margin-bottom: 10px;
  }
  .tab_login li a {
    font-size: 16px;
  }
  .find_btn a {
    font-size: 14px;
    padding: 0 3px;
  }
  .social_wrap div {
    width: 80%;
  }
  .join_tit {
    font-size: 24px;
    padding: 10px 0;
  }
  .join_txt {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .join_type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    margin-bottom: 10px;
  }
  .join_type a {
    height: 100px;
    border-bottom: 1px solid #ddd;
  }
  .join_type a:last-child {
    border-bottom: none;
  }
  .join_type a .icon {
    left: 0;
    top: 10px;
    position: absolute;
  }
  .join_type a .icon > img {
    width: 80px;
    height: 80px;
  }
  .join_type a .name {
    padding-left: 100px;
    width: 100%;
    text-align: left;
    margin: 27px 0 5px;
  }
  .join_type a .desc {
    padding-left: 100px;
    width: 100%;
    text-align: left;
  }
  .img_table > tbody > tr > td {
    padding: 8px;
  }
  .img_table > tbody > tr > td img {
    width: 50%;
    margin-bottom: 10px;
  }
  .agree_wrapper {
    padding: 10px;
  }
  .agree_wrapper button {
    width: auto;
    padding: 0 30px;
  }
  .agree_wrapper button.mail {
    font-size: 16px;
  }
  .agree_wrap {
    padding: 5px;
  }
  .agree_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .agree_check input[type=checkbox] + label {
    font-size: 16px;
  }
  .agree_info {
    font-size: 18px;
  }
  .agree_info span.finish_date {
    font-size: 14px;
  }
  .agree_info button {
    width: 100% !important;
    margin: 10px 0 0 !important;
    font-size: 18px !important;
    height: 40px !important;
    line-height: 44px !important;
  }
  .certify_box {
    padding: 15px;
  }
  .certify_box .info_desc01 {
    font-size: 14px;
    padding: 10px 5px;
  }
  .certify_box .info_desc02 {
    font-size: 22px;
  }
  .certify_box .info_desc03 {
    font-size: 14px;
  }
  .certify_box .phone {
    width: 100px;
    height: 100px;
    margin: 10px auto;
  }
  .certify_box .phone img {
    max-width: 80%;
    max-height: 80%;
  }
  .certify_box ul {
    margin: 10px auto;
  }
  .certify_box ul li {
    font-size: 14px;
  }
  .certify_box button {
    margin: 15px 0;
  }
  .certify_box button.m_full {
    width: 100%;
    margin: 5px 0;
  }
  .tbl_form .search_wrap input[type=text], .tbl_form2 .search_wrap input[type=text] {
    width: 100%;
  }
  .tbl_form .search_wrap button, .tbl_form2 .search_wrap button {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .tbl_form, .tbl_form2 {
    /*20260708 select반응형시 하단 여백없음*/
  }
  .tbl_form td > select, .tbl_form2 td > select {
    margin-bottom: 5px;
  }
  .find_wrap > input {
    min-width: 100%;
  } /*20260701 반응형추가 */
  .find_wrap > input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .find_wrap > input::-moz-placeholder {
    font-size: 14px;
  }
  .find_wrap > input:-ms-input-placeholder {
    font-size: 14px;
  }
  .find_wrap > input::-ms-input-placeholder {
    font-size: 14px;
  }
  .find_wrap > input::placeholder {
    font-size: 14px;
  }
  .search_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  } /*20260630 나의정보수정 버튼줄바꿈*/
}