body *{
    font-family:"Arial","Microsoft JhengHei";
}


/*********nav**********/

.nav_bg{
    width: 100%;
    max-height: 60px;
    background-color: #92051a;
    color: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
}

.logo {
    display: block;
    width: 176px;
    margin: auto;
    padding-top:8px;
}

.nav ol{
    padding: 10px;
    display: flex;
    background-color: #172a38;
}

.nav li{
    width: 25%;
    border-right: 1px solid #fff;
}

.nav li a{
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:row;
    line-height: 1.3;
}

.nav li:nth-child(4){
    border-right: 0px;
}

/*********nav end**********/


/*********top**********/
.top {
    width: 100%;
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
}

.top img{
    width: 100%;
    height: auto;
}

.logo a{
    display: block;
    width: 35%;
    height: auto;
    padding-top: 5px;
    position: absolute;
    margin-left: calc(100% / 3.1);
}


/*********top end**********/

#sec01{
    margin: 0 auto;
    overflow: hidden;

}


#sec02 img{width: 100%;}

#sec02{
    margin: 0 auto;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    padding: 10px;
    overflow: hidden;

}


#sec02 p{font-size: 1.25rem; text-align: center; color: #008eed;font-weight: 800;}
.columns1{
    overflow:hidden;
    margin-bottom:3%;
    }
    
.columns1 ul li{
    float: left;
    width: 98%;
    margin: 3% 1%;
    border-radius: 10px;
    height: auto;
    padding: 2% 0;
    background-color: #172a38;
}

.columns1 a:hover{opacity:0.8; text-decoration:none;}

.columns2{
    overflow:hidden;
    margin-bottom:3%;
    }
    
.columns2 ul li{
    float: left;
    width: 48%;
    margin: 2% 1%;
    border-radius:10px 10px 0 0;
    height: 220px;
    background-color: #ffffff;
}

.columns2 a:hover{opacity:0.8; text-decoration:none;}

.columns3{
    overflow:hidden;
    margin-bottom:3%;
    }
    
.columns3 ul li{
    float: left;
    width: 31%;
    margin: 2% 1%;
    border-radius:10px 10px 0 0;
    height: 200px;
    background-color: #ffffff;
}

.columns3 a:hover{opacity:0.8; text-decoration:none;}

.title{text-align: center;font-size: 1.5rem;font-weight: bold;border-bottom: solid 3px #008eed;display: grid;width: 34%;margin: 0 auto;margin:0 auto;}

.info{padding: 8px;font-size: .8rem; text-align: center; }
.more{text-align: right;padding: 10px;font-size: 12px;/* display: revert; */}

#sec03{
    margin: 0 auto;
    overflow: hidden;

}

/****Table****/



#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 97%; text-align: center; margin: 0 auto 5% auto;
}

#customers td, #customers th {
    border: 2px solid #d8d8d8;
    padding: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    vertical-align: middle;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}


#customers th {
    width: 15%;
    text-align: center;
    font-weight: bolder;
}


#customers td span{font-size:1.25rem; font-weight:bolder;color:#008eed;font-family:sans-serif;}


.morebtn {background-color: #008eed; width: 100px; margin: 1% auto; text-align: center; border-radius: 15px;}

.morebtn a{
    font-size:1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.morebtn a:hover{opacity:0.5; text-decoration: none;}

/****Table****/


/*********top-slider**********/

#top-carousel .top_photo {
    position: relative;
    margin-bottom: 10px;
}

#top-carousel .top_photo h4{
    font-size:1.6rem;
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    top: 10%;
    padding-left: 3%;
    z-index: 1;
}

.owl-theme .owl-dots .owl-dot span{
    border-radius: 0px;
    background-color: #92051a;
    margin-top: 15px;
    width: 40px;
    height: 5px;
}

/*********top-slider end**********/


/*********photo slider**********/

#live-carousel .owl-nav{
    position: absolute;
    top: 90px;
}

.photo_area{
    margin-top: 5%;
    z-index: 0;
    padding: 5%;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    margin-top: 30px;
    background-color:#f3f3f3;
}

.photo_area a{
    text-decoration: none;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
}

.photo_area h4{
    background-color: #be882f;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 7;
    text-align: center;
}

.photo {
    width: 100%;
}



/*********photo slider end**********/


/* Outer */
.pop-up {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index:10000;
}
 
/* Inner */
.pop-up-inner {
    max-width:950px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

.pop-up-modal {
    max-width: 950px;
    width: 100%!important;
    margin-top: 70%!important;
    position: absolute;
    top: 50%;
    left: 47.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}
 
/* Close Button */
.pop-up-close {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    color: #fff;
}

.pop-up-close2 {
    /* display: inline-block; */
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 10%;
    background: #bf0000;
    font-family: Arial, Sans-Serif;
    font-size: 30px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    padding: 5px;
    position: relative;
    top: -17.5px;
}

.modal-body{ text-align:left; padding:10px;line-height:1.5;}

.red {
    color: #92051a;
    margin-left: -6px;
    font-size:1.25rem; font-weight:bold;
    padding-top:10px;
}

.first-notice ol{
    padding-left: 16px;
}

.first-notice li{
    list-style: decimal;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.first-notice ul li{
    list-style: disc;
    margin-left: 20px;

}

/*********footer**********/
.masterfooter{
    background-image: none;
    background-color: #666;
    display: flex;
    align-items:center;
    justify-content:center;
    padding:20px 10px 90px 10px;
    margin-top: 5%;
   
}

.masterfooter .note{
    color: #fff;
    font-size:1.8em;
    font-weight: 500;
    letter-spacing: 3px;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 10px;
}

.masterfooter p{
    color: #fff;
    font-size: .95em;
    line-height: 1.5;
    text-align: center;
    padding: 0 10px;
}
/*********footer end**********/



.big{font-size:125%;font-weight:bold}
.small{font-size:80%;}