@charset "UTF-8";
.six-container > .container-fluid > .container {
    padding: 18px 15px 24px;
}

@media(max-width: 769px) {
    .six-container > .container-fluid > .container {
        padding-top: 1px;
    }
}

.sidebar {
    margin: 0 -14px;
}

.sidebar h3 {
    background-color: #128e8e;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 10;
}

.sidebar h3 a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: .6em 1em;
}

.sidebar h3 i {
    float: right;
}

.sidebar ul {
    padding: 0;
    margin: 0;
    margin-top: -4px;
    list-style: none;
    position: relative;
}

.sidebar ul li a {
    display: block;
    text-align: center;
    padding: .8em 0;
    color: #4d4d4d;
    text-decoration: none;
    border: 1px solid #afd9d8;
    border-top: none;
}

.sidebar ul li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar ul li a:hover,
.sidebar ul li a.selected {
    background-color: #e8f6c1;
    color: #333;
    border-color: #ccc;
    font-weight: 400;
}

.sidebar ul li ul {
    border-top: 1px solid #afd9d8;
    overflow: hidden;
    position: relative;
    display: none;
}

.sidebar ul li ul:before {
    width: 96%;
    left: 2%;
    border-radius: 10px;
    height: 5px;
    display: block;
    content: '';
    top: -7px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.sidebar ul li ul a {
    background-color: #eafadf;
    color: #128e8e;
}

.sidebar ul li ul li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sidebar .nav-tabs.nav-justified > li {
    border-bottom: none;
    border-radius: 0;
}

.sidebar .nav-tabs.nav-justified > li > a {
    border-radius: 0;
}

.sidebar .nav-tabs li a {
    border-radius: 0 !important;
}

.sidebar .nav-tabs.nav-justified {
    border-left: 1px solid #afd9d8;
    border-right: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > li > a {
    border: none;
    border-bottom: 1px solid #afd9d8;
    border-left: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > .active > a {
    border: none;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > .active > a:focus,
.sidebar .nav-tabs.nav-justified > .active > a:hover {
    border: none;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #afd9d8;
}

.sidebar .nav-tabs.nav-justified > li:first-child > a {
    border-left: none;
}

.sidebar .nav-tabs.nav-justified > li.active:first-child > a {
    border-left: none;
}

.sidebar .nav-tabs.nav-justified > li.active:first-child > a:focus,
.sidebar .nav-tabs.nav-justified > li.active:first-child > a:hover {
    border-left: none;
}

.contents .breadcrumb {
    background-color: #c9e9e9 !important;
    line-height: 1.5em;
    margin-top: 18px;
    color: #4d4d4d;
}

#content .breadcrumb a {
    color: #4d4d4d;
}

#content .other-print {
    margin-bottom: 1em;
}

#content .other-print > span {
    display: inline-block;
    margin-left: 2em;
    font-size: 13px;
    white-space: nowrap;
}

#content h2.title {
    font-size: 1.6em;
    border-bottom: 1px solid #0cb8b8;
    padding: .5em .2em;
    font-weight: bold;
}

#content h2.title a.more small {
    color: #910000;
    margin-left: 1em;
}

#content h2.title a.more:hover small {
    color: #148383;
}

#content h3.title {
    font-size: 1.25em;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

#content .post-image {
    text-align: center;
}

#content .post-image img {
    margin: auto;
}

#content .post-text {
    line-height: 1.6em;
    font-weight: 400;
    padding: 0 .2em;
    overflow: hidden;
}

#content .post-text p {
    word-break: break-all;
    margin: 1.5em 0;
}

#content .post-date {
    color: #158788;
    font-size: 12px;
}

#content .photo-list {
    padding: 5px;
}

#content .photo-list > div {
    padding: 10px;
}

#content .photo-list > div a {
    display: block;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding: 5px;
    background-color: #f8fff3;
    margin-bottom: .5em;
}

#content .photo-list > div a:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#content .photo-list > div p {
    margin-bottom: 0;
}

.social-box img {
    width: 18px;
    height: 18px;
    display: inline-block;
}

.panel-success {
    border-color: #aed8d7 !important;
}

.panel table.sitemap {
    width: 100%;
}

.panel table.sitemap thead {
    font-size: 1.2em;
}

.panel table.sitemap th,
.panel table.sitemap td {
    vertical-align: top;
    padding: .3em .2em;
    border-bottom: 1px solid #f6f6f6;
}

.panel table.sitemap th {
    white-space: nowrap;
}

.panel .col-inline {
    display: inline-block;
    white-space: nowrap;
    margin: 0 .25em;
}

.panel table.sitemap tbody th {
    padding-left: 2.3em;
}

.panel table.sitemap a {
    color: #414141;
    padding: .2em .5em;
}

.panel table.sitemap th a:hover {
    background-color: #c9e9e8;
    border-radius: 4px;
}

.panel table.sitemap td a:hover i {
    color: #00bcb4;
}

.panel table.sitemap tbody tr:last-child th,
.panel table.sitemap tbody tr:last-child td {
    border: none;
}

.panel-over-box {
    overflow: hidden;
    margin: 1.5em 0;
    margin-bottom: 3em;
}

.panel-over-box .click-count {
    line-height: 34px;
}

.panel-over-box hr.style1 {
    margin: .5em 0;
    clear: both;
    display: block;
}

.panel-transparent {
    background-color: transparent;
}

.score-box {
    max-width: 660px;
    box-sizing: border-box;
    margin: auto;
    background-color: transparent;
}

.score-box .score {
    border: 1px solid #ccc;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: .5em;
}

.score-box .score p {
    margin: 0;
}

.score-box .score label {
    display: inline-block;
    margin-right: 1em;
    font-weight: 400;
}

.score-box .score .a-list {
    line-height: 30px;
}

.btn-default {
    background-color: #0cb8b8;
    border-color: #0cb8b8;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #0cb8b8;
    border-color: #0cb8b8;
    color: #fff;
}

.btn-default:hover {
    color: #004141;
}

.btn-default-dark {
    background-color: #128e8e;
    border-color: #128e8e;
    color: #fff;
}

.thumbnail {
    /* box-shadow: 0 1px 8px rgba(0,0,0,.2); */
    border: solid 1px #ddd;
    background-color: #f2f2f2;
    margin-bottom: 30px;
    padding: 0;
    box-sizing: border-box;
}

.thumbnail h3 {
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    margin: 0;
    padding: .5em;
    background: #2a9a9a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2a9a9a 0%, #219191 38%, #148383 69%, #148383 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2a9a9a 0%, #219191 38%, #148383 69%, #148383 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2a9a9a 0%, #219191 38%, #148383 69%, #148383 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

.thumbnail h3 a {
    color: #fff;
}

.thumbnail h3 a:hover {
    color: #93e1e1;
}

.thumbnail h3 small {
    float: right;
    padding-top: .5em;
    position: relative;
    top: -4px;
}

.thumbnail > img {
    width: 100%;
}

#six-home-newsBox .caption {
    padding-bottom: 10px !important;
}

.hot-box .thumbnail .caption {
    height: 335px;
    overflow-y: scroll;
    padding: 0;
}

.hot-box .thumbnail .caption ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hot-box .thumbnail .caption ul li {
    border-bottom: 1px solid #0cb8b8;
    padding: 10px;
}

.hot-box .thumbnail .caption ul li h4 {
    padding: 0;
}

.hot-box .thumbnail .caption ul li:last-child {
    border: none;
}

.hot-box .thumbnail .caption ul li p.date {
    color: #0cb8b8;
    margin: 0;
    position: relative;
    width: 100%;
    top: auto;
}

.hot-box .thumbnail .caption ul li a {
    color: #4d4d4d;
    line-height: 1.6em;
}

.hot-box .thumbnail .caption ul li a:hover {
    color: #148383;
}

.hot-sort .caption {
    height: 90px;
    overflow-y: scroll;
}

.icon3 a {
    display: inline-block;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    background: url(../images/icon-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.icon3 a i {
    margin-right: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.icon3 a:hover {
    opacity: .82;
}

.icon3 a:hover i {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
    .sidebar {
        float: left;
        width: 220px;
        box-sizing: border-box;
        margin: 0;
        margin-right: -100%;
    }
    .sidebar h3 {
        border-radius: 4px;
    }
    .contents {
        float: left;
        width: 100%;
    }
    .contents .breadcrumb {
        margin-top: 0;
    }
    #content,
    .contents .breadcrumb {
        margin-left: 245px;
    }
    #content .post-image {
        text-align: left;
    }
    #content .post-image img {
        margin-left: 0;
        margin-right: 0;
    }
}


/*   TAKO-1102  */

i.fa-facebook::before {
    font-size: 1.2em;
    line-height: 28px;
}

a {
    color: #333;
}

hr {
    width: 100%;
}

.panel {
    background-color: #FFF;
}

.panel-default > .panel-heading {
    border: none;
}

.panel > .panel-heading {
    background: #1e8e8d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel > .panel-heading > h3 {
    color: #FFF;
    font-size: 1.2em;
    padding: 4px 0;
    text-indent: 16px;
}

.panel .nav > li {
    border-bottom: 1px solid #afd9d8;
    background-color: transparent;
}

.panel .nav > li + li {
    border-bottom: 1px solid #afd9d8;
    border-top: none;
}

.panel .nav > li:last-child {
    border-bottom: none;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.panel-default {
    border-radius: 5px;
    border: 1px solid #afd9d8;
    box-shadow: none;
    background-color: #f5f5f5;
}

.six-videoListBox .panel-default {
    min-height: 200px;
}

.panel-footer {
    background-color: transparent;
}

.breadcrumb > li.active {
    color: #4d4d4d;
}

.six-printShareBox {
    padding: 0;
    margin: 0;
    /* border:1px solid #f00; */
}

@media (min-width: 768px) {
    .six-printShareBox {
        top: -20px;
    }
}

.six-printShareBox > ul {
    padding: 0;
    margin: 0;
}

.six-printShareBox ul li {
    padding: 0;
    margin: 0;
    /* border:1px solid #f00; */
}

_::-webkit-:host:not(:root:root),
.six-printShareBox {
    top: -20px !important;
}
@media(max-width: 769px){
  _::-webkit-:host:not(:root:root),
  .six-printShareBox {
      top: 0 !important;
  }
}

_::-webkit-:host:not(:root:root),
.six-printShareBox button {
    padding-top: 3px !important;
}

_::-webkit-:host:not(:root:root),
.six-printShareBox button i,
.six-printShareBox small,
.six-printShareBox small a,
.six-printShareBox small a i,
.six-printShareBox small a img {
    padding-top: 0 !important;
}

ul.pull-right > li > small > a {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #179898;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    border-radius: 26px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: 0.5s;
}

ul.pull-right > li > small > a > img {
    width: 20px;
    height: 20px;
    color: #FFF;
}

ul.pull-right > li > small > a > img[alt*=Plurk] {
    width: 14px;
    height: 14px;
}

ul.pull-right > li > small > a > img[alt*=youtube] {
    width: 24px;
    height: 24px;
}

ul.pull-right > li > small > a[alt*=Facebook] {
    background-color: #3a5897;
}

ul.pull-right > li > small > a[alt*=youtube] {
    background-color: #e52d26;
}

ul.pull-right > li > small > a[alt*=Plurk] {
    background-color: #d2572e;
}

ul.pull-right > li > small > a[alt*=twitter] {
    background-color: #4099ff;
}

ul.pull-right > li > small > a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.pagination > li > a,
.pagination > li > span {
    color: #179898;
}

.pagination > .active > a {
    background-color: #179898;
    border-color: #179898;
}

.tako-marginClear {
    margin: 0;
}

section.col-md-12 h5 {
    text-align: center;
}

.text-left,
.text-right {
    color: #179898;
    padding: 0;
}

.six-articleBox > div {
    padding: 10px 0;
}

.six-articleBox > img {
    margin-bottom: 20px;
}

.tako-br {
    border-bottom: 1px solid #0cb8b8;
    margin-bottom: 10px;
}

.page-header {
    margin-top: 30px;
}

.six-tableBoxTypeA {
    margin-bottom: 30px;
    margin-top: 10px;
}

.well {
    margin-top: 10px;
}

.caption > h4 + div + a {
    margin-top: 6px;
}

.tab-content > div {
    padding-top: 10px;
}

.six-photoBoxTypeA > div > h3 {
    margin-top: 0;
}

.six-tabsBox .nav > li > a,
.six-mapInfoBox .nav > li > a {
    padding: 10px 40px;
}

.six-tabsBox .nav > li.active > a,
.six-mapInfoBox .nav > li.active > a {
    background-color: #179898;
    border-color: #179898;
    color: #FFF;
}

.six-tabsBox .nav > li > a:hover,
.six-mapInfoBox .nav > li > a:hover {
    border-color: #afd9d8;
}

.six-tabsBox .nav-tabs {
    border-bottom: 1px solid #afd9d8;
}

.nav-tabs > li > a {
    border: 1px solid #afd9d8;
    border-bottom: none;
}

.well form .checkbox label {
    color: #179898;
}

.well > strong {
    color: #FF6600;
    line-height: 2em;
}

.well > strong + ol > li {
    margin-bottom: 6px;
}

.six-suggestionBox label {
    padding-right: 10px;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.six-suggestionBox label:hover {
    color: #179898;
}

.table thead tr th:first-child + th,
.table tbody tr td:first-child + td {
    text-align: center;
    vertical-align: middle;
}

.nav-tabs {
    border-bottom: 1px solid #afd9d8;
}

.six-mapInfoBox .panel .nav > li {
    border-bottom: none;
}

.six-mapInfoBox .nav-tabs > li > a {
    border-bottom: none;
}

.six-mapInfoBox .nav-tabs > li.active > a {
    border: 1px solid #afd9d8;
}

.six-tabsBox .tab-content {
    display: inline-block;
    height: auto;
    min-height: 100px;
    width: 100%;
    border: 1px solid #afd9d8;
    /* border-top: none; */
    padding-bottom: 10px;
}

.six-boxTypeA {
    border: none;
}

.six-listTypeA {
    background-color: transparent !important;
    border: 0;
    margin-bottom: 5px;
}

.six-listTypeA > div {
    background-color: transparent !important;
    border: 0;
}

.six-listTypeA > div > div {
    background-color: transparent !important;
    border: 0;
}

.six-listTypeA > div > div.panel-heading {
    padding: 0 15px;
    border-radius: 0;
}

.six-listTypeA div h4 > a {
    font-size: 1.1em;
}

.six-listTypeA li i {
    background-color: #ee8397;
    color: #fff;
    border-radius: 24px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    top: -3px;
    position: relative;
    margin-left: -2em;
}

.six-listTypeA li i::before {
    position: relative;
    top: 2px;
    text-indent: -2em;
    font-size: 0.8em;
}

ul.six-listTypeA li {
    margin-left: 2em;
}

.six-listTypeA ul {
    padding-left: 18px;
}

.six-listTypeA a {
    font-size: 1.1em;
    padding: 5px 0 5px 0;
    display: inline-block;
}

.six-listTypeA div div + div div ul li {
    margin-left: 2em;
}

.six-photoInfoBox.six-boxTypeA .col-md-12 span + ul {
    padding-top: 10px;
    line-height: 1.6em;
}

.six-qaBox .well {
    position: relative;
    border-radius: 50px;
    margin-bottom: 40px;
    background-color: #fee9e9;
    border-color: #f3d4d4;
}

.six-qaBox .well + .well {
    background-color: #dbf1ed;
    border-color: #92cec3;
}

.six-qaBox .well .six-qaIcon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    text-indent: -10000px;
    background-image: url(../images/qaIcon1.png);
}

.six-qaBox .well + .well .six-qaIcon {
    background-image: url(../images/qaIcon2.png);
}

.six-qaIcon + h1 {
    font-size: 1.6em;
    padding: 0 60px;
}

.six-qaIcon + p {
    font-size: 1em;
    padding: 30px 60px;
}

.six-pollBox > .well .well {
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    padding: 10px 20px;
    margin-top: 0;
}

.six-pollBox > .well label {
    cursor: pointer;
}

.six-pollBox > .well > .row {
    padding: 15px;
}

.six-pollBox > .well hr {
    display: block;
    width: 100%;
    border-color: #afd9d8;
}

.six-pollBox > .well .row div:nth-child(7) {
    margin-bottom: 20px;
}

.six-pollBox > .well h3 {
    line-height: 1.1;
    margin-top: 0;
    text-indent: 80px;
}

.six-pollBox > .well > .row h4 {
    line-height: 24px;
}

.six-pollBox > .well > .row h4 > span {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #148383;
    color: #FFF;
    border-radius: 24px;
    margin-right: 10px;
}

.six-PGContents .panel.panel-default .panel-heading {
    position: relative;
}

h3.panel-title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    border-radius: 4px;
    background-color: #ee8397;
    display: block;
    left: 1em;
    top: 0;
}

.navbar-header .well {
    margin-top: 0;
}

.six-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -60px;
    left: -75px;
}

.six-icon > img {
    width: 100%;
}

.list-group {
    margin-bottom: 0;
}

#addMap1 {
    height: 400px;
    background-color: #e0e0e0;
}

#ChangeStyle {
    position: fixed;
    z-index: 2000;
    width: 200px;
    height: 54px;
    bottom: 0;
    right: 0;
    /* border: solid 1px #ccc; */
    background-color: transparent;
    text-align: center;
    /* box-shadow: 0 0 3px #555; */
}

#ChangeStyle > a {
    display: none;
    width: 40px;
    height: 40px;
    margin: 5px 5px;
    background-color: #179898;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 40px;
}

#ChangeStyle > a + a {
    background-color: #137dc9;
}

#ChangeStyle > a + a + a {
    background-color: #d67878;
}

#ChangeStyle > span {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        width: 54px;
        height: 54px;
        background-color: #ca1111;
        color: #FFF;
        font-size: 1.3em;
        text-align: center;
}

#ChangeStyle > span:hover {
    background-color: #930707;
}

#ChangeStyle > span + span {
    display: none;
    position: absolute;
    top: -5px;
    left: -50px;
    width: 54px;
    height: 54px;
    background-color: #ff8002;
    color: #FFF;
    font-size: 1.3em;
    text-align: center;
    margin: 5px 5px;
}

#ChangeStyle > span + span:hover {
    background-color: #cd5300;
}

#ChangeStyle > span > a {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    padding-top: 4px;
}

.panel-success > .panel-heading {
    color: #FFF;
}

.six-photoBoxTypeA {
    padding-bottom: 50px;
}

.page-header {
    border-bottom: 1px solid #ddd;
}


/*dataTables*/

.table thead tr {
    background-color: #1c8b8b;
    color: #FFF;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
    border-color: #afd9d8;
}

.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th {
    border-color: #afd9d8;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #afd9d8;
}

.six-photoBoxTypeB > div {
    padding-bottom: 20px;
    min-height: 330px;
}

.six-photoBoxTypeB > div img.img-responsive {
    margin: auto;
    display: block;
}

.six-mapInfoBox .panel-body ul li {
    margin-bottom: 0px;
}

.six-photoInfoBox.six-boxTypeA > div b {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.1em;
}

section.six-tableBoxTypeB {
    margin-bottom: 30px;
}

.six-tableBoxTypeB > .alert {
    /* margin-top: 20px; */
}

section.six-videoBoxTypeA > h3,
section.six-videoBoxTypeA .panel-body .row > h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

section.six-tableBoxTypeB > h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.six-aboutBox > h3,
.six-qaBox > h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.six-qaBox .well p {
    padding: 30px 0;

}
/*---------------------0113---------------------------*/

.faq_fidle .text_td {
    vertical-align: top;
}
.faq_fidle .text_div {
    padding: 0px 10px;
}
.menopause_table2 {
    border: solid 1px #358EC4;
    border-collapse: collapse;
    margin: 20px 10px;
}

caption {
    display: none;
}
.menopause_table2 th {
    background: #358EC4;
    color: #fff;
    padding: 4px 4px;
    border: solid 1px #003399;
    border-collapse: collapse;
}
.menopause_table2 td {
    background: #fff;
    padding: 4px 4px;
    border: solid 1px #003399;
    border-collapse: collapse;
    text-align: center;
}


.inspection_mom_items {
    background: #fff;
    border-width: 1px;
    border-color: #fff;
}
.inspection_mom_items .items_th1 {
    background: #ed8283;
    width: 140px;
    color: #fff;
    padding: 4px 3px;
    border-width: 1px;
}
.inspection_mom_items .items_th2 {
    background: #ed8283;
    width: 70px;
    color: #fff;
    padding: 4px 3px;
    border-width: 1px;
}
.inspection_mom_items .items_th3 {
    background: #ed8283;
    width: 430px;
    color: #fff;
    padding: 4px 3px;
    border-width: 1px;
}
.inspection_mom_items .items_td1 {
    background: #f1d5d8;
    height: 10px;
    width: 55px;
    color: #000;
    padding: 4px 3px;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
}
.inspection_mom_items .items_td2 {
    background: #f1d5d8;
    height: 10px;
    width: 85px;
    color: #000;
    padding: 4px 3px;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
}
.inspection_mom_items .items_td3 {
    background: #f1d5d8;
    height: 10px;
    width: 80px;
    color: #000;
    padding: 4px 3px;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
}
.inspection_mom_items .items_td4 {
    background: #f1d5d8;
    height: 10px;
    color: #000;
    text-align: left;
    padding: 4px 6px;
    border-width: 1px;
}
.inspection_items {
    background: #fff;
    border-width: 1px;
    border-color: #fff;
}
.inspection_items .items_th1 {
    background: #92ceeb;
    width: 110px;
    color: #000;
    padding: 4px 3px;
    border-width: 1px;
}
.inspection_items .items_th2 {
    background: #92ceeb;
    width: 80px;
    color: #000;
    padding: 4px 3px;
    border-width: 1px;
}
.inspection_items .items_th3 {
    background: #92ceeb;
    width: 450px;
    color: #000;
    padding: 4px 3px;
    border-width: 1px;
}
.inspection_items .items_td1 {
    background: #d1eaf6;
    height: 10px;
    width: 65px;
    color: #000;
    padding: 4px 3px;
    text-align: center;
    border-width: 1px;
}
.inspection_items .items_td2 {
    background: #d1eaf6;
    height: 10px;
    width: 45px;
    color: #000;
    padding: 4px 3px;
    text-align: center;
    border-width: 1px;
}
.inspection_items .items_td3 {
    background: #d1eaf6;
    height: 10px;
    width: 80px;
    color: #000;
    padding: 4px 3px;
    text-align: center;
    border-width: 1px;
}
.inspection_items .items_td4 {
    background: #d1eaf6;
    height: 10px;
    color: #000;
    text-align: left;
    padding: 4px 6px;
    border-width: 1px;
}




/*---------------------0113---------------------------*/

.six-qaBox .well p img {
    max-width: 100%;
    display: block;
    margin: auto;
}

section.six-videoBoxTypeA > .panel.panel-default {
    border: none;
    background-color: #FFF;
}

.caption {
    position: relative;
    padding-bottom: 50px !important;
    width: 100%;
}

section.six-videoBoxTypeA > .panel.panel-default .thumbnail > .caption > a.btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
}

.alert.alert-info > a {
    font-size: 0.95em;
    padding: 2px 10px;
    background-color: #179898;
    color: #FFF;
    border: 1px solid #037474;
}

.alert.alert-info > a:hover {
    background-color: #037474;
}

.six-aboutBox {
    margin-bottom: 30px;
}

.six-aboutBox > .alert {
    margin-top: 20px;
}

a.btn .fa-mail-reply::before,
.fa-reply::before,
.fa-home::before,
.fa-arrow-up::before {
    margin-right: 5px;
}

.breadcrumb .fa-home::before {
    margin-right: 0;
}

.six-qaBox > .well {
    margin-top: 40px;
}

.six-tabsBox {
    margin-top: 30px;
}

.six-mapInfoBox > .panel-default {
    border: none;
    background-color: #FFF;
}

.six-mapInfoBox > .panel-default > .panel-heading {
    margin-top: 20px;
}

.six-PGContents .breadcrumb + .row > h2 {
    /* width: 100%; */
}

.six-aboutBox .row > h3 {
    padding-bottom: 8px;
    border-bottom: dashed 1px #5dc1c1;
}

.six-aboutBox ul li {
    margin-bottom: 40px;
    position: relative;
}

.six-aboutBox ul li::before {
    content: " ";
    border-bottom: solid 1px #128e8e;
    display: block;
    width: 100%;
    position: relative;
    top: 25px;
    z-index: 0;
}

.six-aboutBox ul li h4 + p {
    text-indent: 2em;
    text-align: justify;
}

.six-aboutBox > div.row > h3 + div ul {
    margin-bottom: 20px;
}

.six-aboutBox > div.row > h3 + div ul li {
    margin-bottom: 5px;
}

.six-aboutBox > div.row > h3 + div ul li::before {
    display: none;
}


/* .six-aboutBox ul li h4 {
width: 100%;
border-bottom: solid 1px #ddd;
} */

.six-aboutChartBox > ul li h4,
.six-aboutBox ul li h4,
.six-aboutServiceBox > h4 {
    background-color: #128e8e;
    display: inline-block;
    padding: 6px 21px 4px 21px;
    border-radius: 40px;
    color: #FFF;
    position: relative;
    z-index: 100;
}

.six-aboutChartBox > ul > li::before,
.six-aboutBox ul li::before,
.six-aboutServiceBox::before {
    content: " ";
    border-bottom: solid 1px #128e8e;
    display: block;
    width: 100%;
    position: relative;
    top: 25px;
    z-index: 0;
}

.six-aboutBox ul li:last-child::before {
    display: none;
}

.six-aboutChartBox > ul li h4 + p {
    padding-bottom: 30px;
    text-indent: 2em;
    text-align: justify;
}

.six-aboutChartBox ul li h4 ~ div {
    background-color: #b3f0f0;
    position: relative;
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.six-aboutChartBox ul li h4 ~ div div.col-md-2 {
    text-align: center;
    /* padding-top: 90px; */
    font-size: 1.3em;
    line-height: 70px;
}

.six-aboutChartBox ul li h4 ~ div div.col-md-10 {
    background-color: #c9e9e9;
    padding-bottom: 30px;
    padding-top: 20px;
    border-left: solid 1px #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.six-aboutChartBox ul li h4 ~ div a {
    position: absolute;
    bottom: 5px;
    right: 20px;
}

text {
    font-family: "微軟正黑體";
}

.six-aboutChartBox .six-svgImg {
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 0px;
}

.six-svgImg > svg.img-responsive {
    width: 100%;
    height: 100% \0;
    min-height: 500px \0;
}

.six-aboutChartBox > ul {
    padding-left: 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .six-svgImg > svg.img-responsive {
        width: 100%;
        min-height: 500px;
    }
}

.table thead tr th:first-child + th,
.table tbody tr td:first-child + td {
    text-align: left;
}

.six-groupName {
    background-color: #fff;
}

.six-historyBox {
    margin-top: 10px;
    margin-bottom: 30px;
}

.six-historyBox div div.row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #ddd;
}

.six-historyBox div div.row:hover {
    background-color: #eee;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    /* border-bottom: 1px solid #ddd; */
}

.six-listTypeA > .panel.panel-default + .panel.panel-default {
    border-top: 1px dashed #ddd;
    padding-top: 8px;
}

.six-aboutServiceBox > h4 {
    margin-bottom: 30px;
}

.six-aboutServiceBox > h4 + div {
    margin-bottom: 30px;
}

.six-aboutServiceBox .row {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    border-radius: 10px;
}

.six-aboutServiceBox .row + .row {
    border-top: none;
}

.six-aboutServiceBox .row:nth-child(2n) {
    background-color: #f5f5f5;
}

.six-aboutServiceBox .row:hover {
    background-color: #d2f2f2;
    border-bottom: solid 1px transparent;
}

.six-aboutServiceBox .row > div + div > a {
    margin-right: 15px;
}

.six-aboutServiceBox .row > div + div.col-md-7 {
    /* border-left: solid 1px #ddd; */
}

.six-aboutServiceBox div > .row div span {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.95em;
}

.six-videoBox .embed-responsive + .well {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

.six-videoBox .embed-responsive + .well > h3 {
    margin: 0;
    padding: 15px 15px;
    background-color: rgba(21, 175, 182, 0.2);
}

.six-videoBox .embed-responsive + .well > h3 + small {
    display: block;
    text-align: center;
    border-bottom: solid 1px #ddd;
}

.six-videoBox .embed-responsive + .well > h3 + small ul {
    padding-top: 15px;
}

.six-videoBox .embed-responsive + .well > h3 + small ul strong {
    color: #128e8e;
}
.six-videoBox .embed-responsive + .well > h3 + small ul .btn {
    padding: 1px 8px;
}

.six-videoBox .embed-responsive + .well p {
    padding: 20px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: 0;
}

.six-videoBox .embed-responsive + .well .six-inner {
    width: 100%;
    /* padding-left: 15px; */
    text-align: center;
    border-top: solid 1px #ddd;
    padding: 5px 0;
}

.six-videoBox .embed-responsive + .well .six-inner img {
    width: 10%;
}

.six-videoSubBtn {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #128e8e;
    border-radius: 10px;
}

.six-videoListBox .row div h4 + div > span {
    color: #128e8e;
    font-size: 0.8em;
}

.six-videoListBox .row div h4 + div > span > i.fa::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #128e8e;
}

.six-videoListBox .row div h4 + div ~ div {
    color: #128e8e;
}

.six-videoListBox .row .panel-body {
    padding: 2px;
}

.six-videoListBox .row .panel-footer {
    padding: 10px 3px;
}

.six-videoListBox .row .panel-footer h4 {
    font-size: .98em;
    margin: 0 0 5px 0;
    padding: 3px 0;
    overflow-y: hidden;
    height: 3em;
    line-height: 1.5em;
}

.six-videoListBox .row .panel-body > a > img {
    width: 100%;
}
.six-videoListBox .row .panel-footer h4 ~ div {
    font-size: .9em;
}

.tako-noebr {
    border: none;
}

.tako-noebr > ul + div.tab-content {
    border: none;
}

.six-tabsBox.tako-noebr > ul + div > div > div {
    padding: 0;
}

.six-tabsBox.tako-noebr > ul + div > div div > div.panel-body > div {
    padding-left: 0;
    position: static;
}

.six-tabsBox.tako-noebr > ul + div > div > div img {
    width: 200px;
}

.six-tabsBox.tako-noebr .panel-default {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.six-tabsBox.tako-noebr h3 {
    margin: 0;
    margin-bottom: 10px;
    border-bottom: dashed 1px #ddd;
}

.six-tabsBox.tako-noebr h3 + p {
    text-align: justify;
}

.six-appBtnArea {
    position: absolute;
    /* background-color: #555; */
    bottom: 0;
    right: 0;
    width: 180px;
    height: 80px;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: solid 1px #afd9d8;
    border-left: solid 1px #afd9d8;
    border-top-left-radius: 30px;
}

@media (max-width: 990px) {
    .six-appBtnArea {
        width: 100%;
        position: relative;
        border: none;
        text-align: center;
    }
}

.six-tabsBox.tako-noebr .six-appBtnArea > img {
    width: 70px;
    height: 70px;
    /* float: right; */
    display: inline-block;
}

.six-tabsBox.tako-noebr .six-appBtnArea > button {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.six-tabsBox.tako-noebr .six-appBtnArea > button i::before {
    font-size: 3.2em;
}


/*   //TAKO-1102  */


/*----------tako--1110----------*/

.six-newsBoxTypeA > div > form {
    padding-bottom: 20px;
    display: block;
}

.six-newsBoxTypeA > div > form select,
.six-newsBoxTypeA > div > form button {
    margin-right: 20px;
}

.six-newsBoxTypeA > div > .row {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    position: relative;
}

.six-newsBoxTypeA > h4 + div > .row {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    position: relative;
}

.six-newsBoxTypeA > div > .row + .row {
    border-top: none;
}

.six-newsBoxTypeA > h4 + div {
    margin-bottom: 30px;
}

.six-newsBoxTypeA > h4 + div > .row + .row {
    border-top: none;
}

.six-newsBoxTypeA > h4 + div ~ div {
    margin-bottom: 0;
}

h4.six-subTitle {
    display: table;
    position: relative;
    background-color: #179898;
    color: #fff;
    padding: 6px 21px 4px 21px;
    border-radius: 20px;
    z-index: 20;
}

h4.six-subTitle + div {
    position: relative;
}

h4.six-subTitle + div::before {
    content: "";
    width: 100%;
    position: absolute;
    border-top: solid 1px #179898;
    top: -25px;
    left: 0;
    z-index: 0;
}

.six-point > .row::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #128e8e;
    top: 17px;
    left: 5px;
    border-radius: 100%;
}

.six-newsBoxTypeA > div ~ div > .row + .row {
    border-top: solid 0px transparent;
}

.six-newsBoxTypeA div > .row:nth-child(2n) {
    background-color: #f5f5f5;
}

.six-newsBoxTypeA div > .row:hover {
    background-color: #d2f2f2;
    border-bottom: solid 1px transparent;
}

.six-pageHeaderBox > div {
    padding: 0;
}

.six-pageHeaderBox > div + div {
    /* padding: 0 15px; */
    margin-top: -15px;
    position: relative;
    z-index: 10;
}


/* -----------------------1122-------------------------- */

@media (min-width: 768px) and (max-width: 990px) {
    .six-pageHeaderBox > div + div {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .six-pageHeaderBox > div + div {
        margin-top: 5px;
        margin-bottom: 40px;
    }
}


/* -----------------------//1122-------------------------- */

.page-header {
    margin: 30px 0 10px;
}

.six-pageHeaderBox h2.page-header {
    font-size: 1.55em;
    margin: 30px 0 0px 0;
}

@media(max-width: 769px) {
    .six-pageHeaderBox h2.page-header {
        margin: 0 -15px;
        padding: 7px;
    }
}

@media (min-width: 1000px) {
    .six-pageHeaderBox h2.page-header {
        padding-right: 250px;
    }
}

.six-articleBox > div p {
    padding: 0 10px;
    /* text-align: justify; */
}

.six-articleBox img {
    max-width: 848px;
}

.col-md-9.six-PGContents .six-articleBox img {
    max-width: 100%;
    display: block;
}
.col-md-9.six-PGContents .six-articleBox img[title="千分比"] {
    display: inline-block;
}


@media (max-width: 848px) {
    .six-articleBox img {
        max-width: 100%;
    }
}

.six-articleBox .six-title {
    padding: 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    display: inline-block;
    width: 100%;
}

.six-articleBox .six-title h3 {
    position: relative;
    text-indent: 20px;
    margin-top: 10px;
    float: left;
}

.six-articleBox .six-title h3::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    background-color: #128e8e;
}


/*leo 0104*/

.six-articleBox {
    line-height: 1.8em;
    font-size: 1.1em;
}

.six-articleBox p {
    text-indent: 1.1em;
}

.six-pull-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.six-pull-right {
    float: right;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.six-pull-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.six-articleBox img.img-thumbnail {
    border-color: #c9e9e8;
    border-radius: 0;
}

.six-articleBox hr {
    border-color: #c9e9e8;
    margin-top: 0;
    margin-bottom: 15px;
}













/*--------------*/
.six-icon-arrow:before {
    content: "\f138";
    font-family: FontAwesome;
    font-size: .9em;
    color: #ed7c92;
    padding-right: 2px;
}

.six-articleBox ol {
    -webkit-padding-start: 0;
}

.six-articleBox ol li {
    list-style-type: none;
    counter-increment: ct 1;
}

.six-articleBox ol li:before {
    content: counter(ct);
    color: #d35166;
    font-weight: bold;
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f0b9c5;
    text-align: center;
    border: 1px solid #e7abb8;
    margin-right: 5px;
}

.six-articleBox ol li li {
    list-style-type: none;
    counter-increment: ctt 1;
    margin-left: 30px;
}

.six-articleBox ol li li:before {
    content: counter(ctt)".";
    color: #d35166;
    font-weight: bold;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    border: 0;
    margin-right: 5px;
}

li.six-icon-circle:before {
    color: #1d8e8c;
    padding-right: 3px;
    font-size: .5em;
}

/* .six-articleBox a[src$=".aspx"]:after ,
.six-articleBox a:not(.btn):after {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #1d8e8c;
    font-size: .85em;
    padding-left: 3px;
} */

.six-container .six-asideNav + div a[src$=".aspx"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #1d8e8c;
    font-size: .85em;
    padding-left: 3px;
}

.six-container a[href$=".png"]:after,
.six-container a[href$=".jpg"]:after,
.six-container a[href$=".ods"]:after,
.six-container a[href$=".xlsx"]:after,
.six-container a[href$=".xlsb"]:after,
.six-container a[href$=".xls"]:after,
.six-container a[href$=".odt"]:after,
.six-container a[href$=".txt"]:after,
.six-container a[href$=".pdf"]:after,
.six-container a[href$=".zip"]:after,
.six-container a[href$=".doc"]:after,
.six-container a[href$=".rar"]:after,
.six-container a[href$=".ppt"]:after,
.six-articleBox a[href$=".pdf"]:after,
.six-articleBox a[href$=".ppt"]:after,
.six-articleBox a[href$=".doc"]:after,
.six-articleBox a[href$=".rar"]:after,
.six-articleBox a[href$=".zip"]:after {
    content: "  ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    margin-top: 0;
}
a[href$=".png"] ,
a[href$=".jpg"] ,
a[href$=".ods"] ,
a[href$=".xlsx"] ,
a[href$=".xlsb"] ,
a[href$=".xls"] ,
a[href$=".odt"] ,
a[href$=".txt"] ,
a[href$=".pdf"] ,
a[href$=".zip"] ,
a[href$=".doc"] ,
a[href$=".rar"] ,
a[href$=".ppt"] {
    position: relative; 
    padding-right: 20px;
}

a[href$=".pdf"]:after {
  background-image: url(../images/pdf.svg);
}
a[href$=".png"]:after {
  background-image: url(../images/png.svg);
}
a[href$=".jpg"]:after {
  background-image: url(../images/jpg.svg);
}
a[href$=".ods"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".xlsb"]:after {
  background-image: url(../images/ods.svg);
}
a[href$=".odt"]:after,
a[href$=".doc"]:after {
  background-image: url(../images/odt.svg);
}
a[href$=".rar"]:after {
  background-image: url(../images/rar.svg);
}
a[href$=".zip"]:after {
  background-image: url(../images/zip.svg);
}
a[href$=".txt"]:after {
  background-image: url(../images/txt.svg);
}


.swiper-wrapper a:after {
    display: none !important;
}
.swiper-wrapper .swiper-slide > a{
    text-indent: -99999px;
}

.six-articleBox a:after h5 {
    content:none;
}

h4.six-titleBg {
    border-radius: 3px;
    background-color: #c9e9e8;
    display: block;
    padding: 8px 10px;
}


/* /leo 0104*/

.six-titleSearch {
    margin-top: 10px;
}

.six-pageHeaderBox + .six-newsBoxTypeA {
    margin-top: 10px;
}

.six-pageHeaderBox + .six-newsBoxTypeA + .six-pagination {
    margin-top: 20px;
}

.six-historyBox .row div:first-child {
    background-color: #ee8397;
    border-radius: 20px;
    color: #fff;
    text-shadow: 0 0 2px rgba(163, 0, 0, 0.5);
}

.six-historyBox .six-point > .row {
    position: relative;
    border-top: solid 1px #ddd;
}

.six-historyBox .six-point > .row + .row {
    border-top: none;
}

.six-historyBox .six-point > .row::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    top: 17px;
    left: 5px;
    border-radius: 100%;
    z-index: 10;
}

.my-herf {
    cursor: pointer;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
    color: #ee8397;
}


/*----------//tako--1110----------*/


/*------------six-pointFile----------*/

.six-newsBoxTypeA .six-pointFile > .row {
    padding-left: 20px;
    position: relative;
}

.six-pointFile > .row::before {
    position: absolute;
    content: "\f15c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background-color: #ee8397;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    left: 8px;
    top: 8px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 24px;
}

.six-newsBoxTypeA .six-pointFile > .row .six-date {
    padding-right: 10px;
}


/* .six-point > .row::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #128e8e;
    top: 17px;
    left: 5px;
    border-radius: 100%;
} */


/*------------//six-pointFile----------*/


/*-----------1116----------*/

.index .slide-1 ul {
    padding: 30px 0 10px 0;
    overflow: hidden;
}

.bx-viewport {
    height: 350px !important;
}

.bx-viewport > .bxslider li {
    background-repeat: no-repeat;
    background-position: 50% -50px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swiper-container1 {
    position: relative;
    width: 100%;
    height: 0px !important;
    padding-bottom: 28%;
    /*建議尺寸 1250 x 350 px  or  1920 x 538 px*/
    height: 350px \9 !important;
    padding-bottom: 0 \9;
    box-shadow: inset 0 -2px 3px rgba(187, 222, 222, 0.3);
    border-bottom: 1px solid #bbdede;
}

@media (max-width: 768px) {
    .swiper-container2 {
        /* padding: 0 15px; */
    }
    .six-home-sliderBox >.row {
        padding: 0!important;
        margin: 0!important;
    }
    .swiper-container2 .swiper-slide {
        background-position: center;
    }
}


/*ie問題*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .swiper-container1 {
        height: 350px !important;
        padding-bottom: 0;
    }
}


/*//ie問題*/

.swiper-slide {
    position: relative;
    background-repeat: no-repeat;
}

.swiper-container1 .swiper-slide {
    background-position: 50% 50%;
    background-size: cover;
}

.pagination1,
.pagination2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 30px;
    text-align: center;
}

.swiper-container2 {
    position: relative;
    width: 100%;
    /* height: 280px; */
    height: 0;
    padding-bottom: 70%;
}

.pagination3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 16px;
    text-align: center;
}

.swiper-container2 .swiper-slide {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-container3 {
    width: 420px;
    height: 89px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background-color: #f5f1d9;
    border-radius: 4px;
}
.pagination3 .swiper-pagination-switch {
    width: 10px;
    height: 10px;
}
.swiper-container3 .swiper-slide {
    width: 188px !important;
    height: 64px !important;
    margin: 12px 11px !important;
    box-shadow: inset 0px 0px 0px 2px #e2d4b5 ;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #ccc;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-visible-switch {
    background: #179898;
}

.swiper-wrapper a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

p.poster0 ~ p,
p.poster0 ~ span,
p.poster0 ~ font,
p.poster0 ~ table,
p.poster0 ~ img {
    display: none;
}

p.poster1 ~ p,
p.poster1 ~ span,
p.poster1 ~ font,
p.poster1 ~ table,
p.poster1 ~ img {
    display: none;
}

p.poster2 ~ p,
p.poster2 ~ span,
p.poster2 ~ font,
p.poster2 ~ table,
p.poster2 ~ img {
    display: none;
}

#six-primaryNav {
    margin: 0;
    float: left;
    width: 100%;
}

#six-primaryNav li {
    width: 25%;
}

#six-primaryNav li ul li {
    width: 100% !important;
}

#six-primaryNav.col1 li {
    width: 99.9%;
}

#six-primaryNav.col2 li {
    width: 50.0%;
}

#six-primaryNav.col3 li {
    width: 33.3%;
}

#six-primaryNav.col4 li {
    width: 25.0%;
}

#six-primaryNav.col5 li {
    width: 20.0%;
}

#six-primaryNav.col6 li {
    width: 16.6%;
}

#six-primaryNav.col7 li {
    width: 14.2%;
}

#six-primaryNav.col8 li {
    width: 12.5%;
}

#six-primaryNav.col9 li {
    width: 11.1%;
}

#six-primaryNav.col10 li {
    width: 10.0%;
}

#six-primaryNav #home {
    display: block;
    float: none;
    background: #ffffff url("../images/L1-left.png") center bottom no-repeat;
    position: relative;
    z-index: 2;
    padding: 0 0 30px 0;
}

#six-primaryNav li {
    float: left;
    background: url("../images/L1-center.png") center top no-repeat;
    padding: 30px 0;
    margin-top: -30px;
}

#six-primaryNav li a {
    margin: 0 20px 0 0;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    text-align: center;
    color: black;
    background: #c3eafb url("../images/white-highlight.png") top left repeat-x;
    border: 2px solid #b5d9ea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#six-primaryNav li a:hover {
    background-color: #e2f4fd;
    border-color: #97bdcf;
}

#six-primaryNav li:last-child {
    background: url("../images/L1-right.png") center top no-repeat;
}

#six-primaryNav li li {
    width: 100%;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: url("../images/vertical-line.png") center bottom repeat-y;
}

#six-primaryNav li li a {
    background-color: #cee3ac;
    border-color: #b8da83;
}

#six-primaryNav li li a:hover {
    border-color: #94b75f;
    background-color: #e7f1d7;
}

#six-primaryNav li li:first-child {
    padding-top: 30px;
}

#six-primaryNav li li:last-child {
    background: url("../images/vertical-line.png") center bottom repeat-y;
}

#six-primaryNav li li a:link:before,
#six-primaryNav li li a:visited:before {
    color: #8faf5c;
}

#six-primaryNav li li ul {
    margin: 10px 0 0 0;
    width: 100%;
    float: right;
    padding: 9px 0 10px 0;
    background: #ffffff url("../images/L3-ul-top.png") center top no-repeat;
}

#six-primaryNav li li li {
    background: url("../images/L3-center.png") left center no-repeat;
    padding: 5px 0;
}

#six-primaryNav li li li a {
    background-color: #fff7aa;
    border-color: #e3ca4b;
    font-size: 12px;
    padding: 5px 0;
    width: 80%;
    float: right;
}

#six-primaryNav li li li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#six-primaryNav li li li:first-child {
    padding: 15px 0 5px 0;
    background: url("../images/L3-li-top.png") left center no-repeat;
}

#six-primaryNav li li li:last-child {
    background: url("../images/L3-bottom.png") left center no-repeat;
}

#six-primaryNav li li li a:link:before,
#six-primaryNav li li li a:visited:before {
    color: #ccae14;
    font-size: 9px;
}

#six-utilityNav {
    float: right;
    max-width: 50%;
    margin-right: 10px;
}

#six-utilityNav li {
    float: left;
    margin-bottom: 10px;
}

#six-utilityNav li a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    border: 2px solid #e3ca4b;
    font-size: 12px;
    text-align: center;
    color: black;
    background: #fff7aa url("../images/white-highlight.png") top left repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#six-utilityNav li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}

#six-utilityNav li a:link:before,
#six-utilityNav li a:visited:before {
    color: #ccae14;
    font-size: 9px;
    margin-bottom: 3px;
}

.six-sitemapBoxB .well ~ div {
    padding: 0;
    margin: 0;
}

.six-sitemapBoxB .well ~ div > ul {
    padding: 0;
    margin: 0;
}

.six-sitemapBoxB .well ~ div > ul > li {
    display: inline-block;
    padding: 0 15px 30px 0;
    vertical-align: top;
}

.six-sitemapBoxB .well ~ div > ul > li > a {
    font-weight: bold;
    font-size: 1.2em;
}

.six-sitemapBoxB .well ~ div > ul > li > ul {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #37aeae;
}

.six-sitemapBoxB .well ~ div > ul > li > ul > li,
.six-sitemapBoxB .well ~ div > ul > li > ul > li li {
    padding-bottom: 3px;
}

.six-sitemapBoxB .well ~ div > ul li a:before {
    content: attr(data-id);
    background-color: #60c2c3;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 1px 4px;
    color: #fff;
    margin-right: 3px;
}

.six-sitemapBoxB .well ~ div > ul > li > a:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    background-color: #37aeae;
    margin-right: 5px;
}

.tako-busy {
    display: inline-table;
    position: relative;
    /* top: -20px; */
    margin-left: 0px;
    padding-left: 0px;
}

.tako-busy li b {
    display: inline-block;
    width: 80px;
    text-align: center;
    font-weight: normal;
}

.tako-essay,
.tako-retirement {
    /* margin-top: 20px; */
    padding: 20px;
    border: solid 1px #eee;
    border-radius: 10px;
}

.tako-essay .textTitleM,
.tako-retirement .textTitleM {
    color: #1c8b8b;
}

.tako-essay > span {
    color: #FF6600;
}

.tako-essay > ul {
    padding-top: 20px;
}

.tako-retirement > ul li {
    padding-bottom: 10px;
    counter-increment: count-me;
}

.tako-retirement > ul li > a {
    padding: 0 20px;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    min-width: 80px;
    float: left;
}

.form-group label + span {
    float: left;
}

.form-group label + span label {
    display: inline;
    float: none;
}

.form-group label + span input {
    display: inline;
    float: none;
    margin-left: 10px;
}

#ctl00_ContentPlaceHolder1_rblSex label {
    display: inline;
    float: none;
}

#ctl00_ContentPlaceHolder1_rblSex input {
    display: inline;
    float: none;
    margin-left: 10px;
}

_::-webkit-:host:not(:root:root),
section.col-md-12,
.panel-default,
.panel-default .panel-heading,
.thumbnail,
.thumbnail > div,
.thumbnail > div iframe,
.thumbnail > div .caption,
.six-videoListBox .panel-default .panel-body a img {
    padding-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
.btn-primary,
.alert a,
.row > div {
    padding-top: 2px !important;
}

_::-webkit-:host:not(:root:root),
section > div >.row > div i,
h4.panel-title,
h4.panel-title a i {
    padding-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
h4.panel-title a {
    padding: 5px 0 !important;
}

_::-webkit-:host:not(:root:root),
.six-listTypeA .panel-body,
.six-listTypeA .panel-body ul li,
.six-listTypeA .panel-body ul li div {
    padding-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
.six-listTypeA .panel-body ul li div a {
    padding: 3px 0 !important;
}

_::-webkit-:host:not(:root:root),
.panel-body .six-listTypeA,
.panel-body .six-listTypeA li,
.panel-body .six-listTypeA li div {
    padding-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
.panel-body .six-listTypeA li div a {
    padding: 3px 0 !important;
}

/*for safari 解決跑馬燈上的佔位空間問題*/
_::-webkit-:host:not(:root:root),
header ~ form {
    padding-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
header ~ form > div:first-child,
header ~ form > div:nth-child(2) {
    display: none;
    height: 0;
}
/* /for safari 解決跑馬燈上的佔位空間問題*/

a[title="檢索搜尋"] {
    font-weight: normal;
    font-size: 11px;
    opacity: .3;
    float: left;
}

a[accesskey*=L] {
    font-weight: normal;
    font-size: 11px;
    opacity: .3;
    float: left;  
}

/*
a[target="_blank"]{
  position: relative;
}
a[target="_blank"]:hover:before {
  position: absolute;
  right: 0;
  top: -20px;
  content: "另開視窗";
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  background-color: #f4f4dc;
  color: #333;
  z-index:999;
}*/

.blankLinkTip {
    position: relative;
    display: inline-block;
}
.blankLinkTip:before ,
.blankLinkTip:after {
    opacity: 0;
    z-index: 99;
}
.blankLinkTip:hover:before,
.blankLinkTip:hover:after {
  opacity: 1;
}
.blankLinkTip:before {
    position: absolute;
    content: attr(data-blank);
    background: #d9444a;
    padding: 4px 6px;
    border-radius: 4px;
    top: -38%;
    right: 0;
    color: #fff;
}
.blankLinkTip:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 25px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #d9444a transparent transparent transparent;
}


#tabMapPG2:target,#tabMapPG2:target ~ #tabMapPG3 {
    display: block !important;
    opacity: 1 !important;
}
#tabMapPG5:target,#tabMapPG5:target ~ #tabMapPG6 {
    display: block !important;
    opacity: 1 !important;
}




/*-------------------------0313--table--代工日-----------------------------------*/

.six-table {
  overflow: hidden;
  border: 1px solid #c9e9e8;
  border-radius: 3px;
  background-color: #f6f6f6;
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", sans-serif;
}
.six-table > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.six-table > .row:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.six-table > .row:last-child {
  border-bottom: 0;
}
.six-table > .row > div {
  padding: 2px 4px;
  border-right: 1px solid #c9e9e8;      /* padding-bottom: 500em;
        margin-bottom: -500em; */
}
.six-table > .row > div:last-child {
  border-right: 0;
}
.six-table > .six-table-head {
  background-color: #2ca19f;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.six-table > .six-table-head:hover {
  background-color: #1d8e8c;
}
.six-table > .six-table-head > div {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tako-right {
  width: 96%;
  margin: 2%;
  line-height: 1.5em;
}
.tako-right .col-md-12 {
  text-indent: 20px;
  text-align: left;
  float: left;
}
.tako-right select {
  height: 30px;
  max-width: 100%;
}
.tako-right > .row > div {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .9em !important;
  margin-bottom: 0 !important;
  float: left;
  border-bottom: 1px solid #c9e9e8;
}
.tako-right > .row > div:first-child {
  border-left: none !important;
}
.tako-right > .row > div:nth-child(n+1) {
  border-right: none !important;
  border-left: 1px solid #c9e9e8;
  padding-left: 15px !important;
}
.tako-right > .row > div.tako-1 {
  width: 8.33333%;
}
.tako-right > .row > div.tako-1-5 {
  width: 12.5%;
}
.tako-right > .row > div.tako-2 {
  width: 16.66667%;
}
.tako-right > .row > div.tako-3 {
  width: 25%;
}
.tako-right > .row > div.tako-3-5 {
  width: 29.16667%;
}
.tako-right > .row > div.tako-4 {
  width: 33.33333%;
}
.tako-right > .row > div.tako-4-5 {
  width: 37.5%;
}
.tako-right > .row > div.tako-5 {
  width: 41.66667%;
}
.tako-right > .row > div.tako-6 {
  width: 50%;
}
.tako-right > .row > div.tako-7 {
  width: 58.33333%;
}
.tako-right > .row > div.tako-8 {
  width: 66.66667%;
}
.tako-right > .row > div.tako-9 {
  width: 75%;
}
.tako-right > .row > div.tako-10 {
  width: 83.33333%;
}
.tako-right > .row > div.tako-11 {
  width: 91.66667%;
}
.tako-right > .row > div.tako-12 {
  width: 100%;
}
.tako-right input.tako-text {
  width: 100%;
  max-width: 400px;
}
.tako-right > .row > div .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;  /* margin: -15px; */
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  margin-left: 0px !important;
  margin-bottom: -15px;
  margin-top: -15px;
  margin-right: 0px !important;
}
.tako-right > .row .row > div {
  word-break: break-all;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tako-right > .row .row > div:first-child {
  border-left: none !important;
}
.tako-right > .row .row > div:nth-child(n+2) {
  border-right: none !important;
  border-left: 1px solid #c9e9e8;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tako-right > .row .row > div.tako-1 {
  width: 8.33333%;
}
.tako-right > .row .row > div.tako-1-5 {
  width: 12.5%;
}
.tako-right > .row .row > div.tako-2 {
  width: 16.66667%;
}
.tako-right > .row .row > div.tako-3 {
  width: 25%;
}
.tako-right > .row .row > div.tako-3-5 {
  width: 29.16667%;
}
.tako-right > .row .row > div.tako-4 {
  width: 33.33333%;
}
.tako-right > .row .row > div.tako-4-5 {
  width: 37.5%;
}
.tako-right > .row .row > div.tako-5 {
  width: 41.66667%;
}
.tako-right > .row .row > div.tako-6 {
  width: 50%;
}
.tako-right > .row .row > div.tako-7 {
  width: 58.33333%;
}
.tako-right > .row .row > div.tako-8 {
  width: 66.66667%;
}
.tako-right > .row .row > div.tako-9 {
  width: 75%;
}
.tako-right > .row .row > div.tako-10 {
  width: 83.33333%;
}
.tako-right > .row .row > div.tako-11 {
  width: 91.66667%;
}
.tako-right > .row .row > div.tako-12 {
  width: 100%;
}
.tako-right ul {
  padding-left: 0px;
}
.tako-right ul ul {
  padding-left: 40px;
}
div[class*="m_left"]:before {
  content: "";
  border-left: 1px solid #c9e9e8;
  margin-left: -2px;
  display: block;
  height: 100%;
  position: absolute;
  left: -100%;
}
.no_bb {
  border-bottom: none !important;
}
.bb:after {
  content: "";
  border-bottom: 1px solid #c9e9e8;
  width: 100%;
  position: absolute;
  left: -100%;
  bottom: -1px;
}
.m_left_1 {
  margin-left: 8.33333%;
}
.m_left_2 {
  margin-left: 16.66667%;
}
.m_left_3 {
  margin-left: 25%;
}
.m_left_4 {
  margin-left: 33.33333%;
}
.m_left_5 {
  margin-left: 41.66667%;
}
.m_left_6 {
  margin-left: 50%;
}
.m_left_7 {
  margin-left: 58.33333%;
}
.m_left_8 {
  margin-left: 66.66667%;
}
.m_left_9 {
  margin-left: 75%;
}
.m_left_10 {
  margin-left: 83.33333%;
}
.m_left_11 {
  margin-left: 91.66667%;
}
.tako-right > .row > div > div {
  display: block;
  width: 100%;
}
.tako-right hr {
  width: auto;
  margin: 10px -15px 10px -15px !important;
  padding: 0;
  border-color: #c9e9e8;
  border: 0;
  border-top: 1px solid #c9e9e8;
}
.center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center.tako-right div {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text_left {
  text-align: left !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.hidn {
  display: none;
}
.tako-9 label {
  cursor: pointer;
}
.color_2 {
  background-color: #1d8e8c;
}
.bori:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  -webkit-transform: rotate(35deg) scale(1);
  -ms-transform: rotate(35deg) scale(1);
  transform: rotate(35deg) scale(1);
}
.six-table > .six-table-head {
  background-color: #2ca19f;
  color: #fff;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.six-table > .six-table-head:hover {
  background-color: #1d8e8c;
}
.th {
  background-color: #2ca19f;
  color: #fff;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scol {
  background-color: #2ca19f;
  color: #fff;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scol ~ div.row > div:nth-child(1) {
  background-color: #2ca19f;
  color: #fff;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-------------------------0313--table--代工日-----------------------------------*/


*:focus {
    /* border: dashed 1px #23527c; */
    /* outline: dashed 4px #23527c; */
}