@charset "utf-8";

body{ 
	overflow-x:hidden;
}

.footer{
	color:#fff;
	background-color:#131018;
	text-align:center;
	padding:18px 15px;
	margin-bottom:67px;
}
.footer a{ color:#ffd95a;}
@media (min-width:992px){ .footer{margin-bottom:0;}}

.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:99;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-70px;
	padding:10px;
	background-color:#006496;
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#003f5e;}

@media (min-width:992px){
	.backtop{margin-top:-148px;}
}


/*==========header css==========*/

.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:#443e89; text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem; text-decoration:none;}
.social_content .social_item a:hover{ color:#7a75b8;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:33%; left:100%; /*margin-top:-350px;*/ margin-left:-90px; width:330px; padding:15px; border-radius:30px; background-color:transparent; text-align:center;}
	.social_content .social_item{ float:none; text-align:center; border-bottom:1px solid #443e89; padding:15px 8px;}
	.social_content .social_item:last-child{ border-bottom:none;}
	.social_content .social_item a{ color:#443e89;}
	.social_item_fb{ padding-left:3px;}
}
@media (min-width:1920px){
	.social_content{ top:30%;}
}

/*========================================================
                     main css
=========================================================*/
.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}

/*========================================================
                     top_banner
=========================================================*/
/*.main_content{ margin:0 auto; max-width:600px;}*/
.page_top{ background:url(../img/top_banner_bgs.jpg) bottom center no-repeat; background-size:cover;}
.top_banner_block{ position:relative;  padding:20% 7%;}
.top_banner_block .logo{ padding:60% 0;}
.top_banner_block .logo img{ max-width:70%; display:block; margin:0 auto;}
.top_banner_block .link{ position:absolute; width:100%; bottom:10%; left:0;}
.top_banner_block .link img{ max-width:20%; display:block; margin:0 auto;}
.top_banner_block .link img:hover{ opacity:0.5; transition:all .3s; cursor:pointer;}

.top_banner_block .deco_block .bird{ position:absolute; top:10%; left:5%; max-width:50%; animation:bird 7s infinite; /*animation-delay:-7.5s; transform-origin:100% 100%;*/}
.top_banner_block .deco_block .duck{ position:absolute; top:33%; left:4%; max-width:70%; animation:duck 10s infinite;}
.top_banner_block .deco_block .duck2{ position:absolute; top:45%; right:9%; max-width:8%; animation:duck 10s infinite;}


@keyframes bird{
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(10%);
	}
	100% {
		transform:translateY(0%);
	}
}
@keyframes duck{
	0% {
		transform:translateX(0%);
	}
	50% {
		transform:translateX(9%);
	}
	100% {
		transform:translateX(0%);
	}
}


.top_banner_block .nav_down{ position:absolute; bottom:23%; left:50%; transform:translateX(-50%); }
.nav_down{ line-height:0rem; padding:0; list-style:none;}
.nav_down img{ max-width:35%; margin:0 auto; display:block;}
.nav_down li{ margin-bottom:0; animation-duration:4s;}
.nav_down li:nth-child(1){ animation-delay:0s;}
.nav_down li:nth-child(2){ animation-delay:0.3s;}

@media (min-width:992px){
	.page_top{ background:url(../img/top_banner_bga.jpg) center center no-repeat; background-size:cover;}
	.top_banner_block{  padding:7% 10% 3.5% 10%;}
	.top_banner_block .logo{ padding:0 0 15% 0;}
	.top_banner_block .logo img{ max-width:45%;}
	.top_banner_block .deco_block .bird{ top:8%; left:5%; max-width:33%;}
	.top_banner_block .deco_block .duck{ top:53%; left:6%; max-width:20%;}
	.top_banner_block .link{ bottom:20%;}
	.top_banner_block .link img{ max-width:9%;}
	.top_banner_block .nav_down{ bottom:28%;}	
}

/*========================================================
                     內頁設定
=========================================================*/
.top_block{}
.top_block img{ width:100%;}
.top_block .container-fluid{ padding:40px 20px;}
@media (min-width:1024px){ .top_block .container-fluid{ padding:80px 100px;}}
@media (min-width:1440px){ .top_block .container-fluid{ padding:80px 190px;}}

.enter .nav_down img{ max-width:20%;}
.enter .enter_pic img{ max-width:20%; display:block; margin:0 auto;}
.enter img:hover{ opacity:0.5; transition:all .3s; cursor:pointer;}

.page1{ background:url(../img/block1_bgs.jpg) bottom right no-repeat; background-size:cover;}
.block1{ position:relative; padding:4% 0 6% 0; overflow-x:hidden;}
.block1 .title{ padding-bottom:5%;}
.block1 .title img{ max-width:30%; display:block; margin:0 auto;}
.block1 .content{ padding-bottom:5%;}
.block1 .content img{ max-width:80%; display:block; margin:0 auto;}
.block1 .deco_block .duck{ position:absolute; bottom:15%; right:0; max-width:26%;}
.block1 .deco_block .bird{ position:absolute; top:10%; left:6%; max-width:20%; animation:bird2 7s infinite;}
.block1 .volume{
    position: absolute;
    right:11%;
    top:44%;
    z-index:999;
	width:45px;
}
.volume .text{ text-align:center; font-size:12px; padding-top:2px;}
.volume #play-pause-button{
    font-size: 1rem;
	text-decoration:none;
    cursor: pointer;
    color: #000;
	width: 100%;
	padding:13px 10px;
	border:1px solid #a3a2a2;
	border-radius:50%;
}


.page2{ background:url(../img/block2_bgs.jpg) bottom right no-repeat; background-size:cover;}
.block2{ position:relative; padding:0 0 12% 0; overflow-x:hidden;}
.block2 .text_block{ padding-bottom:5%;}
.block2 .text_block .title img{ max-width:85%; display:block; margin:0 auto;}
.block2 .text_block .div_line{ width:100%; height:1px; background:#969696; margin:5% 0;}
.block2 .pic_block{ padding-bottom:15px;}
.block2 .pic_block img{ max-width:80%; display:block; margin:0 auto;}
.block2 .deco_block .duck{ position:absolute; bottom:27%; left:5%; max-width:25%; animation:duck 7s infinite;}
.block2 .deco_block .bird{ position:absolute; top:6%; left:3%; max-width:20%; animation:bird2 7s infinite;}

@keyframes bird2{
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(70%);
	}
	100% {
		transform:translateY(0%);
	}
}

@media (min-width:992px){
	.enter .nav_down{ max-width:12%; margin:0 auto; padding-bottom:20px;}
	.enter .enter_pic img{ max-width:10%;}
	.enter .nav_down img{ max-width:10%;}
	
	.page1{ background:url(../img/block1_bg.jpg) bottom center no-repeat; background-size:cover;}
	.block1{ padding:0;}
	.block1 .title img{ max-width:55%; margin:0;}
	.block1 .content{ padding-bottom:3%;}
	.block1 .content img{ max-width:92%; margin:0;}
	.block1 .volume{ right:36%; top:35%; width:54px;}
	.block1 .volume .text{ padding-top:5px;}
	.volume .text{ font-size:0.9rem;}
	.volume #play-pause-button{ font-size:1.2rem; padding:16px 12px;}
	
	.page2{ background:url(../img/block2_bg.jpg) bottom center no-repeat; background-size:cover;}
	.block2{ padding:0;}
	.block2 .text_block{ padding-right:7%;}
	.block2 .text_block .title img{ max-width:100%; margin:0;}
	.block2 .pic_block{ padding-bottom:0;}
	.block2 .pic_block img{ max-width:100%;}
	.block2 .enter .enter_pic img{ max-width:12%;}
	.block2 .deco_block .duck{ bottom:40%; left:5%; max-width:14%;}
}
@media (min-width:1920px){
	.volume .text{ font-size:1rem;}
	.volume #play-pause-button{ font-size:1.25rem; padding:20px 17px;}
	.block1 .volume{ width:65px;}
}


/*========================================================
                  VR導覽頁
=========================================================*/
.vtour_page{ position:relative;}
.vtour_page .volume{
    position: absolute;
    right:11%;
    top:5%;
    z-index:10;
	width:34px;
}
.vtour_page .volume .text{
	color:#fff;
	width:50px;
}

.vtour_page #play-pause-button{
	font-size:1.5rem;
    color: #fff;
	width: 100%;
	padding:10px 7px;
	border:1px solid #fff;
}
@media (min-width:992px){
}
/*========================================================
                  隱私權聲明
=========================================================*/
.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;}

@media (min-width:576px){
	.modal-body{ padding:20px 40px;}
	.modal-dialog{ max-width:1000px;}
}
@media (min-width:1024px){
	.modal-body{ padding:20px 80px;}
	.modal-dialog{ max-width:1200px; margin-bottom:0;}
}
/*========================================================
                     選單
=========================================================*/
.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #276850;
    border-color: #276850;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
	 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background-color: #005780;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
		transition:all .3s;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background-color: #003852;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 92px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background-color:#005780;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}

