@charset "utf-8";
body,
.submit,
select,
input {
    margin: 0px;
    padding: 0px;
    font-family: 微軟正黑體;
}

h2 span {
    font-family: 微軟正黑體;
}

div,

/* CSS Document */

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote {
    margin: 0;
    padding: 0;
}


/*table{border-collapse:collapse;border-spacing:0;}*/

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

a {
    text-decoration: none
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a[name^="a"] {
    position: relative;
    top: -50px;
}


/*base*/

#append-btn,
#append-list {
    display: none !important;
}

.container {
    max-width: none;
}


/* transition */

*:link,
*:visited,
*:hover,
*:active,
*:focus {
    -webkit-transition: color .3s linear, background-color .3s linear, border-color .3s linear;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear;
}


/*col*/

.col-md-6,
.col-md-12 {
    padding: 0;
}


/*top*/

.scroll2top:link,
.scroll2top:visited {
    background: url(images/top.png) no-repeat 0 0;
    height: 75px;
    width: 90px;
    bottom: 0px;
}

.scroll2top:hover {
    background: url(images/top.png) no-repeat 0 -80px;
}


/*head*/

.head {
    margin: 0 auto;
    text-align: center;
    background: url(images/h_x_00.jpg) no-repeat 50%, url(images/h_x_00_bg.jpg) no-repeat 50%;
    position: relative;
    height: 545px;
}

.head img {
    margin: 0 auto;
    max-width: 100%;
}

img.bigtitle {
    position: absolute;
    top: 26px;
    left: 86px;
    z-index: 99;
}

img.bigtitle_sub {
    position: absolute;
    top: 90px;
    right: 120px;
    z-index: 98;
}

img.bigtitle_sub_c {
    position: absolute;
    top: 110px;
    right: 90px;
    z-index: 97;
}
#pane{

}

/*content*/

.content {
    background: url(images/main_head_top.jpg)no-repeat, url(images/main_head_main.jpg) repeat-y;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    max-width: 950px;
    margin: 0 auto;
    overflow: auto;
}


/*menu*/

.menu_x {
    max-width: 910px;
    /*background: #ea1034;*/
    margin: 0 auto;
    position: relative;
}

ul.menu {
    width: auto;
    max-width: 910px;
    height: 50px;
    background: #072808 url(images/menu_bg_line.jpg) repeat-x scroll 0px 11px;
    margin: 0 auto;
    padding: 0 185px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    top: 15px;
}

ul.menu>li {
    float: left;
    margin: 8px 27px 0;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 42px;
}

ul.menu>li i {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px auto 5px;
    border-radius: 100%;
    background: #fff none repeat scroll 0% 0%;
    transition: all 0.2s ease 0s;
}

ul.menu>li:hover i {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-bottom: 3px;
    background: #ffa200;
}

ul.menu>li>a {
    display: block;
    color: #fff;
}

ul.menu>li>a:hover {
    text-decoration: none;
    color: #ffa200;
}

.nav0 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 50px;
}

.nav0.stuck {
    max-width: 950px;
    position: fixed;
    z-index: 996;
    top: 0px;
    margin: 0 auto;
}


/*title*/

.title {
    text-align: center;
    padding: 40px 0 20px 0;
    clear: both;
    font-size: 1.2em;
}

.title p {
    color: #070707;
    padding: 20px 10px 0 10px;
    letter-spacing: 0.2em;
}


/*frame*/

li.frame {
    padding: 30px 15px;
    clear: both;
    overflow: auto;
}

li.frame .pic {
    border: #fff solid 2px;
    -moz-box-shadow: 0px 0px 0px 1px rgba(20%, 20%, 20%, 0.3);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(20%, 20%, 20%, 0.3);
    box-shadow: 0px 0px 0px 1px rgba(20%, 20%, 20%, 0.3);
}

img.right {
    float: right;
}

.picall div {
    height: 410px;
    background-size: cover;
    background-position: 50% 50%;
}

ul.sence {
    margin: 20px 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.graybg {
    margin: 0 8px;
    background: #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}


/*dep*/

.dep {
    color: #070707;
    font-size: 1.2em;
    line-height: 30px;
    margin: 8px 0;
    padding: 0 15px;
    line-height: 2.2em;
}

.dep>h5 {
    font-size: 1.5em;
    letter-spacing: 0.5em;
    padding: 15px 0;
    display: inline-block;
}

.dep>p {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0;
    text-indent: 2.1em;
}


/* fixed bottom bar */

.container.navbar-fixed-bottom {
    border-top: 1px solid #051906;
    height: 50px;
    padding: 0 30px;
    z-index: 600 !important;
    background: #103c11;
    background: rgba(16, 60, 17, 0.9);
}

.btn-top {
    float: right;
    vertical-align: middle;
}

.btn-top:link,
.btn-top:visited {
    margin: 3px 0 0 8px;
    width: 72px;
    height: 42px;
    text-align: center;
    font-weight: bold;
    color: #5d5d5d;
    border-radius: 2px;
    background: #fff;
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(246, 246, 246, 1) 38%, rgba(221, 221, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(246, 246, 246, 1) 38%, rgba(221, 221, 221, 1) 100%);
    -webkit-box-shadow: inset 0 0 3px 2px rgba(255, 255, 255, .5);
    box-shadow: inset 0 0 3px 2px rgba(255, 255, 255, .5);
}

.btn-top b {
    display: block;
    width: 20px;
    height: 12px;
    background: url(images/btn_top_arr.png) no-repeat center;
    margin: 8px auto 0;
}

.btn-push:link,
.btn-push:visited {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 40px;
    margin: 5px 0 0;
    padding-left: 45px;
    background: url(images/btn_push.png) no-repeat 0 -40px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.btn-push:hover {
    text-decoration: none;
}

.btn-push.pressed {
    background-position: 0 0;
    text-decoration: none;
}

.drawer {
    position: fixed;
    padding-bottom: 50px;
    width: 100%;
    height: 0;
    bottom: 0;
    opacity: 0;
    z-index: 400;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.drawer.lifted {
    display: block;
    height: auto;
    opacity: 1;
}

.drawer a:link,
.drawer a:visited {
    font-family: "微軟正黑體";
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    display: block;
    background: #072808 url(images/btn_bg.png) repeat-x 50%;
    color: #fff;
    border-top: 1px solid #051906;
}

.drawer a:hover,
.drawer a:active {
    color: #ffa200;
    text-decoration: none;
}

.drawer>a:hover:after {
    content: url(images/btn_bg_icon.png);
    margin-left: 10px;
    margin-top: 2px;
    position: absolute;
}

.drawer>a:hover:before {
    content: url(images/btn_bg_icon.png);
    margin-left: -30px;
    margin-top: 2px;
    position: absolute;
}


/*===c23模組大分類===*/

/*h3 {
    font-size: 20px;
    color: #fff;
    background: url(images/btn_bg_icon.png) no-repeat 20px, url(images/btn_bg.png) repeat-x;
    border-radius: 5px;
    margin: 20px 0;
    padding: 6px 55px;
}*/

.c23 {
    margin-top: -15px;
}


/*===c23模組專用===*/

.intro-anchors-box:before {
    content: " ";
    display: none;
    height: 60px;
}

.fixing .intro-anchors-box:before {
    display: none;
}

.intro-anchors {
    display: none;
}

.intro-anchors a {
    display: none;
}

.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
}

.carrier h4 {
    clear: both;
    text-align: left;
    font-family: "微軟正黑體";
    padding-left: 14px;
    font-size: 20px;
    color: #fff;
    background: url(images/btn_bg_icon.png) no-repeat 20px, url(images/btn_bg.png) repeat-x;
    border-radius: 5px;
    margin: 20px 0;
    padding: 6px 55px;
}

.carrier ul {
    padding: 10px 10px 30px 10px;
    color: #434343;
}

.carrier li {
    min-height: 70px;
    border-bottom: 1px dotted #b8c0be;
    /*padding: 10px;*/
    line-height: 1.3em;
    padding: 30px 5px 40px;
}

.carrier li:hover {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*.carrier li:last-child{border:none;}*/

.carrier li a:link,
.carrier li a:visited {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-family: "微軟正黑體";
    color: #434343;
    letter-spacing: 1px;
    line-height: 25px;
    display: block;
    /*padding: 5px 3px;*/
    font-family: Verdana, Geneva, sans-serif;
}

.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 20px;
    font-weight: bolder;
    font-family: "微軟正黑體";
    color: #072808;
    margin: 2px 0 6px 0;
    *margin: 0;
    line-height: 26px;
}

.carrier li a:hover strong {
    text-decoration: underline;
    color: #426226;
}

.carrier li em.price {
    font-size: 14px;
    color: #ff2424;
    font-family: Verdana, Geneva, sans-serif, arial, "微軟正黑體";
    float: right;
    *margin-top: -1.2em;
    margin-top: 10px;
}

.carrier li em.price span {
    font-size: 16px;
    font-weight: bold;
}

.box-head {
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .mobile {
        display: none;
    }
    img.bigtitle_sub_s {
        display: none;
    }
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    .mobile {
        display: none;
    }
    .nav0.stuck {
        max-width: 940px;
    }
    img.bigtitle{
        left: 0;
    }
    img.bigtitle_sub{
        right:10px;
    }
    img.bigtitle_sub_c{
        right: 0;
    }
    img.bigtitle_sub_s {
        display: none;
    }
}
@media screen and (min-width: 768px)and (max-width: 991px) {
    .mobile {
        display: none;
    }
    .menu_x {
        max-width: 700px;
    }
    .scroll2top:link,
    .scroll2top:visited {
        margin-left: 805px;
    }
    .col-xs-6 {
        width: inherit;
    }
    ul.menu {
        padding: 0 110px;
    }
    ul.menu>li {
        margin: 8px 20px 0;
    }
    img.bigtitle_sub_s {
        display: none;
    }
    img.bigtitle {
        top: 50px;
        left: 0;
        width: 50%;
    }
    img.bigtitle_sub {
        top: 124px;
        right: 0;
        z-index: 100;
        width: 55%;
    }
    img.bigtitle_sub_c {
        top: 151px;
        right: 10px;
    }
}
@media screen and (max-width: 767px) {
    body {
        background: url(images/bg_m.jpg) repeat;
    }
    .desktop {
        display: none;
    }
    .content {
        background: #fff;
    }
    .head,
    .content {
        -moz-box-shadow: 0px 0px 5px 2px rgba(20%, 20%, 20%, 0.3);
        -webkit-box-shadow: 0px 0px 5px 2px rgba(20%, 20%, 20%, 0.3);
        box-shadow: 0px 0px 5px 2px rgba(20%, 20%, 20%, 0.3);
    }
    .head{
        height: 410px;
        background-size: cover;        
    }
    .col-xs-6 {
        padding: 0;
        text-align: center;
    }
    ul.menu {
        display: none;
    }
    ul.graybg,
    ul.sence {
        margin: 0;
    }
    li.mprot {
        background: url(images/btn_bg.png) repeat-x;
        color: #fff;
        font-size: 1.8em;
        font-weight: bolder;
        padding: 10px;
        letter-spacing: 0.5em;
        border-top: 5px solid #000;
    }
    .carrier h4 {
        background: #072808 url(images/btn_bg_icon.png) no-repeat 20px;
    }
    img.bigtitle_sub_s {
        display: none;
    }
    img.bigtitle {
        top: 43px;
        left: 0;
        width: 50%;
    }
    img.bigtitle_sub {
        top: 90px;
        right: 0px;
        z-index: 100;
        width: 55%;
    }
    img.bigtitle_sub_c {
        right: 0;
        width: 14%;
    }
    .dep{
        line-height: 1.8em;
    }
}



@media screen and (max-width: 480px) {
    .head {
        background: url(images/h_s_00.jpg) no-repeat;
        height: 360px;
    }
    .carrier li {
        min-height: 140px;
    }
    .desktop {
        display: none;
    }
    img.bigtitle {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 99;
        width: 70%;
    }
    img.bigtitle_sub {
        display: none;
    }
    img.bigtitle_sub_s {
        display: block;
        position: absolute;
        top: 300px;
        left: 15px;
        z-index: 97;
        width: 76%;
    }
    img.bigtitle_sub_c {
        position: absolute;
        top: 300px;
        right: 5px;
        z-index: 80;
        width: 20%;
    }
}
