* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.mt-1 {
  margin-top: 0.25rem;
  display: block;
}
.mt-2 {
  margin-top: 0.5rem;
  display: block;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 3rem;
}
.w-1-8 {
  width: 12.5%;
}

.row{
        display: flex;
        gap: 20px;
    }
    .mt-10{
        margin-top: 10px;
    }
    .mt-20{
        margin-top: 20px;
    }
    .mt-30{
        margin-top: 30px;
    }
    .mt-50{
        margin-top: 50px;
    }
.text-gray-700 {
  color: #626262 !important;
}
.p-3 {
  padding: 1rem !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  display: flex;
  justify-content: space-between !important;
}

.justify-content-center {
  display: flex;
  justify-content: center !important;
}


.d-flex {
  display: flex !important;
}

.flex_c {
  display: flex;
  align-items: center;
}

.flex_gap_30 {
    display: flex;
    gap: 30px;
}

.rounded {
  border-radius: 4px !important;
}
.border {
  border: 1px solid #d8d8d8 !important;
}
.bg-gray-100 {
  background-color: #fbfbfb !important;
}
.btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 24px;
  min-height: 32px;
  padding: 0.1875rem 0.9375rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    color 0.15s ease-in-out;
}
.font-weight-semibold {
  font-weight: 600;
}
.flex-column {
  flex-direction: column !important;
}
.setting_user_page {
  padding: 30px 0 56px;
}
.inner {
  gap: 30px;
}
.sec_left .list_nav {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.sec_left .list_nav li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px 16px 12px;
}
.sec_left .list_nav li + li {
  margin-top: 8px;
}
.sec_right .box {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sec_right .ttl_box {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.sec_right .sub_ttl_box {
  font-size: 14px;
  color: #626262;
}
.sec_right form {
  margin: 20px 0px;
}
.sec_right .row_input {
  margin-bottom: 20px;
}
.sec_right form .lab {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
.sec_right .c_box {
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  min-height: 48px;
}
.row_input .c_box {
  padding: 0 8px !important;
  min-height: 48px;
}
.row_input .text_input {
  padding: 0;
  border: 0;
  height: 72px;
}
.box_input .sub_ttl_box {
  margin-top: 5px;
}
.box_input .green_button {
  display: inline-flex;
  padding: 10px 0px;
  border-radius: 4px;
  background-color: #b7ee11;
  font-size: 14px;
  cursor: pointer;
  justify-content: center;
}

.s_button {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: fit-content;
  font-size: 13px;
}

.sec_right form .box_phone_number {
  height: 50px;
  background-color: #fbfbfb;
}

.sec_right form .select {
  position: relative;
}

.sec_right form .box_phone_number .select {
  height: 32px;
  width: 78px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  padding-left: 11px;
  background: url(/assets/images/main/arr-down-grey2.png) no-repeat right 20px
    center;
}

.sec_right form .box_phone_number input {
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
  border: none;
  background-color: #f7f7f7;
}

.sec_right form .change_btn {
  margin-top: 8px;
  font-size: 14px;
  display: block;
}

.sec_right .box_input textarea {
  height: 150px;
  padding-top: 8px;
  font-size: 14px;
}
.sec_right hr {
  border: 0px;
  border-top: 1px solid #ccc;
  margin: 20px 0px 30px 0;
}
.error_alert {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 40px !important;
}
.error_alert p {
  margin-top: 0px;
  align-items: center;
  font-size: 14px;
}
.error_alert a {
  font-weight: 600;
  text-decoration: underline;
}

.label-small {
  font-size: 0.875rem;
  line-height: 16px;
}
.text-gray-700 {
  color: #626262 !important;
}

.regular-18 {
  font-size: 0.75rem;
  line-height: 18px;
}

.cs_table {
  width: 100%;
  padding: 20px 0 40px;
}

.cs_table td {
  text-align: center;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.cs_table td:first-child {
  text-align: left;
}

.cs_table tr:last-child td {
    border: none;
} 

.cs_table tbody td label {
  position: relative;
  height: 20px;
}

.cs_table thead td {
  padding-bottom: 40px;
  color: #757575;
  font-weight: 600;
  border-bottom: none;
}

.cs_table thead td > span {
  font-size: 12px;
  color: #252525;
  font-weight: 300;
  margin-top: 4px;
  display: block;
}

.cs_table tbody td label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.cs_table tbody td input:checked + label::before {
  background-color: #d4f570;
}

.cs_table tbody td input:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #252525;
  border-bottom: 2px solid #252525;
  width: 7px;
  height: 13px;
}

.cs_table .wrap_hour > span,
.cs_table .time_wrap > span {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.cs_table .time_wrap .input_wrap {
  display: flex;
  align-items: center;
  width: 217px;
  height: 48px;
  border: 1px solid #ccc;
}

.cs_table .time_wrap .input_wrap strong {
    height: 100%;
    line-height: 48px;
    text-align: center;
    padding: 0 15px;
    border-left: 1px solid #ccc;
}

.cs_table .time_wrap .input_wrap input {
    flex: 1;
    height: 100%;
    border: none;
}

.cs_table .wrap_label label {
    height: unset;
    padding-left: 30px;
}
.cs_table .wrap_label label::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cs_table .wrap_label input:checked + label::after  {
    left: 10px;
    top: 46%;
    
}

.mypage_user_info h2 {
  padding: 40px 0 20px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
}

.member-container {
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 0px auto 200px;
  padding: 0px 0 0px;
}

.member {
  position: relative;
}

.mypage_user_info .form-box2 {
  text-align: center;
  margin: 10px auto;
}

.mypage_user_info .form-box2 table {
  width: 100%;
  border-top: solid 2px #252525;
  font-size: 14px;
  border-collapse: separate;
}

.mypage_user_info .form-box2 table tr {
  border-top: solid 1px #dbdbdb;
}

.mypage_user_info .form-box2 table th {
  padding: 10px 0px 10px 30px;
  width: 160px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-align: left;
  background-color: #fafafa;
  border-right: solid 1px #dbdbdb;
  border-bottom: solid 1px #dcdcdc;
}

.mypage_user_info .form-box2 table td {
  text-align: left;
  padding: 12px 32px;
  font-weight: 300;
  border-bottom: 1px solid #dbdbdb;
}

.td_flex{
  display:flex;
}
.icon_check{
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
}

.flex-cus {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mypage_user_info .form-box2 table td input {
  width: 260px;
  height: 34px;
}

.mypage_user_info .form-box2 .member_delete button {
  display: inline-block;
  width: 70px;
  height: 26px;
  border-radius: 2px;
  border: solid 1px #aaaaaa;
  background-color: #f6f6f6;
  color: #333;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

.mypage_user_info .form-box2 table td .user_phone {
  border: 1px solid #dcdcdc;
  width: 260px;
  height: 34px;
  box-sizing: border-box;
}

.mypage_user_info .form-box2 table td .user_phone input {
  float: left;
  border: 0;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
}

.mypage_user_info .form-box2 table td .user_phone span {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  line-height: 32px;
}

.mypage_user_info .form-box2 table td p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  word-break: keep-all;
  line-height: 1.2;
  font-size: 14px;
  margin: 20px 0 0;
  color: #7e7e7e;
}

.mypage_user_info .form-box2 .fn_btn {
  display: inline-block;
  margin: 30px 10px;
  width: 150px;
  height: 40px;
  border: solid 1px #cccccc;
  background: #fff;
  color: #333;
  font-size: 16px;
}

.mypage_user_info .form-box2 .fn_sub {
  display: inline-block;
  margin: 30px 0;
  width: 150px;
  border: none;
  height: 40px;
  background: #333;
  color: #fff;
  font-size: 16px;
}

.mypage_user_info .form-box2 input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: inline-flex;
  padding: unset;
}

.mypage_user_info .checkbox_flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mypage_user_info .lab {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
  text-align: left;
}

.mypage_user_info .c_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    min-height: 48px;
  padding: 0 8px !important;
  min-height: 48px;
}

.mypage_user_info .text_input {
  padding: 0;
  border: 0;
  height: 72px;
}

.mypage_user_info .green_button {
  display: inline-flex;
  padding: 10px 0px;
  border-radius: 4px;
  background-color: #b7ee11;
  font-size: 14px;
  cursor: pointer;
  justify-content: center;
}

.mypage_user_info .label-small {
  text-align: left;
}

.mypage_user_info .avatar_user {
  width: 110px;
}

.mypage_user_info .user_info_new {
  padding-bottom: 30px;
}

.mypage_user_info {
  flex: 1;
}
.pagination {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination a, .pagination strong {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}
.pagination strong {
    font-weight: bold;
    background-color: #f0f0f0;
}
.pagination li.active a {
    background-color: #0096d5;  
    color: #fff;               
    border-radius: 4px;         
    padding: 10px 16px;         
    text-decoration: none;    
    font-weight: 700; 
}

/* wallet */
.wallet_info {
  flex: 1;
  padding: 50px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.wallet_info .wallet_top {
  padding-bottom: 20px;
}

.wallet_info .wallet_top .wallet_price {
  text-align: center;
  gap: 25px;
}

.wallet_info .wallet_top .wallet_price h2 {
  font-size: 30px;
}


.wallet_info .wallet_top .wallet_price img {
  /* width: 20px; */
}

.wallet_info .wallet_port {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.wallet_info .wallet_port p {
  font-size: 20px;
  font-weight: 500;
}

.wallet_info .wallet_port p.red {
  color: red;
}

.wallet_info .wallet_port p.blue {
  color: #14a8e8;
}

.wallet_info .wallet_port .port_ic {
  gap: 5px;
}

.wallet_info .wallet_port .port_ic img {
  width: 20px;
   filter: brightness(0) saturate(100%) invert(58%) sepia(91%) saturate(2082%) hue-rotate(172deg) brightness(96%) contrast(98%);
}

.wallet_info .wallet_link {
  margin: 20px 0 0;
  gap: 20px;
}

.wallet_info .wallet_link a {
  display: block;
}

.wallet_info .wallet_link .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #467cf1;
}

.wallet_info .wallet_link .ico img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.wallet_info .wallet_link p {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.wallet_info .wallet_bot {
  margin-top: 50px;
}

.wallet_info .wallet_bot .search {
  gap: 10px;
}

.wallet_info .wallet_bot .search p {
  font-size: 16px;
  color: #252525;
}

.wallet_info .wallet_bot .edit {
  gap: 20px;
}

.wallet_info .wallet_bot .edit .icon:first-of-type {
  width: 25px;
}

.wallet_info .wallet_bot .info_coin {
  margin-top: 25px;
}

.wallet_info .wallet_bot .info_coin .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet_info .wallet_bot .info_coin .list + .list {
  margin-top: 15px;
}

.wallet_info .wallet_bot .info_coin .list .coin {
  gap: 15px;
}

.wallet_info .wallet_bot .info_coin .list .coin img {
  width: 40px;
}

.wallet_info .wallet_bot .info_coin .list .coin p {
  font-size: 16px;
  color: #252525;
}

.wallet_info .wallet_bot .info_coin .list .coin_price p{
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 5px;
  text-align: right;
}

.wallet_info .wallet_bot .info_coin .list .coin_price span {
  font-size: 14px;
  color: #757575;
  font-weight: 700;
}

.wallet_info .wallet_bot .info_coin .list .coin_price button {
    padding: 10px 20px;
    border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  background-color: #467cf1;
  color: #fff;
}