.rr_number {
  position: relative;
}
.rr_number .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.rr_number .wrap span {
  width: 10px;
  height: 1px;
  background-color: #000;
}
.rr_number .number_pad {
  background-color: #f8f8f8;
  width: 100%;
  max-width: 428px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 30;
  display: none;
}
.rr_number .number_pad ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}
.rr_number .number_pad ol li {
  /* min-width: 60px; */
  width: 16%;
}
.rr_number .number_pad ol li h5 {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  color: #707070;
}
.rr_number .number_pad ol li img {
  width: 15px;
}

.rr_number .number_pad .bottom_btns {
}
.rr_number .number_pad .bottom_btns li {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
}
.rr_number .number_pad .bottom_btns h2 {
  background-color: #707070;
  color: #fff;
  padding: 5px;
}
.rr_number .number_pad .bottom_btns li:last-child h2 {
  background-color: var(--main-color);
}
.rr_number .number_pad .bottom_btns .delete {
  background-color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.rr_number .number_pad .bottom_btns img {
  width: 25px;
}

/* ■■■■■■■■■■■■■■■■■■ section : main content ■■■■■■■■■■■■■■■■■■ */
section.main_content {}
.main_content .headline h1 {
  color: var(--sub-color);
  font-size: 20px;
  font-weight: 800;
  border-bottom: 3px solid var(--sub-color);
  padding: 25px;
}
.main_content .item_select {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.main_content .item_select h2 {
  width: 50%;
  font-size: 13px;
  padding: 10px 0;
}
.main_content .item_select h2 {
  border: 1px solid #ccc;
  border-top: 3px solid #ccc;
  font-weight: 400;
}
.main_content .item_select h2.item_check{
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  border-top: 3px solid var(--main-color);
  font-weight: 600;
}
.main_content .item_select + span {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.select_btn {
  padding-bottom: 30px;
  border-bottom: 3px solid var(--sub-color);
}
.select_btn button {
  border: 1px solid #707070;
  width: 48%;
  border-radius: 30px;
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}
.select_btn .check_btn {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
.select_item {
}

.select_item li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.select_item li .select_img {
  height: 40px;
  width: 50px;
}
.select_item li h2 {
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 2em;
  margin-right: 15px;
}

.select_item li h3 {
  font-size: 15px;
  font-weight: 400;
}
.select_item li .svg {
  margin-left: auto;
  color: #707070;
  width: 10px;
}
.select_item .sub_select {
  background-color: #f8f8f8;
  color: #707070;
  padding: 10px;
  padding-left: 45px;
}
.item_list li .svg {
  /* width: 10px; */
  width: 15px;
}
.faq_title .svg {
  width: 15px;
}
.popup .svg {
  width: 20px;
  margin-right: 6px;
}
.input_list li > div h5 .svg {
  width: 13px;
}
.w100p {
  width: 100% !important;
}
.max_n {
  max-width: initial !important;
}
.text_center {
  text-align: center !important;
}
/* sub_03 commom  */

.popup,
.popup_2 {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.425);
  z-index: 999;
  width: 100%;
  height: 100%;
}
.popup {
  /* display: none; */
}
.popup > div {
  background-color: #fff;
  padding: 35px 10px;
  width: 90%;
  max-width:500px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 3px solid var(--main-color);
}
.popup div div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.popup div .align_top {
  align-items: flex-start;
}
.popup div .align_top .svg {
  width: 21px;
  height: 20px;
}
.popup div div h5 {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.popup div button {
  background-color: var(--sub-color);
  color: #fff;
  padding: 10px 35px;
  font-weight: 600;
  font-size: 13px;
  height: 50px;
}

.popup_2 > div {
  background-color: #fff;
  /* padding: 35px 10px; */
  padding: 0;
  width: 100%;
  max-width: 400px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.popup_2 .popup_head {
  width: 100%;
  background-color: var(--main-color);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_2 .popup_head h1 {
  color: #fff;
  font-size: 20px;
}
.popup_2 .popup_head .svg {
  width: 20px;
}
.popup_2 .main_items {
  text-align: left;
  width: 100%;
  padding: 0 15px;
}
.popup_2 .main_items h5 b {
  color: var(--main-color);
}
.popup_2 .main_items ol {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.popup_2 .main_items ol li {
  padding: 5px 10px;
}
.popup_2 .main_items ol li label {
  position: relative;
  /* padding-left: 30px; */
}
.popup_2 .main_items ol .radio {
  width: 22px;
  height: 22px;
}
.popup_2 .main_items ol .radio + span {
  font-size: 13px;
}
.popup_2 button {
  background-color: var(--sub-color);
  width: 100%;
  padding: 10px;
  color: #fff;
}
.popup_2 .guideline {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.popup_2 .guideline b {
  color: var(--main-color);
  font-weight: 400;
}
.popup_2 .guideline .svg {
  width: 15px;
  margin-right: 5px;
}

.popup_2 .popup_taps {
  position: relative;
  min-height: 130px;
}
.popup_2 .popup_taps p {
  position: absolute;
}
.popup_2 #taps_1,
.popup_2 #taps_2,
.popup_2 #taps_3 {
  display: none;
}

.main_content .hl_01 {
  position: relative;
}
.main_content .hl_01 h1 {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px;
  border-bottom: none;
  font-size: 15px;
}
.main_content .hl_01 .svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
}
.main_content .tap_seleck {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.main_content .tap_seleck .check h1 {
  background-color: var(--sub-color);
  border: 1px solid none;
  color: #fff;
  margin-right: 3px;
}
.main_content .tap_seleck li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}
.main_content .tap_seleck li h1 {
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  font-size: 15px;
  width: 26px;
  height: 26px;
  line-height: 1.6em;
  font-weight: 400;
}
.main_content .tap_seleck li h2 {
  font-size: 13px;
  font-weight: 400;
}
.main_item_notlist {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main_item {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main_item_02 {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main_item_notlist h1 {
  font-size: 15px;
  font-weight: 400;
}
.item_list {
  width: 100%;
}
.item_list .list_line_top10 {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 10px 0 20px;
}
.item_list .list_line_bottom30 {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0 30px;
}
.item_list .list_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}
.item_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.item_list li h2 {
  position: absolute;
  left: -20px;
  top: -5px;
  background-color: var(--sub-color);
  color: #fff;
  font-size: 13px;
  padding: 10px 11px 8px 8px;
  padding-right: 10px;
  font-weight: 400;
}

.main_item_NEW{padding:20px 0 !important}
.main_item_NEW .item_list li{margin-right:10px !important;}
.main_item_NEW .item_list li h2{position:relative;left: 0;top: 0;display: inline-block;padding: 3px 10px;margin-bottom:5px}
.main_item_NEW .item_list li h3{ margin: 0px 0 5px 0;}
.main_item_NEW .item_list li > div {margin-right: 10px;padding-left: 0 !important;}

.item_list li .g_bg {
  background-color: #707070;
}
.item_list li > div {
  padding-left: 30px;
  text-align: left;
}
.item_list li > div h3 {
  font-size: 15px;
  margin-bottom: 15px;
}
.item_list li > div p {
  font-size: 13px;
}
.more_btn {
  padding: 40px 0 50px;
  padding-right: 0;
  border-bottom: 1px solid #ccc;
}
.date_selet {
  padding: 30px 0 10px;
  padding-right: 0;
  border-bottom: 1px solid #ccc;
}
.more_btn h1 {
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #707070;
  width: 90%;
  max-width: 300px;
  height: 55px;
  margin: auto;
  line-height: 3.5em;
}
.more_btn h1 b {
  color: var(--main-color);
  font-weight: 400;
}
.faq_title {
  cursor: pointer;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.faq_title.active {
  background-color: var(--sub-color);
  border-bottom: none;
}

.faq_title div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_title div h3 {
  font-size: 13px;
  font-weight: 400;
}
.faq_title div .svg {
  transition: 0.35s;
}
.faq_title.active div {
  color: #fff;
}
.faq_title.active div .svg {
  transform: rotate(180deg);
  filter: invert();
}
.faq_content {
  background-color: #fff;
  display: none;
  text-align: left;
  padding-top: 15px;
}
.faq_content div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.faq_content div span {
  width: 3px;
  height: 3px;
  min-width: 3px;
  background-color: #333;
  border-radius: 10px;
  margin: 7px;
}
.faq_content p {
  font-size: 12px;
  font-weight: 400;
}

.guideline {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.max_w250 {
  max-width: 250px !important;
}
.w45p {
  width: 45% !important;
}
.min_w20 {
  min-width: 20px !important;
}
.min_w78 {
  min-width: 78px !important;
}
.min_w100 {
  min-width: 100px !important;
}
.min_w107 {
  min-width: 110px !important;
  text-align: center;
}
.mt_a {
  margin-top: auto !important;
}
.mb_a {
  margin-bottom: auto !important;
}
.text_left {
  text-align: left !important;
}

.btn_01 {
  font-size: 13px !important;
}

.btns {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.btns button {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  width: 49%;
  padding: 15px 0;
  height: 50px;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btns button:first-child {
  background-color: #707070;
}
.btns button:last-child {
  background-color: var(--sub-color);
}

.input_table input,
.input_table select {
  width: 100%;
  border: 1px solid #ccc;
}
.main_item table tr {
  /* border: 1px solid #ccc; */
  border-left: none;
  border-right: none;
}
/*
table tr:first-child {
  border-top: 1px solid #222 !important;
}
*/
table tr:first-child th,
table tr:first-child td {
  /* border-top: 1px solid #707070 !important; */
}

.agreement ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agreement ol .list_line70 {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin: 20px 0;
  padding: 0 !important;
}
.agreement ol .list_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
  padding: 0 !important;
}

.agreement ol li .a_button {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.agreement ol li .a_button h5 {
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
}

.agreement ol li:first-child {
  padding-top: 40px;
}
.agreement ol li h1 {
  font-size: 17px;
}
.agreement ol li p {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
}

.agreement ol li h1 b {
  color: var(--main-color);
}
.agreement ol li h2 {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  max-width: 200px;
}
.agreement ol li a {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #707070;
  text-decoration: underline;
  margin-top: 10px;
}
.bd_top {
  border-top: 1px solid #ccc !important;
}
.bd_bottom {
  border-bottom: 1px solid #ccc !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.flex_warp {
  flex-wrap: wrap;
}
.flex_center {
  justify-content: center !important;
}
.bd_l {
  border-left: 1px solid #ccc !important;
}
.bd_r {
  border-right: 1px solid #ccc !important;
}
.bd_lr {
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}
.bd_tb {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.bg_soft_gray {
  background-color: #f0f4f8;
}
.bg_main_blue {
  background-color: #069edb;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main_item table .table_head {
}
.main_item table .table_head td:first-child {
  min-width: 70px;
}
.main_item table .table_head th,
.main_item table .table_head td {
  background-color: #f0f4f8;
  text-align: center;
  font-weight: 600;
}
/* table .table_btn td {
  display: flex;
} */
table .t_flex {
  display: flex;
  border: none;
  align-items: center;
} 
table .table_btn td .confirm_btn {
  min-width: 95px;
}
table .table_btn td h1 {
  background-color: #707070;
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
}

.guide_popup .svg {
  position: absolute;
  top: 21px;
  right: 15px;
}
.guide_popup > div {
  border-top: none;
  text-align: left;
  padding: 0;
}
.guide_popup > div h1 {
  width: calc(100% - 40px);
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-size: 15px;
  position: relative;
}
.guide_popup > div h5 {
  padding: 0 20px;
  font-weight: 400;
}
.guide_popup > div h5:last-of-type {
  color: #707070;
}
.guide_popup > div div {
  width: 100%;
  gap: 0;
}
.guide_popup > div div:last-child {
  padding: 30px;
}
.guide_popup div button {
  background-color: var(--main-color);
  width: 100%;
}

@media screen and (max-width: 325px) {
  .main_item > h1 {
    font-size: 15px !important;
  }
  .agreement ol li h1 {
    font-size: 15px;
  }
  .item_list li > div h3 {
    font-size: 15px;
  }
  .item_list li > div p {
    font-size: 12px;
  }
  .item_list.top_list li > div div p {
    font-size: 11px;
  }
}
