@charset "utf-8";


/* CSS Document */

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #feebb0 !important
}

a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus {
    outline: 2px #d83e3e dotted !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: 微軟正黑體;
    font-size: 100%;
    position: relative;
    background: url(../images/bg_top.jpg) #fffbec top center no-repeat;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}


select,
input[type*="text"],
textarea {
    border: 1px solid #000;
    box-shadow: none;
    background: #fff;
}

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;
}

.center {
    text-align: center !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}



/* menu*/

#main_menu {
    background: none;
}

.menu2 {
    display: none;
}

#menu_bth {

    display: none
}



#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    background: #fcc929;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
    margin-bottom: 20px
}

.top_menu>li {
    background: none;
    width: calc(100%/8);
    display: table-cell;
    position: relative;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    color: #000;
    display: block;
    padding: 15px 26px;
    font-size: 1.125em;
    font-weight: bold;
}

.top_menu>li:first-of-type>a {
    border-radius: 30px 0 0 30px;
}

.top_menu>li:last-of-type>a {
    border-radius: 0 30px 30px 0;
}


.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
    background: #fa5200;
    color: #fff;
}

.top_menu li:hover>ul {
    display: block;
}


/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 60px;
    left: 0;
    text-align: left;
}

.top_menu ul li {
    background-color: rgba(250, 82, 0, 0.9);
    width: 100%;
    height: auto;
    background-image: none;
    display: block;
    position: relative;
}

.top_menu ul li:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background: #75427B;
}

.top_menu ul li:hover:before {
    width: 100%;
}

.top_menu ul li:first-of-type a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 9px 12px;
    border-color: transparent transparent #fa5200 transparent;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.top_menu ul li:first-of-type a:hover:before {
    border-color: transparent transparent #75427B transparent;
}

.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 7px 5px;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}


.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}



/* page*/

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {
    position: relative
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 1.5em 0.2em 0.8em 0.2em;
}

#logo {
    float: left
}

#logo a {
    display: inline-block;
}


.place {
    color: #333;
    margin: 23px 16px;
    font-size: 93.8%;
}

.place li {
    display: inline-block;
    margin-right: 5px;
}

.place a {
    color: #272727;
    display: inline-block;
}

.type_word a.active,
.type_word a:hover,
.type_word a:focus,
.menu_nav a:hover,
.place a:hover,
.place .on {
    color: #fa5200;
}

.title_box {
    margin: 10px 0;
    position: relative;
}

.content_txt a,
.gallery_list a {
    display: inline;
}

.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: 32px;
    background: none;
    color: #050505;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-right: 8px;
    position: relative;
    padding: 0 10px 0 30px;
}

.main_bn a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 7px;
    font-family: FontAwesome;
    font-size: larger;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}




.article {
    margin-top: 43px;
    min-height: 630px;
}

.content_txt {
    color: #272727;
    line-height: 180%;
}

.content_txt .imgbox a {
    display: block;
}

.content_txt b,
strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
}

.content_txt p {
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
}

.gallery_list .imgbox,
.content_txt .imgbox,
.faq .imgbox {
    float: right;
    clear: both;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
    z-index: 1;
}

.content_txt .imgbox a,
.faq .imgbox a,
.imgbox a,
.imgbox2 a,
.imgbox .video_box {
    border-radius: 5px;
    background: #fae6a9;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    overflow: hidden;
}

.gallery_list .imgbox img,
.gallery_list .imgbox2 img,
.content_txt .imgbox img,
.faq .imgbox img,
.pic img,
.gallery_list .pic {
    max-height: 168px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}





#div_content {
    color: #000;
    /* margin-top: 19px; */
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #f00;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    margin-top: 10px;
    float: right;
}

.menu_nav {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 2px;
}

.menu_nav li {
    display: inline-block;
    color: #050505;
    position: relative;
}

.menu_nav a {
    display: inline-block;
    color: #050505;
}

.menu_nav a:hover {
    color: #fa5200;
}

.nav_parent .nav_focus.active {
    display: block;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.nav_search {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.nav_search .text {
    color: #000;
    width: 180px;
    height: 35px;
    padding: 0 31px 0 5px;
    border: 0;
    border-radius: 50px;
}

.search_main {
    width: 294px;
    background: #fcc929;
    box-shadow: 0 4px 12px rgba(147, 123, 52, 0.5);
    margin-top: 4px;
    text-align: left;
    padding: 5px;
    position: absolute;
    right: -7px;
    z-index: 99;
    display: none;
}
.font_main{
    width: 85px;
    padding: 0px;
    margin: 0px;
    right: 45px;
    background: none;
}
.nav_search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
}
.nav_search img{
    position: absolute;
    top: 2px;
    left: 2px;
}

.nav_search .text2 {
    width: 19px;
    height: 19px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 10px;
}
.nav_search .text3{
    width: 88px;
    height: 31px;
    background: #d93f00;
    border: 1px #fffbec solid;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    right: -97px;
}
.search_word {
    color: #000;
    padding: 5px 0 0 5px;
}
.search_word li, .search_word a {
    color: #000;
    display: inline-block;
}
.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-top: 16px;
    margin-bottom: 16px;
}

#main_type * {
    vertical-align: middle;
}

#main_type input {
    height: 30px;
    border-radius: 5px;
}

#main_type #kd {
    width: 117px;
}

#main_type select {
    padding: 2.5px 9px;
    background: #fff;
    border-radius: 5px;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    color: #262626;
    display: inline-block;
    font-size: 93.8%;
}

.type_word a.active,
.type_word a:hover,
.type_word a:focus {}

.search_table {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(../images/icon_btn_search.png);
    width: 30px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(../images/icon_btn_search.png);
}

.icon_go:hover,
.bn_search:hover {}









.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: #fa5200;
    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;
}




.left_menu {

    margin-top: 48px;

    padding-left: 0;

    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;
}

.menu2 li>a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    background: none;
    padding: 0 0 10px 0;
}

.left_main ul {
    text-align: center;
    border-radius: 10px;
    background-color: #f89c00;
    padding: 20px 30px;
}


.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    border-bottom: 1px dashed #fff;
    margin-bottom: 5px;
}

.menu2 li>a {
    display: block;
    border-radius: 30px;
    background: none;
    color: #fff;
    padding: 8px 5px 8px 41px;
    font-size: 1.250em;
    font-weight: bold;
}

.menu2 .sub_menu->a,
.menu2>li>a:hover {
    color: #fff;
    background-color: #fa5200;
}

.menu2 .sub_sub {
    display: none;
}


.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;
    background: url(../images/left_icon.png) no-repeat 44px 9px;
    color: #353535;
    padding: 5px 5px 5px 62px;
}

.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {
    background: url(../images/left_icon.png) no-repeat 44px 9px;
    color: #651111;
}

.menu2 .sub_sub2 {
    display: none;
    font-size: 100%;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    background: url(../images/left_icon2.png) no-repeat 66px 11px;
    color: #353535;
    padding-left: 79px;
    padding-right: 6px;
    font-size: 1em;
}

.menu2 .sub_menu3- a,
.menu2 .sub_sub2 a:hover {
    background: url(../images/left_icon2.png) no-repeat 66px 11px;
    color: #651111;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    background: url(../images/left_icon2.png) no-repeat 82px 12px;
    color: #353535;
    padding-left: 95px;
}

.menu2 .sub_menu4- a,
.menu2 .sub_sub3 a:hover {
    background: url(../images/left_icon2.png) no-repeat 82px 12px;
    color: #651111;
}

.menu2 .sub_sub4 {
    display: none;
    font-size: 100%;
}

.menu2 .sub_sub4 a {}

.menu2 .sub_sub4 a:hover {}

.menu2 dl {
    border-top: 1px #ccc dotted;
    background: url(../images/icon01.png) no-repeat 5px 13px;
    font-size: 100%;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    background: url(../images/icon02.png) no-repeat 21px 11px;
    font-size: 100%;
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}


.left_title {
    width: 183px;

    height: 42px;

    border-radius: 70px 70px 0 0;
    color: #272727;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 6px 0;

    margin: 0 auto;

    background: #f9e4a6;
}

.content_title,
.gallery_list .title {
    color: #333;
    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;
}

.download li:nth-child(odd) {

    background-color: #EEE;
}

.download li:nth-child(1) {

    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

.download {
    margin: 20px 0;
}

.download_tt {
    color: #000;
    background-color: #CCC;
    padding: 10px 5px;
    font-weight: bold;
}

.download li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
}

.download .word {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 80%;
    color: #000;
    display: table-cell;
    padding-left: 20px;
}

.download a {
    color: #000;
}

.download a:hover {
    color: #093;
}

.download .file {
    width: 20%;
    display: table-cell;
    text-align: center;
}

.download dd {
    display: inline-block;
}

.download .file a {
    width: 16px;
    display: inline-block;
    margin: 2px;
}

.goback .icon {
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 2px;
}



.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 {
    font-size: 100%;
    border-radius: 0 0 20px 20px;
    background-color: #fa5200;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    padding: 6px 32px 6px 45px;
    color: #fff;
    position: relative;
}

.goback .icon a:before {
    content: "\f0d9";
    position: absolute;
    left: 24px;
    font-family: FontAwesome;
    font-size: larger;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f0d8";
    left: 22px;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}


#footer .Gotop a {
    width: auto;
    height: auto;
    background-color: #fa5200;
    font-size: 13px;
    position: fixed;
    z-index: 9999;
    right: 2%;
    bottom: 12%;
    line-height: 25px;
    cursor: pointer;
    opacity: 0.7;
    display: none;
}







#footer {
    color: #000;
    padding: 0;
    line-height: 140%;
    position: relative;
}




.copyright {
    font-size: 93.8%;
    margin: 0 auto;
    border-top: 1px solid #000;
    text-align: center;
    color: #000;
    padding: 0.6em;
}


#fat_footer {

    background: #fffbec;
    font-size: 87.5%;

    padding: 1em 0;

    width: 1200px;

    margin: auto;

    position: relative;
}

#fat_footer ul {
    max-width: 1200px;
    margin: auto;
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(12.5% - 1% - 0.01px);
    margin-right: calc(1% * 8 / 7);
    float: left;
    font-size: 1.125rem;
    color: #000;
    text-align: left;
}

#fat_footer ul li:nth-child(8n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #955130;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #0d6fb8;
}

#fat_footer ul li ul {
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 0.875rem;
    line-height: 150%;
    color: #313131;
    float: none;
    padding: 1px;
    margin-left: -2px;
}

#fat_footer ul li ul li a {

    color: #313030;
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #fa5200;
}

#ff_btn {
    width: 71px;
    margin: auto;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
}


#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width: 71px;
    height: 25px;
    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;
}

#ff_btn.active .btn_open {
    display: none;
}


.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 16px 0 0 0;
}



.footer_img,
.footer_word {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 10px
}

.footer_img.qrcode {
    text-align: center;
}



.footer_word {
    white-space: nowrap;
    font-size: 93.8%;
    padding-right: 45px;
}

.footer_word span {
    color: #000;
    font-weight: bold;
}


.footer_bth a {
    border-radius: 5px;
    padding: 1px 5px;
}



#footer .footer_bth a {
    color: #d33d00;
}

#footer .footer_bth a:hover {
    background: #fa5200;
    color: #fff;
}

#footer a {
    display: inline-block;
    color: #000;
}

#footer a:hover {
    color: #fa5200
}



.footer_img a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#table li:nth-child(odd) {

    background-color: #EEE;
}

#table li:nth-child(1) {

    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(../images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    color: #333;
    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: #F00;
}



.no_txt {

    font-weight: bold;
    color: #F00;
}

.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: #fa5200;
    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 {
    color: #fa5200;
}


.main_bn .main_bn_share:hover {
    background: none;
    color: #272727;
}

#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 {
    font-size: 100%;
    color: #272727;
    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) {
    border-radius: 30px;
    background: #f89c00;
}


.list .list_head {
    font-size: 112.5%;
    border-bottom: 0px;
    color: #fff;
}

.list .list_head .w20 {
    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #f89c00;
}

.list span {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    vertical-align: top;
}

.list .list_head span.w80 {
    padding-left: 15px;
}

.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(../images/icon_list.png) no-repeat 4px 11px;
    padding-left: 25px;
}

.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 {
    color: #fa5200;
    display: inline-block;
}

.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 {
    color: #f89c00;
}

.list .list_word a[target="_blank"]:after,
.content_txt p a[target="_blank"]:after {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}

.list .list_word a.file:after,
.content_txt .imgbox a:after,
.owl-carousel .owl-item>a:after {
    display: none;
}

.list .icon {
    padding: 5px;
    color: #fff;
}


.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: #FF0000;
    margin: 0px 5px 0 0;
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.search,
.tabulation {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 20px;
    line-height: 180%;
}

.tabulation>li {
    width: 100%;
    display: table;
    margin: 1px 0;
}

.tabulation_bg2 {
    background-color: #E3E3E3;
}

.tabulation_title {
    background: #E3E3E3;
    padding: 5px;
    font-weight: bold;
    margin: 2px 0;
}

.tabulation_list {
    padding: 5px
}

.tabulation .tabulation_list dd,
.tabulation .tabulation_list dd {
    padding: 0
}

.tabulation .tabulation_tt,
.tabulation .tabulation_word {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle
}

.search_title,
.tabulation_tt {
    background: #E3E3E3;
    color: #333;
    text-align: right;
    line-height: 150%;
}

.tabulation_tt strong {
    color: #f00
}



.tabulation_word .example {
    display: inline-block
}

.tabulation_blank {
    background: #E3E3E3;
    width: 20%;
    display: table-cell;
}

.tabulation2 {
    padding: 10px;
}

.tabulation2 .example {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;

    font-size: 95%
}

.tabulation2 .tabulation_tt {
    background: none;
    text-align: left;
}

.tabulation2 .tabulation_tt,
.tabulation2 .tabulation_word {
    display: block;
    padding: 0 0 5px 0;
}

.tabulation2 .tabulation_word>.file {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px
}

.tabulation2 dt>.file:last-child {
    margin-bottom: 0
}

.tabulation2 .in_block {
    display: inline-block;
    vertical-align: middle
}

.tabulation2 input,
.tabulation2 textarea {
    border: 1px solid #CCC;
    border-radius: 5px;
}

.tabulation2 li {
    margin-bottom: 15px;
}

.tabulation2 li:last-of-type {
    margin-bottom: 0;
}

.content_date {
    color: #F30;
    padding: 0;
    display: block;
}

.content_date:before,
.content_date2:before {
    content: "\f017";
    font-family: FontAwesome;
    transition: all 0.3s;
    padding-right: 5px
}

.content_date2 {
    color: #F30;
    padding: 0;
    float: right;
    display: block;
}

.orange {
    color: #F30;
    padding: 0;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    border-radius: 30px 0 0 30px;
    background-color: #f89c00;
    width: 80%;
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w40 {
    width: 40%
}

.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;
}

.tabulation_word input,
.tabulation_list input {
    font-size: 95%;
    padding: 3px;
    margin-right: 5px;
    vertical-align: middle;
}


/*----------------------------faq---------------------*/

.faq {
    background: #fff;
    margin: 10px 0;
    padding: 0px;
}

.faq_title {
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px 5px 2em;
    line-height: 180%;
    background: #8BB441;
    margin-bottom: 10px;
    position: relative;
}

.faq_number,
.faq_txt:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    font-size: 84%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}


.faq_number {
    background: #F0ECDE;
    left: 5px;
    top: 8px;
    color: #f26589;
}


.faq_txt:before {
    background: #8bb441;
    color: #fff;
    content: "A";
    left: 5px;
    top: 8px;
}


.faq_txt {
    line-height: 180%;
    color: #3d3d3d;
    padding: 5px 10px;
    padding-left: 2em;
    position: relative;
}




/*----------------------------video---------------------*/

.video a {

    border-radius: 0;
    background: none;
    display: block;
}




.video2_imgBox {
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
}

.video_txt {
    line-height: 180%;
    text-align: left;
    margin-top: 10px;
}

.video_txt strong {

    padding: 5px 0;
    color: #313131;
}

.video_txt li {
    list-style-type: none;
}

.video_txt li .file {

    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li a {
    font-weight: bold;
    color: #ff8b25;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li i {
    color: #ff8b25;
    padding: 0
}

.video_txt li a:hover,
.video_txt li a:hover i {
    color: #622000;
}

.video_txt li span {
    font-weight: bold;
    color: #000;
}



/*----------------------------question---------------------*/

.question2 {
    max-width: 300px;
    border: 1px solid #CCC;
    margin: 20px auto
}

.question2 li {
    border: 0
}

.question3 {
    margin-top: 10px;
}

.question3 .orange {
    color: #F30;
    padding: 0;
    display: inline-block
}

.question3 li:last-child {
    border-bottom: 0px #ccc dotted;
}

.question3_tt {
    font-weight: bold
}

.question3 img {
    height: 8px !important
}

.list .progress {
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

abbr {
    display: block;
}

.progress-bar {
    background-color: #000;
}


/*----------------------------registration1---------------------*/

.registration1 {
    width: 80%;
    margin: 20px auto
}


/*----------------------------mail---------------------*/

#mail_word {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 20px;
}

.mail_read {
    text-align: center;
    margin: 5px 0;
    vertical-align: middle
}

.mail_read .enter_bn {
    margin: 5px 0;
}

.list .mail_bth:hover {
    color: #fff;
    opacity: 0.7
}



/*----------------------------vote---------------------*/

.vote2 {
    max-width: 500px;
    border: 1px solid #ccc;
    margin: 20px auto 0 auto;
}

.vote2 a {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.vote2 li:last-of-type {
    background-color: transparent;
}

.vote2 .orange {
    color: #F30;
    padding: 0;
    display: inline-block
}

.vote2 img {
    height: 8px !important;
}

.vertical {
    display: inline-block;
    width: 20%;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.vertical {
    box-shadow: inset 0px 4px 6px #ccc;
}

.progress-bar {
    box-shadow: inset 0px 4px 6px rgba(100, 100, 100, 0.6);
}


/*----------------------------gallery---------------------*/

.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: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}




.gallery_list {
    margin-bottom: 20px;
}

.gallery_list .title a {
    color: #000;
}

.gallery_list .title a:hover {
    color: #ee7610;
}

.gallery_list .txt {
    display: block;
    line-height: 1.7em;
    margin: 0;
}


.gallery_list .imgbox2 {
    float: left;
    clear: both;
    text-align: center;
}








/*----------------------------spaces---------------------*/

.spaces_bn {
    margin-bottom: 5px;
}

.spaces_bn li {
    margin: 0 2px 0 0;
}

.spaces_txt {
    margin: 10px 0 0;
}

.spaces_bn li {
    display: inline-block;
    margin: 3px;
}

.spaces_bn a {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 3px 8px;
    color: #000;
    display: block;
}

.spaces_bn a:hover,
.spaces_bn a.on {
    background: #000;
    color: #fff;
}

.spaces_mob .calendar2_doom2,
.spaces_mob .calendar2_doom {
    padding: 5px
}

.spaces_mob .calendar2_doom2 a {
    display: block;
    margin-bottom: 5px
}



/*----------------------------guest---------------------*/

.guest_list,
.guest_list2 {
    border: 1px solid #ccc;
    line-height: 180%;
    margin: 10px 0 25px 0;
    background: #fff;
}

.guest_list li {
    color: #454545;
    padding: 10px;
}

.guest_list li a {
    color: #fff;
}

.guest_list li a:hover,
.guest_list li a:focus {
    color: #ff5c30;
}

.guest_list li span {
    display: block;
}

.guest_list li:nth-child(1) {

    background: #3365ac;
    color: #fff;
}

.guest_list li:nth-child(3) {


    padding: 3px;
    text-align: right;
}



.guest_list2 li:nth-child(1) {

    color: #fff;
    background: #ff5c30;
}

.guest_txt2 {
    max-width: 650px;
    float: left;
    font-weight: bold;
}

.guest_who {
    text-align: right;
    float: right;
    font-weight: bold;
}

.guest_who a {
    display: inline-block;
    margin: 0 5px;
}




/*----------------------------login---------------------*/

.login {
    width: 70%;
    margin: 50px auto 0;
}


/*----------------------------tour2---------------------*/

.tour2 li.tour2_3item .item {
    width: calc(100%/3 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour2_2item .item {
    width: calc(100%/2 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour3_3item .item img {
    width: 286px;
    height: 191px;
}

.tour2 li.tour2_3item .item img {
    width: 434px;
    height: 191px;
}

.tour2 li .item:last-of-type {
    margin-right: 0;
}


.tour2 li .item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour2 li .item a .cover {
    width: 100%;
    height: 100%;
    background: url(../images/tour2/tour2_cover.png) repeat-x bottom;
    color: #fff;
    display: block;
    line-height: 30px;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.tour2 li .item a .cover span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -29px;
    text-align: center;
    transition: all 0.3s;
}


.tour2 li .item a:hover .cover,
.tour2 li .item a:focus .cover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.tour2 li .item a:hover .cover span,
.tour2 li .item a:focus .cover span {
    bottom: 10px;
    transition: all 0.3s;
}


.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.red {
    color: #F00;
    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: 100%;
    text-align: right;
    color: #272727;
    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}








/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #ebf6d7;
    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;
    line-height: 27px;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: #8bb441;
}

.fontsize li.font_size_btn- a,
.font_size_btn- a:hover {
    color: #fff;
}

#FontSizeArea {
    /* background:url(../images/bg_bottom.png) bottom center no-repeat; */
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    bottom: -40px;
    right: -11px;
    z-index: 9999;
    padding-top: 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 .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.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_google.png);
    background-color: #dc483c;
}

.share .type5 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type6 {
    background-image: url(../images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #aa1a0e;
}


.share .type5:hover {
    background-color: #227ba8;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #E7E7E5;
}

.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;
}

.m_20 {
    margin-bottom: 20px
}

.m_30 {
    margin-bottom: 30px
}

.m_40 {
    margin-bottom: 40px
}

.m_50 {
    margin-bottom: 50px
}

.m_60 {
    margin-bottom: 60px
}

.m_70 {
    margin-bottom: 70px
}

.m_80 {
    margin-bottom: 80px
}

.m_90 {
    margin-bottom: 90px
}


.home_img {
    box-shadow: 0 4px 12px rgba(147, 123, 52, 0.5);
    max-width: 1200px;
}

.home_img a {
    display: block;
}

.home_img a:focus,
.photo a:focus,
.photo2 a:focus,
.responsive_list2 a:focus,
.responsive a:focus {
    border: 2px #2F2F8A dotted;
}

.home_img .owl-next {
    width: 24px;
    height: 24px;
    background-image: url(../in_images/slick-next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
}

.home_img .owl-prev {
    width: 24px;
    height: 24px;
    background: url(../in_images/slick-next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
}

.home_img .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.home_img .owl-dots .owl-dot.active span,
.home_img .owl-dots .owl-dot:hover span {
    background: #000;
}

.home_img a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 23.4%;
    overflow: hidden;
    background: #9b5951;
}

.home_img.owl-carousel a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.photo {
    padding: 0;
    text-align: center
}

.photo a {
    display: 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 {
    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;
}


/*箭頭垂直置中*/

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.news_tt {
    width: 100%;
    display: table;
}

.news_tt li {
    width: 33.5%;
    line-height: 43px;
    display: table-cell;
    text-align: center;
}

.news_tt li a {
    background-color: #F89C00;
    border-radius: 10px 10px 0 0;
    display: block;
    color: #373737;
    height: 100%;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s !important;
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt .news_tt- a,
.news_tt li a:hover {
    background-color: #d93f00;
    color: #fff
}

.news_list,
.shadow {
    box-shadow: 0px 10px 7px #f9e4a6;
}

.news_list {
    background: #fff;
    border-radius: 10px;
    padding: 10px 1em;
    position: relative;
}

.tt {
    margin-bottom: 5px;
}

.news_list .bth {

    border: 0;

    display: block;

    text-align: right;

    padding: 10px 25px;

    position: absolute;
}

h2 {

    background: url(../in_images/icon_title01.png) no-repeat;

    font-size: 1.625em;

    font-weight: bold;

    padding-left: 54px;

    line-height: 46px;

    margin-bottom: 20px;
}

.photo_more,
.news_list .bth a {
    background: #d93f00;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 4px;
    padding: 1px 10px;
}

.news_list .bth a.rss {
    background: #d93f00;
}

.news_list .bth a:hover {
    background: #d9940f;
}

.news_list .bth a.rss:hover {
    background: #914212;
}

.news_list li {
    border-bottom: 1px #d4d4d4 solid;
    width: 100%;
    display: table;
}


.news_list .list_word {
    width: 80%;
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
    max-width: 0;
    /*重點這行才會...*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .list_word a {
    color: #000;
}

.news_list .list_word a:hover {
    color: #fd5300
}

.news_list .list_date {
    width: 20%;
    color: #000;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 5px;
    font-size: 95%;
    text-align: right;
}

.news_list .list_date img {
    border: 1px #f89c00 solid;
    max-height: 78px;
}

.list_introd {
    width: 80%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.list_introd strong {
    color: #fa5200;
    display: block;
    margin-bottom: 10px;
    font-size: 1.25em;
}

.list_introd p {
    line-height: 28px;
}

.list_introd p a {
    color: #fa5200;
}

.list_introd p a:hover {
    text-decoration: underline;
}

.news_list .list_pic .list_date {
    text-align: center;
}

.photo_title h2 {
    background: url(../in_images/icon_title02.png) no-repeat;
}

.photo_main {
    background: #fff;
    border-radius: 10px;
    padding: 38px 50px;
    position: relative;
}

.photo_main .photo {}

.photo_main .photo a,
.culture_main .culture a {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding-bottom: 61%;
    overflow: hidden;
    margin-bottom: 1em;
}


.culture_main .culture .item a>div,
.photo_main .photo .item a>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.photo_main .photo .item span {
    color: #000;
    display: block;
    text-align: left;
}

.photo .owl-prev,
.photo .owl-next {
    width: 33px;
    height: 33px;
    background-image: url(../in_images/icon_photo_next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
    margin: 0!important;
}

.photo .owl-prev {
    background: url(../in_images/icon_photo_prev.png) !important;
}

.photo .owl-prev {
    left: -35px;
}

.photo .owl-next {
    right: -35px
}

.photo_more {
    position: absolute;
    bottom: -23px;
    right: 11px;
}

.bg01 {
    background: #FEE9D6
}

.landmark {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.landmark li {
    width: calc(100%/4 - 10px);
    text-align: center;
}

.landmark li a {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 140px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}


.landmark li a:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
}

.landmark li a:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 140px;
    border: 3px #FA5200 solid;
    position: absolute;
    width: 100%
}

.landmark li a img {
    width: 100%;
}

.landmark li strong {
    color: #fa5200;
    font-size: 1.688em;
}


.culture_main {
    border-radius: 10px;
    padding: 10px 1.5em;
    text-align: center;
    background: #F89C00;
    background-size: contain;
    position: relative;
    margin-top: 15px;
}

.culture_title h2 {
    background: url(../in_images/icon_title03.png) no-repeat;
}

.culture {}

.culture a {
    display: block;
}

.culture_main .bth {
    margin-top: 10px
}

.culture .item {}

.culture .item strong {
    background: #FA5200;
    border-radius: 1em;
    color: #fff;
    font-size: 1.25em;
    padding: 2px 1em;
    display: inline-block;
    margin-bottom: 10px;
}

.culture .item a {
    border: 3px #fff solid;
    border-radius: 10px;
}

.culture_main .culture a {

    padding-bottom: 72%;
}

.culture_main .culture a:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
}

.culture_main .culture .item a>div {
    background-size: cover;
}

.culture .item dl {
    background: #fff;
    border-radius: 2em;
    padding: 10px;
}

.culture .item dd {

    color: #000;

    font-weight: bold;

    margin-bottom: 5px;
}

.culture .item dt {
    color: #d93f00;
}

.culture .item dt:before {
    content: "";
    width: 18px;
    height: 24px;
    background: url(../in_images/icon_map.png) 0 3px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    /* padding: 5px 0; */
    /* margin-top: 4px; */
}

.service_title h2 {
    background: url(../in_images/icon_title04.png) no-repeat;
}

.service {
    border: 1px #D1CCCA solid;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.service li {
    width: 50%;
    text-align: center;
    padding: 12px 0;
}

.service li a {
    width: 96px;
    height: 95px;
    background: #F89C00;
    border-radius: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.service li a:hover {
    background: #fa5200;
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
}

.service li a img {}

.service strong {
    color: #d93f00;
    display: inline-block;
    font-size: 1.25em;
}

.service li:nth-of-type(1),
.service li:nth-of-type(2) {
    border-bottom: 1px #D1CCCA solid;
}

.service li:nth-of-type(1),
.service li:nth-of-type(3) {
    border-right: 1px #D1CCCA solid;
}

.links_title h2 {
    background: url(../in_images/icon_title05.png) no-repeat;
}

.links {}

.links li {
    margin-bottom: 10px;
}

.links li a {
    background: #F89C00;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3em;
    color: #373737;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.links li a:hover {
    background: #FA5200;
    transform: translate3d(0, -2px, 0);
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.links li a img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    border: 2px #f89c00 solid;
    margin-right: 10px;
}

.links li a:hover {}

.responsive img {
    max-height: 60px;
}