@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');

html{
	font-size: 17px;
}
html,
body {
	width: 100%;
	overflow-x:hidden;
	line-height: 1.8;
  	color: #000;
}
body{
	font-size: 1.05em;
	font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 600;
  letter-spacing: 0.5px;
}
main{
	min-height: calc(100vh - 175px);
}
.u-header {
    font-size: 1em;
    z-index: 501;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}
.navbar-brand img{
	height: 48px;
}
a{
	color: #1d6d7f;
}
a:focus, a:hover {
    color: #000;
}
.u-header--moved-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.en-style{
	font-family: "Red Hat Text", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
/*.index-page-title img{
		max-width: 300px;
	}*/
.g-bg-secondary-2{
	background-color: #f2f2f2 !important;
}
.navbar .u-main-nav-v1 .nav-link {
    color: #222;
    padding: 5px 20px;
    line-height: normal;
}
.navbar .u-main-nav-v1 .nav-link em{
    display: #fff;
    font-size: 0.9em;
    font-style: normal;
}
.navbar{
	padding: 0;
}
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after{
	display: none !important;
}
.main{
	min-height: 55vh;
	padding: 50px 0;
}

.js-header-fix-moment .navbar-brand img {
    height: 36px;
}
.btn {
    border-radius: 0;
}
.page-title{
	padding: 60px 0 0 0;
	text-align: center;
	border-bottom: 1px solid #444;
}
.page-title .page-title-left{
	border-radius: 0 100px 100px 0;
	background-color: #d3d3d3;
	height: calc(100% + 2px);
	border: 1px solid #444;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left: -1px;
}
.page-title .page-title-right{
	border-radius: 100px 0 0 100px;
	background-color: #d3d3d3;
	height: calc(100% + 2px);
	border: 1px solid #444;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-right: -1px;
}
.page-title h3{
	color: #333;
	font-weight: 500;
}
.page-title h2{
	font-weight: 600;
	color: #333;
	font-size: 1.3em;
	padding: 10px 0;
	margin-bottom: 0;
}
.g-bg-primary {
    background-color: #333 !important;
}
.g-bg-pink {
    background-color: #b27d8a !important;
}

.nav-item i{
	position: relative; 
	top: 3px;
	font-size: 26px;
	margin-right: 5px;
	color: #1d6d7f;
}
.photo-bg{
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.btn {
	font-size: 1em;
}
.footer-btn{
	background-color: #444;
	color: #fff;
	font-size: 0.9em;
}
.footer-btn em{
	display: block;
	font-style: normal;
	font-size: 0.78em;
}
.footer-btn ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 6px;
}
.footer-btn ul li {
	display: inline-block;
}
.footer-btn ul li a {
	padding: 5px 15px 10px 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	transition: all .5s ease;
}
.footer-btn ul li a:hover,
.footer-btn ul li a:focus {
	border-radius: 20px 20px 0 0;
	color: #fff;
	background-color: #777;
}
.item a:hover{
	text-decoration: none;
}
.item a article .item-title{
	background-color: #ffffff;
	padding: 20px;
	transition: all .5s ease;
}
.item a:hover article .item-title{
	background-color: #1d6d7f;
	color: #ffffff;
	padding: 30px 20px;
}
.item a article .photo-bg{
	opacity: 1;
	transition: all .5s ease;
}
.item a:hover article .photo-bg{
	opacity: 0.6;
}
.item .btn span{
	font-size: 1.5em;
}
.form-style{
	margin-bottom: 30px;
	background-color: #e5e5e5;
}
.form-style .form-group{
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0;
}
.form-style .form-group label{
	margin-bottom: 0;
}
.form-style .form-group:nth-child(odd) {
	background-color: rgba(255,255,255,0.3);
}
.form-style .form-group .row .form-title,
.form-style .form-group .row .form-text{
	padding: 10px 15px;
}
.form-text table{
	line-height: 1.4;
}
.form-style .form-group .row .form-title{
	border-right: 1px solid #ffffff;
}
.form-style .form-group label b{
	color: #c80000;
	font-size: 1.2em;
}
.form-style .form-group input,
.form-style .form-group select,
.form-style .form-group textarea{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	background-color: #ffffff;
}

.custom-control-label::before,
.custom-control-label::after {
    position: absolute; 
    top: .4rem;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
    border-radius: .25rem;
}
.u-btn-primary.u-btn-hover-v2-2::after, 
.u-btn-primary.u-btn-hover-v2-2:hover::after,
.u-btn-outline-primary.u-btn-hover-v2-1::after, 
.u-btn-outline-primary.u-btn-hover-v2-1:hover::after,
.u-btn-outline-primary.u-btn-hover-v2-2::after, 
.u-btn-outline-primary.u-btn-hover-v2-2:hover::after {
    background-color: #222;
}
.text-info {
    color: #000000!important;
    background-color: #e1efff;
}
.text-title{
	padding: 0;
	color: #333;
}
.text-title h3{
	font-size: 1.3em;
}
.form-text {
    display: block;
    margin-top: 0; 
}
.list .list-group{
}
.list .list-group a{
	display: block;
	padding: 20px;
	transition: all .5s ease;
	border-bottom: 1px solid #777;
}
.list .list-group a .g-flex-middle-item{
	color: #333;
}
.index-wrapper .list .list-group a:hover .g-flex-middle-item,
.list .list-group a:hover .g-flex-middle-item{
	color: #fff;
}
.list .list-group a:hover{
	background-color: #1d6d7f;
	text-decoration: none;
	color: #fff;
}
.list .list-group a .date {
	min-width: 5.5em;
	border-right: 1px solid #aaa;
}
.list .list-group a .data-year,
.data-year {
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 3px;
	color: #999;
}
.list .list-group a .data-day,
.data-day{
	font-weight: 700;
	font-size: 1.6em;
	line-height: 25px;
	color: #1d6d7f;
	font-family: "Red Hat Text", sans-serif;
	font-optical-sizing: auto;
}
.date{
	padding-right: 15px;
	border-right: 1px solid #999;
	margin-right: 15px;
}
.list .list-group a{
	color: #333;
	text-decoration: none;
	padding: 25px 10px;
	border-bottom: 1px solid #777;
	line-height: 1.4;
}
.list .list-group a .data-day {
	font-weight: 700;
	font-size: 1.6em;
	line-height: 25px;
	color: #999;
}
.index-wrapper{
	min-height: 75vh;
	position: relative;
}
.index-plant-wrapper{
	padding-top: 70px;
}
.plant-group{
	border: 1px solid #444;
	margin-right: -1px;
	margin-bottom: -1px;
}
.plant-group a{
	display: block;
	height: 100%;
	position: relative;
	background-color: #fff;
	padding: 20px 30px 60px 30px;
	text-decoration: none;
	color: #333;
	line-height: 1.4;
	transition: all .5s ease;
}
.plant-group a:hover{
	background-color: #1d6d7f;
	color: #fff;
}
.plant-group a h3{
	font-size: 1.06em;
	text-shadow: 0 0 5px rgba(0,0,0,0);
	transition: all .5s ease;
}
.plant-group a .plant-btn{
	text-align: center;
	border-radius: 20px 20px 0 0;
	border: 1px solid #444;
	padding: 8px 10px;
	position: absolute;
	bottom: -1px;
	left: 30px;
	right: 30px;
	color: #333;
	background-color: #fff;
}
.plant-group a .category {
	display: inline-block;
	margin-bottom: 10px;
}
.plant-group a .category span{
	display: inline-block;
	border: 1px solid #888;
	padding: 1px 10px;
	font-size: 0.9em;
	margin-right: 5px;
}
.plant-group a:hover h3{
	font-size: 1.06em;
	text-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.u-btn-primary {
    color: #fff;
    background-color: #1d6d7f;
    border: 4px solid #1d6d7f;
    border-radius: 60px;
    transition: all .5s ease;
}
.u-btn-primary:hover, 
.u-btn-primary.active {
    background-color: #444 !important;
    border: 4px solid #1d6d7f;
    color: #fff !important;
}
.form-bottom-link ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.form-bottom-link ul li{
	display: inline-block;
	position: relative;
}
.form-bottom-link ul li:after {
	position: absolute;
	top: 10px;
	right: -2px;
	width: 1px;
	height: 25px;
	background-color: #999;
	content: "";
	display: block;
}
.form-bottom-link ul li:last-child:after {
	display: none;
}
.form-bottom-link ul li a {
	padding: 4px 15px;
	display: inline-block;
	color: #1d6d7f;
	text-decoration: none;
	transition: all .5s ease;
}
.form-bottom-link ul li a:hover {
	background-color: #d3d3d3;
	border-radius: 50px;
}
.u-header {
	border-bottom: 1px solid #333;
	background-color: #fff;
}
.navbar .u-main-nav-v1 .nav-item:hover > .nav-link, 
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link, 
.navbar .u-main-nav-v1 .nav-item.show > .nav-link, 
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link, 
.navbar .u-main-nav-v1 .nav-item .nav-link:focus {
    color: #333;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    font-weight: 600;
}
.navbar .u-main-nav-v1 .nav-item.active > .nav-link, 
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link, 
.navbar .u-main-nav-v1 .nav-item.show > .nav-link, 
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link, 
.navbar .u-main-nav-v1 .nav-item .nav-link:focus {
    color: #fff;
    border-radius: 50px;
    background-color: #1d6d7f;
    font-weight: 600;
}
.index-wrapper{
	background-image: url('../img/bg-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.index-wrapper:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url('../img/bg-2.png');
	background-repeat: no-repeat;
	background-position: 48% -150px;
	background-size: 1600px;
	content: "";
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-50px);
	animation: fadeDown 4s ease-out 1s infinite;
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
    /* 在 30% → 60% 之間保持不動 = 停頓 1 秒 */
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.index-wrapper:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url('../img/bg-3.png');
	background-repeat: no-repeat;
	background-position: 53% -150px;
	background-size: 1600px;
	content: "";
	height: 100vh;
	pointer-events: none;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 4s ease-out 1s infinite;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
    /* 在 30% → 60% 之間保持不動 = 停頓 1 秒 */
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.index-wrapper .index-page-title{
	padding: 180px 0;
}
.index-wrapper .index-page-title h1{
	font-size: 0;
}
.index-news{
	background-image: url('../img/bg-4.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1800px;
}

.index-title{
	color: #000;
	font-weight: 500;
	padding: 30px 0 10px 0;
}
.index-title span{
	font-size: 16px;
	margin-left: 10px;
	letter-spacing: 1px;
}
.btn-more{
	display: inline-block;
	padding: 3px 8px;
	color: #333;
	border-bottom: 1px solid #444;
	opacity: 0.7;
	text-decoration: none;
	transition: all .5s ease;
}
.footer-style{
	border-top: 1px solid #444;
	padding-top: 30px;
}
.footer-logo{
	width: 100%;
	max-width: 400px;
}
.u-go-to-v1 {
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    background-color: #fff;
    color: #444;
    border: 1px solid #444;
    border-radius: 0;
    box-shadow: none;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: .3s ease-out;
    z-index: 11;
}
.u-go-to-v1:hover {
	background-color: #888;
	border: 1px solid #222;
}
.btn-more:hover{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #111;
	opacity: 1;
}
.text-right{
	text-align: right;
}
.item .h3{
	color: #000000;
}
.title-s{
	font-size: 1.2em;
	border: 1px solid #444;
	display: inline-block;
	padding: 6px 15px;
}
.u-btn-outline-primary {
    color: #1d6d7f;
    border-color: #1d6d7f;
    border-radius: 50px;
    border: 2px solid #1d6d7f;
    background-color: transparent;
}
.u-btn-outline-primary:hover {
    color: #fff !important;
    background-color: #333 !important;
}
.btn-wrapper{
	border-top: 3px dotted #d3d3d3;
	padding-top: 30px;
}
.notyeat{
	font-size: 1.2em;
	padding: 50px 0;
	background-color: rgba(0,0,0,0.05);
}
.notyeat i{
	font-size: 3em;
	color: #c92727;
}
.applicants{
	padding: 50px 0;
	margin:80px 0 50px 0;
	background-color: #cdedf7;
}
.form-text {
    margin-top: .25rem;
    font-size: 1em;
    color: #333;
}
.u-check-icon-checkbox-v4, 
.u-check-icon-radio-v4,
.u-check-icon-checkbox-v6 i, 
.u-check-icon-radio-v6 i {
    border: solid 1px #777;
}
.u-header__section--light .hamburger-inner, 
.u-header__section--light .hamburger-inner::after, 
.u-header__section--light .hamburger-inner::before {
    background: #1d6d7f;
}
.process{
	padding: 30px 0;
	
}
.process ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-left: 3px solid #1d6d7f;
}
.process ul li a{
	padding: 8px 0 8px 15px;
	position: relative;
	line-height: 1.4;
	display: block;
	text-decoration: none;
	color: #000;
	transition: all .5s ease;
}
.process ul li a:hover{
	color: #1d6d7f;
	background-color: rgba(0,0,0,0.05);
	text-decoration: none;
}
.process ul li a:after{
	position: absolute;
	left: -8px;
	top: 13px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #1d6d7f;
	background-color: #e5e5e5;
	content: "";
	display: block;
}
.process ul li.active a{
	background-color: #1d6d7f;
	border-radius: 0 50px 50px 0;
	color: #fff;
}
.process ul li.active a:after{
	position: absolute;
	left: -10px;
	top: 11px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 3px solid #e5e5e5;
	background-color: #1d6d7f;
	content: "";
	display: block;
}
.process ul li.preview a{
	padding: 4px 15px;
	margin-top: 20px;
	margin-left: 15px;
	border-radius: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.1);
	display: block;
	color: #000;
	transition: all .5s ease;
}
.process ul li.preview a:hover{
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.process ul li.preview a:after{
	display: none;
}
.check-info{
	padding: 15px;
	background-color: #d3d3d3;
	border-radius: 30px;
	text-align: center;
}
.download-btn-group{
	display: block;
	background-color: #f4dda5;
	color: #000;
	padding: 5px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.download-btn a{
	display: inline-block;
	padding: 0 5px;
	font-size: 0.9em;
	background-color: #1d6d7f;
	color: #fff;
}
.download-btn a i{
	margin-right: 5px;
}
.download{
	background-color: #efefef;
	padding: 10px;
}
.download a{
	color: #333;
	text-decoration: none;
	padding: 5px 8px;
	display: block;
	border-bottom: 1px solid #fff;
	transition: all .5s ease;
}
.download a:hover{
	background-color: #fff;
}
.download a:last-child{
	border-bottom: none;
}
.download .text-center{
	color: #1d6d7f;
}
.u-btn-blue {
    color: #fff;
    background-color: #3398dc;
    border: 4px solid #3398dc;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #666;
}
.table-bordered {
    border: 1px solid #999;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #999;
}
.btn-md {
    line-height: 1.4;
    padding: 0.3rem 0.5rem;
    font-size: 1.07143rem;
}
.apply-view a{
	color: #fff;
	background-color: #1d6d7f;
	padding: 5px 30px;
	display: block;
	border-radius: 30px;
	transition: all .5s ease;
}
.apply-view a:hover{
	text-decoration: none;
	background-color: #f4dca4;
	color: #000;
}
.second-menu{
	padding: 30px 0;
}
.second-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.second-menu ul li{
	display: inline-block;
	margin: 0 5px;
}
.second-menu ul li a{
	border-bottom: 3px solid #1d6d7f;
	color: #1d6d7f;
	font-size: 1.1em;
	padding: 10px 20px;
	display: block;
	transition: all .5s ease;
}
.second-menu ul li a:hover{
	color: #000;
	border-bottom: 3px solid #000;
	text-decoration: none;
}
.second-menu ul li.active a{
	background-color: #1d6d7f;
	color: #fff;
}
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, 
.navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, 
.navbar .u-main-nav-v1 .nav-item.dropdown > a {
    padding-right: 0;
}
.navbar .u-sub-menu-v1 .hs-sub-menu, 
.navbar .u-sub-menu-v1 .hs-mega-menu, 
.navbar .u-sub-menu-v1 .dropdown-menu {
    font-weight: normal;
    width: 200px;
    text-transform: none;
    margin: 0;
    padding: 10px;
    color: inherit;
    background-color: #932525;
    background-clip: border-box;
    border-width: 3px 0 0 0;
    border-style: solid;
    border-color: #932525;
    border-radius: 0;
    list-style-type: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
    left: 0;
    right: auto;
}
.hs-sub-menu{
	padding: 10px;
	list-style-type: none;
	margin: 0;
}
.hs-sub-menu li{
	list-style-type: none;
}
.tab-style ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.tab-style ul li{
	display: inline-block;
	margin: 5px;
}
.tab-style ul li a{
	padding: 8px 25px;
	background-color: #efefef;
	border-radius: 50px;
	border: 1px solid #444;
	color: #444;
	text-decoration: none;
	display: block;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.tab-style ul li.active a{
	background-color: #1d6d7f;
	color: #fff;
	border: 1px solid #1d6d7f;
}
.navbar-toggler-btn {
	display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar .u-main-nav-v1 .nav-link {
	    color: #fff;
	    padding: 0.78571rem 1rem;
	    border-radius: 1.57143rem;
	}
	.navbar-brand {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.navbar-brand img {
	    height: 60px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 100%;
	    max-width: 1380px;
	}
}
@media (max-width: 1360px) {
	.navbar .u-main-nav-v1 .nav-link {
	    color: #444;
	    padding: 0.5rem 1.5em;
	    border-radius: 1rem;
	}
	.u-header {
	    font-size: 1.1em;
	}
}
@media (max-width: 1250px) {
	.u-header {
	    font-size: 1.1em;
	}
	.nav-item i {
	    position: relative;
	    top: 0;
	    font-size: 18px;
	    margin-right: 5px;
	    color: #1d6d7f;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.container {
		width: 100%;
		max-width: 100%;
	}
	.navbar-brand img {
	    height: 45px;
	}
	.u-header {
	    font-size: 1em;
	}
	.nav-item i {
	    position: relative;
	    top: 0;
	    font-size: 16px;
	    margin-right: 3px;
	    color: #1d6d7f;
	}
	/*.navbar .u-main-nav-v1 .nav-link {
	    color: #fff;
	    padding: 0.5rem 0.4em;
	    border-radius: 1rem;
	}*/
}
@media (max-width: 991px) {
	.container, 
	.container-md, 
	.container-sm {
	    max-width: 100%;
	}
	
	.page-title .h5{
		font-size: 0.9em;
	}
	.page-title .h1{
		font-size: 2em;
	}
	.main .h3{
		font-size: 1.4em;
	}
	.text-title .h2{
		font-size: 1.3em;
	}
	.index-btn-1, .index-btn-2, .index-btn-3 {
	    padding: 40px 20px 30px 20px;
	}
	.index-wrapper{
		background-size: 140%;
		background-position: center top;
	}
	.index-wrapper:after{
		background-position: 48% -100px;
		background-size: 900px;
	}
	.index-wrapper:before{
		background-position: 53% -100px;
		background-size: 900px;
	}
	.index-news {
	    background-position: 50% -400px;
	    background-size: 1100px;
	}
	.index-wrapper .index-page-title {
	    padding: 150px 0 60px 0;
	}
	.navbar-toggler-btn{
		position: fixed;
		right: 20px;
		top: 15px;
		display: block;
		background-color: rgba(255,255,255,0);
		border: none;
		border-left: 1px solid rgba(255,255,255,0.2);
		padding-left: 13px;
	}
	.navbar-toggler-btn .hamburger-line {
	    height: 1px;
	    background-color: #1d6d7f;
	    width: 35px;
	    display: block;
	    margin: 8px auto;
	}
	.navbar-toggler-btn strong{
		font-size: 0.7em;
		color: #1d6d7f;
		letter-spacing: 1px;
		margin-top: -7px;
		display: block;
	}
	.u-header__logo {
	    position: fixed;
	    left: 15px;
	    top: 13px;
	    z-index: 502;
	}
	.navbar-brand img {
	    height: 55px;
	    margin: 0;
	    padding: 5px 5px 5px 15px;
	}
	.u-header__logo {
	    position: fixed;
	    left: 15px;
	    top: 13px;
	    z-index: 502;
	}
	.navbar-brand img {
	    height: 55px;
	    margin: 0;
	    padding: 5px 5px 5px 15px;
	}
}
@media (max-width: 767px) {
	.navbar-brand img {
	    height: 37px;
	}
	.page-title .h1 {
    	font-size: 1.7em;
	}	
	.index-wrapper{
		background-size: 140%;
		background-position: center top;
	}
	.index-wrapper:after{
		background-position: 48% -50px;
		background-size: 600px;
	}
	.index-wrapper:before{
		background-position: 53% -50px;
		background-size: 600px;
	}
	.index-news {
	    background-position: 50% -150px;
	    background-size: 550px;
	}
	.index-wrapper .index-page-title {
	    padding: 120px 0 40px 0;
	}
}

/* 驗證碼用style */
#captcha_image{display: inline-block; height: 36px;}
#captcha_image_audio_controls{display: inline-block;}
.captcha_play_button{display: inline-block; padding: 8px 10px; cursor: pointer;  border:3px dashed rgba(0,0,0,0);transition: all .5s ease;}
#btn_captcha_repeat{display: inline-block; background-color: rgba(0,0,0,0); border:3px dashed rgba(0,0,0,0); padding: 5px 10px; cursor: pointer; transition: all .5s ease;}
.captcha_play_button:hover,
#btn_captcha_repeat:hover{
  background-color: rgba(0,0,0,0.2);
}
.captcha_play_button:focus,
#btn_captcha_repeat:focus{
  border:3px dashed rgba(0,0,0,0.8);
  background-color: #fff;
}
.btn_show_pwd{padding:5px 15px; background:#fff; border:1px solid #ccc;}

.register-pwd-eye{
	padding:5px 15px;
	background:#fff;
	border:1px solid #ccc;
}
.div_fancybox{
	display: none;
	min-width: 400px;
	max-width: 800px;
}