strong{
    font-weight: bold;
}
footer .logo {
    
    z-index: 50;
}
.menuBox {
    top: -100%;
    -webkit-transition: top .4s ease-out;
    -moz-transition: top .4s ease-out;
    -o-transition: top .4s ease-out;
    transition: top .4s ease-out;
}

.menuBox.open {
    display: flex;
    top: 0;
}

.flag.flag-l {
    overflow: hidden;
    /*    opacity: 0;*/
}

.flag.flag-r {
    overflow: hidden;
    /*    opacity: 0;*/
}


/*
.flagWord,
.flagLeft,
.flagRight {opacity: 0;}
*/


/* input 螢幕旋轉 */
.input_focus.trans_bg {
    display: none;
}



footer .bg2 {
    position: relative;
}


/* Shirlin */


.swal2-popup #swal2-content {
    font-size: 17px;
    margin-top: -10px;
}
/*


.swal2-popup .swal2-styled.swal2-confirm {
    
    background-color: #F1D9AD;
    color: #fff;
    margin-bottom: 10px;
}
*/

.swal2-popup .swal2-styled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0);
}

.swal2-popup {
    width: 300px;
    max-width: 100%;
}

/* End Shirlin */
