/* 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:1200px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.3vw, 18px); line-height:1.6; color: #222; letter-spacing: 0; font-weight: 400; padding-top: 150px;}

.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%;}

.width-1000 { max-width: 1000px; margin: 0 auto; text-align: left;}

.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.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-roboto { font-family: "Roboto", sans-serif;}

.color-white { color: #fff !important;}
.color-red { color: #b61900 !important;}
.color-gray { color: #333 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}
.weight-800 { font-weight: 800;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(10px + 1%) 0; font-weight: 400; line-height: 1.6; font-size: clamp(16px, 1.3vw, 18px);}

.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(10px + 1%);}
.layout-50 > div { width: calc(50% - 30px); padding-bottom: calc(10px + 1%);}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: calc(10px + 1%);}
.title-type-2 { border-bottom: 1px solid #dbdbdb; padding-bottom: 13px; margin-bottom: 5px; line-height: 1.1;}

.idx-main-box { position: relative;}
.idx-main-bg-left { position: absolute; z-index: 1; width: 31%; left: 3%; top:90px; pointer-events: none}
.idx-main-bg-right { position: absolute; z-index: 1; width: 17%; right: 3%; top:540px; pointer-events: none}

.title-1 { margin-bottom: calc(20px + 2%); display: flex; flex-flow: row; align-items:center; justify-content: center;}
.title-1 > span { display: inline-block; width: 5%; min-width: 40px; height: 1px; background: #222;}
.title-1 > div, .title-1 > h1 { text-align: center; padding: 0 15px; font-weight: 700;font-size: clamp(22px, 3.3vw, 36px);line-height: 1.6;  margin: 0 0 0 0; letter-spacing: 0;font-family: 'Noto Sans TC', sans-serif;}


.news-link { display: block;}
.news-link:hover .news-pto img { transform: scale(0.9);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);}
.news-link:hover .btn01 { color: #222; background: #f1c41b;}
.news-pto { padding-bottom: 59%; margin-bottom: 17px;}
.news-pto img { transition: all 0.4s ease-out 0s; }
.news-data { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.news-data > div:nth-of-type(1) { width: calc(100% - 60px); padding-right: 15px;}
.news-data > div:nth-of-type(2) { width: 60px;}
.news-date { font-size: 16px; line-height: 1; padding-bottom: 5px; color: #222;}
.news-title { font-weight: 700; color: #222;}

.btn01 { display: block; line-height: 36px; text-align: center; padding: 0 10px; color: #fff; background: #222; border-radius: 18px; transition: all 0.4s ease-out 0s; font-size: 16px;}
.btn01:hover { color: #222; background: #f1c41b;}

.cms-back-btn {display: flex; flex-flow: wrap; justify-content: center; align-items: center; margin: 1.5rem 0 2.5rem 0;}
.cms-back-btn > a:link, .cms-back-btn > a:visited {text-decoration:none; color:#362e2b; padding: 5px 20px; line-height: 1.7; border: 1px solid #362e2b; transition: all 0.5s ease 0s;}
.cms-back-btn > a:active, .cms-back-btn > a:hover {text-decoration:none; color:#fff; background: #5f3c2f; border: 1px solid #5f3c2f; cursor:pointer; transition: all 0.5s ease 0s;}


#path { padding: 14px 0 calc(14px + 1.5%) 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;}

/*products*/
.products-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 4%);}
.products-section > div:nth-of-type(1) { width: 210px; position: sticky; top:170px;}
.products-section > div:nth-of-type(2) { width: calc(100% - 210px); padding-left: 40px;}


.banner { position: relative; margin-bottom: calc(20px + 1%);height: 280px;}
.banner > img { object-fit: cover; width: 100%; height: 100%;}
.banner-pto { position: absolute; width: 52%; top: 0; right: 0; height: 100%; clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0 100%);}
.banner-pto > img { object-fit: cover; width: 100%; height: 100%;}
.banner-pc { }
.banner-mobile { display: none;}
.banner-title { position: absolute; z-index: 2; width: 50%; top: 50%; left: 30px; transform: translateY(-50%); padding-left: 60px; color: #fff; font-size: clamp(20px, 1.9vw, 25px); line-height: 1.2; letter-spacing: 0.05rem;}
.banner-title:before { position: absolute;content: ""; width: 40px;  height: 4px; background: #f3ba30; left: 0; top:50%; transform: translateY(-50%);}

.idx-pro-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -40px; padding-bottom: calc(5px + 1%);}
.idx-pro-list > a { margin-right: 40px; margin-bottom: calc(20px + 3%); width: calc(33.33% - 40px);}
.idx-pro-list > a:hover .idx-pro-list-pto img, .idx-pro-link:hover .idx-pro-list-pto img { transform: scale(0.9);}
.idx-pro-list > a:hover .idx-pro-list-data, .idx-pro-link:hover .idx-pro-list-data { border-top: 1px solid #f1c41b;}
.idx-pro-list-pto { padding-bottom: 100%;}
.idx-pro-list-pto img { transition: all 0.4s ease-out 0s; }
.idx-pro-list-data { border-top: 1px solid #dcdcdc; padding: 20px 0 0 0;}
.idx-pro-list-title { font-weight: 700; line-height: 1.3; padding-bottom: 10px; color: #222;}
.idx-pro-list-cash { display: flex; flex-direction: row; flex-wrap: wrap; font-weight: 700; }
.idx-pro-list-cash > div { color: #ff0000; padding-right: 8px; }
.idx-pro-list-cash > span { color: #a7a7a7; text-decoration: line-through; }

#page { text-align: center; padding:0 0 calc(10px + 1%) 0;}
#page a { font-size: 16px; color: #222; 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: #f1c41b; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #222; border-right: 1px solid #222; 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; align-items: flex-start; position: relative; margin-bottom: calc(20px + 4%);}
.products-detail-top > div { width: 50%; }
.products-detail-top > div:nth-of-type(1) { position: sticky; top: 80px; padding-left: 3.5%; padding-right: 3.5%;}
.products-detail-top > div:nth-of-type(2) { padding-left: 3.5%;}

.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;
      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 10px;
    }

    .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: #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%); 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: 0px;}
.swiper-next { right: 0px;}


.p-detail-title {  position:relative; padding: 0 0 5px 0; margin: 0; line-height: 1.2; font-weight: 700; font-size: clamp(20px, 1.9vw, 24px);font-family: 'Noto Sans TC', sans-serif }

.p-detail-cash { display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(15px + 1%);}
.p-detail-cash > div { margin: 0 20px 0 0; font-weight: 700; font-size: clamp(16px, 1vw, 20px);}
.p-detail-cash > div > span { font-size: clamp(23px, 2.3vw, 35px);}
.p-detail-cash-s { color: #ff0000; position:relative;}
.p-detail-cash-s:after { content: ""; position:absolute; z-index: -1; width: 100%; height: 15px; background: #f2b21a; bottom: 5px; left: 0; opacity: 0.4;}
.p-detail-cash-o { color: #a7a7a7; text-decoration: line-through;font-size: clamp(18px, 1.5vw, 20px);}
.p-detail-cash-o > span { font-size: clamp(18px, 1.5vw, 20px) !important;}

.p-detail-info { padding-bottom: calc(10px + 2%); font-size: clamp(18px, 1.2vw, 22px); line-height: 1.4; font-weight: 100; }

.p-select-section { padding-bottom: 15px; margin-bottom: calc(15px + 2%); border-bottom: 1px solid #999999; display: flex; flex-direction: column; flex-wrap: nowrap;}
.p-select-section > div { padding-bottom: 20px;}
.p-select-title { font-weight: 500; font-size: 18px; line-height: 1.3; padding-bottom: 15px;}
.p-select-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.p-select-list > div,.p-select-list > button { cursor: pointer; margin: 0 10px 10px 0; line-height: 40px; border: 1px solid #cccccc; padding: 0 12px;}
.p-select-list > div:hover, .p-select-list > div.current,.p-select-list > .active { background: #f1c41b; color: #fff; border-color: #f1c41b;}

#cms-amount-panel {display: flex; flex-direction: row; align-items: center;}
#cms-amount-panel > div { /*font-weight:bold;*/}
#cms-amount-panel > div:nth-child(1) {padding: 0;}
.cms-amount-value {border: 1px solid #e4e4e4; display: flex; flex-direction: row; height: 40px;}
#cms-amount-panel button { width:25px; font-size: 13px; color: #333333; background-color: #eeeeee; border: 0;}
#cms-amount-panel input[type="text"] { width:54px; font-size: 13px; text-align:center; border: 0;}


.p-add-section { padding-bottom: 15px; margin-bottom: calc(15px + 2%); border-bottom: 1px solid #999999; }
.products-add-list { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: 25px;}
.products-add-list > div { line-height: 1.4; letter-spacing: 0;}
.products-add-list > div:nth-of-type(1) { width: 30px;}
.products-add-list > div:nth-of-type(2) { width: 60px; border: 0px solid #cccccc;}
.products-add-list > div:nth-of-type(3) { width: calc(100% - 30px - 60px - 70px); font-size: 16px; padding: 0 10px 0 20px;color: #333;}
.products-add-list > div:nth-of-type(3) span { color: #f1c41b;}
.products-add-list > div:nth-of-type(3) font { font-size: 16px; color: #a7a7a7; display: inline-block;}
.products-add-list > div:nth-of-type(3) font b { font-weight: normal; text-decoration: line-through;}
.products-add-list > div:nth-of-type(4) { width: 70px; line-height: 1;}

.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: #fff; border: 1px solid #cccccc; }
.contact-note2:hover input ~ .checkmark {background-color: #fff;}
.contact-note2 input:checked ~ .checkmark {background: #f1c41b; border-color: #f1c41b;}
.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);}

.number-select select{  margin: 0px 0 0 0;  width:100%; background-image: url("/images/theme-c67/select-arrow.png"); background-repeat: no-repeat; background-position: calc(100% - 10px) 15px; background-size: 13px 8px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: #fff; font-size: 16px; border-width:1px; border-style: solid; border-color: #cccccc; color:#333; font-family: 'Noto Sans TC', sans-serif;  padding: 0px 25px 0 10px;  letter-spacing: 0; height: 40px; line-height: 100%; text-align: center; }
.number-select option { padding:1px 5px;}
.number-select select::-ms-expand {
    display: none;
}

.p-detail-btn { margin-bottom: 30px; display: flex ;flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.p-detail-btn > a { width: calc(50% - 12px); display: flex ;flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; border: 1px solid #333333; padding: 13px; margin-bottom: 10px; border-radius: 30px;}
.p-detail-btn > a:hover { background: #f1c41b; border-color: #f1c41b;}
.p-detail-btn > a:hover > img { filter:brightness(0) invert(1);}
.p-detail-btn > a:hover > span { color: #fff;}
.p-detail-btn > a > img { width: 23px;}
.p-detail-btn > a > span { font-size: 16px; display: inline-block; margin-left: 10px;}

.p-detail-bottom { padding-top:calc(20px + 3%); padding-bottom:calc(10px + 1%);}

.share-tool { padding-bottom: 20px;}

.p-detail-tab { background: #f1c41b; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; position: sticky; top:150px; z-index: 3;}
.p-detail-tab > a { padding: 14px 3vw; color: #222;font-size: clamp(16px, 1.5vw, 20px); font-weight: 700; letter-spacing: 0.05rem; text-align: center;}
.p-detail-tab > a:hover { color: #fff;}

.p-detail-content { /*padding-bottom: calc(20px + 2%);*/padding-top: calc(20px + 2%); }

.data-list-1 > div { position: relative; padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px solid #dbdbdb; padding-left: 20px;}
.data-list-2 > div { border-bottom: 0px solid #dbdbdb;}
.data-list-1 > div:before { content: ""; position: absolute; width: 7px; height: 7px; background: #f1c41b; transform: rotate(45deg); left: 5px; top:11px;}
.data-list-3 > div { position: relative; margin-bottom: 6px; padding-left: 20px;}
.data-list-3 > div:before { content: ""; position: absolute; width: 12px; height: 2px; background: #f1c41b; left: 5px; top:14px;}

.p-detail-note { background: #222; padding: 25px; color: #fff; font-weight: 700;}

.p-detail-video { max-width: 800px; margin: 0 auto calc(20px + 2%) auto;}
.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}

.btn-tool { background: #222222; display: flex ;flex-direction: row; flex-wrap: nowrap; justify-content: space-between; margin-bottom: calc(20px + 4%);  padding: 15px 25px;}
.btn-tool > a { display: flex ;flex-direction: row; flex-wrap: nowrap; align-items: center; cursor: pointer; color: #fff !important;}
.btn-tool > a:hover { transform: scale(0.9);}
.btn-tool > a > span { display: inline-block; padding: 0 10px;}
.btn-tool > a > img { filter: invert(1);}

.loop2 { margin:0 auto calc(20px + 5%) auto; width: 90% !important;  }
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative;  }
.loop2 .owl-nav { position: absolute; top: 44%; left: 0%; width: 100%; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 30px !important; height: 30px !important; border-radius: 100% !important; background: #222222 !important; border: 0px solid #074151 !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%); margin: 0 !important;}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { background: #f2b21a !important;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { border-color: #fff;}
.loop2 .owl-prev { left:-35px; }
.loop2 .owl-next { right:-35px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: absolute; width: 7px; height: 7px; border-width: 1px 1px 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;}
.loop2 .owl-prev:before { transform:translate(-30%, -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:0; 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; }

#cms-lower-panel { font-size: 16px;padding-bottom: 15px;margin-bottom: calc(15px + 2%);border-bottom: 1px solid #999999;}
#cms-lower-panel .cms-lower-item-checkbox { width: 30px;}
#cms-lower-panel .cms-lower-item-img { width: 60px;}
#cms-lower-panel .cms-lower-item-title { width: calc(100% - 30px - 60px - 70px);padding: 0 10px 0 20px;}
#cms-lower-panel .cms-lower-item-amount { width: 70px;}
#cms-lower-panel > div + div { margin-top:5px; }
#cms-lower-panel > div.cms-lower-item {display: flex; flex-direction: row; align-items: center;}
#cms-lower-panel > div.cms-lower-item > div { }
#cms-lower-panel > div.cms-lower-item > div > img { width:60px; /*background-color:cyan;*/ }
#cms-lower-panel .cms-lower-item-title > span { display: block;}
#cms-lower-panel .cms-lower-item-title > span:nth-of-type(1) { color: #f1c41b;}
#cms-lower-panel select{  margin: 0px 0 0 0;  width:100%; background-image: url("/images/theme-c67/select-arrow.png"); background-repeat: no-repeat; background-position: calc(100% - 10px) 15px; background-size: 13px 8px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: #fff; font-size: 16px; border-width:1px; border-style: solid; border-color: #cccccc; color:#333; font-family: 'Noto Sans TC', sans-serif;  padding: 0px 25px 0 10px;  letter-spacing: 0; height: 40px; line-height: 100%; text-align: center; }
#cms-lower-panel option { padding:1px 5px;}
#cms-lower-panel select::-ms-expand {
    display: none;
}

/*about*/
.about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: 15px;}
.about-section-2 > div { width: 31%; padding-bottom: calc(20px + 6%);}
.about-section-2-pto { position: relative; margin-bottom: 10px; text-align: center;}
.about-section-2-title { position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); background: #000; padding: 7px 15px 10px 15px; color: #ffcc0b; font-weight: 700; border-radius: 5px; line-height: 1.2; top:-22px;font-size: clamp(20px, 1.7vw, 22px); letter-spacing: 0.05rem; text-align: center;}

.about-section-3 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; background: #fbf7f4; overflow: hidden;}
.about-section-3 > div:nth-of-type(1) { width: calc(100% - 384px); padding: 0 20px 0 8%;}
.about-section-3 > div:nth-of-type(2) { width: 384px;}

/*news*/
.news-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -22px; padding-bottom: calc(10px + 2%);}
.news-list > a { margin: 0 22px 30px 0; width: calc(50% - 22px);}

/*contact*/
.contact-box { max-width: 1080px; margin: 0 auto calc(20px + 4%) auto;}
.contact-section { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.contact-section > div:nth-of-type(1) { width: calc(100% - 390px); padding-right: 10%;}
.contact-section > div:nth-of-type(2) { width: 390px; padding-top: 10px;}

.contact-section-data { border-bottom: 1px solid #dfdfdf; padding: 10px 0; position: relative; padding-left: 20px;}
.contact-section-data span { color: #d60000; position: absolute; left: 0; top:9px;}

.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: clamp(17px, 1.5vw, 20px); border-width:0 0 0 0; border-style: solid; border-color: #cccccc; margin: 0px 0 0 0; width: 100%; padding: 0; color:#3c312c; background: none; font-family: 'Noto Sans TC', sans-serif; letter-spacing: 0; }
.contact-main textarea { height:105px; padding:0; letter-spacing: 0; resize: none;}
.contact-main select{  margin: 0px 0 0 0; width:100%; background-image: url(/images/theme-c67/product-select.png); background-repeat: no-repeat; background-position: 100% 50%; background-size:18px 8px;  -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: clamp(17px, 1.5vw, 20px); border-width:0 0 0px 0; border-style: solid; border-color: #cccccc; mwidth: 100%; color:#3d3d3d; font-family: 'Noto Sans TC', sans-serif; padding: 0 35px 0 0;  letter-spacing: 0;}
.contact-main option { padding:1px 5px;}
.contact-main select::-ms-expand {
    display: none;
}
input::placeholder, textarea::placeholder { color: #222; opacity:1;}

.contact-info { display: flex; flex-direction: column; flex-wrap: wrap; }
.contact-info > div { margin-bottom: 25px; }
.contact-info > div > a:hover { color: #c6c0a2 !important; }
.contact-info > div > span { display: block; line-height: 1; padding-bottom: 8px; color: #f1c41b; font-size: 16px; font-weight: 700;font-family: 'Noto Serif TC', sans-serif; text-transform: uppercase; letter-spacing: 0.1rem;}
.contact-social img { width: 32px; filter: brightness(0);}
.contact-social { padding-top: 4px;}
.contact-social a { display: inline-block; margin-right: 10px;}
.contact-social a:hover { transform: scale(0.9);}

.layout-33 { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-33 > div { width: 33.33%; padding-right: 10px; padding-bottom: 10px;}

.btn02 { position: relative; display: block; width: 150px; border: 1px solid #3c312c; text-align: center; padding: 0 10px; overflow: hidden; background: transparent;transition: all 0.4s ease-out 0s;}
.btn02:before, .btn02:after { position: absolute; content: ""; border-radius: 100%; background: #f1c41b;transition: all 0.3s ease-out 0s; transform: scale(0);}
.btn02:before { width: 100px; height: 100px; left: -20%;bottom: -50px; transform-origin: 0 100%;}
.btn02:hover:before, .btn02:hover:after  { transform: scale(1);}
.btn02:after { width: 200px; height: 200px; right: -55%;bottom: -100px; transform: 100% 100%;}
.btn02 span { display: inline-block; line-height: 1; padding:12px 0; font-size: 16px; position: relative; z-index: 3; letter-spacing: 0.1rem; font-family: 'Noto Sans TC', sans-serif;}
.btn02:hover span { color: #222;}


.contact-map { line-height: 0;}
.contact-map iframe { width: 100%; height: 450px; border-width: 0;}

@media only screen and (max-width: 1279px) {
	.products-section > div:nth-of-type(1) { width: 100%; margin-bottom: 15px; position: inherit; top:auto;}
	.products-section > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
	
}
@media only screen and (max-width: 1023px) {
    #content { padding-top: 100px;}

	.p-detail-tab { top:100px;}
}

@media only screen and (max-width: 980px) {
	.banner-pc { display: none;}
	.banner-mobile { display: block;}
	
	.swiper-slide .banner-btn { max-width: 140px; line-height: 44px; border-radius: 22px; font-size: 14px; }
	.swiper-pagination { bottom: -25px !important;}

	
	.idx-link-section { justify-content: center;}
	.idx-link-section > a { width: calc(33.33% - 10px); margin-bottom: 10px;}
	
	.idx-pro-list { margin-right: -20px}
	.idx-pro-list > a { width: calc(50% - 20px); margin-right: 20px;}
	
	.loop2 .owl-nav { top: 33%;}
	.loop2 .owl-prev, .loop2 .owl-next { transform:translateY(-70%) scale(0.7);}
	.loop2 .owl-prev { left:-15px; }
	.loop2 .owl-next { right:-15px;}
	
	.products-detail-top > div { width: 100%; }
	.products-detail-top > div:nth-of-type(1) {  position: relative; top: auto; padding: 0 0 25px 0;}
	.products-detail-top > div:nth-of-type(2) {  padding: 0;}
	
	.layout-50 > div { width: 100%;}
	
	.about-section-2 > div { width: 100%;}
	
	.contact-section > div:nth-of-type(1) { width: calc(100% - 0px); padding-right: 0; padding-bottom: calc(20px + 3%);}
	.contact-section > div:nth-of-type(2) { width: 100%; padding-top: 0px;}
}
@media only screen and (max-width: 768px) {
	.banner { height: 230px;}
	.banner-pto { width: 100%; clip-path: polygon(0px 0, 100% 0%, 100% 100%, 0 100%);}
	.banner-title { width: auto; left: 0px; padding: 5px 5% 5px 50px;backdrop-filter: blur(2px);text-shadow: 2px 2px 8px #000; }
	.banner-title:before { width: 20px; left: 20px;}
	
}
@media only screen and (max-width: 640px) {
	.products-add-list > div:nth-of-type(3) {  width: calc(100% - 30px - 70px);}
	.products-add-list > div:nth-of-type(4) { width: 100%; padding-left: 110px; margin-bottom: 10px; margin-top: 10px;}
	.products-add-list > div:nth-of-type(4) select { max-width: 88%;}
	
	.about-section-3 > div:nth-of-type(1) { width: 100%; padding:30px 30px 20px 30px;}
	.about-section-3 > div:nth-of-type(2) { width: 100%;}
	.about-section-3 > div:nth-of-type(2) img { width: 100%;}
	
}
@media only screen and (max-width: 570px) {
	.idx-link-section > a { width: calc(50% - 10px); }
	
	
}

@media only screen and (max-width: 414px) {
	.idx-link-section > a { width: 100%; margin: 0 0 10px 0; }
	
	.p-detail-btn > a { width: 100%; }
	
	.news-list > a { width: calc(100% - 22px);}
}

@media only screen and (max-width: 320px) {
	.btn-tool { flex-direction: column; align-items: center;}
	.btn-tool > a { padding-bottom: 15px;}
	.btn-tool > a:last-child { padding-bottom: 0;}
	
	
}

.delivery-notice {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853;
    background-color: #fcf8e3;
}