/* 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(16px, 0.7vw, 18px); line-height:1.6; color: #333; letter-spacing: 0.05rem; font-weight: 300; padding-top: 100px;}
#content p{ margin-bottom: 30px; margin-top: 0; font-size: clamp(16px, 0.7vw, 18px);line-height:1.6;  font-weight: 300;}
p, td, li, label { font-size: clamp(16px, 0.7vw, 18px);line-height:1.6;  font-weight: 300;}

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

.path-bg { background: #fff; border-top: 1px solid #e6e2df; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
#path { padding: 10px 0;}
#path ul { margin: 0; padding: 0 0; ;line-height: 1.3;}
#path li { display: inline-block; vertical-align: top; font-size: 15px; font-weight: 300;}
#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.6;}
#path li:last-child a { color: #222;}

.main-bg { background: url("../images/main-bg.png") no-repeat top left / 100%;}

/*about*/
.about-section-1 { background: url("../images/about-section-1-bg.jpg") no-repeat top center / cover; min-height: 714px; padding-top: calc(30px + 7%); padding-bottom: calc(30px + 7%); color: #fff; font-weight: 300; font-size: clamp(18px, 1.3vw, 24px);}
.about-section-1 h1 { font-weight: 700; font-size:clamp(24px, 3vw, 42px); padding: 0 0 calc(15px + 1%) 0; margin: 0; color: #fff; margin-right: 0; }
.about-section-1-content { max-width: 640px; margin: 0 auto 0 0;}

.about-section-2 { padding-left: 5%;  padding-right: 5%; position: relative; z-index: 3; margin-top: -165px; display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section-2 > div:nth-of-type(1) { width: calc(50% - 50px); padding-right: 5%; padding-top: calc(140px + 8%); padding-bottom: calc(20px + 5%);}
.about-section-2 > div:nth-of-type(2) { width: calc(50% + 50px);}

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

.title-1 { padding: 0 0 22px 0; font-size:clamp(20px, 1.3vw, 24px);font-weight: 700; color: #595959;}
.idx-about-pto { border-radius: 60px; box-shadow: 25px 25px 40px 0px rgba(0,0,0,0.25); overflow: hidden;}
.idx-about-pto img { width: 100%;}

/*products*/
.main-box { padding-top:calc(20px + 2%);}
.title-2 { padding: 0 0 calc(5px + 1%) 0; margin: 0; line-height: 1.4; font-size:clamp(24px, 2.2vw, 34px);font-weight: 700; color: #595959;}

.products-list { padding: 0 5% calc(20px + 5%) 5%; display: flex; flex-direction: row; flex-wrap: wrap;}
.products-list > div { width: 32%; margin-bottom: calc(20px + 1%); margin-right: 2%;}
.products-list > div:nth-child(3n+3) { margin-right: 0;}

.idx-pro-box { display:block; position: relative; background: #000;}
.idx-pro-box:hover .idx-pro-pto img { transform: scale(1.05); opacity: 0.5;}
.idx-pro-box:hover .idx-pro-title-1 { opacity: 0; bottom: 4%;}
.idx-pro-box:hover .idx-pro-title-2 { opacity: 1;transform: translate(-50%, -50%);}
.idx-pro-box:hover .idx-pro-btn { transform: rotate(-90deg);}
.idx-pro-pto { padding-bottom: 129%;}
.idx-pro-pto img { transition: transform 2s ease-out 0s, opacity 0.4s ease-out 0s; width: 100%;}
.idx-pro-title-1 { position: absolute; z-index: 3; bottom: 10%; left: 0; width: 100%; padding: 0 15% 0 10%; font-weight: 500; font-size:clamp(18px, 1.3vw, 24px);transition: all 0.4s ease-out 0s; opacity: 1; color: #fff;}
.idx-pro-title-2 { position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%, -30%);width: 100%; padding: 0 10% 0 10%; font-weight: 300; font-size:clamp(23px, 2.5vw, 38px);transition: all 0.4s ease-out 0s; color: #fff; text-align: center; opacity: 0;}
.idx-pro-btn { position: absolute; z-index: 3; bottom: 10%; right: 10%; transition: all 0.4s ease-out 0s;}

/*products-list*/
.products-list2-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 5%);}
.products-list2-section > div:nth-of-type(1) { width: 250px; position: sticky; top:80px;}
.products-list2-section > div:nth-of-type(2) { width: calc(100% - 250px); padding-left: 5%;}

.aside-title { font-size: clamp(20px, 2vw, 30px); text-align: center; border-bottom: 1px solid #595959; line-height: 100%; padding-bottom: calc(15px + 4%); margin-bottom: calc(15px + 4%); font-weight: 700; color: #595959;}

.products-list2 { padding-left: 0; padding-right: 0; padding-bottom: calc(20px + 1%);}
.products-list2-pto { padding-bottom: 142%; position: relative; margin-bottom: 10px; display: block;}
.products-list2-pto:hover .products-list2-pto-over { opacity: 1; transform: scale(1.05);}
.products-list2-pto-over { position: absolute; z-index: 3; transition: opacity 0.4s ease-out 0s, transform 2s ease-out 0s; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;}
.products-list2-pto-over img { object-fit: cover; width: 100%; height: 100%;}
.products-list2-title b { display: block; font-weight:700; color: #887765; font-size: clamp(18px, 0.9vw, 20px); }
.products-list2-tag { display: inline-block; border-radius: 5px; background: #887765; padding:3px 5px 5px 5px; margin-top: 5px; color: #fff;}
.products-list2-tag a { color: #fff !important; }

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

/*products-detail*/
.products-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 4%); align-items: flex-start;}
.products-detail-top > div:nth-of-type(1) { width: calc(50% - 80px); padding-right: 5%;}
.products-detail-top > div:nth-of-type(1) .btn01 { width: 180px;}
.products-detail-top > div:nth-of-type(1) .btn01:hover { width: 150px;}
.products-detail-top > div:nth-of-type(1) .btn01 > div { padding: 17px 15px 17px 28px; align-items: flex-start;}
.products-detail-top > div:nth-of-type(2) { width: calc(50% + 80px);}

.products-detail-title { padding: 0 0 calc(20px + 2%) 0; margin: 0;font-size:clamp(20px, 1.3vw, 24px);font-weight: 300; color: #595959;}
.products-detail-title > b { display: block; font-size:clamp(24px, 2.2vw, 34px);font-weight: 700; color: #887765; line-height: 1; padding-bottom: 12px;}

.social-tool { padding-bottom: 18px;}

.btn-box {display: flex; flex-direction: row; flex-wrap: wrap; }
.btn-box > div { margin: 0 10px 10px 0;}

.btn01 { width: 200px; height: 50px; position: relative; display: block; background: #6caea2; border-radius: 25px; overflow: hidden; transition: all 0.4s ease-out 0s; border-width: 0;}
.btn01 > div { position: relative; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; line-height: 100%;padding: 17px 25px 17px 28px;}
.btn01 > div > div { font-size: 14px; color: #fff; letter-spacing: 0.1rem; }
.btn01 > div > span { display: block; width: 8px; height: 8px; border-width: 1px 1px 0 0; border-color: #6caea2; border-style: solid; transform: rotate(45deg);}
.btn01 > div > img { display: inline-block; width: 22px; position: relative; top:-2px;}
.btn01:after { content: ""; position: absolute; background: #e6e0d5; width: 70px; height: 100%; top: 0; right: 0;clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0 100%);transition: all 0.3s ease-out 0s; }
.btn01:hover:after { width: 0%; clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0 100%);}
.btn01:hover { width: 180px;}
.btn01:hover > div > span { border-color: #fff; }
.btn01:hover > div > img { filter: invert(0) brightness(100); transform: translateX(-2px);}

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

    .swiper-slide img {
      display: inline-block;
      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 0px;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%; 
    }

    .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: #887765; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%); border: 0px solid #362e2b;}
.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: 2px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 2px;}
.swiper-prev { left: -13px;}
.swiper-next { right: -13px;}

.tab-section { padding-bottom: calc(5px + 1%); }

.title-3 { font-weight: 500; font-size:clamp(24px, 3vw, 42px); padding: 0 0 calc(20px + 1%) 0; margin: 0; color: #595959;  text-align: center;}

.case-loop { padding-bottom: 60px; margin-bottom: calc(25px + 2%); }
.case-loop .owl-dots { }
.case-loop .owl-item {position: relative;  }
.case-loop .owl-nav { position: absolute; top: calc(50% - 55px); transform: translateY(-50%); left: 0%; width: 100%; z-index: 11;}
.case-loop .owl-prev, .case-loop .owl-next { position:absolute; z-index:100;  width: 50px !important; height: 50px !important; background: rgba(0,0,0,.5) !important; border: 0px solid #074151 !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%); margin: 0 !important;}
.case-loop .owl-prev { border-radius: 0 10px 10px 0 !important;}
.case-loop .owl-next { border-radius: 10px 0 0 10px !important;}
.case-loop .owl-prev:hover, .case-loop .owl-next:hover { background: rgba(0,0,0,1) !important;}
.case-loop .owl-prev:hover:before, .case-loop .owl-next:hover:before { border-color: #fff;}
.case-loop .owl-prev { left:0px; }
.case-loop .owl-next { right:0px;}
.case-loop .owl-prev:before, .case-loop .owl-next:before { content: ""; position: absolute; width: 14px; height: 14px; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.case-loop .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.case-loop .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.case-loop .owl-prev:hover:before, .case-loop .owl-next:hover:before { }
.case-loop .owl-stage-outer {z-index: 2;}
.case-loop .owl-dots { position: absolute; z-index: 100; bottom:0; left:0; width: 100%; text-align: center !important; padding: 0 0px; }
.case-loop .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.case-loop .owl-dots .owl-dot.active {  }
.case-loop .owl-dots .owl-dot span, .case-loop  .owl-dots .owl-dot span { background: #cfc9c1 !important; width: 12px !important; height: 12px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.case-loop .owl-dots .owl-dot.active span/*, .case-loop  .owl-dots .owl-dot:hover span*/ { background: #9fbd7f !important; }

.idx-case-link { display: block; text-align: left;}
.idx-case-link:hover .idx-case-pto img { transform: scale(1.05);}
.idx-case-link:hover .idx-case-title { color: #6caea2;}
.idx-case-pto { padding-bottom: 60%; margin-bottom: 15px;}
.idx-case-pto img { transition: all 2s ease-out 0s;}
.idx-case-data { font-weight: 300; font-size: 16px;line-height: 1.4; padding-left: 20px; padding-right: 20px; color: #888888;}
.idx-case-title { font-weight: 700; line-height: 1.4; padding-bottom: 8px; transition: all 0.4s ease-out 0s; color: #222; }

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

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

/*case*/
.case-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(20px + 2%);}
.case-list > a { width: calc(50% - 15px); padding-bottom: calc(15px + 1%);}

/*news*/
.align-center { text-align: center;}

.news-section { padding-bottom: calc(20px + 3.5%);}

.idx-news-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 3%); }
.idx-news-list > div { width: 50%; padding:30px 25px 30px 15px; position: relative;}
.idx-news-list > div:nth-child(even) { padding:30px 15px 30px 25px;}
.idx-news-list > div:after { content: ""; position: absolute; width: calc(100% - 25px); height: 1px; background: #e3e3e3; bottom: 0; }
.idx-news-list > div:nth-child(odd):after { left: 0;}
.idx-news-list > div:nth-child(even):after { right: 0;}
.idx-news-list > div:nth-child(odd):before { content: ""; position: absolute; height: calc(100% - 25px); width: 1px; background: #e3e3e3; top: 15px; right: 0;}
.news-content { display: flex; flex-direction: row; flex-wrap: wrap;}
.news-content > div { width: 50%;}
.news-content > div:nth-of-type(2) { padding: calc(10px + 2%) 0 0 calc(10px + 2%);}

.idx-news-link { }
.idx-news-link:hover .idx-news-pto img { transform: scale(1.05);}
.idx-news-link:hover .idx-news-title { color: #6caea2;}
.idx-news-pto { padding-bottom: 70%; margin-bottom: 0;}
.idx-news-pto img { transition: all 2s ease-out 0s;}
.idx-news-date { color: #887765; font-size: 16px; line-height: 1; padding-bottom: 5px;}
.idx-news-title { font-weight: 700; line-height: 1.4; padding-bottom: 10px; transition: all 0.4s ease-out 0s; }
.idx-news-data { font-weight: 300; font-size: 16px;
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

/*contact*/
.contact-section { background: url("../images/contact-bg-2.jpg") no-repeat center center / cover;padding: calc(15px + 3%) 0 calc(25px + 5%) 0;}
.contact-section-content { max-width: 960px; padding-left: 10%;margin: 0 auto 0 0 ; text-align: left;}

.contact-layout-1 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-layout-1 > div { width: calc(50% - 7px);}

.contact-form-list {  margin-bottom: 10px;display: flex; flex-direction: column; flex-wrap: nowrap; padding: 5px 0px; }
.contact-form-list > div:nth-of-type(1) { width: 100%; padding: 3px 0px;  position: relative;font-size: 16px; line-height: 170%; }
.contact-form-list > div:nth-of-type(1):after { position: absolute; content: ":"; top: 0; right: 0; display: none;}
.contact-form-list > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0px;}
.contact-form-list2 {  margin-bottom: 10px;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 5px 0px; }
.contact-form-list2 > div:nth-of-type(1) { width: 90px; padding: 3px 0px;  position: relative; line-height: 170%; }
.contact-form-list2 > div:nth-of-type(1):after { position: absolute; content: ":"; top: 0; right: 0; display: none;}
.contact-form-list2 > div:nth-of-type(2) { width: calc(100% - 70px); 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: 16px; border-width:1px; border-style: solid; border-color: #aaa; margin: 0px 0 0px 0; width: 100%; padding:0px 15px ; color:#222; background: transparent; font-family: 'Noto Sans TC', sans-serif; line-height: 40px; border-radius: 0px; }
.contact-form textarea { height:98px; padding:15px; resize:none; line-height: 140%;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; max-width: 160px; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 5px) 7px; background-size: 30px 29px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: transparent; font-size: 16px; border-width:1px; border-style: solid; border-color: #cccccc; color:#222; font-family: 'Noto Sans TC', sans-serif;  padding:0px 35px 0px 15px;  line-height: 40px; border-radius: 0px; font-weight: 300; letter-spacing: 0.05rem;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}

.color-red { color: #ff0000;}

.contact-note2 {  margin-top: 0px; display: inline-block;position: relative;padding-left: 28px; padding-right: 20px; 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: 300;}
.contact-note2 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {position: absolute;top: 3px;left: 0;height: 20px;width: 20px;background-color: transparent; border: 1px solid #cccccc; }
.contact-note2:hover input ~ .checkmark {background-color: #fff;}
.contact-note2 input:checked ~ .checkmark {background: #6caea2}
.checkmark:after {content: "";position: absolute;display: none;}
.contact-note2 input:checked ~ .checkmark:after {display: block;}
.contact-note2 .checkmark:after {left: 3px;top: 4px;width: 13px;height: 7px; border-width: 0 0 2px 2px; border-style: solid; border-color:#fff; transform: rotate(-45deg);}

.contact-btn { padding-top: 25px;}
.contact-btn .btn01 { width: 180px;}
.contact-btn .btn01:after { background: #fff;}
.contact-btn .btn01:hover { width: 160px;}

/*warranty*/
.warranty-view-container{padding-bottom: 50px;}
.warranty-view-container .btn{background: #6caea2; color: #FFF;}
.warranty-view-container .btn:hover,.warranty-view-container .btn:active{ background: #887765; border-color: #887765;  }

@media only screen and (max-width: 1365px) {
	.about-section-1 { min-height: inherit;}
	
	.about-section-2 { margin-top: -70px; }
	.about-section-2 > div:nth-of-type(1) { padding-top: calc(50px + 8%); }
}
@media only screen and (max-width: 1279px) {
	#content { padding-top: 60px;}

	.about-section-2 { margin-top: 0px; }
	.about-section-2 > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-top: calc(20px + 5%); padding-bottom: calc(20px + 2%);}
	.about-section-2 > div:nth-of-type(2) { width: 100%;}

	.about-section-3 > div:nth-of-type(1) { width: 100%; order: 2;}
	.about-section-3 > div:nth-of-type(2) { width: 100%; padding-left: 0%; padding-top:0; order: 1; }
	
	.products-list2-section > div:nth-of-type(1) { width: 100%; position: relative; top: auto; padding-bottom: 20px;}
	.products-list2-section > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0%;}
	
	.aside-title { display: none;}
	
	.idx-news-list > div { width: 100%; padding: 20px 0 !important;}
	.idx-news-list > div:before { display: none;}
	.idx-news-list > div:after { width: 100%;}
	
	.contact-section-content { max-width: 100%; padding-left: 5%; padding-right: 5%;}
}

@media only screen and (max-width: 980px) {
	#path li { font-size: 14px;}
	
	.idx-pro-btn img { width: 30px !important;}
	
	.products-detail-top > div:nth-of-type(1) { width: 100%; padding-right:0%; order: 2;}
	.products-detail-top > div:nth-of-type(2) { width: 100%; order: 1; margin-bottom: 25px;}
	.products-detail-tool { margin-top: 10px;}
}
@media only screen and (max-width: 768px) {
	.products-list > div { width: 48.5%; margin-bottom: 15px; margin-right: 3%;}
	.products-list > div:nth-child(2n+2) { margin-right: 0;}
	.products-list > div:nth-child(3n+3) { margin-right: auto;}
	
	.contact-layout-1 > div { width: calc(100% - 0px);}
}
@media only screen and (max-width: 640px) {
	.case-list > a { width: 100%;}
	
	.news-content > div { width: 100%;}
	.idx-news-pto { margin-bottom: 10px;}
	.news-content > div:nth-of-type(2) { padding: 0px 0 0 0;}
}
@media only screen and (max-width: 570px) {
	.products-list > div { width: 100%; margin-right: 0;}
	
}

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

}

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

}