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

#content { font-size: clamp(15px, 1.3vw, 17px); line-height:1.8; color: #222;  font-weight: 400; padding-top: 100px;}

.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: 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(16px, 1.7vw, 20px);}
.font-size-24 { font-size: clamp(18px, 1.9vw, 24px);}
.font-size-26 { font-size: clamp(20px, 2.1vw, 26px); line-height: 1.3;}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.3;}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.3;}
.font-size-36 { font-size: clamp(20px, 3.3vw, 34px); line-height: 1.3;}
.font-size-38 { font-size: clamp(22px, 3.3vw, 38px); line-height: 1.3;}
.font-size-40 { font-size: clamp(22px, 3.5vw, 38px); 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;}

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

.weight-300 { font-weight: 300;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}

.color-blue { color: #464660;}

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

#path { padding: 10px 3%; background: #f0f0f0;}
#path ul { margin: 0; padding: 0;}
#path li { display: inline-block; vertical-align: top; font-size: 15px;font-weight: 400; color: #222;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #222; }
#path li a:hover { opacity: 0.5;}
#path li:last-child a { color: #44538e;}

.title01 { display: inline-block; border: 5px solid #464660; padding:12px 20px 15px 20px; margin-bottom: 25px;}
.title01 > h1, .title01 > div { font-family: 'Noto Sans TC', sans-serif; line-height: 1.25; padding: 0; margin: 0; font-weight: 700; color: #464660;}

.btn01 { display: inline-block; position: relative; padding: 12px 0; font-size: 17px; color: #464660 !important; font-weight: 700;}
.btn01:before { transition: all 0.3s ease-out 0s; content: ""; position: absolute; background: #222; width: 40px; height: 2px; top: 0; left: 0;}
.btn01:after { transition: all 0.3s ease-out 0s; content: ""; position: absolute; background: #222; width: 0px; height: 2px; bottom: 0; right: 0;}
.btn01:hover:before, .btn01:hover:after { width: 100%}
.banner { margin-bottom: 0px;line-height: 0;}
.banner img { object-fit: cover; object-position: center center; width: 100%; height: 100%;}
.banner-pc {  height: 500px;}
.banner-mobile { display: none;}

.title-box { position: relative; z-index: 3; margin-top: -119px; margin-bottom: 30px; }
.banner-title { height: 120px; background: #fff; max-width: 1020px; width: 100%; margin: 0 auto 0 0; padding: 0 0 0 10%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; clip-path: polygon(0% 0, calc(100% - 70px) 0%, 100% 100%, 0 100%);}
.banner-title > div {/*max-width: 705px; */width:100%; margin: 0 0 0 auto; padding-right: 5%; text-align: left;}
.banner-title > div > h1, .banner-title > div > div { font-size: clamp(22px, 3.5vw, 38px); font-weight: 700; padding: 20px 0 0 0; margin: 0; line-height: 1.3;  color: #464660;}

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

.about-section-2 { background: #464660; margin-bottom: calc(20px + 4%); padding: 28px 5%; line-height: 1.2; text-align: center; color:#fff; font-weight: 300;}
.about-section-2 img { width: 39px; filter: brightness(100); display: inline-block; margin: 0 8px;}
.about-section-2 a { text-decoration: underline; font-weight: 700; color: #fff !important;}
.about-section-2 a:hover { color: #f4ed6b !important;}

.about-section-3 { display: flex; flex-direction: column; flex-wrap: nowrap;}
.about-section-3 > div { padding-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section-3 > div > div:nth-of-type(1) { width: 40%;}
.about-section-3 > div > div:nth-of-type(2) { width: 60%; padding:15px 0 0 50px; }
.about-section-3 > div:nth-child(even) > div:nth-of-type(1) { order: 2;}
.about-section-3 > div:nth-child(even) > div:nth-of-type(2) { order: 1; padding:15px 50px 0 0px; }
.about-section-3 > div > div:nth-of-type(2) p { margin-bottom: calc(10px + 1%); }

.title-type-1 { padding-bottom: calc(20px + 1%); font-weight: 700; color: #464660;}
.title-type-2 { margin-bottom: 12px; display: inline-block; color: #fff; font-size: clamp(16px, 1.7vw, 18px); background: #777777; padding: 5px 20px 7px 20px; border-radius: 25px; font-weight: 700;}

/*history*/
.loop-history { margin-bottom: calc(20px + 5%);}
.loop-history .owl-dots { display: none;}
.loop-history .owl-item {position: relative; }
.loop-history .owl-nav { position: absolute; bottom:0px; left: 50%; transform: translateX(-50%); width: 170px; z-index: 11;}
.loop-history .owl-prev, .loop-history .owl-next { position:absolute; z-index:100;  width: 60px !important; height: 60px !important; border-radius: 100% !important; background: #464660 !important; cursor: pointer;transition: all 0.4s ease-out 0s;}
.loop-history .owl-prev { left:0px; }
.loop-history .owl-next { right:0px;}
.loop-history .owl-prev:hover, .loop-history .owl-next:hover { background: none !important; transform: scale(0.9);}
.loop-history .owl-prev:before, .loop-history .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 1;transition: all 0.4s ease-out 0s;width: 13px; height: 15px; background-size: contain; display: inline-block;  position: relative; background: #fff;}
.loop-history .owl-prev:before { content: ""; left: -2px; clip-path: polygon(100% 0, 100% 100%, 0 50%); }
.loop-history .owl-next:before { content: ""; right: -2px; clip-path: polygon(0% 0, 100% 50%, 0 100%); }
.loop-history .owl-prev:hover:before, .loop-history .owl-next:hover:before { background: #44538e;}
.loop-history .owl-stage-outer {z-index: 2; padding-top: 20px;}
.loop-history .owl-dots { position: absolute; z-index: 100; bottom: 15px; width: 100%; text-align: center !important; padding: 0 50px; }
.loop-history .owl-dots .owl-dot span, .loop-history  .owl-dots .owl-dot span { background: #fff !important; width: 14px !important; height: 14px !important;}
.loop-history .owl-dots .owl-dot.active span, .loop-history  .owl-dots .owl-dot:hover span { background: #0471bd !important; }

.history-year { position: relative; border-bottom: 1px solid #44538e; padding-bottom: 35px; margin-bottom: 50px; color: #44538e; font-weight: 900;font-size: clamp(22px, 3.3vw, 36px); line-height: 1; padding-right: calc(20px + 2%);}
.history-year > span { display: inline-block; position: absolute; bottom: -12px; left: 0; width: 24px; height: 24px; border-radius: 100%; background: #d92724;}
.history-year > span:before { content: ""; position: absolute; width: 8px; height: 6px;  background: #fff;clip-path: polygon(0% 0, 100% 0%, 50% 100%); left: 50%; top: 50%; transform: translate(-50%, -50%);}
.history-month { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.1; font-weight: 700; padding-bottom: 12px; padding-right: calc(20px + 2%);}
.history-data {  padding-bottom: 15px; padding-right: calc(20px + 2%);}

/*products*/
.products-list-section { margin-right: -40px; display: flex; flex-direction: row; flex-wrap: wrap;}
.products-list-section > a { margin:0 40px 40px 0; width: calc(33.33% - 40px); }

.pro-link { display: block;}
.pro-link:hover .pro-link-pto img { transform: scale(1.03);filter: grayscale(0.7);}
.pro-link:hover .pro-link-name > span { right: -50px;}
.pro-link:hover .pro-link-name { color: #464660;}
.pro-link-pto { padding-bottom: 77%; margin-bottom: 15px;}
.pro-link-pto img { transition: all 2s ease-out 0s;}
.pro-link-name { overflow:hidden; position: relative; padding-right: 35px; font-size: clamp(16px, 1.5vw, 18px); font-weight: 500; text-align: left;}
.pro-link-name > span { position: absolute; top:50%; transform: translateY(-50%); right: 10px;transition: all 0.4s ease-out 0s;}
.pro-link-name > span > img { width: 20px !important; }

/*products-detail*/
.social-tool { padding-bottom: calc(20px + 2%);}

.products-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;padding-bottom: calc(20px + 4%);}
.products-detail-top > div { width: 50%;}
.products-detail-top > div:nth-of-type(1) { padding: 0 7%;}

.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-width: 600px; width: 100%;
      /*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 { width: 26px !important; height: 26px !important; border-radius: 100%; background: #44538e; 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 { content: ""; display: block; width: 6px; height: 6px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 3px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 3px;}
.swiper-prev { left: -10px;}
.swiper-next { right: -10px;}

.btn02 { border: 2px solid #222; height: 60px; max-width: 200px; width: 100%; display:flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 30px; background: transparent;}
.btn02:hover { border-color: #cc0033;}
.btn02:hover:after { height: 200%; width:200%;}
.btn02:hover > span { color: #fff;}
.btn02:hover > span:after  { right: -100%; opacity: 0;}
.btn02:after { content: ""; position: absolute; width: 0%; height: 0%; bottom: -30px;; left: 50%; transform: translateX(-50%); background: #cc0033;transition: all 0.4s ease-in-out 0s; border-radius: 100%;}
.btn02 > span { display: inline-block; position: relative; z-index: 3; font-weight: 700; font-size: 16px; color: #222;transition: all 0.4s ease-in-out 0s; text-transform: uppercase;}
.btn02 > span:after { content: ""; position: absolute; background: url("../images/icon-arrow.png") no-repeat; background-size: contain; width: 25px; height: 25px; top:50%; transform: translateY(-35%); right: -36px; transition: all 0.4s ease-in-out 0s;}

.tool-btn-box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; padding-top: 25px; margin-top: 35px; border-top:2px solid #222222;}
.tool-btn-box > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; font-weight: 700;}
.tool-btn-box > a > img { width: 30px; display: inline-block;}
.tool-btn-box > a.tool-btn-prev { margin-right: 13px;}
.tool-btn-box > a.tool-btn-prev:hover, .tool-btn-box > a.tool-btn-next:hover { color: #44538e;}
.tool-btn-box > a.tool-btn-prev img { margin-right: 8px;}
.tool-btn-box > a.tool-btn-next { margin-left: 13px;}
.tool-btn-box > a.tool-btn-next img { margin-left: 8px;}

.btn02 { border: 2px solid #222; height: 50px; max-width: 200px; width: 100%; display:flex; flex-direction: row; flex-wrap: wrap; position: relative; overflow: hidden; border-radius: 30px; background: transparent;}
.btn02:hover { border-color: #44538e;}
.btn02:hover:after { height: 200%; width:200%;}
.btn02:hover > span { color: #fff;}
.btn02:hover > span:after  { right: -100%; opacity: 0;}
.btn02:after { content: ""; position: absolute; width: 0%; height: 0%; bottom: -30px;; left: 50%; transform: translateX(-50%); background: #44538e;transition: all 0.4s ease-in-out 0s; border-radius: 100%;}
.btn02 > span { display: block; width: 100%; position: relative; z-index: 3; font-weight: 700; font-size: 18px; color: #222;transition: all 0.4s ease-in-out 0s; padding: 0 50px 0 25px;}
.btn02 > span:after { content: ""; position: absolute; background: url("../images/icon-arrow-black.png") no-repeat; background-size: contain; width: 25px; height: 25px; top:50%; transform: translateY(-18%); right: 20px; transition: all 0.4s ease-in-out 0s;}

.products-detail-bottom { background: #f5f5f5; padding: calc(20px + 4%) 5%;}
.products-detail-bottom-section { display:flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2%)}
.products-detail-bottom-section > div:nth-of-type(1) { width: 250px;}
.products-detail-bottom-section > div:nth-of-type(2) { width: calc(100% - 280px);margin-left: 30px;}
.products-detail-bottom .btn02 { margin: 0 auto;}

/*equipment*/
.title02 { border-bottom: 3px solid #44538e; margin-bottom: calc(20px + 2%);}
.title02 > span { border-radius: 30px 30px 0 0; display: inline-block; background: #44538e; padding: 10px 35px; line-height: 1.2;font-size: clamp(20px, 3vw, 34px); color: #fff; font-weight: 700;}

.equipment-content { display:flex; flex-direction: column; flex-wrap: wrap;}
.equipment-content > div > div:nth-of-type(1) { padding-right: 3%;}
.equipment-content > div:nth-child(even) > div:nth-of-type(1) { order: 2; padding-right: 0%;padding-left: 3%;}
.equipment-content > div:nth-child(even) > div:nth-of-type(2) { order: 1; }
.equipment-content .width-50-layout { align-items: center; }

.width-50-layout { display:flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(20px + 5%);}
.width-50-layout > div { width: 50%;}

.equipment-pto { border-radius: 60px;box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.2);}
.equipment-data { }

.equipment-ce > div {padding-right: 20px;}
.equipment-ce > div > img {box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}

/*csr*/
.csr-content { justify-content: space-between;}
.csr-content > div { width: calc(50% - 20px);}
.csr-content .equipment-pto { margin-bottom: 32px;}
.csr-data { display:flex; flex-direction: row; flex-wrap: wrap;}
.csr-data > div:nth-of-type(1) { width: 125px; padding-right: 15px;}
.csr-data > div:nth-of-type(2) { width: calc(100% - 125px);}

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

.pto-layout { margin-bottom: calc(20px + 2%);}

/*blog*/
.blog-section { display: flex; flex-direction: row; flex-wrap: wrap; background: #fff; align-items: flex-start; }
.blog-section > div:nth-of-type(1) { width: calc(100% - 320px); padding-right: 6%;}
.blog-section > div:nth-of-type(2) { width: 320px; position: sticky; top:110px;}

.blog-list { margin-bottom: 32px; border: 1px solid #eeecec; padding: calc(20px + 1%); display:flex; flex-direction: row; flex-wrap: wrap;}
.blog-list > div:nth-of-type(1) { width: 224px;}
.blog-list > div:nth-of-type(2) { width: calc(100% - 224px); padding-left: 24px;}

.blog-info { padding-bottom: 10px; display: flex; flex-direction: row; flex-wrap: wrap; font-size: 16px; color: #636363;}
.blog-info > div { font-size: 16px; margin-bottom: 5px;}
.blog-info > div:nth-of-type(1) { padding-right: 15px; margin-right: 15px; border-right: 1px solid #636363;}
.blog-date { border-right: 0px solid #636363 !important;}

.blog-btn { width: 150px;}

.title04 { padding-bottom: 15px; margin-bottom: 20px; position: relative; display: block;}
.title04 span, .title04 h1 { font-size: clamp(17px, 1.3vw, 20px); color: #333; line-height: 120%;  padding: 0; margin: 0; font-weight: 700;}
.title04:hover span { color: #44538e;}
.title04:after { content: ""; position: absolute; width: 42px; height: 3px; background: #333; left: 0; bottom: 0;}
.title04:hover:after { background: #44538e;}

.blog-aside-title { padding-bottom: 15px; margin-bottom: 10px; position: relative;}
.blog-aside-title span { font-size: clamp(16px, 1.7vw, 20px); color: #44538e; line-height: 120%;  padding: 0; margin: 0; font-weight: 700;}
.blog-aside-title:after { content: ""; position: absolute; width: 35px; height: 3px; background: #44538e; left: 0; bottom: 0;}

.blog-aside  { margin-top: 25px; border-bottom: 1px solid #d4d4d4; padding-bottom: 15px; margin-bottom: 30px;}
.blog-aside > a { position: relative; display: block; margin-bottom: 25px; padding-left: 15px; color: #222 !important; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.3; font-weight: 400;}
.blog-aside > a:before { position: absolute; content: ""; background: #dddddd; width: 3px; left: 0; top: 5px; height: 12px; transition: all 0.4s ease-out 0s;}
.blog-aside > a:hover { color: #44538e !important;}
.blog-aside > a:hover:before, .blog-aside > a.current:before { background: #44538e;}

.blog-aside2{ margin-bottom: 35px;}
.blog-aside2 > a { display: block; border-bottom: 1px solid #d4d4d4; padding: 15px 0;color: #222 !important; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.3;font-weight: 400;}
.blog-aside2 > a:hover, .blog-aside2 > a.current { color: #44538e !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: 28px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #44538e; 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);}

/*blog-detail*/
.blog-detail-title { padding-bottom: 22px; margin-bottom: 22px; position: relative;}
.blog-detail-title > h1 { padding: 0; margin: 0; line-height: 1.3; font-size: clamp(24px, 2.6vw, 38px); font-weight: 700; color: #464660;}
.blog-detail-title:after { content: ""; position: absolute; width: 220px;  height: 10px;background:#464660; left: 0; bottom: 0;}

.blog-detail-btn .btn02 { margin: 0 auto;}


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


@media only screen and (max-width: 1279px) {
	#content { line-height: 1.5; padding-top: 60px;}
	#path { padding: 6px 3%; }
	#path li { font-size: 13px; letter-spacing: 0;}
	
	.title-box { margin-top: 0px; margin-bottom: 5px; }
	.banner-title { height: auto; max-width: 100%; padding: 20px 5%; clip-path: polygon(0% 0, calc(100% - 0px) 0%, 100% 100%, 0 100%);}
	.banner-title > div {max-width: 100%; padding-right: 0%; }
	.banner-title > div > h1, .banner-title > div > div { padding: 0px 0 0 0; }
	
	.products-detail-top > div { width: 100%;}
	.products-detail-top > div:nth-of-type(1) { padding: 0 5% 30px 5%;}
	
	.blog-section > div:nth-of-type(1) { width: calc(100% - 0px); padding-right: 0px; padding-bottom: 25px; }
    .blog-section > div:nth-of-type(2) { width: 100%; }
    
    .about-section-1-start{ font-size: 24px; }
    .about-section-2 span { display: block;margin-bottom: 10px;}
}

@media only screen and (max-width: 980px) {
	.banner { }
	.banner-pc { display: none;}
	.banner-mobile { display: block;height: 200px;}
	
	.title01 { border: 3px solid #464660; padding:8px 15px 10px 15px; margin-bottom: 15px;}
	
	.about-section-1-content > div { width: 100%;}
	.about-section-1-content > div:nth-of-type(1) { text-align: center; padding:0 0 20px 0;}
	.about-section-1-content > div:nth-of-type(2) { padding-left: 0%;}

	.about-section-3 > div > div:nth-of-type(1) {order: 2; width: 100%; text-align: center;}
	.about-section-3 > div > div:nth-of-type(2) {order: 1; width: 100%; padding:15px 0 20px 0px; }
	.about-section-3 > div:nth-child(even) > div:nth-of-type(1) { }
	.about-section-3 > div:nth-child(even) > div:nth-of-type(2) { padding:15px 0px 0 0px; }
	
	.loop-history .owl-nav  { transform: translateX(-50%) scale(0.7);}
	
	.btn02 { max-width: 160px !important;}
	
	.tool-btn-box { justify-content: center;}
	
	.products-detail-bottom-section > div:nth-of-type(2) { width: calc(100% - 0px);}
	
	.title02 > span { border-radius: 20px 20px 0 0;}
	.equipment-pto { border-radius: 30px;}
	.width-50-layout > div { width: 100%; }
	.width-50-layout > div:nth-of-type(1) { padding-bottom: 25px;}
	.equipment-content > div > div:nth-of-type(1) { padding-right: 0%; text-align: center;}
	.equipment-content > div:nth-child(even) > div:nth-of-type(1) { order: 1; padding-left: 0%;}
	.equipment-content > div:nth-child(even) > div:nth-of-type(2) { order: 2; }
	
	.csr-content > div > div:nth-of-type(1) { text-align:center;}
	.csr-data > div:nth-of-type(1) { width: 70px; margin-bottom: 15px;}
	.csr-data > div:nth-of-type(2) { width: calc(100% - 70px);}
}
@media only screen and (max-width: 768px) {
	.products-list-section { margin-right: -20px;}
	.products-list-section > a { width: calc(50% - 20px); margin-right: 20px; }
	
	.about-section-1-start{ font-size: 18px; }
}
@media only screen and (max-width: 640px) {
	.width-33-layout > div { width: 100%; }
	
	
}
@media only screen and (max-width: 570px) {
	
	.swiper-prev { left: -15px;}
	.swiper-next { right: -15px;}
	
	.blog-list > div:nth-of-type(1) { width: 100%; text-align:center; padding-bottom: 25px;}
	.blog-list > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0px;}
}

@media only screen and (max-width: 480px) {
	.history-year, .history-month, .history-data { padding-right: 0;}
}

@media only screen and (max-width: 414px) {
	
	.products-list-section { margin-right: 0px;}
	.products-list-section > a { width: 100%; margin-right: 0px; }

}

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

}