<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************** ï¿½ï¿½ï¿½ ******************/
#header {
	position: fixed;
	top: 0;
	width: 100%;
    background: transparent;
    z-index: 9;
}
#header.drop {
	position: fixed;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
}
#header.white.basic.drop {
    background: rgba(255, 255, 255, 0.3);
}
#header.drop &gt; .inner {
	height: 80px;
}
#header.nav-up {
	top: -80px;
}
.header-top {
	height: 48px;
}
.header-top ul {
	display: flex;
    align-items: center;
    justify-content: end;
    margin-left: auto;
    height: 48px;
}
.header-top li {
	margin-left: 20px;
	font-size: 15px;
	opacity: 0.8;
}
#header &gt; .inner {
    position: relative;
    height: 100px;
}
#header &gt; .inner &gt; div {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.logo {
    width: 185px;
    vertical-align: middle;
}
.logo a {
    display: block;
    width: 200px;
    height: 80px;
    text-indent: -9000px;
}
#header.white .logo a {
    background: url("../img/main/logo-w.svg") no-repeat left center / 185px;
}
#header.white.basic .logo a {
    background: url("../img/main/logo.svg") no-repeat left center / 185px;
}
.menu-wrap .logo {
	position: absolute;
	top: 5px;
	left: 6%;
}
.menu-wrap .logo a {
	background: url("../img/main/logo-w.svg") no-repeat left center / 130px;
}
#gnb {
    vertical-align: middle;
}
#gnb &gt; ul &gt; li {
	position: relative;
    display: inline-block;
    margin-left: 50px;
    font-size: var(--font-regular);
	text-transform: uppercase;
    cursor: pointer;
}
#header.white.basic #gnb &gt; ul li &gt; a {
	color: var(--black-color);
}
#header.white #gnb &gt; ul li &gt; a {
	color: var(--white-color);
}
#gnb &gt; ul li &gt; a:hover {
	color: var(--primary-color);
}
#gnb &gt; ul &gt; li.active &gt; a {
	font-weight: bold;
	color: #f95e6e;
}
#gnb &gt; ul .deps2 {
	display: none;
    margin: 0 auto;
    padding: 15px 18px;
    width: 100%;
	min-width: 140px;
	position: absolute;
    top: 40px;
    left: 50%;
	transform: translateX(-50%);
    background: #f95e6e;
	border-radius: 10px;
    overflow-x: hidden;
}
#gnb li.active .deps2 {
	display: block;
}
#gnb &gt; ul .deps2 li:not(:last-child) {
	margin-bottom: 10px;
}
#gnb &gt; ul .deps2 li a {
	color: #fff;
    font-size: 15px;
	text-align: center;
}
#gnb &gt; ul .deps2 a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.inner:after {
	content: "";
	display: block;
	clear: both;
}
/****************** ï¿½ï¿½ï¿½ ******************/

/****************** ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½Þ´ï¿½ ******************/
.menu-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 80px 6% 0;
    background-color: rgba(134, 28, 35, 0.9);
    transition: right 0.3s ease-in-out;
    box-sizing: border-box;
	overflow-y: hidden;
    z-index: 10;
}
.mo-menu {
	padding-top: 60px;
}
.menu-wrap.show {
	right: 0;
}
.m-login {
	margin-bottom: 50px;
}
.m-login &gt; a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid var(--border-color);
}
.m-login &gt; a:last-child {
	border-right: 0;
}
.mo-menu .deps1 {
	width: 100%;
    height: 100%;
    padding: 20px 0;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
	cursor: pointer;
}
.mo-menu .deps1:first-child {
	padding-top: 0;
}
.mo-menu .deps1 a {
	display: block;
	padding: 0;
	font-size: 18px;
	line-height: initial;
	color: var(--white-color);
}
.mo-menu .deps1 &gt; a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 600;
}
.mo-menu .deps1 &gt; a .mArrow, .mo-menu .deps2 a .mArrow {
	float: right;
	margin-top: 12px;
	vertical-align: bottom;
	transition: all .4s ease-in;
}
/*
.mo-menu .deps1 &gt; a.active .mArrow {
	transform: rotate(180deg);
}
*/
.mo-menu .deps1 &gt; a.active {
	color: #00adec;
}
.mo-menu .deps1 span:first-child {
	display: block;
	font-size: 24px;
	font-weight: 500;
}
.mo-menu .deps1 span:last-child {
	display: block;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	/*transform: rotate(0deg);*/
	transition: all .3s ease-in;
}
.mo-menu .deps1:last-child span {
	font-size: 22px;
	font-weight: 700;
}
.mo-menu .deps1:last-child img {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
}
/*
.mo-menu .deps1:hover span:last-child {
	transform: rotate(360deg);
}
*/
.mo-menu .deps2 {
	display: none;
}
.mo-menu .deps2 li {
	width: 100%;
	display: block;
}
.mo-menu .deps2 a {
	margin: 14px 0;
}
.mo-menu .deps2 li:last-child a {
	margin-bottom: 0;
}
.mo-menu .deps2 .add &gt; a {
	padding: 10px 0 4px;
    margin: 0;
}
.mo-menu .deps1 &gt; a:after {
	content: "";
	display: block;
	clear: both;
}
.h-right {
	display: flex;
	align-items: center;
}
.tel {
	display: inline-block;
	margin-right: 20px;
	font-size: var(--font-regular);
	font-weight: bold;
	color: var(--primary-color);
}
.cont-btn {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 44px;
	border-radius: 10px;
	border:  #000;
	background: #000;
	overflow: hidden;
	cursor: pointer;
}
.cont-btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: var(--font-small);
	font-weight: 600;
	text-align: center;
	color: var(--white-color);
	/*animation: flowtxt infinite linear 4s;*/
}
/*
.cont-btn span:nth-child(2) {
	animation-delay: -1.32s;
}
.cont-btn span:nth-child(3) {
	animation-delay: -2.64s;
}
@keyframes flowtxt {
  0% {
    left: 100%;
  }
  100% {
    left: -110%;
  }
}
*/
/****************** ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½Þ´ï¿½ ******************/

/****************** ï¿½Ü¹ï¿½ï¿½ï¿½ ï¿½Þ´ï¿½ ******************/
.ham-btn {
	display: none;
	position: absolute;
	top: 50%;
    right: 0;
	transform: translateY(-50%);
    z-index: 99;
}
.btn-in {
	display: block;
	position: relative;
	width: 28px;
    height: 22px;
	cursor: pointer;
}
.close .btn-in, .close .btn-in span {
	display: inline-block;
	box-sizing: border-box;
}
.btn-in span, .close .btn-in span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background-color: var(--black-color);
}
#header.white .btn-in span, #header.white .close .btn-in span {
	background-color: var(--white-color);
}

#header.white.basic .btn-in span, #header.white.basic .close .btn-in span {
	background-color: var(--black-color);
}

header.active .btn-in span, .header:hover .btn-in span, .close .btn-in span {
	background: var(--black-color);;
}
.btn-in span:nth-of-type(1), .close .btn-in span:nth-of-type(1) {
	top: 0;
}
.btn-in span:nth-of-type(2), .close .btn-in span:nth-of-type(2) {
	top: 10px;
}
.btn-in span:nth-of-type(3), .close .btn-in span:nth-of-type(3) {
	bottom: 0;
}
.btn-in.active span:nth-of-type(1), .close .btn-in span:nth-of-type(1) {
	-webkit-transform: translateY (10px) rotate (-45deg);
	transform: translateY(10px) rotate(-45deg);
	background: var(--white-color);
}
.btn-in.active span:nth-of-type(2), .close .btn-in span:nth-of-type(2) {
	opacity: 0;
}
.btn-in.active span:nth-of-type(3), .close .btn-in span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	background: var(--white-color);
}

.close-btn {
	position: absolute;
	top: 24px;
    right: 5%;
    z-index: 99;
}
/****************** ï¿½Ü¹ï¿½ï¿½ï¿½ ï¿½Þ´ï¿½ ******************/

/****************** footer ******************/
footer {
	position: relative;
	background: #000;
	z-index: 3;
}
footer.section {
	position: relative;
}
footer .section-in {
	padding: 50px 0;
	border-top: 1px solid #100f0f;
}
footer .message {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: var(--font-medium);
	font-weight: 700;
	line-height: 1.5;
	color: var(--white-color);
	border-bottom: 1px solid #252525;
}
footer .message span {
	color: var(--secondary-color);
}
footer .bottom &gt; div:after {
	content: "";
	display: block;
	clear: both;
}
footer .f-info {
	font-size: var(--font-footer);
    line-height: 2;
	color: var(--white-color);
}
footer .f-info li {
	display: flex;
	gap: 22px;
	font-weight: 300;
}
footer .f-info strong {
	display: inline-block;
	margin-right: 8px;
	font-weight: 700;
}
footer .copy {
	display: block;
	margin-top: 5px;
	font-size: var(--font-footer);
	line-height: 1.4;
	color: #a5a5a5;
}
footer .f-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: end;
	gap: 15px 35px;
	width: 300px;
	font-size: var(--font-footer);
	text-align: right;
}
footer .section-in:after {
	content: "";
	display: block;
	clear: both;
}
footer .top-btn, footer .chat {
	display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
	right: 24px;
	bottom: 30px;
	width: 54px;
	height: 54px;
	border-radius: 24px;
	border: 1px solid var(--border-color);
	background: var(--white-color);
	z-index: 9;
	transition: all .3s;
}
footer .top-btn, footer .chat {
	bottom: 90px;
}
footer .chat {
	bottom: 24px;
	background: var(--primary-color);
	border-color: var(--primary-color);
}
footer .top-btn img {
	width: 14px;
}
footer .top-btn:hover {
	background: var(--light-gray-color);
}

.floating-btn.call {
	display: none;
	bottom: 90px;
	background: var(--black-color);
}
.floating-btn {
	position: fixed;
	right: 24px;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #fae100;
	border-radius: 24px;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
	cursor: pointer;
	z-index: 9;
}
footer .f-list {
	margin-bottom: 20px;
}
footer .f-list a {
	color: var(--white-color);
}
/****************** footer ******************/


@media all and (max-width:1501px) {
	#gnb &gt; ul &gt; li {margin-left: 30px;}
}


@media all and (max-width:1201px) {
	.logo {width: 140px;}
	.logo a, .menu-wrap .logo a {width: 140px; background-size: 140px !important;}
	.cont-btn {width: 145px;}

	footer .bottom {display: flex; flex-direction: column-reverse;}
	footer .f-list {margin-bottom: 15px;}
	footer .f-list {justify-content: start; gap: 10px 20px; width: auto; text-align: left;}

	footer .top-btn, footer .chat {width: 44px; height: 44px; border-radius: 16px;}
}


@media all and (max-width:1025px) {
	.fix #header.drop {background: transparent; backdrop-filter: none;}
	#header &gt; .inner {height: 80px;}
	#gnb, .header-top {display: none;}
	.ham-btn {display: block;}
	.mo-menu .deps1 &gt; a.cont-btn.mobile {width: 180px; height: 50px; position: absolute; bottom: 50px; left: 50%; justify-content: center; transform: translateX(-50%); color: var(--primary-color); z-index: 99;}
	.h-right {position: absolute; right: 45px;}
	.mo-menu .deps1:nth-child(5), .mo-menu .deps1:last-child {border-bottom: none;}

	.cont-btn {width: 110px;}
	.cont-btn span {font-size: 14px;}
	.cont-btn img {width: 13px;}

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

@media all and (max-width:641px) {
	#header &gt; .inner {height: 70px;}
	.logo, .menu-wrap .logo {width: 120px;}
	.logo a, .menu-wrap .logo a {width: 130px; background-size: 130px !important;}
	.cont-btn span {gap:  5px;}

	footer.section {padding: 50px 0;}
	footer .f-info li {display: block;}

	footer .top-btn {bottom: 80px;}
	footer .top-btn img {width: 12px;}
	footer .chat img {width: 22px;}
}

@media all and (max-width:641px) {
	.h-right {right: 38px;}
}
</pre></body></html>