/*
 * Infoacer web site stylesheet setting file.
 * Use area : All site.
 * Date 2015/10/19
 * Copyright Infoacer (c) 2015 all right reserved.
 * @author Freddy Ma
 */

/* Glob setting start */
body
{
    font-family: '微軟正黑體';
    padding-top: 95px;
    margin: 0;
    background: #F5F5F5;
}
a, a:hover, a:visited, a:link
{
    color: inherit;
    text-decoration: none;
}
hr
{
    border-top:1px dashed #454D4C;
    width:100%;
}
.inpage_color
{
    background: #EEE;
}
*:focus
{
    outline: 0;
}
.gray_1, .text1, .text3
{
    color: #454D4C;
}

.gray_2, .text2
{
    color: #D1D1D1;
}

.white
{
    color: #FFF;
}

.infoacer_blue
{
    color: #024380;
}

.infoacer_blue_hover:hover
{
    color: #024380;
}

.font_24
{
    font-size: 24px;
}
.font_32
{
    font-size: 32px;
}
.font_18
{
    font-size: 18px;
}
.font_16
{
    font-size: 16px;
}
.font_10
{
    font-size: 10px;
}
.font_12
{
    font-size: 12px;
}
.font_14
{
    font-size: 14px;
}
.font_42
{
    font-size: 42px;
}


.text1
{
    color: #57615F;
    font-size: 12px;
    font-weight: bolder;
}

.text2
{
    color: #D1D1D1;
    font-size: 12px;
}
.text3
{
    font-size: 14px;
    margin-top: 33px;
    font-weight: bolder;
}
.bolder
{
    font-weight: bolder;
}
.reset_ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.center
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.text_center
{
    text-align: center;
}

.text_left
{
    text-align: left;
}
.blue_button
{
    background: #024380;
    border: 0;
    color: #FFF;
    width: 92px;
    height: 28px;
}
.oblique
{
    font-style:oblique;
}
.justify
{
    text-align: justify;
    text-justify:inter-ideograph;
}
/* Glob setting end */

/* IE 6 7 超連結必須指定無法繼承*/
a
{
    color: #454D4C;
}

nav .list .option .detail li a, nav .footer a, footer .sitemap a
{
    color: #FFF;
}

/* NAV Start */
nav
{
    width: 100%;
    position: fixed;
    height: 118px;
    top: 0;
    left: 0;
    z-index: 999;
    background:url("../image/template/nav_bg.png");
    background-repeat:repeat-x;
    padding-top: 10px;
}

nav .center
{
    height: 85px;
}

nav .logo
{
    margin-top: 10px;
    margin-right: 5px;
    float: left;
}
nav .main
{
    width: 760px;
    height: 85px;
    padding-left: 4px;
    float: left;
}

nav .list
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 37px;
    float: left;
}
nav .list li
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

nav .list .option:hover
{
    color: #024380;
    cursor: pointer;
}

nav .list .option .detail
{
    position: absolute;
    display: none;
    float: left;
    width: 100px;
    height: 155px;
    padding-top: 35px;
}

nav .list .option .detail li
{
    float: left;
    width: 150px;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

nav .list .option:hover .detail
{
    display: block;
}
nav .list .option:hover .detail li:hover
{
    font-weight: bolder;
}

nav .search
{
    width: 175px;
    height: 25px;
    border: solid 1px #D1D1D1;
    border-radius: 25px;
    margin-left: 30px;
    background: url("../image/template/search.png") no-repeat 5px 0px;
    padding-left: 25px;
    float: left;
    margin-top: 5px;
}

nav .language
{
    margin-left: 5px;
    float: right;
    width: 95px;
    margin-top: 10px;
}


nav .language button
{
    width: 95px;
    float: left;
    border: 0;
    font-size: 12px;
    padding: 0;
}
nav .language img
{
    float: left;
    margin-right: 5px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, nav .language button:hover, .open > .dropdown-toggle.btn-default
{
    background: #FFF;
}
nav .language .dropdown-menu, nav .language .dropdown-menu li
{
    width: 95px;
    float: left;
    min-width: 100px;
}
nav .language .dropdown-menu li a
{
    width: 93px;
    padding: 3px 12px;
}

nav .footer
{
    width: 230px;
    height: 45px;
    line-height: 40px;
    top: 95px;
    float: right;
}

nav .call_as
{
    margin-right: 2px;
    float: right;
    background:url("../image/template/opacity_grey.png");
    width: 77px;
    height: 45px;
    text-align: center;
}
nav .order
{
    float: right;
    background:url("../image/template/opacity_grey.png");
    width: 150px;
    height: 45px;
    text-align: center;
    font-size: 12px;
}

header .mask
{
    width: 100%;
    display: none;
    height: 155px;
    background:url("../image/template/opacity_up.png");
    float: left;
    color: #FFF;
    padding-top: 10px;
    position: fixed;
    z-index: 950;
}
/* NAV End*/

/* Footer start */
footer
{
    width: 100%;
    float: left;
}

footer .top
{
    width: 100%;
    height: 93px;
    background-image: url("../image/template/footer_top_bg.jpg");
    background-repeat:repeat-x;
    background-color:#E5E5E3;
    float:left;
}

footer .left
{
    padding-top:40px;
    float:left;
    height:93px;
    width:350px;
}

footer .left a:hover
{
    color: #024380;
}

footer .fb
{
    background:url("../image/template/fb.png");
    background-repeat:no-repeat;
    height: 33px;
    padding-left:20px;
    padding-top: 10px;
    padding-bottom:10px;
}

footer .fb:hover
{
    background:url("../image/template/fb_blue.png");
    background-repeat:no-repeat;
}

footer .show_map
{
    float: right;
    cursor: pointer;
    height: 93px;
}

footer .site_map
{
    float: right;
    line-height: 93px;
}

footer .site_map_icon
{
    float: right;
    margin-top: 30px;
    margin-right: 5px;
}


footer .sitemap
{
    width: 100%;
    height: 0px;
    background: url('../image/template/footer_bg.jpg');
    color: #FFF;
    overflow: hidden;
}
footer .sitemap ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .sitemap .triangle
{
    height: 35px;
    background: url('../image/template/footer_down_triangle.png') no-repeat;
    background-position: 950px 0px;
}

footer .sitemap .area_1, 
footer .sitemap .area_2, 
footer .sitemap .area_3, 
footer .sitemap .area_4, 
footer .sitemap .area_5
{
    float: left;
    height: 355px;
}
footer .sitemap .area_1
{
    width: 85px;
}
footer .sitemap .hover_list li:hover
{
    font-weight: bolder;
}

footer .sitemap .area_2 .detail
{
    float: left;
    margin-right: 20px;
}

footer .sitemap .area_2
{
    width: 390px;
}

footer .sitemap .area_3
{
    width: 85px;
}

footer .sitemap .area_4
{
    width: 75px;
}

footer .sitemap .area_5
{
    width: 100px;
}

footer .sitemap .area_6
{
    float: right;
}
p 
{
    margin-top:15px;
}
/***********Footer end******************/

/***************************************
 * Main area common setting.
 ***************************************/
main
{
    float: left;
    height: 100%;
    width: 100%;
}
main .search input[type='text']
{
    border: solid 1px #024380;
    width: 223px;
    height: 28px;
}

main .search input[type='submit']
{
    background: #024380;
    border: 0;
    color: #FFF;
    width: 92px;
    height: 28px;
}

main .common_center, main .common_section
{
    width: 670px;
}

main .common_center, main .big_common_center
{
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
}

main .common_section, main .big_common_section
{
    margin-top:30px;
    margin-bottom: 30px;
    float: left;
}

main .big_common_background
{
    width: 100%;
    height: 245px;
    float: left;
    background:url("../image/template/opacity_white.png");
}
main .full_background
{
    float:left;
    width:100%;
    background-size: 100% auto;
    background-position:center bottom;
}
main .full_background > .text
{
    width: 100%;
    text-align: center;
    /*color: #FFF;*/
    float: left;
    background:url("../image/template/opacity_white.png");
    /*height: 80px;*/
    padding-top: 17px;
    padding-bottom: 17px;
}
main .big_common_center
{
    width: 670px;
    margin-top: 0px;
}
main .big_common_section
{
    width: 100%;
}
main .top_banner
{
    width: 100%;
    float: left;
    background-size:100% auto;
}
main .top_banner > .text
{
    width: 100%;
    text-align: center;
    color: #FFF;
    float: left;
    background:url("../image/template/opacity_white.png");
    height: 80px;
    padding-top: 17px;
}
main .anchor
{
    height: 1px;
    float: left;
}
/************Main area end********************


/*********************************************
 * Bootstrap panel reset
 *********************************************/
.panel-default
{
    box-shadow: none;
    border: 0;
}
.panel-default > .panel-heading
{
    border-radius: 3px;
    background-color: #E5E5E5;
}
.panel-default .panel-body
{
    font-size: 12px;
}
.panel-default .panel-title
{
    font-size: 14px;
    font-weight: bolder;
}
.panel-heading .accordion-toggle
{
    font-weight: bolder;
}
.panel-heading .accordion-toggle:hover, .panel-heading .accordion-toggle:focus
{
    text-decoration: none;
}
.panel-heading .accordion-toggle:hover
{
    color: #024380;
}
.panel-heading .accordion-toggle::after
{
    content: "\e259";
    float: right;
    font-family: "Glyphicons Halflings";
    color: #57615F;
}
.panel-heading .accordion-toggle:not(.collapsed)
{
    text-decoration: none;
    color: #024380;
}
.panel-heading .accordion-toggle.collapsed::after
{
    content: "\e257";
}
/************Bootstrap panel end****************/


/*********************************************
 * jQuery Scrollbar reset
 *********************************************/
.jspVerticalBar
{
    width: 7px;
}
.jspTrack
{
    background: #EEE;
}

.jspDrag
{
    background: #434343;
}
.jspVerticalBar
{
    margin-right: 2px;
}

/********jQuery Scrollbar reset end************/

.controller
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.controller li
{
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0px 2px;
    margin-bottom: 5px;
    background:url("../image/template/controller.png");
}
.controller li.checked{
    background:url("../image/template/controller_checked.png");
}

.controller.left
{
    position: fixed;
    right: 5px;
    width: 10px;
}

.goto
{
    cursor: pointer;
}
.tooltip > .tooltip-inner
{
    width: 80px;
}

main .tag
{
    background: #024380;
    color: #FFF;
    border-radius: 2px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: 10px;
}


main .table_border td
{
    border: solid 1px #434343;
    padding: 5px;
}


main .table_border2 td
{
    padding: 5px;
}
main .detail_list
{
    list-style:none;
    padding-left:0;
}

main .detail_list>li
{
    width: 100%;
    float:left;
    margin-bottom:60px;    
}

main .detail_list li img
{
    margin-top:5px;
    margin-bottom: 5px;
}

main .detail_list li p
{
    margin-top:20px;
    margin-bottom: 20px;
}

main .detail_list li ul 
{
    list-style:none;
    padding-left:1em;
}


main .detail_list li ul li
{
    margin-top:10px;
    margin-bottom:10px;    
}

/*
@media screen and (max-width: 768px) {
    body
    {
        padding-top: 55px;
    }
    .center {
        width: 100vw;
    }
    nav .footer
    {
        display:none;
    }
    
    nav
    {
        width: 100vw;
        height: 55px;
    }

    nav .center
    {
        height: 45px;
    }

    nav .logo
    {
        margin-top: 3px;
    }

    nav .logo img
    {
        width: auto;
        height: 40px;
    }

    nav .main
    {
        display:none;
    }
    main
    {
        width: 100vw;
    }

    footer .left
    {
        width:96vw;
        margin-left: 4vw;
    }
    
    footer .show_map
    {
        display:none;
    }
}*/