.jdw-service-quote,
.jdw-service-tabs,
.jdw-service-table,
.jdw-service-faq,
.jdw-service-image-accordion,
.jdw-static-post-cards,
.jdw-gallery-carousel {
	box-sizing: border-box;
	font-family: Poppins, sans-serif;
}

.jdw-service-quote *,
.jdw-service-tabs *,
.jdw-service-table *,
.jdw-service-faq *,
.jdw-service-image-accordion *,
.jdw-static-post-cards *,
.jdw-gallery-carousel * {
	box-sizing: border-box;
}

.jdw-service-quote {
	background: #fff;
	box-shadow: 0 10px 40px rgba(18, 35, 65, 0.12);
	color: #122341;
	display: block;
	padding: 34px 26px 28px;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jdw-service-quote:hover,
.jdw-service-quote:focus-visible {
	box-shadow: 0 16px 48px rgba(18, 35, 65, 0.18);
	transform: translateY(-2px);
}

.jdw-service-quote__image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 210px;
}

.jdw-service-quote__title {
	color: #122341;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 24px;
}

.jdw-service-quote__button {
	align-items: center;
	background: #ea543f;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	margin-top: 24px;
	padding: 18px 28px;
}

.jdw-service-quote__button img {
	height: 24px;
	width: 24px;
}

.jdw-service-quote__note {
	color: #657083;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 20px;
}

.jdw-service-quote__note img {
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	vertical-align: -1px;
	width: auto;
}

.jdw-service-tabs .p05-3-tab,
.jdw-service-tabs__inner {
	width: 100%;
}

.jdw-service-tabs__layout,
.jdw-service-tabs .flex-container {
	display: flex;
	gap: 0;
}

.jdw-service-tabs__media,
.jdw-service-tabs .tab-content-list {
	flex: 0 0 45%;
	min-width: 0;
	width: 45%;
}

.jdw-service-tabs__panel {
	display: none;
}

.jdw-service-tabs__panel.is-active,
.jdw-service-tabs__panel.active {
	display: block;
}

.jdw-service-tabs__panel img {
	display: block;
	height: auto;
	width: 100%;
}

.jdw-service-tabs__buttons,
.jdw-service-tabs .tab-btn-list {
	box-sizing: border-box;
	flex: 0 0 55%;
	min-width: 0;
	padding-left: 60px;
	width: 55%;
}

.jdw-service-tabs__button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgba(49, 49, 49, 0.19);
	color: #000;
	cursor: pointer;
	display: block;
	margin: 0 0 20px;
	padding: 30px;
	text-align: left;
	width: 100%;
}

.jdw-service-tabs__button-title {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 0;
}

.jdw-service-tabs__button h3 {
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding-right: 20px;
}

.jdw-service-tabs__icon {
	color: #ea543f;
	flex: 0 0 auto;
	font-size: 18px;
}

.jdw-service-tabs__icon-open {
	display: none;
}

.jdw-service-tabs__content {
	color: #000;
	display: none;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
}

.jdw-service-tabs__button.is-active .jdw-service-tabs__button-title,
.jdw-service-tabs__button.active .jdw-service-tabs__button-title,
.jdw-service-tabs__button .jdw-service-tabs__button-title:hover {
	color: #ea543f;
}

.jdw-service-tabs__button.is-active .jdw-service-tabs__content,
.jdw-service-tabs__button.active .jdw-service-tabs__content,
.jdw-service-tabs__button.is-active .jdw-service-tabs__icon-open,
.jdw-service-tabs__button.active .jdw-service-tabs__icon-open {
	display: block;
}

.jdw-service-tabs__button.is-active .jdw-service-tabs__icon-closed,
.jdw-service-tabs__button.active .jdw-service-tabs__icon-closed {
	display: none;
}

.jdw-service-tabs__button:last-child {
	margin-bottom: 0;
}

.jdw-service-tabs__content .rich-wrap {
	color: #333;
	display: block;
	margin-top: 30px;
	overflow: auto;
}

.jdw-service-tabs--p02 .jdw-service-tabs__layout,
.jdw-service-tabs--p02 .flex-container {
	display: flex;
}

.jdw-service-tabs--p02 .jdw-service-tabs__media,
.jdw-service-tabs--p02 .left {
	box-sizing: border-box;
	flex: 0 0 55%;
	padding-right: 40px;
	width: 55%;
}

.jdw-service-tabs--p02 .jdw-service-tabs__buttons,
.jdw-service-tabs--p02 .right {
	box-sizing: border-box;
	flex: 0 0 45%;
	padding-left: 0;
	width: 45%;
}

.jdw-service-tabs--p02 .jdw-service-tabs__panel,
.jdw-service-tabs--p02 img {
	display: none;
	height: auto;
	width: 100%;
}

.jdw-service-tabs--p02 .jdw-service-tabs__panel.is-active,
.jdw-service-tabs--p02 .jdw-service-tabs__panel.active,
.jdw-service-tabs--p02 img.active {
	display: block;
}

.jdw-service-tabs--p02 .jdw-service-tabs__button,
.jdw-service-tabs--p02 .item {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	display: block;
	margin: 0 0 10px;
	padding: 20px;
	text-align: left;
	width: 100%;
}

.jdw-service-tabs--p02 .jdw-service-tabs__button:last-child,
.jdw-service-tabs--p02 .item:last-child {
	margin-bottom: 0;
}

.jdw-service-tabs--p02 .jdw-service-tabs__button h3,
.jdw-service-tabs--p02 .item h3 {
	border-bottom: 4px solid transparent;
	color: inherit;
	display: inline-block;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0 0 8px;
}

.jdw-service-tabs--p02 .jdw-service-tabs__button:hover,
.jdw-service-tabs--p02 .jdw-service-tabs__button.is-active,
.jdw-service-tabs--p02 .jdw-service-tabs__button.active,
.jdw-service-tabs--p02 .item:hover,
.jdw-service-tabs--p02 .item.active {
	box-shadow: 12px 12px 19px 0 rgba(0, 0, 0, 0.1);
}

.jdw-service-tabs--p02 .jdw-service-tabs__button:hover h3,
.jdw-service-tabs--p02 .jdw-service-tabs__button.is-active h3,
.jdw-service-tabs--p02 .jdw-service-tabs__button.active h3,
.jdw-service-tabs--p02 .item:hover h3,
.jdw-service-tabs--p02 .item.active h3 {
	border-color: #ea543f;
	color: #ea543f;
}

.jdw-service-tabs--p02 .jdw-service-tabs__content {
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
}

.jdw-service-tabs--p02 .jdw-service-tabs__button.is-active .jdw-service-tabs__content,
.jdw-service-tabs--p02 .jdw-service-tabs__button.active .jdw-service-tabs__content,
.jdw-service-tabs--p02 .item.active .jdw-service-tabs__content {
	display: block;
}

.jdw-service-tabs--p02 .rich-wrap {
	color: #000;
	display: block;
	margin-top: 0;
	overflow: visible;
}

.jdw-service-tabs--p02 .rich-wrap p {
	margin: 0;
}

.jdw-service-table {
	overflow-x: auto;
	width: 100%;
}

.jdw-service-table table {
	border-collapse: collapse;
	min-width: 900px;
	width: 100%;
}

.jdw-service-table th,
.jdw-service-table td {
	border: 1px solid #e1e1e1;
	color: #657083;
	font-size: 15px;
	line-height: 1.5;
	padding: 18px 16px;
	text-align: left;
	vertical-align: middle;
}

.jdw-service-table th {
	background: #f7f8fa;
	color: #122341;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.jdw-service-table img {
	display: block;
	height: auto;
	max-width: 180px;
	width: 100%;
}

.jdw-service-table a {
	color: #ea543f;
	text-decoration: none;
}

.jdw-service-table a:hover,
.jdw-service-table a:focus-visible {
	text-decoration: underline;
}

.jdw-cnc-surface-table .jdw-service-table table {
	min-width: 1350px;
	table-layout: fixed;
}

.jdw-cnc-surface-table .jdw-service-table th,
.jdw-cnc-surface-table .jdw-service-table td {
	border: 0;
	color: #657083;
	font-size: 16px;
	line-height: 1.4;
	padding: 30px 15px;
	vertical-align: middle;
}

.jdw-cnc-surface-table .jdw-service-table th {
	background: #f8f8f8;
	color: #122341;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.jdw-cnc-surface-table .jdw-service-table th:nth-child(3),
.jdw-cnc-surface-table .jdw-service-table td:nth-child(3) {
	width: 300px;
}

.jdw-cnc-surface-table .jdw-service-table tbody tr {
	border-bottom: 1px solid #e1e1e1;
}

.jdw-cnc-surface-table .jdw-service-table tbody tr:last-child {
	border-bottom: 0;
}

.jdw-cnc-surface-table .jdw-service-table tbody td:nth-child(2) {
	color: #122341;
	font-size: 20px;
	font-weight: 600;
}

.jdw-cnc-surface-table .jdw-service-table img {
	cursor: pointer;
	max-width: 180px;
}

.jdw-cnc-surface-table .jdw-service-table a:hover,
.jdw-cnc-surface-table .jdw-service-table a:focus-visible {
	color: #ea543f;
}

.jdw-material-surface-table .jdw-service-table {
	max-height: 800px;
	overflow: auto;
}

.jdw-material-surface-table .jdw-service-table table {
	border-collapse: collapse;
	min-width: 1000px;
	table-layout: auto;
	width: 100%;
}

.jdw-material-surface-table .jdw-service-table th,
.jdw-material-surface-table .jdw-service-table td {
	border: 0;
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	padding: 30px 15px;
	text-align: left;
	vertical-align: middle;
}

.jdw-material-surface-table .jdw-service-table th {
	background: #f8f8f8;
	font-size: 24px;
	font-weight: 600;
}

.jdw-material-surface-table .jdw-service-table th:first-child {
	color: transparent;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(1),
.jdw-material-surface-table .jdw-service-table td:nth-child(1) {
	width: 11.7029%;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(2),
.jdw-material-surface-table .jdw-service-table td:nth-child(2) {
	width: 8.10203%;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(3),
.jdw-material-surface-table .jdw-service-table td:nth-child(3) {
	width: 44.5611%;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(4),
.jdw-material-surface-table .jdw-service-table td:nth-child(4) {
	width: 11.1778%;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(5) ,
.jdw-material-surface-table .jdw-service-table td:nth-child(5) {
	width: 9.37734%;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(6),
.jdw-material-surface-table .jdw-service-table td:nth-child(6) {
	width: 9.52738%;
}

.jdw-material-surface-table .jdw-service-table th:nth-child(7),
.jdw-material-surface-table .jdw-service-table td:nth-child(7) {
	width: 4.27607%;
}

.jdw-material-surface-table .jdw-service-table tbody tr {
	border-bottom: 1px solid #e1e1e1;
}

.jdw-material-surface-table .jdw-service-table tbody tr:last-child {
	border-bottom: 0;
}

.jdw-material-surface-table .jdw-service-table img {
	display: block;
	height: auto;
	max-width: 180px;
	width: 100%;
}

.jdw-material-surface-table .jdw-service-table a {
	color: #ea543f;
	text-decoration: none;
}

.jdw-material-surface-table .jdw-service-table a:hover,
.jdw-material-surface-table .jdw-service-table a:focus-visible {
	text-decoration: underline;
}

.jdw-cnc-tolerance-table .jdw-service-table {
	overflow-x: auto;
}

.jdw-cnc-tolerance-table .jdw-service-table table {
	border-collapse: collapse;
	min-width: 1000px;
	width: 99.1997%;
}

.jdw-cnc-tolerance-table .jdw-service-table tbody tr {
	border-bottom: 1px solid #e1e1e1;
}

.jdw-cnc-tolerance-table .jdw-service-table tbody tr:first-child {
	background: #f8f8f8;
	border-bottom: 0;
}

.jdw-cnc-tolerance-table .jdw-service-table td {
	border: 0;
	color: #657083;
	font-size: 16px;
	line-height: 22.4px;
	padding: 30px 20px;
	vertical-align: middle;
}

.jdw-cnc-tolerance-table .jdw-service-table tbody tr:first-child td {
	font-size: 24px;
	font-weight: 600;
}

.jdw-fai-process-table .jdw-service-table {
	overflow: auto;
}

.jdw-fai-process-table .jdw-service-table table {
	border-collapse: collapse;
	min-width: 1000px;
	table-layout: fixed;
	width: 100%;
}

.jdw-fai-process-table .jdw-service-table tr:first-child {
	background-color: #f8f8f8;
}

.jdw-fai-process-table .jdw-service-table td {
	border: 0;
	border-right: 1px solid #e1e1e1;
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 30px 20px;
	vertical-align: middle;
}

.jdw-fai-process-table .jdw-service-table td:first-child {
	color: #122341;
	font-size: 24px;
	font-weight: 600;
}

.jdw-fai-process-table .jdw-service-table td:last-child {
	border-right: 0;
}

.jdw-fai-process-table .jdw-service-table tr:first-child td {
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

.jdw-fai-process-table .jdw-service-table strong {
	color: #122341;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.jdw-fai-process-table .jdw-service-table p {
	margin: 0;
}

.jdw-service-faq__item {
	border-bottom: 1px solid #e1e1e1;
}

.jdw-service-faq__question {
	align-items: center;
	background: transparent;
	border: 0;
	color: #122341;
	cursor: pointer;
	display: flex;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 20px;
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.3;
	padding: 24px 0;
	text-align: left;
	width: 100%;
}

.jdw-service-faq__toggle-open,
.jdw-service-faq__item.is-active .jdw-service-faq__toggle-closed {
	display: none;
}

.jdw-service-faq__item.is-active .jdw-service-faq__toggle-open {
	display: inline-block;
}

.jdw-service-faq__answer {
	color: #657083;
	display: none;
	font-size: 16px;
	line-height: 1.65;
	padding: 0 0 24px;
}

.jdw-service-faq__item.is-active .jdw-service-faq__answer {
	display: block;
}

.jdw-service-image-accordion {
	display: flex;
	height: 400px;
	overflow: hidden;
}

.jdw-service-image-accordion__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	cursor: pointer;
	flex: 1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: flex 0.4s;
}

.jdw-service-image-accordion__item:hover,
.jdw-service-image-accordion__item:focus-visible,
.jdw-service-image-accordion__item.pp-image-accordion-active {
	flex: 3;
}

.jdw-service-image-accordion__overlay {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: absolute;
	transition: background-color 0.4s;
}

.jdw-service-image-accordion__item:hover .jdw-service-image-accordion__overlay,
.jdw-service-image-accordion__item:focus-visible .jdw-service-image-accordion__overlay,
.jdw-service-image-accordion__item.pp-image-accordion-active .jdw-service-image-accordion__overlay {
	background-color: rgba(21, 35, 63, 0.55);
}

.jdw-service-image-accordion__content-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	z-index: 1;
}

.jdw-service-image-accordion__content-wrap * {
	opacity: 0;
	transform-style: preserve-3d;
	visibility: hidden;
}

.jdw-service-image-accordion__title {
	color: #fff;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 31.2px;
	margin: 0;
	padding-bottom: 10px;
	transform: translate3d(0, -60px, 0);
}

.jdw-service-image-accordion__description,
.jdw-service-image-accordion__button-wrap {
	transform: translate3d(0, 60px, 0);
}

.jdw-service-image-accordion__item:hover .jdw-service-image-accordion__content-wrap,
.jdw-service-image-accordion__item.pp-image-accordion-active .jdw-service-image-accordion__content-wrap {
	visibility: visible;
}

.jdw-service-image-accordion__item:hover .jdw-service-image-accordion__content-wrap *,
.jdw-service-image-accordion__item.pp-image-accordion-active .jdw-service-image-accordion__content-wrap * {
	opacity: 1;
	transform: none;
	transition: all 0.3s 0.3s;
	visibility: visible;
}

.jdw-service-image-accordion__button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-top: 15px;
	padding: 15px 30px;
	transition: all 0.25s linear 0s;
}

.jdw-service-image-accordion__button .pp-button-text {
	color: inherit;
}

.jdw-service-image-accordion__button:hover,
.jdw-service-image-accordion__button:focus-visible {
	background-color: #ea543f;
	border-color: #ea543f;
	color: #fff;
}

.jdw-service-image-accordion__button:hover,
.jdw-service-image-accordion__button:focus,
.jdw-service-image-accordion__button:focus-visible,
.jdw-service-image-accordion__button:hover .pp-button-text,
.jdw-service-image-accordion__button:focus .pp-button-text,
.jdw-service-image-accordion__button:focus-visible .pp-button-text {
	color: #fff;
}

.jdw-service-image-accordion .jdw-service-image-accordion__button:hover,
.jdw-service-image-accordion .jdw-service-image-accordion__button:focus,
.jdw-service-image-accordion .jdw-service-image-accordion__button:focus-visible,
.jdw-service-image-accordion .jdw-service-image-accordion__button:hover .pp-button-text,
.jdw-service-image-accordion .jdw-service-image-accordion__button:focus .pp-button-text,
.jdw-service-image-accordion .jdw-service-image-accordion__button:focus-visible .pp-button-text {
	color: #fff !important;
}

.jdw-static-post-cards {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdw-static-post-cards__item {
	background: #fff;
	box-shadow: 0 3px 16px rgba(18, 35, 65, 0.08);
	color: inherit;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jdw-static-post-cards__item:hover,
.jdw-static-post-cards__item:focus-visible {
	box-shadow: 13px 15px 19px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.jdw-static-post-cards__image img {
	aspect-ratio: 1.5;
	display: block;
	object-fit: cover;
	width: 100%;
}

.jdw-static-post-cards__body {
	padding: 20px;
}

.jdw-static-post-cards__title {
	color: #122341;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.28;
	margin: 0 0 10px;
}

.jdw-static-post-cards__excerpt,
.jdw-static-post-cards__date {
	color: #657083;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.jdw-static-post-cards__date {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
	padding-top: 14px;
}

.jdw-gallery-carousel {
	position: relative;
}

.jdw-gallery-carousel__track {
	display: grid;
	gap: 20px;
	grid-auto-columns: calc((100% - 60px) / 4);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.jdw-gallery-carousel__track::-webkit-scrollbar {
	display: none;
}

.jdw-gallery-carousel__item {
	scroll-snap-align: start;
}

.jdw-gallery-carousel__item img {
	aspect-ratio: 1.25;
	display: block;
	object-fit: cover;
	width: 100%;
}

.jdw-gallery-carousel__nav {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 24px;
}

.jdw-gallery-carousel__arrow {
	align-items: center;
	background: #ea543f;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

@media (max-width: 1024px) {
	.jdw-service-image-accordion {
		flex-direction: column;
	}

	.jdw-service-image-accordion__item {
		flex: 1;
		width: 100%;
	}

	.jdw-static-post-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jdw-gallery-carousel__track {
		grid-auto-columns: calc((100% - 20px) / 2);
	}
}

@media (max-width: 767px) {
	.jdw-service-quote {
		padding: 28px 20px;
	}

	.jdw-service-tabs__layout,
	.jdw-service-tabs .flex-container {
		display: block;
	}

	.jdw-service-tabs__media,
	.jdw-service-tabs .tab-content-list,
	.jdw-service-tabs__buttons,
	.jdw-service-tabs .tab-btn-list {
		width: 100%;
	}

	.jdw-service-tabs__buttons,
	.jdw-service-tabs .tab-btn-list {
		margin-top: 30px;
		padding-left: 0;
	}

	.jdw-service-tabs--p02 .jdw-service-tabs__layout,
	.jdw-service-tabs--p02 .flex-container {
		display: block;
	}

	.jdw-service-tabs--p02 .jdw-service-tabs__media,
	.jdw-service-tabs--p02 .left {
		padding-right: 0;
		width: 100%;
	}

	.jdw-service-tabs--p02 .jdw-service-tabs__buttons,
	.jdw-service-tabs--p02 .right {
		margin-top: 40px;
		width: 100%;
	}

	.jdw-service-tabs--p02 .jdw-service-tabs__button h3,
	.jdw-service-tabs--p02 .item h3 {
		font-size: 22px;
		line-height: 26.4px;
	}

	.jdw-service-tabs__button h3,
	.jdw-service-faq__question {
		font-size: 22px;
	}

	.jdw-static-post-cards {
		grid-template-columns: 1fr;
	}

	.jdw-gallery-carousel__track {
		grid-auto-columns: 100%;
	}
}
