/* CSS Document */

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

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

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

* { box-sizing: border-box;}

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

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

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

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


.banner { margin-bottom: 0px;line-height: 0; position: relative; }
.banner img { object-fit: cover; object-position: top left; width: 100%; height: 100%; position: relative;}
.banner-pc {  height: 200px;}
.banner-mobile { display: none;}

#path { position: absolute; z-index: 3;top: 0; left: 0; width: 100%; padding: 20px 5% 0 5%;}
#path ul { margin: 0; padding: 0;}
#path li { display: inline-block; vertical-align: top; font-size: 14px;font-weight: 400; color: #fff;}
#path li:after { content:">"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:first-child { text-decoration: underline;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #fff; }
#path li a:hover { opacity: 0.5;}
#path li:last-child a { color: #fff;}

.title02{ position: absolute; z-index: 3; width: 100%; bottom: -20px; left: 0; text-align: center; text-transform: uppercase;}
.title02 > h1, .title02 > span { position: relative; z-index: 2; color: #24435e; font-size: clamp(28px, 4vw, 66px); font-weight: 700; line-height: 100%; line-height: 1.1; bottom: -20px; display: block;}
.title02 > div{ position: absolute; width: 100%; top: -40%; color: rgba(255,255,255,.45); font-size: clamp(50px, 8vw, 140px);;font-weight: 700; line-height: 90%;}

.main-section { padding-top: calc(20px + 5%); padding-bottom: calc(25px + 5%);
background-image: url("../images/inner-top-bg.png"), url("../images/inner-bottom-bg.png");
background-position: top left, bottom left;
background-repeat: no-repeat, no-repeat;
background-size: 100%, 100%;
}
.demo-section { padding-left: 5%; padding-right: 5%;}

/*about*/
.about-section-1 { display: flex; flex-direction: row; flex-wrap:wrap; padding-bottom: calc(20px + 2%);}
.about-section-1 > div:nth-of-type(1) { width: 35%;}
.about-section-1 > div:nth-of-type(2) { width: 65%; padding-left: 5%;}

.title03 { position: relative; line-height: 1.1; font-weight: 700; text-align: center; padding:0 0 calc(10px + 1.5%) 0; margin:0 0 calc(20px + 2%) 0; font-size: clamp(22px, 2.6vw, 40px); color: #24435e;}
.title03:after { position: absolute; content: ""; width: 55px; height: 5px; background: #0079c9; left: 50%; bottom: 0; transform: translateX(-50%);}

.about-section-2 {display: flex; flex-direction: row; flex-wrap:wrap; justify-content: space-between; padding-bottom: calc(20px + 4%);}
.about-section-2 > div {width: 23%; text-align: center;padding-bottom: calc(20px + 2%);}
.office-title { position: relative; z-index: 2; margin-top: -29px; width: calc(100% - 70px); margin-left: auto; margin-right: auto; margin-bottom: 12px; text-align: center; background: rgba(0,0,0,.8); line-height: 1.2; padding: 14px 10px; font-size: clamp(18px, 0.8vw, 22px); font-weight: 700; color: #fff; }

.loop2 { }
.loop2 .owl-dots { display: none;}
.loop2 .owl-item {position: relative; padding: 15px; }
.loop2 .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 40px !important; height: 40px !important; border-radius: 100% !important; background: #333 !important; border: 0px solid #515254 !important; margin: 0 !important;}
.loop2 .owl-prev { left:-20px; }
.loop2 .owl-next { right:-20px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: absolute; width: 10px; height: 10px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev:before { transform: translate(-20%, -50%) rotate(-135deg); }
.loop2 .owl-next:before { transform: translate(-70%, -50%) rotate(45deg);}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { }
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:24px; left:calc(-54% + 160px); width: 100%; text-align: left !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop2 .owl-dots .owl-dot.active {  }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop2 .owl-dots .owl-dot.active span/*, .loop2  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.ce-pto { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);} 

/*process*/
.process-section { display: flex; flex-direction: column; flex-wrap: nowrap;}
.process-section > div:nth-child(even) .process-title-section > div:nth-of-type(1) { background: #67accd;}
.process-section > div:nth-child(even) .process-title-section > div:nth-of-type(2):before { background: #67accd;}
.process-section > div:nth-child(even) .process-data-section > div:nth-of-type(1):before { background: #67accd;}
.process-section > div:nth-child(even) .process-data-section > div:nth-of-type(1):after { background: #67accd;}
.process-section > div:last-child .process-data-section > div:nth-of-type(1):before, .process-section > div:last-child .process-data-section > div:nth-of-type(1):after { display: none;}

.process-title-section { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.process-title-section > div:nth-of-type(1) { background: #0079c9; border-radius: 100%; width: 140px; height: 140px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; position: relative; z-index: 3;}
.process-title-section > div:nth-of-type(1) img { width: 70px;}
.process-title-section > div:nth-of-type(2) { width: calc(100% - 140px); position: relative; padding: 14px 50px 14px 18px;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.process-title-section > div:nth-of-type(2):before { position: absolute; content:""; top: 0; left: -50px; width: calc(100% + 50px); height: 100%; background: #0079c9; transform: skewX(-30deg);}
.process-title-section > div:nth-of-type(2) > div { position: relative; z-index: 3;}
.process-title-section > div:nth-of-type(2) > div:nth-of-type(1) { background: #fff; border-radius: 100%; width: 40px; height: 40px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; font-size: clamp(24px, 2vw, 34px); font-weight: 700; line-height: 1; font-style: italic;}
.process-title-section > div:nth-of-type(2) > div:nth-of-type(1) span { display: inline-block; transform: translateY(-2px);}
.process-title-section > div:nth-of-type(2) > div:nth-of-type(2) { padding-left: 15px; color: #fff; font-weight: 700; font-size: clamp(18px, 1vw, 24px);width: calc(100% - 40px); }

.process-data-section { display: flex; flex-direction: row; flex-wrap: wrap; }
.process-data-section > div:nth-of-type(1) { width: 140px; position: relative; margin-bottom: 10px; }
.process-data-section > div:nth-of-type(1):before { content: ""; position: absolute; width: 7px; height: calc(100% - 24px); background: #0079c9; top: 0; left: 50%; transform: translateX(-50%);}
.process-data-section > div:nth-of-type(1):after { content: ""; position: absolute; width: 27px; height: 24px; background: #0079c9; bottom: 0; left: 50%; transform: translateX(-50%); clip-path: polygon(0 0, 100% 0%, 50% 100%);}
.process-data-section > div:nth-of-type(2) { width: calc(100% - 140px); position: relative; padding: 0 50px 35px 18px;}

/*standard*/
.standard-section { display: flex; flex-direction: column; flex-wrap: nowrap;}
.standard-section > div { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 3%);}

.standard-section > div:nth-child(even) > div:nth-of-type(1) { order: 2;}
.standard-section > div:nth-child(even) > div:nth-of-type(2) { order: 1;}
.standard-section > div:nth-child(even) .standard-title:before { right: -130px; left: auto;}

.standard-section > div:hover .standard-pto img  { transform: scale(1.05);}
.standard-section > div > div { width: 50%;}
.standard-section > div > div:nth-of-type(2) { padding:3.5% 5%;}
.standard-pto { overflow: hidden; display: block;}
.standard-pto img { transition: all 2s ease-out 0s;}
.standard-title { position: relative; padding: 13px 0; margin-bottom: 15px;}
.standard-title span { position: relative; z-index: 3; color: #fff; font-weight: 700; font-size: clamp(18px, 1.2vw, 24px); display: inline-block;}
.standard-title:before { position: absolute; content: ""; background: #0079c9; z-index: 2; height: 100%; transform: skewX(-30deg); left: -150px; top: 0; width: calc(100% + 150px);}
.standard-data { padding-bottom: 20px;}

.btn01 { width: 120px; height: 40px; padding: 0 5px; border-radius: 20px; overflow: hidden; position:relative; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.btn01:before { content: ""; position: absolute; width: 0%; height: 100%; right: 0; background: #0079c9;transition: all 0.3s ease-out 0s;}
.btn01:hover:before { width: 100%; left: 0;}
.btn01:hover > div { color: #fff;}
.btn01 > div:nth-of-type(1) { margin-right: 10px;}
.btn01 > div { position: relative; z-index:2; color: #333;}
.btn-arrow { width: 28px; height: 28px; border-radius: 100%; background: #0079c9; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;}
.btn-arrow > span { width: 9px; height: 12px; background: #fff; clip-path: polygon(0 0, 100% 50%, 0% 100%); transform: translateX(1px);}

/*products list*/
aside { border-top:1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; display: flex; flex-direction: row; flex-wrap: wrap; background: #d5edf9; position: relative; z-index: 4; margin-bottom: calc(20px + 3%);}
aside > div:nth-of-type(1) { width: 170px; text-align: center; color: #333; font-size: 18px; font-weight: 700; line-height: 1.2; padding: 10px 0 0 0 ;}
aside > div:nth-of-type(2) { width: calc(100% - 170px); display: flex; flex-direction: row; flex-wrap: wrap;}

.products-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -26px; padding-bottom: calc(10px + 1%); overflow: hidden;}
.products-list > a { margin: 0 26px calc(10px + 1%) 0; width: calc(25% - 26px); display: block;}

.products-list > a:hover .products-list-pto img { opacity: 0.15;}
.products-list > a:hover .products-list-over { opacity: 1; transform: translate(-50%, -50%); }

.products-list-pto { position: relative; padding-bottom: 135%; margin-bottom: 10px;}
.products-list-pto img { transition: all 0.4s ease-out 0s; }
.products-list-over { position: absolute; display:flex; flex-direction: column; flex-wrap: nowrap; align-items:center; top:50%;  left: 50%; width: 100%; transform: translate(-50%, -20%);transition: all 0.4s ease-out 0s; z-index: 3; opacity: 0;}
.products-list-over-data { color: #0079c9; font-weight: 700; margin-bottom: 10px; line-height: 1.5;text-align: center;}
.products-list-over-btn { width: 70px; height: 70px; background: #0079c9; border-radius: 100%;display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items:center; font-weight: 700; font-size: 16px; color: #fff; }
.products-list-name { border-top: 1px solid #dbdbdb; text-align: center; padding: calc(10px + 1.5%); font-weight: 700; line-height: 1.3;}

#page { text-align: center; padding:0px 0 0px 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: #0079c9; 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);}

/*products detail*/
.products-detail-top { display: flex; flex-direction: row; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; padding-bottom: calc(20px + 2%);}
.products-detail-top > div { width: 48.5%;}

.products-detail-tool { position: relative;}
   .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: inline-block;
      max-height: 380px;
      /*height: 100%;
      object-fit: cover;*/
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center; padding: 0 5px;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%; margin-bottom: 25px;
    }

    .mySwiper {
      height: auto;
      box-sizing: border-box;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.swiper-next, .swiper-prev, .swiper-button-next, .swiper-button-prev { width: 26px !important; height: 26px !important; border-radius: 100%; background: #333333; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%);}
.swiper-next:after, .swiper-prev:after, .swiper-button-next:after, .swiper-button-prev:after { content: ""; display: block; width: 6px; height: 6px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid; position: relative;}
.swiper-prev:after, .swiper-button-prev:after { transform: rotate(-135deg); left: 1px;}
.swiper-next:after, .swiper-button-next:after { transform: rotate(45deg); right: 1px;}
.swiper-prev, .swiper-button-prev { left: -30px;}
.swiper-next, .swiper-button-next { right: -30px;}

.swiper-button-next, .swiper-button-prev { text-indent: -9999999999px;}

.pro-feature { display:flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 10px;}
.pro-feature > div { margin-bottom: 20px; min-height: 60px;}
.pro-feature > div:nth-child(odd) { width: 160px; font-weight: 700; font-size: 19px; color: #fff;display:flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.pro-feature > div:nth-child(even) { width: calc(100% - 160px); }
.pro-feature > div:nth-child(even) ul { margin-bottom: 0;}

.pro-btn-box { border-top: 1px solid #dbdbdb; padding: calc(20px + 1.5%) 0;display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.pro-btn-box > div:nth-of-type(1) { }
.pro-btn-box > div:nth-of-type(2) { width: calc(100% - 120px);display:flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end;}
.pro-btn-box > div:nth-of-type(2) > a { margin: 0 0 5px 15px;}
.pro-btn-1 { height: 44px; border-radius: 22px; padding: 0 20px; display:flex !important; flex-direction: row; flex-wrap: nowrap; align-items: center; color: #fff !important; font-weight: 700; font-size: 16px; background: #0079c9;}
.pro-btn-2 { height: 44px; border-radius: 22px; padding: 0 20px; display:flex !important; flex-direction: row; flex-wrap: nowrap; align-items: center; color: #333; font-weight: 700; font-size: 16px; background: #fff; border: 3px solid #333;}


.title04 { margin-bottom: 20px; position: relative;}
.title04:after { content: ""; position: absolute; width: 100%; height: 2px; background: #333; left: 0; top:50%; transform: translateY(-50%);}
.title04 span { display: inline-block; border-radius: 26px;  background: #333;  color: #fff; font-weight: 700; font-size: 19px; padding: 7px 20px; position: relative; z-index: 3;}

.pro-data-type1-1 {margin-left: 0px; margin-bottom: 25px;}

.btn02 { width: 220px; height: 60px; padding: 0 22px; border-radius: 30px; overflow: hidden; position:relative; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; background: #0079c9; margin: 0 auto 0 auto; border-width: 0; transition: all 0.4s ease-out 0s;}
.btn02:hover { background: #24435e; width: 210px;}
.btn02 > div:nth-of-type(1) { color: #fff; font-size: 18px;}
.btn02 > div:nth-of-type(2) { transition: all 0.2s ease-out 0s;}
.btn02:hover > div:nth-of-type(2) { transform: translateX(60px);}

.btn02 .btn-arrow { background: #fff;}
.btn02 .btn-arrow > span { background: #000;}

/*contact*/
.contact-top-section { margin-bottom: calc(15px + 2%); background: #488eaf; display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-top-section > div { width: calc(50% + 35px);}
.contact-top-section > div img { object-fit: cover; width: 100%; height: 100%; object-position: 0% 50%;}
.contact-top-section > a { width: calc(50% - 35px);display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: center; padding: calc(15px + 1%);}
.contact-top-section > a > img { display: inline-block; margin-bottom: 6px; width: 58px;}
.contact-top-section > a > div { color: #fff; font-size: clamp(18px, 1.4vw, 28px); font-weight: 700; word-break: break-all; line-height: 1.4; text-align: center;}

.contact-list { display: flex; flex-direction: row; flex-wrap: wrap; align-items:flex-start; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #a9a9a9;}
.contact-list > div:nth-of-type(1) { width: 220px; padding-left: 24px; position: relative; font-weight: 700;}
.contact-list > div:nth-of-type(1) > span { position: absolute; left: 0 ;top: 0; color: #d71919;}
.contact-list > div:nth-of-type(2) { width: calc(100% - 220px); padding-left: 10px;}

.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, 1.2vw, 18px); border-width:0px; border-style: solid; border-color: #d0d0d0; margin: 0px 0 0px 0; width: 100%; padding:0px 0px ; color:#333; background: transparent; line-height: 1.5; border-radius: 0px; letter-spacing: 0.05rem; font-weight: 500; }
.contact-form textarea { height:200px; padding:10px 0px 10px 0; resize:none; line-height: 1.7;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; background-image: url(../images/product-select2.png); background-repeat: no-repeat; background-position: calc(100% - 16px) calc(50% - 0px); -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: transparent; font-size: clamp(16px, 1.2vw, 18px); border-width:0px; border-style: solid; border-color: #d0d0d0; color:#333; padding:0px 55px 0px 0px;  line-height: 1.5; border-radius: 0px;  }
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}



@media only screen and (max-width: 1365px) {
    #content { padding-top: 120px;font-size: 16px;}
	#content p{ font-size: 16px;}
	p, td, li, label { font-size: 16px;}

	
}
@media only screen and (max-width: 1279px) {
	aside { background: transparent; border-width: 0;}
	aside > div:nth-of-type(1) { display: none;}
	aside > div:nth-of-type(2) { width: calc(100% - 0px); display: block;}
	

}

@media only screen and (max-width: 980px) {
	.banner { }
	.banner-pc { display: none;}
	.banner-mobile { display: block; height: 150px;}
	
	.title02{ padding-top: 0;}
	.title02 > div:nth-of-type(2){ display: none;}
	.title02 > h1, .title02 > span { bottom: -5px;}
	
	.about-section-2 > div {width: 48%;}
	
	.process-title-section { padding-bottom: 10px;}
	.process-title-section > div:nth-of-type(1) { background: transparent; width: 70px; height: auto;}
	.process-title-section > div:nth-of-type(1) img { width: 40px;}
	.process-title-section > div:nth-of-type(2) { width: calc(100% - 40px); padding: 14px 18px 14px 0;}
	.process-title-section > div:nth-of-type(2):before { left: -70px; width: calc(100% + 70px); height: 100%; transform: skewX(0deg);}
	
	.process-data-section > div:nth-of-type(1) { order: 2; width: 100%; height: 35px; }
	.process-data-section > div:nth-of-type(1):before { width: 4px;height: calc(100% - 16px); }
	.process-data-section > div:nth-of-type(1):after { width: 18px; height: 16px;}
	.process-data-section > div:nth-of-type(2) { order: 1; width: calc(100% - 0px); padding: 0px 0px 10px 0;}
	
	.standard-section > div > div { width: 100%;}
	.standard-section > div > div:nth-of-type(1) { text-align: center; margin-bottom: 15px;}
	.standard-section > div > div:nth-of-type(2) { padding:0;}
	.standard-title { padding:0 0 7px 0; margin-bottom: 8px;}
	.standard-title:before { left: 0px; width: calc(100% + 0px);transform: skewX(0deg); height: 3px; bottom: 0; top: auto;}
	.standard-title span { color: #0079c9;}
	
	.standard-section > div:nth-child(even) > div:nth-of-type(1) { order: 1;}
	.standard-section > div:nth-child(even) > div:nth-of-type(2) { order: 2;}
	.standard-section > div:nth-child(even) .standard-title:before { right: auto;}
	
	.products-list > a { width: calc(33.33% - 26px);}
	
	.products-detail-top > div { width: 100%;}
	.products-detail-top > div:nth-of-type(1) { margin-bottom: 25px;}
	
	.title04 span { font-size: 17px;}
	
	.contact-list > div:nth-of-type(1) { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content:flex-start; padding-bottom: 10px; padding-top: 0;}
	.contact-list > div:nth-of-type(1) > div { padding-right: 10px;}
	.contact-list > div:nth-of-type(1) > span { }
	.contact-list > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0px;}
}
@media only screen and (max-width: 768px) {
	.about-section-1 > div:nth-of-type(1) { width: 100%; text-align: center; padding-bottom: 25px;}
	.about-section-1 > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	
	.loop2 .owl-prev, .loop2 .owl-next { width: 25px !important; height: 25px !important;}
    .loop2 .owl-prev { left:-12px; }
	.loop2 .owl-next { right:-12px;}
	
	.contact-top-section > div, .contact-top-section > a { width: 100%;}
	.contact-top-section > a > img { width: 40px;}
}
@media only screen and (max-width: 640px) {
	.products-list > a { width: calc(50% - 26px);}
	
	
}
@media only screen and (max-width: 570px) {
	.about-section-2 > div {width: 100%;}
	.about-section-2 > div img {width: 100%;}
	
}

@media only screen and (max-width: 414px) {
	.products-list > a { width: calc(100% - 26px);}
	
	.pro-feature { flex-direction: column;}
.pro-feature > div {  min-height: inherit;}
.pro-feature > div:nth-child(odd) { width: 100%; font-size: 17px; padding:7px 10px; margin-bottom: 5px; }
.pro-feature > div:nth-child(even) { width: calc(100% - 0px); }
	
	.pro-btn-box { flex-direction: column; }
	.pro-btn-box > div:nth-of-type(1) { margin-bottom: 5px; width: 100%;}
	.pro-btn-box > div:nth-of-type(2) { width: calc(100% - 0px);}
	.pro-btn-box > div:nth-of-type(2) > a { margin: 0 0 5px 0px; width: 100%;}
	.pro-btn-1 { justify-content: center;}
	.pro-btn-2 { justify-content: center;}


}

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


/* 20250114 faq 頁面 / 左邊選單 、 news 列表 / 詳細頁 - 參考b05  */
.sub_wrap {display: flex; flex-flow: wrap; align-items: flex-start; padding: 0 0 60px 0;}
.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 {padding: 0 0 40px 0;}
	.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;}
}

/* leftMenu */
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%; background: #f5f5f5; }
.leftMenu ul:nth-child(2) {width: 100%; background: #f5f5f5;  }
.leftMenu ul li.menu-title a{ color:#fff; font-size: 1.1rem; line-height: 1.5rem; background:#5a0707; }
.leftMenu ul:nth-child(2) li.menu-title a{ background:#0070c9; }
.leftMenu ul li:hover.menu-title a{ color:#fff; }
.leftMenu ul:nth-child(2){margin-bottom:0px;}
.leftMenu > ul ul {display: none; background:#c6c6c6;}
.leftMenu ul li {position: relative; z-index: 1;font-size: 0.85rem;  line-height: 20px; border-bottom: 1px solid #d8d8d8;}
/*.leftMenu ul li:last-child {border-bottom: 0;}*/
.menu_dot {position: absolute; top: 6px; right: 0px; z-index: 99; width: 30px; height: 30px; cursor: pointer;}
.menu_dot::before {content: ''; width: 12px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 12px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 2px; height:12px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 12px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open{top:6px; }
.leftMenu .menu_dot_open::before {background-color: #fff;}
.leftMenu .menu_dot_open::after { display: none;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#222; background-color: transparent; padding: 10px 25px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover {text-decoration:none; color:#fff; background-color:#4C83FF; cursor:pointer; transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open{background-color:#4C83FF; color: #fff;}
.menu_arrow {position: absolute; top: 10px; left: 5px; width: 20px; height: 20px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open .menu_arrow::before,.leftMenu ul li a.menu_arrow_open .menu_arrow::after  {background-color:#fff; }
.leftMenu a:hover .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s; }
.leftMenu a.active{background: #2cacd1;}
.leftMenu ul.menu_sub_open { display: block !important; }

@media only screen and (min-width:1025px){
	.leftMenuMobile {display: none;}
}
@media only screen and (max-width:1024px){
	.leftMenu ul:nth-child(2){position: absolute; top: 67px; left: 0; z-index: 99;}
	.leftMenuMobile {width: 30px; height: 20px; margin: 40px auto 10px auto; position: relative; cursor: pointer;}
	.leftMenuMobile > span:nth-child(1) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 0px; left: 0; transition: all 0.5s ease 0s;}
	.leftMenu > div.show > span:nth-child(1) {top: 14px; transform: rotate(45deg);}
	.leftMenuMobile > span:nth-child(2) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
	.leftMenu > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
	.leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: -34px; left: calc(50% - 100px); text-align: center; font-size: 12px; color: #000;}
	.leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;}
	.leftMenu > ul.open {max-height: 500px; overflow: auto; padding-bottom: 10px; transition: all 1.5s ease 0s;}
}