body{
    background-color: #fef6e9;
}
body.under_construction{
    overflow: hidden;
}
/*about*/
#about .secret_for-store-info-introduction{
    margin-top: 0;
}
/*website*/
#website .secret_for-store-info-introduction{
    margin-top: 0;
}
/*過場動畫*/

.dt-loading-2 {
    width: 100%;
    height: 100vh;
    display: table;
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: all .4s linear;
    background-color: #FFF;
}

.laying-2 {
   display: table-cell;
   vertical-align: middle;
}
.loading-working-box{
    width: 550px;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.loading-logo-box{
    width: 205px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.loading-log{
    width: 100%;
    display: block;
    position: relative;
}
.loading-mask{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #fef6e9;
    right: 0%;
    z-index: 0;
}
.loading-logo-title{
    position: relative;
}
.loading-logo-title span{
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 12px;
    right: 50px;
    border-radius: 50%;
    animation: loading_dots_one 2s linear 0s infinite;
}
.loading-logo-title span:nth-child(3){
    right: 40px;
    animation: loading_dots_two 2s linear 0s infinite;
}
.loading-logo-title span:nth-child(4){
    right: 30px;
    animation: loading_dots_thr 2s linear 0s infinite;
}
.loading-btn-box.secret_one-btn{
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: 1px;
    opacity: 1;
}
.loading-logo-text-box{
    font-family:  'Noto Sans TC','Open Sans';
    font-weight: 600;
    font-size: 20px;
    color: #595757;
    margin-top: 30px;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
}
.loading-logo-text-box a:hover{
    color: #e84560;
}
#secret_two-loading .loading-logo-box{
    width: 300px;
    text-align: center;
}
#secret_two-loading .loading-logo-title span{
    right: 100px;
}
#secret_two-loading .loading-logo-title span:nth-child(3){
    right: 90px;
}
#secret_two-loading .loading-logo-title span:nth-child(4){
    right: 80px;
}
.loading-calculation-btn-box{
    text-align: center;
    margin-top: 20px;
}
#secret_two-loading .loading-btn-box.secret_one-btn{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.loading-calculation-text-box{
    font-family:  'Noto Sans TC','Open Sans';
    font-weight: 600;
    font-size: 25px;
    color: #221814;
    margin-top: 20px;
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
}
@keyframes loading_dots_one {
    0%{
        opacity: 0;
    }
    25%{
        opacity: 0;
    }
    26%{
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes loading_dots_two {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    51%{
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes loading_dots_thr {
    0%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    76%{
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@media only screen and (max-width: 550px){
    .loading-working-box{
        width: 315px;
    }
    #secret_two-loading .loading-working-box{
        width: 300px;
    }
    .loading-logo-text-box{
        font-size: 14px;
    }
    .loading-calculation-text-box{
        font-size: 16px;
        line-height: 1.6;
    }
    .loading-logo-box,
    #secret_two-loading .loading-logo-box{
        width: 150px;
    }
    .loading-logo-title span{
        right: 40px;
    }
    #secret_two-loading .loading-logo-title span{
        bottom: 6px;
        width: 3px;
        height: 3px;
        right: 50px;
    }
    .loading-logo-title span:nth-child(3){
        right: 30px;
    }
    #secret_two-loading .loading-logo-title span:nth-child(3){
        right: 40px;
    }
    .loading-logo-title span:nth-child(4){
        right: 20px;
    }
    #secret_two-loading .loading-logo-title span:nth-child(4){
        right: 30px;
    }
    .loading-calculation-btn-box{
        margin-top: 10px;
    }
    #secret_two-loading .loading-btn-box.secret_one-btn{
        width: 130px;
    }
}
@media only screen and (max-height: 400px){
    .laying-2{
        display: block;
        max-height: 100vh;
        overflow-y: auto;
    }
    .loading-working-box{
        padding: 20px 0;
    }
}
/*fancy-box*/

.fancybox-table{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.fancybox-table.active{
    display: table;
}
.fancybox-table-mid{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fancybox-box{
    max-width: 80vw;
    max-height: 100vh;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.fancybox-box img{
    max-height: 70vh;
}
.fancybox-mask{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.fancybox-close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ddd;
    cursor: pointer;
    z-index: 3;
}
.body-close{
    overflow: hidden;

}
/*----------------------------*/

.rwd-menu-class-list{
    width: 100%;
    height: 46px;
    border: 1px solid #888;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
    line-height: 46px;
    position: relative;
    box-sizing: border-box;
}
.rwd-menu-class-list:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-top: 10px solid #888;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 5px);
    right: 5%;
    box-sizing: border-box;
}

/*--------------confirm-block--------------*/
.confirm-block{    
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}
.confirm-box{
    max-width: 500px;
    min-width: 200px;
    width: 400px;
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: 3px solid rgb(238, 133, 140);
    border-radius: 10px;
}
.confirm-info-box{
    position: relative;
}
.confirm-out{
    width: 20px;
    height: 20px;
    max-width: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #FFF;
    top: 4%;
    right: 4%;
    cursor: pointer;
}
.confirm-out span{
    width: 15px;
    height: 1px;
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    position: relative;
}
.confirm-out{
    z-index: 6;
}
.confirm-out span:nth-child(1){
    top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.confirm-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.confirm-info-title{
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transform: scaleY(1.05);
    /* font-family: 'Open Sans','Noto Sans TC'; */
    color: #1F1F1F;
}
.confirm-info-p {
    font-size: 16px;
    color: #1F1F1F;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transform: scaleY(1.05);
    /* font-family: 'Open Sans','Noto Sans TC'; */
}
.confirm-info-p:last-child {
    margin-bottom: 0;
}
.confirm-status {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.confirm-status-save, .confirm-status-no {
    width: 100px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    transition: all .5s ease;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 1px;
    border: 0;
    background-color: #8ec31e;
    border-radius: 8px;
    color: #fff;
    margin: 15px;
    outline: none;
    font-family: 'Open Sans','Noto Sans TC';
}
.confirm-status-save:hover, 
.confirm-status-no:hover{
    background-color: #e84560;
    color: #fff;
}
@media only screen and (max-width: 520px){

    .confirm-box{
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 30px 20px;
    }
    .confirm-info-p{
        font-size: 14px;
    }
}
/*--------------noInformation--------------*/
.noInformation{
    display: block;
    font-size: 12px;
}