@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
/* tailwind css  */
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
	--font-pretendard: "Pretendard", sans-serif;
	--color-text: #000000;
	--color-primary: #07903a;
}

@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Regular.ttf") format("truetype");
	font-weight: 400;
	/* Or 400 */
	font-style: normal;
}

@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Pretendard";
	src: url("../font/pretendard/Pretendard-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

body {
	color: var(--color-text);
	font-family: var(--font-pretendard);
	font-style: normal;
	line-height: normal;
}

/* When the hidden checkbox is checked, style the custom-checkbox span */
input[type="checkbox"]:checked+label .custom-checkbox {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238ABEF7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.container {
	margin: 0 auto;
	padding-inline: 15px;
}

@media screen and (min-width: 1280px) {
	.container {
		max-width: 1520px;
	}
}

.font-marcellus-sc-regular {
	font-family: "Marcellus SC", serif;
	font-weight: 400;
	font-style: normal;
}

.swiper-hero-pagination {
	position: absolute;
	bottom: 44px !important;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	z-index: 10;
}

.swiper-hero-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	opacity: 0.7;
	border-radius: 0;
	background-color: #fff;
}

.swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-review-pagination {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 12px;
}

.swiper-review-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-text);
	border-radius: 50%;
	background: transparent;
	margin-top: 24px !important;
	opacity: 1;
}

.swiper-review-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-text);
}

@media screen and (min-width: 768px) {
	.swiper-hero-pagination {
		gap: 59px;
	}

	.swiper-hero-pagination .swiper-pagination-bullet {
		width: 80px;
		height: 6px;
	}
}

.text-primary {
	color: var(--color-primary);
}

.timeline-li-left {
	@apply min-w-[140px] md:text-lg lg:text-[22px];
}

textarea::-webkit-resizer {
	display: none;
}

.swiper-scrollbar {
	height: 8px;
	border-radius: 2px;
	background: transparent;
}

.swiper-scrollbar-drag {
	background: #F0F0F1;
	border-radius: 2px;
	height: 8px;
}

.contact-img {
	position: fixed;
	width: 88px;
	height: 88px;
	right: 5.33%;
	bottom: 11.56%;
	z-index: 2;
}

.hero-section {
	background-image: url(/image/hero/01.png);
}

@media screen and (max-width:1280px) {
	.contact-img {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width:768px) {
	.hero-section {
		background-image: url(/image/hero/02.png);
		background-size: cover;
	}
	.contact-img {
		width: 52px;
		height: 52px;
	}
}

/* public/css/solutions-coolant.css */
:root {
	--bg: #0b0c10;
	--panel: #121417;
	--text: #f1f5f9;
	--muted: #94a3b8;
	--brand: #22d3ee;
	--accent: #22c55e;
	--border: #1f2937;
	--radius: 16px;
	--gap: 20px;
	--container: 1200px;
}

.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 20px
}

.hero {
	padding: 64px 0;
	border-bottom: 1px solid var(--border)
}

.hero__title {
	font-size: 40px;
	margin: 0 0 8px;
	color: var(--text)
}

.hero__subtitle {
	color: var(--muted);
	margin: 0
}

.subnav {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 14px 0
}

.subnav a {
	color: var(--muted);
	text-decoration: none;
	padding: 8px 12px;
	border-radius: 10px
}

.subnav a.active,
.subnav a:hover {
	color: var(--text);
	background: #0b1020;
	border: 1px solid var(--border)
}

.section {
	padding: 36px 0
}

.section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px
}

.section__title {
	margin: 0;
	color: var(--text);
	font-size: 22px
}

.dropdown {
	position: relative
}

.dropdown__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #0b1020;
	border: 1px solid var(--border);
	color: var(--text);
	padding: 10px 14px;
	border-radius: 12px;
	cursor: pointer
}

.dropdown__menu {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 8px;
	width: 340px;
	background: var(--panel);
	border: 1px solid var(--border);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
	padding: 12px;
	z-index: 30
}

.dropdown__group {
	padding: 8px 8px 10px;
	border-bottom: 1px solid var(--border)
}

.dropdown__group:last-child {
	border-bottom: none
}

.dropdown__group-title {
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 12px;
	letter-spacing: .06em
}

.chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	margin: 4px;
	border-radius: 999px;
	border: 1px solid var(--border);
	background: #0b1020;
	color: var(--text);
	cursor: pointer
}

.chip.active {
	outline: 2px solid var(--brand)
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap)
}

.card {
	background: radial-gradient(1200px circle at 10% -10%, rgba(34, 211, 238, 0.12), transparent 45%), radial-gradient(900px circle at 110% 10%, rgba(34, 197, 94, 0.10), transparent 40%), var(--panel);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25)
}

.product__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px
}

.badge {
	display: inline-block;
	background: #11343e;
	color: #9be6f5;
	border: 1px solid #1e4c57;
	border-radius: 8px;
	padding: 4px 8px;
	font-size: 12px
}

.badge--single {
	background: #133a2a;
	color: #9bf5c2;
	border-color: #1f5a41
}

.product__title {
	margin: 0;
	color: var(--text);
	font-size: 18px
}

.product__desc {
	color: var(--muted);
	margin: 8px 0 12px
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid var(--border);
	color: var(--text);
	text-decoration: none;
	background: #0b1020
}

.btn--primary {
	background: linear-gradient(180deg, var(--brand), #009fb1);
	color: #001016;
	border-color: transparent;
	font-weight: 800
}

.btn--ghost:hover {
	filter: brightness(1.05)
}

.table-wrap {
	overflow: auto
}

.table {
	width: 100%;
	border-collapse: collapse;
	color: var(--text)
}

.table th,
.table td {
	border-bottom: 1px solid var(--border);
	padding: 12px;
	text-align: left;
	white-space: nowrap
}

.table thead th {
	color: var(--muted);
	font-weight: 700
}

.table__note {
	margin: 10px 0 0;
	color: var(--muted)
}

.cta {
	margin-top: 24px;
	display: grid;
	gap: 12px
}

.cta__title {
	margin: 0;
	font-size: 20px;
	color: var(--text)
}

.cta__desc {
	margin: 0;
	color: var(--muted)
}

.cta__info {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px
}

.cta__info a {
	color: var(--text);
	text-decoration: none
}

.cta__info a:hover {
	opacity: .9
}

.menu-wrapper {
	z-index: 99;
}
@media (max-width: 1024px) {
	.grid {
		grid-template-columns: 1fr
	}
}

@media (max-width: 640px) {
	.hero {
		padding: 44px 0
	}

	.hero__title {
		font-size: 32px
	}

	.dropdown__menu {
		width: 90vw;
		right: auto;
		left: 0
	}
}

.display-none {
	display: none !important;
}

.product-size-btn {
	align-items: center;
}

.product-size-btn div {
	background-color: #f0f0f1;
	width: 50%;
}

#contents {
	margin-top: 80px;
}
.site-header {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 70;
}

.product-size-btn p {
	width: 50%;
	text-align: center;
}

/* 추가 class 구분 */

.relativeBody {
	position: relative;
}

.abTd-g70n {
	display: flex;
	border-bottom-width: 0 !important;
	justify-content: center;
}

.abTd-g80n {
	position: absolute;
	top: 0;
	left: 68%;
	border-bottom-width: 0 !important;
}

.bdTop {
	border-top-width: 1px;
}

/* R&BD CSS */
.rnbd-content * {
	box-sizing: border-box;
}

.rnbd-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	padding-bottom: 120px;
}


.top-content {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	/* flex-wrap: wrap; */
	gap: 40px;
}

.head-line {
	display: flex;
	gap: 40px;
}

.head-list {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	box-sizing: border-box;
}

.head-detail-list {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	justify-content: space-between;
	box-sizing: border-box;
}

.head-detail-list img {
	width: 100%;
	height: auto;
	max-width: 100%;
	min-width: 1;
	object-fit: contain;
	display: block;
	flex: 1 1 0;
}

.middle-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 56px 80px;
	gap: 16px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px rgba(7, 144, 58, 0.2);
	border-radius: 80px;
}


.flatform-head {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: linear-gradient(180deg, rgba(7, 144, 58, 0.8) 0%, #07903A 100%);
	border: 1px solid #000000;
	border-radius: 999px;
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	position: relative;
}

.flatform-head p {
	margin-right: -230px;
	font-weight: 700;
	font-size: 34px;
	line-height: 41px;
	color: #FFFFFF;
	white-space: nowrap;
}

.flatform-head img {
	position: absolute;
	left: calc(50% - 230px);
}

.flatform-head p span {
	font-size: 28px;
	line-height: 33px;
}

.flatform-list {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 24px;
}

.flatform {
	width: 100%;
	height: 90px;
	padding-inline: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(7, 144, 58, 0.2);
	border-radius: 999px;
}

.flatform p {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #006927;
}

.btm-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 80px;
	overflow-x: auto;
}

.bm-show {
	flex: 1 1 calc((100% - (40px * 2)) / 3);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 300px;
}

.bm-show p {
	white-space: wrap;
}

.bm-show p:first-child {
	font-weight: 700;
	font-size: 28px;
	color: #000000;
}

.bm-show p:last-child {
	font-weight: 700;
	font-size: 48px;
	color: #FF3E3E;
}

.bm-show img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}

.swiper-slide-thumb-active {
	border: 1px solid #07903A !important;
}

.elementor-heading-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	color: #222222;
}

.elementor-section .elementor-container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.flexible-img-pc {
	display: block;
}

.flexible-img-mo {
	display: none;
}

.logistic-title {
	padding: 30px 0 15px 0;
}
@media screen and (max-width: 1024px) {
	/* .top-content {
		gap: 18px;
	}

	.head-line {
		gap: 18px;
	}

	.head-detail-list {
		gap: 10px;
	} */

	.elementor-section .elementor-container {
		flex-wrap: wrap;
	}


	.flatform-head p {
		font-size: clamp(20px, 4vw, 28px);
	}

	.flatform-head p span {
		font-size: clamp(14px, 3.2vw, 22px);
	}

	.flatform p {
		font-size: 20px;
	}

	.bm-show {
		flex: 1 1 45%;
		min-width: 45%;
	}

	.elementor-heading-title {
		font-size: 30px;
		font-weight: 700;
		line-height: 38px;
		color: #222222;
	}
}

@media screen and (max-width: 768px) {
	.flexible-img-pc {
		display: none;
	}

	.flexible-img-mo {
		display: block;
	}

	.rnbd-content {
		padding-bottom: 0;
	}

	.top-content {
		flex-direction: column;
		gap: 24px;
	}

	.flatform-head img {

		left: calc(50% - 205px);
	}

	.flatform-head p {
		margin-right: -175px;
	}

	.middle-content {
		padding: 50px;
		border-radius: 40px;
	}

	.btm-content {
		padding: 50px;
		gap: 25px;
		border-radius: 40px;
	}

	.bm-show {
		flex: 1 1 calc((100% - 40px) / 2);
		min-width: calc((100% - 40px) / 2);
	}

	.bm-show p:first-child {
		font-size: clamp(14px, 3.2vw, 20px);
	}

	.bm-show p:last-child {
		font-size: clamp(20px, 4vw, 26px);
	}
}

@media screen and (max-width: 640px) {
	.head-detail-list {
		gap: 8px;
		padding: 0 5px;
	}
	.flatform-list {
		gap: 10px;
	}

	.flatform-head {
		height: 50px;
		border-color: transparent;
	}
	.flatform-head img {
		width: 30%;
		position: unset;
	}

	.flatform-head p {
		margin-right: unset;

		font-weight: 500;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	.flatform-head p span {
		font-size:13px;
		font-weight: 300;
	}

	.flatform {
		border-radius: 30px;
		height: 40px;
	}

	.flatform:nth-of-type(2) {
		width: 120% ;
	}

	.flatform p {
		font-size: 12px;
	}

	.middle-content {
		padding: 40px 20px;
	}

	.btm-content {
		padding: 40px;
		gap:15px;
	}

	.table-auto.product-table{
		min-width: 640px;
	}
	.table-auto th {
		font-size:16px;
	}
	.table-auto td {
		font-size: 14px;
	}
}

.elementor-element-populated{
	padding: 100px 40px 150px;
}
.elementor-section{
	margin-bottom: 20px;
	text-align: center;
}
.elementor-heading-title{
	color: #222222;
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: -0.02em;
}
.elementor-inner-section{
	margin-top: 60px;
}
.elementor-widget-container{
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
@media screen and (max-width: 640px) {
	.elementor-element-populated{
		padding: 80px 20px 150px;
	}
	.elementor-section{
		margin: 0px 0px 10px 20px;
	}
	.elementor-heading-title{
		font-size: 20px;
		line-height: 28px;
	}
	.elementor-inner-section{
		margin-top: 48px;
	}
}