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

#content { font-size: 16px; line-height:1.7; color: #3b3b3b; letter-spacing: 0.05rem; font-weight: 400; padding-top: 146px;}

.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: 3%; padding-right: 3%;}

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.5vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-26 { font-size: clamp(20px, 2.1vw, 26px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.7vw, 32px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(24px, 3.5vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(24px, 3.5vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(24px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(24px, 3.5vw, 48px); line-height: 1.3;}
.font-size-56 { font-size: clamp(25px, 3.7vw, 56px); line-height: 1.2;}
.font-size-60 { font-size: clamp(28px, 4vw, 60px); line-height: 1.2;}
.font-size-70 { font-size: clamp(32px, 4.4vw, 70px); line-height: 1.1;}

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

.color-blue { color: #5691ce;}
.color-green { color: #009fb4;}
.color-white { color: #fff;}
.color-gray { color: #a9a9a9;}
.color-gray-2 { color: #818181;}
.color-gold { color: #9c836a;}
.color-black { color: #000000;}

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

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(20px + 1%) 0; font-weight: 400; line-height: 1.7; font-size: 16px;}

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

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: 25px; line-height: 1.4;}
.title-type-1-b { padding-bottom: 25px;}


.banner { position: relative; padding-left: 56px; margin-bottom: 12px; height: 320px;}
.banner:after { position: absolute; content: ""; background: #1e1e1e; opacity: 0.6; z-index: 1; left:10%; bottom: 0; height: 140px; max-width: 850px; width: 100%; }
.banner img { object-fit: cover; width: 100%; height: 100%;}
.banner-titlt { position: absolute; z-index: 3; left: 0; top:63%; transform: translateY(-50%); width:100%; padding: 0 14%; color: #fff;}
.banner-titlt > div { line-height: 1.1; padding-bottom: 13px;font-family: "Raleway", sans-serif;font-size: clamp(32px, 4.4vw, 70px); font-weight: 500;}
.banner-titlt > div > b { font-weight: 600;}
.banner-titlt > h1, .banner-titlt > span { padding:0 0 0 10%; margin:0 0 0 0; font-weight: 500; font-size: clamp(26px, 3.3vw, 36px); position: relative; line-height: 1.2; letter-spacing: 0.4rem; font-family: "Noto Sans TC", sans-serif; display: block;}

.banner-pc, .banner-mobile { position: relative;}
.banner-mobile { display: none !important;}

.title01 { padding:0 0 20px 0; margin:0 0 0 0; font-weight: 400; font-size: clamp(20px, 1.9vw, 24px); position: relative; line-height: 1.5; font-family: "Noto Sans TC", sans-serif; letter-spacing: 0;}

.btn01 { position: relative; width: fit-content; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; letter-spacing: 0.1rem; color: #fff;}
.btn01 > div { padding-right: 5px; color: #fff;}
.btn01 > img { width: 20px;transition: all 0.2s ease-out 0s;}
.btn01:after { content: ""; position: absolute; bottom: -4px; right: 0; width: 100%; height: 1px; background: #fff;transition: all 0.4s ease-out 0s;}
.btn01:hover:after { left: 0; width: 0;}
.btn01:hover > img { transform: translateX(6px);}

#path { margin-bottom: 6px; max-width: 1100px; margin: 0 auto;}
#path ul { margin: 0; padding: 0; text-align: left;}
#path li { display: inline-block; vertical-align: top; font-size: 14px; line-height: 1.2; letter-spacing: 0.1rem; position: relative; font-weight: 400;}
#path li:after { content:"|"; display: inline-block; padding: 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #777777; }
#path li a:hover { color: #1e1e1e;}
#path li:last-child { color: #1e1e1e;}

/*service*/
.service-section-1 { display: flex; flex-direction: row; flex-wrap: wrap; padding: calc(20px + 4%) 0;}
.service-section-1 > div { width: 50%;}
.service-section-1 > div:nth-of-type(2) { padding: 25px 0 0 60px;}

.title-en { font-family: "Raleway", sans-serif; font-weight: 300; color: #9c836a ;font-size: 18px; letter-spacing: 0; line-height: 1.1; padding-bottom: 10px;}
.title-en-2 { font-family: "Raleway", sans-serif; font-weight: 500; color: #9c836a ;font-size: 16px; letter-spacing: 0; line-height: 1.1; padding-bottom: 10px;}

.service-section-2 { background: #f4f4f4; padding-top: calc(20px + 4%); padding-bottom: calc(20px + 4%)}
.service-section-2-top { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; margin-bottom: calc(20px + 2.5%);}

.service-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.service-list > a { width: calc(50% - 20px); margin-bottom: 40px; background: #fff;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.service-list > a:hover .service-list-btn { color: #bfa081;}
.service-list > a:hover .idx-service-pto-btn { transform: translate(-50%, -50%) scale(1);}
.service-list > a:hover > div:nth-of-type(1) img  { filter: brightness(35%);}
.service-list > a > div { width: 50%;}
.service-list > a > div:nth-of-type(1) { position: relative;}
.idx-service-pto-btn { transition: all 0.25s ease-out 0s; position: absolute; background: #1e1e1e; width: 70px; height: 70px; border-radius: 100%; top:50%; left: 50%; transform: translate(-50%, -50%) scale(0); z-index: 3; color: #fff;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; font-size: 16px; line-height: 1.2; }
.service-list > a > div:nth-of-type(1) img { transition: all 1.3s ease-out 0s;}
.service-list > a > div:nth-of-type(2) { padding: 20px 5%;}
.service-list-data { font-size: 14px; color:#818181; margin-bottom: calc(15px + 1%);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.service-list-btn { color: #000; font-size: 14px; font-weight: 600;}

.service-bottom-section { padding-top: calc(20px + 4%); padding-bottom: calc(20px + 4%);}

.idx-main-link { padding: calc(20px + 2%) 0 15px 0; display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-main-link > a { width: 25%; display: block; border-right: 1px solid #d9d9d9; padding: 20px 3%;}
.idx-main-link > a:last-child { border-right: 0px solid #d9d9d9;}
.idx-main-link > a:hover .idx-main-pto { background: #bead9c; }
.idx-main-link > a:hover .idx-main-pto img { filter: brightness(0) invert(1);}
.idx-main-link > a:hover .idx-main-arrrow { transform: translateX(25px);}

.idx-main-pto { padding: 10px 15px; transition: all 0.4s ease-out 0s; margin-bottom: 32px; width: fit-content; background: #f4f4f4; }
.idx-main-pto img { max-width: 50px; max-height: 50px; }
.idx-main-title { font-size: clamp(20px, 1.9vw, 24px); line-height: 1.2; margin-bottom: 20px;color: #3b3b3b;  }
.idx-main-data { font-size: 14px; color: #444444; margin-bottom: 20px; line-height: 1.7;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.idx-main-arrrow { width: 20px;transition: all 0.4s ease-out 0s;}

/*service-detail*/
.service-detail-top-section { padding-top: calc(20px + 3%); padding-bottom: calc(20px + 3%); background: #f4f4f4; }

.service-detail-section-1 { padding-top: calc(20px + 4%); padding-bottom: calc(20px + 4%); display: flex; flex-direction: row; flex-wrap: wrap;}
.service-detail-section-1 > div { width: 50%;}
.service-detail-section-1 > div:nth-of-type(2) { padding-right: 3%;}
.service-detail-section-1-content { padding: 30px 0 0 60px; max-width: 700px; width: 100%; margin: 0 auto 0 0;}

.service-detail-section-2 { padding-top: calc(20px + 3%); padding-bottom: calc(20px + 3%); background: #f4f4f4; overflow: hidden;}
.service-detail-section-2-content { display: flex; flex-direction: row; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; width: 100%;}
.service-detail-section-2-content > div { width: 50%;}
.service-detail-section-2-content > div:nth-of-type(2) { padding: 0 40px 0 10%;}
.service-detail-section-2-pto-1, .service-detail-section-2-pto-2 { position: relative;}
.service-detail-section-2-pto-1 img, .service-detail-section-2-pto-2 img { position: relative; z-index: 3;}
.service-detail-section-2-pto-1:after { position: absolute; content:""; z-index: 1; background: #fff; width: 100%; height: 85%; top: 0; left: -80px;}
.service-detail-section-2-pto-2:after { position: absolute; content:""; z-index: 1; background: #fff; width: 500%; height: 100%; top: -10%; left: 175px;}

/*workflow*/
.width-1100 { max-width: 1100px;}

.workflow-section-1 { padding-top: calc(20px + 3%); overflow:hidden;}
.workflow-info-content { padding-bottom: calc(20px + 2.5%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end;}
.workflow-info-content > div { margin-bottom: 20px;}
.workflow-info-content > div:nth-of-type(1) { width: 40%;}
.workflow-info-content > div:nth-of-type(2) { width: 60%;}

.workflow-info-pto-1 { padding-right: 9%; position: relative;}
.workflow-info-pto-1:after { content: ""; position: absolute; width: 220px; height: 220px; background: #bead9c; top:-28px; right: 7%;}

.workflow-info-pto-2 { position: relative;}
.workflow-info-pto-2:after { content: ""; position: absolute; width: 220px; height: 220px; background: #bead9c; top:-45px; left: 0;}

.workflow-section-2 { background: #f4f4f4; padding-top: calc(20px + 4%);padding-bottom: calc(20px + 1%);}

.workflow-list { background: #ffffff; max-width: 1520px; margin-right: auto; margin-left: 0; margin-bottom:calc(20px + 3%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.workflow-list > div:nth-of-type(1) { width: 63%;}
.workflow-list > div:nth-of-type(1) img { object-fit: cover; width: 100%; height: 100%;}
.workflow-list > div:nth-of-type(2) { width: 37%;}
.workflow-list-data { position: relative; padding: calc(20px + 2%) 8% 0 8%;}
.workflow-list-data:before { position: absolute; content: ""; top: 0; left: -8%; width: 100%; height: 3px; background: #bead9c; z-index: 3;}

.workflow-list-b { margin-left: auto; margin-right: 0;}
.workflow-list-b > div:nth-of-type(1) { order: 2;}
.workflow-list-b > div:nth-of-type(2) { order: 1;}
.workflow-list-b .workflow-list-data:before { left: auto; right: -8%;}

.workflow-section-3 { padding-top: calc(20px + 4%);padding-bottom: calc(20px + 4%);}
.workflow-section-3-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 25px; padding: 0 30px;}
.workflow-section-3-top > div { margin-bottom: 15px;}
.workflow-section-3-top > div:nth-of-type(1) { width: 35%; text-align: center;}
.workflow-section-3-top > div:nth-of-type(2) { width: 30%; position: relative;}
.workflow-section-3-top > div:nth-of-type(2):before { content: ""; position: absolute; height: 1px; width: 80%; top:50%; left: 50%; transform: translate(-50%, -50%); background: #1e1e1e;}
.workflow-section-3-top > div:nth-of-type(3) { width: 35%; text-align: center;}

.workflow-section-3-content { background: #1e1e1e; color: #e1c1a1; text-align: center; border-radius: 30vw; line-height: 1.4;font-family: 'Noto Serif TC', sans-serif; font-size: clamp(22px, 3.5vw, 42px); padding: 20px 20px; font-weight: 700;}
.workflow-section-3-content span { display: inline-block;}

.workflow-section-4 { padding-top: calc(20px + 4%);padding-bottom: calc(20px + 4%); background: #bead9c;}
.workflow-section-4-data { display: flex; flex-direction: row; flex-wrap: wrap;padding-bottom: calc(20px + 1%);}
.workflow-section-4-data > div { padding-bottom: 10px;}
.workflow-section-4-data > div:nth-of-type(1) { width: 35%;}
.workflow-section-4-data > div:nth-of-type(2) { width: 65%;}

.workflow-section-4-bottom { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.workflow-section-4-bottom > a { width: calc(50% - 6px); display: block;}
.workflow-section-4-bottom > a > img { width: 100%;}

/*case*/
.aside-menu-case { padding-top: calc(20px + 2%); padding-bottom: calc(20px + 2%);}

.case-list-section { background: #1e1e1e; padding-top: calc(20px + 2%); padding-bottom: calc(20px + 2%);}

.case-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -23px;}
.case-list > a { margin: 0 23px calc(20px + 3%) 0; width: calc(33.33% - 23px); position: relative; display: block;}
.case-list > a:hover .case-list-pto img { filter: brightness(50%); transform: scale(1.2);}
.case-list-pto { padding-bottom: 65.8%;}
.case-list-pto img { transition: all 1.2s ease-out 0s; }
.case-list-title { position: absolute; z-index: 3; background: rgba(0,0,0,.3); width: 80%; left: 50%; bottom: 25px; transform: translateX(-50%); padding: 15px; }
.case-list-title > div:nth-of-type(1) {  text-align: center; color: #fff; font-size: 14px;font-family: "Raleway", sans-serif; line-height: 1.3; padding-bottom: 0px;}
.case-list-title > div:nth-of-type(2) {  text-align: center; color: #fff; font-size: 18px;font-weight: 500;}
.case-list-title > div:nth-of-type(2):before, .case-list-title > div:nth-of-type(2):after {  content: "|"; display: inline-block; margin: 0 3px;}

#page { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; padding:0 0 calc(10px + 1%) 0;}
#page a { font-size: 16px; color: #333; font-weight: 600; width: 36px; height: 36px; line-height: 32px; text-align: center; border-radius: 100%; display: inline-block; background: #fff; margin: 0 8px 8px 8px;letter-spacing: 0; border: 1px solid #27272e;}
#page a:hover, #page a.current { background: #a68a6d; color: #fff;}

/*case-detail*/
.case-detail-top-section { padding: calc(20px + 2.5%) 0;}
.case-detail-top-title { margin: 0; padding: 0; position: relative;}
.case-detail-top-title:before, .case-detail-top-title:after {  content: "|"; display: inline-block; margin: 0 5px; transform: translateY(-3px);}

.case-gallery { padding: calc(20px + 1%) 0 calc(20px + 4%) 0;}
.case-gallery-big { padding: 0 5% calc(20px + 1%) 5%;}

.products-detail-tool { position: relative;}

.mySwiper { margin-bottom: calc(20px + 2%);}
.mySwiper .swiper-slide { opacity: 0.7;}
.mySwiper .swiper-slide-thumb-active { opacity: 1;}

.mySwiper2 .swiper-slide img { width: 100%;}

.swiper-next, .swiper-prev { background:#1e1e1e !important; width: 35px !important; height: 35px !important; margin: 0 !important; border-radius: 100% !important;  border: 0px solid #074151; 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:hover, .swiper-prev:hover { opacity: 0.85 !important;}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 10px; height: 10px ; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; position: relative;}
.swiper-prev:after { transform: rotate(-135deg); left: 1px;}
.swiper-next:after { transform: rotate(45deg); right: 1px;}
.swiper-prev { left: -17px;}
.swiper-next { right: -17px;}

.case-detail-tool { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.case-detail-tool a { display: block; width: 178px; line-height: 50px; text-align: center; border: 1px solid #000000; font-weight: 500; color: #1e1e1e; font-size: 18px; margin-bottom: 12px;}
.case-detail-tool a:hover { background: #bead9c;}
.case-detail-tool-center { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.case-detail-tool-center > div { padding: 0 10px;}

.case-detail-realte-section { background: #1e1e1e; padding-top: calc(20px + 3%); padding-bottom: 25px;}
.case-detail-realte-title { border-bottom:1px solid #fff; padding-bottom: 20px; margin-bottom: 30px; text-align: center; color: #fff;}

/*travel-notes*/
.travel-notes-top-section { padding-top: calc(20px + 2%); padding-bottom: calc(20px + 1%);}

.travel-notes-list-section { background: #f4f4f4;padding-top: calc(20px + 3%); padding-bottom: 10px;}

.travel-notes-pto  { height: 100%;}
.travel-notes-pto img  { object-fit: cover; width: 100%; height: 100%;}
.travel-notes-title { padding-bottom: 14px;}
.travel-notes-data { font-size: 14px; color:#818181; margin-bottom: calc(15px + 1%);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}

/*news*/
.news-box { padding-left: 10%; padding-right: 10%;}

.news-list > a { background: #fff;}

.news-list-pto { padding-bottom: 55.6%;}
.news-list-content { padding:0 20px 20px 20px;}
.news-list-info { box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.05); background: #fff; border: 1px solid #a68a6d; margin-bottom: 20px; position: relative; z-index: 3; margin-top: -8px; padding:5px 12px;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.news-list-info > div:nth-of-type(1) { width: 98px;}
.news-list-info > div:nth-of-type(2) { width: calc(100% - 30% - 98px); padding: 0 10px;}
.news-list-info > div:nth-of-type(3) { width: 30%; border-left: 1px solid #bababa;}
.news-list-tag { background: #a68a6d; line-height: 1; color: #fff; padding: 12px 5px; width: 100%; text-align: center;}
.news-list-date { font-family: "Raleway", sans-serif; color: #a68a6d; line-height: 1.1; letter-spacing: 0;}
.news-list-btn { padding: 14px 10px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.news-list-btn > div { color: #bead9c; padding-right: 4px;line-height: 1.2;}
.news-list-btn > img { width: 15px;}

.news-list-title { min-height: 60px; margin-bottom: 12px; font-weight: 600; color: #1e1e1e;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.5;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.news-list-data { color: #1e1e1e; line-height: 1.5;}

/*contact*/
.contact-section { background: #1e1e1e; display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-section > div { width: 50%;}

.contact-map iframe { border-width: 0; width: 100%; height: 100%;}

.contact-content { max-width: 740px; margin: 0 0 0 auto; width: 100%; padding: calc(20px + 5%) 10%;}
.contact-title { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; margin-bottom: 20px;}
.contact-title > div:nth-of-type(1) { width: 125px; color: #bead9c; font-size: clamp(20px, 1.7vw, 22px);}
.contact-title > div:nth-of-type(2) { width: calc(100% - 125px); height: 3px; background: #bead9c;}

.contact-layout-1 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-layout-1 > div { width: calc(50% - 25px);}
.contact-layout-2 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.contact-layout-2 > div:nth-of-type(1) { width: 66%;}
.contact-layout-2 > div:nth-of-type(2) { width: 32%; margin-bottom: 20px;}

.contact-form-list {  display: flex; flex-direction: row; flex-wrap: nowrap; padding: 0 0 20px 0; }
.contact-form-list > div:nth-of-type(1) { width: 125px; position: relative; padding-top: 5px; padding-left: 22px; color: #fff; font-size: 18px;}
.contact-form-list > div:nth-of-type(1) span { color: #fff; position: absolute; top:4px; left: 0;}
.contact-form-list > div:nth-of-type(2) { width: calc(100% - 125px); padding-left: 0px;}

.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:0px; border-style: solid; border-color: #e1e1e1; margin: 0px 0 0px 0; width: 100%; padding:0px 15px ; color:#1e1e1e; background: #fff; font-family: "Noto Sans TC", sans-serif; line-height: 40px; border-radius: 0px; }
.contact-form textarea { height:190px; padding:15px; resize:none; line-height: 140%;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; max-width: 100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 15px) 18px; background-size: 8px 6px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: #fff; ; border-width:0px; border-style: solid; border-color: #e1e1e1; color:#1e1e1e; font-family: "Noto Sans TC", sans-serif;  padding:0px 35px 0px 15px;  line-height: 40px; border-radius:0px;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}

.contact-100 { width: 100% !important;}

.contact-btn-box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: 20px;}
.contact-btn-box > div { width: calc(50% - 15px);}

.btn02 { width: 100%; height: 48px; padding: 0 5px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; background: #fff; position: relative; overflow: hidden;  border-width: 0; border: 1px solid #dcdcdc;}
.btn02:before, .btn02:after { content: ""; position: absolute; width: 350px; height: 350px; left: 50%; top: 50%; background: #bead9c; border-radius: 100%; transform:translate(-50%,-50%) scale(0.3);transition: all 0.35s ease-out 0s;}
.btn02:before { transform-origin: 0% 100%; }
.btn02:after { transform-origin: 100% 0%; }
.btn02:hover:before, .btn02:hover:after { transform:translate(-50%,-50%) scale(1);}
.btn02 > div { font-size: 18px; color: #1e1e1e !important; position: relative; z-index: 2; line-height: 1;  padding: 0 15px;transition: all 0.35s ease-out 0s;}
.btn02:hover > div { color: #fff !important;}

/*about*/
.idx-about-section { display: flex; flex-direction: row; flex-wrap: wrap; background: #eeeeee; }
.idx-about-section > div:nth-of-type(1) { width: calc(50% - 16px); padding-left: 56px;}
.idx-about-section > div:nth-of-type(1) img { object-fit: cover; width: 100%; height: 100%;}
.idx-about-section > div:nth-of-type(2) { width: calc(50% + 16px); padding: calc(20px + 5%) 6%; color:#1e1e1e;}

.idx-about-bottom { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;}

.idx-about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; padding: calc(20px + 3%) 0;}
.idx-about-section-2 > div { border-right: 1px solid #d2d2d2;}
.idx-about-section-2 > div:last-child { border-width: 0;}
.idx-about-section-2 > div:nth-of-type(1) { width: 30%;padding: 30px 4%; }
.idx-about-section-2 > div:nth-of-type(2) { width: 45%;padding: 30px 4%; }
.idx-about-section-2 > div:nth-of-type(3) { width: 25%;padding: 10px 4%; }
.idx-about-section-2-btn {  width: 130px; height: 130px;  border-radius: 100%; border: 1px solid #7f7f7f; position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; letter-spacing: 0.1rem;}
.idx-about-section-2-btn:hover { transform: scale(0.9); background: #111; color: #fff;}
.idx-about-section-2-btn:hover > img { filter: brightness(0) invert(1);}
.idx-about-section-2-btn > img {  position: absolute; width: 16px; filter: brightness(0); top:60%; right: 22%; transform: translateY(-50%);}

.about-section .title-type-1 { line-height: 1.1;}

@media only screen and (max-width: 1700px) {
	.news-box { padding-left: 0%; padding-right: 0%;}
}
@media only screen and (max-width: 1460px) {
	#content { padding-top: 80px;}
	
}

@media only screen and (max-width: 1279px) {
	.banner { padding-left: 0;}
	.banner-pc { display: none !important}
	.banner-mobile { display: block !important; }
	
	.service-detail-top-section { padding-top: 30px; padding-bottom: 30px;}
	
	.workflow-info-pto-1:after, .workflow-info-pto-2:after { width: 140px; height: 140px; }
	
	.aside-menu-case { padding-top: 15px; padding-bottom: 15px;}
	
	.news-list-info > div:nth-of-type(1) { width: 50%;}
	.news-list-info > div:nth-of-type(2) { width: 50%; text-align: center;}
	.news-list-info > div:nth-of-type(3) { width: 100%; border-left: 0px solid #bababa;border-top: 1px solid #a68a6d;}
}

@media only screen and (max-width: 980px) {
	.banner { height: 280px;}
	.banner:after { left:0%; max-width: 100%; height: 125px; }
	.banner-titlt { padding: 0 5%;}
	.banner-titlt > h1, .banner-titlt > span { padding:0 0 0 0%;}
	
	.layout-50 > div { width: 100%;}
	
	.service-section-1 { padding-top: 0;}
	.service-section-1 > div { width: 100%;}
	.service-section-1 > div:nth-of-type(2) { padding: 25px 0 0 0;}
	
	.idx-main-link > a { width: 50%;}
	.idx-main-link > a:nth-child(even) { border-right: 0px solid #d9d9d9;}
	
	.service-detail-section-1 > div { width: 100%;}
	.service-detail-section-1 > div:nth-of-type(2) { padding-left: 3%;}
	.service-detail-section-1-content { padding: 30px 0 0 0px; max-width: 100%;}
	
	.service-detail-section-2-content > div { width: 100%;}
	.service-detail-section-2-content > div:nth-of-type(1) { padding-bottom: 20px;}
	.service-detail-section-2-content > div:nth-of-type(2) { padding: 0;}
	
	.workflow-info-content > div:nth-of-type(1) { width: 100%;}
	.workflow-info-content > div:nth-of-type(2) { width: 100%;}
	.workflow-info-pto-1 { padding-right: 5%; height: 200px; }
	.workflow-info-pto-2 { height: 200px; }
	.workflow-info-pto-1 img { object-fit: cover; width: 100%; height: 100%; object-position: 70% center;}
	.workflow-info-pto-2 img { object-fit: cover; width: 100%; height: 100%; }
	.workflow-info-pto-1:after { right: 0;width: 80px; height: 80px; }
	.workflow-info-pto-2:after { width: 80px; height: 80px; top:-25px; }
	
	.workflow-section-2 { padding-bottom: calc(20px + 4%);}
	.workflow-list { margin-bottom: 0;}
	.workflow-list > div:nth-of-type(1) { width: 100%;}
	.workflow-list > div:nth-of-type(2) { width: 100%;}
	.workflow-list-data { padding: 25px 3%;}
	.workflow-list-data:before { left: 0; }
	.workflow-list-b  .workflow-list-data:before { right: 0; }
	.workflow-list-b > div:nth-of-type(1) { order: 1;}
	.workflow-list-b > div:nth-of-type(2) { order: 2;}
	
	.workflow-section-4-data > div:nth-of-type(1) { width: 100%;}
	.workflow-section-4-data > div:nth-of-type(2) { width: 100%;}
	
	.case-list > a { width: calc(50% - 23px); }
	
	.case-detail-tool > div:nth-of-type(1) { order: 1; width: 49%; }
	.case-detail-tool > div:nth-of-type(3) { order: 2; width: 49%; }
	.case-detail-tool > div:nth-of-type(2) { order: 3; width: 100%; }
	.case-detail-tool a  {width: 100%; font-size: 16px;}
	.case-detail-tool-center { justify-content: space-between;}
	.case-detail-tool-center > div { padding: 0 0px; width: 49%;}
	
	.contact-section > div { width: 100%;}
	.contact-btn-box > div { width: calc(50% - 5px);}
	.contact-content { max-width: 100%; padding-left: 3%; padding-right: 3%;}
	.btn02 > div { font-size: 16px;}
	.contact-map iframe { height: 300px;}
	
	
	.idx-about-section-2 > div { width: 100% !important;padding:0 0 25px 0 !important; text-align: center;}
	.idx-about-section-2 > div { border-right: 0px solid #d2d2d2;}
	.idx-about-section-2-btn { margin: 0 auto;}
}
@media only screen and (max-width: 768px) {
	.service-section-2-top { flex-direction: column; justify-content: flex-start; align-items: flex-start;}
	.service-section-2-top > div:nth-of-type(1) { padding-bottom: 10px;}
	.service-list > a { width: 100%; margin-bottom: 25px; }
	
	
	.contact-layout-2 > div:nth-of-type(1) { width: 100%;}
	.contact-layout-2 > div:nth-of-type(2) { width: calc(100% - 125px); margin-right: 0; margin-left: auto;}
	
	.idx-about-section > div:nth-of-type(1) { width:  100%; padding-left: 0;}
	.idx-about-section > div:nth-of-type(2) { width:  100%; padding: calc(20px + 5%) 6%;}
}
@media only screen and (max-width: 640px) {
	.workflow-section-3-top > div:nth-of-type(1) { width: 80%; margin: 0 auto;}
	.workflow-section-3-top > div:nth-of-type(2) { width: 100%; margin: 30px 0;}
	.workflow-section-3-top > div:nth-of-type(3) { width: 80%; margin: 0 auto;}
	
	.workflow-section-4-bottom > a { width: 100%;}
	.workflow-section-4-bottom > a:nth-of-type(1) { margin-bottom: 12px;}
	
	#page a { width:28px; height: 28px; line-height: 26px; margin: 0 4px 4px 4px; font-size: 14px;}
}
@media only screen and (max-width: 570px) {
	.banner { margin-bottom: 10px;}
	
	.idx-main-link > a { width: 100%; border-bottom: 1px solid #d9d9d9;border-right: 0px solid #d9d9d9;}
	.idx-main-link > a:last-child { border-bottom: 0px solid #d9d9d9;}
	.idx-main-pto { margin-bottom: 15px;}
	
	.case-list { margin-right: 0;}
	.case-list > a { margin: 0 0 calc(20px + 3%) 0; width: 100%; }
}

@media only screen and (max-width: 414px) {
	.service-list > a > div { width: 100%;}
	
	.workflow-section-3-top { padding: 0 10px;}
	.workflow-section-3-top > div:nth-of-type(1) { width: 90%; }
	.workflow-section-3-top > div:nth-of-type(3) { width: 90%; }
	.workflow-section-3-top > div:nth-of-type(2):before { width: 100%; }
	
	.travel-notes-pto  { height: auto;}
}

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