@charset "utf-8";


/* CSS Document */

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #e1f7ff !important;
}

a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus,
input[type*="reset"]:focus,
input.enter_bn[type*="button"]:focus {
    outline: 2px #d83e3e dotted !important;
}

.modal-dialog .ekko-lightbox-nav-overlay a:focus {
    outline: none !important;
}

dd:before {
    content: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img[src*="bar.gif"] {
    height: 8px;
}

img[src*="b_bar.gif"] {
    max-width: 180px
}

body {
    font-family: '微軟正黑體';
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

label[for*='select'] {
    vertical-align: bottom;
}

select,
input[type*="text"],
input[type*="password"],
input[type*="date"],
textarea {
    border: 1px solid #cecece;
    border-radius: 5px;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
}

body,
div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
label {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe,
img {
    border: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {}

.clean {
    clear: both;
}



input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}

.container {
    max-width: 1570px;
}

/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    position: relative;
    z-index: 99;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_bg {
    position: relative;
    background: url(../in_images/top.png) no-repeat;
    z-index: 5;
}

.banner {
    position: relative;
    z-index: 4;
    margin-top: -200px;
}

.top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table
}

.top_menu li {
    width: calc(100%/7);
    display: table-cell;
    position: relative;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    color: #333;
    display: block;
    padding: 15px 5px;
    font-size: 1.25em;
    font-weight: bold;


    margin: 0 7px;

}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {

    color: #006993;
}

.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}


/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    /* display: none; */
    border-radius: 10px;
    min-width: 167px;
}

.top_menu ul li {
    background: #369dc6;
    width: 100%;
    height: auto;
    border-bottom: 1px #a1d1e4 dotted;
    background-image: none;
    display: block;
}

.top_menu ul li:first-child,
.top_menu ul li:first-child>a {
    border-radius: 5px 5px 0 0;
}


.top_menu ul li:last-child,
.top_menu ul li:last-child>a {
    border-radius: 0px 0px 5px 5px;
}

ul.sub2>li:first-child,
ul.sub2>li:first-child>a {
    border-radius: 0px 10px 0 0;
}

.top_menu ul li a {
    height: auto;
    padding: 10px 7px;
    color: #fff;
    display: block;
    text-align: center;
}

.top_menu ul li a:hover {
    background: #006f9b;
    color: #fff;
}

.top_menu ul ul {
    position: absolute;
    left: 0;
    top: 0;
transform: translateX(99%);}


.ace {
    color: #333;
    font-size: 84%;
}

.con {
    margin-top: 15px;
    margin-bottom: 66px;
    max-width: 1570px;

}

#header {
    position: relative;
}

#header .top {
    max-width: 1600px;
    margin: auto;
    position: relative;
    padding: 10px 20px 65px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.top_nav {
    width: calc(100% - 580px);
}

#logo a {
    display: inline-block;
}

.place {
    margin: 45px 0 5px 0px;
    font-size: 95%
}
.place li {
    display: inline-block
}

.place a {
    display: inline-block;
    color: #333;
}

.main_block {
    background: url(../images/title_bg.png) repeat-x;
    position: relative;
    padding-bottom: 5em;
}

.main_block:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 614px;
    background: url(../images/bg.png) no-repeat left;
    bottom: 0px;
    z-index: -1;
}


.title_box {
    margin: 10px 0;
    position: relative;
    background: url(../images/title_icon.png) no-repeat 0 16px;
    padding-left: 5px;
}

.title_block .col-md-12 {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 2.5em;
}


.menu_navigation {
    background: #369dc6;
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
    text-align: right;
z-index: 6;position: relative;}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    display: block;
    max-width: 1490px;
    margin: auto;
    text-align: right;
    padding: 0;
    color: #fff;
}

.menu_nav li {
    display: inline-block;
    color: #ffffff;
    position: relative;
}


.menu_nav>li>a {
    color: #fff;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover{
    color: #ffcb57;
}

.nav_parent .nav_focus.active {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {
    position: absolute;
    right: 0;
    z-index: 99;
    display: table;
    text-align: right;
    display: none;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}


.top_search .search_main {
    top: 34px;
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
    padding: 9px 6px;
    background: #37baca;
    border-radius: 0px 0px 5px 5px;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search>a {
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.top_search>a .text {
    width: 193px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
    border-bottom: 3px solid #AFD9F1;
}

.nav_search .text2,
.top_search>a .text2 {
    width: 13px;
    height: 13px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    right: 6px;
}

.top_search>a .text2 {
    top: 3px;
}

.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}


.icon_go,
.bn_search {
    border: 0px;
    background-image: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}


/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {

    width: calc(100% - 60px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    background: #006993;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}



.left_menu {
    position: relative;
    margin-top: 2em;
    max-width: 330px;

}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    padding: 10px 16px 32px 16px;
    text-align: center;
    background: url(../images/lef_bg.png);
    position: relative;
}


.left_main::before {
    content: "";
    background: url(../images/lef_top.png) repeat-x top center;
    width: 100%;
    height: 19px;
    display: inline-block;
    position: absolute;

    left: 0;
    top: -19px;
}


.left_main::after {
    content: "";
    background: url(../images/lef_btm.png) repeat-x top center;
    width: 100%;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -19px;
}


.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 11px 15px 11px 15px;
    font-size: 1.125em;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.menu2 li:last-child>a {
    border-bottom: 0;
}

.menu2 .sub_menu->a,
.menu2>li>a:hover {
    color: #fff;
    background-color: #369dc6;

}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
    background: #fff;
    margin-top: 4px;
    border-radius: 5px;
}

.menu2 .sub_sub2>li,
.menu2 .sub_sub>li {}

.menu2 .sub_sub2>li:last-of-type,
.menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    color: #353535;
    padding: 5px 5px 5px 18px;
    border-bottom: 0;
}

.menu2 .sub_sub li>a:before {
    content: "";
    display: inline-block;
    background: url(../images/left_icon.png) no-repeat;
    width: 11px;
    height: 16px;
    margin-right: 13px;
    position: relative;
    top: 1px;
}

.menu2 .sub_sub2 li>a:before {
    background: url(../images/icon2.png) no-repeat;
    width: 14px;
    height: 15px;
    top: 0px;
    left: 6px;
}



.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {

    color: #006993;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {

    color: #353535;

    padding: 4px 0;

    padding-left: 65px;

    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}



.menu2 .sub_menu3->a,
.menu2 .sub_sub2 a:hover {
    color: #7ddeea;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {

    color: #000;

    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a,
.menu2 .sub_sub3 a:hover {

    color: #7ddeea;
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {

    color: #a1a1a1;

    padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {

    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {

    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #d20000
}






h2 {
    display: block;
    font-size: 1.75em;
    text-align: center;
    font-weight: bold;
    color: #3e3a39;
    margin: 20px;
    letter-spacing: 1px;
}

h2 .title_en {
    color: #1679a0;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: 5px;
    font-weight: bold;
}


/* 最新消息 */



.bg_top {
    background: url(../in_images/bg_news.jpg) no-repeat top center;
    margin-top: -4em;
    z-index: 1;
    position: relative;
    padding-top: 4em;
    padding-bottom: 8em;
}






.group {
    max-width: 1100px;
    margin: 0 auto;
}


.news_list {
    background: #fff;
    padding: 26px 26px 80px 26px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.news_tt {
    width: 100%;
    display: table;
}

.news_tt li {
    width: 33.5%;
    line-height: 47px;
    display: table-cell;
    text-align: center;
}

.news_tt li a {
    border-right: 2px solid #fff;
    background-color: #369dc6;
    display: block;
    color: #fff;
    height: 100%;
    font-size: 1.375em;
    font-weight: bold;
    padding: 6px 10px;
    position: relative;
    transition: all 0.3s !important;
    border-radius: 10px 10px 0px 0px;
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover {
    background-color: #fff;
    color: #333;
}

.news_tt .news_tt- a {
    background-color: #fff;
    color: #333;
}

.news_list>li>a {
    border-bottom: 2px #369dc6 dotted;
    width: 100%;
    display: table;
}

.news_list li:last-child a, .news_list li:nth-last-child(2) a {
    border: 0px;
}

.news_list li a:hover {
    background: #ecf7f9;
}

.news_list li .list_word:hover a {
    color: #1679a0;

}

.news_list>li>a>span {
    display: table-cell;
    vertical-align: middle;
    color: #3c3c3c;
    padding: 20px 10px;
}

.news_list .list_word {
    width: 88%;
    font-size: 110%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.news_list .list_date {
    width: 12%;
    font-size: 105%;
    color: #1679a0;
    font-weight: bold;
}

.news_list .list_word a {
    color: #3c3c3c;
    transition: 0.3s ease;
    display: block;
}



.type0, 
.type1, 
.type2, 
.type3, 
.type4
{
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  margin: 1px;
  vertical-align: baseline;
border-radius: 5px;
} 


.type0{
     background: #c62828;
}

.type1{
    background: #ff951b;
}

.type2{
    background: #369dc6;
}

.type3{
    background: #3cafac;
}

.type4{
    background: #fc67a9;
}

.news_list .bth {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    left: -2px;
    bottom: 53px;
}

li.bth:hover {
    background: transparent;
}

.news_list .bth a {
    width: 100%;

    display: block;
    text-align: center;
    color: #fff;


    font-size: 1.125em;
    letter-spacing: 0;
    line-height: 49px;
    margin: 0px 2px;
    background: #369dc6;
    position: absolute;
}

.news_list li.bth:hover a {
    color: #454545;
    ;
}

.news_list li.bth a:hover {
    background: #1679a0;
    color: #fff;
}

.news_list .bth a::before {
    content: "+";
    font-size: 1.375em;
}

/* 最新消息 */



/* 服務連結 */


.service {

    padding: 2em 3em;
    margin: 3em 0;
}

.service ul {

    display: flex;
    justify-content: space-between;
}


.service ul li {
    width: calc(100%/5 - 16px);
    margin: 10px 8px;
    text-align: center;



}

.service ul li a {

    display: inline-block;
}

.service ul li a img {
    transition: .5s;
}

.service ul li a span {

    display: block;
    font-size: 1.25em;
    font-weight: bold;
    color: #3e3a39;
    margin-top: 15px;
}


.service ul li a:hover img {
    transform: rotateY(180deg);
}


.service ul li a:hover span {
    color: #1679a0;
}


/* 服務連結 */




/* fb 活動花絮 */






.bg_bottom {
    background: url(../in_images/bg_btm.png) no-repeat top center;
    padding: 6em 0 7em 0;
}

.aboutus {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;



}

.aboutus>div {
    width: 620px;
    margin: 1em 3em;
    text-align: center;
    padding: 55px 70px 70px 70px;
    position: relative;
}

.aboutus>div h2 {
    margin-bottom: 0.5em;
}

.aboutus>div::before {
    content: "";
    background: url(../in_images/nail.png) no-repeat;
    width: 31px;
    height: 41px;
    display: inline-block;
    position: absolute;
    left: 49%;
    transform: translateY(-50%);
    top: 43px;

}





.fb {
    background: url(../in_images/fb_bg.png) no-repeat top center;
}



.fb-page {
    -webkit-box-shadow: 9px 9px 7px -7px rgba(0, 0, 0, 0.29);
    box-shadow: 9px 9px 7px -7px rgba(0, 0, 0, 0.29);
    padding: 15px;
}

.photo_block {
    background: url(../in_images/photo_bg.png) no-repeat top center;
}

.photo_btn {
    display: inline-block;
    margin: 2em;
    background: #37baca;
    color: #fff;
    font-size: 1.125em;
    border-radius: 999px;
    padding: 0px 30px 5px 30px;
}

.photo_btn::before {
    content: "+";
    font-size: 1.5em;
}

.photo_btn:hover {
    background: #1679a0;
}

/* fb 活動花絮 */







/* 圖片輪播 */

.photo {}

.photo_owl {
    padding: 15px;
    -webkit-box-shadow: 9px 9px 7px -7px rgba(0, 0, 0, 0.29);
    box-shadow: 9px 9px 7px -7px rgba(0, 0, 0, 0.29);

}

.photo_owl .owl-item>a {
    display: block;
    height: 100%;
    position: relative;
}

.photo_owl .owl-item img {
    width: auto;
    display: inline-block;
    max-height: 290px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

.photo_owl a:hover .overlay, .photo_owl a:focus .overlay {
    opacity: 1;
}

.photo_owl a:focus .overlay {
    border: 1px solid red;
}

/* 圖片輪播 */



/* s_banner */


.responsive {
    max-width: 1300px;
    margin: 2em auto;
    padding: 0px 30px;
}

.responsive .owl-theme .owl-nav [class*='owl-'] {
    background: #369dc6 !important;
    color: #fff;
}


.responsive .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid #369dc6;
}



.responsive .owl-dots .owl-dot.active span, .responsive.owl-dots .owl-dot:hover span {
    background: #369dc6;
}

/* s_banner */





#footer {
    background: #ffffff;
    color: #444;
    padding: 0;
    position: relative;
}





#fat_footer {

    padding: 1em 0;
    width: 100%;
    margin: auto;
    position: relative;
    background: #ecf7f9;
}

#fat_footer ul {
    max-width: 1570px;
    margin: auto;
    margin-top: 19px;
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {


    width: calc(100%/5 - 20px);
    margin: 0px 10px;
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.125em;
}

#fat_footer ul li a:hover {
    color: #006993;
}

#fat_footer ul li ul {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #369dc6;
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    color: #313131;
    float: none;
    padding: 5px;
    margin-left: -2px;
}

#fat_footer ul li ul li a {
    color: #222;
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #006993;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
}


#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width: 146px;
    height: 37px;
    background: url(../images/ff_close.png);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(../images/ff_open.png);
}

#ff_btn .btn_close {
    display: none;
}


#ff_btn.active .btn_close {
    display: block;
    position: absolute;
    top: 0px;
}

#ff_btn.active .btn_open {
    display: none;
}


.footer_main {
    max-width: 1570px;
    margin: auto;
    text-align: center;
    padding: 27px 15px;
    display: flex;
    justify-content: space-between;
}

.footer_img,
.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.footer_img {
    text-align: center;
}

.footer_word {
    white-space: nowrap;
    padding-left: 40px;
    line-height: 29px;
    letter-spacing: 1px;
}

.footer_word span {
    font-weight: bold;
}


#footer a.footer_bth {
    border: 1px solid #369dc6;
    padding: 0px 5px;
    color: #369dc6;
    border-radius: 6px;
    line-height: 23px;
}

#footer a.footer_bth:hover {
    background: #369dc6;
    border: 1px solid #369dc6;
    color: #fff;
}



#footer a {
    color: #444;
}


#footer a:hover {}

.footer_img a {
    padding: 0 10px;
    margin-top: 9px;
}


.footer_copyright {
    text-align: right;
    line-height: 1.7em;
}

.footer_center {
    background: #369dc6;
    color: #fff;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.footer_map {
    width: 19px;
    height: 25px;
    display: inline-block;
    background: url(../images/map.png) no-repeat;
    margin-left: 0.5em;
    position: relative;
    top: 2px;
}

.footer_map:hover {
    background: url(../images/map-.png) no-repeat;
}




.copy_img {
    margin-bottom: 10px;
}

.enter_bn {
    border-radius: 5px;
    background: #caf9ff;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
}

.icon a {
    color: #222
}

.enter_bn {
    border: 0px;
    border-radius: 5px;
    color: #222;
    padding: 5px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover,
.icon a:hover,
.enter_bn:hover {
    background: #006993;
    color: #fff;
}


#center_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#top_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: right;
}

#top_btn .icon {
    display: inline-block
}










.list .icon.mail_bth,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.video a,
.list a,
#footer a,
.menu_nav>li>a {
    display: inline-block;
}





.list .icon.mail_bth, .tabulation_word a, .search li strong a, .content_txt a, .gallery_list .txt a, .faq_txt a, .video a, .list a, .sitemap_table li a, .sitemap_table li ul li a, .sitemap_table li ul li ul li a, .guest_list li a, .video_txt li a, .video_txt li i, .search_result2 a, .search1 li ul li a, .search1 li a, .search1_title a, .calendar ul li span a, .calendar2_doom2 dt a {
    color: #222;
}

.rwd-table .list_date span a.enter_bn:hover {
    color: #fff;
}

.list .icon.mail_bth:hover,
.tabulation_word a:hover,
.search li strong a:hover,
.content_txt a:hover,
.gallery_list a:hover,
.faq_txt a:hover,
.video a:hover,
.list a:hover,
.menu_nav a:hover,
.place a:hover, #footer a:hover, .sitemap_table li a:hover,
.sitemap_table li a:focus, .sitemap_table li ul li a:hover,
.sitemap_table li ul li a:focus, .sitemap_table li ul li ul li a:hover,
.sitemap_table li ul li ul li a:focus, .guest_list li a:hover,
.guest_list li a:focus, .video_txt li a:hover,
.video_txt li a:hover i, .search1 li ul li a:hover,
.search1 li ul li a:focus, .search1 li a:hover,
.search1 li a:focus, .search1_title a:hover,
.search1_title a.on, .calendar ul li span a:hover, .calendar .select:hover, .calendar2_doom2 dt a:hover, .ebook .list_head span a:hover {
    color: #006993;
}

.menu_nav a:hover{
    color: #ffcb57;
}

.w100 {
    width: 100%
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.w9 {
    width: 9%
}

.w8 {
    width: 8%
}

.w7 {
    width: 7%
}

.w6 {
    width: 6%
}

.w5 {
    width: 5%
}

.w4 {
    width: 4%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.h200 {
    height: 200px;
    vertical-align: middle;
}

.m_auto {
    margin: 20px auto 0 auto;
}







.red {
    color: #d20000;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}







/*font-size bg*/

.fontsize {

    font-size: 1em;
    top: 38px;
    position: absolute;

    right: 0;
    width: 118px;
    z-index: 9999;
    text-align: right;
    display: none;
    background: #7ddeea;

    min-width: auto;

    padding: 7px 6px;
    border-radius: 0px 0px 5px 5px;
    left: -52px;
}

.fontsize li {


    display: inline-block;
    color: #454545;
}

.fontsize li a {
    color: #454545;
    display: block;

    text-align: center;
    padding: 1px 7px;
}

.font_size_btn- {
    background-color: #7f7f7f;
}

.fontsize li.font_size_btn- a,
.font_size_btn- a:hover {
    color: #369dc6;
    background: #fff;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

@keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}



.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}


.share .type6 {
    background-image: url(../images/icon_flickr.png);
    background-color: #fff;
}



.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}



.share .type6:hover {
    background-color: #ccc;
}


.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../images/icon_top.png);
    transition: all 0.2s;
    display: none;
}

.share a {

    display: block;
    height: 100%;
}

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_90 {
    margin-bottom: 90px
}

.mt_10 {
    margin-top: 20px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_80 {
    margin-top: 80px
}

.mt_90 {
    margin-top: 90px
}


.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_90 {
    padding-bottom: 90px;
}


.pt_10 {
    padding-top: 10px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_90 {
    padding-top: 90px;
}


.red {
    color: #d20000;
}

.blue {
    color: #0366bb;
}

.green {
    color: green;
}







.menu_nav .top_share {
    border: solid 2px #333;
    border-radius: 100%;
    padding: 1px 5px;
    margin: 0 6px;
}

.menu_nav .top_search>a {
    padding: 1px 4px 1px 0px;
    margin-bottom: 3px;
}

.fa-search:before {
    position: relative;
    top: -0.8px;
}

.share_mob a {
    font-size: 0em;
}

a.icon {
    color: #333;
}

a.icon:hover {
    color: #006993;
}
.search_result .search_bth a {
    display: inline-block;
    padding: 0px 7px;
    margin-bottom: 5px;
}

.search_result2 {
    word-break: break-word;
}

.fsize_20 {
    font-size: 1.25em;
}
.main_color {
    color: #3073ac;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}



.footer_word span.wrap {
    font-weight: normal;
    display: inline-block;
}

/* *輪播圖垂直置中*/ 


.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    display: inline-block;
    text-align: center;
}

/*輪播圖垂直置中*/

/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}

/*箭頭垂直置中*/


.responsive .owl-nav [class*='owl-'] {
    background: #369dc6;
    color: #fff;
    padding: 25px 10px;
    border-radius: initial;
}

.responsive .owl-nav [class*='owl-']:hover{
    background: #1679a0;
}
.responsive .owl-prev {
    left: -20px;
    border-radius: 10px 0px 0px 10px !important;
}

.responsive .owl-next {
    right: -20px;
    border-radius: 0px 10px 10px 0px !important;
}

.Gotop {
    display: none;
}

.Gotop a {
    display: none;
}