/****************** Çì´õ ******************/
#header {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    background: transparent;
    z-index: 99;
}
#header.basic {
	position: relative;
}
#header.basic.drop {
	position: fixed;
}
#header.drop {
	background: rgba(255, 255, 255, 0.75);
}
.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 > .sec-in {
    position: relative;
	width: 90%;
    height: 110px;
}
#header > .sec-in > div {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.logo {
    width: 135px;
    vertical-align: middle;
}
#header.white .logo a {
    display: block;
    height: 80px;
    background: url("../img/main/logo.png") no-repeat left center / 135px;
    text-indent: -9000px;
}
#header.white.basic .logo a, #header.drop .logo a {	
    background: url("../img/main/logo.png") no-repeat left center / 135px;
}
#gnb {
    vertical-align: middle;
}
#gnb > ul {
	display: flex;
	align-items: center;
}
#gnb > ul > li {
	position: relative;
    display: inline-block;
    margin: 0 0 0 50px;
    font-size: var(--font-subtitle1);
	font-weight: 400;
	text-align: center;
    cursor: pointer;
}
#header.white #gnb > ul li > a {
	color: var(--white-color);
}
#header.white #gnb > ul li > a .black, #header.white.basic  #gnb > ul li > a .white, #header.drop  #gnb > ul li > a .white  {
	display: none;
}
#header.white.basic  #gnb > ul li > a, #header.drop  #gnb > ul li > a {
	color: var(--black-color);
}
#header.white.basic  #gnb > ul li > a .black, #header.drop  #gnb > ul li > a .black {
	display: block;
}
#header.white.basic  #gnb > ul li > a:hover, #header.drop  #gnb > ul li > a:hover {
	color: var(--primary-color);
}
#gnb > ul .deps2 {
	display: none;
    margin: 0 auto;
    padding: 12px 18px;
    width: 100%;
	min-width: 136px;
	position: absolute;
    top: 40px;
    left: 50%;
	transform: translateX(-50%);
    background: var(--white-color);
	border-top: 1px solid var(--primary-color);
    overflow-x: hidden;
}
#gnb li.active .deps2 {
	display: block;
}
#gnb > ul .deps2 li:not(:last-child) {
	margin-bottom: 8px;
}
#header.white #gnb > ul .deps2 li a {
    font-size: 15px;
	color: var(--black-color);
	text-align: center;
}
#header.white #gnb > ul .deps2 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: var(--primary-color);
}
/****************** Çì´õ ******************/


/****************** ¸ð¹ÙÀÏ ¸Þ´º ******************/
.menu-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 80px 6% 0;
    background-color: var(--primary-color);
    transition: right 0.3s ease-in-out;
    box-sizing: border-box;
	overflow-y: auto;
    z-index: 999;
}
.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: 14px 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;
	line-height: initial;
	color: var(--white-color);
}
.mo-menu .deps1 > a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 28px;
	font-weight: 500;
}
.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: none;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
	/*transform: rotate(0deg);*/
	transition: all .3s ease-in;
}
.mo-menu .deps1 > a.on span:first-child {
	display: none;
}
.mo-menu .deps1 > a.on span:last-child {
	display: block;
}
/*
.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;
	font-size: 20px;
}
.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-basic);
	font-weight: bold;
	color: var(--primary-color);
}
.cont-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	/*width: 136px;
	height: 44px;*/
	font-size: var(--font-small);
	color: var(--primary-color);
	/*border-radius: 25px;
	border: 1px solid var(--primary-color);
	background: var(--white-color);*/
	overflow: hidden;
	cursor: pointer;
	transition: all .3s ease-in;
}
.cont-btn:hover {
	font-weight: bold;
	background: #f5f5f5;
}
/****************** ¸ð¹ÙÀÏ ¸Þ´º ******************/


/****************** ÇÜ¹ö°Å ¸Þ´º ******************/
.ham-btn {
	display: none;
	position: absolute;
	top: 50%;
    right: 0;
	transform: translateY(-50%);
    z-index: 99;
}
.btn-in {
	display: block;
	position: relative;
	width: 26px;
    height: 18px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: var(--white-color);
}
.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: 0;
}
#header.white .btn-in span {
	background-color: var(--white-color);
}
#header.white.basic .btn-in span, #header.drop .btn-in span {
	background-color: var(--black-color);
}
#header.white.drop .btn-in {
	color: var(--black-color);
}
.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: 9px;
}
.btn-in span:nth-of-type(3), .close .btn-in span:nth-of-type(3) {
	bottom: 0;
}
.btn-in span:nth-of-type(3) {
	bottom: -2px;
}
.btn-in.active span:nth-of-type(3) {
	bottom: -4px;
}
.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: fixed;
	top: 24px;
    right: 5%;
    z-index: 99;
}
/****************** ÇÜ¹ö°Å ¸Þ´º ******************/


/****************** ÇªÅÍ ******************/
.f-banner {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #252527;
	z-index: 1;
}
.f-banner > .flex {
	justify-content: space-between;
}
.f-banner .left .text {
	font-size: var(--font-contitle2);
	line-height: 1.2;
	color: var(--white-color);
}
.f-banner .left .text strong {
	display: block;
}
.f-banner .left .text span {
	color: var(--primary-color);
}
.f-banner .left .btn-wrap {
	gap: 16px;
	margin-top: 25px;
}
.f-banner .left .btn-wrap a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	font-size: var(--font-subtitle2);
	font-weight: 600;
	background: var(--white-color);
	border-radius: 8px;
}
.f-banner .right .btn-wrap {
	gap: 10px;
	margin-bottom: 15px;
}
.f-banner .right .btn-wrap a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 20px;
	font-size: var(--font-header1);
	font-weight: 600;
	color: var(--white-color);
	background: var(--primary-color);
	border-radius: 8px;
}
.f-banner .right p {
	font-size: var(--font-body1);
	font-weight: 500;
	line-height: 1.2;
	color: var(--white-color);
}
.f-banner .right p span {
	color: var(--primary-color);
}
footer {
	padding: 60px 0;
}
footer .sec-in {
	justify-content: space-between;
}
footer .left p, footer .right p {
	margin-top: 20px;
	font-size: var(--font-body3);
}
footer .right li {
	display: flex;
	font-size: var(--font-body3);
	font-weight: 500;
	line-height: 1.8;
}
footer .right li span {
	display: inline-block;
	min-width: 145px; 
}
footer .right p {
	display: none;
}

.floating {
    flex-direction: column;
    align-items: end;
	gap: 8px;
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 3;
}
.floating li a {
	cursor: pointer;
}
.floating li:nth-child(-n+3) a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 20px;
	border-radius: 50px;
	background: var(--white-color);
	font-size: var(--font-subtitle1);
	font-weight: 600;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	transition: all .3s ease-in;
}
.floating li:nth-child(4) a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 20px;
	border-radius: 50px;
	font-size: var(--font-subtitle1);
	background: #f1f1f1;
	border-radius: 50px;
	border: 1px solid var(--border-color);
}
.floating li:nth-child(5) a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 20px;
	border-radius: 50px;
	font-size: var(--font-subtitle1);
	background: #f1f1f1;
	border-radius: 50px;
	border: 1px solid var(--border-color);
}
.floating li:nth-child(-n+3) a:hover {
	background: #f8fbff;
}
.floating li:nth-child(n+6) a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: var(--white-color);
}
.floating li:nth-child(5) a {
	/*display: none;*/
	background: #f2da00;
	background: #433d3d;
	color: var(--white-color);
}
.floating li:nth-child(6) a {
	display: none;
	background: #00c039;	
}
.floating li:nth-child(7) a {
	display: none;
	background: #ea3d63;	
}
.floating li:nth-child(8) a {
	display: none;
	background: #433d3d;
	color: var(--white-color);
}
.floating li:nth-child(5) a {
	/*display: none;*/
	background: #36bdb8;
	border: 1px solid #72ccd3;
	color: var(--white-color);
}
.floating li:nth-child(6) a {
	background: #f2da00;
	display: none;
	background: #433d3d;
	color: var(--white-color);
}
.floating li:nth-child(4) a.on, .floating li:nth-child(5) a.on, .floating li:nth-child(6) a.on, .floating li:nth-child(7) a.on {
	display: flex;
}
/****************** ÇªÅÍ ******************/


@media all and (max-width:1281px){
	#header > .sec-in {width: 95%; height: 100px;}
	.logo {width: 110px;}
	#header.white .logo a {background: url("../img/main/logo.png") no-repeat left center / 110px;}
	#gnb > ul > li {margin-left: 30px;}
}


@media all and (max-width:1025px) {
	#gnb, .header-top {display: none;}
	.ham-btn {display: block;}
	.mo-menu .deps1:last-child {border-bottom: none;}
	footer {padding: 50px 0;}
	footer .left img {width: 300px;}
	.f-banner .left .btn-wrap {gap: 10px;}
	.f-banner .left .btn-wrap a, .f-banner .right .btn-wrap a {padding: 12px 16px;}
	.f-banner .left .btn-wrap a img {width: 20px;}
	.f-banner .right .btn-wrap a {font-size: 22px;}
	.f-banner .right .btn-wrap a img {width: 20px;}
	.floating li:nth-child(-n+3) a {padding: 12px 16px;}
	.floating li:nth-child(-n+2) a img {width: 15px;}
	.floating li:nth-child(n+6) a {width: 54px; height: 54px; font-size: 14px;}
	.floating li:nth-child(n+6) a img {height: 22px;}
	.floating li:nth-child(6) a img {height: 25px;}
}

@media all and (max-width:877px) {
	#header > .sec-in {height: 90px;}
	.logo {width: 90px;}
	#header.white .logo a {background: url("../img/main/logo.png") no-repeat left center / 90px;}
	.f-banner {padding: 60px 0;}
	.f-banner > .flex {display: block;}
	.f-banner .left .text {text-align: center;}
	.f-banner .left .text strong {display: inline;}
	.f-banner .left .btn-wrap {margin: 15px 0 10px; justify-content: center;}
	.f-banner .right .btn-wrap {justify-content: center;}
	.f-banner .right p {text-align: center;}
	.f-banner .right .btn-wrap a {font-size: var(--font-subtitle2);}
	.f-banner .right .btn-wrap a img {width: 18px;}
	footer .left img {width: 210px;}
	footer .right li span {min-width: 120px;}
}

@media all and (max-width:641px) {
	#header > .sec-in {width: 90%;}
	footer .sec-in {display: block; padding: 0;}
	footer .left img {width: 250px;}
	footer .left p {display: none;}
	footer .right ul {margin: 30px 0 10px;}
	footer .right p {display: block;}
	.f-banner {padding: 40px 0;}
	.f-banner .left .btn-wrap a, .f-banner .right .btn-wrap a {padding: 10px 14px;}
	.f-banner .left .btn-wrap a img {width: 18px;}
	.f-banner .right .btn-wrap a {font-size: 20px;}
	.f-banner .right .btn-wrap a img {width: 18px;}
	.floating {gap: 5px;}
	.floating li:nth-child(-n+5) a {padding: 10px 14px;}
	.floating li:nth-child(-n+3) a img {width: 13px;}
	.floating li:nth-child(n+6) a {width: 50px; height: 50px; font-size: 14px;}
	.floating li:nth-child(n+6) a img {height: 20px;}
	.floating li:nth-child(6) a img {height: 23px;}
}

@media all and (max-width:481px) {
	.f-banner .right .btn-wrap {gap: 10px;}
	.f-banner .right .btn-wrap a {justify-content: center;}
	footer .right li span {min-width: 100px;}
	.floating {right: 20px;}
}