﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #52CED5;
}
.d-none{
	display:none;
}
.d-flex{
	display:flex;
}
.main_content > .container{
	width:100%;
}
ul{
	margin-bottom:0;
}

/********************* Header *********************/
.header {
    /* background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}
.navbar{
	min-height:0;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 200px;
    height: 74px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 25px 0 23px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 84px;
    margin-right: -15px;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #888;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    padding-top: 0px;
}

.header .navbar .navbar-nav li a:hover {
    color: #333;
    border-bottom-color: #52CED5;
}

.header .navbar .navbar-nav > li + li > a {
    border-left: 1px solid #eee;
}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner {
    position: relative;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}
/*BANNER動態*/
.banner .wrp_frame.border-CT{
    right: 465px;
    left: auto;
    top: 50px;
}
.tt{
	animation: tt 1.2s ease-in-out alternate infinite;
}
@keyframes tt {
    0% {
        -webkit-transform: rotate(10deg);
        -webkit-transform-origin: bottom center;
        -moz-transform: rotate(10deg);
        -moz-transform-origin: bottom center;
        transform: rotate(4deg);
        transform-origin: bottom center;
    }

    100% {
        -webkit-transform: rotate(-0deg);
        -webkit-transform-origin: bottom center;
        -moz-transform: rotate(-10deg);
        -moz-transform-origin: bottom center;
        transform: rotate(-4deg);
        transform-origin: bottom center;
    }
}
.banner .wrp_frame.border-LT {
	right: auto;
    left: 45%;
    top: 0px;	
}
.slide-top{
    animation: slide-top 0.25s cubic-bezier(0, 0, 0.83, 0.35) 0.2s infinite alternate-reverse backwards;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/********************* Footer *********************/
.footer {
    padding: 30px 0 0 0;
    text-align: center;
}

/* sitemap */
.footer .sitemap{
	display:none;
}
.footer .sitemap ul li {
    color: #fff;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #fff;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #36B9C0;
}

.footer_content {
    padding: 0 0 75px;
}
.footer_content::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0px;
	width: 100%;
	height:300px;
	background: url(../images/all/footer_bg.png) no-repeat bottom center;	
	z-index:-2;
}

/* siteinfo */
.footer .siteinfo ul > li {
    padding: 0;
	color: #fff;
	display:block;
	text-align:left;
	font-size:15px;
	line-height:24px;
}

.footer .siteinfo ul > li + li:before {
    /*content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;*/
}

.footer .siteinfo .map {
    /*display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;*/
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}
.footer .siteinfo ul li br{
	display:none;
}

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}
.footer_center{
	display:block;
	position:relative;
}
.footer_content .container::before{
	content:'';
	background: url(../images/all/footer_pic01.svg) no-repeat left bottom;
	position:absolute;
	width:199px;
	height:192px;
	left:7%;
	bottom:-45px;
}
.footer_content .container::after{
	content:'';
	background: url(../images/all/footer_pic02.svg) no-repeat left bottom;
	position:absolute;
	width:173px;
	height:240px;
	right:0;
	bottom:-30px;
}

/********************* floating *********************/
#floating{
	display:none;
}
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main_content {
    padding: 30px 0 0;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #ACE7EB;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #36B9C0;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
}

/*首頁 說明文字01*/
.note_box{
	position:relative;
	display:block;
}
.note_box::after{
	content:'';
	position:absolute;
	background:url(../images/all/note_after.svg) no-repeat left center;
	width:582px;
	height:129px;
	right:-25%;
	bottom:10px;
}
.note_box .title_tw01{
	font-size:24px;
	font-weight:bold;
	color:#0582c8;
	display:block;
	line-height:36px;
	padding-bottom:10px;
	padding-left: 55px;
}
.note_box .title_tw01::before{
	content:'';
	position:absolute;
	background:url(../images/all/icon_title01.svg) no-repeat left center;
	width:46px;
	height:33px;
	left:0;
	top:0;
}
.note_box .word_box{
	display:block;
	position:relative;
	margin-left:80px;
}
.note_box .word_box ul{
	list-style-position:outside;
	list-style-type:decimal-leading-zero;
}
.note_box .word_box ul li{
	font-size:15px;
	color:#000;
	line-height:30px;
}
.orange_word{
	color:#ff8103;
}

.d-flexbox{
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;

}
.form-horizontal{
	padding:30px 20px;
    border-radius: 20px; 
	box-shadow: 0 0 10px 0 #eee;
	display:block;
	position:relative;
	background:#fff;
	width: 100%;
}
.form-horizontal .control-label{
	padding-left:0;
	padding-right:7px;
	font-size:16px;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
    line-height:20px;
    color: #555;
    background-color: #fff;
    background-image: none;
	box-shadow:none;
	border-top:none;
	border-left:none;
	border-right:none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:30px;
	align-items: center;
    display: flex;
	flex-direction: row; 
	justify-content: flex-start;
}
.form-horizontal .form-group.b01{
	margin-bottom:20px;
}
.form-group02{
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:30px;
	text-align:center;
	display:block;
	position:relative;	
}
.l_field{
    padding-left: 5px;
}
.l_field img{
	width:100%;
}
.r_field{
	z-index:99;
}
    .r_field::after {
        content: '—';
        font-size: 16px;
        color: #666;
        left: -8px;
        right: 0;
        top: 5px;
        position: absolute;
        z-index: 0;
        width: 10%;
    }
.btn-box{
	display:block;
	position:relative;
	margin:5px auto !important;
	border-top:none !important;
    padding-top: 5px !important;
    clear: both;
}
.form-horizontal .btn-primary{
	display:block;
	position:relative;
	border-radius: 26px;
	padding: 0;
    text-align: center;
	font-size:16px;
	line-height:40px;
	margin:0 auto 10px;
	border:none;
	width:75%;
	letter-spacing:0.07em;
	box-shadow:none;
	transition: 0.3s all ease;
	text-shadow:none;
}
.form-horizontal .btn-primary.btn01{
	background:#ffca2a;
	color:#000;
}
.form-horizontal .btn-primary.btn02{
	background:#9cc539;
	color:#fff;
}
.form-horizontal .btn-primary.btn03{
	background:#018ccf;
	color:#fff;
}
.form-horizontal .btn-primary.btn04{
	background:#104c95;
	color:#fff;
}
.form-horizontal .btn-primary:hover,
.form-horizontal .btn-primary:focus,
.form-horizontal .btn-primary:active,
.form-horizontal .btn-primary.active,
.form-horizontal .open > .dropdown-toggle.btn-primary {
    background: #999;
	color:#fff;
	transition: 0.3s all ease;
}

/*首頁-步驟*/
.step_bg{
	display:block;
	position:relative;
	margin:20px 0 60px;
}
.step_bg::after{
	content:'';
	position:absolute;
	background:#e9e9e9;
	left:0;
	right:0;
	top:0;
	width:2000px;
	height:300px;
	z-index:-5;
	margin-top:30px;
}
.step_bg .container{
	display:block;
	z-index:5;
}
.step_box{
	display:block;
	position:relative;
	padding:50px 0 0 30px;
}
.step_title{
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	position:relative;
	color:#000;
	font-size:22px;
	letter-spacing:0.1em;
	margin-bottom:30px;
}
.step_pic{
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding:0;
	background:#e9e9e9;
}
.focus_title{
	text-align:center;
	display:block;
	position:relative;
	font-size:16px;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:40px;
	color:#fff;
	background:#0582c8;
}
.focus_word{
	position:relative;
	display:block;
    margin: 60px 0 0 0;
    border: 1px solid #0582c8;
	background:#fff;
}
.focus_word ul{
	list-style-position:outside;
    padding:8px 30px;
}
.focus_word ul li{
	font-size:14px;
	line-height:27px;
	color:#bd1212;
	list-style-type:'※ ';
}

/*修改資料頁*/
body.home.modify .form-horizontal{
	width:50%;
}
body.home.modify .step_box{
	width:45%;
    padding: 50px 0 0 30px;
}
body.home.modify .focus_word{
	margin:20px 0 0 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
/*swal2使用 */
.swal2-container {
    z-index: 99999;
}
.swal2-container > div {
    width: auto;
    min-width: 300px;
    max-width: 95%;
   
}

.swal2-content {
    font-size: 14px;
}

.swal2-actions > button {
    font-size: 14px !important;
}

.swal2-toast-cus {
    font-size: 20px;
    margin: 20px;
    font-weight: bold;
}

.swal2-html-container {
    font-size: 20px;
}