@charset "utf-8";


/* CSS Document */

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #eaf8dd !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: 3px #d83eb0 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: 微軟正黑體;
    background: #fff;
    position: relative;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/bg.png) no-repeat center 1013px #fff;
}

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;
    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%;
}body{
    -ms-overflow-style: scrollbar;
}
body{
    -ms-overflow-style: scrollbar;
}
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;
}


.clean {
    clear: both;
}



input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}



/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {margin-bottom: 29px;margin-top: 15px;}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table
}

.top_menu li {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/menu_line.png) no-repeat right 10px;
    width: 200px;
    display: table-cell;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    color: #3e3a39;
    display: block;
    padding: 10px 10px;
    font-size: 125%;
    font-weight: bold;
    padding-bottom: 17px;
    border-bottom: solid 2px #f3f0e7;
    position: relative;
}


.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
    border-bottom: solid 2px #8dc556;
}
.top_menu>li>a:before {
	width: 0%;
	background: #8dc556;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	margin:auto;
	position: absolute;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important;  /* Chrome&Safari */
	z-index: 0;
}
.top_menu>li>a:hover:before {
	width: 100%;
}



/* 二級選單顯示於一級選單的正下方 */

.top_menu li>.main {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 35px;
    left: 0;
    text-align: left;
    padding-top: 25px;
    display: none;
}

.top_menu ul {
    border-radius: 5px;
    background: #fff;
    width: 1199px;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 141px;
    text-align: left;
    display: block;
    margin: 0;
}
/* .top_menu li:nth-of-type(1) .sub{
    display: flex !important;

} */
#example>li>ul.sub{
    left: 0px;
    padding-bottom: 10px;
    top: 71px;
}


.top_menu ul li:first-of-type a::before {

}

.top_menu ul li {
    height: auto;
    border-bottom: 1px #f3f3f3 solid;
    background-image: none;

    float: none;
    text-align: center;
}

.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 10px 10px;
    font-size: 0.938em;
    color: #383838;
    display: block;
}

.top_menu ul li a:hover,
.top_menu ul li a:focus {
    background: #F3F4E4;
    color: #ff9908;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}




.top_menu ul.sub{
        padding-top: 0;
        opacity: 1;
        padding: 19px 40px;
        border-radius: 0;
        flex-wrap: wrap;
        display: flex ;
        justify-content: start;
        background: rgba(142,199,88,0.97);
}

.top_menu ul.sub>li{
       background: none;
       border: none;
       width: 278px;
       margin-bottom: 15px;
       text-align: left;
       display: list-item;
}
.top_menu ul.sub>li>a{
       color: #3e3a39;
       font-size: 1.125em;
       margin-right: 22px;
       position:relative;
       padding-left: 48px;
       font-weight: bold;
}

.top_menu ul.sub>li>a:before{
   content: "\f0da";
   position: absolute;
   left: 21px;
   top: 8px;
   font-family: FontAwesome;
   font-size: 1.05em;
   transition: all 0.3s;
  
}

.top_menu ul.sub>li>a:hover:before{


}
    




.top_menu ul.sub>li:nth-of-type(4n)>a{
    margin-right: 0px;
}
.top_menu ul.sub>li>a:hover,.top_menu ul.sub>li>a:focus{
    background: #fff;
    color: #333;
}


.top_menu .sub00{
    display: none;
    position: static;
    width: auto;
    padding-top: 0;
    border: none;
    background: none;

}
.top_menu .sub>li>.sub00{
    display: block !important;
}
.top_menu .sub00>li{
       display: block;
    border: none;
    width: auto;
        text-align: left;
    padding-left: 28px;
    position: relative;
}
.top_menu .sub00>li a{
    position:relative
}
.top_menu .sub00>li a:before{
    content: "\f0da";
    position: absolute;
    left: 0px;
    top: 7px;
    font-family: FontAwesome;
    font-size: 1.05em;
    transition: all 0.3s;
    color: #fff;
}
.top_menu .sub00>li>a{
    color: #fff;
    font-size: 1.125em;
    font-weight: 600;
    padding-right: 19px;
}
.top_menu .sub00>li .sub00 a{
    font-size: 1em;
}
.top_menu .sub00>li .sub00 li a{
    position:relative
}

.top_menu .sub00>li .sub00 li a:before{
     content: "\f111";
     left: -6px;
     top: 8px;
     transform:scale(0.5);
}

.top_menu .sub00>li>a:hover,.top_menu .sub00>li>a:focus{
    background: none;
    color: #ffe869;
}


.top_menu .sub00>li>a:hover:before,.top_menu .sub00>li>a:focus:before{
   
    color: #ffe869;
}





.top_menu ul .sub02{
    left: 276px;
    width: 164px;
    top: 1px;
}
.top_menu ul ul.sub02 li {
  
}
.top_menu ul.sub02 li a{
    border-radius: 0;
    background: #f39700;
    color: #fff;
    font-size: 1em;
}
.top_menu ul.sub02 li a:hover{
    background: #888;
    color: #fff;
}

.top_menu ul.sub02 li a::before{
    content: "";
    position: inherit;
    display: none;
}

/* page*/

h2 {
    width: 100%;
    min-height: 57px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/title_icon.png) no-repeat 0 24px;
    color: #5b5b5b;
    font-size: 1.25em;
    font-weight: bold;
    padding: 20px 208px 15px 50px;
}

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {
    background: #ffffff;
    position: relative;
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 2.5em 1em 1em 1em;
    text-align: center;
}

#logo {margin-bottom: 10px;}

#logo a {
    display: inline-block;
}


.place {
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    display: inline-block;
}



.title_box {
    border-bottom: 2px #313131 solid;
    margin: 10px 0;
    position: relative;
}



.content_txt a:hover,
.gallery_list a:hover {
    color: #ee7610;
}


.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    display: inline-block;
    position: relative;
}

.main_bn li:hover ul {
    display: block
}

.main_bn>li>a {
    line-height: 36px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0 30px;
}


.main_bn>li>a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}

.main_bn a:hover {}

.main_bn .main_bn_share:hover {
    background: #000;
}


.content_link {
    color: #d20000;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {max-width: 1200px;margin: auto;color: #fff;padding: 8px 0px;font-size: 1.125em;}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    color: #fff;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
    position: relative;
    right: 16px;
}

.menu_nav li {
    display: inline-block;
    color: #fff;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #d20000
}

/* 選單下滑效果 */

.rwd_display_no{
    display: none;
}


.rwd_logo{
    display:inline-block;
    padding: 10px 0px 10px 0px;
    width: 171px;
    vertical-align: bottom;
}

.rwd_logo img{ width: 190px;
    vertical-align: -webkit-baseline-middle;;
}


.rwd_top_menu{
   
   
max-width: auto;
   
margin: 0px;
   
background: #fff;
   
display: inline-block;
   
margin-left: 20px;
}

.rwd_top_menu>li>a{
}

.rwd_top_menu .sub{
    
   
}



.nav_parent .nav_focus.active,
.menu_nav li.nav_parent:hover .fontsize01 ,
.menu_nav li.nav_parent:hover .fontsize01{
    display: block;
}

.menu_nav li.nav_parent .nav_focus {

position: absolute;

top: 29px;

right: 0;

z-index: 99;

display: table;

text-align: right;

display: none;

z-index: 99999999999999999999999999999999;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
    padding: 1em;
    background: #884942;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: absolute;
    vertical-align: middle;
    text-align: right;
    top: 50px;
    right: 22px;
    z-index: 99999;
    width: 261px;
    display: none;
}
.top_search #search{
    border: solid 1px #6d6b66;
}
.top_search .hotword{
    color:#333;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.889em;
    padding: 2px;
}
.top_search .hotword a{
    color: #333;
}
.top_search .text {
    width: 193px;
    height: 38px;
    padding: 6px 32px 6px 5px;
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.nav_search .text2,
.top_search .text2 {
    width: 22px;
    height: 22px;
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    right: 6px;
}

.top_search .text2 {
    top: 0px;
    color: #333;
    right: 1px;
    width: auto;
    padding: 7px 11px;
    height: auto;
    background: none;
    border-left: solid 1px #333;
    z-index: 9999999999999999999999;
    position: relative;
    display: inline-block;
}
.top_search .text2:hover{
    color: #8dc556;
}
.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt,
.imgbox2 dt,
.imgbox figure,
.imgbox2 figure {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type,
.main_type {
    text-align: right;
    margin-bottom: 10px;
}
#main_type *{
    margin-bottom: 5px;

}
#main_type a {
    display: inline-block;
}

#main_type * {
    vertical-align: middle;
}

#main_type input {
    height: 32px;
}

#main_type select {
    height: 32px;
    background: transparent;
}
#main_type .white_space{
    white-space: nowrap;
}
#main_type .white_space input.bn_search{
    vertical-align: top;

}
.white_space{
    white-space: nowrap;
}
.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    display: inline-block;
    padding: 2px 5px;
}

.type_word a.active,
.type_word a:hover,
.type_word a:focus {}

#main_type .type_word a.active,
.type_word a:hover {
    background: #393939;
    border-radius: 5px;
    color: #FFF;

}

.search_table {
    border: 1px solid #CCC;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_bn_search.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/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 {
    border: 1px solid #000;
    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: #6d6b66;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}



.left_menu {
    position: relative
}

.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 {
    background-color: #cccccc;
    padding: 10px 0;
}

.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
}


.menu2 li>a:before {
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}


.menu2 .sub_menu->a,
.menu2>li>a:hover {
    color: #fff;
    background-color: #8dc556;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li,
.menu2 .sub_sub>li {
    border-bottom: 1px dashed #A0A0A0;
}

.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 48px;
}

.menu2 .sub_sub a:before {
    content: "\f0da";
    top: 7px;
    left: 36px;
}


.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {

    background-color: #8dc556;

    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: #8dc556;
    color: #fff;
}

.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 {

    background-color: #8dc556;
    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 {
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.content_title,
.gallery_list .title {
    font-weight: bold;
    padding: 5px 5px 5px 0;
    position: relative;
}

.gallery_list .title {
    width: 100%;
    background: #ccc;
    display: table;
    padding: 8px;
    margin-bottom: 10px;
}

.gallery_list .title strong {
    width: 85%;
    display: table-cell;
    font-size: 110%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_list .title p {
    width: 15%;
    display: table-cell;
    font-size: 110%;
    text-align: right
}



.imgbox a:hover,
.imgbox2 a:hover {
    color: #ee7610;
}

.imgbox span {
    display: block;
    padding: 5px 0;
}


.goback .icon {
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    color: #FFF
}

.goback {
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px;
    margin: 1em 0;
}

.goback .icon {
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    background-color: #000;
    line-height: 36px;
    text-align: left;
    padding: 0 10px 0 30px;
    color: #fff;
    position: relative;
}

.goback .icon a:before {
    content: "\f053";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f077";
    right: 10px;
    left: inherit;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .Gotop2 a {
    padding: 0 35px 0 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}

.Gotop a {
    display: none;
}

#footer {
    background-color: #6d6b66;
    color: #fff0a6;
    padding: 0;
    position: relative;
}

#fat_footer {

padding: 22px 0 7px 0;

width: 100%;

margin: auto;

position: relative;

background: #f3f0e7;
}
#footer a.foo_img{
    margin: 0 7px;
    display: inline-block;
    width: 19px;
    height: 25px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/map01.png);
    vertical-align: middle;
    font-size: 0em;
}
#footer a.foo_img:hover {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/map02.png);
}
#footer img[src*='qrcode.jpg']{
 margin: 10px 6px;
 vertical-align: top;
 margin-left: 0;
 margin-top: 0;
}
#fat_footer ul {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 16px;
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(16.66% - 2% - 0.01px);
    margin-right: calc(2% * 6 / 5);
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
    text-align: center
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #3e3a39;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #8dc556;
}

#fat_footer ul li ul {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #3e3a39;
    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: #3e3a39;
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #8dc556;
}

#ff_btn {
    width: 105px;
    margin: auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}


#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width: 105px;
    height: 30px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/ff_close.png);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/ff_open.png);
}

#ff_btn .btn_close {
    display: none;
}


#ff_btn.active .btn_close {
    display: block;
}

#ff_btn.active .btn_open {
    display: none;
}


.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 36px 0;
}

.footer_img,
.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}
#footer .footer_img a{
    display:block;
    text-align: left;
    margin-bottom: 14px;
    padding-left: 0px;
}
.footer_word {
    white-space: nowrap;
    padding-left: 12px;
    line-height: 36px;
    vertical-align: top;
}

.footer_word span {
    color: #FFF0A8;
    font-weight: bold;
}

.footer_bth {}

.footer_bth a {
    border-radius: 5px;
    background: #000;
    padding: 1px 5px;
}

#footer .footer_bth a:hover {
    background: #a17533;
    color: #fff;
}

#footer .footer_bth a {
    color: #FFF
}

#footer a {
    display: inline-block;
}

#footer a:hover {

}

.footer_img a {
    padding: 0 10px;
}

#table li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

#table li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

#table {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

#table li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
    ;
}

.table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_txt {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    line-height: 150%;
    padding: 0 10px 0 20px;
    display: table-cell;
}

.table_txt a {
    color: #063;
}

.table_txt a:hover,
.table_txt a:focus {
    color: #d20000;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #d20000;
}

.page {
    margin: 10px 0;
    text-align: center;
    font-size: 95%;
}

.page * {
    vertical-align: middle
}

.page a {
    display: inline-block
}

.page li {
    display: inline-block;
    margin: 3px;
}

.page .icon a {
    border-radius: 5px;
    padding: 3px 8px;
    color: #FFF;
}

.page .icon a:hover,
.enter_bn:hover {}


.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.max-width {
    width: 50px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.icon a,
.enter_bn {
    border-radius: 5px;
    background: #000;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.enter_bn {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover,
.icon a:hover,
.enter_bn:hover {
    background: #a17533;
    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 {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.list li {
    border-bottom: 1px #ccc dotted;
    width: 100%;
    display: table;
}

.list li:last-of-type {
    border-bottom: 0;
}



.list li:nth-child(1) {
    background: #ccc;
}

.list .list_head {
    border-bottom: 0px;
}

.list span {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    vertical-align: top;
}

.list .list_head span {}

.list span dl {
    display: inline-block;
    padding-left: 5px;
}

.list span dt,
.list span dd {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

.table_head span {
    border-bottom: 0px
}

.list .list_title {
    text-align: left
}

.list .list_word {
    text-align: left;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_list.png) no-repeat 10px 16px;
    padding-left: 25px;
}









#readchk{
	height: 17px;
    width: 17px;
}


.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{
    margin-top: 10px;   }
#div_content,.search1 li,.search,.search1_title{
    line-height: 26px;
}
.download_li a,#div_content,.type_word a,.update,.list span,body,input, button, select, textarea,#mail_word,.tabulation2 .example,.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: #5e1e00;
}

.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,.place 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: #052c97;
}
#footer a{
    color:#fff0a6;
}
.menu_nav>li>a{
    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,
.place .on,#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: #8dc556;
}

.content_txt a,
.gallery_list .txt a {
    display: inline;
}



.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;
}
.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;
}




.list .icon {
    padding: 5px;
    color: #fff;
}

.list .icon.mail_bth {}

.list .icon a {
    color: #fff;
}

.table {
    text-align: left;
}

.table.list span {
    display: block;
    float: left
}

.text_le {
    text-align: left
}

abbr[title].must {
      color: #d20000;
    margin: 0px 0px 0 0;
    border-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.search,
.tabulation {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 20px;
}

.orange {
    color: #d20000;
    padding: 0;
}

.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%
}

.m_auto {
    margin: 20px auto 0 auto;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}



/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}

/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 46%;
    transform: translate(0%, -50%);
    left: -18px;
}

.owl-next {
    position: absolute;
    top: 46%;
    transform: translate(0%, -50%);
    right: -18px;
}



/*箭頭垂直置中*/


.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.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;
}

.article .owl-carousel img {
    width: auto;
    max-width: 800px !important;
    max-height: 600px !important;
    display: inline-block;
}

.article .box {
    text-align: center;
}

.article .box .owl-next {
    background-color: #5c9f41;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.article .box .owl-prev {
    background-color: #5c9f41;
    left: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
}

.article .box i {
    line-height: 35px;
    display: inline-block;
}

.video2_imgBox,
.article .box {
    margin: 20px 0;
    background: #ccc;
    padding: 10px;
}

.article .box .owl-next:hover,
.article .box .owl-prev:hover {
    background-color: #e05555;
}

.update {
    font-size: 95%;
    text-align: right;

    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}




/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #cccccc;
    color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.fontsize li {
    float: left;
}

.fontsize li.type a {
    color: #386a17;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: #8dc556;
}
.share3 .font_size_btn- a{
    color:#fff
}

.share3 .fontsize li.font_size_btn- a,.share3 .font_size_btn- a:hover {
    color: #fff;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    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;
}



.share .type1 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type2 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_fb.png);
    background-color: #2c5194;
}

.share .type3 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type5 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_twitter.png);
    background-color: #4c95d0;
}

.share .type6 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_telegram.png);
    background-color:#36A6D4;
}
.share .type8 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_line.png);
    background-color: #10bc10;
}
.share_mob .type10 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_tum.png);
    background-color:#001936;
    opacity: 0.9;
}
.share_mob .type10:hover {
    opacity: 1;
}.share .type9 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_telegram.png);
    background-color:#36A6D4;
}

.share .type1:hover {
    background-color: #E7E7E5;
}

.share .type2:hover {
    background-color: #071c44;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #9f0101;
}


.share .type5:hover {
    background-color: #227ba8;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #2383aa;
}
.share .type8:hover {
    background-color: #008c00;
}
.share_mob .type10 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_tum.png);
    background-color:#001936;
    opacity: 0.9;
}
.share_mob .type10:hover {
    opacity: 1;
}.share .type9:hover {
    background-color: #2383aa;
}
.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/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_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
}


.red {
    color: #d20000;
}

.blue{
    color: #0366bb;
}

.green{
    color: green;
}


.center {
    text-align: center !important;
}

.left{
    text-align: left !important;
}

.right{
    text-align: right !important;
}



.book{background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/img3.jpg) no-repeat  center;background-size: cover;height: 256px;width: 100%;position: relative;max-width: 194px;margin: 0 auto;display: block;
color: #000;
transition: 0.5s;
}
.book:hover{
    transition: 0.5s;
    transform: scale(1.03);
}
.book_bottom{

background: #ebe9e9;

text-align: center;

position: absolute;

bottom: 0;

width: 100%;

padding: 7px 0;

font-size: 1.125em;

opacity: 0.9;
}

.book_area{
    text-align: center;
    margin-bottom: 32px;
}
.book_download{
    font-size: 1.125em;
    display: inline-block;
    margin: 8px auto;
    background: #000;
    color: #fff;
    padding: 4px 26px 4px 49px;
    border-radius: 20px;
    position: relative;
    margin-top: 11px;
}
.book_download:hover{
    background: #a17533;
}

.book_download::before{
    content: "\f02d";
    position: absolute;
    left: 17px;
    font-family: FontAwesome;
    font-size: 1.125em;
    transition: all 0.3s;
}

.ebook .list_head a{

}


.list_word img[src*='/Content/img'] {
    max-height: 50px;
    margin: 0 4px;
    height: 50px;
    width: auto;
}


/*字級大小  */
.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}


.share3 {
    min-width: 300px;
    font-size: 1em;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
    background: #f3f0e7;
    width: 106px;
    min-width: auto;
    padding-bottom: 0;
    padding: 7px 6px;
    border-radius: 4px;
    left: -37px;
}

.share3 a {
        color: #222;
        line-height: 28px;
        padding: 0;
        text-align:  center;
        width: 28px;
}

.share3 a:hover{
        color: #8dc556;
}

.share3 li{width: 28px;height: 28px;}

.nav_parent>a>img{
    vertical-align: initial;
}

.menu_nav .nav_parent>a{
    
    padding: 5px 8px ;
}
.menu_nav .nav_parent{
    
}
.fontsize00{
    margin-left: -10px;
}
/*字級大小  */


.menu_navigation_blcok{
    text-align: right;
    background: #6d6b66;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8dc556;
}


.ace {
    color: #555;
    font-size: 84%;
}

.news_marquee {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/icon_marquee.png) no-repeat 9px 0px;
    display: inline-block;
    padding-left: 39px;
    white-space: nowrap;
    padding-top: 18px;
    padding-bottom: 12px;
    /* border-bottom: solid 2px #8dc556; */
    margin: 28px 0 38px 0;
}

.news_marquee a,
.news_marquee span {
    text-decoration: none;
    color: #3e3a39;
    letter-spacing: 1px;
    font-size: 1.125em;
    line-height: 98%;
    margin-right: 1.5em;
}

.news_marquee a:before,
.news_marquee span:before {
    content: "．";
}

.news_marquee a:hover,
.news_marquee a:focus {
    color:#8dc556;
}

.div_promo {
    overflow: hidden;
    padding-left: 23px;
    margin-left: 10px;
}
.div_promo_outer{
    padding-left: 17px;
    padding-bottom: 7px;
    border-bottom: solid 1px #8dc556;
}


.block01{
    display:  block;
    background-size: cover;
    transition: 0.6s !important;
    height: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    font-size: 0em;
    background-position: center;
}

.block01>span{
    display: block;
    background: rgba(47,48,46,0.7);
    color: #fff;
    padding: 13px 7px;
    text-align: center;
    font-size: 1.375em;
    letter-spacing: 1px;
    /* margin-top: 243px; */
    transition: all 0.6s !important;
    }

    .block01:hover{
       opacity: 0.7;
    }
    .bg01 .col-md-4:hover span{
        background:  #8dc556;
    }
    .bg01 .col-md-6:hover span{
        background:  #8dc556;
    }
    .bg01 .col-md-3:hover span{
        background:  #8dc556;
    }

 

    .bg01 .col-xs-1, .bg01 .col-sm-1, .bg01 .col-md-1, .bg01 .col-lg-1, .bg01 .col-xs-2, .bg01 .col-sm-2, .bg01 .col-md-2, .bg01 .col-lg-2, .bg01 .col-xs-3, .bg01 .col-sm-3, .bg01 .col-md-3, .bg01 .col-lg-3, .bg01 .col-xs-4, .bg01 .col-sm-4, .bg01 .col-md-4, .bg01 .col-lg-4, .bg01 .col-xs-5, .bg01 .col-sm-5, .bg01 .col-md-5, .bg01 .col-lg-5, .bg01 .col-xs-6, .bg01 .col-sm-6, .bg01 .col-md-6, .bg01 .col-lg-6, .bg01 .col-xs-7, .bg01 .col-sm-7, .bg01 .col-md-7, .bg01 .col-lg-7, .bg01 .col-xs-8, .bg01 .col-sm-8, .bg01 .col-md-8, .bg01 .col-lg-8, .bg01 .col-xs-9, .bg01 .col-sm-9, .bg01 .col-md-9, .bg01 .col-lg-9, .bg01 .col-xs-10, .bg01 .col-sm-10, .bg01 .col-md-10,.bg01  .col-lg-10, .bg01 .col-xs-11, .bg01 .col-sm-11,.bg01  .col-md-11, .bg01 .col-lg-11, .bg01 .col-xs-12,.bg01  .col-sm-12, .bg01 .col-md-12, .bg01 .col-lg-12 {

padding-right: 8px;

padding-left: 8px;

position: relative;

}

    .small_banner{
        display: flex;
        justify-content: space-around;
        padding: 0 15px;
        margin: 35px 0;
    }
    .small_banner a img{
        transition: all 0.4s;
    }
    .small_banner a{border: 2px solid #fff;display: inline-block;overflow:hidden;}
    .small_banner a:hover img {
        transform: scale(1.06);
    }

    .responsive a{border: 2px solid #fff;display: inline-block;overflow:hidden;}
 .responsive img{ transition: all 0.4s;}

.responsive a:hover img {
    transform: scale(1.06);
}

.responsive .owl-next {
    width: 25px;
    height: 25px;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/responsive_next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
}

.responsive .owl-prev {
    width: 25px;
    height: 25px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/responsive_pre.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
}

.footer_container {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/footer_bg.png);
    text-align: center;
    padding: 10px;
}


.bg02{
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/bg02.png) no-repeat center -86px;
    margin-top: 72px;
    padding: 78px 0 50px 0;
    padding-bottom: 341px;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 72px;
}
.bg02-{
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/bg02-.png) no-repeat center -86px;
}
.block03{

display: flex;

flex-wrap: wrap;
}    

.block03 li{
    width: 195px;
    border: solid 1px #ccc;
    padding: 19px;
} 

.block03 li:nth-of-type(1){border-top: none;border-left: none;border-right: none;border-bottom: none;} 

    .block03 li:nth-of-type(2){
        border-top: none;
        border-right: none;
        border-bottom: none;
    } 

    .block03 li:nth-of-type(3){
        border-top: none;
        border-right: none;
        border-bottom: none;
    } 
  
    .block03 li:nth-of-type(4){
        border-top: none;
        border-right: none;
        border-bottom: none;
    } 
    .block03 li:nth-of-type(5){
        border-top: none;
        border-right: none;
        border-bottom: none;
    } 
    
    .block03 li:nth-of-type(6){
        border-top: none;
        border-right: none;
        border-right: none;
        border-bottom: none;
    } 


    .block03 li:nth-of-type(7){
        border-bottom: none;
        border-left: none;
        border-right: none;
        } 
        
            .block03 li:nth-of-type(8){
                border-bottom: none;
                border-right: none;
            } 
        
            .block03 li:nth-of-type(9){
                border-bottom: none;
                border-right: none;
            } 
          
            .block03 li:nth-of-type(10){
                border-bottom: none;
                border-right: none;
            } 
         
            
            .block03 li:nth-of-type(11){
                border-bottom: none;
                border-right: none;
            } 
            .block03 li:nth-of-type(12){
                border-bottom: none;
                border-right: none;
            } 





.block03 li>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  
    padding: 28px;
    transition: 0.6s;
    position: relative;
    z-index: 0;
}  
.block03 li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background:#8dc556;
    border-radius: 50%;
    z-index: -1;
    margin-top: -92px;
    margin-left: -85px;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
    width: 170px;
    height: 170px;
 
    
}
.block03 li>a:hover{
    /* background: #8dc556; */
}
.block03 li>a:hover:after{
    opacity: 1;
    transform: none;
}

.block03 li>a>.block_img{height: 87px;width: 87px;background: url() no-repeat;background-size: contain;background-repeat: no-repeat;background-position: center; transition: 0.2s;} 
.block03 li>a:hover .block_img{
    background: url() no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.block03 li>a:hover span{    color: #fff;}
/*
.block03 li:nth-of-type(2)>a>.block_img{background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b2.png);} 
.block03 li:nth-of-type(2)>a:hover .block_img{background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b2-.png);
}
.block03 li:nth-of-type(3)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b3.png);
} 
.block03 li:nth-of-type(3)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b3-.png);
}
.block03 li:nth-of-type(4)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b4.png);
} 
.block03 li:nth-of-type(4)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b4-.png);
}

.block03 li:nth-of-type(5)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b5.png);
} 
.block03 li:nth-of-type(5)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b5-.png);
}

.block03 li:nth-of-type(6)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b6.png);
} 
.block03 li:nth-of-type(6)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b6-.png);
}

.block03 li:nth-of-type(7)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b7.png);
} 
.block03 li:nth-of-type(7)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b7-.png);
}

.block03 li:nth-of-type(8)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b8.png);
} 
.block03 li:nth-of-type(8)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b8-.png);
}

.block03 li:nth-of-type(9)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b9.png);
} 
.block03 li:nth-of-type(9)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b9-.png);
}
.block03 li:nth-of-type(10)>a>.block_img{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b10.png);
} 
.block03 li:nth-of-type(10)>a:hover .block_img{
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/b10-.png);
}
*/
.block03 li>a>span{
    font-size: 1.25em;
    letter-spacing: 1px;
    color: #4b4848;
    margin-top: 7px;
    transition: 0.2s;
    text-align: center;
    font-size: 1.125em;
    height: 38px;
} 



.h2_bar{
    text-align: center;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/h2_bar.png) no-repeat center bottom;
    margin-bottom: 54px;
    min-height: initial;
    padding: 0;
    padding-bottom: 16px;
    font-size: 1.75em;
}

.bg03{
    margin-top: -215px;
    margin-bottom: 90px;
}







.share0 li:hover {
    transform: rotate(360deg);
    animation-direction: normal;
}

.share0 .type1,
.share02 .type1 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_fr-.png);
    background-size: cover;
}

.share0 .type2,
.share02 .type2 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_fb-.png);
    background-size: cover;
}

.share0 .type3,
.share02 .type3 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_google-.png);
    background-size: cover;
}

.share0 .type4,
.share02 .type4 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_youtb-.png);
    background-size: cover;
}

.share0 .type5,
.share02 .type5 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_tw-.png);
    background-size: cover;
}
.share0 .type6,
.share02 .type6 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_ig-.png);
    background-size: cover;
}
.share0 .type8,
.share02 .type8 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_line-.png);
    background-size: cover;
}
.share0 .type7,
.share02 .type7 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_tele-.png);
    background-size: cover;
}
.share0 .type10,
.share02 .type10 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_tum.png);
    background-size: cover;
}
.share02 {
    padding-left: 10px;
}

.share02 li {
    border: 0!important;
    width: 45px;
    height: 45px;
    transition: transform 0.5s ease;
    display: inline-block;
    margin: 5px 0 5px 8px;
}

.share02 li a {
    padding: 0 !important;
    display: block;
    height: 100%;
    background: none !important
}

.share0 .Gotop {
    width: 71px;
    height: 71px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/icon_top.png);
    display: none;

}

.share0 a {
    display: block;
    height: 100%;
    font-size: 0em;
}

.share0 a:hover,
.share02 a:hover {
    background-color: transparent !important;
}


.search_close{
    width: 18px;
    height: 18px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/in_images/close.png);
    position: absolute;
    border: none;
    top: 9px;
    font-size: 0em;
    right: -28px;
}



.bg01 .row span{
    display: block;
    background: rgba(47,48,46,0.7);
    color: #fff;
    padding: 13px 7px;
    text-align: center;
    font-size: 1.25em;
    letter-spacing: 1px;
    /* margin-top: 243px; */
    transition: all 0.6s !important;
    position: absolute;
    bottom: 15px;
    transform: translateX(50%);
    right: 50%;
    width: calc(100% - 16px);
    z-index: 999;
}



.home_img a{
    display: inline-block;
}


.fontsize00>a{
    padding-right: 0px !important; 
}

.search_open{
    padding-left: 0px !important; 
}



.share0 {
    width: 273px;
    margin: auto;
    position: fixed;
    top: 327px;
    right: -273px;
    z-index: 999999999999;
    background: #ffffff;
    transition: all 0.2s ease-out;
    border: solid 2px #8dc556;
    height: 419px;
}
.share0 li {
    width: 45px;
    height: 45px;
    margin: 0px auto 0px auto;
    margin-left: 10px;
    margin-right: 9px;
}
.share0 .button_li {
    position: absolute;
    display: block;
    width: 46px;
    height: 51px;
    left: -46px;
    top: 0;
    margin: 0;
}

.share0 .button_li2 {
    position: absolute;
    left: -56px;
    top: 50px;
    height: 0;
}

.share0 a.button {
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: -2px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/left_icon3-.png) 12px center no-repeat #edeae1 !important;
    margin: 0;
    padding: 0px 9px;
    background-color: #8dc556 !important;
    transition: all 0.2s ease-out;
    font-size: 1.125em;
    color: transparent;
    padding-top: 52px;
}

.share0 a.button {
    position: absolute;
    font-size: 1.125em;
}

.share0 .button2 {cursor: pointer;
        width: 44px;
    position: absolute;
    display: block;
    top: 0px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/fb.jpg) 10px center no-repeat #edeae1 !important;
    margin: 0;
    padding: 0px 9px;
    background-color: #4962a4 !important;
    transition: all 0.2s ease-out;
    font-size: 1.125em;
    color: transparent;
    padding-top: 52px;
    height: 134px;
}

.share0 li[class*='type'] {
    display: inline-block;
}


.share0 li.button_fb {
    width: auto !important;
    display: block;
    height: auto !important;
    border-bottom: solid 2px #8dc556;
    margin: 0px;
    padding: 10px;
}

.button_fb.open {
    display: block;
}

.share0.open{
    right: 0px;
}

.share0.open a.button {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240607004435/https://culture.tainan.gov.tw/images/left_icon3.png) 12px center no-repeat #8dc556 !important;
}






 .fb iframe {
    text-align: center;
margin: 0 auto;
width: 300px;
height: 250px !important;
border: 0;
}
.fb .iframe {
    text-align: center;
margin: 0 auto;
width: 300px;
height: 250px !important;
border: 0;
}
.fb{}

#footer .group{
    display: inline-block;
    vertical-align: top;
    margin-left: 36px;
}

.fixed_btn{
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 5%;
    z-index: 99999;
    
    
}

.fixed_btn img.icon_s{
    display: none;
}





/*
     FILE ARCHIVED ON 0:44:35 六月 7, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 1:15:41 五月 26, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
