/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1360px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 18px; line-height:1.6; color: #222; letter-spacing: 0.05rem; font-weight: 400; padding-top: 180px;}
#content p{ margin-bottom: 0; margin-top: 0; padding-bottom: 30px; font-size: 18px;line-height:1.6;  font-weight: 400;}
p, td, li, label { font-size: 18px;line-height:1.6;  font-weight: 400;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}

.demo-section { padding-left: 5%; padding-right: 5%;}

.main-box { padding-top: calc(20px + 1%);}

.title01 { padding-bottom: 22px; margin-bottom: 22px; position: relative;}
.title01 > h1, .title01 > div { padding: 0; margin: 0; line-height: 1.4; font-size: clamp(24px, 2.6vw, 38px); font-weight: 700;}
.title01:after { content: ""; position: absolute; width: 220px;  height: 10px;background: linear-gradient(90deg, #dc0000 0%, #ff0042 100%); left: 0; bottom: 0;}

.title02 { font-size: clamp(18px, 1vw, 22px); padding-bottom: 30px; }
	
.idx-blog-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 1%);}
.idx-blog-section > div:nth-of-type(1) { width: calc(50% - 15px);}
.idx-blog-section > div:nth-of-type(2) { width: calc(50% + 15px);display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-blog-section > div:nth-of-type(2) > div { width: 50%; padding: 0 0 20px 23px;}
.idx-blog-pto {display: block; overflow: hidden; border-radius: 25px; padding-bottom: 129%; position: relative;}
.idx-blog-pto img { transition: all 1s ease-in-out 0s;}
.idx-blog-pto:hover img { transform: scale(1.05);}
.idx-blog-pto:hover .idx-blog-content > b:after { width: 100%; left: 0;}
.idx-blog-mask {position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 85%; background: linear-gradient(0deg, rgba(0,0,0,.8) 30%, rgba(0,0,0,0) 100%); z-index: 3;}
.idx-blog-content {position: absolute; z-index: 4; left: 0; bottom: 0; width: 100%; padding: 0 5% 35px 5%; color: #fff; line-height: 1.6;}
.idx-blog-content > b { font-weight: 700; display: block; font-size: 22px; padding-bottom: 7px; margin-bottom: 4px; position: relative; line-height: 1.3;}
.idx-blog-content > b:after { content: ""; position: absolute; bottom: 0; right: 0; width: 0%; height: 1px; background: #fff; transition: all 0.6s ease-out 0s;}
.idx-blog-content > div { display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.idx-brand-section { padding: 10px 0 calc(15px + 2%) 0;}

.loop2 { padding-bottom: 75px;}
.loop2 .owl-dots { }
.loop2 .owl-item {position: relative; }
.loop2 .owl-item img { width: inherit !important; }
.loop2 .owl-nav { position: absolute; top:calc(50% - 40px); width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop2 .owl-prev { left:30px; }
.loop2 .owl-next { right:30px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop2 .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop2 .owl-next:before { content: ""; transform: rotate(45deg);}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { opacity: 1;}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom: 0px; width: 100%; text-align: center !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #ccc !important; width: 10px !important; height: 10px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2  .owl-dots .owl-dot:hover span { background: #ff0000 !important; }
.loop2 .btn01 { position: relative; display: flex; flex-flow: wrap; height: auto; padding: 0 30px; z-index: 1;}
.loop2 .btn01::before { content: ''; position: absolute; top: 18px; right: 19px; width: 6px; height: 8px; background:#fff; clip-path: polygon(0% 0, 100% 50%, 0% 100%); z-index: 2; transition:all 0.3s ease-in-out 0s;}
.loop2 .btn01:hover::before { right: -40px;}
.loop2 .btn01 > div { display: flex; flex-flow: column; padding: 5px 0;}
.loop2 .btn01 > div .text_1 { position: relative; font-size: 20px; font-weight: 500; color: #fff; margin: 0 0 5px 0; z-index: 2; border-bottom: 1px solid #fff; padding: 0 0 5px 0;}
.loop2 .btn01 > div .text_2 { position: relative; font-size: 16px; font-weight: 400; color: #fff; margin-bottom: 0; z-index: 2; display: -webkit-box;
  -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

.idx-brand-logo { display: block; padding-bottom: 34%; margin-bottom: 25px;}

.btn01 { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0 19px; width: 100%; height: 44px; border-radius: 20px; background: linear-gradient(90deg, #3875aa 0%, #2c5e8a 100%); overflow: hidden; position: relative;}
.btn01:after { content: ""; position: absolute; background: #dc0000; width: 150%; height: 150%; bottom: -10%; left: 50%; transform: translateX(-50%) scale(0.3, 0); transform-origin: 50% 100%;transition: all 0.4s ease-in-out 0s; border-radius: 100%; }
.btn01:hover:after { transform: translateX(-50%) scale(1.2, 1); }
.btn01:hover  > span { right: -40px; }
.btn01 > div { font-size: 20px; font-weight: 500; color: #fff; position: relative; z-index: 2;}
.btn01 > span { display: block; width: 6px; height: 8px; background: #fff;  position: relative; z-index: 2;transition: all 0.3s ease-in-out 0s; clip-path: polygon(0% 0, 100% 50%, 0% 100%); right: 0;}


.loop3 { padding-bottom: 75px;}
.loop3 .owl-dots { }
.loop3 .owl-item {position: relative; padding-bottom: 30px; padding-right: 1px; }
.loop3 .owl-item img { width: inherit !important; }
.loop3 .owl-nav { position: absolute; top:calc(50% - 40px); width: 100%; z-index: 11;}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100; top:calc(50% - 0px); background:none !important;}
.loop3 .owl-prev { left:30px; }
.loop3 .owl-next { right:30px;}
.loop3 .owl-prev:before, .loop3 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 0.5;transition: all 0.4s ease-out 0s;width: 35px; height: 35px; background-size: contain; display: block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff;}
.loop3 .owl-prev:before { content: ""; transform: rotate(-135deg); }
.loop3 .owl-next:before { content: ""; transform: rotate(45deg);}
.loop3 .owl-prev:hover:before, .loop3 .owl-next:hover:before { opacity: 1;}
.loop3 .owl-stage-outer {z-index: 2;}
.loop3 .owl-dots { position: absolute; z-index: 100; bottom: 0px; width: 100%; text-align: center !important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot span, .loop3  .owl-dots .owl-dot span { background: #ccc !important; width: 10px !important; height: 10px !important;}
.loop3 .owl-dots .owl-dot.active span, .loop3  .owl-dots .owl-dot:hover span { background: #ff0000 !important; }

.idx-play-section { position: relative; border: 1px solid #808080;}
.idx-play-pto { display: block; padding-bottom: 60.5%; margin-bottom: 25px;}
.idx-play-content { padding: 0 calc(15px + 2%) calc(40px + 6%) calc(15px + 2%);}
.idx-play-title { text-align: center; font-size: 22px; font-weight: 700; line-height: 1.5; padding-bottom: 14px;white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}
.idx-play-data {  min-height: 88px;
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.idx-play-btn { position: absolute; z-index: 2; width: 150px; bottom: -22px; left: 50%; transform: translateX(-50%);}

.idx-blog-section-2 { padding-bottom: calc(20px + 4%); padding-top: 10px;}
.idx-blog-section-2-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.idx-blog-section-2-list > div { width: calc(50% - 40px); position: relative; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #c5c5c5}
.idx-blog-section-2-list > div:nth-child(odd):after { content:""; position: absolute; right: -40px; top: 0; width: 1px; height: calc(100% - 40px); background: #c5c5c5;}

.title03 { display: block; padding-bottom: 15px;}
.title03:hover > div { color: #c90d3e;}
.title03:hover > span, .title03:hover > span:before, .title03:hover > span:after { background: #c90d3e;}
.title03 > div { font-size: 22px; font-weight: 700;transition: all 0.4s ease-out 0s; line-height: 1.4;}
.title03 > span { display: inline-block; position: relative; width: 46px; height: 2px; background: #b8b8b8; margin: 6px 0;transition: all 0.4s ease-out 0s;}
.title03 > span:before, .title03 > span:after { content: ""; position: absolute; border-radius: 100%; background: #b8b8b8;transition: all 0.4s ease-out 0s; top: 50%; transform: translateY(-50%);}
.title03 > span:before { width: 14px; height: 14px; left: 0;}
.title03 > span:after { width: 9px; height: 9px; right: 0;}

.idx-blog-section-2-data {height: 60px; margin-bottom: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.idx-blog-section-2-date { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.idx-blog-section-2-date > div { font-size: 14px; color: #a1a1a1; padding-right: 16px; line-height: 1;}
.idx-blog-section-2-date > a { opacity: 0.3; width: 22px; display: inline-block; line-height: 1;}
.idx-blog-section-2-date > a:hover { opacity: 1; transform: scale(1.2);}

.idx-blog-section-2-btn { max-width: 160px; margin: 0 auto;}

.idx-news-section { padding-bottom: calc(20px + 4%); padding-top: 10px;}
.idx-news-section-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -35px;}
.idx-news-section-list > div { width: calc(33.33% - 35px); margin: 0 35px 40px 0;}
.idx-news-pto { padding-bottom: 84%; margin-bottom: 20px; border-radius: 25px; display: block;}
.idx-news-tag { display: inline-block; border-radius: 15px; height: 30px; min-width: 124px; line-height: 1.2; padding: 5px 15px; color: #fff !important; background: #ff0000; font-size: 15px; font-weight: 700; margin-bottom: 12px;}
.idx-news-title { font-size: 22px; font-weight: 700;line-height: 1.5; height:66px;  margin-bottom: 15px; display: block;

	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.idx-news-title:hover { color: #c90d3e !important;}
.idx-news-date { color: #a1a1a1; font-size: 14px; line-height: 1;}

.idx-ad-section { padding-bottom: calc(20px + 4%);}

@media only screen and (max-width: 1800px) {
    #content {  padding-top: 240px;}
}
@media only screen and (max-width: 1600px) {
	
    
}
@media only screen and (max-width: 1365px) {
	#content { font-size: 17px; padding-top: 123px;}
	#content p{ font-size: 17px;}
	p, td, li, label { font-size: 17px;}
	
    
}
@media only screen and (max-width: 980px) {
    .loop2 { padding-bottom: 55px;}
    .idx-brand-section { padding: 10px 0;}
	.idx-blog-content > b{ font-size: 19px;}
	
	.idx-blog-section-2-list > div { width: 100%}
	.idx-blog-section-2-list > div:nth-child(odd):after { display: none;}
	
	.idx-news-title { font-size: 19px; height: 62px;}
	.idx-news-section-list > div { width: calc(50% - 35px); }
}

@media only screen and (max-width: 768px) {
	
	.idx-blog-section > div:nth-of-type(1) { width: 100%; margin-bottom: 20px;}
	.idx-blog-section > div:nth-of-type(2) { width: 100%; justify-content: space-between;}
	.idx-blog-section > div:nth-of-type(2) > div { width: calc(50% - 10px); padding: 0 0 20px 0;}
}

@media only screen and (max-width: 640px) {
	.btn01 > div { font-size: 17px;}
}
@media only screen and (max-width: 570px) {
	#content { padding-top: 120px;}
	
	.idx-blog-section > div:nth-of-type(2) > div { width: 100%;}
	
	.idx-news-section-list > div { width: calc(100% - 35px); }
	
}
@media only screen and (max-width: 414px) {
	
	
}
@media only screen and (max-width: 374px) {
	
}