@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: url(images/bg.jpg) repeat;
}

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 .05s linear, background-color .05s linear, border-color .05s linear;
    transition: color .05s linear, background-color .05s linear, border-color .05s linear; 
}

/*sort*/
.sort{
	clear: both;
    color: #ea1034;
    padding: 35px 10px 20px 0;
}

.sort p {
    font-size: 16px;
    font-weight: bolder;
    line-height: 25px;
    margin-top: 7px;
    text-align: justify;
    min-height: 50px;
}

.sort img {
	float: left;
	margin-right: 10px;
}

.sort .title{
    display: none;
}

/*scroll2top返回功能位置設定-詳見JS*/
.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;
}

/* banner */
/*.carousel-inner .item{
    background: url(images/h_x_02.jpg) no-repeat center;
}*/

/*menu*/

.menu_x {
    width: auto;
    max-width: 950px;
    height: 49px;
    /*background: #ea1034;*/
    margin: 0 auto;
    position: relative;
    background: url(images/menu_x_uline.png) repeat-x bottom #ffffff;
}

ul.menu {
    margin: 0 auto;
    /*margin-top: 13px;
    margin-left: 1px;*/
    height: 36px;
}

ul.menu li {
    float: left;
    border-right: 1px solid #bc102d;
}

ul.menu li:last-child {
    border-right: none;
}

ul.menu li a {
    display: block;
    font-size: 16px;
    color: #ffba00;
    font-weight: bolder;
    text-align: center;
    min-width: 157.5px;
    width: 100%;
    line-height: 36px;
    height: 36px;
}
.menu li a:link, .menu li a:visited{
	text-shadow: none;
}
a.choose1:hover, .index1 a.choose1,
a.choose2:hover, .index2 a.choose2,
a.choose3:hover, .index3 a.choose3,
a.choose4:hover, .index4 a.choose4,
a.choose5:hover, .index5 a.choose5,
a.choose6:hover, .index6 a.choose6{
    color: #ffba00;
    text-decoration: none;
    background: #ea1034 url(images/menu_li_bg.png) no-repeat center;
}
.nav0 {
    width: 100%;
    height: 360px;
    background: #ea1034;
    margin: 0 auto;
    position: absolute;
}

.nav0.stuck {
    max-width: 950px;
    position: fixed;
    z-index: 996;
    top: 0px;
    margin: 0 auto;
}

/*content*/

.content {
    background: #f3f3f3;
    display: block;
    max-width: 950px;
    margin: 0 auto;
}

.content img {
    /*width: 100%;*/
}

/*sence*/
.sence {
    margin-top:10px;
    padding-bottom: 10px;
    overflow: auto;
    color: #272727;
    clear: both;
}
.sence .frame{
    display: block;
    padding:2px;
    position:relative;
}
.frame div{
    height: 300px;
}
.picture div{
    background-size: cover;
    background-position: 50% 50%;
}
.sence img {
	width: 100%;
}
.sence h6 {
    margin-top: 5px;
    color: #808080 ;
	padding-left: 5px;
	border-left: 4px solid #808080;
	font-size: 1.2em;
	float: left;
}

/* hover */
.hover{
    background-color: rgba(234,16,52, 0);
    width:99%;
    position:absolute;
    display: block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.05s ease;
    -o-transition: all 0.2s ease;
}

.hover p{
    color: rgba(255,255,255,0);
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    vertical-align: bottom;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.05s ease;
    -o-transition: all 0.2s ease;
}

.hover:hover{
    background-color: rgba(234,16,52, 0.7);
    display: block;
}

.hover:hover p{
    margin-top: calc(300px/2 - 1.5em);
    color: rgba(255,255,255,1);
}


/* lightbox */
.glyphicon-chevron-left:before {
    padding: 0; 
    min-width: 20px;
    font-family: FontAwesome;
    content:"\f0d9";
}

.glyphicon-chevron-right:before {
    font-family: FontAwesome;
    content:"\f0da";
}

.ekko-lightbox-nav-overlay a{
    opacity:0.1;
}

.ekko-lightbox .modal-header h4.modal-title {
    letter-spacing: 2px;
    margin-bottom: -10px;
}

.ekko-lightbox .modal-footer{
    font-size: 1.1em;
}

.ekko-lightbox{
    background-color: black;
}


/* fixed bottom bar */

.container.navbar-fixed-bottom {
    border-top: 1px solid #dedede;
    height: 50px;
    padding: 0 30px;
    z-index: 600 !important;
    background: #f13b47;
}

.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: 40px;
    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 li {
    /*list-style-image:url(images/btn_bg_2.png);*/
    width: 100%;
    border-right: 1px solid #df9a00;
	background: #ea1034;
}

.drawer li.br{
	border-right:none;
}

.drawer a:link,
.drawer a:visited {
    font-family: "微軟正黑體";
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    display: block;
    color: #ffa841;
    border-top: 1px solid #cb0b2a;
}

.drawer li img{
	margin-right: 10px;}
.drawer a:hover,
.drawer a:active {
    background-color: #d30729;
    color: #ffa841;
    text-decoration: none;
}

/* produck */
.mobile{
    display: none;
}

.desk{
    display: block;
}

/*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: "微軟正黑體";
    font-size: 20px;
    color: #fff;
    background:#200e32 url(images/btn_bg_icon.png) no-repeat 20px;
    border-radius:5px;
    margin:10px;
    padding: 6px 55px;
}

.index0 .carrier h4 {
    display: none;
}

.index0 .carrier ul {
    padding: 10px;
}

.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;
}

.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: #200e32;
    margin: 2px 0 6px 0;
    *margin: 0;
    line-height: 26px;
}

.carrier li a:hover strong {
    text-decoration: underline;
}

.carrier li em.price {
    font-size: 14px;
    color: #f5004b;
    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) {
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    ul.menu li a {
        min-width: 155.8px;
    }
    .nav0.stuck {
        max-width: 940px;
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    ul.menu li a {
        min-width: 119px;
        font-size: 16px;
        line-height: 40px;
    }
    .nav0.stuck {
        max-width: 720px;
    }
    .sence h6 {
        float: none;
        margin: 0 auto;
        margin-top: 5px;
        max-width: 480px;
        text-align: left;
    }
    .sort p{
        margin-top: -4px;
    }

}


@media screen and (max-width: 767px) {
    .menu_x {
        display: none;
    }
    .sence p {
        padding: 5px 10px;
    }
    .sence h6 {
        text-align: left;
        padding-left: 5px;
        float: none;
        max-width: 480px;
        margin: 0 auto;
    }
    .content .hid img{
        display: none;
    }
    .sort {
        padding:0;
    }
    .sort p{
        margin: 10px 0;
        padding: 0 4px;
    }
    .sort .title{
        color: #ffba00;
        display: block;
        background:  url(images/sort_bg_02.png) center no-repeat, url(images/sort_bg_01.jpg) repeat-x;
        border: 2px solid #cd0b2b;
        height: 42px;
        text-align: center;
        font-size: 2em;
        font-weight: bolder;
        line-height: 1.5em;
    }
    .desk{
        display: none;
    }
    .mobile{
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .sence {
        margin: 0;
    }
}
/*--------播報視窗--------*/
.blackLayer{
    width:100%;
    height:100%;
    position: fixed;
    z-index: 1000;
    left:0;
    top:0;
    background:rgba(0,0,0,0.6);
    display:none;
}
.popDiv{
    width:100%;
    height:100%;
    position: fixed;
    z-index: 1001;/*比blackLayer高一層*/
    left:0;
    top:0;
    display:none;
}
.pop1400Box{
    max-width: 1000px;
    margin:0 auto;
    padding:0;
    position: relative; /*height在popup.js設定*/
}
.Xbtn{
    width:36px;
    height:36px;
    right:0;
    top:0;
    background-color:#333;
    position: absolute;
    z-index:5;
    cursor: pointer;
    color: #FFF;
    line-height:36px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    text-align: center;
}
.content-p{
    margin:0 auto;
    /*overflow-y:scroll; */
    background-color: #fff; 
}


/*lightbox-內容介紹*/
.introductionmax{    
    width: 100%;
    max-width: 700px;
    height: 100vh;
    padding: 20px;
    overflow: hidden;   
    margin: 0 auto;
}
.introductionmax h2{
    font-size: 20px;
    line-height: 1.5;
}
.introductionmax p{
    font-size: 16px;
    line-height: 1.5;
}
.introductionmax img{
    margin: 10px;
    max-width: 100%;
    width: 100%
}