#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header.on {
	background-color: #ffffff;
	transition: 0.4s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header:hover {
	background: var(--white-color);
	transition: 0.4s;
}

#header .hd_wrap {
	display: flex;
	align-items: flex-start;
}

#header .adm {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2.4rem;

	height: 11.2rem;

	margin-left: auto;
	align-self: flex-start;

	color: var(--body-color);
	font-size: 1.3rem;
}

#header.on .adm {
	color: var(--body-color);
}

#header:hover .adm {
	color: var(--body-color);
}

#header .adm a {
	white-space: nowrap;
}

#header .adm svg {
	vertical-align: -2px;
	margin-right: 8px;
}

#header.on .adm svg {
	filter: invert();
}

#header:hover .adm svg {
	filter: invert();
}

.adm > * ~ * {
	position: relative;
}

.adm > * ~ *::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;

	transform: translate(0, -50%);

	width: 1px;
	height: 0.5em;

	background: #ccc;
}

#header .gnb_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
}

#header .gnb_container:hover {
	background: var(--white-color);
	border-bottom: 1px solid var(--line-color);
}

#header .gnb {
	display: flex;
	align-items: center;
	transform: translate(8rem, 0);
}

/* 메뉴높이 */
#header .gnb_container .gnb > ul {
	display: flex;
	height: 11.2rem;
	overflow: hidden;
}

#header .gnb_container .gnb > ul:has(> li.has-sub:hover) {
	background: var(--white-color);
	height: 26rem;
	transition: height 0.4s;
}

#header .gnb > ul > li {
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, 0);
	width: 160px;
}




#header .gnb > ul > li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

#header .gnb:hover > ul > li {
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	width: 160px;

}


@media screen and (max-width: 768px) {
	#header .gnb > ul > li {
		width: 100%;
	}


	#header .gnb:hover > ul > li {
		width: 100%;

	}



}




#header .gnb:hover > ul > li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

#header .gnb > ul > li:hover {
	background: rgba(0, 0, 0, 0.01);
}

#header .gnb > ul > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 11.2rem;
	text-transform: uppercase;
	padding: 0 2.4rem;
	color: #fff;
	transition: 0.4s;
	white-space: nowrap;
}

#header .gnb:hover > ul > li > a {
	/*  padding: 0 4rem;*/
}

#header .gnb > ul > li > a::after {
	content: "";
	position: absolute;
	top: 9.6rem;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0);

	width: 0;
	height: 1px;

	background: #240a0a;

	transition: 0.3s;
}

#header .gnb > ul > li:hover > a::after {
	width: calc(100% - 6.4rem);
}

#header.on .gnb > ul > li > a {
	color: var(--body-color);
}

#header:hover .gnb > ul > li > a {
	color: var(--body-color);
}

#header .gnb > ul > li {
	position: relative;
}

#header .gnb > ul > li ul li a {
	display: block;
	padding: 0 2.4rem;
	line-height: 3.2rem;
	white-space: nowrap;
	text-align: center;
	font-size: 1.3rem;
	white-space: nowrap;
}


#header .gnb > ul > li ul li a:hover {
	color: var(--point-color);
}



#header.on .gnb > ul > li > a {
	color: var(--body-color);
}




.mbtn {
	display: none;
}

@media (max-width: 1024px) {
	.mbtn {
		display: flex;
		align-items: center;

		position: fixed;
		top: 4rem;
		right: 1.6rem;
		z-index: 999;

		width: 32px;
		height: 32px;

		background: var(--lightgray-color);
		border: 1px solid var(--line-color);
		border-radius: 4px;
		/* background: rgba(255, 255, 255, 0.25); */
		font-size: 0;
	}

	.mbtn::before {
		content: "";
		position: absolute;
		top: 7px;
		left: 4px;
		right: 4px;

		height: 2px;
		background: var(--body-color);
	}

	.mbtn.on::before {
		display: none;
	}

	.mbtn::after {
		content: "";
		position: absolute;
		bottom: 7px;
		left: 4px;
		right: 4px;

		height: 2px;
		background: var(--body-color);
	}

	.mbtn.on::after {
		display: none;
	}

	.mbtn span::before {
		content: "";
		position: absolute;
		top: 14px;
		left: 4px;
		right: 4px;

		height: 2px;
		background: var(--body-color);
	}

	.mbtn.on span::before {
		transform: rotate(45deg);
	}

	.mbtn span::after {
		content: "";
		position: absolute;
		top: 14px;
		left: 4px;
		right: 4px;

		height: 2px;
		background: var(--body-color);
	}

	.mbtn.on span::after {
		transform: rotate(-45deg);
	}

	#header {
		/*    position: static;*/

		height: 11.2rem;
		overflow: visible;

		transition: 0.4s;
	}

	#header.on {

		/* border-bottom: 1px solid var(--line-color); */
	}

	#header:hover {
		height: 11.2rem;
		overflow: visible;
		/*    background: var(--white-color);*/
		/* border-bottom: 1px solid var(--line-color); */
	}

	#header h1.on {
		position: fixed;
		z-index: 1000;
	}

	#header .gnb_container {
		position: fixed;
		top: 0;
		left: -120%;
		z-index: 999;

		display: flex;
		justify-content: flex-start;
		align-items: flex-start;

		width: 120%;
		height: 200vh;
		background: var(--white-color);

		background: rgba(0, 0, 0, 0.75);
	}

	#header .gnb_container.on {
		left: 0;
	}

	#header .gnb_container:hover {
		left: 0;
		background: rgba(0, 0, 0, 0.75);
	}

	#header .gnb {
		position: absolute;
		top: 0;
		left: -120%;

		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 4rem;
		padding: 16rem 1.6rem 0 1.6rem;

		transform: translate(0, 0);

		width: calc(100% - 7.2rem);
		height: 150vh;
		background: var(--white-color);
	}

	#header .gnb_container.on .gnb {
		left: 0;
		transition: 0.4s;
	}

	#header .gnb > ul {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	#header .gnb > ul > li > a {
		line-height: 5.6rem;
		border-bottom: 1px solid var(--line-color);
		color: var(--body-color);
		font-weight: 500;
		font-size: 1.8rem;
		padding: 0 0 0 0.8rem;
		text-align: left;
	}

	#header.on .gnb > ul > li > a {
		line-height: 5.6rem;
		color: var(--body-color);
	}

	#header .gnb:hover > ul > li > a {
		padding: 0 0 0 0.8rem;
	}

	#header .gnb > ul > li {
		position: relative;
	}

	#header .gnb_container .gnb > ul {
		display: flex;
		height: auto;
		overflow: hidden;

		overflow-y: auto;
		border-top: 1px solid var(--primary-color);
	}

	#header .gnb_container .gnb:hover > ul {
		height: auto;
	}

	#header .gnb > ul > li {
		position: relative;
		border-left: none;
	}

	#header .gnb > ul > li:last-child {
		border-right: none;
	}

	#header:hover .gnb > ul > li {
		position: relative;
		border-left: none;
	}

	#header:hover .gnb > ul > li:last-child {
		border-right: none;
	}

	#header .gnb > ul > li:hover {
		background: none;
	}

	#header .gnb > ul > li:focus-within {
		background: none;
	}

	#header .gnb > ul > li ul {
		position: static;

		transform: translate(0, 0);
		background: var(--white-color);
		border: 0 solid var(--lightgray-color);

		opacity: 1;
		visibility: visible;

		transition: none;

		display: none;
	}

	#header .gnb > ul > li ul li a {
		display: block;
		padding: 0 0 0 0.8rem;
		line-height: 4rem;
		white-space: nowrap;

		background: var(--lightgray-color);

		text-align: left;
	}

	#header .gnb > ul > li > a::after {
		display: none;
	}

	#header .gnb > ul > li ul li a {
		border-bottom: 1px solid var(--line-color);
	}

	#header .adm {
		position: relative;
		display: flex;
		align-self: center;
		gap: 2.4rem;

		margin-left: auto;
		margin-right: 8rem;
		height: 4rem;
		color: var(--body-color);
	}

	#header.on .adm {
		color: var(--body-color);
	}

	#header .adm svg {
		vertical-align: -2px;
		margin-right: 8px;
		filter: invert();
	}

	#header.on .adm svg {
		filter: invert();
	}
}

.sub_title {
	position: relative;

	background-color: var(--primary-color);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* border-left: 4px solid var(--point-color); */
	/* border-top: 4px solid var(--point-color); */
	text-transform: uppercase;

	color: #fff;
	min-height: 40rem;

	margin-left: 0rem;
}

.sub_title::before {
	content: "";
	position: absolute;
	inset: 0 0 0 0;
	background: rgba(0, 0, 0, 0.0) url(/images/pt-bg01.png);
	border-radius: 0rem 0rem 0rem 0rem;
	overflow: hidden;
}

.sub_title .nav_wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;

	transform: translate(0, 50%);
	width: 100%;

	padding: 0 0 0 1.6rem;
}

.sub_title .nav_wrap .navigation {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	background: var(--background-color);
	height: 6.4rem;
	padding-left: 4rem;
	color: var(--text-color);
	border-left: 4px solid var(--point-color);
	font-size: 1.3rem;
	white-space: nowrap;
}

.sub_title .title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;

	transform: translate(-50%, -50%);

	display: flex;
	flex-direction: column;
	justify-content: flex-end;

	width: calc(100% - 3.2rem);
	margin: 0 0;
	margin-bottom: 0;

	text-align: right;
}

.sub_title .title h2 {
	font-size: 4.6rem;
	font-weight: 600;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.sub_title .title p {
	margin-top: 1.6rem;
	font-size: 1.5rem;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.sub_title .nav_wrap {
		padding: 0 0 0 2.4rem;
	}
}

@media (max-width: 768px) {
	.sub_title {
		margin-left: 0rem;
	}

	.sub_title .title {
			top: 55%;
		padding: 0 0;
	}

	.sub_title .title h2 {
		font-size: 3.8rem;
		font-weight: 600;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		text-align: center;
	}

	.sub_title {
		border-radius: 0
	}

}

.sub_nav {
	position: relative;
}

.sub_nav .lnb ul {
	display: flex;
	justify-content: flex-end;
	gap: 2.4rem;
}

.sub_nav .lnb ul li {
	position: relative;
}

.sub_nav .lnb ul li ~ li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -1.2rem;

	transform: translate(0, -50%);

	width: 2px;
	height: 2px;

	background: var(--line-color);
}

.sub_nav .lnb ul a {
	display: block;
	white-space: nowrap;
}

.sub_nav .navigation {
	padding-left: 1.6rem;
	font-size: 1.4rem;
	white-space: nowrap;
}

.sub_nav .lnb > a {
	display: none;
}

@media (max-width: 1200px) {
	.sub_nav .navigation {
		display: none;
	}

	.sub_nav .inner {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.sub_nav {
		position: relative;
		z-index: 8;
		margin: 0 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 0;
		line-height: 6.4rem;
	}

	.sub_nav .inner {
		display: block;
		margin: 0 0;
		padding: 0 0;
	}

	.sub_nav .lnb ul {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 8;
		border-bottom: 1px solid var(--line-color);
	}

	.sub_nav .lnb > a {
		position: relative;
		display: block;
		padding: 0 2.4rem 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.25);
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}

	.sub_nav .lnb > a::after {
		content: "";
		position: absolute;
		top: 50%;

		transform: translate(0, -50%);
		right: 0;
		width: 14px;
		height: 14px;

		background: url(../lib/icon/chevron-down.svg) no-repeat center center/14px;
		opacity: 1;

		filter: invert();
	}

	.sub_nav .lnb > a.on::after {
		background: url(../lib/icon/chevron-up.svg) no-repeat center center/14px;
	}

	.sub_nav .lnb ul li ~ li {
		border-left: 0px solid var(--line-color);
	}

	.sub_nav .lnb ul li ~ li a {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.sub_nav .lnb ul li ~ li::after {
		display: none;
	}

	.sub_nav .lnb ul a {
		display: block;
		/* background: var(--white-color); */
		background: rgba(0, 0, 0, 0.9);
		white-space: nowrap;
		line-height: 4rem;
		padding: 0 0;
		padding: 0 2.4rem 0 0;
	}

	.sub_nav .lnb ul li.on a {
		border-top: 0px solid var(--point-color);
		margin-top: 0px;
	}
}

.sub_content {
	margin-top: 3rem;
	margin-bottom: 12rem;
}

.page_title {
	margin-bottom: 2.4rem;
}

.page_title h3 {
	margin-top: 3rem;
	position: relative;
	padding: 1.6rem 0;
	/* border-bottom: 1px solid var(--line-color); */
	white-space: nowrap;

	text-align: center;
}

.page_title h3::after {
	content: "";
	display: block;
	margin: 2.4rem auto;
	width: 12rem;
	height: 1px;

	background: var(--point-color);
}

.page_title h3 strong {
	font-size: 4rem;
	font-weight: 700;
}

@media (max-width: 1440px) {}

.sub_content .content p {
	font-size: 1.7rem;
	line-height: 2.4rem;
	opacity: 0.9;
}

.sub_content .content .sub_title_desc {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 8rem;

	text-align: center;
}

#footer {
	padding: 8rem 0 5.6rem 0;
	background: var(--footerbg-color);
	/* color: var(--lightgray-color); */
	border-top: 1px solid var(--line-color);

	font-size: 1.5rem;
	line-height: 2.4rem;
}

#footer .con_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4rem;
}

@media (max-width: 1024px) {
	#footer .con_wrap {
		flex-direction: column;
		align-items: stretch;
	}
}

#footer .info {
	display: flex;
	gap: 2.4rem;
}

#footer .info li {
	position: relative;
	/* text-align: center; */
	white-space: nowrap;
}

#footer .info li ~ li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;

	transform: translate(0, -50%);

	width: 1px;
	height: 0.5em;

	background: #ccc;
}

#footer .f_logo {
	max-width: 24rem;
	margin-bottom: 4rem;
}

#footer .ft_wrap {
	position: relative;
}

#footer .customer_wrap {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer .lnk {
	margin-bottom: 5.6rem;
	padding: 5.6rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .lnk > ul {
	display: flex;
	gap: 8rem;
}

#footer .lnk > ul > li > a {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1.6rem;
}

#footer .lnk > ul ul a {
	display: block;
	line-height: 1.5;
}

#footer .customer_list {
	display: flex;
	gap: 1.6rem;

	margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
	#footer .lnk {
		display: none;
	}

	#footer .customer_list {
		display: flex;
		flex-direction: column;
		gap: 0.8rem;
	}
}

@media (max-width: 768px) {
	#footer .customer_wrap {
		align-items: stretch;
	}

	#footer .info {
		flex-direction: column;
		gap: 0;
	}

	#footer .info li ~ li::before {
		display: none;
	}
}

#flnk {
	position: relative;
	height: 3.2rem;
	line-height: 3.2rem;
	padding: 0 4rem 0 2.4rem;
	border: 1px solid var(--line-color);
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 1.4rem;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.f_lnk {
	position: relative;
}

.f_lnk::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.8rem;
	width: 1.6rem;
	height: 1.6rem;

	background: url(../lib/icon/chevron-down.svg) no-repeat center center/1.6rem;
	filter: invert(100%);

	transform: translate(0, -50%);
}

.f_lnk #flnk option {}

.s_link {
	text-align: right;
	margin-top: 1.6rem;
}

.s_link #slink a {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	width: 4rem;
	height: 4rem;

	background: var(--body-color);
}

.s_link #slink a img {
	width: 2.4rem;
	height: 2.4rem;
}

#side_lnk {
	position: fixed;
	bottom: -4rem;
	right: 2.4rem;
	z-index: 100;

	display: flex;
	flex-direction: column;
	align-items: center;

	opacity: 0;
	visibility: hidden;

	transition: 0.8s;
}

#side_lnk.on {
	bottom: 12rem;
	right: 2.4rem;
	opacity: 1;
	visibility: visible;
}

#side_lnk .lnk_wrap {
	background: var(--white-color);
	border-radius: 0.8em;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
	padding: 0.8rem 0.8rem;
	margin-bottom: 4rem;
}

#side_lnk .lnk_wrap > a {
	display: block;
	text-align: center;
	padding: 1.6rem 0.8rem;

	white-space: nowrap;
}

#side_lnk .lnk_wrap > a .icon {
	width: 2.4rem;
	height: 2.4rem;
	stroke: var(--body-color);
	stroke-width: 1;
}

#side_lnk .d_btn .icon {
	width: 3.2rem;
	height: 3.2rem;
	stroke: var(--white-color);
	stroke-width: 2;
}




#side_lnk .lnk_wrap > a ~ a {
	border-top: 1px solid var(--line-color);
}

#side_lnk .lnk_wrap > a span {
	display: block;
	margin-top: 0.8rem;

	font-size: 1.2rem;
}

#side_lnk .d_btn {
	position: relative;
	display: block;
	width: 6.4rem;
	height: 6.4rem;
	background: var(--point-color);
	border-radius: 3.2em;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);
	text-align: center;
}


@media screen and (max-width: 768px) {
	#side_lnk .d_btn {
		display: none;
	}
}




#side_lnk a.naver,
#side_lnk a.kakao {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 6.4rem;
	height: 6.4rem;
	margin-bottom: 1.6rem;
	background: var(--white-color);
	border-radius: 3.2em;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.1);

	line-height: 6.4rem;
	color: var(--white-color);
	font-size: 1.2rem;

	overflow: hidden;
	transition: all 0.3s;
}

#side_lnk a.naver::after,
#side_lnk a.kakao::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 6.4rem;
	height: 6.4rem;
}

#side_lnk a.naver::after {
	background: url(../lib/images/sns_naver.png) no-repeat center center/3.2rem;
}

#side_lnk a.kakao::after {
	background: url(../lib/images/sns_kakao.png) no-repeat center center/3.2rem;
}

#side_lnk a.naver:hover::after {
	background: url(../lib/images/sns_naver_w.png) no-repeat center center/3.2rem;
}

#side_lnk a.kakao:hover::after {
	background: url(../lib/images/sns_kakao_w.png) no-repeat center center/3.2rem;
}

#side_lnk a.naver:hover,
#side_lnk a.kakao:hover {
	width: 22rem;
}

#side_lnk .kakao:hover {
	background: #fee500;
	color: #3c1e1e;
}

#side_lnk .naver:hover {
	background: #03c75a;
	color: #ffffff;
}

#side_lnk a.naver span,
#side_lnk a.kakao span {
	margin-left: 3.2rem;
	width: 0;

	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	#side_lnk {
		bottom: 4rem;
	}
}

@media (max-width: 768px) {
	#side_lnk .lnk_wrap {
		display: none;
	}
}

#side_lnk a.naver:hover span,
#side_lnk a.kakao:hover span {
	width: 16rem;
}

.btel {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	overflow: hidden;
}

.btel i {
	font-size: 4rem;
	font-weight: 600;
}

.btel strong {
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: -0.015em;
	margin: 0.8rem 0 0.8rem 0;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.btel {
		text-align: left;
		overflow: hidden;
		align-items: flex-start;
	}
}

#sns_link {
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	#sns_link {
		text-align: left;
	}
}

#sns_link a {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	width: 4rem;
	height: 4rem;

	border-radius: 50%;

	background: var(--primary-color);
	color: var(--white-color);

	font-size: 1.8rem;
}

#family_link {
	white-space: nowrap;
}

@media (max-width: 768px) {
	#family_link {
		text-align: left;
	}
}

#family_link .f_link {
	position: relative;
	display: block;
	width: 16rem;
	height: 4rem;
	padding: 0 2.4rem;
	text-align: left;
	font-size: 1.4rem;
	text-align: left;
	color: var(--line-color);
	text-transform: uppercase;
	background: var(--primary-color);

	border-radius: 2rem 2rem 2rem 2rem;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

#family_link .f_link.on {
	border-radius: 0 0 2rem 2rem;
	background: var(--body-color);
}

#family_link .f_link svg {
	position: absolute;
	right: 0.8rem;
	top: 1rem;
}

#family_link .f_link.on svg {
	transform: rotate(180deg);
}

#family_link ul {
	display: none;
	position: absolute;
	bottom: 4rem;
	width: 100%;

	border: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: -1px;
	z-index: 2;

	background: var(--body-color);

	border-radius: 2rem 2rem 0 0;
	overflow: hidden;
}

#family_link ul > li > a {
	display: block;
	padding: 0 2.4rem;
	font-size: 1.4rem;
	line-height: 3.9rem;
	color: var(--line-color);
}

#family_link ul > li ~ li > a {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#family_link ul > li > a:hover {
	background: var(--point-color);
}

.sitemap {
	display: flex;
	align-items: center;
	height: 9.6rem;
	margin-left: 6.4rem;
}

@media (max-width: 1280px) {
	.sitemap {
		display: none !important;
	}
}

#siteMap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

#siteMap .inbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40rem;
	right: 0;
	background: var(--primary-color);
	color: var(--white-color);
	padding: 12rem 8rem;
	/* border-left: 1px solid var(--secondary-color); */

	/* border-radius: 4rem; */
}

#siteMap .inbox > ul {
	display: flex;
}

#siteMap .inbox > ul > li {
	flex: 1;
	min-height: 24rem;
	padding: 2rem;
	min-width: 24rem;
}

#siteMap .inbox > ul > li > a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 6.4rem;
	font-weight: 500;
	font-size: 2.4rem;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

#siteMap .inbox > ul ul a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	line-height: 4.8rem;
	font-size: 1.7rem;
}

#siteMap .inbox button {
	position: absolute;
	top: 8rem;
	right: 8rem;

	width: 4rem;
	height: 4rem;
	color: var(--white-color);
	background: url(../lib/icon/x.svg) no-repeat center center/2.4rem;
	filter: invert();
	cursor: pointer;
	text-transform: uppercase;
}

.to_top {
	position: fixed;
	right: 4rem;
	bottom: 16rem;
	z-index: 101;

	opacity: 0;
	visibility: hidden;

	transition: 0.5s;
}

.to_top button {
	width: 6.4rem;
	height: 6.4rem;
	background: var(--white-color);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.to_top button svg {
	margin-top: 2px;
}

.to_top.on {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 768px) {
	.to_top {
		position: fixed;
		left: auto;
		right: -1.6rem;
		bottom: 14rem;

		width: auto;
	}

	.to_top.on {
		right: 1.6rem;
	}

	.to_top button {
		width: 4rem;
		height: 4rem;
		background: var(--white-color);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
		border-radius: 0;
	}
}



/* PC 전용 줄바꿈 */
.br-pc {
	display: inline;
}

.br-mo {
	display: none;
}

@media (max-width: 768px) {
	.br-pc {
		display: none;
	}

	.br-mo {
		display: inline;
	}
}


/* 기본: PC 기준 */
.pc-only {
	display: block;
}

.mo-only {
	display: none;
}

/* 모바일 */
@media (max-width: 768px) {
	.pc-only {
		display: none;
	}

	.mo-only {
		display: block;
	}
}

.s_title {
	font-size: 20px;
	line-height: 20px;
}

.d_height {
	width: 100%;
	height: 150px;
}

/* =========================================================
   배관솔루션 모바일 메뉴 고정 노출
   - 모바일 햄버거 버튼 제거
   - PC 1차 메뉴 기준으로 모바일 메뉴 자동 출력
   - 기존 햄버거 위치에는 전화걸기 버튼 노출
========================================================= */
.pipe-mobile-service-menu,
.pipe-mobile-call-replace {
    display: none;
}

@media (max-width: 1024px) {
    /* 1024px 이하에서는 헤더 투명 배경을 흰색으로 고정 */
    #header,
    #header.on,
    #header:hover {
        background: #ffffff !important;
        background-color: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    #header .gnb > ul > li > a,
    #header.on .gnb > ul > li > a,
    #header:hover .gnb > ul > li > a {
        color: var(--body-color) !important;
    }

    /* 1024px 이하부터 햄버거 버튼 제거 */
    .mbtn {
        display: none !important;
    }

    /* 1024px 이하에서는 기존 슬라이드 GNB 대신 고정 메뉴만 사용 */
    #header .gnb_container {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        z-index: auto !important;
        display: block !important;
        width: auto !important;
        height: 0 !important;
        min-height: 0 !important;
        background: transparent !important;
        overflow: visible !important;
        border-bottom: 0 !important;
        pointer-events: none !important;
    }

    #header .gnb_container.on,
    #header .gnb_container:hover {
        left: auto !important;
        background: transparent !important;
        border-bottom: 0 !important;
    }

    #header .gnb_container .gnb {
        display: none !important;
        pointer-events: none !important;
    }

    /* 첨부 이미지 형태의 모바일 메뉴 */
    .pipe-mobile-service-menu {
        position: fixed;
        top: 11.2rem;
        left: 0;
        right: 0;
        z-index: 1000;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        min-height: 42px;
        margin: 0;
        padding: 0;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #b8b8b8;
        background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
        box-sizing: border-box;
        overflow: hidden;
        pointer-events: auto;
        -webkit-tap-highlight-color: transparent;
    }

    .pipe-mobile-service-menu a {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 42px;
        padding: 0 4px;
        pointer-events: auto;
        cursor: pointer;
        border-right: 1px solid #cfcfcf;
        border-bottom: 1px solid #dcdcdc;
        box-sizing: border-box;
        color: #111 !important;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -0.04em;
        text-align: center;
        text-decoration: none !important;
        word-break: keep-all;
        background: transparent;
    }

    .pipe-mobile-service-menu a:nth-child(4n) {
        border-right: 0;
    }

    .pipe-mobile-service-menu a.active {
/*
        color: #3c2b16 !important;
        background: #f0ebe5;
*/
    }

    .pipe-mobile-service-menu a:active {
/*        background: #eeeeee;*/
    }

    /* 기존 햄버거 버튼 위치의 전화걸기 버튼 */
    .pipe-mobile-call-replace {
        position: fixed;
        top: 4rem;
        right: 1.6rem;
        z-index: 1001;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: 36px;
        padding: 0 13px;
        border-radius: 999px;
        background: #3c2b16;
        color: #fff !important;
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -0.04em;
        text-decoration: none !important;
        white-space: nowrap;
        box-sizing: border-box;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
    }
}


@media (max-width: 1024px) {
    /* 모바일에서 기존 오버레이 메뉴가 터치 영역을 가리지 않도록 최종 보정 */
    #header .gnb_container,
    #header .gnb_container.on,
    #header .gnb_container:hover {
        height: 0 !important;
        min-height: 0 !important;
        background: transparent !important;
        pointer-events: none !important;
    }

    #header .gnb_container .gnb {
        display: none !important;
    }

    .pipe-mobile-service-menu,
    .pipe-mobile-service-menu a,
    .pipe-mobile-call-replace {
        pointer-events: auto !important;
    }
}
