/* login.php */
.login_bg {
  background: url("/org/img/login_bg.png") no-repeat center center / cover;
}
.section_big_wrap {
  background-color: #f8f8f8;
  padding-bottom: 160px;
}
.content_section {
  width: 1200px;
}
.l_box {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 100px 200px;
}
.l_form_div .l_input_wrap,
.j_form_div .l_input_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
}
.l_form_div .l_input_wrap .l_input,
.j_form_div .l_input_wrap .l_input {
  width: 100%;
  height: 45px;
  border: 1px solid #202020;
  border-radius: 0px;
  margin-top: 5px;
  padding: 10px;
}
.l_form_div .l_input_wrap .l_input_title,
.j_form_div .l_input_wrap .l_input_title {
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
}
.l_input_wrap:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 20px;
}
.l_form_div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 55%;
  margin: 0 auto;
}
.l_form_div .auto_find_wrap .auto_l_wrap .l_check,
.j_form_div .auto_find_wrap .auto_l_wrap .l_check {
  width: 25px;
  height: 25px;
  border: 1px solid #202020;
  border-radius: 0px;
}
.auto_l_wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #202020;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

.auto_l_wrap input[type="checkbox"]:checked {
  background-color: white;
  border-color: #00545e;
}
.auto_l_wrap input[type="checkbox"]:checked::after {
  content: "\2713"; /* 체크 아이콘 유니코드 */
  font-size: 28px;
  font-weight: 800;
  color: #00545e;
  display: block;
  text-align: center;
  line-height: 24px;
}

.l_form_div .auto_l_wrap .l_check_title,
.j_form_div .auto_l_wrap .l_check_title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 15px;
}
.l_form_div .auto_l_wrap,
.j_form_div .auto_l_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-top: 20px;
}
.l_form_div .l_find_wrap .l_find_title,
.j_form_div .l_find_wrap .l_find_title {
  font-size: 1.8rem;
  font-weight: 300;
  cursor: pointer;
}
.l_form_div .l_find_wrap,
.j_form_div .l_find_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  margin-top: 20px;
}

.line_between {
  content: "";
  width: 2px;
  height: 13px;
  border-right: 1px solid #707070;
  margin: 0 20px;
  transform: translateY(50%);
}
.l_form_div .l_login_btn_wrap {
  width: 100%;
}
.l_form_div .l_login_btn {
  text-align: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #00545e;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
}
.l_form_div .auto_find_wrap,
.j_form_div .auto_find_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.l_form_div .l_login_btn_wrap {
  margin-top: 80px;
}
.l_form_div .l_join_btn {
  text-align: center;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #00545e;
  color: #00545e;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
}
/* join.php */
/* 회원가입 약관동의 */
.j_box .join_step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.j_box .join_step .join_step_btn {
  width: 200px;
  height: 65px;
  text-align: center;
  background-color: #ebebeb;
  line-height: 65px;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #808080;
  cursor: pointer;
}
.j_box .join_step .join_step_between_line_left {
  width: 40%;
  height: 2px;
  background: linear-gradient(to right, #00a6bb 0%, #ebebeb 100%);
}
.j_box .join_step .join_step_between_line_right {
  width: 40%;
  height: 2px;
  background: linear-gradient(to right, #ebebeb 0%, #00a6bb 100%);
}
.j_box .join_step .join_step_btn_on {
  width: 200px;
  height: 65px;
  text-align: center;
  background-color: #00a6bb;
  line-height: 65px;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
}
.join_agree_txt {
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 15px;
}
.j_red_color {
  color: #ff0000;
}
.j_form_div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
}
.j_box {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 100px 80px;
}
.j_form_div .auto_find_wrap .auto_l_wrap.agree_a {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.j_form_div .auto_find_wrap:nth-child(2) {
  margin-top: 25px;
}
.auto_find_wrap .l_find_wrap .j_see_title {
  font-size: 1.8rem;
  font-weight: 300;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
}
.j_box .j_bn_btn_wrap,
.j_form_div .j_bn_btn_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 120px;
}
.j_box .j_bn_btn_wrap .j_back_btn,
.j_form_div .j_bn_btn_wrap .j_back_btn {
  width: 170px;
  height: 45px;
  border: 1px solid #00545e;
  color: #00545e;
  font-size: 1.8rem;
  font-weight: 500;
}
.j_box .j_bn_btn_wrap .j_next_btn,
.j_form_div .j_bn_btn_wrap .j_next_btn {
  width: 170px;
  height: 45px;
  color: white;
  background-color: #00545e;
  font-size: 1.8rem;
  font-weight: 500;
}
/* 회원가입 정보입력 */
.j_form_div .j_form_flex_start {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.j_form_div .j_form_flex_start .j_info_title1 {
  width: 100%;
  font-size: 2.7rem;
  font-weight: 500;
}
.j_form_div .j_form_flex_start .j_from_gap {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.j_form_div .j_form_flex_start .j_from_gap.j_from_gap1 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.j_form_div .j_form_flex_start .j_from_gap .j2_address_input_div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div .j2_input_title,
.j_form_div .j_form_flex_start .j_from_gap .j2_address_input_div .j2_input_title,
.j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 .j2_input_title {
  font-size: 1.8rem;
  font-weight: 500;
  width: 210px;
  display: inline-block;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j2_input_div .j2_input,
.j_form_div .j_form_flex_start .j_from_gap .j2_address_input_div .j2_input {
  height: 45px;
  border: 1px solid #202020;
  border-radius: 0px;
  padding: 10px;
  width: calc(100% - 210px);
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j2_input_div .j2_input_password_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(100% - 210px);
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j2_input_div .j2_input_password_wrap .j2_input_password {
  height: 45px;
  border: 1px solid #202020;
  border-radius: 0px;
  padding: 10px;
  width: 100%;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j2_input_div .j2_input_password_wrap .password_eye {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  transform: translateY(25%);
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j_input_address_wrap {
  width: calc(100% - 210px);
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j_input_address_wrap input:nth-child(2) {
  margin-top: 5px;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .j_input_address_wrap input {
  width: 100%;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0,
.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 .receive_type_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 {
  margin-top: 10px;
  width: 100%;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 .j2_input_title {
  text-align: left;
}

.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 .receive_type_wrap {
  width: calc(100% - 210px);
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 .receive_type_wrap .receive_type:not(:nth-child(1)) {
  margin-left: 30px;
}
.form_info .j_form_div .j_form_flex_start .j_from_gap .receive_type_wrap0 .receive_type_wrap .receive_type .receive_type_label {
  font-size: 1.8rem;
  margin-left: 10px;
}
.receive_type input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.receive_type input[type="checkbox"]::before {
  content: "\2713";
  font-size: 28px;
  font-weight: 800;
  color: #ebebeb;
  display: block;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.receive_type input[type="checkbox"]:checked::before {
  content: "\2713";
  font-size: 28px;
  font-weight: 700;
  color: #00545e;
  display: block;
  text-align: center;
  line-height: 24px;
}
.j_form_div .j_bn_btn_wrap.j_bn2 {
  margin-top: 10px;
}
/* join_complete.php */
.j_c_txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 60px;
}

.l_form_div .l_login_btn_wrap .j_c_btn {
  width: 160px;
}
.l_form_div .j_c_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* find_id1.php */
.f_box .join_step .find_step_l_btn {
  width: 40%;
  height: 60px;
  background-color: #f8f8f8;
  color: #d2d2d2;
  font-weight: 400;
  font-size: 2.2rem;
  border-top-left-radius: 15px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.f_box .join_step .l_btn_on {
  border-bottom: 2px solid #40bccc;
}
.f_box .join_step .r_btn_on {
  border-bottom: 2px solid #40bccc;
}
.f_box .join_step .find_step_r_btn {
  width: 40%;
  height: 60px;
  background-color: #f8f8f8;
  color: #d2d2d2;
  font-weight: 400;
  font-size: 2.2rem;
  border-top-right-radius: 15px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.f_box .join_step .find_step_l_btn_on {
  width: 40%;
  height: 60px;
  background-color: #40bccc;
  color: white;
  font-weight: 500;
  font-size: 2.2rem;
  border-top-left-radius: 15px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.f_box .join_step .find_step_r_btn_on {
  width: 40%;
  height: 60px;
  background-color: #40bccc;
  color: white;
  font-weight: 500;
  font-size: 2.2rem;
  border-top-right-radius: 15px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.j_form_div.f_form_div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
.j_form_div .j_bn_btn_wrap.f_bn_btn_wrap {
  margin-top: 60px;
}
.find_id_2 .l_form_div .j_c_txt.f_c_txt {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 80px;
}
/* policy.php */
.j_box .p_pre_wrap .p_pre {
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.j_box .p_pre_wrap .p_pre .p_pre_1_div {
  margin-left: 30px;
  white-space: pre-line;
}
.j_box .p_pre_wrap .p_pre .p_pre_big_title {
  font-size: 2.1rem;
  font-weight: 900;
}
.j_box .p_pre_wrap .p_pre .p_pre_title {
  font-size: 1.6rem;
  font-weight: 700;
}
.j_box .join_step .p_step_btn {
  width: 240px;
  height: 60px;
  text-align: center;
  color: #d2d2d2;
  line-height: 60px;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 300;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
.j_box .join_step .p_step_btn_on {
  width: 240px;
  height: 60px;
  text-align: center;
  background-color: #00545e;
  border: 1px solid #00545e;
  line-height: 60px;
  color: white;
  border-radius: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.j_box .join_step.p_step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 80%;
  margin: 50px auto;
  margin-top: 80px;
}
/* policy2.php */
.p2_top_text {
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.j_box .join_step .p2_step_btn {
  width: 270px;
  height: 70px;
  text-align: center;
  color: #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 1.5rem;
  font-weight: 300;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
.j_box .join_step .p2_step_btn_on {
  width: 270px;
  height: 70px;
  text-align: center;
  background-color: #00545e;
  border: 1px solid #00545e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
.j_box .join_step.p2_step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 85%;
  margin: 50px auto;
  margin-top: 80px;
}
.j_box .p_pre_wrap .p_pre .p_pre_s_title {
  font-size: 1.5rem;
  font-weight: 900;
}
.j_box .p_pre_wrap .p_pre .p_pre_big_title_con {
  font-size: 2.1rem;
}
.p2_2_table {
  width: 100%;
}
.p2_2_table_tr1 {
  width: 100%;
  border-top: 2px solid #00545e;
  border-bottom: 1px solid #d2d2d2;
}
.p2_2_table_tr1 th {
  padding: 15px;
  text-align: center;
}
.p2_2_table_tr2 td {
  padding: 15px;
  /* border-bottom: 1px solid #d2d2d2; */
}
.p2_2_table_tr2 {
  border-bottom: 1px solid #d2d2d2;
}

.txt_a {
  text-align: center;
}
/* policy3.php */
.p_3_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.policy_email_img {
  margin: 70px auto;
}
.j_form_div .p_e_btn {
  text-align: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background-color: #00545e;
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
}
/* pay1 ,pay_complete */
.p1_h4 {
  margin-top: 40px;
}
.p1_h4_3 {
  margin-top: 60px;
}
.j_form_div .j_form_flex_start .pay_type_wrap {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.j_form_div .j_form_flex_start .pay_type_wrap .pay_type_div > input,
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div.news_input_div .news_radio_wrap > div > input {
  display: none;
}
.j_form_div .j_form_flex_start .pay_type_wrap .pay_type_div > label,
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div.news_input_div .news_radio_wrap > div > label {
  font-size: 1.8rem;
  position: relative;
}
.j_form_div .j_form_flex_start .pay_type_wrap .pay_type_div > label:before,
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div.news_input_div .news_radio_wrap > div > label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #202020;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.j_form_div .j_form_flex_start .pay_type_wrap .pay_type_div > input[type="radio"]:checked + label:before,
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div.news_input_div .news_radio_wrap > div > input[type="radio"]:checked + label:before {
  background-color: #00545e;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #00545e;
}
.j_form_flex_start .pay_type_txt {
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
}
.j_form_flex_start .j_from_gap1 .pay_input_div {
  margin-top: -20px;
}

.l_box .l_form_div .pay2_view {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 40px;
}
.l_box .l_form_div .pay2_view .pay2_view_txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.l_box .l_form_div .pay2_view .pay2_view_txt2 {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_box .l_form_div .pay2_view .pay2_view_txt2_1 {
  margin-bottom: 10px;
}
.l_box .l_form_div .pay2_view .pay2_view_txt2_span {
  font-size: 2.2rem;
  color: #00545e;
  font-weight: 600;
}
.sub_sec_title_wrap.l_box .l_form_div .j_bn_btn_wrap.j_bn2 .p_next_btn {
  width: 170px;
  height: 45px;
  color: white;
  background-color: #00545e;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 90px;
}
.pay_c_span {
  font-weight: 600;
}
.j_form_div .j_c_btn_wrap.p_c_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_form_div .j_bn_btn_wrap.j_bn2.p_2_btn_wrap {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* pay4 */
.l_form_div .p4_img_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #00a6bb;
  width: 100%;
}
.l_form_div .p4_img_text1 {
  padding-bottom: 20px;
}
/* mypage */
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div.news_input_div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div.news_input_div .news_radio_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  margin-left: 30px;
}
.j_form_div .j_form_flex_start .j_from_gap .j2_input_div .j2_input_title.news_input_title {
  font-size: 1.8rem;
  font-weight: 500;
  width: 210px;
  padding: 0;
  text-align: left;
}
.j_from_gap .my_check_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-left: 210px;
}
.j_from_gap .my_check_wrap .agree_a .l_check_title.my_check_title {
  font-size: 1.8rem;
  margin-left: 15px;
}
.j_from_gap .my_check_wrap .agree_a {
  display: flex;
  justify-self: center;
  align-items: center;
}
.j_from_gap .my_check_wrap .agree_a.my_agree_div .l_check {
  width: 25px;
  height: 25px;
  border: 1px solid #202020;
  border-radius: 0px !important;
}

.j_from_gap .my_check_wrap .agree_a.my_agree_div input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #202020;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background-color: white;
}

.j_from_gap .my_check_wrap .agree_a.my_agree_div input[type="checkbox"]:checked {
  background-color: white;
  border-color: #00545e;
}

.j_from_gap .my_check_wrap .agree_a.my_agree_div input[type="checkbox"]:checked::after {
  content: "\2713";
  font-size: 18px;
  font-weight: 800;
  color: #00545e;
  display: block;
  text-align: center;
  line-height: 16px;
}
/* mypage2 */
/* 페이징 */
.page_num_box_wrap0 {
  width: 100%;
  text-align: center;
}
.page_num_box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.page_num_box_wrap > svg {
  color: #d2d2d2;
}
.page_num_box_wrap > svg:nth-child(1) {
  margin-right: 10px;
  cursor: pointer;
}

.page_num_box {
  font-weight: 600;
  color: #00545e;
}

.page_num_box_off {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* mypage3.php */
.cancel_btn {
  border: 1px solid #202020;
  background-color: white;
  width: 100px;
  height: 40px;
  line-height: 40px;
}
.m_c_btn {
  background-color: #f5f5f5;
  color: #d2d2d2;
  width: 100px;
  height: 40px;
  line-height: 40px;
}
.m_c_td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment_num {
  color: #00545e;
  margin-left: 10px;
}
.m_cancel_btn_div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.p2_2_table tbody .p2_2_table_tr2.m_p2_2_table_tr2 .my_input_div input[type="checkbox"],
.p2_2_table thead .p2_2_table_tr1.m_p2_2_table_tr1 .my_input_div input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #202020;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  background-color: white;
  position: relative;
  vertical-align: middle;
}
.p2_2_table tbody .p2_2_table_tr2.m_p2_2_table_tr2 .my_input_div input[type="checkbox"]:checked,
.p2_2_table thead .p2_2_table_tr1.m_p2_2_table_tr1 .my_input_div input[type="checkbox"]:checked {
  background-color: white;
  border-color: #00545e;
}
.p2_2_table tbody .p2_2_table_tr2.m_p2_2_table_tr2 .my_input_div input[type="checkbox"]::after,
.p2_2_table thead .p2_2_table_tr1.m_p2_2_table_tr1 .my_input_div input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 18px;
}
.p2_2_table tbody .p2_2_table_tr2.m_p2_2_table_tr2 .my_input_div input[type="checkbox"]:checked::after,
.p2_2_table thead .p2_2_table_tr1.m_p2_2_table_tr1 .my_input_div input[type="checkbox"]:checked::after {
  content: "\2713";
  font-size: 18px;
  font-weight: 800;
  color: #00545e;
  line-height: 18px;
}
/* mypage2_1.php */
.ctb_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #00545e;
  border-bottom: 1px solid #00545e;
  padding: 20px;
  margin-bottom: 40px;
}
.my_table_h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j_box .ctb_title p {
  font-size: 1.9rem;
}

.my_2_1_table {
  width: 100%;
}
.my_2_1_tr1 {
  padding: 20px;
}
.my_2_1_tr1 th {
  padding: 20px;
  border: 1px solid #202020;
}
.my_2_1_tr1 td {
  padding: 20px;
  border: 1px solid #202020;
}
.txt_center {
  text-align: center;
}
.table_font_weight {
  font-weight: 500;
}
.txt_left {
  text-align: left !important;
}
.txt_right {
  text-align: right !important;
}
.my_2_1_table_4 {
  white-space: nowrap;
}
.my_2_1_table_4_div {
  width: 100%;
  overflow: auto;
}
.p_method_select {
  margin-left: -40px;
}
