@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.p_pay_ok .notice_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  margin-top: 30px;
}
.dark .p_pay_ok .notice_box {
  background-color: #1E1E1E;
  border-color: #46434B;
}
@media screen and (max-width: 1023.9px) {
  .p_pay_ok .notice_box {
    margin-top: 15px;
    gap: 10px;
    padding-inline: 10px;
  }
}
.p_pay_ok .notice_box .tit {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .p_pay_ok .notice_box .tit {
    font-size: 20px;
  }
}
.p_pay_ok .notice_box .txt {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1023.9px) {
  .p_pay_ok .notice_box .txt {
    font-size: 14px;
  }
}
.dark .p_pay_ok .notice_box .txt {
  color: #fff;
}

.p_coin_charge .com_tab {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_coin_charge .com_tab {
    margin-block: 20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .dark .p_coin_charge .com_list tr td {
    background-color: #2B2B2B;
    border-color: #46434B;
  }
}
@media screen and (max-width: 1023.9px) {
  .dark .p_coin_charge .com_list tr {
    background-color: #2B2B2B;
    border-color: #46434B;
  }
}

.com_notice_box {
  margin-top: 30px;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 30px;
  border: 1px dashed #ddd;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  line-height: 1.4;
}
.dark .com_notice_box {
  background-color: #2B2B2B;
}
.dark .com_notice_box {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_notice_box {
    margin-top: 15px;
    font-size: 14px;
    padding: 20px;
  }
}
.dark .com_notice_box {
  border-color: #46434B;
}

.p_pay .com_info_list .full_line {
  grid-column: 1/-1;
  border-top: 1px solid #ddd;
}
.dark .p_pay .com_info_list .full_line {
  border-color: #46434B;
}
.p_pay .com_info_list .tit_field.center {
  line-height: 48px;
}
.p_pay .com_input_sec {
  margin-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_pay .com_input_sec {
    gap: 20px;
    margin-top: 20px;
  }
}
.p_pay .all_check {
  margin-top: 30px;
  padding-block: 30px;
  border: solid #ddd;
  border-width: 1px 0;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .p_pay .all_check {
    margin-top: 20px;
    padding-block: 20px;
  }
}
.dark .p_pay .all_check {
  border-color: #46434B;
}

.p_coin_history .com_tab {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_coin_history .com_tab {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.p_coin_history .pg_tit_sub {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.42;
}
@media screen and (max-width: 1023.9px) {
  .p_coin_history .pg_tit_sub {
    margin-bottom: 15px;
  }
}
.p_coin_history .pg_tit_sub .link {
  border-bottom: 1px solid #FF41B4;
  font-weight: 700;
}
.dark .p_coin_history .pg_tit_sub .link {
  border-color: #46434B;
}
.p_coin_history .com_pg_tit__wrap .com_pg_tit {
  order: 0;
}