/****************** Çì´õ ******************/
#header {
	position: sticky;
	top: 0;
	width: 100%;
    background: transparent;
    z-index: 2;
}
#header.drop {
	position: fixed;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
}
#header.drop > .inner {
	height: 80px;
}
.nav-up {
	top: -100px;
}
.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 > .inner {
    position: relative;
    height: 100px;
}
#header > .inner > div {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.logo {
    width: 202px;
    vertical-align: middle;
}
.logo a {	
    display: block;
    width: 200px;
    height: 80px;
    background: url("../img/main/logo.png") no-repeat left center / 130px;
    text-indent: -9000px;
}
.menu-wrap .logo {
	position: absolute;
	top: 5px;
	left: 6%;
}
.menu-wrap .logo a {
	background: url("../img/main/logo-w.png") no-repeat left center / 130px;
}
#gnb {
    vertical-align: middle;
}
#gnb > ul > li {
	position: relative;
    display: inline-block;
    margin-left: 44px;
    font-size: var(--font-regular);
	text-transform: uppercase;
    cursor: pointer;
}
#gnb > ul li > a {
	color: var(--black-color);
}
#gnb > ul li > a:hover {
	color: var(--main-color);
}
#gnb > ul > li.active > a {
	font-weight: bold;
	color: #f95e6e;
}
#gnb > 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 > ul .deps2 li:not(:last-child) {
	margin-bottom: 10px;
}
#gnb > ul .deps2 li a {
	color: #fff;
    font-size: 15px;
	text-align: center;
}
#gnb > 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: var(--main-color);
    transition: right 0.3s ease-in-out;
    box-sizing: border-box;
	overflow-y: hidden;
    z-index: 10;
}
.mo-menu {
	padding-top: 30px;
}
.menu-wrap.show {
	right: 0;
}
.m-login {
	margin-bottom: 50px;
}
.m-login > a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ddd;
}
.m-login > a:last-child {
	border-right: 0;
}
.mo-menu .deps1 {
	width: 100%;
    height: 100%;
    padding: 18px 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: #333;
}
.mo-menu .deps1 > a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 600;
}
.mo-menu .deps1 > a .mArrow, .mo-menu .deps2 a .mArrow {
	float: right;
	margin-top: 12px;
	vertical-align: bottom;
	transition: all .4s ease-in;
}
/*
.mo-menu .deps1 > a.active .mArrow {
	transform: rotate(180deg);
}
*/
.mo-menu .deps1 > 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: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 > a {
	padding: 10px 0 4px;
    margin: 0;
}
.mo-menu .deps1 > a:after {
	content: "";
	display: block;
	clear: both;
}
.h-right {
	display: flex;
	align-items: center;
}
.tel {
	display: inline-block;
	margin-right: 25px;
	font-size: var(--font-regular);
	font-weight: bold;
	color: var(--main-color);
}
.cont-btn {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid var(--main-color);
	background: var(--light-blue-color);
	overflow: hidden;
	cursor: pointer;
}
.cont-btn span {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	font-size: var(--font-menu);
	font-weight: 700;
	text-align: center;
	color: var(--main-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;
	background-color: var(--black-color);;
	border-radius: 4px;
}
.btn-in.active.revers span {
	background: #fff;
}
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.section {
	position: relative;
	padding: 68px 0;
}
footer .wrap-in {
	justify-content: space-between;
}
footer .f-info {
	font-size: 15px;	
    line-height: 2;
}
footer .f-info li {
	display: flex;
	gap: 22px;
}
footer .f-info strong {
	display: inline-block;
	margin-right: 8px;
}
footer .copy {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.4;
	opacity: 0.5;
}

.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;
}
/****************** ÇªÅÍ ******************/


@media all and (max-width:1501px) {
	.logo a {width: 150px;}
	#gnb > ul > li {margin-left: 30px;}
}


@media all and (max-width:1201px) {
	.logo {width: 100px;}
	.logo a, .menu-wrap .logo a {width: 100px; background-size: 100px;}
	.cont-btn {width: 100px; height: 46px;}
	.tel {margin-right: 15px;}
}


@media all and (max-width:1025px) {
	.fix #header.drop {background: transparent; backdrop-filter: none;}
	#header > .inner {height: 80px;}
	#gnb, .header-top {display: none;}
	.ham-btn {display: block;}
	.logo a, .menu-wrap .logo a {width: 140px;}
	.cont-btn {display: none;}
	.tel {margin-right: 50px;}
	.mo-menu .deps1 > a.cont-btn.mobile {width: 150px;position: absolute; bottom: 50px; left: 50%; justify-content: center; transform: translateX(-50%); color: var(--main-color); z-index: 99;}
	.mo-menu .deps1:last-child {border-bottom: none;}
}


@media all and (max-width:641px) {
	#header > .inner {height: 70px;}
	.logo, .menu-wrap .logo {width: 90px;}
	.logo a, .menu-wrap .logo a {width: 90px; background-size: 90px;}
	footer.section {padding: 50px 0;}
	footer .f-info li {display: block;}

	.floating-btn img {width: 24px;}
	.floating-btn.call {display: flex;}
}