﻿@charset "utf-8";

/*
html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
html {
    FILTER: gray
}
html {
    -webkit-filter: grayscale(1);
}
body {
    filter: Gray;
}
img {
    filter: Gray;
}
html {
    filter: gray;
}
*/


a {
    text-decoration: none
}

a img{
    border: none;
}

.clear {
    clear: both;
}

body {
    font-family: "微軟正黑體",Verdana;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
/*
    background-color: #FFF;
*/
}

.clear-transition {
    transition: none !important;
}


.header {
    padding: 0px;
    max-height: 250px;
    height: 230px;
    min-height: 230px;
}


.header, .wrapper {
  
    display: table-row;
  

}

.wrapper .left {
    background-color: #b1c0e1;
    background-repeat: no-repeat;
    background-position: left top;
 /*
    width: 214px;
*/  
    margin: 0px 0px 0 0;
    border-right: 6px solid #b1c0e1;
    padding: 0px;
    vertical-align: top;
    height: 100%;
}


.wrapper {
    margin: 0px 0;
    padding: 0px;
    width: 100%;
    height: 100%;
 
    background-image: url(); 

}

.wrapper .left,
.wrapper .right {
  /*
    display: table-cell;
   */
 
    
    vertical-align: top;
}



/*for IE 9 */
/*
.wrapper .left
{
    float: left \9;
    display: inline \9;
}
*/

.wrapper .right {
    /*
    background: #FFF;
    */
    height: auto;

}




.inner {
    
    /*
    background-color: #def3eb;
    
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAMgCAYAAAAwXQLfAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5AkDASEONEFseAAAAh1JREFUeNrt3Y0NgyAQBlAPO3Sn6xAuZBcgaY2A/DwXeMmh3AdYG+/jc24Nr7Q1voBAIBAIBAKBQGCL65WUFAh8/DmMCCUFAtdrwB58mQYIBALlUmMoYgCBQCAQCAR2EaKSkgKBQOCAK+CkpMBrN42tLyAQCAQCHZTMkWncNEAgEKhbAG0qAIE9zKVKCgQCgTYVjCFwhkzj0Ln4THMqKdCDbwyB403etr6AQCBwwExj8gYCgXKpkgKBM2QaJTWXAoFAoCX3A93CcR4QCAQCgStkGq9GAOVSYwgEAlfo+LuSlm5PNtmBQCAQCARWSG1ClJsGCAQCl+8WPuKgpEBgk7nUCal+qKRAK2AgEAgE9pBpdAsgUIgCummAQCAwExOVFAgEAuVSYwiUaZQUOGW3UFIgEAi8O5fu4VeyQCAQCAQCgZdDlFeUKqzxfQkLCAQCrfGBQCAQCAQCgRViordNgMDnn8MIH+IAAoFAIBAIBPawPnQkCwQCgUDg/B3fz3KBwEwQ9lgAgUAgEAgEAoFAIND3aYBAIBAI3PyVHRAIBAKBQCBw1VxqYwgIzCzXvE8DBAKBQCAQCAQCgf9sKlg9AYFA4N251E4UENhDplFSIBAIBOqHcikQCAQCgUAgMBMTbZtUSN5+SgYEAoFAIBAIBAKBQCAQCASOCNovLV9SbyoAgUAgEAgEAuVSIBAIBAKBQGCnMdHHVIBAIBD48/oCZzQPh2sVWsYAAAAASUVORK5CYII=');
    background-repeat: repeat-x;
   */

}


.float-left {
    float: left;
}

.mobilemenu {
    display: none;
}


/* btn style */
form input[type=submit],
form input[type=button],
form button {
    border: 1px solid #9ac5c3;
    border-radius: 3px;
    background-color: #DAF5F8;
    padding: 4px 13px;
    min-width: 86px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #234c6d;
    cursor: pointer;
    transition-duration: 200ms;
}

    form input[type=submit]:hover,
    form input[type=button]:hover,
    form button:hover {
        border-color: #72B5A4;
        color: #002692;
    }


.news .item1 a.button {
    /*! background-color: #E0E3FF; */
    /*! border: 1px solid #9ebcec; */
    /*! color: #2746a2; */
    padding: 1px 8px;
    line-height: inherit;
}

    .news .item1 a.button:hover {
        /*! background-color: #EBEDFF; */
        /*! border-color: #1e67e6; */
        /*! color: #0000FC; */
    }

    .news .item1 a.button.disabled {
        background-color: #E7E7E7;
        border-color: #b1b1b1;
        color: #7E7E7E;
        cursor: not-allowed;
    }

input[type="submit"].secondary {
    background: #f4f4f4;
    border-color: #cecece;
    /*! color: #000; */
}


.footer {
    text-align: center;
    line-height: 28px;
}

.content-txt.y {
    background-color: #E4E9CB;
}

.hidden {
    display: none !important;
}

.inner .container {
    padding: 0px;
    width: 100%;
    height: auto \9;

    margin: 0 auto;
    display: block;
  /*
    max-width: 1081px;
  */
    height: auto !important;
  
    background-color: #DAF5F8;
  
}

.container .header {
    display: block;
    width: 100%;
    background: none;
    /*height: 230px;*/
}

.main-banner {
    display: block;
    margin: 0 auto;
/*
    padding: 10px 5px 5px 5px;
*/
}

.container {

   /*
    background-image: url('../images/main-bk.jpg');
  */
    min-width: 300px;
 
}

.content-wrapper {
    max-width:1064px;
    margin: 0 auto;
    background-color: #82CBC4;
}

.header {
    max-height: inherit;
    min-height: 200px;
}
.banner-img {
    /*max-height: 280px;*/
    margin: 0px auto;
    display: block;
    max-width: 100%;
    min-height: auto;
}

.banner-img-mobile {
    display: none;
    max-width: 100%;
}

.mobilemenu {
    position: relative;
}
/* menu button */
.menuBtn {
    height: 36px;
    width: 36px;
    position: relative;
    z-index: 101;
    background: #000;
    background-color: rgba(0,0,0,0.6);
    border-radius: 3px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.menuBtn.act {
    /*background: none;*/
    /*background-color: inherit;*/
}
.menuBtn > span {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -14px ;
    transition: height 100ms;
    
}

.menuBtn > span:after,
.menuBtn > span:before {
    content: '';
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 28px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    transition: all 200ms;
}

.menuBtn > span:after {
    top: -9px;
}

.menuBtn > span:before {
    bottom: -9px;
}

.menuBtn.act > span {
    height: 0;
}

.menuBtn.act > span:after,
.menuBtn.act > span:before {
    background-color: #bdd9d5;
    top: 1px;
}

.menuBtn.act > span:after {
    transform: rotate(45deg);
}

.menuBtn.act > span:before {
    transform: rotate(-45deg);
}
/* main menu block */



.wrapper {
    overflow-x:hidden;
}

.wrapper .left,
.wrapper .right {
    /*display: block !important;*/
    height: auto;
 
    flex:1 0 0;
 
}

.header, .wrapper {
    /*display: flex !important;*/
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
}

.wrapper .left {
 /*
    flex: 1 0 244px;
    max-width: 244px;
    width: 244px;
 */

    
    min-width: 244px;
}

.wrapper .left a {

    width: 25%;
 
    float: left;
    
}

#contact1 {

  display:block;
}

#contact2 {

   display:none;
}

.wrapper .right {
    flex: 1 0 0;
    background: none;
    width:100%;
}

.mobilemenu > * {
    flex: 1 0 auto;
}

div.correct2 {
    flex: 2 0 100%;
}

.txt-setting {
    margin-top: 0;
    padding: 5px 0 5px 5px;
    margin-bottom: 0px;
}

.mobilemenu .language {
    position: inherit !important;
    padding-left: 5px !important;
}

.no-style {
    color: inherit;
    text-decoration: none;
}


.wrapper .left {
    background: none;
    border: none;
}

.mobilemenu {
    background: none !important;
}

.menu-wrapper
{
/*
    margin: 5px;
*/


/*
    padding:10px;
    background-color: #ffffff;

    border-radius: 20px;
*/
    overflow:hidden;
    height:70px;
}

.menu-wrapper .menu-item{
    display: block;
    width: 100%;
}
.menu-item img {
    width: 100%;
    max-width: 100%;
    background: #66b72e;
/*
    border-radius: 15px;
*/
    transition: all 150ms cubic-bezier(.22,.61,.48,.84);
}
.menu-item + .menu-item {
/*
    margin-top: 10px;
*/

  

}

.menu-item img:hover {

  /*
    box-shadow: 0 0px 10px 3px #68b831;
   */

}

.menu-item.selected {
    filter: hue-rotate(215deg);
}

.right-content-wrapper {
    margin: 35px;
    min-height: 550px;
    margin-bottom: 35px;
    background-color:aliceblue;
}

.page-content {
    background: #ffffff;
    padding: 0px;
    border-radius: 10px;
}

.footer{
    margin: 5px;
}





.mediaBox {
    margin: 0 auto;
    width:95%;
    height:70px; 
    /* 
    background-color:#f0f0f0;
    */
    background-color:rgba(250,250,250,0.7);
    border: 0px solid #000000;
    border-radius:10px;
}


.mediaBox ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}



.mediaBox ul li a {
    float: left;
    height: 50px;
    width: auto;

    padding-top:10px;
    padding-bottom:50px;
    padding-left:10px;

    color: #003959;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    font-weight:bold;
    font-family: Verdana, "微軟正黑體";
    vertical-align:middle; 
}

    .mediaBox ul li a[href*="www.facebook.com"] {
        width:250px;
    }

    .mediaBox ul li a:not(a[href*="www.facebook.com"]) {
        padding-right:20px;
    }


    
.backImg_TopMenu {
    width: 40%;
    margin-bottom: -35px;
    box-sizing: border-box;
}




.box1Content {
    padding: 20px;
    font-size:14pt;
    word-break:break-all;
}
 


@media (max-width: 767px)
{

    .mainMenu {
        transition: all 350ms cubic-bezier(.22,.61,.48,.84);
    }

    .right {
        transition: all 350ms cubic-bezier(.22,.61,.48,.84);
    }
}
/*
@media (min-width: 1100px) {
    .wv .header {
        max-height: inherit;
    }

    .wv.inner .container {
        max-width: 1600px;
        background-size: 100%;
        border-right: 1px solid #fff;
    }

    .wv .content-wrapper {
        max-width: inherit;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wv .wrapper .right {
        max-width: inherit;
    }
}*/

/*--old--*/

.boxDiv {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #388539;
    padding: 10px;
    border: 3px solid #ffffff;
}

.boxDiv .page-title {
    padding: 0px 4px 5px 5px;
    margin:0;
    letter-spacing: 4px;
    font-size: 18px;
    color: white;
    font-weight: bold;
}


.textDiv {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    line-height: 32px;
}

.newsRow {
    border-bottom: 1px dotted #cbcdd2;
    padding-bottom: 3px;
}

.newsTitle {
    float: left;
}

.newsContext {
    overflow-wrap: break-word;
    word-break: break-all;
}
.newsContext a {
    word-break: break-all;
    overflow-wrap: break-word;
    display: inline-block;
}

.dateTitle, .dateContext {
    float: right;
}

.newsTitle, .dateTitle {
    font-size: 16px;
    font-weight: bold;
}

.newsDetailTitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.newsDetailContent {
    font-size: 16px;
    line-height: 24px;
}

.newsimgs {
    padding: 10px;
    width: 500px;
}

.hidden_clear {
    display: none;
}


.news-content-wrapper p {
    margin: 0;
    padding: 0;
}

.news-content-wrapper a {
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
}

.news-content-wrapper img{
    max-width: 100%;

}

.dotUl {
    margin: 0;
    padding: 0;
}

.news-content-wrapper .marker {
    background-color: Yellow;
}

.news-content-wrapper blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;

    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.newsDetailTitle {
    overflow-wrap: break-word;
    word-break: break-all;
}




.hr1 {
    border-bottom-width: 3px;
    border-bottom-color: #609cd2;
    width: 90%;
}


.page table td {
   
    border-color: #D9D5BB; 
    background-color: #FFF;
    padding-left:8px;
}


.dateTitle, .dateContext {
    float: right;
}



