@charset "UTF-8";

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

body {
    color: #666;
    text-align: center;
    font-family: sans-serif;
    line-height: 2;
    padding-top: 72px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}


.textJustify {
    text-align: justify;
}

.textJustifyRight {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;

}


/************************************* 共用設定 - 顏色 *************************************/

.gold1 {
    color: #e3c68b;
}

.gold2 {
    color: #b48932;
}

.blue {
    color: #2b2c3a;
}

/************************************* 共用設定 - 互動 *************************************/

a:hover {
    text-decoration: none;
}

.myBtn {
    background-color: #b48932;
    color: #fff;
    display: inline-block;
    padding: 7px 45px;
    cursor: pointer;
}

.myBtn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.myBtn.outLine {
    background-color: transparent;
    border: 1px solid #e3c68b;
    color: #e3c68b;
}

.myBtn.blue {
    background-color: #2b2c3a;
    color: #FFF;
}

/************************************* 共用設定 - 文字與標題 *************************************/

h1,
h2,
h3,
h4,
h5 {
    /*    font-family: 'Noto Serif TC', serif;*/
    font-family: '微軟正黑體', Verdana, 'Microsoft JhengHei', sans-serif;
    letter-spacing: 3px;
    letter-spacing: inherit;
    line-height: 1.5;
    font-weight: normal;
    font-weight: bold;
}

h5 {
    letter-spacing: 0px;
}

.titleLine {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 50px;
    height: 1px;
    border-top: 1px solid #e3c68b;
    margin-left: auto;
    margin-right: auto;
}

.titleLine.blue {
    border-color: #2b2c3a;
}

ul {
    padding-left: 23px;
}

ul li {
    list-style-type: square;
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}

small {
    line-height: 1.5;
}

/************************************* header *************************************/

.header {
    background-color: #2b2c3a;
    padding-top: 17px;
    padding-bottom: 20px;
    border-top: 3px solid #e3c68b;
    position: fixed;
    z-index: 1;
    top: 0px;
    width: 100%;
}

.header .logo {
    width: 280px;
    height: auto;
}

.header .logo:hover {
    filter: brightness(1.1);
}

.header .trigger {
    width: 27px;
    height: auto;
}

.header .trigger:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

/************************************* modal *************************************/

.myClose {
    width: 22px;
    height: auto;
    cursor: pointer;
}

.myClose:hover {
    opacity: 0.8;
}

.myClose {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

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

/************************************* nav *************************************/

.modalNoShadow .modal-backdrop {
    background-color: transparent;
}

.nav .modal-dialog {
    margin: 0px;
    text-align: left;
}

.nav .modal-dialog .modal-content {
    border: none;
}

.nav .modal-dialog .modal-content .navHeader {
    padding: 20px 15px;
    padding-top: 17px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #2b2c3a;
    border-top: 3px solid #e3c68b;
    background-position: center top;
    border-bottom: 1px solid #e3c68b;
}

.nav .modal-dialog .modal-content .navHeader .logo {
    width: 240px;
    height: auto;
}

.nav .modal-dialog .modal-content .navHeader .myClose {
    position: absolute;
    top: 26px;
    right: 15px;
}

.nav .modal-dialog .modal-content .navBody {}

.nav .modal-dialog .modal-content .navBody a .oneNav,
.nav .modal-dialog .modal-content .navBody .oneNav {
    background-color: #2b2c3a;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3c68b;
    padding-left: 15px;
}

.nav .modal-dialog .modal-content .navBody .oneNav a {
    color: #fff;
    margin: 15px;
}

.nav .modal-dialog .modal-content .navBody .oneNav a:hover,
.nav .modal-dialog .modal-content .navBody .oneNav a.current {
    color: #e3c68b;
}

.nav .modal-dialog .modal-content .navBody a .oneNav .fa-chevron-right {
    float: right;
    margin-top: 8px;
    margin-right: 15px;
}

.nav .modal-dialog .modal-content .navBody a:hover .oneNav {
    background-color: #e3c68b;
    color: #2b2c3a;
}

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

.footer {
    background-color: #2b2c3a;
    padding-top: 20px;
    padding-bottom: 17px;
    border-bottom: 3px solid #e3c68b;
    font-size: 12px;
}

.footer ul {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer ul li {
    list-style: none;
    padding-left: 0px;
}

.footer ul li {
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    text-decoration: underline;
}

a .followMe {
    z-index: 1;
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: #654d1c;
    background-color: #e3c68b;
    line-height: 1.4;
    width: 80px;
    height: 80px;
    padding-top: 18px;
    border-radius: 999px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 20%);
}

a:hover .followMe {
    /*    color: #FFF;*/
    /*    filter: brightness(1.1);*/
    opacity: 0.85;

}
