/*引入-Mweb錯誤繼承修正檔*/

@import url(fix.css);

/*引入-客製化編輯器專區*/

@import url(editor.css);

/*被選取文字的背景顏色*/

*::selection {
    background: #99D9EA;
}


/*----------------------------------------------------------------------------------------------------*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁首 */

.top .range {
    margin-top: 20px;
}


/* LOGO */

.logo .txt {
    padding-left: 10px;
}

.logo .txt h3 {
    font-size: 24px;
    font-weight: 500;
}

.logo .txt p {
    font-size: 12px;
}


/* LOGO */


/* 搜尋列 */

#search_form {
    margin-top: 5px;
    border-radius: 5px;
    border-color: #A1A1A1;
}

.search #sf_keyword {
    padding-top: 3px;
    padding-bottom: 3px;
}


/* 搜尋列 */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁首 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 主選單 */

.navBG {
    margin-top: 20px;
    background: #F1F1F1;
    padding-top: 5px;
    padding-bottom: 5px;
}

#navMenu {
    background: none;
}

#navMenu > li:hover > a {
    opacity: 1;
    color: #FA4529;
    background: none;
    box-shadow: none;
}

.sf-arrows .sf-with-ul:after {
    border-top-color: #000;
    transition: border-color 0.3s;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #FA4529;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 主選單 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁尾 */

.bottom {
    background: #DCDCDC;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.foot {
    background: #CCCCCC;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bottom .companyName h3 {
    font-weight: 400;
}


/* 聯絡資訊 */

.info li {
    margin-bottom: 0;
    font-size: 14px;
}


/* 聯絡資訊 */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁尾 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 左選單 */

.colSide .title {
    background: #1440AD;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 左選單 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 右標題 */

h2.menuTitle {
    border-bottom-color: #1440AD;
}

h2.menuTitle:before {
    content: '';
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    border-width: 6px 0px 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #1440AD;
    vertical-align: middle;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 右標題 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 首頁 */

.section {
    text-align: center;
}


/* 區塊1 */

.s01 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.s01 .title h3 {
    font-size: 36px;
    border-bottom: solid 1px #C9C9C9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/* 區塊1 */


/* 區塊2 */

.s02 {
    background: #F1F1F1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.s02 .title h3 {
    font-family: 'DFKai-SB', 'Noto Sans TC', 'Noto Sans SC', 'Microsoft JhengHei', 'FontAwesome';
    font-size: 48px;
    color: #FF0000;
    border-bottom: solid 1px #C9C9C9;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.s02 .title h4 {
    color: #00479D;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}

.hotPro .flexslider {
    background: none;
}

.hotPro .flex-control-nav {
    display: none;
}

.hotPro a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.hotPro .img {
    /* height: 238px; */
    position: relative;
    background: #fff;
    border-radius: 1000px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 10;
}

.flexslider .slides img {
    max-width: 85% !important;
    max-height: 85% !important;
}

.hotPro .txt {
    margin-top: 15px;
}


/* 區塊2 */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 首頁 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 手機版選單 */

.rwd-header,
.mm-menu {
    /* color: #fff !important; */
    /* background: #1440AD !important; */
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 手機版選單 */
