@charset "UTF-8";

/************************************* 共用設定 *************************************/

body {
    text-align: center;
    font-family: 微軟正黑體, 黑体, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.8;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

a {
    color: #fb4c3b;
    text-decoration: none;
}
a:focus {
    outline: 0;
}
.main_area {
    padding-top: 30px;
    padding-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5{
    color: #fb4c3b;
}
.map {
    color: #aaa;
}
.map,
.map a,
.map a:focus {
    color: #aaa;
}
.map a:hover {
    color: #fb4c3b;
}


hr{
    margin-top: 30px;
    margin-bottom: 30px;

}
hr.m15{
    margin-top: 15px;
    margin-bottom: 15px;

}
/************************************* modal *************************************/

.modal {
    -webkit-overflow-scrolling: touch;
}
.myclose {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
}
.myclose:hover {
    opacity: 0.8;
}


.modal-backdrop {
    background-color: #000;
    opacity: 0.8 !important;
    border: none;
}

.modal-dialog {
    margin-top: 90px;
}

/************************************* form *************************************/

/*
.custom-control-label::before, 
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}
*/
/************************************* header *************************************/

header {
    text-align: left;
    background-image: url(../img/pattern.png);
    background-size: cover;
}
header .logo {
    height: 37px;
    width: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

/************************************* footer *************************************/

.footer {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    background-image: url(../img/pattern.png);
    background-size: cover;
}
.footer p {
    color: #fff;
    margin-bottom: 0px;
}

/************************************* main *************************************/

.myBtn {
    cursor: pointer;
    border-radius: 999px;
    display: inline-block;
    padding: 13px 40px;
    color: #fff;
    background-color: #fb4c3b;
}
.myBtn.grey {
    background-color: #666666;
}
.myBtn.smallBtn {
    border-radius: 999px;
    padding: 8px 15px;
    margin-right:15px;
    margin-bottom:15px;
}
.myBigBtn {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.myBtn:hover {
    opacity: 1;
    background-color: #e34535;
}

/************************************* index *************************************/

.indexPadding {
    padding-top: 60px;
    padding-bottom: 90px;
}


/************************************* pagination *************************************/

.page-link {
    color: #fb4c3b;
}
.page-link:hover {
     color: #fb4c3b;
  
}
.page-item.active .page-link {
    background-color: #fb4c3b;
    border-color: #fb4c3b;
}