@charset "utf-8";

body{ background:linear-gradient(to bottom, #42bceb 55%,#42bceb 55%,#115cc1 100%); overflow-x:hidden;}

.backtop{
	position:fixed;
	z-index:99;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-70px;
	padding:10px;
	background-color:rgba(13,67,168,0.5);
	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:#0d43a8;}

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


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

/*========================================================
                     top_banner
=========================================================*/
.top_banner_block{ background:url(../img/top_banner_bgas.jpg) bottom center no-repeat; background-size:cover; padding:3% 0 20% 0; position:relative;}
.top_banner_block .logo,.top_banner_block .text{ filter:drop-shadow(0px 0px 15px #125ab3); text-align:center;}
.top_banner_block .logo{ padding-bottom:50px;}
.top_banner_block .logo img{ max-width:80%;}
.top_banner_block .text img{ max-width:55%;}

@media (min-width:768px){
	.top_banner_block{ background:url(../img/top_banner_bga.jpg) bottom center no-repeat; background-size:cover; padding:4% 0 10% 0;}
	.top_banner_block .logo img{ max-width:63%;}
	.top_banner_block .text{ padding:4% 0;}
	.top_banner_block .text img{ max-width:100%;}
}


/*光點特效*/
.glow-bg{
  position: absolute;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  top:0;
  left:0;
}

/* 光點基本樣式 */
.glow-dot {
  position: absolute;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.65;
  /*background: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.9),
    0 0 30px rgba(120, 180, 255, 0.7),
    0 0 60px rgba(120, 180, 255, 0.45);*/
  background: radial-gradient(circle, #ffffff 0%, rgba(120, 180, 255, 0.8) 35%, rgba(120, 180, 255, 0) 70%);
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.8),
    0 0 60px rgba(120, 180, 255, 0.55);
  animation-name: floatingGlow;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.dot-1 {
  width: 10px;
  height: 10px;
  left: 12%;
  top: 18%;
  animation-duration: 7s;
  animation-delay: 0s;
}

.dot-2 {
  width: 8px;
  height: 8px;
  left: 32%;
  top: 70%;
  animation-duration: 9s;
  animation-delay: -2s;
}

.dot-3 {
  width: 10px;
  height: 10px;
  left: 58%;
  top: 28%;
  animation-duration: 11s;
  animation-delay: -4s;
}

.dot-4 {
  width: 10px;
  height: 10px;
  left: 78%;
  top: 62%;
  animation-duration: 8s;
  animation-delay: -1s;
}

.dot-5 {
  width: 4px;
  height: 4px;
  left: 88%;
  top: 22%;
  animation-duration: 10s;
  animation-delay: -3s;
}

.dot-6 {
  width: 7px;
  height: 7px;
  left: 46%;
  top: 48%;
  animation-duration: 12s;
  animation-delay: -5s;
}

/* 懸浮動畫 */
@keyframes floatingGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.35;
  }

  35% {
    transform: translate3d(28px, -36px, 0) scale(1.25);
    opacity: 0.85;
  }

  70% {
    transform: translate3d(-22px, 24px, 0) scale(0.85);
    opacity: 0.5;
  }

  100% {
    transform: translate3d(40px, 18px, 0) scale(1.1);
    opacity: 0.75;
  }
}




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



/*========================================================
                         contact
=========================================================*/

.contact_block{ color:#fff; padding-bottom:40px;}
.contact_block .title{ padding-bottom:20px;}
.contact_block .title h2{ font-family:"華康儷中宋(P)", Geneva, sans-serif; text-align:center; font-weight:bold; filter:drop-shadow(0px 0px 7px #125ab3); letter-spacing:2px;}

/*表單樣式*/
#form1 .form-group{
	padding-bottom:20px;
}
/*#form1 label {
    color: #414966;
    text-align: left;
    margin-bottom: 0;
}*/
#form1 .form-control {
}
#form1 input, #form1 textarea {
    color: #111;
}
#form1 select {
    width: 100%;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px auto;
}
#form1 .btn-send {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    color: #fff;
    background-color: #0d43a8;
    width: 100%;
    border-radius: 0;
}
#form1 .btn-send:hover {
    background-color: #0d3072;
}

/*--google recaptcha 隱藏----*/
.grecaptcha-badge{ 
	visibility:hidden;
}

@media (min-width:768px){
	.contact_block{ padding-bottom:0;}
}

/*------------------cookies--------------------*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 20px;
    width: 100%;
	font-size: 1rem;
	line-height: 36px;
	color: #fff;
/*	display: none;*/
}
#cookies-box h4 {
    font-size: 1.3rem;
	font-weight: bold;
}
#cookies-box p {
    margin: 0;
}
#cookies-box a {
    color: #fff;
	border-bottom: 2px solid #443e89;
	padding-bottom: 2px;
	margin: 0 3px;
}
#cookies-box .cookies-btn {
	margin-top: 10px;
	text-align: center;
}
#cookies-box .cookies-btn a {
    display: inline-block;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	text-align: center;
}
#cookies-box .cookies-btn a:hover {
    background-color: #443e89;
	transition:all .3s;
}

@media (min-width: 992px) {
	#cookies-box{
		padding:50px;
	}
	#cookies-box .cookies-btn{
		margin-top: -5px;
		margin-left: 50px;
	}  
}


.privacy_block .container-fluid{ max-width:1200px; }
.privacy_block h3{ color:#555; font-weight: 700; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }

/*========================================================
                  隱私權聲明
=========================================================*/
.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%;*/
		width: 50%;
        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: #0d43a8;
        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: #0d3072;
 }
 .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:#0d43a8;
        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;
		background:#0d3072;
    }
    .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;
    }
}

/*========================================================
                     彈跳視窗
=========================================================*/
.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #294b62;
    text-align: center;
}
.quick-btn [class*="col-"] {
    border-right: 1px solid #fff;
}
.quick-btn [class*="col-"]:last-child {
    border-right: none;
}
.quick-btn [class*="col-"] a {
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
	border-left: none;
	text-decoration:none;
	font-size: 0.9rem;
}
.quick-btn [class*="col-"]:hover {
    background-color: #6e99af;
}
.quick-btn [class*="col-"] a i {
    display: block;
}


.quick-modal {
    text-align: center;
    padding: 50px 60px;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #0d43a8;
    font-weight: bold;
    margin-bottom: 30px;
}
.quick-modal h2 {
    font-size: 1rem;
    font-weight: bold;
}
.quick-modal p {
    font-size: 1.4rem;
    font-weight: bold;
}
.quick-modal .btn {
    width: 100%;
    min-width: 240px;
    background-color: #0d43a8;
	border:none;
}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
	text-decoration: none;
}
.quick-modal .btn:hover {
    background-color: #0d3072;
}
#modal1 i {
    transform: rotate(0deg);
}
@media (min-width: 992px) {
	.quick-btn{ display:none;}
}

