/*ÇªÅÍ*/
#footer .row:nth-child(1) div:nth-child(1) {
	height:90px;
	background:rgba(36, 16, 85, 0.8);
}
#footer .row div:nth-child(1) #sub-menu {
    display: flex;
    min-width: 100%;
    justify-content: center;
}
#sub-menu ul {
	width:100%;
	max-width: 1280px;
	display:flex;
	align-items:center;
}
#sub-menu ul .list-inline-item:last-child {
	margin-left:auto;
}
#sub-menu ul .list-inline-item:not(:last-child) {
	margin-right:40px;
}
#footer .row div nav ul li a {
	color:#ffffff;
	font-size:18px;
}
#footer .row {
	margin-right:0;
	margin-left:0;
}
#footer .row.main {
	padding-top:40px;
}
#footer .logo img {
	width:120px;
	height: 100%;
	transition-duration: 0.3s;
}
#footer .copy_area {
	display:flex;
	width:100%;
	max-width: 1280px;  
	align-items: flex-start;
}
#footer .container-fluid-bs .row:nth-child(2) {
	margin:0px auto 60px;
}
#footer .container-fluid-bs .row div:nth-child(2) {
	flex-direction:column;
	font-size:15px;
	font-weight:400;
}
#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(1) {
	padding-bottom:4px;
}
#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(2) {
	padding-bottom:16px;
}
#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(3) {
    font-size: 14px;
}
#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(1) span:not(:last-child),#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(2) span:not(:last-child) {
	padding-right:20px;
}
#footer .container-fluid-bs .row div span span {
	font-weight:600;
}

/*½ºÅ©·Ñ³×ºñ°ÔÀÌ¼Ç*/
#fp-nav.right {
	right:40px;
}
#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span {
	height:14px;
	width:14px;
	margin:-7px 0 0 -7px;
	background:#00CED1;
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
	height:8px;
	width:8px;
	background:#666;
	margin:-4px 0 0 -4px;
}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
	background:#00CED1;
}

/*»ó´ÜÀÌµ¿*/
.fp-viewing-2rdPage .t-scroll,.fp-viewing-3rdPage .t-scroll,.fp-viewing-4rdPage .t-scroll,.fp-viewing-5rdPage .t-scroll {
	transform:translate(0,-80px);
	transition:all 0.5s cubic-bezier(0.215,0.61,0.355,1);
	position:fixed;
	bottom:0px;
	right:34px;
}
.fp-viewing-2rdPage .t-scroll .smoothscroll,.fp-viewing-3rdPage .t-scroll .smoothscroll,.fp-viewing-4rdPage .t-scroll .smoothscroll,.fp-viewing-5rdPage .t-scroll .smoothscroll {
	display:flex;
	align-items:center;
	justify-content:center;
	height:40px;
	width:40px;
	border-radius:50%;
	background-color:rgba(36, 16, 85, 0.95);
	animation:fadein 1s;
	-moz-animation:fadein 1s;
	/* Firefox */
	-webkit-animation:fadein 1s;
	/* Safari and Chrome */
	-o-animation:fadein 1s;
	/* Opera */
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.t-scroll .material-symbols-outlined {
	color:#ffffff;
	padding-left:0px;
	font-weight:200;
	opacity:0.8;
}
.t-scroll .material-symbols-outlined:hover {
	color:#ffffff;
	font-weight:200;
	opacity:1.0;
}


.scroll {
	color:#fff;
	position: absolute;
	top: 50%;
	right: 21px;
	margin-top: 120px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.fp-viewing-4rdPage .scroll, .fp-viewing-5rdPage .scroll {
	color:#333;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.scroll-line {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 2px;
	height: 120px;
	overflow: hidden;
	background-color: #666;
}
.scroll-line:after {
	content: "";
    position: absolute;
    width: 2px;
    height: 120px;
    background-color: #00CED1;
    animation: scrolldown 3s ease-in-out infinite;
}
@keyframes scrolldown {
	0% {
		transform: translateY(-100%);
	}
	50% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

/*Å¸ºí·¿ °¡·Î, ³ëÆ®ºÏ*/
@media all and (max-width:1280px) {
}


/*Å¸ºí·¿ °¡·Î, ³ëÆ®ºÏ*/
@media screen and (max-width: 1024px) {
	#footer .row div nav ul li a {
		font-size: 13px;
	}
	#footer .logo img {
		width: 80px;
		transition-duration: 0.3s;
	}
	.scroll {
		display: none;
	}
	#footer .container-fluid-bs .row div:nth-child(2) {
		font-size: 14px;
	}
}

/*¸ð¹ÙÀÏ °¡·Î, Å¸ºí·¿ ¼¼·Î*/
@media screen and (max-width: 768px) {
	.copy_area .col-lg-3 {
		width:100%;
		justify-content: center;  
		margin-bottom: 20px;
	}
	#footer .copy_area {
		flex-direction: column;
	}
	#sub-menu ul {
		justify-content: center;
	}
	#sub-menu ul .list-inline-item:not(:last-child) {
		margin-right: 20px;
	}
	#sub-menu ul .list-inline-item:nth-child(3) {
		margin-left: 20px;
	}
	#sub-menu ul .list-inline-item:nth-child(2) {
		margin: 0;
	}
	#footer .row:nth-child(1) div:nth-child(1) {
		height: 50px;
	}
	#footer .container-fluid-bs .row div:nth-child(2) {
		width: 100%;
		font-size: 13px;
        text-align: center;
	}
	#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(3) {
		font-size: 12px;
	}
	#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(1) span:nth-child(1), #footer .container-fluid-bs .row div:nth-child(2) div:nth-child(2) span:nth-child(1) {
		display: flex;
        justify-content: center;
	}
	#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(1) span:not(:last-child), #footer .container-fluid-bs .row div:nth-child(2) div:nth-child(2) span:not(:last-child) {
		padding-right: 0px;
	}
	#footer .container-fluid-bs .row div:nth-child(2) div:nth-child(1) span:nth-child(2), #footer .container-fluid-bs .row div:nth-child(2) div:nth-child(2) span:nth-child(2) {
		padding-right: 20px;
	}
}

/*¸ð¹ÙÀÏ ¼¼·Î*/
@media screen and (max-width: 480px) {
}