/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; }
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:1366px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(18px, 1.5vw, 20px); line-height:1.8; color: #333; letter-spacing: 0; font-weight: 400; padding-top: 75px;}

.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: 3%; padding-right: 3%;}

.font-size-17 { font-size: clamp(14px, 1.1vw, 17px);}
.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.6vw, 32px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-46 { font-size: clamp(26px, 3.5vw, 46px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-noto-serif { font-family: "Noto Serif TC", sans-serif; }

.color-white { color: #fff !important;}
.color-red { color: #cb1d20 !important;}
.color-orange { color: #e17a15 !important;}
.color-gray { color: #333 !important;}
.color-green { color: #32a2b0 !important;}
.color-black { color: #000 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(20px + 1%) 0; font-weight: 400; line-height: 1.8; font-size: clamp(18px, 1.5vw, 20px);}

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: calc(10px + 1%);line-height: 1.3;}

.width-1000 { max-width: 1000px; margin: 0 auto; text-align: left;}

.layout-50 {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 25px;}
.layout-50 > div {width: 48%; margin-bottom: 20px;}

.banner { position: relative;}
.banner-pc { }
.banner-mobile { display: none;}

.banner-pto { position: relative; width: 100%;}
.banner-pto img { object-fit: cover; width: 100%; height: 100%;}
.banner-content { position: absolute; z-index: 5; left: 0%; top:0%; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 20px 3%;}
.banner-content:before { content: ""; position: absolute; width: 18%; height: 100%;top: 0; left: 0; background: #00acae; clip-path: polygon(0% 0, 100% 0%, 56% 100%, 0 100%);}
.banner-content > div { position: relative; z-index: 3;}
.banner-content > div:nth-of-type(1) { width: 16%; margin-right: 12px;}
.banner-content > div:nth-of-type(2) { color: #fff; font-weight: 700; font-size: clamp(22px, 3vw, 44px); line-height: 1.3; letter-spacing: 0.1rem; filter: drop-shadow(0px 0px 20px rgba(0,0,0,.6));}

.title01 { font-size: clamp(26px, 3vw, 46px); line-height: 1.3; font-weight: 700;font-family: 'Noto Sans TC', sans-serif;  margin: 0; padding: 0 0 calc(10px + 1.5%) 0; position:relative; display: inline-block;}
.title01:before { content: ""; position: absolute; background: url("../images/title-icon.png") no-repeat; background-size: contain; top:-18%;left: -30px; width: 61px; height: 65px;}
.title01:first-letter { color: #00acae;}

.btn01 { position: relative; display: block; width: 150px; border: 1px solid #333; text-align: center; padding: 0 10px; overflow: hidden; border-radius: 20px; background: none;}
.btn01:before, .btn01:after { position: absolute; content: ""; border-radius: 100%; background: #00acae;transition: all 0.3s ease-out 0s; transform: scale(0);}
.btn01:before { width: 100px; height: 100px; left: -20%;bottom: -50px; transform-origin: 0 100%;}
.btn01:hover:before, .btn01:hover:after  { transform: scale(1);}
.btn01:after { width: 200px; height: 200px; right: -55%;bottom: -100px; transform: 100% 100%;}
.btn01 span { display: inline-block; line-height: 1; padding:12px 0; font-size: 16px; position: relative; z-index: 3; letter-spacing: 0.1rem;}
.btn01:hover { border: 1px solid #00acae;}
.btn01:hover span { color: #fff;}

.animate-circle-box {overflow: hidden;position: absolute;height: 130vh;width: 100%;top: 3%;left: 0;z-index: -1;}
.animate-circle-1 { position: absolute; z-index: -1; border:1px solid #00acae; border-radius: 100%; padding-bottom: 35%; width: 35%; top:20%; left: -3%; opacity: 0.5; animation-name:animate-circle-1; animation-duration:25s; animation-iteration-count: infinite; animation-timing-function: linear;}
.animate-circle-2 { position: absolute; z-index: -1; border:1px solid #00acae; border-radius: 100%; padding-bottom: 25%; width: 25%; top:12%; left: 18%; opacity: 0.3; animation-name:animate-circle-2; animation-duration:25s; animation-iteration-count: infinite; animation-timing-function: linear;}

@keyframes animate-circle-1{
	0%{transform: scale(1);}
	50%{transform: scale(0.9);top:16%; left: -10%;width: 30%; padding-bottom: 30%; opacity: 0.1;}
	100%{transform: scale(1);}
}
@keyframes animate-circle-2{
	0%{transform: scale(1);}
	50%{transform: scale(0.9);top:8%; left:10%; width: 30%;padding-bottom: 30%; opacity: 0.1;}
	100%{transform: scale(1);}
}


#path { padding: 20px 3% 20px 3%; background: #00acae; margin-bottom: calc(20px + 3%);}
#path ul { margin: 0 auto; padding: 0; text-align: left; line-height: 1.3;}
#path li { display: inline-block; vertical-align: top; font-size: 17px; line-height: 1.2; letter-spacing: 0rem; position: relative; color: #fff; font-weight: 400; }
#path li:after { content:"/"; display: inline-block; padding: 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #fff; }
#path li a:hover { color: #fff; text-decoration: underline;}

/*solution*/
.solution-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: calc(20px + 3%);}
.solution-section-1 > div:nth-of-type(1) { width: calc(50% - 55px); padding-right: 4%;}
.solution-section-1 > div:nth-of-type(2) { width: calc(50% + 55px);}

.solution-video { overflow:hidden; position: relative; border-radius: 0 8vw 8vw 8vw; display: block;}
.solution-video:hover .solution-video-btn > img { transform: scale(1.2);}
.solution-video:hover { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); transform: scale(0.95);}
.solution-video > img { width: 100%;transition: all 0.4s ease-out 0s;}
.solution-video-btn { position: absolute; z-index: 2; top:50%; left: 50%; transform: translate(-50%, -50%);}
.solution-video-btn > img { width: 80px;transition: all 0.4s ease-out 0s;}

.title02 { margin-bottom: calc(20px + 1.5%); display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.title02 > div { width: 100%; height: 1px; background: #333333;}
.title02 > span { white-space: nowrap; padding:0 25px; line-height: 1.3; font-weight: 700;font-size: clamp(26px, 3vw, 46px); }

.solution-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 40px;}
.solution-section-2 > div:nth-of-type(1) { width: calc(50% + 55px); overflow: hidden; border-radius: 5vw;}
.solution-section-2 > div:nth-of-type(1) img { width: 100%;}
.solution-section-2 > div:nth-of-type(2) { width: calc(50% - 55px); padding-left: 4%; font-weight: 500; font-size: clamp(20px, 3vw, 36px); line-height: 1.4;}

/*case*/
aside { border-width: 2px 0; border-style: solid; border-color: #e4e4e4; padding:22px 0 17px 0; display:flex; flex-flow: wrap; justify-content: center; margin-bottom: calc(20px + 1.5%);}
aside > a { display: inline-block; padding: 0 2.3%; line-height: 1.3; padding-bottom: 8px;}
aside > a:hover, aside > a.current { color: #00acae;}

.case-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(20px + 2%);}
.case-list > a { width: 33.33%; display: block; padding: 0 12px 24px 12px;}
.case-list > a:hover .case-list-title { color: #33bdbe;}
.case-list > a:hover .case-list-pto { transform: rotateY(-4deg) perspective(300px) rotateY(-4deg) translateY(0px) scale(0.95); filter: drop-shadow(0px 10px 20px #ccc);}
.case-list-pto { padding-bottom: 89.5%; margin-bottom: 12px;transition: all 0.4s ease-out 0s;transform-origin: 50% 50%;}
.case-list-pto img { transition: all 0.4s ease-out 0s; }
.case-list-title { font-weight: 700;font-size: clamp(20px, 1.9vw, 26px); line-height: 1.3; padding-bottom: 8px;}
.case-list-data { padding-bottom: 20px; line-height: 1.5; font-size: 18px; color: #333;}
.case-list-btn { color: #33bdbe; text-decoration: underline;}

/*products*/
.products-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(10px + 1%);}
.products-list > div { width: 50%; padding: 0 5% 30px 5%; margin-bottom: calc(20px + 2%); position: relative; display: flex; flex-direction: row; flex-wrap: wrap;}
.products-list > div:after { content: ""; position: absolute; bottom: 0;left: 0; width: 100%; height: 76%; background: #f4f4f4;}
.products-list > div > div { position: relative; z-index: 3;}
.products-list > div > div:nth-of-type(1) { width: 33%;}
.products-list > div > div:nth-of-type(2) { width: 67%; padding-left: 35px; padding-top: 25px;}
.products-list-pto { padding-bottom: 174%; display: block;}
.products-list-pto img { transition: all 0.4s ease-out 0s; }
.products-list-title { font-weight: 700; line-height: 1.3; font-size: clamp(22px, 2.5vw, 35px); padding-bottom: 20px;}
.products-list-data { line-height: 1.5; margin-bottom: 30px; min-height:55px; }

/*products-detail*/
.products-detail-top { padding-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.products-detail-top > div:nth-of-type(1) { width: 35%; padding: 0 5%; position: relative;}
.products-detail-top > div:nth-of-type(2) { width: 65%; padding-left: 3%; padding-top: 20px; }

.loop-pro { margin:0 0 20px 0; padding: 0 0 calc(20px + 4%) 0;}
.loop-pro .owl-dots { }
.loop-pro .owl-item {position: relative; }
.loop-pro .owl-nav { position: absolute; bottom: 10%; transform: translateX(-50%); left: 50%; width: 120px; z-index: 11;}
.loop-pro .owl-prev, .loop-pro .owl-next { position:absolute; z-index:100;  width: 45px !important; height: 45px !important; border-radius: 100% !important; background: rgba(60,49,44,.8) !important; border: 0px solid #074151 !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%);}
.loop-pro .owl-prev:hover, .loop-pro .owl-next:hover { background: rgba(60,49,44,1) !important;}
.loop-pro .owl-prev:hover:before, .loop-pro .owl-next:hover:before { border-color: #fff;}
.loop-pro .owl-prev { left:0px; }
.loop-pro .owl-next { right:0px;}
.loop-pro .owl-prev:before, .loop-pro .owl-next:before { content: ""; position: absolute; width: 13px; height: 13px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop-pro .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.loop-pro .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.loop-pro .owl-prev:hover:before, .loop-pro .owl-next:hover:before { }
.loop-pro .owl-stage-outer {z-index: 2;}
.loop-pro .owl-stage {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.loop-pro .owl-dots { position: absolute; z-index: 100; bottom:-20px; left:0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop-pro .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop-pro .owl-dots .owl-dot.active {  }
.loop-pro .owl-dots .owl-dot span, .loop-pro  .owl-dots .owl-dot span { background: #e8e8e8 !important; width: 12px !important; height: 12px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop-pro .owl-dots .owl-dot.active span/*, .loop-pro  .owl-dots .owl-dot:hover span*/ { background: #00acae !important; }

.swiper-banner .swiper-slide { text-align: center;}
.swiper-pagination {  left: 50% !important; bottom: -30px !important; transform: translateX(-50%) !important; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center;  width: 100% !important; height: auto !important;}
.swiper-pagination-bullet { width: 10px !important; height: 10px !important; opacity: 1 !important; background: #ddd !important; margin: 0 5px !important; border-radius: 100%;}
.swiper-pagination-bullet-active { background: #00acae !important; }

.share-tool { padding-bottom: 25px;}

.title03 { margin-bottom: 20px; display: inline-block;  position:relative;}
.title03 > span { background: #333; width: 1px; height: 100%; transform: rotate(15deg); display: inline-block; position: absolute; top: 0;}
.title03 > span:first-child { left: 0;}
.title03 > span:last-child { right: 0;}
.title03 > div { font-weight: 700;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.4; padding: 4px 20px; letter-spacing: 0.1rem;}

.data-download-list { padding-bottom: 10px; }
.data-download-list > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; width: fit-content; line-height: 1.2; border-radius: 20px; border: 1px solid #00acae; color: #00acae; padding: 5px 20px;}
.data-download-list > a:hover { background: #00acae; color: #fff;}
.data-download-list > a:hover > img { filter: brightness(0) invert(1);}
.data-download-list > a > img { display: inline-block; margin-right: 8px; width: 20px;}

.pro-detail-tool { border-top: 1px solid #333333; padding-top: 20px; margin-top: 20px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.pro-detail-tool > div { margin-bottom: 15px;}

.tool-btn-box { display: flex; flex-direction: row; flex-wrap: wrap; }
.tool-btn-box > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.tool-btn-box > a > span { width: 45px; height: 45px; border-radius: 100%; background: #333; position: relative;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.tool-btn-box > a:hover > span { background: #00acae;}
.tool-btn-box > a > span:after { position: absolute; content: ""; width: 15px; height: 15px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff;}
.tool-btn-box > a.tool-btn-prev { padding-right: 25px;}
.tool-btn-box > a.tool-btn-prev > span { margin-right: 10px;}
.tool-btn-box > a.tool-btn-next > span { margin-left: 10px;}
.tool-btn-box > a.tool-btn-prev > span:after { transform: rotate(-135deg); left: 19px;}
.tool-btn-box > a.tool-btn-next > span:after { transform: rotate(45deg);right: 19px;}


.btn-inquiry { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.btn-inquiry > span { width: 45px; height: 45px; border-radius: 100%; background: #333; position: relative;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; margin-right: 10px;}
.btn-inquiry:hover > span { background: #00acae;}
.btn-inquiry > span > img { width: 22px; filter:brightness(0) invert(1);}

.btn-back { padding-bottom: calc(20px + 4%);}
.btn-back .btn01 { margin: 0 auto;}

/*experience*/
.experience-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -38px; padding-bottom: 25px;}
.experience-list > div { width: calc(33.33% - 38px); margin-right: 38px; padding-bottom: calc(20px + 2.5%);}
.experience-list-pto { width: 100%; margin-bottom: 15px; border-radius: 4vw;}

.title04 { position: relative; margin-bottom: 12px; padding-left: 35px; font-weight: 500; font-size: clamp(22px, 2.5vw, 30px); line-height: 1.4;}
.title04:before { position: absolute; content: ""; width: 15px; height: 15px; border-radius: 100%; left: 8px; top:50%; transform: translateY(-50%); background: #00acae;}

.experience-bottom-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; }
.experience-bottom-section > div:nth-of-type(1) { width: 25%;}
.experience-bottom-section > div:nth-of-type(2) { width: 75%; padding-left: 5%; font-weight: 300;font-size: clamp(22px, 2.5vw, 30px); line-height: 1.5;}

/*news*/
.news-list { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: calc(20px + 2%);}
.news-list:hover .news-title { color: #00acae;}
.news-list:hover > div:nth-of-type(1) img { transform: scale(0.9);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2)}
.news-list:after { content: ""; position: absolute; bottom: 0; right: 0; width: 65%; height: 1px; background: #d3d3d3;}
.news-list > div:nth-of-type(1) { width: 35%; padding-right: calc(20px + 2%);}
.news-list > div:nth-of-type(1) img { width: 100%;transition: all 0.4s ease-out 0s;}
.news-list > div:nth-of-type(2) { width: 65%; }
.news-date { font-size: clamp(16px, 1.3vw, 18px); line-height: 1; padding-bottom: 8px; color: #333;}
.news-title { font-weight: 500;font-size: clamp(20px, 2.5vw, 30px); line-height: 1.4;}

#page { text-align: center; padding:0 0 calc(20px + 3%) 0;}
#page a { font-size: 16px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 28px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #00acae; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #333; border-right: 1px solid #333; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*news-detail*/
.news-detail-btn-box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: calc(20px + 3%);padding-top: calc(20px + 1%); border-top: 1px solid #333; }
.news-detail-btn-box > div {  padding-bottom: calc(20px + 1%);}
.news-detail-btn { 	width: 130px; height: 40px; border-radius: 25px; text-align: center; line-height: 1.1;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; border: 1px solid #333; justify-content: center;}
.news-detail-btn > span { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.news-detail-btn:hover { background: #00acae; border-color: #00acae; color: #fff;}
.news-detail-btn:hover b { border-color: #fff;}
.news-detail-btn b { display: inline-block; width:7px; height: 7px; border-color:#333; border-style: solid; border-width: 1px 1px 0 0; margin:0 5px;transition: all 0.4s ease-out 0s;}
.news-detail-btn b.prev { transform: rotate(-135deg);}
.news-detail-btn b.next { transform: rotate(45deg);}

/*blog*/
.blog-section {  display: flex ;flex-direction: row; flex-wrap: wrap;}
.blog-section > div:nth-of-type(1) { width: 220px;}
.blog-section > div:nth-of-type(2) { width: calc(100% - 220px); padding-left: 5%;}
.blog-section .title-2 { margin-bottom: 12px; font-weight: 500;}

.blog-section .title03 { margin-bottom: 15px;}
.blog-section ol{ padding-left: 20px; }
.blog-section ol li { padding:0 0 8px 0px; margin: 0; position: relative;font-size: clamp(18px, 1.5vw, 20px);  font-weight: 400; line-height: 1.5;}

.tags-list { display: flex ;flex-direction: row; flex-wrap: wrap; padding-bottom: 20px;}
.tags-list > a { line-height: 36px; border-radius: 18px; padding: 0 10px; margin: 0 5px 8px 0; border: 1px solid #111;font-size: clamp(16px, 1.3vw, 18px);}
.tags-list > a:hover, .tags-list > a.current { background: #00acae; color: #fff; border-color: #00acae;}

.tags-submenu { padding-bottom: 20px; }
.tags-submenu > a { display: block; border-bottom: 1px solid #111; padding: 0 0 4px 0; margin-bottom: 4px;font-size: clamp(16px, 1.3vw, 18px);}
.tags-submenu > a:hover,.tags-submenu > a.current { color: #00acae;}

.blog-list-content { padding-bottom: 20px; display: flex ;flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.blog-list-content > div:nth-of-type(1) { width: 33%;}
.blog-list-content > div:nth-of-type(1) img { transition: all 0.8s ease-out 0s; }
.blog-list-content > div:nth-of-type(1):hover img { transform: scale(0.95);}
.blog-list-content > div:nth-of-type(2) { width: 67%; padding-left: 5%;}
.blog-list-content > div:nth-of-type(2) .tags-list { padding-bottom: 5px;}
.blog-list-title { display: block; padding-bottom: 10px; font-weight: 500;font-size: clamp(22px, 2.5vw, 30px); }
.blog-list-data { color: #666; padding-bottom: 15px; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.5;}
.blog-list-date { text-align: right; color: #666; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.1;}

/*blog-detail*/
.title05 { position: relative; margin-bottom: 20px; padding-left: 20px; font-weight: 700; font-size: clamp(20px, 1.9vw, 24px); line-height: 1.3;}
.title05:before { position: absolute; content: ""; width: 5px; height: 100%; left: 0; top:0; background: #00acae;}

.list-data-type-1 { margin: 0 0 30px 0; padding: 0; list-style: none;}
.list-data-type-1 li { padding:0 0 8px 20px; margin: 0; position: relative;font-size: clamp(18px, 1.5vw, 20px);  font-weight: 400; line-height: 1.5;}
.list-data-type-1 li:before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 100%; left: 0; top:12px; background: #00acae;}

/*about*/
.about-section-1 { display: flex ;flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: calc(20px + 3%);}
.about-section-1 > div { width: 50%; padding-left: 3%;}
.about-section-1 > div:nth-of-type(1) .title01 { padding-bottom: 10px;}
.about-section-1 > div:nth-of-type(2) img { width: 100%; }
.about-section-1-content { max-width: 683px; margin: 0 0 0 auto;}

.about-section-1-b > div { padding-right: 3%;padding-left: 0;}
.about-section-1-b > div:nth-of-type(1) { order: 2;}
.about-section-1-b > div:nth-of-type(2) { order: 1;}
.about-section-1-b .about-section-1-content { margin: 0 auto 0 0;}

.about-list-section { display: flex ;flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 5%); }
.about-list-section > a { width: 20%; position: relative; padding: 25px; display: block;}
.about-list-section > a:before { content: ""; position: absolute; width: 1px; height: calc(100% - 50px); background: #cbcbcb; right: 0; top:50%; transform: translateY(-50%);}
.about-list-section > a:nth-of-type(5n + 5):before { display:none;}
.about-list-section > a:after { content: ""; position: absolute; width: calc(100% - 50px); height: 1px; background: #cbcbcb; bottom: 0; left:50%; transform: translateX(-50%);}
.about-list-pto { padding-bottom: 38%; margin-bottom: 10px;}
.about-list-title { text-align: center; font-size: clamp(14px, 1.1vw, 17px); line-height: 1.2; color: #333;}


/*contact*/
.contact-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 3%); }
.contact-section > div:nth-of-type(1) { width: calc(100% - 390px); padding-right: 10%;}
.contact-section > div:nth-of-type(2) { width: 390px; padding-top: 10px;}

.contact-section-data { border-bottom: 1px solid #dfdfdf; padding: 10px 0; position: relative; padding-left: 20px;}
.contact-section-data span { color: #d60000; position: absolute; left: 0; top:11px;}

.contact-main input[type="text"], .contact-main input[type="number"], .contact-main input[type="tel"], .contact-main input[type="phone"], .contact-main input[type="date"], .contact-main input[type="email"], .contact-main input[type="password"], .contact-main input[type="button"], .contact-main textarea { font-size: clamp(18px, 1.5vw, 20px); border-width:0 0 0 0; border-style: solid; border-color: #cccccc; margin: 0px 0 0 0; width: 100%; padding: 0; color:#3c312c; background: none; font-family: 'Noto Sans TC', sans-serif; letter-spacing: 0; }
.contact-main textarea { height:105px; padding:0; letter-spacing: 0; resize: none;}
.contact-main select{  margin: 0px 0 0 0; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: 100% 50%; background-size:18px 8px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: clamp(18px, 1.5vw, 20px); border-width:0 0 0px 0; border-style: solid; border-color: #cccccc; mwidth: 100%; color:#3d3d3d; font-family: 'Noto Sans TC', sans-serif; padding: 0 35px 0 0;  letter-spacing: 0;}
.contact-main option { padding:1px 5px;}
.contact-main select::-ms-expand {
    display: none;
}
input::placeholder, textarea::placeholder { color: #3c312c; opacity:1;}

.contact-info { display: flex; flex-direction: column; flex-wrap: wrap; }
.contact-info > div { margin-bottom: 25px; }
.contact-info > div > a:hover { color: #00acae !important; }
.contact-info > div > span { display: block; line-height: 1; padding-bottom: 8px; color: #00acae; font-size: 16px; font-weight: 700;text-transform: uppercase;}
.contact-social img { width: 32px; filter: brightness(0);}
.contact-social { padding-top: 4px;}
.contact-social a { display: inline-block; margin-right: 10px;}
.contact-social a:hover { transform: scale(0.9);}

.layout-33 { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-33 > div { width: 33.33%; padding-right: 10px; padding-bottom: 10px;}

.contact-map iframe { border-width: 0; width: 100%; height: 355px;}

@media only screen and (max-width: 1365px) {
    #content { padding-top: 60px;}

	
}
@media only screen and (max-width: 1279px) {
	
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none;}
	.banner-mobile { display: block;}
	
	.banner-pto { height: 200px;}
	
	#path { padding: 10px 3% 10px 3%;}
	#path li { font-size: 15px;}
	
	.animate-circle-1 { padding-bottom: 60%; width: 60%;}
	.animate-circle-2 { padding-bottom: 50%; width: 50%;}

	@keyframes animate-circle-1{
		0%{transform: scale(1);}
		50%{transform: scale(0.9);top:16%; left: -10%;width: 50%; padding-bottom: 50%; opacity: 0.1;}
		100%{transform: scale(1);}
	}
	@keyframes animate-circle-2{
		0%{transform: scale(1);}
		50%{transform: scale(0.9);top:8%; left:10%; width: 60%;padding-bottom: 60%; opacity: 0.1;}
		100%{transform: scale(1);}
	}
	
	
	.title01:before { top:-5px;left: -15px; width: 30px; height: 32px;}

	.solution-section-1 > div:nth-of-type(1) { width: 100%; order: 2; padding-right: 0%;}
	.solution-section-1 > div:nth-of-type(2) { width: 100%; order: 1; padding-bottom: 25px;}
	.solution-video-btn > img { width: 60px;}

	.solution-section-2 > div:nth-of-type(1) { width: 100%; margin-bottom: 10px;}
	.solution-section-2 > div:nth-of-type(2) { width: 100%; padding-left: 0%; text-align: center;}
	
	aside { padding:10px 0; margin-bottom: calc(20px + 1%); justify-content: flex-start;}
    aside > a { padding: 12px 1.6%; text-align: center; width: calc(100% / 3);}
	
	.products-detail-top > div:nth-of-type(1) { width: 100%; padding: 0 5%; margin-bottom: 60px;}
	.products-detail-top > div:nth-of-type(2) { width: 100%; padding-left: 0%; padding-top: 0px; }

	.title04 { padding-left: 15px;}
	.title04:before { width: 8px; height: 8px; left: 0px; }
	
	.blog-list-content { align-items: flex-start;}
	
	.blog-section > div:nth-of-type(1) { width: 100%; order: 2; padding-bottom: 30px;}
	.blog-section > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0; order: 1;}
	
	.about-section-1 > div { width: 100%;}
	.about-section-1 > div:nth-of-type(1) { padding-right: 3%;}
	.about-section-1-content { max-width: 100%;}
	.about-section-1-b > div:nth-of-type(1) { padding-left: 3%;}
	.about-section-1-b > div:nth-of-type(1) { order: 1; padding-bottom: 30px;}
	.about-section-1-b > div:nth-of-type(2) { order: 2;}
	
	.about-list-section > a { width: 33.33%; }
	.about-list-section > a:nth-of-type(5n + 5):before { display:block;}
	.about-list-section > a:nth-of-type(3n + 3):before { display:none;}
	
	.contact-section > div:nth-of-type(1) { width: calc(100% - 0px); padding-right: 0; padding-bottom: calc(20px + 3%);}
	.contact-section > div:nth-of-type(2) { width: 100%; padding-top: 0px;}
}
@media only screen and (max-width: 768px) {
	.case-list > a { width: 50%; }
	
	.products-list > div { width: 100%; }
	
	.experience-list > div { width: calc(50% - 38px);}
	
	.layout-50 > div {width: 100%; }
	
	.experience-bottom-section > div:nth-of-type(1) { width: 100%; order: 2; text-align: center;}
	.experience-bottom-section > div:nth-of-type(2) { width: 100%; order: 1; padding-left:0; padding-bottom: 35px;}
	
	.news-list:after { width: 100%;}
	.news-list > div:nth-of-type(1) { width: 100%; padding-right: 0; margin-bottom: 15px;}
	.news-list > div:nth-of-type(2) { width: 100%; padding-bottom: 20px;}
	
	.news-detail-btn-box > div:nth-of-type(1) { order: 2;}
	.news-detail-btn-box > div:nth-of-type(2) { order: 1; width: 100%; }
	.news-detail-btn-box > div:nth-of-type(2) .btn01 { margin: 0 auto;}
	.news-detail-btn-box > div:nth-of-type(3) { order: 3;}
}
@media only screen and (max-width: 640px) {
	.banner-pto { height: 160px;}
	.banner-content > div:nth-of-type(1) { width: 70px; margin-right: 5px;}
	.banner-content:before { width: 38%; }
	
	.about-list-section > a { width: 50%; }
	.about-list-section > a:nth-of-type(5n + 5):before { display:block;}
	.about-list-section > a:nth-of-type(3n + 3):before { display:block;}
	.about-list-section > a:nth-of-type(2n + 2):before { display:none;}
	
	.layout-33 {  padding-bottom: 8px;}
	.layout-33 > div { width: 100%; padding-right: 0px; border-bottom: 1px solid #dfdfdf; padding-top: 8px;}
}
@media only screen and (max-width: 570px) {
	.case-list > a { width: 100%; display: block; padding: 0 0 24px 0;}
	
	.experience-list { margin-right: 0px; }
	.experience-list > div { width: 100%; margin-right: 0; }
	
	.blog-list-content > div:nth-of-type(1) { width: 100%; margin-bottom: 10px;}
	.blog-list-content > div:nth-of-type(1) img { width: 100%;}
	.blog-list-content > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
    
    aside { padding: 12px 0;}
    aside > a { padding: 12px 2%; width: calc(100% / 2);}
}

@media only screen and (max-width: 414px) {
	.products-list > div > div:nth-of-type(1) { width: 100%;}
	.products-list > div > div:nth-of-type(2) { width: 100%; padding-left: 0px; padding-top: 25px;}
	.products-list-pto { padding-bottom: 89%; }
    
    aside > a { padding: 13px 0; width: 100%;}
	
}

@media only screen and (max-width: 320px) {
	
	.about-list-section > a { width: 100%; }
	.about-list-section > a:before { display:none !important;}
	
}