/*-----------------------------reset開始-------------------------------------*/
@charset "utf-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
nav ul {
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
/* change colours to suit your needs */
ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	font-style: normal;
}
ul {
	list-style: none;
}
/*-----------------------------天地開始-------------------------------------*/
body>.taishinLogo {
	width: 100%;
	height: 65px;
	border-bottom: 5px solid #b21d23;
	padding-top: 15px;
	background-color: #fff;
	position: relative;
	z-index: 99999;
}
.taishinContain {
	width:70%;
	margin:0 auto;
	text-indent:-9999px;
}
.taishinContain a {
	display: block;
	width: 140px;
	height: 32px;
	background-image: url(../images/taishin/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 57px;
}
body>footer {
	width: 100%;
	height: 50px;
	background-image: url(../images/taishin/footer.gif);
	background-size: cover;
	background-position: center center;
	padding-top: 18px;
	position: relative;
	z-index: 99999;
}
body>footer p {
	color: #fff;
	font-size: 13px;
	margin-left:10px;
}
/* 天地結束 */


/*選單開始*/
.hamburger {
  width: 60px;
  height: 100%;
  position: relative;
  display: none;
  margin-left: -10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.hamburger::before, .hamburger::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  top: 47%;
  left: 20px;
  background-color: white;
  -webkit-box-shadow: 0 8px 0 white, 0 -8px 0 white;
          box-shadow: 0 8px 0 white, 0 -8px 0 white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hamburger::after {
  display: none;
}

header {
  display: block;
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  background: #d70c18;
  z-index: 100;
  /*box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 12%);*/
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1200px!important;
  margin: auto;
  padding-left: 0px;
  padding-right: 40px;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
}

header .logo {
  width: 155px;
  height: 40px;
  position: relative;
  background-image: url("../images/taishin/taishinLogo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

header .mainMenu {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

header .mainMenu .mask {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(109, 153, 152, 0.6);
  display: none;
  z-index: 50;
}

header .mainMenu ul {
  top: 0;
  z-index: 51;
}

header .mainMenu li {
  margin-left: 8px;
  margin-right: 8px;
  display: inline;
  white-space: nowrap;
}

header .mainMenu li a {
  padding: 1em 0;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

header .mainMenu li.hide {
  display: none;
}


@media (max-width: 1300px) {
	header .logo {
	  margin: 0 40px;
	}
}
@media (max-width: 1024px) {
	header .logo {
		width: 131px;
	}
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .recomBrowser,
  .copyright {
    display: none;
  }
  header .logo {
    margin: 0px;
  }
  header .mainMenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 101;
    display: none;
  }
  header .mainMenu ul {
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
  }
  header .mainMenu li {
    display: block;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    background-color: #2d3945;
  }
  header .mainMenu li a {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    color: #fff;
	font-weight: bold;
  }
  header .mainMenu li.hide {
    display: block;
  }
	header .mainMenu li::after{
		content: "";
	}
  header.on .hamburger {
    /*background-color: white;*/
  }
  header.on .hamburger::before, header.on .hamburger::after {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header.on .hamburger::after {
    display: block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header.on .mainMenu {
    display: block;
  }
  header.on .mainMenu .mask,
  header.on .mainMenu ul {
    display: block;
  }
  footer .left span:nth-child(3) {
    display: none;
  }
}

@media (max-width: 480px) {
  header .logo {
    width: 116px;
    height: 30px;
  }
  header .headerTitle {
    font-size: 14px;
  }
  footer .left span:nth-child(2) {
    display: none;
  }
}
/*選單結束*/

/*-----------------------------內容區開始-------------------------------------*/
body{
	background-color: #ffecbd!important;
	color: #2d3945;
	font-size: 18px!important;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.wrapper{
	overflow: hidden;
}
section{
	padding-top: -1px;
	padding-bottom: -1px;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: none!important;
	color: rgba(255,255,255,.7);
}
.small{
	font-size: 80%;
}
.red{
	color: #ef414c;
	font-weight: bold;
}
.large{
	font-size: 120%;
}
.bold{
	font-weight: bold;
}
.block{
	display: block;
}
.nav-download {
    background-color: #f04553;
    color: #fff;
    border-radius: 20px;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
	padding: 8px 20px;
}

.header-kv{
	background-image: url("../images/kv.jpg");
	padding-top: 42%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#feature{
	background-color: #ffecbd;
	padding: 40px 0 0;
}
#feature1,#feature3{
	margin-top: 50px;
}
.feature-box{
	border: 5px solid #323333;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 50px;
	text-align: center;
	margin-top: -75px;
	position: relative;
}
.feature-pic{
	position: relative;
	bottom: 55px;
}
.feature-title{
	margin-top: -50px;
}
.feature-coin{
	margin: 30px auto;
}
.feature-subtitle{
	margin: 10px auto;
}
.feature p{
	font-weight: bold;
	line-height: 1.5;
	height: 64px;
}
.btn_more{
	margin: 30px auto -60px;
}
.feature .btn-notice{
	margin-top: 50px;
	margin-bottom: 20px;
}
.informationA{
	line-height: 1.5;
	font-size: 16px;
	padding-bottom: 50px;
}
.section-title-m{
	display: none;
}

/*注意事項收合內容*/
#information-n,#information-n1{
  display: none;
}

/*收合內容*/
.information{
  text-align: left;
  line-height: 18px;
  font-size: 15px;
  margin-top: 40px;
}
td {
  padding: 5px 0;
}
/*收合按鈕*/
.btn-notice,.btn-notice1{
  display: inline-block;
  margin: 0px auto;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  width: 100%;
}
.btn-notice b,.btn-notice1 b{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  margin-right: 8px;
}
.btn-notice i,.btn-notice1 i{
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #000 transparent;
  margin-right: 8px;
}
.btn-notice:hover,.btn-notice1:hover{
  color: #000;
}
.btn-notice:hover b,.btn-notice1:hover b{
  border-color: #000 transparent transparent transparent;
}
.btn-notice:hover i,.btn-notice1:hover i{
  border-color: transparent transparent #000 transparent;
}
.less {
  display: none;
}

.fast{
	background-image: url("../images/background1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0 40px;
}
.fast-box{
	border: 5px solid #323333;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	margin: 200px auto 40px;
	font-weight: bold;
	line-height: 1.5;
}
.fast .line{
	background-color: #f4ae10;
	height: 3px;
	width: 100%;
	margin: 30px auto;
}
.fast-text{
	padding-left: 50px;
}
.fast-text img{
	display: inline-block;
}
.mobile{
	margin-top: -60px;
}
.pig-point{
	position: absolute;
	width: 260px;
	top: -130px;
	left: -10px;
	animation: arrow2 2s infinite;
}
.fast-notice-content{
	background-color: #ffecbd;
}

#activity{
	background-color: #ffb563;
	padding: 50px 0;
}
.activity-all{
	margin-top: 40px;
}
.activity-date{
	font-weight: bold;
	margin-top: 20px;
	color: #323333;
}
.activity-date span{
	background-color: #323333;
	color: #fff;
	padding: 3px 10px;
	border-radius: 30px;
	font-size: 85%;
	margin-right: 5px; 
	margin-bottom: 10px;
}
.activity-text{
	font-weight: bold;
	font-size: 90%;
	line-height: 3;
	color: #323333;
}
.figure img {
    border-radius: 20px;
    border: 4px solid #323333;
}
.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 8px;
	background: #fff !important;
}
.owl-dot.active {
	background: #323333 !important;
}
.owl-dots {
	text-align: center;
	margin-top: 0px;
}
.owl-nav{
	display: none;
}


/*modal*/
.modal{
	padding: 0!important;
}
.modal-content{
	font-size: 16px;
	background-color: #fef0ce;
	border: 6px solid #323333;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	border-radius: 20px;
}
.close,.close:hover{
	color: #323333;
	font-size: 40px;
}
.modal-dialog{
	max-width: 1200px;
}
.modal-header{
	border: none;
	padding: 1rem 1rem 0;
}
.modal-body{
	padding: 0rem 2rem 1rem;
}
.popup-subtitle{
	margin: 20px auto;
	font-weight: bold;
	line-height: 1.5;
}
.table-j{
	/*display: flex;*/
	justify-content: center;
	font-weight: bold;
	line-height: 1.5;
	max-width: 100%;
}
.table-j tbody th{
	background-color: #4093b6;
	color: #fff;
	border: 6px solid #ffecbd;
	border-radius: 15px;
	padding: 10px 15px;
	vertical-align: middle;
}
.table-j tbody td{
	text-align: left;
	background-color: #fff;
	border: 6px solid #ffecbd;
	border-radius: 15px;
	padding: 20px 20px;
	vertical-align: middle;
}
.table-j .subtitle{
	text-align: center;
	background-color: #ffd36a;
}
.text-ps{
	margin: 20px auto 0;
	font-size: 80%;
	line-height: 1.5;
}
.modal-footer{
	display: block;
	border: none;
	text-align: center;
}
.btn-close {
	font-size: 20px;
	line-height: 36px;
	font-weight: 900;
	letter-spacing: .5px;
	color: #fff;
	background-color: #c8191d;
	border: 5px solid #323333;
	border-radius: 50px;
	cursor: pointer;
	margin: 0 auto 20px;	
	transition: .6s;
	padding:0 30px;
}
.btn-close:hover{
	background-color: #442b13;
	color: #fff;
}
.close{
	cursor: pointer;
}



@keyframes move1 {
            0% {
                -webkit-transform: translate(-10px, 0px);
                   -moz-transform: translate(-10px, 0px);
                    -ms-transform: translate(-10px, 0px);
                     -o-transform: translate(-10px, 0px);
                        transform: translate(-10px, 0px);
            }
			50% {
                -webkit-transform: translate(10px, 0px);
                   -moz-transform: translate(10px, 0px);
                    -ms-transform: translate(10px, 0px);
                     -o-transform: translate(10px, 0px);
                        transform: translate(10px, 0px);
            }
			100% {
                -webkit-transform: translate(-10px, 0px);
                   -moz-transform: translate(-10px, 0px);
                    -ms-transform: translate(-10px, 0px);
                     -o-transform: translate(-10px, 0px);
                        transform: translate(-10px, 0px);
            }
        }

@keyframes arrow {
            0% {
                -webkit-transform: translate(0px, -2px);
                   -moz-transform: translate(0px, -2px);
                    -ms-transform: translate(0px, -2px);
                     -o-transform: translate(0px, -2px);
                        transform: translate(0px, -2px);
            }
			50% {
                -webkit-transform: translate(5px, -2px);
                   -moz-transform: translate(5px, -2px);
                    -ms-transform: translate(5px, -2px);
                     -o-transform: translate(5px, -2px);
                        transform: translate(5px, -2px);
            }
			100% {
                -webkit-transform: translate(0px, -2px);
                   -moz-transform: translate(0px, -2px);
                    -ms-transform: translate(0px, -2px);
                     -o-transform: translate(0px, -2px);
                        transform: translate(0px, -2px);
            }
        }
@keyframes arrow2 {
            0% {
                -webkit-transform: translate(0px, 0px);
                   -moz-transform: translate(0px, 0px);
                    -ms-transform: translate(0px, 0px);
                     -o-transform: translate(0px, 0px);
                        transform: translate(0px, 0px);
            }
            50% {
                -webkit-transform: translate(0px, 10px);
                   -moz-transform: translate(0px, 10px);
                    -ms-transform: translate(0px, 10px);
                     -o-transform: translate(0px, 10px);
                        transform: translate(0px, 10px);
            }
			100% {
                -webkit-transform: translate(0px, 0px);
                   -moz-transform: translate(0px, 0px);
                    -ms-transform: translate(0px, 0px);
                     -o-transform: translate(0px, 0px);
                        transform: translate(0px, 0px);
            }
        }

@keyframes rotate1 {
			from {
                -webkit-transform:rotate(0deg);
                   -moz-transform:rotate(0deg);
                    -ms-transform:rotate(0deg);
                     -o-transform:rotate(0deg);
                        transform:rotate(0deg);
            }
			to {
                -webkit-transform:rotate(360deg);
                   -moz-transform:rotate(360deg);
                    -ms-transform:rotate(360deg);
                     -o-transform:rotate(360deg);
                        transform:rotate(360deg);
            }
        }

@keyframes fall1 {
            0% {
                -webkit-transform: translate(0px, -50px);
                   -moz-transform: translate(0px, -50px);
                    -ms-transform: translate(0px, -50px);
                     -o-transform: translate(0px, -50px);
                        transform: translate(0px, -50px);
            }
			100% {
                -webkit-transform: translate(0px, 0px);
                   -moz-transform: translate(0px, 0px);
                    -ms-transform: translate(0px, 0px);
                     -o-transform: translate(0px, 0px);
                        transform: translate(0px, 0px);
            }
        }


#action {
    position: fixed;
    z-index: 99999;
    right: 1%;
    top: 500px;
    max-width: 130px;
}
#action img:first-child{
	margin-bottom: 20px;
}

/*footer*/
.img-c {
    display: inherit;
}

#gotop{
	position:fixed;
	z-index:90;
	right:2%;
	bottom:80px;
	display:none;
	width:50px;
	height:50px;
	color:#323333;
	background:rgba(255,181,99,.8);
	line-height:50px;
	border-radius:50%;
	text-align: center;
	border: 3px solid #323333;
	transition: .6s;
	box-shadow: 0px 3px 0px #a97c0e;
}
#gotop:hover{
	background:rgba(255,181,99,1);
	transition: .6s;
}
#gotop img{
	margin-top: 30%;
}


/*20231226咪咪新增*/
.fastCard {
padding: 40px 50px 0px;
margin-left: 80px;
}
.fastCard li {
margin-bottom: 15px;
}
.fastCard li span {
display: inline-block;
background-color: #4093b6;
color: #fff;
margin-right: 5px;
padding: 3px 10px;
border-radius: 5px;
margin-left: -97px;
}
.fastCard li a {
color: #ef414c;
border-bottom: 1px solid #ef414c;
}
.fastCard-2 {
padding: 0 0;
margin: -20px 40px 0 40px;

}
.fastCard-2 li {
margin-bottom: 15px;
}
.fastCard-2 li span {
display: inline-block;
background-color: green;
color: #fff;
margin-right: 5px;
padding: 3px 10px;
border-radius: 5px;
margin-left: 0px;
}
.fastCard-2 li a {
color: #ef414c;
border-bottom: 1px solid #ef414c;
}
.title04 {
width: 30%;
margin: 0 auto;
position: relative;
z-index: 99999;
margin-top: -160px;
}
.title05 {
width: 40%;
margin: 0 auto;
position: relative;
z-index: 99999;
margin-top: -160px;
}
.mt {
margin-top: -20px;
position: relative;
z-index: 99;
}
.btn02 {
display: block;
width: 30%;
margin: 10px auto  40px auto;
}
.btn03 {
display: block;
width: 40%;
margin: 40px auto  40px auto;
}
strong {
color: #ef414c;
font-size: 22px;
}
.txt i {
display: block;
font-size: 15px;
}
.blockA {
width: 100%;
text-align: center;
padding: 40px 25px;
}
.bc td {
border-color: #fff;
}
.blockB {
width: 95%;
margin: 0 auto;
background-color: #fff;
border-radius: 10px;
margin-bottom: 20px;
margin-top: 30px;
}
.title06 {
width: 80%;
margin: -80px auto 0 auto;
}
.tc {
text-align: center;
}
.tableBrand a {
color: #333;
text-decoration: underline;
}

/*20240812 欣恬 */
.t1{
	width: 20%;
}
.t2{
	width: 15%;
}
.blockA .fastCard {
    padding: 0px 30px 0px;
}

.blockB ul{
	margin-left: 97px;
	margin-top: 30px;
}

/* 警語-開始 */
.warning-wrap {background:#f2f2f2; color: #333; padding: 24px; box-sizing: border-box;}
.warning {width: 940px;margin: auto;}
.warning >h6 {font-size: 20px;margin-bottom: 16px;}
.warning p {line-height: 1.5;}
@media screen and (max-width: 990px) {
  .warning {width: 100%; padding: 0 20px;}
}

.txt-link {
text-align: center;
display: block;
text-align: center;
font-style: normal;
margin-bottom: 20px;
font-size: 20px;
}
.txt-link a {
color: #333;
border-bottom: 1px solid #333;
}


.btn {
margin-left: 0;
padding-left: 0;
margin: 0 auto;
}
.btn li:nth-child(1) {
margin-right: 8%;
}
.btn li {
display: inline-block;
width: 45%;
}
.btn li a {
display: block;
border-bottom: 0px;
}
.btn li img {
display: block;
width: 100%;
}

.table-j-2 {
	/*display: flex;*/
	justify-content: center;
	font-weight: bold;
	line-height: 1.5;
	width: 100%;
}
.table-j-2 tbody th{
	background-color: #4093b6;
	color: #fff;
	border: 6px solid rgb(255, 222, 133);
	border-radius: 15px;
	padding: 10px 15px;
	vertical-align: middle;
}
.table-j-2 tbody td{
	text-align: left;
	background-color: #fff;
	border: 6px solid rgb(255, 222, 133);
	border-radius: 15px;
	padding: 20px 20px;
	vertical-align: middle;
}
.table-j-2 .subtitle{
	text-align: center;
	background-color: #ffd36a;
}

.box {
width: 100%;
margin: 0 auto;
}
.step-wrap {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.step-wrap .owl-prev {
  left: -36px;
}
.step-wrap .owl-next {
  right: -36px;
}
.step-wrap .owl-dots {
  display: block;
  text-align: center;
}
.step-wrap .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
  background: #dedede !important;
}
.step-wrap .owl-dot.active {
  background: #333 !important;
}
.step-wrap .owl-dot:focus {
  outline: none;
}
.owl-nav button {
  width: 34px;
  height: 69px;
  position: absolute;
  top: 44%;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav span {
  display: none;
}
.item {
line-height: 30px;
margin-bottom: 10px;
}
.item img {
display: block;
width: 90%;
margin: 0 auto 20px auto;
}
.item h5 {
font-size: 18px;
font-weight: bold;
text-align: center;
}
.item h5 strong {
color: #ef414c;
}
.item h6 {}
.item h6 strong {
font-size: 24px;
font-weight: bold;
color: #c1272d;
margin: 0 3px;
}
.item ul {
text-align: center;
font-size: 15px;
width: 90%;
margin: 0 auto;
line-height: 24px;
margin-top: 10px;
}
.item ul li {}
.item ul li strong {
font-size: 22px;
font-weight: bold;
color: #c1272d;
}
.item ul li a {
color: #c1272d;
}
.item ul li span {}

.fastCard {}
.fastCard li {}
.fastCard li b {
color: #ef414c;
}

.cf {}
.cf b {
color: #ef414c;
}
.text-left {
text-align: left;
color: #666;
}
.text-left a {
border-bottom: 1px solid #ef414c;
color: #ef414c;
}
.text-small {
font-size: 15px;
color: #666;
}
