#add_on_pop .txt_ss{
    font-size: 0.9rem;
}
#add_on_pop .txt_s{
    font-size: 1rem;
}
#add_on_pop .txt01{
    font-size: 1.1rem;}
#add_on_pop .txt02{
    font-size: 1.2rem;}
#add_on_pop .txt03{
    font-size: 1.3rem;}
#add_on_pop .txt04{
    font-size: 1.5rem;}
#add_on_pop .t_dark{
    color: #333;}

#add_on_pop .t_red{
    color: #da0000;}

#add_on_pop .M_TopBottom{
    margin: 3px 0 5px 0;
}

/*============pop============*/
.PC #add_on_pop{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 999;
    line-height: 1.6em;

}
    .MOBILE #add_on_pop{
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        z-index: 999;
    }

.PC #add_on_pop .popup{
    position: fixed;
    z-index: 20;
    max-width: 85%;
    width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

    .MOBILE #add_on_pop .popup{
        position: fixed;
        z-index: 20;
        max-width: 95%;
        width: 100%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
        border-radius: 10px;
    }

/*============pop============*/


/*============pop標題============*/
#add_on_pop .popup_header{
    width:100%;
    height: auto; 
    }


/*標題群組*/
#add_on_pop .title_group{
    width:100%;
    height: auto;
    overflow:hidden;
    margin:0 auto;  
}

/*標題*/
#add_on_pop .popup .title_img img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

#add_on_pop .popup .title_bar{
    font-size:1.5rem;
    line-height: 50px;
    font-weight: bold;
    color:#fff;
    background-color: #dc631a;
    text-align: center;
    border-radius: 10px 10px 0 0;  

}

    #add_on_pop .popup .title_bar02{
        font-size:1.5rem;
        line-height: 50px;
        font-weight: bold;
        color:#fff;
        background-color: #108818;
        text-align: center;
        border-radius: 10px 10px 0 0;  

    }
    .MOBILE #add_on_pop .popup .title_bar{
        font-size:1.5rem;
    }

/*關閉按鈕容器*/
#add_on_pop .close{
    width:45px;
    height: 45px;
    overflow:hidden;
    position: fixed;
    right: 0px;
    top:-50px;
}

#add_on_pop .close a{
    display: block;
    width:45px;
    height: 45px;
    font-size:24px;
    position: relative;
    text-indent: -9999px;
    
}

#add_on_pop .popup .close a::before{
    content: "";
    position: absolute;
    height: 30px;
    width:3px;
    top: 10px;
    right: 50%;
    background-color: #fff;
    color: #fff;
    transform: translate(50%) rotate(45deg);
}

#add_on_pop .popup .close a::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 3px;
    top: 10px;
    right: 50%;
    background-color: #fff;
    color: #fff;
    transform: translate(50%) rotate(315deg);
}

/*============pop內容區塊============*/
#add_on_pop .model_content{
    width:100%;
    min-height:250px;
    overflow:auto;
    box-sizing: border-box;
    max-height: 450px;
    padding: 3%;
}
    .MOBILE #add_on_pop .model_content{
        width:100%;
        min-height:250px;
        overflow:auto;
        box-sizing: border-box;
        max-height: 400px;
        padding: 3%;
    }

#add_on_pop .model_content .mc_inbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}


/*============pop表尾區塊============*/
#add_on_pop .model_footer{
    width:100%;
    height: auto;
    overflow:hidden;
    margin:0px auto;
    box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0 5px 0;
}

#add_on_pop .model_footer .bt_group{
    width:100%;
    height: auto;
    overflow:hidden;
    margin: 0 auto;
    margin-bottom: 5px;
}

#add_on_pop .model_footer .bt_group ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content:center;

    }


#add_on_pop .model_footer .bt_group li{
    width: 100%;
}

#add_on_pop .model_footer .bt_group li a{
    display: block;
    width:50%;  
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight:bold; 
    box-sizing: border-box;
    margin: 0 auto;
    }
    #add_on_pop .confirm{
        color:#000;
        background-image: linear-gradient(to top, #ffae00, #ffe42d);
        border: 1px solid #f49500;
    }

    #add_on_pop .confirm:hover{
        background-image: linear-gradient(to top, #ffe42d, #ffae00);
    }


#add_on_pop .model_footer .bt_group span.s_text{
    font-size: 0.9rem;
}
#add_on_pop .model_footer .bt_group span.b_text{
    font-size: 1.1rem;
}


/*提醒說明區塊開始*/
#add_on_pop .section_notice02{
    width:95%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

#add_on_pop .section_notice02 span{
    font-size:0.9em;
    color:#e42f2f;
}

#add_on_pop .section_notice02 ul{
    width: 100%;
    list-style: decimal;
    list-style-position: inside;
}

#add_on_pop .section_notice02 li{
    box-sizing: border-box;
    font-size:0.9em;
    line-height:1.7em;
    color:#e42f2f;
}
