/* 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;}

.width-1200 { max-width:1200px;}

#content { font-size: 17px; line-height:1.6; color: #222; letter-spacing: 0.05rem; font-weight: 400; padding-top: 104px;}

.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%;}

.font-size-18 { font-size: 18px;}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.5vw, 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(20px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(20px, 2.5vw, 30px);}
.font-size-36 { font-size: clamp(20px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(24px, 3.5vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(24px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-58 { font-size: clamp(28px, 4vw, 58px); line-height: 1.2;}

.font-weight-700 { font-weight: 700;}
.color-green { color: #6ca55a;}
.single-pto { margin-bottom: 20px;}
.title-type-1 { padding-bottom: calc(5px + 1%);}
.align-center { text-align: center !important;}

.banner { position: relative; height:208px; }
.banner img { object-fit: cover; width: 100%; height: 100%; object-position:70% 0%;}
.banner-pc { }
.banner-mobile { display: none !important;}

.main-start { position: relative; }

.animate-bg-1 { position: absolute; left: -10px; z-index: -3; transform-origin: 50% 50%; top:3%; animation-name: animate-bg-1;animation-duration: 30s; animation-timing-function: linear; animation-iteration-count: infinite; width: 33%;}
.animate-bg-2 { position: absolute; right: 8%; z-index: -3; transform-origin: 50% 50%; top:30%; animation-name: animate-bg-1;animation-duration: 30s; animation-timing-function: linear; animation-iteration-count: infinite; width: 30%;}
@keyframes animate-bg-1 {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(180deg);}
}

.line-animate { position: absolute; z-index: -2; transform-origin: 50% 0; width: 1px; height: 500px; background: #6ca55a; transform: rotate(-45deg);animation-name: line-animate;}
@keyframes line-animate {
  0% {opacity: 0;height: 0px}
  100% {opacity: 1;height: 500px}
}
.idx-about-line-1 { top: 0%; left: 20%;}
.idx-about-line-2 { top: 0%; right: 30%;}
.idx-about-line-3 { top: -10%; left: 5%;}
.idx-about-line-4 { top: -25%; left: 15%;}

.font-family-Poppins {font-family: "Poppins", sans-serif;}

.title01 { position: relative;}
.title01:before { position: absolute; content: ""; width: 28px; height: 28px; background: #478f31; border-radius: 7px; top:-6px; left: -13px; opacity: 0.8;}
.title01 > h1, .title01 > div { position: relative; z-index: 2; font-weight: 700; line-height: 1.3; padding: 0 0 calc(20px + 2%) 0; margin: 0;}
.title01 > span { position: relative; z-index: 2; font-weight: 700; line-height: 1.1; display: block; text-transform: uppercase;}
.title01-en { position: absolute !important; z-index: -1 !important; left: 22px;bottom: -15%; font-weight: 700 !important;line-height: 0.8 !important;-webkit-text-stroke: 1px #bedab5;color: transparent; text-transform: uppercase;}

.btn01 { padding: 25px 0;}
.btn01 a, .btn01 button { display: inline-block; position: relative; padding:8px 14px; text-align: center; min-width: 200px; background: transparent; border-width: 0;transition: all 0.4s ease-out 0s;}
.btn01 a:hover, .btn01 button:hover { background: #6ca55a; }
.btn01 a:hover span, .btn01 button:hover span { color: #fff;}
.btn01 a span, .btn01 button span { display: inline-block; position: relative; z-index: 3; color: #222; font-size: 16px;font-weight: 400;}
.btn01 a span:before, .btn01 a span:after, .btn01 button span:before, .btn01 button span:after { content: ""; position: absolute; width: 1px; height: 10px; background: #222; left:50%;transition: all 0.2s ease-out 0s;}
.btn01 a span:before, .btn01 button span:before { top:-25px; transform-origin: 50% 100%;}
.btn01 a span:after, .btn01 button span:after { bottom:-25px; transform-origin: 50% 0%;}
.btn01 a:before, .btn01 a:after, .btn01 button:before, .btn01 button:after { content: ""; position: absolute; top:0; width: calc(50% - 20px); height: 100%; border-style: solid; border-color: #222; z-index: 1;transition: all 0.4s ease-out 0s; }
.btn01 a:hover span:before, .btn01 a:hover span:after, .btn01 button:hover span:before, .btn01 button:hover span:after { height: 0;}
.btn01 a:hover:before, .btn01 button:hover:before { width: calc(100% - 0px); border-color: #6ca55a; }
.btn01 a:hover:after, .btn01 button:hover:after { width: 0px; border-color: #6ca55a; }
.btn01 a:before, .btn01 button:before { left: 0; border-width: 1px 0 1px 1px;}
.btn01 a:after, .btn01 button:after { right: 0; border-width: 1px 1px 1px 0;}

.banner-slogon { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding-right: 5%;}
.banner-slogon > div:nth-of-type(1) { width: 120px; height: 2px; background: #fff;}
.banner-slogon > div:nth-of-type(2), .banner-slogon > h1 { font-weight: 700; padding:0 0 0 2vw; margin: 0;font-family: 'Noto Sans TC', sans-serif; color: #fff;}

#path { padding: 15px 0;}
#path ul { padding: 0 0 0 0; margin: 0; line-height: 1.2; text-align: right; }
#path li { display: inline-block; vertical-align: top; font-size: 15px; line-height: 1.2; font-weight: 400; margin: 0; padding: 0; letter-spacing: 0;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px; color: #222; }
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #222 !important; }
#path li a:hover { color: #478f31 !important;}
#path li:last-child a { color: #478f31 !important;}

aside { padding: 8px 5%; border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee;  display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; background: #fff;}

.sticky-srea {position: sticky; top:60px; z-index: 5;}

/*about*/
.about-section-1 { padding: calc(20px + 5%) 5%;}
.about-section-1-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.about-section-1-content > div { width: 50%;}
.about-section-1-content > div:nth-of-type(2) { text-align: center; padding: 0 4%;}

.about-pto { position: relative; display: inline-block; filter: drop-shadow(24px 24px 20px rgba(0,0,0,0.15));}
.about-pto > span { position: absolute; border-radius: 100%; width: 100%; height: 100%; border:1px solid #6ca55a; left: -15%; bottom: -7%; z-index: -1;}

.about-section-2-content > div:nth-of-type(1) { order: 2;}
.about-section-2-content > div:nth-of-type(2) { order: 1;}

.about-section-3 { padding: calc(20px + 5%) 0%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.about-section-3 > div:nth-of-type(1) { width: calc(50% - 80px); padding:40px 5% 0 10%;}
.about-section-3 > div:nth-of-type(2) { width: calc(50% + 80px); background: #f7f7f7; padding: calc(10px + 2%) 3%; border-radius: 100px 0 0 100px;}

.loop { padding: 0 calc(20px + 7%);}
.loop .owl-dots { display: none !important;}
.loop .owl-item {position: relative;  }
.loop .owl-item img {width: auto !important;}
.loop .owl-nav { position: absolute; top:calc(50% - 35px); left: 0; width: 100%; z-index: 11;}
.loop .owl-prev, .loop .owl-next { position:absolute; z-index:100; top:calc(50% + 25px); transform: translateY(-50%); background:rgba(51,51,51,.8) !important; width: 50px; height: 50px; margin: 0 !important; border-radius: 100% !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s;}
.loop .owl-prev { left:0px; }
.loop .owl-next { right:0px;}
.loop .owl-prev:before, .loop .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; transition: all 0.4s ease-out 0s;width: 27px; height: 10px; background-size: contain; display: inline-block; border-width: 0; border-style: solid; border-color: #fff; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);}
.loop .owl-prev:before { content: ""; background-image: url("../images/arrow-prev.png"); }
.loop .owl-next:before { content: ""; background-image: url("../images/arrow-next.png");}
.loop .owl-prev:hover, .loop .owl-next:hover { transform:translateY(-50%) scale(0.85);}
.loop .owl-stage-outer {z-index: 2;}
.loop .owl-dots { position: absolute; z-index: 100; bottom: -50px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop .owl-dots .owl-dot span, .loop  .owl-dots .owl-dot span { background: #cecece !important; width: 14px !important; height: 14px !important;}
.loop .owl-dots .owl-dot.active span, .loop  .owl-dots .owl-dot:hover span { background: #ff7600 !important; }

.about-ce-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.about-ce-content > div { }
.about-ce-content > div:nth-of-type(1) {width: 60%; padding: 20px;}
.about-ce-content > div:nth-of-type(1) img { filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));}
.about-ce-content > div:nth-of-type(2) {width: 40%; padding: 0 5%;}

.about-section-4 { padding: calc(20px + 5%) 0%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.about-section-4 > div:nth-of-type(1) { width: calc(50% - 0px); padding-left: 5%; padding-right: 5%; order: 2; }
.about-section-4 > div:nth-of-type(2) { width: calc(50% + 0px);padding:40px 0% 0 10%; order: 1;}

.list-type-1 { margin: 0; padding: 0 0 calc(20px + 1%) 0; list-style: none;}
.list-type-1 li { margin: 0; padding: 0 0 0 25px; background: url("../images/list-icon.png") no-repeat 5px 10px; font-weight: 400; line-height: 1.8;}


.about-section-5 { padding:0 5% calc(20px + 5%) 5%;}
.layout-50 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  }
.layout-50 > div { width: calc(50% - 10px); margin-bottom: 15px;}

.about-section-4-2 { padding: calc(20px + 5%) 0% 3%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.about-section-4-2 > div:nth-of-type(1) { width: 60%;   }
.about-section-4-2 > div:nth-of-type(2) { width: 40%; padding:40px 10% 0 0%; }

/*process*/
.process-section-1 { position: relative; margin-bottom: calc(20px + 5%); text-align: right;}
.process-section-1-cntent { position: absolute; z-index: 2; text-align: left;left: 0; top:50%; transform: translateY(-50%); width: 55%; border-radius: 50px; background: rgba(255,255,255,.95);box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); padding: calc(20px + 3.5%) 7%;}
.process-section-1b { text-align: left;}
.process-section-1b-cntent { left: auto; right: 0;}

/*production*/
.production-section-1 { margin-bottom: calc(20px + 5%); display:flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.production-section-1 > div:nth-of-type(1) { width: 40%; padding-right: 5%; position:relative; z-index: 4; padding-bottom: 35px;}
.production-section-1 > div:nth-of-type(1):after { content: ""; position: absolute; left: 0; bottom: 0; background: #6ca55a; height: 4px; width: calc(100% + 90px); z-index: 2;}
.production-section-1 > div:nth-of-type(2) { width: 60%; }

/*casting*/
.casting-section { max-width: 940px; margin: calc(20px + 3%) auto calc(20px + 5%) auto;}
.casting-section p { margin: 0; padding: 0 0 25px 0; line-height: 1.6; font-weight: 400;}

.casting-gallery { background: #e9e9e9; border-radius: 15px; padding: 20px;}

.loop-gallery-1 { padding: 0 ;}
.loop-gallery-1 .owl-dots { display: none !important;}
.loop-gallery-1 .owl-item {position: relative;  }
.loop-gallery-1 .owl-item img {width: auto !important;}
.loop-gallery-1 .owl-nav { position: absolute; top:calc(50% - 35px); left: 0; width: 100%; z-index: 11;}
.loop-gallery-1 .owl-prev, .loop-gallery-1 .owl-next { position:absolute; z-index:100; top:calc(50% + 25px); transform: translateY(-50%); background:#e9e9e9 !important; width: 40px; height: 190px; margin: 0 !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s;}
.loop-gallery-1 .owl-prev { left:-40px; border-radius: 15px 0 0 15px !important;  }
.loop-gallery-1 .owl-next { right:-40px; border-radius: 0 15px 15px 0 !important; }
.loop-gallery-1 .owl-prev:before, .loop-gallery-1 .owl-next:before { content: ""; transition: all 0.4s ease-out 0s;width: 12px; height: 18px;background: #777777; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);}
.loop-gallery-1 .owl-prev:before { clip-path: polygon(100% 0, 100% 100%, 0% 50%);}
.loop-gallery-1 .owl-next:before { clip-path: polygon(0% 0, 100% 50%, 0% 100%);}
.loop-gallery-1 .owl-prev:hover, .loop-gallery-1 .owl-next:hover { transform:translateY(-50%) scale(0.85);}
.loop-gallery-1 .owl-stage-outer {z-index: 2;}
.loop-gallery-1 .owl-dots { position: absolute; z-index: 100; bottom: -50px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop-gallery-1 .owl-dots .owl-dot span { background: #cecece !important; width: 14px !important; height: 14px !important;}
.loop-gallery-1 .owl-dots .owl-dot.active span, .loop-gallery-1  .owl-dots .owl-dot:hover span { background: #ff7600 !important; }

/*cnc*/
.cnc-section { position: relative; padding: calc(20px + 3%) 5% calc(20px + 4%) 5%;}
.cnc-section:after { position: absolute; content: ""; left: 0; bottom:0; width: 100%; height: 50%; z-index: -1; background: #f7f7f7;}

.cnc-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.cnc-content > div { width: 50%;}
.cnc-content > div:nth-of-type(1) { padding: 0 35px;}
.cnc-content > div:nth-of-type(2) { padding-left: 45px;}

.cnc-loop { padding: 0;}
.cnc-loop .owl-prev { left:-25px; }
.cnc-loop .owl-next { right:-25px;}
.cnc-loop .owl-item { text-align: center;}
.cnc-loop .owl-item img { display: inline-block !important;}

/*material*/
.material-gallery { max-width: 58%; margin: 0 0 0 auto;}
.material-loop { padding:0;}
.material-loop .owl-nav { top:auto; left: auto; bottom: 25px; right: 25px; width: 130px;}

/*control*/
.control-content { display:flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(20px + 5%);}
.control-content > div { width: 33.33%; padding:25px; border-right: 1px solid #e9e9e9;}
.control-content > div:nth-of-type(3n + 3) { border-width: 0;}
.control-content-top { display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: calc(20px + 1%);}
.control-content-top > div:nth-of-type(1) { width: 30%;}
.control-content-top > div:nth-of-type(2) { padding-left: 12px;}
.control-content-top > div:nth-of-type(2) > div:nth-of-type(1) { font-weight: 300; font-style:italic; line-height: 1; padding-bottom: 7px;}
.control-content-top > div:nth-of-type(2) > div:nth-of-type(2) { font-weight: 700; line-height: 1.2;}

/*inspection*/
.inspection-section { padding-top: 0;}
.inspection-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.inspection-content > div:nth-of-type(1) { width: 280px;}
.inspection-content > div:nth-of-type(2) { width: calc(100% - 280px); padding-left: 5%;}

.inspection-aside { padding: 0; border: 1px solid #6ca55a;;  display:block; background: none;}

.title02 { font-weight: 700; position:relative; padding-bottom: 15px; line-height: 1.3; margin-bottom: 20px;}
.title02:after { content:""; position: absolute; width: 60px; height: 3px; background: #6ca55a; bottom: 0; left: 0;}

.inspection-gallery { max-width: 610px; margin: 0 auto;}

/*application*/
.application-list { margin-bottom: calc(20px + 5%); display: flex; flex-direction: column; flex-wrap: nowrap;}
.application-list > div { margin-bottom: calc(20px + 2%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; border: 2px solid #6ca55a; border-radius: 0 195px 195px 0;}
.application-list > div > div:nth-of-type(1) { width: 386px;}
.application-list > div > div:nth-of-type(1) img { transition: all 0.4s ease-out 0s;}
.application-list > div:hover > div:nth-of-type(1) img { filter: brightness(35%);}
.application-list > div > div:nth-of-type(2) { width: calc(100% - 386px); padding: calc(20px + 2%) calc(20px + 4%)}
.application-list-data { margin: 0 0 15px 0; 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}

.application-list > div:nth-child(even) { border-radius: 195px 0 0 195px;}
.application-list > div:nth-child(even) > div:nth-of-type(1) { order: 2;}
.application-list > div:nth-child(even) > div:nth-of-type(2) { order: 1;}

/*application-list*/
.application-list-top { margin-bottom: calc(20px + 5%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; }
.application-list-top > div { width: 50%;}
.application-list-top > div:nth-of-type(1) { position:relative; padding-right: 55px;}
.application-list-top > div:nth-of-type(1):after { position:absolute; content: ""; right: -60px;top:50%; transform: translateY(-50%); width: 100px; height: 3px; background: #6ca55a; z-index: 3;}

.application-list-bottom { padding-bottom: calc(20px + 5%); }
.application-list-bottom .title02 { text-align: center;}
.application-list-bottom .title02:after { left: 50%; transform: translateX(-50%);}

.application-smaple-list {display: flex; flex-direction: row; flex-wrap: wrap;}
.application-smaple-list > a {width: 25%; padding: 0 11px calc(15px + 2%) 11px;}
.application-smaple-list > a:hover .application-smaple-list-pto { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); transform: scale(0.95);}
.application-smaple-list > a:hover .application-smaple-list-pto img { filter: brightness(35%);}
.application-smaple-list > a:hover .application-smaple-list-btn  { top:50%; opacity: 1;}
.application-smaple-list-pto { padding-bottom: 86%; margin-bottom: 14px; transition: all 0.4s ease-out 0s;}
.application-smaple-list-pto img { transition: all 0.4s ease-out 0s;}
.application-smaple-list-name { text-align: center;}
.application-smaple-list-btn { position:absolute; z-index: 3; width: 45px; height: 45px; border-radius: 100%; background: rgba(255,255,255,.9); top:40%; left: 50%; transform: translate(-50%, -50%);display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;transition: all 0.4s ease-out 0s; opacity: 0;}
.application-smaple-list-btn img { width: 22px !important;}

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

/*application-detail*/
.application-detail-top-section {margin-bottom: calc(20px + 5%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; }
.application-detail-top-section > div { width: 50%;}
.application-detail-top-section > div:nth-of-type(2) { padding: 0 0 0 5%;}

.loop2 { padding: 0 0 calc(20px + 5%) 0; margin-bottom: 30px;}
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative;  }
.loop2 .owl-item img {}
.loop2 .owl-nav { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 120px;; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100; top:calc(50% + 25px); transform: translateY(-50%); background:rgba(51,51,51,.8) !important; width: 50px; height: 50px; margin: 0 !important; border-radius: 100% !important; border: 0px solid #fff !important; transform-origin: 50% 50%;transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; transition: all 0.4s ease-out 0s;width: 27px; height: 10px; background-size: contain; display: inline-block; border-width: 0; border-style: solid; border-color: #fff; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);}
.loop2 .owl-prev:before { content: ""; background-image: url("../images/arrow-prev.png"); }
.loop2 .owl-next:before { content: ""; background-image: url("../images/arrow-next.png");}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { transform:translateY(-50%) scale(0.85);}
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom: -50px; left: 0; width: 100%; text-align: center!important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #cecece !important; width: 14px !important; height: 14px !important;}
.loop2 .owl-dots .owl-dot.active span, .loop2 .owl-dots .owl-dot:hover span { background: #ff7600 !important; }

.loop2 .owl-item :hover .application-smaple-list-pto { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); transform: scale(0.95);}
.loop2 .owl-item :hover .application-smaple-list-pto img { filter: brightness(35%);}
.loop2 .owl-item :hover .application-smaple-list-btn  { top:50%; opacity: 1;}

/*contact*/
.contact-section {margin-bottom: calc(20px + 5%); display: flex; flex-direction: row; flex-wrap: wrap; }
.contact-section > div:nth-of-type(1) { width: 380px;}
.contact-section > div:nth-of-type(2) { width: calc(100% - 380px); padding: 0 0 0 5%;}

.contact-note { padding-bottom: calc(20px + 1%);}
.contact-info { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 1%);}
.contact-info > div { margin-bottom: 5px; line-height: 1.5;}
.contact-info > div:nth-child(odd){ width: 20px;}
.contact-info > div:nth-child(odd) img { filter:invert(1) brightness(70%);}
.contact-info > div:nth-child(even){ width: calc(100% - 20px); padding: 3px 0 0 10px;}
.contact-info > div:nth-child(even) a {  word-break: break-all;}

.contact-map { border: 1px solid #b2b2b2; border-radius: 20px; padding: 10px;}
.contact-map iframe { overflow: hidden; border-radius: 20px; width: 100%; height: 395px; border-width: 0;}


.contact-layout-1 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-layout-1 > div { width: calc(50% - 25px);}
.contact-layout-2 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-layout-2 > div:nth-of-type(1) { width: 67%;}
.contact-layout-2 > div:nth-of-type(2) { width: 33%;}

.contact-form-list {  display: flex; flex-direction: row; flex-wrap: nowrap; padding: 0 0 20px 0; }
.contact-form-list > div:nth-of-type(1) { width: 125px; position: relative; padding-top: 5px; padding-left: 22px;}
.contact-form-list > div:nth-of-type(1) span { color: #6ca55a; position: absolute; top:4px; left: 0;}
.contact-form-list > div:nth-of-type(2) { width: calc(100% - 125px); padding-left: 0px;}

.contact-form-list2 { padding: 0 0 20px 0;}

.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea { font-size: clamp(16px, 1vw, 19px); border-width:1px; border-style: solid; border-color: #e1e1e1; margin: 0px 0 0px 0; width: 100%; padding:0px 15px ; color:#333; background: transparent; font-family: "Roboto", sans-serif; line-height: 40px; border-radius: 5px; }
.contact-form textarea { height:190px; padding:15px; resize:none; line-height: 140%;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; max-width: 100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 18px; background-size: 8px 6px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: transparent; ; border-width:1px; border-style: solid; border-color: #e1e1e1; color:#333; font-family: "Roboto", sans-serif;  padding:0px 35px 0px 15px;  line-height: 40px; border-radius:5px;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}
.contact-note2 {  margin-top: 10px; display: inline-block;position: relative;padding-left: 22px; padding-right: 15px; padding-bottom: 0px; cursor: pointer; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; line-height: 130%; color: #333; margin-bottom: 0; font-weight: 400;}
.contact-note2 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {position: absolute;top: 4px;left: 0;height: 16px;width: 16px;background-color: transparent; border: 1px solid #a4a4a4; border-radius: 100%;}
.contact-note2:hover input ~ .checkmark {background-color: #eeeeee;}
.contact-note2 input:checked ~ .checkmark {border-color: #f3a313;}
.checkmark:after {content: "";position: absolute;display: none;}
.contact-note2 input:checked ~ .checkmark:after {display: block;}
.contact-note2 .checkmark:after {left: 2px;top: 2px;width: 10px;height: 10px; background: #f3a313; border-radius: 100%;}

.contact-100 { width: 100% !important;}
.contact-btn { text-align: right;}

@media only screen and (max-width: 1920x) {
	
	
}

@media only screen and (max-width: 1365px) {
	#content { font-size: 17px; line-height:1.6;}
	
	.about-section-3 > div:nth-of-type(1) { padding:40px 5% 0 5%;}
	
}

@media only screen and (max-width: 1279px) {
	#content { padding-top: 60px;}
	
	.banner { height:170px; }
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
	.loop .owl-prev, .loop .owl-next, .loop-gallery-1 .owl-prev, .loop-gallery-1 .owl-next, .loop2 .owl-prev, .loop2 .owl-next { transform: translateY(-50%) scale(0.7);}
	.loop .owl-prev:hover, .loop .owl-next:hover, .loop-gallery-1 .owl-prev:hover, .loop-gallery-1 .owl-next:hover, .loop2 .owl-prev:hover, .loop2 .owl-next:hover { transform:translateY(-50%) scale(0.6);}
	.loop .owl-prev { left:-15px; }
	.loop .owl-next { right:-15px;}
	
	.loop2 .owl-nav { width: 100px; bottom: 25px; }

	.material-loop .owl-nav { width: 100px; right: 0px;}
	.material-loop .owl-prev { left:0px; }
	.material-loop .owl-next { right:0px;}
	
	.cnc-content > div { width: 100%;}
	.cnc-content > div:nth-of-type(1) { order: 2; padding: 0 0;}
	.cnc-content > div:nth-of-type(2) { order: 1; padding-left: 0; padding-bottom: 25px;}
	
	.inspection-content > div:nth-of-type(1) { width: 100%; padding-bottom: 20px;}
	.inspection-content > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0%;}
	.inspection-aside { border-width: 1px 0; background: #fff; border-color: #eeeeee; padding: 8px;}
	
	.contact-section > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.contact-section > div:nth-of-type(2) { width: calc(100% - 0px); padding: 0 0 0 0%;}
}

@media only screen and (max-width: 980px) {
	.banner-slogon > div:nth-of-type(1) { width: 50px; }
	
	.about-section-1-content > div { width: 100%;}
	.about-section-1-content > div:nth-of-type(2) { padding: 20px 0 0 0;}
	.about-section-2-content > div:nth-of-type(1) { order: 1;}
	.about-section-2-content > div:nth-of-type(2) { order: 2;}
	
	.about-section-3 > div:nth-of-type(1) { width: 100%; padding:0px 5% 20px 5%;}
	.about-section-3 > div:nth-of-type(2) { width: 100%; border-radius: 0;padding: calc(10px + 2%) 5%;}
	
	.about-section-4 > div:nth-of-type(1) { width: 100%; order: 2; }
	.about-section-4 > div:nth-of-type(2) { width: 100%; order: 1;padding:0px 5% 20px 5%; }
    
    .about-section-4-2 > div:nth-of-type(1) { width: 100%; order: 2;  padding: 0 5%; }
    .about-section-4-2 > div:nth-of-type(2) { width: 100%; order: 1; padding: 0px 5% 20px 5%; }
	
	.process-section-1-cntent { position: relative; left: auto; top:auto; transform: translateY(0); width: 100%; border-radius: 0px; background: rgba(255,255,255,0);box-shadow: 0px 0px 30px 0px rgba(0,0,0,0); padding: calc(20px + 1%) 0 0 0;}
	.process-section-1b-cntent {  right: auto;}
	
	.production-section-1 > div:nth-of-type(1) { width: 100%; padding-right: 0%; order: 2;}
	.production-section-1 > div:nth-of-type(1):after { width: calc(100% + 0px); }
	.production-section-1 > div:nth-of-type(2) { width: 100%; order: 1; margin-bottom: 30px; }
	
	.material-gallery { max-width: 100%; padding-bottom: 20px;}
	
	.control-content > div { width: 50%; }
	.control-content > div:nth-of-type(2n + 1) { border-width: 1px;}
	.control-content > div:nth-of-type(2n + 2) { border-width: 0;}
	
	.application-smaple-list > a {width: 50%; }
	
	.application-detail-top-section > div { width: 100%;}
	.application-detail-top-section > div:nth-of-type(1) { margin-bottom: 30px;}
	.application-detail-top-section > div:nth-of-type(2) { padding: 0 0 0 0%;}
}
@media only screen and (max-width: 768px) {
	.title01:before { transform: scale(0.7);}
	
	.application-list > div { border-radius: 0;}
	.application-list > div > div:nth-of-type(1) { width: 100%;}
	.application-list > div > div:nth-of-type(1) img { width: 100%;}
	.application-list > div > div:nth-of-type(2) { width: calc(100% - 0px); padding: calc(20px + 2%) calc(20px + 2%)}
	
	.application-list > div:nth-child(even) { border-radius: 0;}
	.application-list > div:nth-child(even) > div:nth-of-type(1) { order: 1;}
	.application-list > div:nth-child(even) > div:nth-of-type(2) { order: 2;}
	
	.application-list-top > div { width: 100%;}
	.application-list-top > div:nth-of-type(1) { padding-right: 0px; padding-bottom: 25px;}
	.application-list-top > div:nth-of-type(1):after { display: none;}
	
	.contact-layout-2 > div:nth-of-type(1) { width: 100%;}
	.contact-layout-2 > div:nth-of-type(2) { width: 100%;}
}
@media only screen and (max-width: 640px) {
	.loop { padding: 0 calc(20px + 3%);}
	.about-ce-content > div:nth-of-type(1) {width: 100%; }
	.about-ce-content > div:nth-of-type(2) {width: 100%; padding-bottom: 15px;}
	
	.cnc-loop { padding: 0;}
	
	.material-loop { padding: 0;}
}
@media only screen and (max-width: 570px) {
	.layout-50 > div { width: 100%; }
	
	.control-content > div { width: 100%; border-bottom:1px solid #e9e9e9 !important; border-right: 0px solid #e9e9e9 !important; padding: 25px 0;}
	.control-content > div:last-child { border-bottom:0px solid #e9e9e9 !important; }
}

@media only screen and (max-width: 414px) {
	.application-smaple-list > a {width: 100%; }
	
}

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

/* 20260116 news b10  */
.sub_wrap {display: flex; flex-flow: wrap; align-items: flex-start;}
.sub_wrap_menu {width: 277px; position: sticky; top: 90px; max-height: calc(100vh - 110px); overflow-y: auto;}
.sub_wrap_main {width: 100%;}
.sub_wrap > .sub_wrap_menu + .sub_wrap_main {width: calc(100% - 277px); padding: 0 0 0 30px; position: relative; z-index: 1;}
.sub_wrap_main_full {position: absolute; top: -21px; left: 30px; z-index: 100; width: 40px; height: 20px; border: 1px solid #ccc; border-radius: 5px; background: #fff; cursor: pointer; opacity: 0; transition: all 0.5s ease 0s;}
.sub_wrap > .sub_wrap_menu + .sub_wrap_main:hover .sub_wrap_main_full {opacity: 1;}
.sub_wrap_main_full span {position: absolute; width: 5px; height: 5px; border-style: solid; border-color: #ccc; transform: rotate(0deg); opacity: 1; transition: all 0.5s ease 0s;}
.sub_wrap_main_full span:nth-child(1) {left: 3px; top:2px; border-width: 2px 0 0 2px;}
.sub_wrap_main_full span:nth-child(2) {right: 3px; top:2px; border-width: 2px 2px 0 0;}
.sub_wrap_main_full span:nth-child(3) {right: 3px; bottom:2px; border-width: 0 2px 2px 0;}
.sub_wrap_main_full span:nth-child(4) {left: 3px; bottom:2px; border-width: 0 0 2px 2px;}
.sub_wrap_menu_hide .sub_wrap_menu {display: none;}
.sub_wrap_menu_hide > .sub_wrap_menu + .sub_wrap_main {width: 100%; padding: 0;}
.sub_wrap_menu_hide > .sub_wrap_menu + .sub_wrap_main .container {max-width: 100%;}
.sub_wrap_menu_hide .sub_wrap_main_full {left: 0; opacity: 1;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(1) {height: 14px; width: 10px; border-width: 2px 2px 2px 2px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(2) {width: 17px; height: 10px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(3) {width: 17px; height: 10px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(4) {left: 17px; bottom: 7px; transform: rotate(45deg);}
@media (max-width: 1024px) {
	.sub_wrap_menu {width: 100%; position: relative; z-index: 10; top: auto; max-height: none; overflow-y: inherit;}
	.sub_wrap > .sub_wrap_menu + .sub_wrap_main {width: 100%; padding: 0; position: relative; z-index: 1;}
	.sub_wrap > .sub_wrap_menu + .sub_wrap_main .container {max-width: 100%;}
	.sub_wrap_main_full {display: none;}
}

/* 20260116 news b10 列表 */
.btn-more-01 {
	padding: 10px 40px;
	color: #fff;
	background: #2e96cd;
	border-radius: 40px;
	font-size: 15px; line-height: 1.2;
	transition: 0.2s; position: relative; z-index: 1; display: table; margin: auto;
}
.btn-more-01:hover {
	background: #2a4d9c;
	color: #fff;
	letter-spacing: 2px;
	transition: 0.3s;
}
.btn-more-01::before {content: ""; position: absolute; right: -29px; top:calc(50% - 5px);  width: 10px; height: 10px; border-width: 1px 1px 0 0;border-style: solid; border-color: #2a4d9c; transform: rotate(45deg); opacity: 0; mix-blend-mode: exclusion; transition: 0.3s;}
.btn-more-01:hover::before {border-color: #ccdeff; opacity: 1; right: -40px;}
.btn-more-01::after {content: ''; width: 60px; height: 1px; background: #2a4d9c; position: absolute; right: -30px; top: 50%; z-index: 10; mix-blend-mode: exclusion; transition: 0.3s;}
.btn-more-01:hover::after {background: #ccdeff; right: -40px;}