

h1 {
    font-size: 40px;
    margin-bottom: .5em;
    line-height: 1em;
    text-align: center;
}
h1.textHide{margin: 0 !important;}

h1+span {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: .25em;

}
.page-head{
    position: relative;
    display: flex;

}
  #main > .container,
  #main.page-member-home > .container-fluid,
  #main.page-points > .container-fluid {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 25px 25px 32px;
  }

#member #main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    background: url('../images/m_bg_pattern.png?v=3') center top no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

#member .form .btn.btn-line {
    background: #00cd00;
}
#member .form .btn.btn-line:hover{
    color: #00cd00;
    background: #fff;
    border: 1px solid #00cd00;
}

#member .page-member .field {
    margin: 0;
}

#member .field-input-text input {
    border: 1px solid #bababa;
    padding: 0 1.5em;
    background: #fff;
    letter-spacing: 0.025em;
    font-size: 18px;
    font-weight: 300;
}

.form {
    margin-top: 40px;
}

#member #user-login .part.part-act {
    margin-top: 45px;
}

#member #user-login .part.part-act a {
    margin: 0 1em;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-out;
}

#member #user-login .part.part-act a:hover {
    border-bottom: 1px solid #000;
}

#member .page-member .field,#member .field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.btn,
#member #pop-signup-success .btn,
input {
    width: 100%;
    max-width: 335px;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
}

input,
#member #field-phone .input-text,
#member #field-password .input-text,
#member #field-confirm .input-text {
    padding: 0 1.5em;
    line-height: 50px;
}

#member #forgot-password .part {
    margin-bottom: 15px;
}
#member .page-member .form .list-check,
#member .page-member .form .warning,
#member section .form .warning,
#contact-information  .list-check{
  position: relative;
  width: 100%;
    max-width: 335px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

.btn.disabled {
    background-color: #aaaaaa !important; /* 灰色 */
    pointer-events: none; /* 關鍵：讓 a 標籤無法被點擊 */
    cursor: not-allowed;
}
#member .page-member .form .list-check, #member .page-member .form .warning{
  margin-top: 15px;
}
#member #reset-password .part{
  margin: 15px 0;
}
.part.part-verify {
    width: 182px;
    margin: 0 auto;
}
#field-sms-verify .code{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#field-sms-verify .code input{
    margin: 0;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0;
}
#member .part-phone,#member .part-email{
    margin-bottom: 0px;
}
#member .part-verify{
    margin-top: 30px;
}
#btn-verify-send,#member .part-confirm,#member .part-password,#member .form-warning{
    margin-top: 15px;
}
#member .part-password,#member .form-warning,#member .part-checklist{
    margin-bottom: 15px;
}
.error input{
    border-color: #f00000 !important;
}
#member .field {
    min-height: 50px;
}
#member .field .input-label{
    width: 335px;text-align: left;display: block;position: relative;
    margin-bottom: .5em;
}
#member .field input{
    height: 50px;
}
.list-input-checkbox{
    max-width: 335px;
    margin: 0 auto 15px auto;
}
.list-input-checkbox .checkbox-label{color: #000;letter-spacing: 0;line-height: 1.25em;}
.list-input-checkbox .checkbox-label a{color: #000;padding-bottom: 0px;

}
.list-input-checkbox .checkbox-label a:hover{
    border-color: #000;
}
#pop-signup-success .title{letter-spacing: 0;}

/* home */
.page-member-home{padding-top: 45px;}
#member #main.page-member-home section{display: block;position: relative;}
/* #main > .container,  */
#main.page-member-home > .container-fluid
/* #main.page-points > .container-fluid */
{
    margin-top: 0;
    margin-bottom: 26px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px;
    border-radius: 30px;
}
#member #main.page-member-home section#member-points,
#member #main.page-member-home section#member-tools{padding: 0;}
/* vipcard */

#main.page-member-home #member-vipcard{
    height: 514px;
    background: url('../images/home/membership-card-1.png');
    background-color: transparent;
    box-shadow: none;
}
#main.page-member-home #member-vipcard .user{
    position: absolute;
    left: 65px;
    bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}
#main.page-member-home #member-vipcard .user .user-image,.user-image {
  width: 181px;
  height: 181px;
  background-image: url(../images/home/userPicFrame.png);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#main.page-member-home #member-vipcard .user .user-image .image,.user-image .image{
    width: 172px;
    height: 172px;
    margin: 0px auto 0;
    border-radius: 50%;
    background-image: url(../images/member/icon-avatar.svg);
    background-color: #dedede;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#main.page-member-home #member-vipcard .user .user-image .image img,.user-image .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#main.page-member-home #member-vipcard .user .name{
    font-size: 26px;
    margin: .5em 0;
    letter-spacing: .25em;
    min-width: 181px;
    text-align: center;
}
.line-status{
    width: 100%;
}
.line-status p{
    color: #00cd00;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.line-status i{
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../images/home/icon-linestatus.svg');
    margin-right: .25em;
}
.vipcard-btns{
    position: absolute;
    right: 65px;
    bottom: 45px;
}

.vipcard-btns a{
    width: 162px;
    position: relative;
    display: block;
    height: 50px;
    border: 1px solid #b7b7b7;
    background: #fff;
    border-radius: 24px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    margin-top: 10px;
    transition: all 0.3s ease-out;
    color: #000;
}
.vipcard-btns a:hover{
    background: #e01113;
    color: #fff;
    border-color: #fff;
}

/* point */
#member-points .points{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 25px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;


}
#member-points .points p{display: inline-block;}
#member-points .points-line{font-weight: 300;margin-left: .5em;}
#member-points .points-value{
    font-size: 76px;
    line-height: 66px;
    font-weight: 400;
    margin-left: .25em;
    
}
#member-points .points-icon{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    line-height: 26px;
    margin-left: 13px;
    transform: translateY(-20%);
}
#member-points .points-icon::before{
    content: "P";
    text-align: center;
    color: #fff;
    font-size: 22px;

}
/* activity */
.activity-row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.activity-row:last-child{margin-bottom: 0;}
.activity-btn{margin: 0;}
.activity-coin{margin-right: 30px;margin-bottom: 0;}
#member #main.page-member-home section#member-activity{
    padding: 25px 0;
}
#member .part.part-activity{
    margin-top: 0;
}
/* tools */
#member-tools .part-portal{
    margin: 0;
}
#member-tools .part-portal > div{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    height: 250px;
}

#member-tools .part-portal > div .image{
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}
#member-tools .part-portal > div:hover .image{
    transform: scale(1.1);
}
#member-tools .part-portal > div  .title{
    font-size: 24px;
    margin-top: 1em;
    text-align: center;
}

/* news */
#member-news{
    padding: 0 50px;
}
#member-news ul{
    margin-top: 60px;
}
#member-news ul li{
    padding: 0 6px;
}

/* page */
.page-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-title h1{
    font-size: 43px;
    color: #fff;
    font-weight: bold;
    line-height: 3em;
    margin-bottom: 0;
}
.page-back-btn::before{
    content: "";
    width: 55px;
    height: 47px;
    background: url('../images/back.svg');
    font-size: 43px;
    line-height: 3em;
    display: inline-block;
    margin: 0 18px;
    transition: all 0.3s ease-out;
}
.page-back-btn:hover{color: #fff;}
.page-back-btn:hover:before{
    color: #fff;
    transform: translateX(-10%);
}
.mb{display: none;}

#pop-serial-result,
/* #pop-redeem-success, */
/* #pop-redeem-linePoints-success, */
#pop-redeem-confirm,
#pop-redeem-result {
  width: 750px;
  padding: 40px 25px;
  background-color: #ffffff;
  border-radius: 20px;
}

/* invoice */

#main.page-scan > .container section{
    padding: 60px 0;
}
#main > .scan-container{
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}
.scan-nav{
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scan-nav a{
    text-align: center;
    width: 33.33%;
    line-height: 96px;
    font-size:30px ;
    transition: all 0.3s ease-out;
    background: #d4d4d4;
}
.scan-nav a.active,.scan-nav a:hover{
    background: #fff;
}





.close-popbtn {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 9;
}

.cross-container {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 34px;
  height: 34px;
  transition: all 0.3s ease-out;
}

.cross-container .line {
  width: 34px;
  height: 1px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
  top: 50%;
}

.cross-container .line1 {
  transform: translateY(-50%) rotate(-45deg);
}

.cross-container .line2 {
  transform: translateY(-50%) rotate(45deg);
}
.close-popbtn:hover .cross-container{
    transform: translate(-50%, -50%) rotate(180deg);
}



/* campaign */

#popCampaign .inner>div::-webkit-scrollbar {
    width: 6px;
}
#popCampaign  .inner {
            height: 100%;
            padding: 3px;
            overflow-y: auto;

        }
#popCampaign .inner>div {
            
        }
#popCampaign .inner>div::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#popCampaign .inner>div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #767676;
}

#popCampaign .inner>div::-webkit-scrollbar-thumb:window-inactive {
    background: #767676;
}
#popCampaign{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#pop-campaign {
    position: relative;
    width: 918px;
    max-height: 80dvh;
    height: 80%;
    background-color: #fff;
    border-radius: 30px;
    padding: 90px 45px;
}

#pop-campaign h4 {
    color: #000;
    font-size: 46px;
    text-align: center;
    padding-bottom: 60px;
}

#pop-campaign .inner p {
    
    font-size:18px;
    color: #000;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

#pop-campaign .inner>div>p:first-of-type {
    color: #000;
    width: 40%;
    text-align: center;
}

#pop-campaign .close-popbtn {
    width: 52px;
    height: 52px;
    border: none;
/*     border-radius: 50%; */

/*     border-width: 4px; */
/*     border-style: solid; */
/*     border-color: #bebebe; */
    position: absolute;
    right: 24px;
    top: 24px;
}

#pop-campaign .cross-container {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 34px;
    height: 34px;
}

#pop-campaign .cross-container .line {
    width: 34px;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    top: 50%;
}



.campaign-product-container {
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#popCampaign .accordion{
    position: relative;
    width: 553px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 8px;
    border-radius: 15px;
}
#popCampaign .accordion-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    padding: 0 28px;
    cursor: pointer;
    user-select: none;
    height: 142px;
    padding-right: 40px;
}

#popCampaign .accordion-title p {
    pointer-events: none;
}

#popCampaign .accordion-title>div {
    width: 26px;
    height: 26px;
    position: relative;
    pointer-events: none;
    position: absolute;
    right: 20px;
}
#popCampaign .accordion-title>div::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #a6a6a6;
    border-bottom: 2px solid #a6a6a6;
    background: transparent;
    border-radius: 0;
    top: calc(50% - 20px);
    transform: rotate(45deg);  

}

#popCampaign .accordion-title>div.open::after {
    transform: rotate(-135deg);
    top: calc(50% - 5px);
}

#popCampaign .accordion-info {
    height: 0;
    overflow: hidden;
    width: 88%;
    
    margin: 0 auto;
}

#popCampaign .accordion-info.open {
    height: auto;
    border-top: 1px solid #e0e0e0;
    padding: 5rem 0;
}

#popCampaign .accordion-info>*:first-of-type {
    margin-top: 10px;
}

#popCampaign .accordion p {
    margin-bottom: 5px;
    text-align: left;
}

.grecaptcha-badge {
    transform: scale(0.6);
    opacity: 0.6;
}


/* ============================================================
   Terms Popup
   ============================================================ */

#terms-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

#terms-pop .pop-info {
position: relative;
    width: 750px;
    max-height: 507px;
    background-color: #fff;
    border-radius: 30px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

#terms-pop .pop-info .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 40px 30px;
  overflow: hidden;
}

#terms-pop .pop-info h2 {
  font-size: 30px;
  text-align: center;
  color: #333;
  margin: 40px 0 20px;
  flex-shrink: 0;
}

#terms-pop .terms-body {
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
  width: 630px;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#terms-pop .terms-body::-webkit-scrollbar {
  width: 6px;
}

#terms-pop .terms-body::-webkit-scrollbar-track {
  border-radius: 10px;
}

#terms-pop .terms-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #767676;
}

#terms-pop .terms-body p {
  font-size: 18px;
/*   text-align: left; */
    text-align: justify;
  color: #333;
  line-height: 1.8;
  margin-bottom: 1em;
  letter-spacing: 0.025em;
  text-indent: 2em;
}

#terms-pop .terms-check-row {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 10px;
}

#terms-pop .terms-check-label {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  gap: 10px;
}

#terms-pop .terms-check-label input[type="checkbox"] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  accent-color: #f00000;
  flex-shrink: 0;
  margin-top: 0;
}
#terms-pop .terms-check-label span{color: #000;}
#terms-pop .pop-info .inner > div {
    
}
#terms-pop .btns {
    width: 450px;
    margin: 0 auto;
    font-size: 27px;
    line-height: 2em;
  flex-shrink: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}

#terms-pop .pop-info .actions {
        width: 50%;
    margin: 35px 15px;
}


#terms-pop .btn-agree {
  background: #9f9f9f;
  pointer-events: none;
}

#terms-pop .btn-agree.active {
  background: #f00000;
  pointer-events: auto;
  box-shadow: none;
}

#user-login .btn-back{
    margin: 0 auto;
    margin-top: 30px;
    width: fit-content;
    display: block;
    color: #aaaaaa;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    text-indent: 0;
    letter-spacing: 0.025em;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-out;
}
#user-login .btn-back:hover{

    border-bottom: 1px solid #aaaaaa;
}
#user-login .btn-back i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .5em;
}
#user-login .btn-back i svg{
    width: 100%;
}
#user-login .btn-back i svg path{
    fill: #aaaaaa;
}

#user-login .btn-back .-reverse {
    transform: scaleX(-1);
}
@media (min-width: 768px) {
    #member #main::before {
        background: url('../images/bg_pattern.png') center top no-repeat;
        background-size: 100% auto;
    }
}

@media (min-width: 992px) {
    #member #main::before {
        background: url('../images/bg_pattern.png') center top no-repeat;
        background-size: 1920px auto;
    }

    #member .form .btn {
        max-width: 335px;
        font-size: 18px;
        letter-spacing: 0;
        font-weight: bold;
        text-indent: 0em;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #member #user-login .part.part-login-methods {
        margin-top: 30px;
    }
    
}

@media (min-width: 1921px) {

    #member #main::before {
        background-size: 100% auto;
    }

}

@media (max-width: 992px) {
    html,body {
    font-size: 10px;
  }

  .mb{display: block;}
  .pc{display: none;}
  .navbar-brand{
    margin: 33px 0 0 0;
  }
  .navbar-brand img{
    width: 20.8rem;
  }
    #member #page-member-home{
        padding-top: 3.6rem;
        padding-bottom: 14rem;
    }
    .container{
        width: calc(100% - 9.2rem);
        border-radius: 3rem;
    }
    h1{font-size: 6.1rem;margin-bottom: 1rem;}
    h1+span{margin-bottom: 3rem;}
    .page-head{
        height: 3em;
        font-size: 4.8rem;
    }
    #main section{
        padding: 9rem 0;
    }
    #member .form{margin-top: 0;}
    h1+span,#member #user-login .part.part-act a,
    #main #forgot-password .text,.list-input-checkbox{font-size: 3rem;letter-spacing: 0;}
    h2{font-size: 4rem;}
    #main section h2{text-indent: 0;font-size: 4.6rem;margin-bottom: .75em;}
    #member .field .input-label{max-width: 51.4rem;margin: 0 auto;font-size: 2.8rem;}
    #member .form .list-check,.list-input-checkbox{max-width: 51.4rem;}
    .btn,#member #pop-signup-success .btn,
    input,#member .field input {
        width: 100%;
        max-width:51.4rem;
        height: 8rem;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 8rem;
        letter-spacing: 0.025em;
        border-radius: .7rem;
    }
    #member #pop-signup-success .btn{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    #member .field-input-text input{border-width: 1px;}
    #member .field-input-text input,#member .btn{border-radius: .7rem;}
    input,
    #member #field-phone .input-text,
    #member #field-password .input-text,
    #member #field-confirm .input-text {
        padding: 0 1.5em;
        line-height: 8rem;
    }
     #member .field {
/*         height: 8rem; */
        min-height: 8rem;
    }
    #member .field input{height: 8rem;}
    #member .part{margin-bottom: 2rem;}
    #member .form .btn {
        padding: 0;
        max-width: 51.4rem;
        font-size: 2.8rem;
    }
    .part-login-methods li, .part-social-connect li{
        margin-bottom: 2rem;
    }
    #member .form .list-check li{
        line-height: 1.5em;}
    #member .page-member .form .list-check, #member .page-member .form .warning,#member section .form .warning{
        max-width: 51.4rem;
    }
    #member section .form .warning{
        margin-top: 1em;
    }

    #member .form .warning li{
        padding: 0 0 0 6rem;
    }
    .part.part-verify {
        width: 24.8rem;
    }
    #member .form .warning li{
        line-height: 3rem;
        margin-bottom: 1rem;
        padding-left: 6rem;
        background-size: 3rem;
        background-position: 2rem center;
        letter-spacing: 0;
    }
    #member .form .list-check li{
        line-height: 3rem;
        margin-bottom: 1rem;
        padding-left: 6rem;
        background-position: 2rem center;
/*         background-size: 3rem; */
    }
    #member .form .warning,
    #member .field-input-text input,
    #field-sms-verify .code input,
    #member .form .list-check{font-size: 3rem;}
    #main .part-login-methods{margin-top: 4rem;}
    #member #user-login .part.part-act{
        margin-top: 6rem;
    }
    .list-input-checkbox .checkbox-label{padding-left: 6rem;}
    .list-input-checkbox .checkbox-label:after{
        width: 3.6rem;
        left: 2rem;
        height: 3.2rem;
        background-size: cover;
    }
    #pop-redeem-detail,
    #pop-serial-notice,
    #pop-serial-result,
    #pop-redeem-success,
    #pop-redeem-linePoints-success,
    #pop-redeem-confirm,
    #pop-redeem-result,
    #check-pop .pop-info {
      width: 66.5rem;
      padding: 10rem 2.5rem 4rem 2.5rem;
      background-color: #ffffff;
      border-radius: 3rem;
      
    }
    .page-back-btn{
/*         display: none; */
        position: absolute;
        left: 0;

    }
    .page-back-btn::before{
        width: 5.5rem;
        height: 4.7rem;
    }
    .page-title{
        justify-content: center;
        
    }
    .page-title h1{font-size: 4.8rem;}
    /*  home    */

    #main .container-fluid
    {
        width: 66rem;
        margin-bottom: 2.8rem;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3rem;
        border-radius: 3rem;
    }
    /* vipcard */
    #main.page-member-home #member-vipcard{
        height: 33.9rem;
        background-size: cover;
    }
    #main.page-member-home #member-vipcard .user{
        position: absolute;
        left: 3.5rem;
        bottom: 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        
    }
    #main.page-member-home #member-vipcard .user .user-image {
      width: 11.6rem;
      height: 11.6rem;
      background-size: cover;
      margin-left: .7rem;
    }
    #profile-information .part .avatar{width: 100%;}
    #profile-information .part .avatar .user-image{
        width: 17.8rem;
      height: 17.8rem;
      background-size: cover;
/*       margin-left: 0rem; */
    }
    #main.page-member-home #member-vipcard .user .user-image .image{
        width: 11rem;
        height: 11rem;
    }
    #profile-information .part .avatar .image{
        width: 16.7rem;
        height: 16.7rem;
    }
    #main.page-member-home #member-vipcard .user .name{
        font-size: 2rem;
        min-width: 13rem;
    }
    .line-status p{
        font-size: 2rem;
    }
    .line-status i{
        width: 1.5rem;
        height: 1.5rem;
        background-size: cover;
    }
    .vipcard-btns{
        right: 3.5rem;
        bottom: 2.5rem;
    }

    .vipcard-btns a{
        width: 13.2rem;
        height: 4rem;
        border-radius: 2rem;
        font-size: 2rem;
        line-height: 4rem;
        margin-top: 1rem;
    }

    /* point */
    #member-points .points{
        padding: 2.25rem 0;
        font-size: 2.8rem;
    }
    #member-points .points-value{
        font-size: 4.8rem;
        line-height: 4.8rem;
        margin-left: .25em;
    }
    #member-points .points-icon{
        width: 2.6rem;
        height: 2.6rem;
        line-height: 2.6rem;
        margin-left: 1.3rem;
    }
    #member-points .points-icon::before{
        font-size: 2.2rem;

    }
    /* activity */
    #member #main.page-member-home section#member-activity{
        padding: 2.5rem 0;
    }
    .activity-row{
        margin-bottom: 2rem;
    }
    .activity-btn{
        width: 25.7rem;
        height: 4.7rem;
        font-size: 2rem;
    }
    .activity-coin {
        margin-right: 3rem;
    }
    .activity-coin img{
        width: 5rem;
    }

    .activity-finish p {
      font-size: 5rem;
      margin-bottom: 3rem;
    }
    .activity-finish.show .coins span{
        width: 10rem;
    }
    .activity-finish.show .coins span img{width: 100%;}
    .activity-finish .coins span:nth-child(1) {
      margin-top: 4.5rem;
    }
    .activity-finish .coins span:nth-child(2) {
      margin: 0 -4rem 0 -4rem;
    }
    .activity-finish .coins span:nth-child(3) {
      margin-top: 4.5rem;
    }

    /* tools */
    #member-tools .part-portal > div{
        height: 17.5rem;
        padding: 0;
    }

    #member-tools .part-portal > div .image{
        height: 9rem;
    }
    #member-tools .part-portal > div  .title{
        font-size: 3rem;
        line-height: 1em;
        margin-top: .5em;
    }
    .portal-manual img{width: 5.9rem;}
    .portal-gift img{width: 6.4rem;}
    .portal-history img{width: 6.9rem;}
    .portal-activity img{width: 7.8rem;}
    .portal-serial img{width: 6.7rem;}
    .portal-coupons img{width: 7.8rem;}
    .portal-instructions img{width: 6rem;}
    .portal-service img{width: 7.4rem;}
    /* news */
    #member #main.page-member-home section#member-news{
        display: none;
      }
    #member #member-news .articles-container h2{font-size:4.8rem ;margin-bottom: .25em;line-height: 1em;}
    #member #member-news .articles-container .showyouText{font-size: 2.8rem;margin-top: 0em;}

    #member-news{
        padding: 0 4rem;
    }
    #member-news ul{
        margin-top: 5rem;
    }
    #member-news ul li{
        padding: 0 .7rem;
    }
    #member #member-news .articles-container .info .date{font-size: 2rem;}
    #member #member-news .articles-container h3{
        font-size: 2.2rem;
        line-height: 1.25em;
        height: 2.5em;
    }
    #member #member-news .actions .btn{
        width: 51.4rem;
        display: block;
        margin: 0 auto;
        margin-bottom: 2.5rem;
        border-radius: .7rem;
        font-size: 2.8rem;
        line-height: 8rem;
        height: 8rem;
    }

    #member #pop-serial-result .btn, #member #pop-redeem-success .btn, #member #pop-redeem-linePoints-success .btn{
        width: 19.5rem;
        height: 4.8rem;
        line-height: 4.8rem;
        font-size: 2rem;

    }
    .pop-main{
        max-width: 66.5rem;
    }
    #pop-coupon .close,
    .pop-main .close {
      position: absolute;
      top: -8rem;
      right: 0;
      width: 6rem;
      height: 6rem;
      background: url(../images/common/close.svg) center center no-repeat;
      background-size: contain;
      opacity: 0.75;
      filter: alpha(opacity=75);
    }

    .scan-nav{
        height: 10rem;
    }
    .scan-nav a{
        text-align: center;
        width: 25%;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.25em;
        font-size:3rem ;
        padding: 0 .05em;
    }
     #main.page-profile > .container #profile{
        padding-top: 0;
    }
    #profile-information .part .actions .btn{
        line-height: 8rem;
        height: 8rem;
    }
    #main.page-member-home > .container-fluid{
        border-radius: 3rem;
        margin-bottom: 2.5rem;
    }
    #member #main{
/*         padding-top: 17rem; */
    }
    #member #main.page-member,
    #member #main.page-points{
        padding-top: 0;
    }
    #member #main.page-edit-profile{
        padding-top: 0rem;
    }
    #member #main.page-member-home {
      padding-top: 3.5rem;
    }

    /*   campaign   */
    #pop-campaign {
        width: 66.4rem;
        border-radius: 3rem;
        padding: 9rem 3.2rem
    }
    
    #pop-campaign h4 {
        font-size: 4.7rem;
        padding-bottom: 6.25%;
    }
    #pop-campaign .inner>div>p:first-of-type{
        font-size: 3.4rem;
        width: 82%;
    }
    #pop-campaign .inner p{
        
    }
    #pop-campaign .hint-info {
        line-height: 1.458;
        font-size: 18px;
        width: 90%;
        margin-right: 3px;
        padding-right: 7.75%;
        height: 46%;
        overflow: auto;
    }

    #pop-campaign .hint-info::-webkit-scrollbar {
        width: 6px;
    }

    #pop-campaign .hint-info::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    #pop-campaign .hint-info::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #767676;
    }

    #pop-campaign .hint-info::-webkit-scrollbar-thumb:window-inactive {
        background: #767676;
    }

    .close-popbtn {
        width:6rem;
        height: 6rem;
        right: 3rem;
        top: 3rem;
    }

    .cross-container {
        width: 6rem;
        height: 6rem;
    }

    .cross-container .line {
        width: 6rem;
        height: 1px;
    }

    #pop .inner>div {
        margin-top: 9.25%;
    }

    .campaign-product-container {
        margin-top: 10%;
    }

    #popCampaign .accordion{
        width: 100%;
        margin-bottom: 1.5rem;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2rem 1rem;
        border-radius: 1.5rem;
    }
    #popCampaign .accordion-title {
        font-size: 3rem;
        padding: 0 3rem;
        height: 15rem;
        padding-right: 8rem;
    }

    #pop-campaign .accordion-title p {
        font-size: 3rem;
        margin: 0;
        pointer-events: none;
    }

    #popCampaign .accordion-title>div {
        width: 3rem;
        height: 3rem;
        position: relative;
        pointer-events: none;
        position: absolute;
        right: 5rem;
    }
    #popCampaign .accordion-title>div::after {
        position: absolute;
        content: "";
        width: 3rem;
        height: 3rem;
        border-right: 2px solid #a6a6a6;
        border-bottom: 2px solid #a6a6a6;
        background: transparent;
        border-radius: 0;
        top: calc(50% - 2rem);
        transform: rotate(45deg);  

    }

    #popCampaign .accordion-title>div.open::after {
        transform: rotate(-135deg);
        top: calc(50% - 1rem);
    }

    #popCampaign .accordion-info {
        height: 0;
        overflow: hidden;
        width: 88%;
        margin: 0 auto;
    }

    #popCampaign .accordion-info.open {
        height: auto;
        border-top: 1px solid #e0e0e0;
    }

    #popCampaign .accordion-info>*:first-of-type {
        margin-top: 1rem;
    }
    #pop-campaign .inner p{
        font-size: 2rem;
    }
    #terms-pop .pop-info {
        width: calc(100% - 30px);
        max-height: 85vh;
                border-radius: 3rem;
      }

      #terms-pop .pop-info .inner {
        padding: 0 3rem 3rem;
      }
      #terms-pop .pop-info h2 {
        font-size: 3rem;
        margin: 4rem 0 2.5rem;
      }
      #terms-pop .terms-body{width: 100%;padding-right: 0;}
      #terms-pop .terms-body p {
        font-size: 2.4rem;
        line-height: 1.7;
        margin-bottom: 1.5rem;
      }
      #terms-pop .pop-info .btns,#member .pop-info .btns{width: 100%;}
      #terms-pop .pop-info .btns{flex-direction: row;        margin: 3.5rem auto;}
      #terms-pop .pop-info .btns > div{
                width: 24rem;
        height: 8rem;
        margin: 1.2rem 0;
        max-width: 100%;
        margin: 0 1rem;
      }
      #member .pop-info .btns > div a{
                width: 100%;
        font-size: 2.7rem;
        margin: 0;
      }
      #terms-pop .terms-check-label {
        font-size: 2.6rem;
        gap: 1rem;
      }
      #terms-pop .terms-check-label input[type="checkbox"] {
        width: 3rem;
        height: 3rem;
      }

    #user-login .btn-back{
        margin-top: 3rem;
      
        font-size: 2.7rem;
    }
}
@media (max-width: 767px) {
     html,body {
        font-size: 1.33333vw;
      }
      #header{
        height: 12rem;
      }
      .navbar-brand{
        margin: 3rem 0 0 0;
      }

}

