
.login-pc-format {
  max-width: 100%;
  margin-left: 6%;
  margin-right: 6%;
}

.popwin-title {
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #BAF3B1;
    text-align: center;
     color: #051501;
    margin-bottom: 12px;
}

.reg-form-title {
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #BAF3B1;
    text-align: center;
    color: #092D00;
    margin-bottom: 18px !important;
}

.reg-sub-title {
    font-size: 1.5em;
    color: #0180BC;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 6px;
}

.price {
    line-height: 32px;
    font-size: 20px !important;
    color: #333;
    padding-bottom: 12px;
}

.paypal {
    line-height: 32px;
    font-size: 1.4em;
    height: 1%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    clear: both;
    padding-bottom: 12px;
    border-top: solid 1px #ccc;
    padding-top: 12px;
    margin-top: 12px;
}

.paypal-form {
    border-bottom: solid 1px #ccc;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

/*帳號輸入區設定*/
.formFormate{
    margin-bottom: 12px;
}

.formFormate .field{
    margin-bottom: 12px;
    position: relative; 
}

.formFormate input:not([type="checkbox"]){
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 20px !important;
    padding: 14px 10px;
    width: 100%;
    color: #646464;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}    
       
.formFormate .chptch{ 
    width: 90px;
    max-width: 90px;  
    position: absolute;
    font-size: 1.3rem;
    height: 32px;
    top: 8px;
    right: 6px;
}

.formFormate .remark { 
    color: #0054BB;
    font-size: 16px;
    margin-bottom: 9px;
    padding-left: 2px;
    margin-top: 9px; 
}

.formFormate .forgePW{ 
    position: absolute;
    top: 0;
    right: 0;
    color: #BB0D1E;
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: underline; 
}

.formFormate .btnRow{
    text-align: right; 
}

.formFormate button{
    background: #7480dd;
    border: none;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 19px !important;
    padding: 10px 16px; 
}

.formFormate button:hover{
	cursor: pointer;
    outline: none; 
    background: #5669d7; 
}

label[for="term"] {
  font-size: 16px; /* 我同意 */
}

label[for="term"] .termBtn {
  font-size: 16px; /* 閱讀會員條款 */
}

input[type="checkbox"] {
  transform: scale(1.5); /* 放大 1.5 倍 */
  margin-right: 4px; /* 跟文字之間的距離 */
  margin-left: 4px;
}

/*會員條款*/
.popWin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(136, 137, 139, 0.85);
    display: none;
}
.popContent{
    background: #fff;
    border-radius: 15px;
    width: 60%;                 /* 寬度設為 60% */
    max-width: 60vw;            /* 最多寬到視窗 60vw */
    max-height: 80vh;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}
.popContent .closeBtn{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 23px;
    font-weight: bold;
    color: rgb(60, 62, 72);
    padding: 4px 7px;
    border-radius: 50%;
}
.popContent .closeBtn:hover{
    color: rgb(14, 106, 252);
}
.popContent .subtitle{
    color: #4955A3;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: solid 2px #777;
}
.popContent .popData{
    width: 100%;
    height: 400px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}
.popContent .popData p{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.popContent .popData ul{
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
.popContent .popData li{
    margin-top: 20px;
}
.popContent .popData .liTitle{
    font-size: 18px;
    font-weight: bold;
    color: #4955A3;
    margin-bottom: 5px;
}
.popContent .popData .subP{
    margin-left: 20px;
}
