/* 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:1440px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}
.width-1340 { max-width:1340px;}

#content { font-size: 16px; line-height:1.8; color: #333; letter-spacing: 0; font-weight: 400; padding-top: 0px;}

.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-15 { font-size: 15px;}
.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.5vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-26 { font-size: clamp(20px, 2.1vw, 26px);}
.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.7vw, 32px);}
.font-size-34 { font-size: clamp(22px, 2.9vw, 34px);}
.font-size-36 { font-size: clamp(22px, 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-60 { font-size: clamp(28px, 4vw, 60px); line-height: 1.2;}
.font-size-70 { font-size: clamp(32px, 4.4vw, 70px); line-height: 1.1;}

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

.color-blue { color: #0a4594;}
.color-blue-2 { color: #093b7e;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-black { color: #000;}
.color-yellow { color: #dda714;}
.color-yellow-2 { color: #e7bb43;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}
.align-justify { text-align: justify!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 { padding: 0; margin:0 0 calc(20px + 2%) 0; font-weight: 400; line-height: 1.8; font-size: 16px;}

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

.layout-50 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(20px + 2%);}
.layout-50 > div { width: calc(50% - 7px);padding-bottom: calc(10px + 1.5%);}

.hr-type-1 { padding: 0 !important; margin: calc(20px + 1.5%) 0 !important; border-top-color: #e6e6e6 !important;}

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

.btn-type-1 { display: block; width: 200px; line-height: 50px; background: #eac04d; color: #333 !important; text-align: center; font-size: 16px; border-radius: 30px;  position: relative; overflow: hidden; border-width: 0;}
.btn-type-1 > span { position: relative; z-index: 2; font-size: 16px;font-weight: 400; letter-spacing: 0.1rem;}
.btn-type-1 > img { position: absolute; width: 10px; top:50%; transform: translateY(-50%); right: 20px;transition: all 0.4s ease-out 0s;}
.btn-type-1:hover > img { top:-30px; right: -20px;}
.btn-type-1:after { background: #093b7e; bottom: 0; width: 0%; height: 100%; right: -10px; content: ""; display: block; position: absolute;transition: all 0.25s ease-out 0s; transform: skewX(-20deg);}
.btn-type-1:hover > span { color: #fff !important;}
.btn-type-1:hover:after { width: 120%; left: -10px;}

.title-en { display:flex ;flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: calc(20px + 1%); line-height: 1;}
.title-en > div:nth-of-type(1) { font-weight: 300; font-size: 15px; color: #d89e00; padding-right: 5px; }
.title-en > div:nth-of-type(2) { position: relative; background: #fdbe12; width: 68px; height: 1px; }
.title-en > div:nth-of-type(2):after { position: absolute; content: ""; background: #fdbe12; width: 10px; height: 10px; border-radius: 100%; top:50%; right: 0; transform: translateY(-50%);}

.title-1 { padding:0 0 calc(20px + 2%) 0; margin:0 0 0 0;font-size: clamp(28px, 2.2vw, 32px); font-weight: 500; color: #000; ; position: relative; line-height: 1.3; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0;}

header { background: #fff;}

.banner { position: relative; height: 480px;}
.banner img { object-fit: cover; width: 100%; height: 100%;}
.banner-pc { display: block !important}
.banner-mobile { display: none !important; }
.banner-content { position:absolute; z-index: 3; width: 100%; top:62%;left: 0; transform: translateY(-50%); padding: 0 5%;}
.banner-title { max-width: 500px; margin: 0 auto 0 0; color: #333;}
.banner-title > div { line-height: 1; padding-bottom: 10px; letter-spacing: 0.05rem;}
.banner-title > h1 { font-family: "Noto Sans TC", sans-serif; margin: 0;letter-spacing: 0.05rem; padding-bottom: 10px;}

#path { border-bottom:1px solid #ececec; padding: 12px 3% 0 3%; }
#path ul { margin: 0; padding: 0; text-align: left;}
#path li { display: inline-block; vertical-align: top; font-size: 13px; line-height: 1.2; letter-spacing: 0; position: relative; font-weight: 400;}
#path li:after { content:"/"; display: inline-block; padding: 0 6px 0 8px; color: #999999;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #999999; }
#path li a:hover { color: #093b7e;}
#path li:last-child { color: #093b7e;}

.main-box { padding-top: calc(20px + 3%);}
.main-bg-1 {
background-image:url("../images/main-top-bg.png"), url("../images/main-bottom-bg.png");
background-repeat: no-repeat, no-repeat;
background-position:top left, bottom left;
background-size: 70%, 45%;}
.main-bg-2 {
background-image:url("../images/main-bottom-bg.png");
background-repeat: no-repeat;
background-position:bottom left;
background-size: 45%;}

.title-2 { border-bottom: 1px solid #e2e2ef; margin-bottom: calc(20px + 2%); padding: 0 10px 20px 10px; font-size: clamp(20px, 1.9vw, 24px); line-height: 1.3; color: #093b7e; position: relative;}
.title-2-b { padding: 0 0px 20px 0px;}
.title-2:after { position: absolute; content: ""; width: 110px; height: 3px; left: 0; bottom: 0; background: #e7bb43;}

/*products*/
.products-icon-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(20px + 2%);}
.products-icon-list > div { width: 15%; text-align: center; padding-bottom: 30px;}
.products-icon-pto { padding-bottom: 16px;}
.products-icon-title { font-size: clamp(18px, 1.5vw, 20px); line-height: 1.2; margin-bottom: 10px; font-weight: 500;}
.products-icon-data { color: #666; line-height: 1.5;}

.products-info { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 3%); }
.products-info > div:nth-of-type(1) { width: 60%; padding-right: 5%; }
.products-info > div:nth-of-type(2) { width: 40%; }
.products-info-pto { width: 100%; border-radius: 10px; }

.products-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 15px;}
.products-list > div { display: block; width: 25%; position: relative; margin-bottom: calc(20px + 1.5%); cursor: pointer;}
.products-list > div:hover .products-list-pto { transform: scale(1.05); z-index: 3; border: 1px solid #f4bd28; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);}
.products-list > div:hover .products-list-name { transform: translateY(10px);}
.products-list > div:hover .products-list-btn { opacity: 1;}
.products-list > div:after { content: ""; position: absolute; z-index: 2; width: 1px; height: 85%; top: 0; right: 0; background: #e2e2ef;}
.products-list > div:nth-of-type(4n + 4):after { display: none;}

.products-list-pto { position: relative; display: block;padding-bottom: 100%;transition: all 0.4s ease-out 0s; border-radius: 10px; border: 1px solid #fff; margin-bottom: 12px;}
.products-list-btn { position: absolute; top: 20px; right: 15px; z-index: 3; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;transition: all 0.4s ease-out 0s; opacity: 0;}
.products-list-btn > div:nth-of-type(1) { border-radius: 3px; background: #e7bb43; line-height: 1; padding: 5px 15px; color: #fff; font-size: 14px; margin-right: 10px; position: relative;}
.products-list-btn > div:nth-of-type(1):after { position: absolute; content: ""; width: 6px; height: 12px; background: #e7bb43; top:50%; right: -5px; transform: translateY(-50%); clip-path: polygon(0% 0, 100% 50%, 0% 100%);}
.products-list-btn > div:nth-of-type(2) { width: 40px; height: 40px; border-radius: 100%; background: #fff; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1); position: relative; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;}
.products-list-btn > div:nth-of-type(2) img { width: 14px;}

.products-list-name { text-align: center; transition: all 0.4s ease-out 0s;}

#page { text-align: center; padding:0 0 calc(20px + 4%) 0;}
#page a { font-size: 16px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 27px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #eac04d; 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 15px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*ability*/
.ability-data {padding-bottom: 25px;}
.ability-data .layout-nowrap > div:nth-of-type(1) { width: 50px;}
.ability-data .layout-nowrap > div:nth-of-type(2) { width: calc(100% - 50px); padding-left: calc(10px + 2%);}
.ability-data-title { font-size: 17px; line-height: 1.5; padding-bottom: 8px; font-weight: 500;}
.ability-data-title span { font-size: 20px;}

.list-type-1 { position: relative; padding-left: 16px; margin-bottom: 0px;}
.list-type-1-b { border-bottom: 1px solid #e3e3e3;padding-top:10px; padding-bottom: 10px; font-size: clamp(18px, 1.5vw, 20px); font-weight: 500;}
.list-type-1:before { position: absolute; content: ""; width: 7px; height: 7px; background: #e7bb43; left: 0; top:12px; transform: rotate(45deg);}
.list-type-1-b:before { top:23px;}

/*ability-4*/
.equipment-table { border-spacing: 0; border-collapse: inherit; border: 1px solid #0e4082; padding: 1px; width: 100%;}
.equipment-table th, .equipment-table td { padding: 12px 12px; line-height: 1.3;}
.equipment-table th:nth-of-type(1) { border-right: 1px solid #fff; text-align:left;}
.equipment-table td:nth-of-type(1) { border-right: 1px solid #dcdcdc; text-align:left;}
.equipment-table th { background: #093b7e; color: #fff; font-size: 16px; font-weight: 500; text-align: center;}
.equipment-table td .layout-wrap > div:nth-of-type(1){ padding-right: 10px;}
.equipment-table td { color: #333; font-size: 16px; text-align: center; font-weight: 400;}
.equipment-table tr:nth-child(odd) { background: #f8f8f8;}
.equipment-table tr:nth-child(even) { background: #fff;}

.equipment-table-2 th:nth-of-type(1) { border-right: 0px solid #fff; }
.equipment-table-2 td:nth-of-type(1) { border-right: 0px solid #dcdcdc; }

.equipment-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -26px; padding-bottom: calc(20px + 4%);}
.equipment-list > div { margin: 0 26px 26px 0; width: calc(33.33% - 26px);}
.equipment-list > div img { width: 100%; border-radius: 10px;}


/*about*/
.about-section-1 { padding-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap; position: relative;}
.about-section-1:after { position: absolute; content:""; background: url("../images/about-bg.png") no-repeat top center / contain; width: 33%; height: 100%; z-index: -1; top: 0; right: -12%;}
.about-section-1 > div:nth-of-type(1) { width: calc(50% + 30px);}
.about-section-1 > div:nth-of-type(2) { width: calc(50% - 30px); padding: 25px 0 0 8%;}

.about-section-1 .list-type-1 { border-bottom: 1px solid #e3e3e3;display: flex; flex-direction: row; flex-wrap: wrap; padding-top:10px; padding-bottom: 10px; font-size: 17px;}
.about-section-1 .list-type-1:before { top:23px;}
.about-section-1 .list-type-1 > div:nth-of-type(1) { color: #888888;}

.about-section-2 { padding-bottom: calc(20px + 6%); display: flex; flex-direction: row; flex-wrap: wrap; padding-top: calc(20px + 2%); background: url("../images/about-bg-2.png") no-repeat top left / 60%;}
.about-section-2 > div:nth-of-type(1) { width: calc(50% + 100px);}
.about-section-2 > div:nth-of-type(2) { width: calc(50% - 100px); padding-left: 4%;}

.about-section-3 { padding-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap; }
.about-section-3 > div:nth-of-type(1) { width: calc(50% - 130px); padding-right: 7%;}
.about-section-3 > div:nth-of-type(1) img { width: 100%;}
.about-section-3 > div:nth-of-type(2) { width: calc(50% + 130px);}

.about-section-3 .list-type-1 { border-bottom: 1px solid #e3e3e3;display: flex; flex-direction: row; flex-wrap: wrap; padding-top:10px; padding-bottom: 10px; font-size: 17px;}
.about-section-3 .list-type-1:before { top:25px;}
.about-section-3 .list-type-1 > div:nth-of-type(1) { font-size: 20px; font-weight: 500; width: 150px; padding-right: 10px; position: relative; margin-right: 15px;}
.about-section-3 .list-type-1 > div:nth-of-type(1):after { content: ""; position: absolute; width: 2px; height: 22px; background: #eac04d; right: 0; top:8px;}
.about-section-3 .list-type-1 > div:nth-of-type(2) { padding-top: 3px;}

.about-section-3-btn { background: #f2c752; border-radius: 15px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 18px calc(20px + 1%); width: fit-content; margin-top: 25px;}
.about-section-3-btn:hover { transform: scale(0.9);}
.about-section-3-btn > div:nth-of-type(1) { width: 39px;}
.about-section-3-btn > div:nth-of-type(2) { width: calc(100% - 39px); padding-left: 20px;font-weight: 500; font-size: 18px; color: #333;}
.about-section-3-btn > div:nth-of-type(2) img { width: 15px; display: inline-block; margin-left: 8px;}

/*about-4*/
.about-4-section-1 { position: relative; display:flex; flex-direction: row; flex-wrap:wrap; padding-bottom: calc(20px + 5%);}
.about-4-section-1 > div { width: 50%; margin: 0 auto 0 0;}
.about-4-section-1 > img { position: absolute; top: 20px; right: 0; z-index: -1; width: calc(50% + 140px);}

.about-4-section-2 { }
.about-4-section-2 .layout-50 { padding-bottom: 0;}
.about-4-section-2 .layout-50 > div { width: calc(50% - 30px);}

.about-4-logo-list { display:flex; flex-direction: row; flex-wrap:wrap; }
.about-4-logo-list > div { width: 33.33%; padding: 0 10px;margin:25px 0;display:flex; flex-direction: row; flex-wrap:wrap; align-items: center; justify-content: center; }
.about-4-logo-list > div img { max-height: 45px;}

.about-4-section-3 .products-info {padding-bottom: calc(20px + 5%);}
.about-4-section-3 .products-info > div:nth-of-type(1) {padding-top: 30px;}

/*application*/
.application-list { display:flex; flex-direction: row; flex-wrap:wrap; padding-bottom: calc(20px + 2%); }
.application-list > div { width: 33.33%; padding: 0 22px calc(20px + 3%) 22px;}

.application-link { display: block;}
.application-link:hover .application-pto img { filter: brightness(50%);}
.application-link:hover .application-content-top { padding-bottom: calc(20px + 3.5%);}
.application-link:hover .application-content-bottom { height: auto; display: block;}
.application-link:hover .application-pro { box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);}
.application-link:hover .application-pto { box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);}
.application-pro { margin-bottom: 15px;transition: all 0.4s ease-out 0s; border: 1px solid #dddddd; width: 100%; text-align: center; display: none;}
.application-pto { position: relative; height: 500px; border-radius: 15px 15px; overflow: hidden;}
.application-pto img { object-fit: cover; width: 100%; height: 100%;transition: all 0.4s ease-out 0s;}
.application-content { position: absolute; z-index: 3; top:50%; transform: translateY(-50%); left: 0; width: 100%; padding: 0 8%;}
.application-content-top { transition: all 0.4s ease-out 0s;}
.application-content-top > div { color: #fff; text-align: center;}
.application-content-top > div:nth-of-type(1) { text-transform: uppercase;font-size: clamp(19px, 1.4vw, 24px); line-height: 1.2; padding-bottom: 15px;}
.application-content-top > div:nth-of-type(2) { font-size: clamp(16px, 0.8vw, 18px);}
.application-content-bottom { font-size: 15px; text-align:left;line-height: 1.5; height: 0; color: #fff; display: none; font-weight: 300;}

.application-tool-box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding-bottom: calc(20px + 1%); }
.application-tool-box > div { position: relative;}
.application-tool-box > div:nth-of-type(1) { margin:0 10px 15px 10px;}
.application-tool-box > div:nth-of-type(2) { width: 100px; transform: translateY(-5px); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin-bottom: 15px;}

.application-tool-box .swiper-pagination-bullet-active { background: #123d78;}
.application-tool-box .swiper-pagination-bullet { margin: 0 8px !important;}
.application-button-prev, .application-button-next { width: 45px; height: 45px; border-radius: 100%; background: #fff; border: 1px solid #cfcfcf; position: relative; display:flex ;flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;}
.application-button-prev:hover, .application-button-next:hover { background: #123d78;}
.application-button-prev:hover:after, .application-button-next:hover:after { border-color: #fff;}
.application-button-prev:after, .application-button-next:after { width: 13px; height: 13px; border-width: 1px 1px 0 0; border-style:solid; border-color: #333; transform: rotate(45deg); text-indent: -9999px; margin-right: 5px; content: ""; display: block;}
.application-button-prev:after { transform: rotate(-135deg); margin-left: 10px;}

/*application-detail*/
.application-detail-sapmle { padding-bottom: calc(20px + 4%);}

/*news*/
.news-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 0; position: relative; margin-top: -30px;}
.news-list > a { width: 33.33%; display: block;margin-bottom: calc(20px + 2%); position: relative; padding: 0 12px;}
.news-list > a:after { content: ""; position: absolute; width: 1px ;height: calc(100% - 60px); right: 0; top:50%; transform: translateY(-50%); background: #e5e5e5;}
.news-list > a:nth-of-type(3n + 3):after { display: none;}

.news-list-content { padding: 30px 20px; border-radius: 20px;transition: all 0.4s ease-out 0s;}
.news-list > a:hover .news-list-content { box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1); background: #fff;}
.news-list > a:hover .news-list-tag{ background: #e7bb43; color: #fff; border-color: #e7bb43;}
.news-list-pto { padding-bottom: 63%; margin-bottom: calc(15px + 1%);}
.news-list-info { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 15px; }
.news-list-tag { line-height: 1; border-radius: 10vw; border: 1px solid #333333; padding: 7px 15px; margin-right: 18px; color: #333;transition: all 0.4s ease-out 0s;}
.news-list-date { line-height: 1; font-size: 15px;color: #333;}
.news-list-title { line-height: 1.3; font-size: 18px; min-height: 48px; margin-bottom: 10px;color: #333;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.news-list-btn { text-align: right; color: #d2ac43; font-size: 15px;}

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

.contact-map { border-radius: 15px; overflow: hidden;}
.contact-map iframe { width: 100%; border-width: 0; height: 520px;}

.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: 16px; border-width:1px; border-style: solid; border-color: #d1d1d1; margin: 0px 0 8px 0; width: 100%; padding: 5px 10px; color:#333; background: none; font-family: 'Noto Sans TC', sans-serif; letter-spacing: 0; border-radius: 5px; background-color: #fff; }
.contact-main textarea { height:105px; padding:5px 10px; letter-spacing: 0; resize: none;}
.contact-main select{  margin: 0px 0 8px 0; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 6px) 50%; background-size:18px 8px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: #fff; font-size: 16px; border-width:1px; border-style: solid; border-color: #d1d1d1; mwidth: 100%; color:#333; font-family: 'Noto Sans TC', sans-serif; padding: 5px 35px 5px 10px;  letter-spacing: 0; border-radius: 5px;}
.contact-main option { padding:1px 5px;}
.contact-main select::-ms-expand {
    display: none;
}
input::placeholder, textarea::placeholder { color: #333; opacity:1;}

.contact-main .layout-50 { padding-bottom: 0;}
.contact-main .layout-50 > div { padding-bottom: 0;}

.contact-title { font-size: 16px; font-weight: 500;}
.contact-title span { color: #e7bb43; font-size: 24px; vertical-align: middle; line-height: 1;}

.layout-33 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.layout-33 > div { width: 32%; }

.contact-main .btn-type-1 { margin: 0 auto;}

/*cnc-1*/
.cnc-section .layout-50 > div { width: 47%;}
.cnc-section .title-2 { margin-bottom: calc(10px + 1%);}

/*cnc-3*/
.cnc-flow-content { border-radius: 25px; border: 1px solid #dadada; padding: 22px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: calc(20px + 2%); position: relative;}
.cnc-flow-content > div:nth-of-type(1) { width: 33%;}
.cnc-flow-content > div:nth-of-type(1) img { border-radius: 25px; width: 100%;}
.cnc-flow-content > div:nth-of-type(2) { width: 67%; padding: 0 0 0 4%;}
.cnc-flow-title { font-size: clamp(20px, 2.1vw, 26px); line-height: 1.4; padding-bottom: 14px; font-weight: 700;}
.cnc-flow-data {  line-height: 1.5; }
.cnc-flow-arrow {  position: absolute; z-index: 3; left: 50%; bottom: -20px; transform: translateX(-50%); width: 40px; height: 40px;}

/*cnc-4*/
.cnc-4-box { border-radius: 15px; border: 1px solid #dadada; overflow: hidden; padding: 10px 10px 20px 10px;}
.cnc-4-content { padding: 0px 10px 0px 10px;}
.cnc-4-pto { margin-bottom: 12px;}
.cnc-4-pto img { border-radius: 15px;}
.cnc-4-title { font-size: clamp(20px, 1.7vw, 22px); font-weight: 700; padding-bottom: 7px; line-height: 1.4;}
.cnc-4-data { padding-bottom: 14px; line-height: 1.5;}


@media only screen and (max-width: 1279px) {
	body { padding-bottom: 45px;}
	#content { padding-top: 70px;}
	
	header { background: #093b7e;}
	
	#content , .p-layout { line-height: 1.6;}
	
	.banner { height: 300px;}
	.banner:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0;backdrop-filter: blur(1.5px);}
	.banner-content { top:50%;}
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	.banner-title { max-width: 100%; text-align: center;text-shadow: 2px 2px 8px #fff, -2px -2px 8px #fff;}
	
	.layout-50 > div { width: 100%;}
	.layout-50-b > div:nth-of-type(1) { order: 2;}
	.layout-50-b > div:nth-of-type(2) { order: 1;}
	
	.about-section-1:after { right: 0%;}
	
	.about-4-section-2 .layout-50 > div { width: 100%;}
	
	.news-list { margin-top: 0px;}
	
	.cnc-section .layout-50 > div { width: 100%;}
}

@media only screen and (max-width: 980px) {
	
	.btn-type-1 { width: 150px; line-height: 50px; border-radius: 25px; }
	.btn-type-1 > span { font-size: 15px;}
	.btn-type-1:hover { width: 140px; }

	.products-list > div { width: 50%; }
	.products-list > div:nth-of-type(4n + 2):after { display: none;}
	.products-list-btn { opacity: 1;}
	
	.about-section-1 > div:nth-of-type(1) { width: 100%; order: 2;}
	.about-section-1 > div:nth-of-type(2) { width: 100%; order: 1; padding: 0 0 30px 0;}
	
	.about-section-2 { background: url("../images/about-bg-2.png") no-repeat top left / 100%;}
	.about-section-2 > div:nth-of-type(1) { width: 100%; padding-bottom: 30px;}
	.about-section-2 > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	
	.about-section-3 > div:nth-of-type(1) { width: 100%; padding-right: 0%; order: 2;}
	.about-section-3 > div:nth-of-type(2) { width: 100%; order: 1; padding-bottom: 30px;}
	
	.about-4-section-1 > div { width: 100%;}
	.about-4-section-1 > img { position: inherit; top: auto; right: auto; width: auto;}
	
	.application-list > div { width: 50%; padding: 0 10px calc(20px + 3%) 10px;}
	
	.news-list > a { width: 50%; margin-bottom: calc(20px + 1%);}
	.news-list > a:nth-child(odd):after { display: block !important;}
	.news-list > a:nth-child(even):after { display: none !important;}
	
	.contact-section > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-bottom: 25px;}
	.contact-section > div:nth-of-type(2) { width: 100%;}
	.contact-map iframe { height: 200px;}
	
	.cnc-flow-content { border-radius: 15px; padding: 10px;}
	.cnc-flow-content > div:nth-of-type(1) { width: 100%;}
	.cnc-flow-content > div:nth-of-type(1) img { border-radius: 10px;}
	.cnc-flow-content > div:nth-of-type(2) { width: 100%; padding:20px 0;}
}
@media only screen and (max-width: 768px) {
	.banner { height: 240px;}
	
	.products-icon-list { justify-content: center;}
	.products-icon-list > div { width: 33.33%; padding-left: 4%; padding-right: 4%;}
	
	.products-info > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-bottom: 30px; }
	.products-info > div:nth-of-type(2) { width: 100%; }
	
	.equipment-list { margin-right: 0; justify-content: space-between;}
	.equipment-list > div { margin: 0 0 16px 0; width: calc(50% - 8px);}
}
@media only screen and (max-width: 640px) {
	.application-list > div { width: 100%; padding: 0 0 calc(20px + 3%) 0;}
	.application-pto { height: 400px}
	
	.news-list > a { width: 100%; padding: 0 0 20px 0;}
	.news-list > a:after { display: block !important; width: 100% ;height: 1px; right:auto; left: 0; top:auto; bottom: 0; transform: translateY(0);}
	.news-list > a:nth-child(even):after { display: block !important;}
	
	.layout-33 {  }
	.layout-33 > div { width: 100%;}
	
}
@media only screen and (max-width: 570px) {
	.products-icon-list > div { width: 50%;}
	
	.products-list > div { width: 100%; padding-bottom: 30px;}
	.products-list > div:after { width: 100%; height: 1px; top: auto; right: auto; bottom: 0; left: 0; display: block !important;}
}

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

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