@charset "utf-8";
#course_register_page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


.mbskin p {
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.mbskin p strong {
  color: #1e5bb8;
  padding-bottom: 5px;
  display: block;
  font-size: 1.083em;
}

/* 버튼, 기본 테이블, 폼 (비어있는 선택자 통합 정리) */
.mbskin a.btn01,
.mbskin a.btn02,
.mbskin .btn_confirm,
.mbskin .btn_submit,
.mbskin .btn_cancel,
.mbskin .btn_frmline,
.mbskin .win_btn,
.mbskin .win_btn a,
.mbskin .win_btn button,
.mbskin .win_btn input,
.mbskin a.btn_b01,
.mbskin a.btn_b02,
.mbskin a.btn_admin {
}
.mbskin a.btn01:focus,
.mbskin a.btn01:hover,
.mbskin a.btn02:focus,
.mbskin .btn02:hover,
.mbskin a.btn_b01:focus,
.mbskin .btn_b01:hover,
.mbskin a.btn_b02:focus,
.mbskin .btn_b02:hover,
.mbskin a.btn_admin:focus,
.mbskin a.btn_admin:hover {
}
.mbskin .tbl_head01,
.mbskin .tbl_head01 caption,
.mbskin .tbl_head01 thead th,
.mbskin .tbl_head01 thead a,
.mbskin .tbl_head01 thead th input,
.mbskin .tbl_head01 tfoot th,
.mbskin .tbl_head01 tfoot td,
.mbskin .tbl_head01 tbody th,
.mbskin .tbl_head01 td,
.mbskin .tbl_head01 a,
.mbskin td.empty_table {
}
.mb_skin table,
.mb_skin caption,
.mb_skin .frm_info,
.mb_skin .frm_file,
.mbskin .tbl_frm01,
.mbskin .tbl_frm01 caption,
.mbskin .tbl_frm01 th,
.mbskin .tbl_frm01 td,
.mbskin .tbl_frm01 textarea,
.mbskin .frm_input,
.mbskin .tbl_frm01 a,
.mbskin .required,
.mbskin textarea.required {
}
.mbskin .td_board,
.mbskin .td_chk,
.mbskin .td_date,
.mbskin .td_datetime,
.mbskin .td_group,
.mbskin .td_mb_id,
.mbskin .td_mng,
.mbskin .td_name,
.mbskin .td_nick,
.mbskin .td_num,
.mbskin .td_numbig {
}

/* === 2. 회원가입 약관 & 입력 === */
#fregister {
  padding: 0 0 10px;
}
#fregister section {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 20px;
}
#fregister .chk_all {
  text-align: left;
  padding: 20px;
  font-size:16px;
  background: #f4f7fa;
  border: 1px solid #dae9df;
}
#fregister h2 {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  line-height: 1.7em;
  font-size: 1.167em;
}
#fregister textarea {
  display: block;
  padding: 15px;
  width: 100%;
  border: 0;
  background: #fff;
  height: 180px;
  line-height: 1.5em;
  color: #555;
}
.fregister_agree {
  border-top: 1px solid #eee;
  padding:  20px;
  line-height: 1.4;
  text-align: left;
  font-size: 16px
}
.fregister_agree label {
  display: inline-block;
  margin-right: 5px;
  font-size:16px
}
.custom_radio_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    box-sizing: border-box;
}

.custom_radio_wrap .custom_radio {
    display: inline-flex;
    align-items: center;
    margin: 0 24px 0 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.custom_radio_wrap .custom_radio input[type="radio"] {
    margin: 0 6px 0 0 !important; 
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
    vertical-align: middle;
}

.custom_radio_wrap .custom_radio .radio_txt {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    padding-top: 1px; 
}


.custom_radio_wrap .custom_radio input[type="radio"]:disabled,
.custom_radio_wrap .custom_radio input[type="radio"]:disabled + .radio_txt {
    cursor: not-allowed;
    opacity: 0.6;
}
#fregister p {
  border: 0;
  padding: 0 0 5px;
}
#fregister .btn_confirm {
  margin: 15px 0;
}
#fregister_private .tbl_head01 {
  padding: 20px;
  margin: 0;
}
#fregister_private .tbl_head01 caption {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  top: 0;
  color: #fff;
}
.register_inner {
  margin: 0 10px;
}
#fregisterform .form_01 {
  border: 1px solid #ececec;
  background: #fff;
  text-align: center;
  margin: 10px 0;
}

#fregisterform .form_01 ul {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
  clear: both;
  box-sizing: border-box;
}

#fregisterform .form_01 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
}
#fregisterform .member_form ul li{
	display: inline-block;
}
#fregisterform .form_01 ul li.align_top {
  align-items: flex-start;
}
#fregisterform .form_01 ul li .frm_label {
  width: 130px;
  font-weight: 600;
  color: #333;
  flex-shrink: 0;
}
#fregisterform .form_01 ul li .frm_data {
  flex: 1;
  min-width: 0;
}
#fregisterform .form_01 input[type="radio"] {
  width: auto;
}

#fregisterform .form_01 ul li.align_top .frm_label {
  margin-top: 20px;
}
#fregisterform .form_01 ul li .frm_data .inline_wrap,
#fregisterform .inline_wrap {
  display: flex;
  gap: 8px;
}
#fregisterform .form_01 ul li .frm_data .address_wrap input {
  margin-bottom: 8px;
}


#fregisterform textarea {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
}
#fregisterform #msg_certify {
  margin: 5px 0 0;
  padding: 5px;
  border: 1px solid #dbecff;
  background: #eaf4ff;
  text-align: center;
}
#fregisterform #mb_addr3,
#fregisterform #mb_addr_jibeon {
  display: block;
  margin: 5px 0 0;
}
#fregisterform:after,
#fregisterform .form_01:after,
#fregisterform .frm_bar:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#fregisterform .form_01 h2 {
  padding: 15px;
  background: var(--bg_light);
  color: #000;
  font-size: 1.167em;
  text-align: left;
}

#fregisterform .form_01 input {
  width: 100%;
  margin-bottom: 5px;
  background: #fff;
  box-sizing: border-box;
}
#fregisterform .form_01 input[type="checkbox"] {
  margin: 5px 5px 0 0;
  width: auto;
}

#fregisterform .frm_info {
  display: block;
  padding: 5px 0;
  text-align: left;
  color: #b1b1b1;
  font-size: 0.92em;
}
#fregisterform .btn_frmline2 {
  display: inline-block;
  float: left;
  margin-left: 5px;
  padding: 0 5px;
  height: 45px;
  border: 0;
  background: #1ec679;
  border: 1px solid #12b46a;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  border-radius: 3px;
}
#fregisterform .btn_frmline {
  height: 45px;
  padding: 0 10px;
}
#fregisterform .rgs_name_li button {
  margin: 5px 0 0;
}
#fregisterform .frm_bar {
  clear: both;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  margin-bottom: 0 !important;
  border: 1px solid #d9dee9;
  background: #fff;
  color: #000;
  vertical-align: middle;
}
#fregisterform .frm_bar label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
}
#fregisterform .frm_bar input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}
#fregisterform .form_01 .reg-form {
  width: auto !important;
}
#fregisterform .form_01 .reg-form .sns-wrap {
  text-align: center !important;
}
.personal_date .frm_label,
.is_captcha_use .frm_label {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

.custom_radio_wrap.is_update {
    background-color: #f1f5f9;
    padding: 10px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    gap: 10px; 
}

.btn_upgrade {
    padding: 4px 10px;
    font-size: 12px;
}

.upgrade_wrap {
    width: 100%; 
    margin-top: 5px; 
  
    align-items: top;
    gap: 5px;
}

.upgrade_input {
    width: 130px;
    height: 28px;
    font-size: 13px;
}

.btn_license_check {
    padding: 12px 10px !important;
	font-size:12px !important;
}
@media (max-width: 768px) {
    .custom_radio_wrap.is_update {
        padding: 12px;
    }
    
    .btn_upgrade {
        width: 100%;
        margin-top: 5px;

        font-size: 13px;
    }

    .upgrade_input {
        flex: 1;
        width: auto;
        height: 36px;
        font-size: 13px;
    }

    .btn_license_check {
        height: 36px;
        font-size: 13px;
        padding: 0 15px;
    }
}
.personal_setting li.mem_pic {
  clear: both;
  margin-top: 10px;
}
.personal_setting li.mem_pic > input {
  padding: 5px;
  border: 1px solid #d9dee9;
}
.personal_setting li.mem_pic .frm_label {
  width: 60px;
}
.personal_setting li.mem_pic .mem_pic_preview {
  margin-left: 25%;
  text-align: left;
}
.personal_setting li.mem_pic .mem_pic_preview input {
  display: inline-block;
  margin-top: 5px;
  width: 15px !important;
  margin-bottom: 0;
}
.personal_setting li.mem_pic .mem_pic_preview label {
  text-align: center !important;
  width: 40px !important;
  padding: 3px 0 !important;
}
.is_captcha_use {
  margin-top: 10px;
  border: 1px solid #d9dee9;
  padding: 10px;
}
.is_captcha_use .captcha {
  margin-top: 0 !important;
}

/* --- 모바일 대응 (좁은 화면에서는 위아래로 떨어지게) --- */
@media (max-width: 768px) {
  #fregisterform .form_01 ul {
    padding: 15px;
  }
  #fregisterform .form_01 ul li {
    flex-direction: column;
    align-items: stretch;
  }
  #fregisterform .form_01 ul li .frm_label {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
  }

  /* 추가된 모바일 안정화 코드 */
  #fregisterform .form_01 ul li.align_top .frm_label {
    margin-top: 0;
  }
  #fregisterform .form_01 ul li .frm_data {
    width: 100%;
    display: block;
  }
}

/* === 3. 회원가입 완료 === */
#reg_result {
  padding: 20px 10px 10px;
}
#reg_result #result_email {
  margin: 20px 0;
  padding: 10px 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  line-height: 2em;
}
#reg_result #result_email span {
  display: inline-block;
  width: 150px;
}
#reg_result #result_email strong {
  color: #e8180c;
  font-size: 1.2em;
}
#reg_result h2 {
  text-align: center;
  font-size: 1.25em;
  margin: 0 0 10px;
}
#reg_result h2 strong {
  color: #ed6478;
}
#reg_result p {
  line-height: 1.7em;
}
#reg_result .btn_confirm {
  margin: 20px 0 30px;
}
#reg_result .reg_result_wr {
  background: #fff;
  padding: 10px 20px;
}
#reg_result .reg_cong {
  margin: 10px 0;
  font-size: 1.083em;
  font-weight: bold;
}
#reg_result .reg_cong strong {
  color: #3497d9;
}
#reg_result .btn_confirm a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ed6478;
  color: #ed6478;
  border-radius: 3px;
  font-weight: bold;
}

/* === 4. 로그인 & 정보찾기 === */
#find_info #info_fs p {
  margin: 0 0 10px;
  line-height: 1.5em;
  font-size: 0.92em;
  color: #4162ff;
}
#find_info #info_fs #mb_email {
  width: 100%;
}
#find_info #captcha {
  margin: 5px 0;
}
#mb_login {
  margin: 40px auto 10px;
  max-width: 500px;
  padding: 20px;
}
#mb_login h1 {
  font-size: 2em;
  text-align: center;
  margin: 0 0 20px;
}
#mb_login h2 {
  margin: 0;
}
#mb_login p {
  padding: 10px 0;
  line-height: 1.5em;
}
#mb_login #login_frm {
  position: relative;
}
#mb_login #login_frm div {
  padding: 10px 0;
  text-align: right;
}
#mb_login .frm_input {
  width: 100%;
  margin: 5px 0;
}
#mb_login .btn_submit {
  width: 100%;
  padding: 12px 28px;
	background: var(--main_blue);
	color: #ffffff !important;
	border-radius: 4px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
	transition: background 0.3s;
	border:none
}
#mb_login .btn_submit:hover{
	background: var(--point_blue);
}
#mb_login .mb_login_join {
  margin: 20px 0 0;
  padding: 10px 0;
}
#mb_login .mb_login_join:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#mb_login .mb_login_join h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#mb_login .mb_login_join a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
#login_password_lost {
  border-right: 1px solid #cdcdcd;
}
#flogin {
  padding: 20px;
  margin: 20px 0;
}
#mb_login_notmb {
  padding: 20px;
}
#mb_login_notmb h2 {
  font-size: 1.25em;
  padding: 10px;
}
#mb_login_notmb p {
  border: 0;
  padding: 20px;
  margin: 10px 0;
  color: #639578;
  background: #ebf6ea;
}
#guest_privacy p {
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  min-height: 20px;
  height: 200px;
  padding: 10px;
  text-align: left;
  overflow-y: auto;
  margin: 10px 0;
}
#mb_login_notmb .btn_submit {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
}
#mb_login_od_wr {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
#mb_login_od_wr p {
  border: 0;
  text-align: left;
}
#mb_login_od_wr p strong {
  display: inline;
}
#mb_login_odinfo {
  margin: 10px 0 0;
  background: #f3f3f3;
  padding: 10px;
}
#mb_login_odinfo h2 {
  font-size: 1.167em;
}

/* === 5. 쪽지, 스크랩, 포인트, 자기소개 === */
#memo_view_contents h2,
#memo_write .win_btn {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#memo_view_ul {
  margin: 0 0 3px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(50, 50, 50, 0.2);
}
.memo_view_li {
  position: relative;
  padding: 2px 0;
}
.memo_view_subj {
  display: inline-block;
  width: 60px;
  font-size: 0.92em;
  color: #777;
}
#memo_view p {
  padding: 10px 15px;
  border-radius: 3px;
  height: 150px;
  line-height: 1.8em;
  background: #fff;
  box-shadow: 0 1px 5px rgba(50, 50, 50, 0.2);
}
#memo_list_ul li {
  position: relative;
  background: #fff;
  margin: 10px 0;
  border-radius: 3px;
  padding: 10px 15px;
  box-shadow: 0 1px 5px rgba(50, 50, 50, 0.2);
}
#memo_list_ul .memo_link {
  display: block;
  font-weight: bold;
  font-size: 1.083em;
  margin: 0 0 5px;
}
#memo_list_ul .memo_date {
  font-size: 0.92em;
  color: #777;
  font-style: italic;
}
#memo_list_ul .memo_del,
#scrap_ul .scrap_del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(./img/btn_del.gif) no-repeat 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
}
#memo_write #me_recv_mb_id,
#memo_write textarea {
  width: 100%;
}
#memo_write textarea {
  height: 100px;
}
#scrap_ul li {
  position: relative;
}
#scrap_ul .scrap_board {
  display: block;
  color: #4162ff;
  margin: 0 0 5px;
}
#scrap_ul .scrap_link {
  font-weight: bold;
  font-size: 1.083em;
}
.scrap_tit {
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 10px;
  font-size: 1.167em;
}
#scrap_do #wr_content {
  margin-top: 5px;
}
#scrap_do label {
  color: #666;
}
#point_ul {
  padding: 0;
  list-style: none;
}
#point_ul li {
  position: relative;
}
#point_ul li:after,
#point_sum:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#point_ul .point_wrap01 {
  float: left;
}
#point_ul .point_wrap02 {
  float: right;
  text-align: right;
}
#point_ul .point_log {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 1.083em;
}
#point_ul .point_inout {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  color: #4162ff;
  font-size: 1.083em;
}
#point_ul .point_date {
  font-style: italic;
}
#point_sum {
  margin: 10px 0 20px;
}
#point_sum .sum_row {
  float: left;
  width: 33.333%;
  text-align: center;
  background: #939db8;
  color: #fff;
}
#point_sum .sum_row:nth-child(even) {
  background: #8490af;
}
#point_sum .sum_tit,
#point_sum .sum_val {
  display: block;
  margin: 0 0 1px;
  padding: 10px;
}
#profile section {
  margin: 10px;
}
#profile h2 {
  margin: 0;
}
#profile .sv_wrap a {
  color: #fdff2f;
}
#profile table {
  width: 100%;
  border-collapse: collapse;
}
#profile table th {
  background: #fff;
  padding: 10px;
  width: 90px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
#profile table td {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#profile p {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 1px 5px rgba(50, 50, 50, 0.2);
}

/* === 6. 기타 폼 & 비밀번호 확인 === */
#pw_confirm {
  max-width: 500px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #e9ecef;
  text-align: center;
  box-sizing: border-box;
}

#pw_confirm h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

#pw_confirm p {
  padding: 0 0 25px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #eee;
}

#pw_confirm p strong {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 700;
}

#pw_confirm fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#pw_wr_password {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 15px;
}

#pw_wr_password:focus {
  border-color: #5e7a98;
}



#formmail #subject,
#formmail textarea {
  width: 100%;
}
#formmail textarea {
  height: 100px;
}
#formmail .frm_file {
  padding-left: 50px;
}
#formmail .file_wr {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
}
#formmail .lb_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  overflow: hidden;
  text-indent: -999px;
  background: url(./img/icon_file.gif) no-repeat 50% 50% #eee;
}
#mb_confirm {
  max-width: 500px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #e9ecef;
  box-sizing: border-box;
}
#mb_confirm h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
#mb_confirm p {
  padding: 0 0 25px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#mb_confirm p strong {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 700;
}
#mb_confirm fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#mb_confirm .confirm_label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#mb_confirm_id {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5e7a98;
  margin-bottom: 20px;
  padding: 12px 15px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}
#mb_confirm_pw {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 15px;
}
#mb_confirm_pw:focus {
  border-color: #5e7a98;
}
#mb_confirm .btn_submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #5e7a98;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}
#mb_confirm .btn_submit:hover {
  background: #4a627a;
}

/* === 7. 회원가입/마이페이지 추가 공통 요소 === */
.join_info_section {
  margin-bottom: 50px;
}
.join_info_section h3 {
  font-size: 1.5em;
  color: #111;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}
.join_info_section ul {
  list-style: none;
  padding: 0;
}
.join_info_section li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #666;
}
.privacy_policy_box,
.join_fee_section {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #e0e0e0;
  background: #fff;
  line-height: 1.8;
}
.radio_row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border: 1px solid #ddd;
}
.privacy_policy_box h4,
.join_fee_section h4 {
  font-size: 1.2em;
  color: #111;
  margin-bottom: 20px;
  font-weight: 700;
}
.privacy_policy_box textarea {
  width: 100%;
  height: 180px;
  padding: 15px;
  border: 1px solid #ddd;
  color: #555;
  font-size: 0.95em;
  background: #fcfcfc;
  box-sizing: border-box;
}
.tbl_head01 {
  width: 100%;
  margin: 20px 0px !important;
}
.tbl_head01 th {
  background: #f8f8f8;
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  color: #333;
}
.tbl_head01 td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  color: #666;
}
.contact_info {
  border-top: 2px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.contact_info ul {
  list-style: none;
  padding: 0;
}
.contact_info li {
  padding: 5px 0;
  color: #555;
}
.member_notice {
  margin-top: 20px;
  padding: 15px;
  background: #fdfdfd;
  border: 1px solid #eee;
  font-size: 0.9em;
  color: #888;
}
.radio_row input[type="radio"] {
  float: none !important;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
  vertical-align: middle;
}
.radio_row label {
  float: none !important;
  width: auto !important;
  margin-right: 15px;
  padding: 0 !important;
}
.btn_confirm {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;

}
.btn_confirm .btn_cancel {
  display: inline-block;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  background: #e9ecef;
  color: #495057;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}
.btn_confirm .btn_cancel:hover {
  background: #dee2e6;
}
.btn_confirm .btn_submit {
  height: 50px;
  padding: 0 60px;
  background: var(--main_blue);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  border-radius: 4px;
  transition: background 0.3s;
}
.btn_confirm .btn_submit:hover {
  background: var(--point_blue);
}
.email_chk_wrap,
.address {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.email_chk_wrap input,
.address input {
  flex: 1;
  min-width: 0;
}

.email_chk_wrap button,
.address button {
  flex-shrink: 0;
  margin-bottom: 5px;
}

.zip_input {
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
}
.email_chk_wrap .zip_input,
.address .zip_input {
  width: auto !important;
  flex: 1;
}
.zip_btn {
  height: 40px;
  padding: 0 15px;

  display: flex;
  justify-content: center;

  box-sizing: border-box;
  white-space: nowrap;
}

a.btn_frmline,
button.btn_frmline {
  border: 0;
  background: #5e7a98;
  color: #fff;
  text-decoration: none;
}

.dues-wrapper {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}

.mypage-tab-container {
  display: flex;
  gap: 0;
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e8f0;
}

/* 개별 탭 기본 상태 */
.mypage-tab-container .tab-item {
  flex: 1;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.15s ease;
}

/* 인접한 탭 사이의 중복 테두리 제거 */
.mypage-tab-container .tab-item + .tab-item {
  border-left: none;
}

/* 텍스트 및 클릭 영역 설정 */
.mypage-tab-container .tab-item a {
  display: block;
  padding: 15px 0;
  color: #64748b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

/* 마우스 오버 시 효과 (자연스러운 전환을 위해 추가) */
.mypage-tab-container .tab-item:hover {
  background-color: #f1f5f9;
}

/* 활성화(Active) 상태 설정 */
.mypage-tab-container .tab-item.active {
  background: #fff;
  border-top: 3px solid #1e5bb8;
  position: relative;
}

/* 활성화 상태의 텍스트 색상 및 굵기 */
.mypage-tab-container .tab-item.active a {
  color: #1e5bb8;
  font-weight: 700;
}

/* 활성화된 탭이 하단 컨테이너 선을 자연스럽게 덮도록 처리 (시각적 마감) */
.mypage-tab-container .tab-item.active::after {
	display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.info-summary-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.info-summary-table th {
  background-color: var(--bg_light);
  color: var(--text_dark);
  font-weight: bold;
  text-align: center;
  padding: 14px 10px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
}
.info-summary-table td {
  padding: 14px 15px;
  color: var(--text_dark);
  border: 1px solid #e2e8f0;
  font-size: 14px;
  background-color: #ffffff;
}
.history-list-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
}
.history-list-table th {
  background-color: var(--bg_light);
  color: var(--text_dark);
  font-weight: bold;
  text-align: center;
  padding: 12px 8px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
}
.history-list-table td.empty-row {
  padding: 50px 10px;
  text-align: center;
  color: var(--text_gray);
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  background-color: #ffffff;
}
.info-notice-list {
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #666;
}
.btn-group-center {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.btn-group-center {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.btn-submit-action {
  background-color: var(--point_blue);
  color: #ffffff;
  border: 1px solid var(--point_blue);
  padding: 14px 40px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.btn-submit-action:hover {
  background-color: #16468e;
  border-color: #16468e;
}

.btn-submit-action.btn-outline {
  background-color: #ffffff;
  color: var(--point_blue);
  border: 1px solid var(--point_blue);
}

.btn-submit-action.btn-outline:hover {
  background-color: #f8fafc;
  color: #16468e;
  border-color: #16468e;
}
.history-list-table tbody tr:hover td {
  background-color: #f8fafc;
}
.history-list-table td {
  padding: 15px 10px;
  text-align: center;
  color: var(--text_dark);
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  background-color: #ffffff;
  vertical-align: middle;
}
.btn-receipt {
  padding: 6px 12px;
  border: 1px solid #cbd5e1;
  background-color: #f8fafc;
  color: var(--text_dark);
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-receipt:hover {
  background-color: #e2e8f0;
}

/* === 9. 미디어쿼리 (모바일 반응형 최적화 병합) === */
@media (max-width: 1200px) {
  #fregisterform .frm_info {
    margin-left: 0;
    clear: both;
  }
  #fregisterform .form_01 ul {
    width: 100%;
    padding: 0 20px 0px;
  }
  #fregisterform .form_01 input {
    width: 100%;
    margin-bottom: 10px;
  }
  .container {
    padding: 0 20px;
  }
  #fregister_private .tbl_head01{padding: 0 15px;}
  .fregister_agree {
		padding: 15px;
	}
	.privacy_policy_box, .join_fee_section{padding: 15px;}
	.fregister_agree label{font-size:14px;}
	#fregister .chk_all{font-size:14px;}
  #course_register_page {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .mypage-tab-container {
    flex-wrap: wrap;
    border-bottom: none;
    margin: 0 0 40px 0;
    padding: 0;
  }
  .mypage-tab-container .tab-item {
    flex: none !important;
    width: 50% !important;
    border-bottom: 1px solid #e2e8f0;
  }
  .mypage-tab-container .tab-item a {
    padding: 12px 2px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mypage-tab-container .tab-item + .tab-item {
    border-left: 1px solid #e2e8f0;
  }
  .info-summary-table colgroup {
    display: none !important;
  }
  .info-summary-table tbody,
  .info-summary-table tr {
    display: block;
    width: 100% !important;
  }
  .info-summary-table th,
  .info-summary-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left;
    padding: 11px 12px;
    font-size: 13px;
  }
  .info-summary-table th {
    border-bottom: none;
    background-color: var(--bg_light);
  }
  .info-summary-table td {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 6px;
    background-color: #ffffff;
  }

  .dues-wrapper {
    padding-bottom: 10px;
  }
  .history-list-table {
    min-width: 100%;
    border: none;
  }
  .history-list-table thead {
    display: none;
  }
  .history-list-table tbody tr {
    display: block;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .history-list-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #f0f4f8;
    padding: 12px 15px;
    font-size: 13px;
    background-color: #ffffff;
  }
  .history-list-table td:last-child {
    border-bottom: none;
  }
  .history-list-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: var(--text_dark);
    flex-shrink: 0;
    margin-right: 15px;
    text-align: left;
  }
  .history-list-table td.empty-row {
    display: block;
    text-align: center;
    padding: 40px 10px;
    border: none;
  }
  .history-list-table td.empty-row::before {
    display: none;
  }

  .btn-group-center {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .btn-submit-action {
    width: 100%;
    max-width: 100%;
    padding: 14px 0;
    font-size: 15px;
  }
}

.edu_wide_card_item {
  width: 100%;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.card_right_contents {
  padding: 10px 20px;
}
.badge_blue {
  background-color: #e0f2fe;
  color: #0369a1;
}
.badge_complete {
  background-color: #dcfce7;
  color: #15803d;
}
.badge_gray {
  background-color: #f1f5f9;
  color: #475569;
}
.badge_red {
  background-color: #fee2e2;
  color: #b91c1c;
}
.info_row {

  margin-bottom: 10px;

}
.info_row:last-child {
  margin-bottom: 0;
}
.info_label {
  width: 120px !important;
  min-width: 120px ;
  color: #64748b;
  font-weight: 600;
}
.info_val {
  color: #1e293b;
}
.info_row .title_strong {
  font-size: 24px;
  font-weight: 700;
  display: block; 
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.3;
}

.status-tip {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 6px;
}
.color-blue {
  color: #1e5bb8;
}
.color-gray {
  color: #64748b;
}
.color-red {
  color: #b91c1c;
}
.font-semibold {
  font-weight: 600;
}
.highlight-price {
  font-weight: 700;
  color: #1e293b;
}
.cursor-pointer {
  cursor: pointer;
  text-decoration: underline;
}
.card_contents_footer {
  justify-content: flex-end;
  gap: 8px;
  padding-top: 15px;
}

.btn_apply_go {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.15s;
}

.btn_apply_go.btn-view {
  background-color: #f1f5f9;
  color: #475569;
  border: 1px solid #cbd5e1;
}
.btn_apply_go.btn-view:hover {
  background-color: #e2e8f0;
}
.btn_apply_go.btn-pay:hover {
  background-color: #4b647d;
}
.btn_apply_go.btn-receipt,
.btn_apply_go.btn-view {
  background-color: #fff;
  color: #475569;
  border: 1px solid #cbd5e1;
}
.btn_apply_go.btn-receipt:hover,
.btn_apply_go.btn-view:hover {
  background-color: #f8fafc;
}
/* =========================================
   연회비 입금 알림 폼 스타일
========================================= */
.dues_noti_wrap { max-width: 800px; margin: 0 auto; padding: 40px 20px; }
.dues_noti_header { margin-bottom: 30px; text-align: center; }
.dues_noti_title { font-size: 28px; font-weight: 700; color: #333; margin: 0 0 10px 0; }
.dues_noti_desc { font-size: 14px; color: #666; margin: 0; }

.dues_noti_table { border-top: 2px solid #5E7A98; border-bottom: 1px solid #ddd; margin-bottom: 30px; }
.dues_noti_row { display: flex; align-items: center; border-bottom: 1px solid #eee; padding: 15px 10px; }
.dues_noti_row:last-child { border-bottom: none; }
.dues_noti_label { width: 150px; font-weight: 700; color: #333; font-size: 16px; }
.dues_noti_value { flex: 1; font-size: 16px; color: #444; }
.dues_noti_value strong { font-size: 18px; color: #5E7A98; }

.dues_noti_input { width: 100%; max-width: 300px; height: 40px; padding: 0 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }

.dues_noti_check_box { background: #f8fafc; padding: 20px; border: 1px solid #e2e8f0; border-radius: 4px; margin-bottom: 30px; }
.dues_noti_check_box label { display: block; margin-bottom: 10px; font-size: 14px; color: #555; cursor: pointer; }
.dues_noti_check_box label:last-child { margin-bottom: 0; }
.dues_noti_check_box input[type="checkbox"] { margin-right: 8px; vertical-align: middle; }


.dues_noti_btn_area { 
    display: flex; 
    justify-content: center; 
    gap: 10px; /* 버튼 사이 간격 */
    margin-top: 20px;
}
@media (max-width: 768px) {
  .card_right_contents {
    padding: 0;
  }

  .info_label {
    min-width: auto;
    width: 100%;
    font-size: 13px;
  }
  .info_val {
    font-size: 14px;
  }
  .title_strong a {
    font-size: 15px;
  }
  .card_contents_footer {
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn_apply_go {
    flex: 1;
    min-width: calc(50% - 4px);
    padding: 10px 0;
    font-size: 12px;
  }
    .dues_noti_wrap { padding: 20px 0; }
    .dues_noti_title { font-size: 24px; }
    .dues_noti_desc { font-size: 13px; word-break: keep-all; }
    .dues_noti_row { 
        flex-direction: column; 
        align-items: flex-start; 
        padding: 15px 5px; 
    }
    .dues_noti_label { 
        width: 100%; 
        margin-bottom: 8px; 
        font-size: 14px; 
    }
    .dues_noti_value { width: 100%; }

    .dues_noti_input { max-width: 100%; }


    .dues_noti_check_box { padding: 15px; margin-bottom: 20px; }
    .dues_noti_check_box label { font-size: 13px; line-height: 1.5; }
    .dues_noti_check_box label br { display: none; } 

    .btn_dues_noti_submit { 
        width: 100%; 
        padding: 14px 0; 
    }
	.btn_confirm .btn_style1 {
        display: block;
        width: auto;
        padding: 12px 28px;;
    }

}
