@charset "utf-8";

/* CSS Document */
/* -----------------cssreset----------------- */
label[for*='select'] {
    vertical-align: bottom;
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
    min-height: 30px;
    min-width: 140px;
}

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;
}

legend {
    border-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.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;
}

.clean {
    clear: both;
}

/* -----------------cssreset----------------- */
@font-face {
    font-family: 'NotoSansTC-Bold';
    src: url(../fonts/Noto_Sans_TC/NotoSansTC-Bold.otf)
}

@font-face {
    font-family: 'NotoSansTC-Light';
    src: url(../fonts/Noto_Sans_TC/NotoSansTC-Light.otf)
}

body {
    font-family: Arial, NotoSansTC-Light, Helvetica, sans-serif;
    position: relative;
    background: url(../images/bg.png);
    color: #414040;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #e4f6ff !important
}

textarea:focus, a:focus, input:focus, select: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, input[type*="button"]:focus, button:focus {
    outline: 2px #d83e3e dotted !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

input, select, textarea {
    border-radius: 5px;
    font-weight: normal;
}

#FontSizeArea {
    background: url(../in_images/bg02.png) no-repeat bottom center;
}

.block-text {
    display: block;
}

/* menu*/
.menu2 {
    display: none;
}

#menu_bth {
    display: none;
}

.menu_css {
    position: relative;
    display: flex;
    justify-content: end;
    padding: 18px 30px 18px 20px;
    font-family: NotoSansTC-Bold;
}

.menu_pos {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0px 1px 5px 1px #818181;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-word;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    text-align: center;
    display: flex;
}

.top_menu>li {
    min-width: 180px;
}

.top_menu>li>a {
    color: #414040;
    display: block;
    padding: 10px;
    font-size: 1.375em;
    transition: .5s;
    position: relative;
}


.eng-txt{
    display: block;
}
.top_menu>li>a span.eng-txt{
    font-size: 0.9em;
    color: #8c8c8c;
    padding-left: 24px;
}

.top_menu>li>a span.icon-img {
    margin-left: 10px;
    font-size: 0.9em;
    color: #8c8c8c;
}

.top_menu>li>a:hover, .top_menu>li>a:hover span, .top_menu>li>a.top_menu_fixed, .top_menu>li>a.top_menu_fixed span, .share_btn a:hover {
    color: #1e6ab5;
    transition: .5s;
}

.share_btn {
    font-size: 2.5em;
    display: inline-block;
    transition: .5s;
}

.share_btn a {
    color: #8c8c8c;
    margin: 3px;
}

.home_img {
    position: relative;
    margin-top: -35px;
}

.video_owl{
    position: relative;
    width: 100%;
    padding-bottom: 41.75%;
}

.home_img iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_img .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    border: 3px solid #bed304;
    background: #fff;
}

.home_img .owl-dots .owl-dot.active span, .home_img .owl-dots .owl-dot:hover span{
    background: #bed304;
}

.home_img .owl-dots, .home_img .owl-nav{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}







/* page*/
.ace {
    color: #ccc;
    font-size: 84%
}

#header {
    position: relative;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

#header .top {
    position: relative;
    background: url(../images/logo_bg.png) no-repeat top right;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 20px 8% 30px 30px;
}

#logo a {
    line-height: 0;
    display: inline-block;
}

/*按鈕選單*/
.b_main {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background: #1e6ab5;
    width: 70px;
    height: 70px;
    border-radius: 0 0 0 30px;
}

.b {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 17px;
    right: 12px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 40px;
    height: 30px;
    position: absolute;
    display: block;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 12px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 24px;
    left: 0;
}

.b.on .b1 {
    top: 5px;
    left: -4px;
    width: 47px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 47px;
    transform: translateY(-6px) rotate(-45deg);
    left: -4px;
    top: 20px;
}

.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 {
    border: 1px solid #414040;
    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: 36px;
    border-radius: 0 15px 15px 0;
    background: #414040;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}

.left_menu {
    position: relative;
    padding: 0px 30px 0px 45px;
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {}

.menu2 {
    padding: 0;
}

.menu2 li {
    position: relative;
    margin-bottom: 15px;
}

.menu2>li {}

.menu2 li>a {
    display: block;
    color: #414040;
    padding: 12px 38px 12px 38px;
    font-size: 1.625em;
    position: relative;
    background: #d0d0d0;
    text-align: center;
    font-family: NotoSansTC-Bold;
    letter-spacing: 1px;
    transition: 0s;
}

.menu2 li:last-child a {
    /* border-bottom: 0; */
}

.menu2 li a:hover::before, .menu2 .sub_menu->a:before {
    display: inline-block;
    content: "\e900";
    position: absolute;
    top: 19px;
    right: 16px;
    font-size: 0.8em;
    font-family: icomoon;
    transition: all 0s;
}

.menu2 .sub_menu->a, .menu2>li>a:hover {
    color: #fff;
    background-color: #1e6ab5;
    border-bottom: 1px solid #1e6ab5;
}

.menu2 span {
    font-size: 0.8em
}

.menu2 ul {
    display: none;
    padding: 0;
}

.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: 1.125em;
    color: #ffffff;
    padding: 8px 5px 8px 48px;
}

/* .menu2 .sub_sub a:before {
    content: "\f0da";
    top: 7px;
    left: 36px;
} */

.menu2 .sub_menu2->a, .menu2 .sub_sub a:hover {
    background-color: #1e6ab5;
    color: #fff;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    color: #353535;
    padding-left: 65px;
    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}

.menu2 .sub_menu3->a, .menu2 .sub_sub2 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    color: #414040;
    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a, .menu2 .sub_sub3 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.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
}

.left_title {
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 14px 0;
    background: #414040;
    color: #fff;
}
.book_bg{
 background: url(../in_images/bg_link.png) no-repeat bottom center;
 padding-top: 130px;
 padding-bottom: 36px;
}

.book_link{
    max-width: 1250px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}
.book_link a{
    width: calc(100%/4 - 44px);
    margin: 0px 22px;
    text-align: center;
    font-size:1.875em;
    font-family: NotoSansTC-Light;
    color: #fff;
    text-align: center;
    padding: 12px 0px 60px 0px;
    transition: all 0s;
    position: relative;
    transition: all 0.8s;
    overflow: hidden;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}


.book_link a span{
    margin-top: 1rem;
    display: block;
    position: relative;
    z-index: 2;
    white-space:nowrap;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.book_link a span.en {
    margin-top: 0;
    font-size: 0.8em;
    white-space:wrap;
    position: relative;
    z-index: 2;
}










.book_link a div{
    display: inline-block;
    box-shadow: 4px 6px 0px rgba(255, 255, 255, 1);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}




.book_link a::before{
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  transform: translateY(-100%);
  /*從上方開始*/transition: transform 0.4s ease;
  z-index: 0;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.book_link a:hover span{
    color: #1c61ae;
}
.book_link a:hover::before {
  transform: translateY(0); /* 滑入時覆蓋下來 */
}




/* 最新消息 */
.news{
    max-width: 1300px;
    margin: auto;
}
.news_bg{
    position: relative;
    margin: 6rem 0 12rem 0;
}

.news h2 img{
    margin-bottom: 16px;
}


h2 {
    display: block;
    font-size: 1.875em;
    font-family: NotoSansTC-Light;
    margin: 0;
    text-align: center;
    vertical-align: center;
}
h2 span{
    font-family: Helvetica ,Arial ,sans-serif;
    font-weight: bold;
    vertical-align: middle;
    font-size: 2.400em;
    color: #009343;
    display: inline-block;
    margin-right: 10px;
}

h2 span.icon-img{
    font-size: 1em;
    position: relative;
    top: 10px;
    color: #009343;
}

.news_list{
    font-size: 1.25em;
    padding: 26px 60px;
    margin: 10px;
    border-radius: 20px;
    min-height: 480px;
}


.news_list li{
    border-bottom: 1px #d4d4d4 dashed;
}
.news_list li a {
   
    width: 100%;
    display: table;
    transition: .2s;
}

.news_list li:last-child, .news_list li:nth-last-child(2) {
    border: 0px;
}

.news_list li a>span{
    padding: 14px 10px 14px 20px;
    display: table-cell;
    vertical-align: middle;
    color: #414040;
}
.list_date {
    width: 180px;
}

.news_list li a>span.list_word{
    width: calc(100% - 180px);
    background: url(../in_images/icon.png) no-repeat 3px 17px;
    padding: 9px 20px 9px 28px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li a>span.type_top{
    background: none;
    padding-left: 0;
}

.news_list li a:hover{
    background: #bed8f3;
}

/* .news_list li:hover {
    background: #ffde5c;
}



.news_list>li>span {
    padding: 12px 10px 12px 10px;
    display: table-cell;
    vertical-align: middle;
    color: #3c3c3c;
}

.news_list .list_word {
    width: 60%;
    background: url(../in_images/news_icon.png) no-repeat 5px 15px;
    padding: 9px 10px 9px 18px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.news_list .list_date {
    width: 11%;
    font-size: 105%;
}

.news_list .list_word a {
    color: #3c3c3c;
    transition: 0.3s ease;
}

.news_list .list_word a{
    background: url(../in_images/icon.png) left top  no-repeat;
    padding-left: 25px;
}
.news_list .list_word a.type_top {
    background: none;
    padding-left: 0;
}

.list_word:hover a{
    transform: translateX(-10px);
}

.type_top span {
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    padding: 8px 14px 8px 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    background:
    url(../in_images/list_top.png) no-repeat center top;
} */


.news_list .bth {
    display: block;
    text-align: center;
    padding: 10px 0;
}

li.bth:hover {
    background: transparent;
}

.news_list .bth a {
    transition: .3s;
    width: auto;
    margin-top: 1em;
    display: inline-block;
    text-align: center;
    color: #414040;
    position: relative;
    letter-spacing: 1px;
    font-size: 1.125em;
    font-style: italic;
    line-height: 20px;
    padding: 16px 70px 16px 50px;
    border: 2px solid #1f63ae;
    border-radius: 999px;
    background: url(../in_images/more.png) no-repeat right 25px center;
}

.news_list li.bth a:hover {
    background: url(../in_images/more-.png) no-repeat right 25px center #1f63ae;
    color: #fff;
}





/* 最新消息 */


/* 活動介紹 */
.introduction_block{
    padding: 0;
}

.introduction{
    margin: 0 auto;
    text-align: right;
    position: relative;
    display: flex;
}

.about_img{
    width: 65%;
    background: #fff;
    display: flex;
    align-items: center;
}
.introduction img{
     
}


.introduction .word{
    width: 35%;
    background: rgb(175 210 82);
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 0;
    font-size: 1.125em;
    font-weight: bold;
    text-align: left;
    padding: 20px 66px;
}
.introduction .word p{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 190%;
    font-size: 1.25em;
}

.introduction .word .title{
    font-size: 1.6em;
    display: block;
    font-family: 'NotoSansTC-Bold';
    text-align: center;
    margin: 20px 0 30px 0;
}

.introduction .word div{
    text-align: right;
}

.introduction .word a.bth{
    position: relative;
    font-weight: lighter;
    transition: .3s;
    width: auto;
    margin-top: 1em;
    display: inline-block;
    text-align: center;
    color: #414040;
    position: relative;
    letter-spacing: 0px;
    font-size: 1.25em;
    font-style: italic;
    line-height: 20px;
    padding: 18px 36px 18px 16px;
}
.introduction .word a.bth:hover{
    color: #009343;
}
/* .news_list li.bth:hover a {
    color: #604c3e;
    background: url(../in_images/more-.png) no-repeat center top;
} */


.introduction .word a.bth span {
    position: absolute;
    right: 0px;
    top: 7%;
    transform: translateY(50%);
}


/* theme */

.theme{
    display: flex;
    max-width: 1300px;
    margin: 0 auto 4em auto;
    aspect-ratio:1300 / 550;
    
}
.theme a{
    width: calc(100%/2 - 30px);
    display: block;
    margin: 0px 15px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    background: #fff;

}

/* .theme a:hover{
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
} */

.theme a .pic{
    position: relative;
    
}
.theme a .pic::before{
    content: "";
    width: 100%;
    height: 29px;
    background: url(../in_images/theme_bg.png) no-repeat left bottom;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
}

.theme a .word{
    background: #fff;
    font-size: 1.375em;
    color: #3e3a39;
    padding: 0px 16px 12px 16px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.theme a .word .title_c{
    font-family: 'NotoSansTC-Light';
    font-size: 1.125em;
    font-weight: bold;
}
.theme a .word .title_e{
    line-height: 26px;
}
.theme a .word span{
    display: block;
}

.theme a:nth-child(1){
    border-bottom: 12px solid #f67a3a;
    margin-right: 30px;
}
.theme a:nth-child(2){
    border-bottom: 12px solid #009343;
    margin-left: 30px;
}
.theme a:nth-child(3){
    border-bottom: 8px solid #009b85;
   margin-left: 30px;
}

.theme a .word


.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}


.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes hvr-pulse-shrink {
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
}
}


/* responsive */

.responsive{
    max-width: 1300px;
    margin: 0 auto;
}
.responsive img{
    max-height: 75px;
}
.responsive .owl-item{
    background: #fff;
}

.Gotop {
    position: fixed;
    bottom: 5%;
    right: 0;
    opacity: 0.9;
    z-index: 999;
    background: url(../images/gotop_bg.png) no-repeat right center;
    width: 76px;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gotop a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.5em;
}

.Gotop a:before {
    content: "\e901";
    font-size: 1.375em;
    font-family: icomoon;
    transform: rotateZ(270deg);
    display: block;
    line-height: 20px;
}

#footer {
    color: #fff;
    padding: 0;
    position: relative;
    padding-top: 30px;
    margin-top: 3em;
}


.footer_word a:hover, .footer_copyright a:hover {
    opacity: 0.8;
}

.footer_main {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    padding: 2em 0 6rem 0;
}

.footer_main span {
    display: block;
    margin: 1.111em 0;
    font-size: 1.125em;
}

.f_logo {
    margin-bottom: 25px;
}

.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    color: #fff;
}

.footer_word a {
    color: #ffbc42;
}

.footer_word strong {
    color: #ffbc42;
    font-weight: bold;
    margin: 0px 5px;
}

.footer_copyright {
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.copy_img img {
    margin-right: 10px;
}

.copy_word a {
    display: block;
}

.footer_copyright a {
    color: #Fff;
}

a.footer_bth {
    margin: 0px 5px;
    border-radius: 5px;
    background: #ccc;
    padding: 1px 5px;
    color: #414040;
}

.footer_img a {
    padding: 0 10px;
}

.icon a, .enter_bn {
    border-radius: 5px;
    background: #393939;
    color: #FFF;
    padding: 5px 12px;
    display: inline-block;
}

.icon a i {
    display: inline-block;
    margin-right: 5px;
}

.enter_bn {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 7px 13px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover, .icon a:hover, .enter_bn:hover {
    opacity: 0.7;
}

.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;
}

#div_content, .search1 li, .search, .search1_title, .footer_main {
    line-height: 1.9em;
}

.list a, .download_li a, .type_word a, .update, .list span, body, input, button, select, textarea, #mail_word, .tabulation2, .search_title, .tabulation_tt, .place, .list .list_head, .search_table, .table_txt, .content_title, .gallery_list .title, #sitemap_txt, #sitemap_txt ul li, .guest_list li, .search li strong, .search_txt, .search_result, .search_result .search_bth a, .search_result2, .search_btn li a, .calendar_type a, .calendar ul li span strong, .calendar ul li span strong:nth-child(1), .calendar2_week, .calendar2_week a, .calendar_title, .calendar_type, .calendar ul .date span, .calendar2_unit, .calendar2_date2, .calendar2_doom2.faq_txt, .ebook .list .list_head span a, .ebook .list_head span a {
    color: #414040;
}

.guest_list li a, .search1_title a {
    color: #393939;
}

.list .icon.mail_bth, .place .on, .tabulation_word a, .search li strong a, .content_txt a, .gallery_list .txt a, .faq_txt a, .video a, .sitemap_table li a, .sitemap_table li ul li a, .sitemap_table li ul li ul li a, .video_txt li a, .video_txt li i, .search_result2 a, .search1 li ul li a, .search1 li a, .calendar ul li span a, .calendar2_doom2 dt a {
    color: #119cb7;
}

.place a, .place, .example {
    color: #717171;
}

.guest_list li a:hover, .list .icon.mail_bth:hover, .place .on:hover, .tabulation_word a:hover, .search li strong a:hover, .content_txt a:hover, .gallery_link:hover strong, .faq_txt a:hover, .video a:hover, .list a:hover, .menu_nav a:hover, .place 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: #eb7218;
}

.content_txt a, .gallery_list .txt a {
    display: inline;
    word-break: break-word;
}

a.link_target[target="_blank"]:after, .list .list_word a[target="_blank"]:after, .content_txt p a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}

a.file_icon:after, .links .list_word a[target="_blank"]:after, .list .list_word dl a:after, .list .list_word a.file:after, .content_txt .imgbox a:after, .owl-carousel .owl-item>a:after {
    display: none !important;
}

.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%
}

/*輪播圖垂直置中*/
.owl-carousel .owl-item {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    text-align: center;
}

.owl-item a {
    display: inline-block;
}

.owl-item a:focus {
    padding: 0px;
    margin: 3px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block !important;
}

/*輪播圖垂直置中*/
/*箭頭垂直置中*/
.owl-theme {}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 15px;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 15px;
}

/*箭頭垂直置中*/
.share {
    font-size: 0;
    position: absolute;
    top: -41px;
    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;
    display: block;
}

@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 .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type5 {
    background-image: url(../images/icon_instagram.png);
    background-color: #414040;
    background-position: center left -67px;
}

.share .type6 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type5:hover {
    background-image: url(../images/icon_instagram-.png);
}

.share .type6:hover {
    background-color: #d6d6d6;
}

.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;
}

.ml_10 {
    margin-left: 10px;
}

.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: 10px
}

.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
}

.mt_120 {
    margin-top: 120px
}

.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: #c60000;
}

.blue {
    color: #0366bb;
}

.green {
    color: green;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}