@charset "UTF-8";
.transpointIn {
  position: relative;
}
.transpointIn .fs-m {
  font-size: 16px;
}
.transpointIn .fs-xl {
  font-size: 20px;
}
.transpointIn .fw-bold {
  font-weight: bold;
}
/* .transpointIn .tC {
  text-align: center;
} */
.transpointIn .mb-0 {
  margin-bottom: 0px !important;
}
.transpointIn .mb-1 {
  margin-bottom: 10px !important;
}
.transpointIn .mb-2 {
  margin-bottom: 20px !important;
}
.transpointIn .mb-3 {
  margin-bottom: 30px !important;
}
.transpointIn .mb-4 {
  margin-bottom: 40px !important;
}
.transpointIn .mg-auto {
  margin: 0 auto;
}
.transpointIn .plr-4 {
  padding: 0 40px;
}
.transpointIn .pl-1 {
  padding-left: 10px;
}
.transpointIn .pl-2 {
  padding-left: 20px;
}
.transpointIn .pl-4 {
  padding-left: 40px;
}
.transpointIn .d-inflex {
  display: inline-flex;
}
.transpointIn .color-red {
  color: rgb(255, 28, 68);
}
.transpointIn .color-main {
  color: #34bf4a;
}
.transpointIn .w-750 {
  max-width: 750px;
}
.transpointIn .w-l {
  width: 320px;
}
.transpointIn .title-l, .transpointIn .title-ml {
  color: #000;
}
.transpointIn .title-l {
  font-size: 24px;
  line-height: 24px;
}
.transpointIn .title-ml {
  font-size: 22px;
  line-height: 22px;
}
.transpointIn .title-m {
  font-size: 20px;
}
.transpointIn .hr {
  border-top: 1px solid #34bf4a;
  height: 1px;
}
.transpointIn .web {
  display: block;
}
.transpointIn .container.w-m {
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .scrollbar-com {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  }
  .bottom-area {
    margin-top: auto;
  }
  .transpointIn .w-l {
    width: 100%;
  }
  .transpointIn .title-l {
    font-size: 22px;
    line-height: 24px;
  }
  .transpointIn .title-ml {
    font-size: 18px;
    line-height: 24px;
  }
  .transpointIn .title-m {
    font-size: 18px;
  }
  .transpointIn .m-wrep {
    flex-wrap: wrap;
  }
  .transpointIn .web {
    display: none;
  }
  .transpointIn .container {
    width: 100%;
    padding: 0;
  }
}
.transpointIn-com {
  border: 1px solid #e9e9e9;
  /* overflow: hidden; */
}
.transpointIn-com.padd {
  padding: 40px;
}
.transpointIn-com.no-border {
  border: none;
}
.transpointIn-com .in-title {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.transpointIn-com .scrollbar-com {
  overflow-y: auto;
  margin-bottom: 30px;
}
.transpointIn-com .scrollbar-com:not(.hamipay) {
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .transpointIn-com {
    border: none;
  }
  .transpointIn-com.padd {
    padding: 20px;
  }
  .transpointIn-com.m-padd {
    padding: 20px 20px 0;
  }
}
.transpointIn-card {
  padding: 40px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .transpointIn-card {
    padding: 30px;
  }
  #text_trans_to {
    display: block;
  }
}
.transpointIn-card_box {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.transpointIn-card_img {
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.transpointIn-card_img img {
  display: block;
  width: 100%;
  height: auto;
}
.transpointIn-card_img.ponta-member img {
  display: block;
  width: 95%;
  height: 40%;
  padding-bottom: 30px;
}
.transpointIn-card_img img.plr {
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.transpointIn-card_img.ponta-register { /*未註冊會員*/
  background: linear-gradient(176.76deg, #FB942B -1.37%, #F77700 68.67%);
  height: 196px;
}
.transpointIn-card_img.ponta-register::before {
  content: "";
  width: 85px;
  height: 75px;
  background: url(../images/ponta/card_icon_member.png) center no-repeat;
  background-size: contain;
}
.transpointIn-card_img.ponta-member { /*ponta已註冊會員*/
  background: #fff url(../images/ponta/barcode_ponta.gif) center bottom no-repeat;
  background-size: contain;
  border: 1px solid #d6d6d6;
  height: 196px;
}
.transpointIn-card_bt {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.33);
}
.transpointIn-card_bt a {
  color: #fff;
  display: block;
}
.transpointIn-card_top {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.transpointIn-card_top .name {
  font-size: 16px;
}
.transpointIn-card_top .point {
  position: relative;
  padding-left: 24px;
}
.transpointIn-card_top .point::before {
  content: "";
  background: url(../images/ponta/icon-bg-p.svg) center 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.transpointIn-linkList {
  padding: 0 32px 24px;
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .transpointIn-linkList {
    padding: 0 4vw 4vw;
  }
}
.transpointIn .linkList_item {
  border-bottom: 1px solid #D6D6D6;
  background: url(../images/linkList_gift.svg) left center no-repeat;
  background-size: 24px auto;
  position: relative;
}
.transpointIn .linkList_item a {
  display: block;
  padding: 24px 36px;
}
.transpointIn .linkList_item.linkList_arr::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/linkList_arr.svg) center center no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .transpointIn .linkList_item a {
    padding: 12px 36px;
  }
}
.transpointIn .btn-set {
  display: flex;
  justify-content: space-around;
}
.transpointIn .btn-set a {
  background: rgb(52, 191, 73);
  border: 1px solid #34bf4a;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  padding: 9px 4px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .transpointIn .btn-set a {
    font-size: 16px;
  }
}
.transpointIn .btn-set.fourth {
  margin-left: -20px;
}
.transpointIn .btn-set.fourth a {
  min-width: calc(25% - 20px);
  margin-left: 20px;
}
.transpointIn .btn-set.out-b a {
  background-color: #fff;
  color: #34bf4a;
}
@media screen and (max-width: 768px) {
  .transpointIn .btn-set.fourth {
    margin-left: -10px;
  }
  .transpointIn .btn-set.fourth a {
    min-width: calc(25% - 10px);
    margin-left: 10px;
  }
}
.transpointIn .transBOX2 {
  margin-bottom: 30px;
  padding-top: 10px;
}
.transpointIn .transBOX2 ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.transpointIn .transBOX2 ul a {
  display: flex;
  justify-content: center;
}
.transpointIn .transBOX2 img {
  padding: 0px 15px 0 0;
  height: 45px;
  width: 45px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .transpointIn .transBOX2 {
    height: auto;
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
  }
  .transpointIn .transBOX2 ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .transpointIn .transBOX2 ul li {
    flex: 1 1 100%;
    margin-top: 10px;
  }
  .transpointIn .transBOX2 img {
    padding: 0 10px;
    height: 40px;
    width: 40px;
  }
}
.transpointIn .img-brand {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.transpointIn .img-brand img {
  width: 100%;
  height: auto;
  display: block;
}
.transpointIn .transList {
  padding: 0;
  margin: 0;
}
.transpointIn .transList > li {
  border-radius: 12px;
  border: 1px solid #34bf4a;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.transpointIn .transList > li:last-child {
  margin-bottom: 0;
}
.transpointIn .transList-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  flex: 1 1 25%;
}
.transpointIn .transList-item p {
  margin-bottom: 0;
}
.transpointIn .transList-name {
  display: flex;
  align-items: center;
}
.transpointIn .transList .img-transfer {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  position: relative;
}
.transpointIn .transList .img-transfer::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/transpoint_in/arrow-transfer.svg) center no-repeat;
  background-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.transpointIn .transList .btn-set {
  margin-left: 20px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .transpointIn .transList > li {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  .transpointIn .transList > li:last-child {
    margin-bottom: 0;
  }
  .transpointIn .transList-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .transpointIn .transList .img-brand {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .transpointIn .transList .img-transfer {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .transpointIn .transList .img-transfer::before {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }
  .transpointIn .transList .btn-set {
    margin-left: 0;
    width: 100%;
  }
}
.transpointIn .convertP {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
}
.transpointIn .convertP .c-tt {
  color: #000;
  padding-right: 10px;
  margin-bottom: 10px;
}
.transpointIn .convertP .c-point {
  color: #34bf4a;
  display: flex;
  margin-bottom: 10px;
}
.transpointIn .convertP .c-point > p:first-child {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .transpointIn .convertP {
    font-size: 18px;
    flex-wrap: wrap;
  }
}
.transpointIn .borderBox {
  border-radius: 12px;
  border: 1px solid #34bf4a;
  padding: 40px;
}
.transpointIn .borderBox .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.transpointIn .borderBox .img-brand {
  margin-right: 20px;
  width: 120px;
  height: 120px;
}
.transpointIn .borderBox.bg-g {
  background-color: #f4fef5;
}
.transpointIn .borderBox .inputBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eee;
}
.transpointIn .borderBox .inputBox .img-brand {
  width: 30px;
  height: 30px;
  padding-left: 10px;
  margin: 0;
}
.transpointIn .borderBox .inputBox .img-brand img {
  width: 30px;
  height: 30px;
}
.transpointIn .borderBox .inputBox input[type=text] {
  border: none;
  flex: 1 1 auto;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  background-color: transparent;
  font-size: 16px;
}
.transpointIn .borderBox .inputBox.disabled {
  background-color: #f0f0f0;
}
.transpointIn .borderBox .inputBox input[type=text]:disabled {
  background-color: #f0f0f0;
  color: #8e8e9b;
}
.transpointIn .borderBox .inputBox input[type=text]:invalid {
  border: 1px solid #ff0000;
}
.transpointIn .borderBox .inputBox ::placeholder {
  color: #a9a9b3;
}
.transpointIn .borderBox .inputBox.border-g {
  background-color: #fbfbfb;
  border-color: #a9a9b3;
}
.transpointIn .borderBox .inputBox.border-g input[type=text] {
  font-size: 18px;
}
.transpointIn .borderBox .inputBox .side-btn {
  display: flex;
  align-items: center;
}
.transpointIn .borderBox .inputBox .side-btn .img-verfi {
  height: 40px;
  max-width: 100px;
  display: flex;
  justify-content: center;
}
.transpointIn .borderBox .inputBox .side-btn .img-verfi img {
  width: 100%;
  height: auto;
}
.transpointIn .borderBox .inputBox .side-btn a {
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.transpointIn .borderBox .inputBox .side-btn a.undo {
  background: url(../images/transpoint_in/btn_undo.svg) center no-repeat;
  background-size: 24px;
}
.transpointIn .borderBox .inputBox .side-btn a.cancel {
  background: url(../images/transpoint_in/btn_cancel.svg) center no-repeat;
  background-size: 24px;
}
.transpointIn .borderBox .inputBox .side-btn a.refresh {
  background: url(../images/transpoint_in/btn_refresh.svg) center no-repeat;
  background-size: 24px;
}
.transpointIn .borderBox .inputBox .side-btn a.send {
  background-color: rgb(32, 156, 255);
  color: #fff;
  width: initial;
  padding: 0 20px;
  font-size: 18px;
  line-height: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .verification .pic img {
    width: auto;
    height: 30px;
  }
  .transpointIn .borderBox .inputBox .side-btn {
    display: flex;
  }
  .transpointIn .borderBox .inputBox .side-btn a.send {
    font-size: 16px;
    padding: 0;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .transpointIn .borderBox {
    padding: 20px;
  }
  .transpointIn .borderBox .img-brand {
    margin-right: 10px;
    width: 80px;
    height: 80px;
  }
}
.transpointIn .msgBox {
  width: 530px;
  border-radius: 4px;
  border: 1px solid #34bf4a;
  padding: 40px 24px;
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.transpointIn .msgBox-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.transpointIn .msgBox-icon {
  margin: 0 auto 20px;
  width: 160px;
  height: 160px;
}
.transpointIn .msgBox-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .transpointIn .msgBox {
    width: 80%;
    margin: 20px auto 0;
  }
}

.footer-container {
  height: auto;
}
.footer-container .footer-bottom {
  padding-bottom: 10px;
}

/*checkbox*/
.checkboxset {
  text-align: left;
  position: relative;
  display: inline-block;
}
.checkboxset label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 10px;
}
.checkboxset label:not(:empty) {
  padding-left: 24px;
}
.checkboxset label:before, .checkboxset label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.checkboxset label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  cursor: pointer;
}
.checkboxset label.d-block {
  display: block;
}
.checkboxset input[type=checkbox] {
  flex: 0 0 auto;
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.checkboxset input[type=checkbox]:checked + label::before {
  border-color: #34bf4a;
}
.checkboxset input[type=checkbox]:checked + label::after {
  transform: translate(4px, 5px) rotate(-45deg);
  width: 12px;
  height: 6px;
  border: 3px solid #34bf4a;
  border-top-style: none;
  border-right-style: none;
}
.checkboxset input[type=checkbox]:disabled + label:before {
  background-color: #fdfdfd;
  border-color: rgba(0, 0, 0, 0.26);
}/*# sourceMappingURL=transpoint_in.css.map */
.disabled {
  pointer-events: none;
}