html, body {height: 100%;}
body {
    font-size: 17px;
    color: #1a1a1a;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fffef9;
    opacity: 0;
    -webkit-animation: fadein 1s .5s forwards;
       -moz-animation: fadein 1s .5s forwards;
        -ms-animation: fadein 1s .5s forwards;
         -o-animation: fadein 1s .5s forwards;
            animation: fadein 1s .5s forwards;
}

::selection {
    text-shadow: none;
}
sub {
    font-size: 65%;
}
pre{
	text-align: center;
	line-height: 2.4em;
}
i {font-style: italic;}

.olStyle_1 {list-style: decimal; margin-left: 1.5em; margin-bottom: 1em;}
.ulStyle_1 {list-style: disc; margin-left: 1.5em; margin-bottom: 1em;}

.wrapper {width: 100%; height: 100%;}
.wrapper > .header {width: 100%; height: 100%; position: relative; }
.wrapper > .header .upperNav {float: right; min-width: 615px; min-height: 40px; min-width: 365px; position: relative; z-index: 2;}
.wrapper > .header .upperNav .wrap {padding: 48px 0;}
.wrapper > .header .upperNav .wrap .col {float: left; margin: 0 7px; padding: 10px 0;}
.wrapper > .header .upperNav a {color: #b78f21; font-size: 90%; line-height: 40px;}
.wrapper > .header .upperNav .col.language { border: 3px solid #b78f21; padding: 0; background: rgba(255,255,255,0.8);}
.wrapper > .header .upperNav .language li {float: left; vertical-align: top;}
.wrapper > .header .upperNav .language a {color: #b78f21;  line-height: 100%; padding: 15px 15px; display: block; font-weight: 700;}
.wrapper > .header .upperNav .language a:hover, .wrapper > .header .upperNav .language li.current a { background: #b78f21; color: #fff; }

.wrapper > .header .upperNav .acc {color: #b78f21;}
.wrapper > .header .upperNav a.sitemap {display: inline-block; width: 28px; height: 28px; text-indent: -9999px; background: url(../images/icon-sitemap.png) no-repeat center / 100% ;}
.wrapper > .header .upperNav .socialMedia a.btn {border-radius: 0px; display: inline-block; width: 32px; height: 32px; text-indent: -9999px; background: transparent url(../images/icon-socialmedia.png) no-repeat center / 100% ;}
.wrapper > .header .logo {position: absolute; width: 12%; top: 3%; left: 2%; z-index: 2;}
.wrapper > .header .logo h3 {width: 100%;}
.wrapper > .header .logo h3 a {
    width: inherit; 
    background: url(../images/logo.png) no-repeat 0 0; 
    background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0;
    padding-top: 22%;
}
.wrapper > .header .mainGraphic {
   width: 100%;
height: 100%;
position: absolute;
background: url(../images/banner01.png) no-repeat right center/cover fixed;
padding: 6% 6%;
}
.mainGraphic .title{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}

.wrapper>.header .mainGraphic .title_1 img{width: 100%;}

.wrapper > .header .mainGraphic .title_1{
    position: absolute;
    width: 47%;
    right: 45%;
    bottom: 8%;
    filter: drop-shadow(3px 3px 8px rgba(0,0,0,0.5));
    z-index: 3;


}

.main .content  .content .wrap{
    width: 100%;
    /*padding: 50px 15% 50px 15%;*/
    text-align: center;
}



.main .content .content .wrap h2{
    color: #930E14;
    font-weight: 700;
    font-size: 140%;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
}

.main .content .content .wrap .smallword{
    font-weight: 700;
    font-size: 80%;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
}


.socialMedia .sf-menu ul {left: -8px; top: 128%;}
.socialMedia li a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background-color: #ff6030;
    border: none;
    border-radius: 50%;
}
.socialMedia li a:hover {background-color: #ec5122;}
.socialMedia .sf-menu ul li { border-radius: 50%; margin-bottom: 5px;}
.socialMedia li.nav1 {background: #4cb234;}
.socialMedia li.nav2 {background: #3b5998;}
.socialMedia li.nav3 {background: #cf682f;}
.socialMedia li.nav4 {background: #00aced;}
.socialMedia li.nav1 a {background: url(../images/line.png) no-repeat center; background-size: 50%;}
.socialMedia li.nav2 a {background: url(../images/fb.png) no-repeat center; background-size: 50%;}
.socialMedia li.nav3 a {background: url(../images/plurk.png) no-repeat center; background-size: 50%;}
.socialMedia li.nav4 a {background: url(../images/twitter.png) no-repeat center; background-size: 50%;}

/*主選單*/
.mainNav {
    display: block;
    background:rgba(255,255,255,0.1);
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    height: 85px;
    z-index: 2;
}

.mainNav .acc { position: absolute; color: #5F204D;}
.menu { display: block; text-align: center;
	background: #2b2c1c;
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.2);
}
.menu li {
    display: block;
    position: relative;
    z-index: 100;
    vertical-align: top;
    /*margin-left: -5px;*/
    border-right: 1px solid #393a29;
    width: 13.9%;
    float: left;
}

.menu li:first-child {margin-left: 0;}
.menu li:last-child {}
.menu li a {
    text-decoration: none;
    padding: 0 5px;
    display: block;
    color: #fdfae4;
    transition: all 0.2s ease-in-out 0s;
    font-size: 140%;
    width: 100%;
    height: 85px;
    background-repeat: no-repeat ;
    background-position: -87px 5px;
    letter-spacing: .5px;
    overflow: hidden;

    font-weight: 600;
}
.menu li a p {display: table; width: 100%; height: 100%;}
.menu li a p span {display: table-cell; vertical-align: middle;line-height: 1.3; color:#fdfae4; font-weight: 900;}
.menu li a p span.textBL {color: #fdfae4}

.menu li a:hover p span,
.menu li.current a p span{color: #fff;}

.menu li a:hover,
.menu li:hover>a,
.menu li.current a {color: #fff; background-color: #b78f21;}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}
.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #fff;
    background: #fff;
}
.menu ul li a:hover,
.menu ul li:hover>a { background: #FC6D58; color: #fff;}
.menu li:hover>ul { visibility: visible; opacity: 1; transform: translate(0, 0);}
.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.menu li>ul ul:hover {visibility: visible; opacity: 1; transform: translate(0, 0);}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background:#2b2c1c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.responsive-menu:hover { /*background: none;*/ color: #007894; text-decoration: none;}
a.homer { background: #FC6D58;}
.menu li.device {display: none;}

/*主選單 end*/

.arrowDown {position: absolute; bottom: 120px; left: 50%; margin-left: -28px; width: 56px; height: 56px; display: none;}
.arrowDown a { display: block; width: 100%; height: 100%; overflow: hidden; text-indent: -9999px; }
.arrowDown a:before {content: ""; display: block; width: 100%; height: 100%; background: url(../images/icon-arrowDown_3.png) center no-repeat; position: absolute;  background: #1A3A3E url(../images/icon-arrowDown_3.png) center no-repeat;
  border-radius: 50%;}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.bounce:before {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.main .content.normal { 
    max-width: 1280px;
    width: 80%;
 }
.main {
    padding: 0px 0px 0px;
    position: relative; 
    background: url('../images/begintexture.png../../common/images/main_bg.png') repeat-y;
	background-size: 100% auto;
    /* background-color: #FFF; */
    box-shadow: -3px -3px 13px rgba(0, 0, 0, 0.25)
        
}
.main:before{
    content: '';
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
    background: url(../../common/images/main_bg_deco.png) no-repeat 100%;
   
}

.main .acc { position: absolute; color: #007894; left: -20px;}
.main > .hd, .main > .content .section .wrap { width: 100%; position: relative; z-index: 2;}
.main > .hd .wrap { padding: 0px 10% 60px;text-align: center;}

.section_list{background-color: #F9F6ED;}

.content .section .wrap {padding: 0px 0px 60px; }
.content .section .gallery {width: 80%; margin: 0 auto; padding: 3% 0 0 46%; position: relative; min-height: 750px;}
.content .section .gallery > .Img {width: 50%; position: absolute; left: 0;}
.content .section .gallery > .Img img {width: 100%;}
.content .section .gallery .description, .content .section .gallery .part {color: #930E14; font-weight: bold; margin-bottom: 10px;}
.content .section .gallery .description span{border: 1px solid #D0121B; color: #D0121B; padding: 0 1%; font-size: 120%; font-family: serif; font-weight: bold;} 
.content .section .gallery .description a{color: #4c9f95; text-decoration: underline;}
.content .section .gallery .description a:hover {color: #3A3535;}
.content .section .gallery .detail span{color: #D0121B; background-color: #52B1B6; border-radius: 50%; padding: 2px 5px; font-size: 100%; font-family: 'Arial'; font-weight: normal; margin-right: 5px;}
.content .section .gallery .detail span.two {padding: 2px;}
.content .section .gallery .detail {font-weight: bold; margin-bottom: 15px;}
.content .section .gallery .part span {background-color: #6D6C6F; color: #fff; margin-right: 2px; padding: 0 1%; font-family: serif; font-weight: bold; font-size: 120%;}
.content .section .gallery .detail a{color: #4c9f95; text-decoration: underline;}
.content .section .gallery .detail a:hover {color: #3A3535;}


.content .section .wrap .smallword {  }
.content .section.section_list .wrap{padding-top: 0px;padding-bottom: 0;}

.index .content .section .wrap, .index .main > .hd .wrap { padding: 0px 10% 60px 10%; }
.main > .hd h1 {
    color: #616F6E;
    font-weight: 700;
    font-size: 280%;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 25px;

}
.main > .hd h1:before {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 50%;
    margin-left: -50%;
    top: -15px;
    margin-top: -1px;
    background: #762163;
    z-index: -1;
}


.normal .fontSize {right: 0}
.fontSize { position: absolute; right: 5%; top: 50%; width: 50px; margin-top: -50px; z-index: 3;}
.fontSize li {display: inline-block;}
.fontSize li a {display: block;border-radius: 50%;width: 45px;height: 45px;background: #b78f21 center no-repeat;background-size: 60%;text-indent: -9999px;overflow: hidden;}
.fontSize li.sizeS a {background-image: url(../images/fontSizeDec.png); }
.fontSize li.sizeL a {background-image: url(../images/fontSizeInc.png); }
.index .fontSize {right: 8%;}
.main > .deco, .main > .hd .deco, .main .content .section .deco {background-size: 100% !important; position: absolute; transition: all 1.5s ease-out;}
.main > .hd .deco1  {
    left: 0; 
    bottom: -50px;
    width: 180px;
    height: 460px;
    background: url(../images/deco_1.png) no-repeat 0 0;
}

.main > .deco1 {
    left: 6.5%;
    top: 50px;
    width: 20%;
    height: 0;
    padding-bottom: 37%;
    background: url(../images/deco_1.png) no-repeat 0 0;
}
.main > .deco2 {
    left: 8%;
    bottom: 100px;
    width: 28%;
    height: 0;
    padding-bottom: 12%;
    background: url(../images/deco_2.png) no-repeat 0 0;
}
.main>.content { 
    font-size: 100%;
    line-height: 180%;
    position: relative;
    /*max-width: 1280px;*/
    margin: 20px auto 0 auto;
}
.main .content p { margin-bottom: 35px;/* text-shadow: 0 0 0.2em #fffde1, 0 0 0.2em #fffde1, 0 0 0.2em #fffde1; */ text-align: left;     font-weight: 500; color: #211f21}
.main .content .section {
    position: relative;
    z-index: 2;
    font-size: 110%;
    line-height: 2;
    padding-bottom: 50px
}
.main>.content >.content {padding-bottom: 15%;}


.main .content .section .wrap .smallword { font-size: 80%;}
.main .content .section h4 {font-size: 180%; font-weight: 700; margin-bottom: 30px; line-height: 150%; color: #335590;} 
.main .content .section.SelecttionList h4{
        margin-bottom: 0;
    text-align: center;
    font-size: 110%;
    padding: 8px;
    background-color: #a76b99;
    color: #FFF;
}
.main .content .section.SelecttionList h4 a{
    cursor: default;
    color: #fff;
}
.index .main .content .section_1 .wrap p:nth-child(2) {padding-left: 10%;}
.main .content .section_1 .deco1  {}
.main .content .section_1 .deco2  {}
.main .content .section_2 {min-height: 500px;}
.main .content .section_2 .wrap {/*padding-left: 50%;*/ position: relative;}
.main .content .section_2 .deco1  {
    left: 40%;
    margin-left: -375px;
    top: -50px;
    width: 750px;
    height: 717px;
    background: url(../images/deco_3.png) no-repeat 0 0;
}
.main .content .section_2 .deco2  {
    right: 5%; 
    bottom: 0;
    width: 128px;
    height: 98px;
    background: url(../images/deco_4.png) no-repeat 0 0;
    transition: all 3s ease-out;
}
.main .content .section_3 > .wrap {padding-bottom: 220px;}
.main .content .section_3 .deco1  {
    right: 0; 
    bottom: 0;
    width: 398px;
    height: 300px;
    background: url(../images/deco_5.png) no-repeat 0 0;
    transition: all 4s ease-out;
}
.main .content .section_3 .deco2  {
    left: 0; 
    bottom: -50px;
    width: 265px;
    height: 658px;
    background: url(../images/deco_6.png) no-repeat 0 0;
}

.innerPage .section .wrap { padding: 0px 10% 60px; }

.highLight {color: #1A3A3E;}

.content .brief {font-size: 110%;}
.content .brief > .wrap {
    padding: 0 0 50px;
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.selectionList .sec {position: relative;padding-top: 90px;}
.selectionList .sec em {position: absolute; top: -80px;}
.selectionList .sec > .wrap {
    max-width: 1440px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.selectionList .sec:nth-child(odd) {/*background: rgba(0,0,0,.1);*/}
.selectionList .sec h2 {
    font-size: 200%;
    color: #78ABAC;
    margin-bottom: 15px;
    line-height: 140%;
    width: 100%;
}
.selectionList .sec h3{
    color: #b78f21;
    font-size: 140%;
}
.selectionList ol {    
    margin-top: 5px;
    font-size: 90%;
    width: 75%;
    font-weight: 500;
}
.selectionList li {
    padding-left: 30px; 
    position: relative;
    font-size: 70%;
    color: #fff;
    line-height: 1.7;
}

.selectionList ol li:before {
    display: block;
    position: absolute;
    content: '';
    left: 5px;
    top: 14px;
    border-radius: 50%;
    background: #eef2e8;
    width: 5px;
    height: 5px;
}
.selectionList .sec > .wrap .content {
    padding: 0 52% 0 0;
    min-height: 300px;
}
.selectionList .sec > .wrap .content .Img {
    position: absolute;
    width: 47%;
    top: 8px;
    right: 0;
}
.selectionList .sec > .wrap .content .Img a, .selectionList .sec .row .Img a {display: block; position: relative; width: 100%;}
.selectionList .sec > .wrap .content .Img a img, .selectionList .sec .row .Img a img {/* padding: 5px; background: #bcb2a2; */ width: 100%;}
.selectionList .sec > .wrap .content .Img a:before, .selectionList .sec .row .Img a:before {
    display: block;
    position: absolute;
    content: '';
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #b78f21 url(../images/icon_search_2.png) no-repeat center;
    background-size: 50%;
    width: 35px;
    height: 35px;
    transition: all 1.5s ease-out;
}
.selectionList .sec > .wrap .content .Img a:hover:before, .selectionList .sec .row .Img a:hover:before {opacity: 1;}

.selectionList .sec .row .Img {width: 100%;}
.selectionList .sec:nth-child(even) > .wrap .content {padding: 0 0 0 52%; }
.selectionList .sec:nth-child(even) > .wrap .content .Img { right: auto; left: 0px;}
.selectionList .sec:nth-child(even) h2,
.selectionList .sec:nth-child(even) h3{ /*padding-left: 52%;*/width: 100%;}
.selectionList .sec:nth-child(even) ol{ /*margin-left: 52%;*/}
.selectionList .sec.clearAll > .wrap .content {position: relative; padding: 0; min-height: 300px;}
.selectionList .sec.clearAll > .wrap .content .Img {position: static; right: 0px; top: 0px; width: 100%; text-align: center;}
.selectionList .sec.clearAll > .wrap .content .Img a {width: 100%; display: inline-block;}
.selectionList .sec .row {padding: 0; margin: 0; /*border-bottom: 1px solid #C3B7A7;*/ }

/*列*/
.selectionList > .wrap {padding: 0 5% 60px; font-size: 0;} 
.selectionList .col {width: 50%; display: inline-block; font-size: 1.1rem; margin-bottom: 25px; padding: 10px; text-align: left;}
.selectionList .col .Img a {display: block; position: relative;}
.selectionList .col .Img a:before {
    display: block;
    position: absolute;
    content: '';
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #b73c19 url(../images/icon_search_2.png) no-repeat center;
    background-size: 50%;
    width: 35px;
    height: 35px;
    transition: all 1.5s ease-out;
}
.selectionList .col .Img a img {width: 100%;display: block;}
.selectionList .col h2 {
    font-weight: 700;
    font-size: 150%;
    /* margin-bottom: 1.7rem; */
    color: #FFF;
    line-height: 150%;
    background: rgba(0,105,125,0.8);
    padding: 20px 30px;
    cursor: pointer;
    min-height: 180px;
    position: relative;
    /* z-index: 5; */
}
.selectionList .col h2 span {font-size: 1.2rem; color: #FFC145; font-weight: 500;}


.selectionList .col h2:before {
    content: "簡介";
    display: block;
    background: rgba(255, 255, 255, .7);
    color:#1f2330;
    padding: 15px 20px;
    position: absolute;
    right: 20px;
    bottom: 25px;
    font-size: 65%;
    line-height: 100%;
}
.selectionList .col h2.nointro{cursor: default;}
.selectionList .col h2.nointro:before {display: none;}


.selectionList .col h2:hover:before {background: #58493b; color: #fff;}
.selectionList .col .content {position: relative;}
.selectionList .col .content .description {padding: 30px;margin: 0;display: none;background: #FFF;font-size: 95%; position: relative; box-shadow: 1px 1px 25px rgba(0,0,0,0.2)}
.selectionList .col .content .description:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10px;
}



.selectionList .sec > .wrap .bothSelection{overflow: hidden;/* margin-bottom: 50px; */}
.selectionList .sec > .wrap .bothSelection-title{padding-right:35px;}
.selectionList .sec > .wrap .bothSelection>li{width: 50%;float: left; padding: 0 15px 0 10px; }
.selectionList .sec > .wrap .bothSelection>li>.content{padding: 0;margin-bottom: 30px;min-height: 0;}
.selectionList .sec > .wrap .bothSelection>li>.content .Img{
    width: 95%;
    position: static;
    top: 0;
    right: 0;
}
/*.selectionList .sec > .wrap .bothSelection>li>.content .Img img{display: block;}
.selectionList .sec > .wrap .bothSelection>li h2{width: 100%;}
.selectionList .sec > .wrap.three-size .bothSelection>li{width: 33.3%;}
.selectionList .sec > .wrap.three-size .bothSelection>li>.content .Img{width: 100%;}
.selectionList .sec > .wrap.three-size h2,
.selectionList .sec > .wrap.three-size h3{padding-left: 0;}
.selectionList .sec > .wrap.three-size ol{margin-left: 0;}*/

.main .content p.font-kai{
    padding: 3%;
    background: #FDFCFA;
}

.triangle-top {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #6980fe transparent;
}

.sponsors {width: 100%; margin: 0 auto; position: relative; background: #241916; padding: 2%; text-align: center; border-bottom: 1px #39302d solid;}
.sponsors ul li {display: inline-block;}
.sponsors img {height: 45px;}

h4.topic {font-weight: 700; color: #b78f21; font-size: 120%;}
.siteMap {
    position: relative;
    z-index: 1;
}
.siteMap ul { padding: 0 10% 60px 10%;}
.siteMap ul li {display: inline-block; margin-bottom: 10px; width: 18%; vertical-align: top; text-align: left; margin-right: 5px;}
.siteMap ul li a {display: block; color: #fff; font-weight: 700; background: #b78f21; padding: 5px 15px 5px 35px; position: relative;}
.siteMap ul li a:hover {background-color: #616f6e;color: #fff;}
.siteMap ul li a:before {position: absolute; left: 15px; top: 5px;}
.siteMap ul li:nth-child(1) a:before {content: "1.";}
.siteMap ul li:nth-child(2) a:before {content: "2.";}
.siteMap ul li:nth-child(3) a:before {content: "3.";}
.siteMap ul li:nth-child(4) a:before {content: "4.";}
.siteMap ul li:nth-child(5) a:before {content: "5.";}
.siteMap ul li:nth-child(6) a:before {content: "6.";}
.siteMap ul li:nth-child(7) a:before {content: "7.";}
.siteMap ul li:nth-child(8) a:before {content: "8.";}
.siteMap ul li:nth-child(9) a:before {content: "9.";}
.siteMap ul li:nth-child(10) a:before {content: "10.";}


.tableBeautified_1 {margin: 0 0 50px;}
.tableBeautified_1.noMarginBt {margin: 0;}
.tableBeautified_1 table {width: 100%;}
.tableBeautified_1 th, .tableBeautified_1 td{padding: 5px 15px; border:1px solid #57585a;vertical-align: middle;}
.tableBeautified_1 th {    
    background-color:#3a3a3c;
    color: #FFF;
}

.tableBeautified_1 th:nth-child(1) {width: 60%;}
.tableBeautified_1 th:nth-child(2) {width: 20%;}
.tableBeautified_1 th:nth-child(3) {width: 20%;}


.tableBeautified_1 td:nth-child(2), .tableBeautified_1 td:nth-child(3) {text-align: center;}
.tableBeautified_1 tr:nth-child(odd) td {background: rgba(255, 255, 255, .5)}
.tableBeautified_1 tr:nth-child(even) td {background: rgba(255, 255, 255, .8)}

.kaiuFont { font-size: 105%;}




.relatedPage { display: none;}/*隱藏其他連結*/
.relatedPage li.current a.btn  { height: 55px; line-height: 55px; padding: 0 15px 0 45px; background: #001731; position: relative;}
.relatedPage li.current a.btn:before {
    position: absolute;
    left: 13px;
    top: 18px;
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background: url(../images/icon_the4.png) no-repeat;
    background-size: contain;
}
.relatedPage ul li a {width: 210px;}
.relatedPage .sf-menu ul li {background: #d99d5e; white-space: initial; border-top: 1px solid #E5AF77;}
.relatedPage .sf-menu ul li a:hover {background: #d69551;}

.textShadow_1 { text-shadow: 0 0 0.2em #fffde1, 0 0 0.2em #fffde1, 0 0 0.2em #fffde1;}


.listAll dl {width: 100%; padding: 20px 0; border-top: 1px solid #b9ae9b;}
.listAll dl:first-child {border-top: 0;}
.listAll dt {float: left; width: 66%; padding: 0 15px 0 0; position: relative;}
.listAll dt i {
    display: block; 
    position: absolute; 
    left: 0; 
    top: 5px; 
    width: 45px; 
    height: 55px; 
    line-height: 55px; 
    font-size: 130%; 
    color: #fff; 
    text-align: center;
    background: #484131;
    border-radius: 50%;
}
.listAll dt h2 {font-size: 130%; font-weight: 700; color: #013ca6;}
.listAll dt h2 a {text-decoration: underline;}
.listAll dt h2 a:hover {text-decoration: none;}
.listAll dt p {font-size: 90%; font-weight: 700; }
.main .content .listAll dt p {margin-bottom: 0;}
.listAll dt p span {padding-left: 15px; margin-left: 15px; position: relative;}
.listAll dt p span:before {
    display: block; 
    position: absolute; 
    left: 0px; 
    top: 3px; 
    width: 1px; 
    height: 15px;
    content: "";
    background: #82755e;
}
.listAll dt p span:first-child {padding-left: 0px; margin-left: 0px;}
.listAll dt p span:first-child:before {display: none;}
.listAll dd.uniCode { float: right; width: 33%;}
.listAll dd.uniCode p { padding: 5px 10px; background: #e5d2b1; border-radius: 5px; text-align: center; font-size: 90%; font-weight: 700;}

.listAll > .wrap {padding: 0 22%;}
.listAll table { word-break: break-word; margin: 20px 0;}
.listAll th, .listAll td {padding: 5px; border: 1px solid #E2C093;}
.listAll th {background: #007A97; color: #fff;}
.listAll tr:nth-child(odd) td {background: #EADCC9;}

h3.topic {    
margin: 16px 0;
    position: relative;
    color: #8b3f7a;
    text-align: center;
}
/*h3.topic:before, h3.topic.open:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cea14e transparent transparent transparent;
}*/
h3.topic a {  
    display: block;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 130%;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.SelecttionList h3.topic a {
    cursor: default;
    color: #d34736;
    font-size: 150%;
    display: inline-block;
}
.SelecttionList h3.topic a p {margin: 0;}

h5.topic {font-weight: 700; color: #6a3906; font-size: 120%;}

.img3_1 .description {padding-bottom: 85%;}

.externalLinks {margin-bottom: 5%;}
.externalLinks li {float: left; margin: 0 10px 10px 0; padding-left: 0;}
.externalLinks li a {display: block; border: 3px solid #294e8e; padding: 5px 15px; padding-right: 50px; color: #fff; background-color: #294e8e; position: relative;}
.externalLinks li a:hover { color: #294e8e; background-color: #fff;}
.externalLinks li a:before {
    display: block; 
    content: ""; 
    width: 15px; 
    height: 15px; 
    background: url(../images/icon-external.png);
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 12px;
}
.externalLinks li a:hover:before {background: url(../images/icon-external_blue.png);background-size: 100%;}

.embedVideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /* padding-top: 25px; */
    height: 0;
    margin: 3.5em 0;

}
.embedVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************accordion************/
.accordion {margin-bottom: 30px;}
.accordion h3 {
    margin: 0;
    background-color: #cea14e;
    border-radius: 5px;
    position: relative;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.accordion h3 a {
    display: block;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 130%;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}
.accordion h3:hover { background: #c7539f; }
.accordion h3.open  { background: #c7539f; }
.accordion h3.open a { background-position: 15px -125px; color: #fff;}
.accordion h3 + div { padding: 10px; }

.accordion h3:hover:before, .accordion h3.open:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c7539f transparent transparent transparent;
}
/* Pre hide sections with JavaScript on
--- */
.accordion h3+div {
  display: none;
}
/* CSS3 Animation example
--- */
.accordion h3 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    background: transparent;
    display: block!important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.accordion h3 + div > .content {
    padding-bottom: 30px !important;
    background: none !important;
}
.accordion h3.open + div {
  height: auto;
  background: transparent;
}

.accordion.default h3 a {
    background: url("../images/icon-accordion_d.png") 15px 13px no-repeat;
}

.accordion h3 i {color: #484131;}

.accordion table { word-break: break-word; margin: 20px 0; font-size: 80%;}
.accordion th, .accordion td {padding: 5px; border: 1px solid #E2C093;}
/************accordion end************/

/*逼不得已 index*/
.index .relatedPage {margin-right: 3%; border: 3px solid #fff;}
.index .relatedPage li.current a.btn  { background: transparent; color: #fff;}
.index .relatedPage .sf-menu a:hover {color: #fff;}
.index .relatedPage .sf-menu ul {left: -3px; border: 3px solid #fff; width: 216px;}
.index .relatedPage .sf-menu ul li:first-child {border-top: none;}
.index .relatedPage .sf-menu ul li a {width: 100%; line-height: 20px;}
.selectionList{position: relative;z-index: 1;}
/************footer************/
.footer {position: relative; z-index: 3; font-size: 80%;}
.footer .wrap {  
    background-color: #616F6E;
    color: #fff;
}
.footer .wrap a {color: #fff5f0;}
.footer .wrap a:hover {color: #fff;}
.footer .col-l { padding: 30px 15px 0; width: 50%;}
.footer .col-r {width: 50%;}
.footer .relatedLinks {padding: 0; border-left: 1px solid rgba(255,255,255,.1); display: flex;}
.footer .relatedLinks li {float: left; vertical-align: top; padding: 20px 2%; width: 20%; border-left: 1px solid rgba(0,0,0,.15); border-right: 1px solid rgba(255,255,255,.1);}
.footer .relatedLinks li a {text-align: center; display: block; padding-top: 80px; background: transparent no-repeat center 10px;}
.footer .relatedLinks li a:hover {background-position: center 5px;}
.footer .relatedLinks li.nav_map{display: none;}
.footer .relatedLinks li.nav1 a {background-image: url(../images/footerInfo_position.png);}
.footer .relatedLinks li.nav_map a {background-image: url(../images/footerInfo_map.png);}
/* .footer .relatedLinks li.nav_vr {display: none;} */
.footer .relatedLinks li.nav_vr a {background-image: url(../images/footerInfo_vr.png);}
.footer .relatedLinks li.nav2 a {background-image: url(../images/footerInfo_1.png);}
.footer .relatedLinks li.nav3 a {background-image: url(../images/footerInfo_2.png);}
.footer .relatedLinks li.nav4 a {background-image: url(../images/footerInfo_3.png);}
.footer .relatedLinks li.nav5 a {background-image: url(../images/googlePlay.png);}
.footer .relatedLinks li.nav6 a {background-image: url(../images/appStore.png);}
.footer .socialMedia { padding: 15px; display: none; border-top: 1px solid rgba(0,0,0,.15); clear: both;}
.footer .socialMedia > .wrap {width: 230px; margin: 0 auto;}
.footer .socialMedia h4 {display: inline-block;}
.footer .socialMedia li {display: inline-block; vertical-align: top; padding: 0 2%; width: 25%; margin-left: -5px; background-color: transparent;}
.footer .socialMedia li a {display: block; background: transparent no-repeat center 9px; text-indent: -9999px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5);}
.footer .socialMedia li a:hover {background-color: #fff; background-position: center 115%;}
.footer .socialMedia li.nav1 a {background-image: url(../images/socialMedia_1.png);}
.footer .socialMedia li.nav2 a {background-image: url(../images/socialMedia_2.png);}
.footer .socialMedia li.nav3 a {background-image: url(../images/socialMedia_3.png);}
.footer .socialMedia li.nav4 a {background-image: url(../images/socialMedia_4.png);}
.footer .copyR {position: relative; padding: 0 0 0 15px; text-align: left; clear: right;}
.footer .copyR p {line-height: 180%;}
.footer .copyR .Logo90 {position: absolute; left: 0; top: 0; width: 70px;}
.footer .copyR .Logo90 img {width: 100%;}
.footer .acc {position: absolute; left: 0px; top: 0px;}

/*Back to top button */
.back-top { position: fixed; bottom: 200px; right: 30px; margin-left: 0px; z-index: 9; display: none;}
.back-top a {
    width: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
}
.back-top a:hover {}
.back-top span {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #b78f21;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    line-height: 60px;
}
.back-top a:hover span {opacity: 1;}

/*表格*/
.tableStyle {display: table; width: 100%; margin-bottom: 100px;}
.tableStyle dl {display: table-row; color: #977f3c}
.tableStyle dl dt, .tableStyle dl dd {display: table-cell; padding: 15px 10px;vertical-align: middle;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tableStyle.table_1 {width: 80%; margin: 0 auto;}
.tableStyle.table_1 dt, .tableStyle.table_1 dd {text-align: center;}
.tableStyle.table_1 .tableTitle dt {background: #b78f21;color: #fff;font-weight: 700; font-size: 1.3em; padding: 10px 10px;}
.tableStyle.table_1 .tableTh dt {background: #2b2c1c; color: #fdfae4; }
.tableStyle.table_1 dl dt:nth-child(1), .tableStyle.table_1 dl dd:nth-child(1) {width: 8%;}
.tableStyle.table_1 dl dt:nth-child(2), .tableStyle.table_1 dl dd:nth-child(2) {width: 84%; text-align: left;}
.tableStyle.table_1 dl dt:nth-child(3), .tableStyle.table_1 dl dd:nth-child(3) {width: 8%; }
.tableStyle.table_1 dl:nth-child(even) dd {background-color: rgba(255,255,255,0.5);}
.tableStyle.table_1 dl:nth-child(odd) dd {background-color: rgba(238,239,220,0.5);}

.tableStyle.table_1 a{color: #88670d; cursor: pointer; }
.tableStyle.table_1 a:hover{color: #45490f; text-decoration: underline;}





/*zoom*/
ul#thumblist{display:block;}
ul#thumblist li{margin-bottom:20px;list-style:none;}
ul#thumblist li a{display:block;border:1px solid #CCC;}
ul#thumblist li a.zoomThumbActive{border:1px solid red;}
ul#thumblist img {width: 115px;}
.jqzoom {
    text-decoration:none;
    float:left;
    width: 100%;
    height: 100%;
}
.thumblistContain {  
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px;
}
.jqzoomContain, .zoomWindow, .zoomWrapper {width: 100% !important; height: 100% !important;}
.zoomPad > img {height: 100%;}


#inline_content_photo > #content {width: 100%; height: 100%;}
.PhotoZoomSlider {width: 100%; height: 100%; position: fixed; background: #000; padding-bottom: 115px;}
.PhotoZoomSlider > .align_center {/*height: inherit;*/width: 100%; height: 100%; vertical-align: middle;}
.PhotoZoomSlider > .align_center img.cloudzoom {max-width:100%; max-height: 100%; }

/*zoom end*/

/*animation*/
@keyframes fadein {from { opacity: 0; } to { opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}
/* Internet Explorer */
@-ms-keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
/* Opera < 12.1 */
@-o-keyframes fadein {from { opacity: 0; } to { opacity: 1; }}
/*animation end*/

/*360環景效果*/

#panorama {
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.panoramaContent #cboxClose{
    background: url(../../common/images/close-button.png) no-repeat center/contain;
}

#panorama>ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 100px);
    margin-bottom: 0;
}

#panorama>ul .box {
    width: 100vw;
    height: calc(100vh - 100px);
    position: relative;
}

#panorama .box .viewer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: repeat-x;
    cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important;
}

#panorama .box .title{
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

#panorama .slick-arrow {
    z-index: 9999;
}

#panorama .slick-prev {
    left: 10px;
}

#panorama .slick-next {
    right: 10px;
}

#panorama .slick-dots li{
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 10px;
}
#panorama .slick-dots li>button{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #c3bcaf;
}
#panorama .slick-dots li>button::before{
    display: none;
}
#panorama .slick-dots li.slick-active>button{
    background-color: #e60036;
}

@media screen and (max-width: 768px){
    #panorama .slick-dots {
        bottom: -80px;
        top: auto;
    }
}
@media screen and (max-width: 480px){
    #panorama .slick-dots {
        bottom: -50px;
        top: auto;
    }
    #panorama .slick-dots li{
        width: 25px;
        height: 25px;
        margin: 0 5px;
    }
}
@media screen and (max-height: 768px){
    #panorama>ul{
        top: calc((100% - 500px)/2);
        height: 500px;
    }
    #panorama>ul .box{
        height: 500px;
    }
}
@media screen and (max-height: 600px){
    #panorama>ul{
        top: calc((100% - 400px)/2);
        height: 400px;
    }
    #panorama>ul .box{
        height: 400px;
    }
}


#main .section>.wrap{
    width: 80%;
    margin: auto;
}



/*方格動畫*/
#gridItemBox{overflow: hidden;}
#gridItemBox>ul{overflow: hidden;position: relative;width: 100%;height: 0;padding-bottom: 40%;}
#gridItemBox>ul>li{height: 0; padding-bottom: 40%; display: inline-block;float: none;
-webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
-moz-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
-o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
-ms-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#gridItemBox>ul>li.col-l{width: 40%;}
#gridItemBox>ul>li.col-s{width: 20%;}

#gridItemBox .gridItem{width:100%;height:0;padding-bottom:100%;position:relative;display: block;}
#gridItemBox .gridItem>.gridItem-pic{padding:4px;width:100%;height:100%;position:absolute;}
#gridItemBox .gridItem>.gridItem-pic figure{width:100%;height:100%;position:relative;overflow:hidden;}
#gridItemBox .gridItem>.gridItem-pic figure figcaption{color:#231815;padding:15px;background-color:#f2ab82;bottom:0;width:100%;position:absolute;font-size:105%;}
#gridItemBox .gridItem>.gridItem-pic figure>img{width:100%;}
#gridItemBox .gridItem.open>.gridItem-pic figure figcaption{background-color:#da5d52;color:#f7ef95;}
#gridItemBox .gridItem>.gridItem-pic .openBtn{width: 100%;height: 100%;position: absolute;top: 0;left: 0;text-indent: -9999px;}

#gridItemBox .gridItem>.gridItem-info{position:absolute;width:0%;height:100%;left:100%;top:0;z-index:99;padding:4px;display:none;opacity:0;}
#gridItemBox .gridItem>.gridItem-info>.box{width: 100%;height: 100%;background: #da5d52;padding: 30px;color: #fff;position: relative;}
#gridItemBox .gridItem>.gridItem-info>.box h4{color:#f7ef95;padding-right:10px;font-size: 150%;margin-bottom:0 ;display: block;}
#gridItemBox .gridItem>.gridItem-info>.box ol{list-style: disc;padding-left: 30px;margin: 10px 0;display: block;font-size:90%;}
#gridItemBox .gridItem>.gridItem-info>.box p{margin-bottom: 80px;}

#gridItemBox .gridItem>.gridItem-info>.box .item-con{width: 100%; height: calc(100% - 75px - 115px);overflow: auto;}

#gridItemBox>ul>li.col-s .gridItem>.gridItem-info{width:0%;height: 200%;top:-100%;}
#gridItemBox>ul>li.col-s .gridItem:first-child>.gridItem-info{top:0;}

#gridItemBox .gridItem>.gridItem-info .closeBtn{position:absolute;width:30px;height:30px;display:block;top:20px;right:20px;text-indent:-9999px;  background: url(../images/close-button.png) no-repeat center/contain;}
#gridItemBox .gridItem>.gridItem-info .openview{position:absolute;width:100%;text-align:center;left:0;bottom:0;padding: 10px 0 20px;background:#da5d52;}
#gridItemBox .gridItem>.gridItem-info .openview>.openviewBtn{padding: 10px 20px;border: 1px #fff solid;display: inline-block;}
#gridItemBox .gridItem>.gridItem-info .openview>.openviewBtn>span{color: #fff;}
#gridItemBox .gridItem>.gridItem-info .openview>.openviewBtn>span::before{content: '';width: 20px;height: 20px;background: url(../images/icon_search_2.png) no-repeat center/contain;display: inline-block;vertical-align: middle;margin-right: 10px;}

@media screen and (max-width: 1024px) {
    #gridItemBox>ul{height:auto;padding-bottom:0;}
    #gridItemBox>ul>li{width:100%;height:auto;padding-bottom:0;}
    #gridItemBox>ul>li.col-l,#gridItemBox>ul>li.col-s{width:100%;overflow:hidden;display:block;}
    
    #gridItemBox>ul>li.col-l>.gridItem,#gridItemBox>ul>li.col-s>.gridItem{
        width:auto;height:auto;padding:4px;
    }
    
    #gridItemBox>ul>li.col-l>.gridItem .gridItem-pic{padding:0;width:100%;height:0;padding-bottom:100%;position:relative;}
    
    #gridItemBox .gridItem>.gridItem-pic figure{position:absolute;}
    
    #gridItemBox>ul>li.col-l .gridItem>.gridItem-info,
    #gridItemBox>ul>li.col-s .gridItem>.gridItem-info,
    #gridItemBox>ul>li.col-s .gridItem:first-child>.gridItem-info{
        position: relative;
        opacity: 1;
        display: none;
        width: 100%;
        height: auto;
        padding: 0;
        left: 0;
        top: 0;
        padding-top: 8px;
    }
    
    #gridItemBox>ul>li.col-s .gridItem>.gridItem-info{
        width: calc(200% + 8px);
        margin-left: calc(-100% - 8px);
    }
    #gridItemBox>ul>li.col-s .gridItem:first-child>.gridItem-info{
        width: calc(200% + 8px);
        margin-left: 0;
    }
    #gridItemBox>ul>li.col-s>.gridItem{
        width: 50%;display: inline-block;vertical-align: top;
    }
    #gridItemBox>ul>li.col-s>.gridItem .gridItem-pic{padding:0;width:100%;height:0;padding-bottom:100%;position:relative;}
    
    #gridItemBox .gridItem>.gridItem-info>.box{height: auto;}
    #gridItemBox .gridItem>.gridItem-info>.box .item-con{height: auto;}
    #gridItemBox .gridItem>.gridItem-info .openview{position: static;}
}

@media screen and (max-width: 768px){
    #main .section>.wrap{width: 100%;}
}
@media screen and (max-width: 767px){
    #gridItemBox>ul>li.col-s>.gridItem{
        display: block;
        width: auto;
    }
    #gridItemBox>ul>li.col-s .gridItem>.gridItem-info,
    #gridItemBox>ul>li.col-s .gridItem:first-child>.gridItem-info{
        width: 100%;
        margin: 0;
    }
}

/*邀請加入FB功能*/

#joinfbBox{
    background-color: #e3dabd;
    background-image: url(../../common/images/lightbox_03.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-size: 48%;
    width: 100%;
    height: 100%;
    padding: 50px 30px 30px;
    position: relative;
}
#joinfbBox .radomBox{}
#joinfbBox .radomBox>li{
    display: none;
}
#joinfbBox .radomBox>li .box{
    /* text-align: center; */
    padding: 3% 7%;
}
#joinfbBox .radomBox>li .box h5{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
#joinfbBox .radomBox>li .box p{
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 30px;
}
#joinfbBox .radomBox>li .box a{
    color: #cf4749;
}
#joinfbBox .radomBox>li .box a:hover{
    color: #932f26;
}
#joinfbBox .radomBox>li .box .fblinkBox{
    position: relative;
    /* margin: auto; */
    width: 300px;
    height: 70px;
}

#joinfbBox .radomBox>li .box .fblinkBox>iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.joinfbContent #cboxClose{
    background: url(../../common/images/close-button-black.png) no-repeat center/contain;
    top: 30px;
    right: 30px;
}
@media screen and (max-width: 768px){
    #joinfbBox{background-position:90% 93%;}
    #joinfbBox .radomBox>li .box{padding: 0 5%;}
    #joinfbBox .radomBox>li .box h5{margin: 15px 0;}
    #joinfbBox .radomBox>li .box p{margin-bottom: 15px;}
}
@media screen and (max-width: 767px){
    #joinfbBox{
        background-image: none;
        height: auto;
    }
    #joinfbBox .radomBox{
        width: 100%;
    }
    .joinfbContent #cboxClose{
        top: 20px;
        right: 10px;
    }
}
@media screen and (max-width: 480px){
    #joinfbBox{
        padding: 30px 15px 15px;
    }
    .joinfbContent #cboxClose{
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    #joinfbBox .radomBox>li .box{
        padding: 5% 0;
    }
    #joinfbBox .radomBox>li .box h5{
        font-size: 20px;
    }
    #joinfbBox .radomBox>li .box p{
        font-size: 16px;
    }
    #joinfbBox .radomBox>li .box .fblinkBox{
        margin: auto;
    }
}

@media screen and (max-width: 320px){
    #joinfbBox .radomBox>li .box .fblinkBox{width: 100%;}
}
/*-----vedio----*/
.main .section { width: 100%; position: relative; z-index: 2; padding: 160px 15% 50px; margin-top: 1px;}
.main .section .hd > .wrap { padding: 0px 0 35px 0;}

.main .section .hd h1 {color: #88670d; font-weight: 700; font-size: 310%; text-align: center; padding: 40px 0 0 0; position: relative;}
.main .section .hd h1:before {
    display: block;
    content: "";
    position: absolute;
    width: 230px; 
    height: 1px;
    left: 50%;
    top: 25px;
    margin-left: -115px;
    background: #3b5998;
}
.main .section .hd h1:after {
    display: block;
    content: "";
    position: absolute;
    width: 140px;
    height: 120px;
    left: 50%;
    top: -80px;
    margin-left: -70px;
    background-repeat: no-repeat;
    background-color: #f3ecdb;
    background-position: center;
    background-size: 80%;
}
.main .section_1 .hd h1:after {background-image: url(../images/.png);}
.main .section_2 .hd h1 {color: #fff;}
.main .section_2 .hd h1:before {background: #fff;}
.main .section_2 .hd h2 {    
    background: url('../images/begin-title.png') no-repeat center;
	background-size: 100%;
	color: #88670d; font-weight: 700; font-size: 170%; text-align: center; padding: 6px 0 0 0;
    height: 89px;
    width: 386px;
	line-height: 89px;
	margin: 0 auto;
}
.main .section_3 .hd h1:after {
    background-image: url(../images/icon_h1_3.png);
	background-color: none;
    top: -20px;
    height: 177px;
    width: 100%;
    margin-left: -85px;
}
.fontSize { position: absolute; right: 0; top: -162px; width: 50px; z-index: 3;}
.fontSize li {display: inline-block;}
.fontSize li a {display: block; border-radius: 50%; width: 45px; height: 45px; background: #d8271c center no-repeat; background-size: 60%; text-indent: -9999px; overflow: hidden;}
.fontSize li.sizeS a {background-image: url(../images/fontSizeDec.png); }
.fontSize li.sizeL a {background-image: url(../images/fontSizeInc.png); }
.main .section .deco {background-size: 100% !important; /*position: absolute;*/ transition: all 1.5s ease-out;}
.main .section .deco1  {
    /*left: 0; 
    bottom: -50px;*/
    width: 50%;
    height: 0;
    padding-top: 40%;
    margin: 0 auto;
    background: url(../images/deco_1.png) no-repeat 0 0;
}
.main .section p { font-size: 120%;}
.main .section.section_2 {background:url('../images/begintexture-top.png') no-repeat,url('../images/begintexture.png') repeat-y center top;background-size: 100% auto;color: #88670d;}
.main .content {line-height: 180%; position: relative;}
/*.main .section.section_2 .content:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    background: #2f2f2e;
    z-index: 2;
    bottom: 0;
}*/
.main .section.section_2 .videoCarousell {position: relative;}
/*.main .section.section_2 .videoCarousell:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 100%;
    background: #2f2f2e;
    z-index: 2;
    top: 0;
}*/




.highLight {color: #7d0000;}

.content .brief {font-size: 110%;}
.content .brief > .wrap {padding: 0 15% 60px 15%;}
.selectionList .sec {position: relative;}
.selectionList .sec > .wrap {padding: 60px 15%;}
.selectionList .sec:nth-child(odd) {background: #d9d1c6 url(../images/secBg.jpg);}
.selectionList .sec h2 {font-size: 200%; color: #7d0000; font-weight: 700; margin-bottom: 40px; line-height: 140%;}
.selectionList .sec h2 i {font-size: 55%;}
.selectionList .sec ol { margin-bottom: 40px;}
.selectionList .sec ol li {padding: 0 0 0 25px; background: url(../images/listIcon_1.jpg) no-repeat 5px 10px; color: #6a3906; font-size: 120%; font-weight: 700;}
.selectionList .sec > .wrap .content {position: relative; padding: 0 50% 0 0; min-height: 300px;}
.selectionList .sec > .wrap .content .Img {position: absolute; right: 0px; top: 0px; width: 45%;}
.selectionList .sec > .wrap .content .Img a, .selectionList .sec .row .Img a {display: block; position: relative; width: 100%;}
.selectionList .sec > .wrap .content .Img a img, .selectionList .sec .row .Img a img {padding: 5px; background: #bcb2a2; width: 100%;}
.selectionList .sec > .wrap .content .Img a:before, .selectionList .sec .row .Img a:before {
    display: block;
    position: absolute;
    content: '';
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #7d0000 url(../images/icon_search_2.png) no-repeat center;
    background-size: 50%;
    width: 35px;
    height: 35px;
    opacity: .7;
    transition: all 1.5s ease-out;
}
.selectionList .sec > .wrap .content .Img a:hover:before, .selectionList .sec .row .Img a:hover:before {opacity: 1;}
.selectionList .sec .row .Img {width: 30%;}
.selectionList .sec:nth-child(even) > .wrap .content {padding: 0 0 0 50%;}
.selectionList .sec:nth-child(even) > .wrap .content .Img { right: auto; left: 0px;}
.selectionList .sec_2 {background: url(../images/deco_2.png) no-repeat right bottom; background-size: 200px;}
.selectionList .sec_2:before {
    display: block;
    position: absolute;
    content: '';
    right: 5%;
    top: 40px;
    background: url(../images/deco_5.png) no-repeat;
    width: 73px;
    height: 67px;
}
.selectionList .sec_4 {background: url(../images/deco_6.png) no-repeat left bottom; }

.selectionList .sec.clearAll > .wrap .content {position: relative; padding: 0; min-height: 300px;}
.selectionList .sec.clearAll > .wrap .content .Img {position: static; right: 0px; top: 0px; width: 100%; text-align: center;}
.selectionList .sec.clearAll > .wrap .content .Img a {width: 25%; display: inline-block; margin: 10px;}

.selectionList .sec .row {padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid #C3B7A7; }


.selection .selectionInfo {padding: 0 15%;}
.selection .selectionInfo h3 {color: #3b5998; font-size: 120%; margin-bottom: 15px;}
.selection .selectionInfo h2 {color: #3b5998; font-size: 170%; margin-bottom: 15px;}
.selection .selectionInfo strong { font-size: 120%; margin-bottom: 15px; font-weight: 100; display: block;}
.videoCarousell iframe{
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
}
.videoCarousell{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	padding-bottom: 56%;
}
.begin{
	background: url('../images/beginimg.png') no-repeat left top;
	background-size: auto 100%;
}
.footer {
width: 100%;
background: #2b2c1c;
padding: 30px 0;
text-align: center;
	font-size: 80%;
position: relative;
z-index: 3;
}
.copyright {
	float: left;
width: 100%;
line-height: 24px;
text-align: center;
padding: 20px 0;
margin-top: 20px;
background: #2b2c1c;
color: #fff;
margin: 0;
padding: 0;
	padding-bottom: 20px;
}
.main .section.section_3,.main .section.route {
background: url('../images/begintexture.png') repeat-y center top;
background-size: 100% auto;
color: #88670d;
	padding-top: 50px;
}
.map{
	width: 100%;
	padding-bottom: 53%;
	margin: 0 auto;
	background:  url('../images/map.png') no-repeat center bottom;
	background-size: 100%;
	margin-bottom: 30px;
	/*padding-top:85px;*/
}
.main .section.section_3 h2{
	background: url(../images/L_arrowsA_green.png) no-repeat right/contain;
	color: #2b2c1c;
	font-size: 200%;
	padding-right: 60px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
	line-height: 1em;
}
.main .section  p.location{
	font-size:110%;
	line-height: 1.7em;
}
.main .section  p.location span.time{
	font-size:80%;
	margin-top: 10px;
	display: inline-block;
	line-height: 1.5em;
}
.main .section_4{
	background: url('../images/newsbk.jpg') repeat-y;
	background-size: 100% auto;
	padding: 100px 15% 200px;
}
.main .section_4 .hd h1 {color: #88670d; font-weight: 700; font-size: 310%; text-align: center; padding: 40px 0 0 0; position: relative;}
.main .section_4 .hd h1:before {
    display: block;
    content: "";
    position: absolute;
    width: 230px; 
    height: 2px;
    left: 50%;
    top: 25px;
    margin-left: -115px;
    background: #88670d;
}
.main .section_4 .hd h1:after {
    display: none;
    content: "";
    position: absolute;
    width: 140px;
    height: 120px;
    left: 50%;
    top: -80px;
    margin-left: -70px;
    background-repeat: no-repeat;
    background-color: #88670d;
    background-position: center;
    background-size: 80%;
}
.main .section.unit01{background:url('../images/unit01bk.png')no-repeat center 65px/1000px auto,url('../images/begintexture.png') repeat-y center top/ 100% auto;color: #88670d;}
.main .section.unit02{background:url('../images/unit02bk.png')no-repeat center 40px/1000px auto,url('../images/begintexture.png') repeat-y center top/ 100% auto;color: #88670d;}
.main .section.unit03{background:url('../images/unit03bk.png')no-repeat center 30px/1000px auto,url('../images/begintexture.png') repeat-y center top/ 100% auto;color: #88670d;}
.main .section_2_1 .hd h1 {color: #fff;}
.main .section_2_1 .hd h1:before {background: #fff;}
.main .section_2_1 .hd h2 {    
    background: url('../images/unit-title-bk.png') no-repeat center;
	background-size: 250px auto;
	color: #88670d; font-weight: 700; font-size: 140%; text-align: center; padding: 6px 0 0 0;
    height:110px;
	margin: 0 auto;
	line-height: 100px;
}
.main .content .unit1{
	margin-bottom: 50px;
}
.main .content .unit2{
	margin-top:100px;
	margin-bottom: 50px;
}
.main .content .unit1 p,.main .content .unit2 p,.main .content .unit3 p{
	font-size: 120%;
	color: #896912;
	margin-bottom: 0;
	text-indent: 2em;
	font-weight: 600;
	line-height: 1.7em;
}

.collection-wrap{
	background:url('../images/frame-top.png') no-repeat center top, url('../images/frame-bottom.png') no-repeat center bottom;
	background-size: 100% auto;
	padding: 7.2% 0;
}
.collection{
	background:url('../images/frame-bk.png')repeat-y center top;
	background-size: 100% auto;
	padding:2%  5% ;
}
/*--
.c1-1{
	display: block;
	text-align: center;
	position: absolute;
	left:5%;
	bottom:0;
	width: 38%
}
.c1-2{
	display: block;
	text-align: center;
	position: absolute;
	right:5%;
	bottom:0;
	width: 48%;
}
.c1-3{
	display: block;
	text-align: center;
	position: absolute;
	left:5%;
	top:0;
	width: 21%;
}
.c1-4{
	display: block;
	text-align: center;
	position: absolute;
	left:30%;
	top:0;
	width: 30%
}
---*/

.text1_1{
	background: url('../images/title1-1.jpg') no-repeat left 10px/auto 150px;
	padding:0 20px 0 80px;
	min-height: 150px;
	overflow: visible;
}
.text1_2{
	background: url('../images/title1-2.jpg') no-repeat right 10px/auto 150px;
	padding:0 80px 0 20px;
	min-height: 150px;
	overflow: visible;
}
.text1_3{
	background: url('../images/title1-3.jpg') no-repeat left 10px/auto 150px;
	padding:0 20px 0 80px;
	min-height: 180px;
	overflow: visible;
}
.text2_1{
	background: url('../images/title2-1.jpg') no-repeat left 10px/auto 150px;
	padding:0 20px 0 100px;
	min-height: 150px;
	overflow: visible;
}
.text2_2{
	background: url('../images/title2-2.jpg') no-repeat right 10px/auto 150px;
	padding:0 100px 0 20px;
	min-height: 150px;
	overflow: visible;
}
.text2_3{
	background: url('../images/title2-3.jpg') no-repeat left 10px/auto 150px;
	padding:0 20px 0 100px;
	min-height: 150px;
	overflow: visible;
}
.text3_1{
	background: url('../images/title3-1.jpg') no-repeat left 10px/auto 150px;
	padding:0 20px 0 100px;
	min-height: 150px;
	overflow: visible;
}
.text3_2{
	background: url('../images/title3-2.jpg') no-repeat right 10px/auto 150px;
	padding:0 100px 0 20px;
	min-height: 150px;
	overflow: visible;
}
.text3_3{
	background: url('../images/title3-3.jpg') no-repeat left 10px/auto 150px;
	padding:0 20px 0 100px;
	min-height: 150px;
	overflow: visible;
}
.main .content .article p{
	color: #88670d; 
	font-size: 110%;
	font-weight: normal;
	text-indent: 2em;
	line-height: 2em;
	text-align: left;
	margin-bottom: 0;
}
.photo{
	width:100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #88670d; 
	padding-bottom: 50px;
}
.coll{background:url(../images/begintexture.png) repeat-y center top/ 100% auto;color: #88670d;}
.collection-detail{
	background: url('../images/detail-bk.jpg')repeat;
	padding: 5%;
}
.collect-info{
	background: #e6e6c4;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.collect-title{
	color: #88670d;
	font-size: 200%;
	font-weight: bold;
	border-bottom: 1px solid #88670d;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.collect-title span{
	line-height: 33px;
	display: inline-block;
	font-weight: bold;
}

.info{
	font-size: 90%;
	width: 100%;
	text-align: center;
}
.info span {
	margin-left: 10px;
	display: block;
}
.main .section .collect-article{
	padding-bottom: 3%;
}
.main .section .collect-article p{
	font-size: 110%;
	color: #88670d;
	text-indent: 2em;
	margin-bottom: 10px;;
}
.lou_lable{
	margin-bottom: 30px;
	margin-top: 20px;
}
.lou_lable a{
	display: inline-block;;
	background: #cbbd79;
	color: #fff;
	padding: 8px 20px;
	margin-right: 20px;
margin-bottom: 20px;
}
.lou_lable a.on{
	background: #b78f21;
}
.lou-maps img{
	width: 100%;
}
.ticket{
	background-color: rgba(255,255,255,0.2);
	font-size: 12px;
	padding: 15px 30px;
}
.ticket em{
	display: block;
	font-weight: bold;
	margin: 10px 0 5px;;
}
.t2{
	letter-spacing: -0.35em;
}
.route{
	/*padding-top: 100px;*/
margin: 0 auto;
}
.collection a{
	width: 20%;
	margin-left: 4%;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-top: 3em;
	padding-bottom: 3em;
}
.main .content .collection a p{
	color: #88670d; 
	display: block;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	background: url('../images/search.png') no-repeat right top;
	background-size: 21px;
	padding:0 32px;
	line-height: 1.4em;
	height: 2.8em;
	position: absolute;
	bottom: 0;
	width: 100%;
	left:0;
	margin-bottom: 0;
}
.collection  a span{
	/*display: block;
background: #e6e6c4;
width: 100%;
	padding-bottom:60%;
overflow: hidden;
border: 1px solid #b1a163;
text-align: center;
vertical-align: middle;
position: relative;*/
}
.collection a img{
	/*position: absolute;
    left: 0%;
	bottom: 0;
    text-align: center;*/
	width: 100%;
	}
.collection .row1 a{
	width: 45%;
    margin-bottom: 45px;
    margin: 0 2% 30px;
}
.main .content .collection  .row1 a p{
	width: auto;
	left: 50%;
	margin-left: -25%;
}
