* {
	outline: 0;
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, button,
time, mark, audio, video, a, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'sans-serif';
	font-style: normal;
}

html {
	-ms-touch-action: auto;
}

html, body, section {
	width: 100%;
}

legend, caption {
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

button {
	cursor: pointer;
	border: none;
	padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

li, dd {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

address, caption, em, cite, i, a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

iframe {
	width: 100%;
	vertical-align: middle;
}

caption {
	display: none;
}

figcaption {
	display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

strong {
	font-weight: bold
}

input[type="text"], input[type="number"], input[type="email"], input[type="search"],
input[type="password"], input[type="date"], input[type="tel"], select {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 7px;
	height: 40px;
	line-height: 1;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #999;
	font-size: 12px;
	font-family: 'Pretendard';
}

input[type="search"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

input[type='checkbox'], input[type='radio'] {
	vertical-align: middle;
	margin-top: 0;
	cursor: pointer;
}

input.disabled {
	background: #ffffff;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
	display: none;
}


select::-ms-expand {
	display: none;
}

select {
	cursor: pointer;
	outline: none;
	overflow: hidden;
	color: #999;
	width: 100%;
	;
}

textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border: 1px solid #cccccc;
	padding: 10px;
	color: #999;
}


.blind {
	position: absolute;
	top: -999999px;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix {
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	display: table;
	content: '';
}

.center {
	text-align: center;
	display: block;
	float: none !important;
}

.accessibility {
	display: none
}

.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: none;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.inner {
	width: 1400px;
	margin: 0 auto;
}


/* 헤더 공통 */
#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

#header.on {
	/*
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	*/
	animation: displayOn 0.5s ease-in-out;
	animation-fill-mode: forwards;
}

.fp-viewing-consulting #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}
	
.fp-viewing-development #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.fp-viewing-Services #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.fp-viewing-retail #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.fp-viewing-partnership #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.fp-viewing-partnership #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.fp-viewing-contacts #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.fp-viewing-footers #header {
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}



.fp-viewing-consulting #header .wrap {
	padding: 20px 50px;
}

.fp-viewing-development #header .wrap {
	padding: 20px 50px;
}

.fp-viewing-Services #header .wrap {
	padding: 20px 50px;
}

.fp-viewing-retail #header .wrap {
	padding: 20px 50px;
}

.fp-viewing-partnership #header .wrap {
	padding: 20px 50px;
}

.fp-viewing-contacts #header .wrap {
	padding: 20px 50px;
}

.fp-viewing-footers #header .wrap {
	padding: 20px 50px;
}



#header .wrap {
	padding: 40px 50px;
	transition: padding .5s;
}


#header.on .wrap {
	padding: 20px 50px;
}


#header .wrap.on {
	animation: displayOff 0.5s ease-in-out;
	animation-fill-mode: forwards;
}


#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#header {
	h1 a img, .all_menu_b img {
		max-height: 26px;
	}
	.all_menu_b img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

#header .gnb {
	float: right;
}

#header .gnb>ul>li {
	float: left;
	padding: 0 25px;
	position: relative;
}

#header .gnb>ul>li>a {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	display: block;
	transition: color 0.3s;
}

#header .gnb>ul>li>ul {
	position: absolute;
	left: -10%;
	top: 100%;
	width: 120%;
	padding: 30px 0;
	display: none;
	background-color: #416848;
}

#header .gnb>ul>li>ul li {
	text-align: center;
	margin-bottom: 24px;
}

#header .gnb>ul>li>ul li:last-child {
	margin-bottom: 0;
}

#header .gnb>ul>li>ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #AFC5B3;
	transition: color 0.3s;
}

#header .gnb>ul>li:hover>a {
	color: rgba(255, 255, 255, 0.5);
}

#header .gnb>ul>li>ul>li:hover>a {
	color: #ffffff;
}

#header .wrap {
	position: relative;
}

#header .all_menu_b {
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

#header .all_menu_b svg {
	width: 100%;
	height: 100%;
}

#header .all_menu .close_b {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: transparent;
	transform: rotate(45deg);
}

#header .all_menu .close_b span:nth-child(1) {
	width: 100%;
	height: 2px;
	background-color: #5b606a;
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
}

#header .all_menu .close_b span:nth-child(2) {
	width: 2px;
	height: 100%;
	background-color: #5b606a;
	display: block;
	position: absolute;
	left: 13px;
	top: 0;
}

#header .all_menu>ul>li {
	margin-bottom: 30px;
}

#header .all_menu>ul>li:last-child {
	margin-bottom: 0;
}

#header .all_menu>ul>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #313741;
	letter-spacing: -0.5px;
	display: block;
	position: relative;
}

#header .all_menu>ul>li>a:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #002870;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translate(0, -50%);
}

#header .all_menu>ul>li:hover>a {
	color: #002870;
}

#header .all_menu>ul>li:hover>a:after {
	width: 30px;
	transition: width .5s;
}

#header .all_menu>ul>li>ul {
	margin-top: 20px;
	display: none;
}

#header .all_menu>ul>li>ul.on {
	display: block;
}

#header .all_menu>ul>li>ul>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #494d54;
	opacity: .6;
	letter-spacing: -0.5px;
	display: block;
	transition: opacity .4s;
}

#header .all_menu>ul>li>ul>li:hover>a {
	opacity: 1;
}

#header .all_menu>ul>li>ul>li {
	margin-bottom: 12px;
}

#header .all_menu>ul>li>ul>li:last-child {
	margin-bottom: 0;
}

#header .all_menu .sub_b {
	margin-top: 10px;
	display: none;
}

#header .all_menu .sub_b li a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	opacity: .4;
	transition: opacity.3s;
}

#header .all_menu .sub_b li a:hover {
	opacity: 1;
}

#sitemap {
	display: none;
	height: 100vh;
	transition: opacity 1.4s;
}

#sitemap.on {
	display: table;
}

#sitemap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}

#sitemap:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(29, 29, 31, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	transition: transform 1s;
	transform: translateY(-100%);
}

#sitemap.act:before {
	transform: translateY(0);
}

#sitemap>div {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

#sitemap .inner:after {
	content: '';
	display: block;
	clear: both
}

#sitemap .inner>div {
	float: left;
	width: 50%
}

#sitemap .inner .right ul li a {
	display: block;
	font-size: 40px;
	color: #8F8F8F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	transition: 1s
}

#sitemap .inner .right ul li:hover a {
	color: #fff
}

#sitemap .inner .right ul li {
	margin-bottom: 60px;
}

#sitemap .inner .right ul li:last-child {
	margin-bottom: 0
}

#sitemap .inner .left {
	padding-top: 300px
}

#sitemap .inner .left strong {
	opacity: 0.9;
	color: #FFFFFF;
	display: block;
	font-weight: 500;
	font-size: 20px;
}

#sitemap .inner .left ul li {
	color: #ffffff;
	opacity: 0.7;
	font-weight: 300;
	margin-right: 40px;
	;
	margin-top: 20px;
	font-size: 16px;
}

#sitemap .inner .left ul li a {
	color: inherit;
}

#sitemap .inner .left ul li a:hover {
	color: #5692ff;
	text-decoration: underline;
}


#sitemap .inner .left ul li:nth-child(3) {
	clear: left
}

#sitemap .inner .left ul li span {
	color: #ffffff;
	display: inline-block;
	margin-right: 5px;
}

#sitemap button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(0);
	top: 20px;
	background: none;
	width: 32px;
	height: 32px;
	transition: transform .6s, opacity .4s;
	transition-delay: .2s, .4s;
	opacity: 0;
}

.fp-viewing-home #header #sitemap button {
	top: 35px;
}

#sitemap button span {
	display: block;
	background-color: #ffffff;
	position: absolute;
}

#sitemap button span:nth-child(1) {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 15px;
}

#sitemap button span:nth-child(2) {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 15px;
	transition: transform .6s;
}

#sitemap.act button span:nth-child(2) {
	transform: rotate(90deg);
}

#sitemap.act button {
	transform: translateX(-50%) rotate(45deg);
	opacity: 1;
	transition-delay: .4s, 0s;
}


#sitemap .bg {
	position: absolute;
	width: auto;
	right: 30px;
	bottom: 30px;
}

#sitemap .bg ul {
	position: relative
}

/* #sitemap .bg ul li:nth-child(1){bottom: 0;position: absolute} */

#sitemap .inner .left {
	transform: translateY(60px);
	opacity: 0
}

#sitemap.act .inner .left {
	transform: translateY(0);
	opacity: 1;
	transition: .8s;
	transition-delay: 0.6s
}

#sitemap .inner .right ul li {
	transform: translateY(60px);
	opacity: 0;
	position: relative
}

#sitemap .inner .right ul li:after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	top: -20px;
	left: 0;
	background: #ffffff;
	transition: 0.6s
}

#sitemap .inner .right ul li:hover:after {
	width: 54px
}

#sitemap.act .inner .right ul li {
	transform: translateY(0);
	opacity: 1;
	transition: transform .8s, opacity .8s;
	transition-delay: 0.6s
}

#sitemap.act .inner .right ul li:nth-child(1) {
	transition-delay: 0.8s
}

#sitemap.act .inner .right ul li:nth-child(2) {
	transition-delay: 1.0s
}

#sitemap.act .inner .right ul li:nth-child(3) {
	transition-delay: 1.2s
}

#sitemap.act .inner .right ul li:nth-child(4) {
	transition-delay: 1.4s
}

#sitemap.act .inner .right ul li:nth-child(5) {
	transition-delay: 1.6s
}

#sitemap.act .inner .right ul li:nth-child(6) {
	transition-delay: 1.8s
}

#sitemap.act .inner .right ul li:nth-child(7) {
	transition-delay: 2.0s
}

#sitemap .bg ul li {
	transform: scale(0.7);
	opacity: 0
}

#sitemap.act .bg ul li {
	transform: scale(1);
	opacity: 1;
	transition: 1.2s;
	transition-delay: 0.6s
}

#sitemap.act .bg ul li:nth-child(1) {
	transition-delay: 2s
}

#sitemap.act .bg ul li:nth-child(2) {
	transition-delay: 2.2s
}

#sitemap .bg ul li img {
	max-height: 200px;
}


#footer {
	padding: 65px 50px;
	padding-top: 120px;
}

#footer .wrap {
	position: relative;
}

#footer .wrap .f_logo {
	margin-bottom: 25px;
}

#footer .wrap .txt strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	display: block;
	margin-bottom: 12px;
}

#footer .wrap .txt address {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 34px;
}

#footer .wrap .txt address span {
	color: rgba(139, 139, 139, 0.7);
}

#footer .wrap .txt address i {
	display: inline-block;
	width: 40px;
}

#footer .wrap .txt .copy {
	font-size: 16px;
	color: #656565;
	margin-top: 60px;
	display: block;
}

#footer2 {
	padding: 65px 50px;
	padding-top: 120px;
	padding-bottom: 24px;
}

#footer2 .wrap {
	position: relative;

	.f_logo img {
		max-width: 180px;
		filter: brightness(0.6) grayscale(100%);
	}
}


#footer2 .wrap .f_logo {
	margin-bottom: 16px;
}

#footer2 .wrap .txt strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	display: block;
	margin-bottom: 16px;
}

#footer2 .wrap .txt address {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 16px;
}

#footer2 .wrap .txt address a {
	color: inherit;
}

#footer2 .wrap .txt address a:hover {
	color: #5692ff;
	text-decoration: underline;
}

/* #footer2 .wrap .txt address span{ color: rgba(139,139,139,0.7); } */
#footer2 .wrap .txt address i {
	display: inline-block;
	width: 40px;
}

#footer2 .wrap .txt .copy {
	font-size: 16px;
	color: #656565;
	display: block;
}

#footer2 .wrap .txt .last {
	margin-top: 16px;
}


@media (max-width: 1600px) {
	#header .gnb>ul>li>a {
		font-size: 14px;
	}

	#header .gnb>ul>li {
		padding: 0 15px;
	}
}

@media (max-width: 1216px) {
	#header .wrap {
		padding: 40px 20px;
	}

	#header.on .wrap {
		padding: 20px;
	}

	.fp-viewing-consulting #header .wrap {
		padding: 20px;
	}

	.fp-viewing-development #header .wrap {
		padding: 20px;
	}

	.fp-viewing-Services #header .wrap {
		padding: 20px;
	}

	.fp-viewing-retail #header .wrap {
		padding: 20px;
	}

	.fp-viewing-partnership #header .wrap {
		padding: 20px;
	}

	.fp-viewing-contacts #header .wrap {
		padding: 20px;
	}

	.fp-viewing-footers #header .wrap {
		padding: 20px;
	}

}

@media (max-width: 1100px) {
	#header .gnb {
		display: none;
	}

	#header .all_menu_b {
		transform: translate(0, -50%);
		left: auto;
		right: 20px;
	}

	#sitemap .inner .right ul {
		display: inline-block;
	}

	#sitemap .inner .right ul li a {
		text-align: left;
	}

	#sitemap button {
		transform: translateX(0) rotate(0);
		left: auto;
		right: 17px;
		top: 32px;
	}

	#sitemap.act button {
		transform: translateX(0) rotate(45deg);
	}

	#sitemap.on button {
		top: 20px;
	}
}

@media (max-width: 1000px) {
	#sitemap .inner .left {
		display: none
	}

	#sitemap .inner>div {
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 5
	}

	#sitemap .bg {
		right: 20px;
		bottom: 80px;
	}

	#sitemap .inner .right ul li:after {
		display: none
	}

	#sitemap .inner .right ul li a {
		color: #ffffff;
	}

}

@media (max-width: 880px) {
	#sitemap .inner .right ul li {
		margin-bottom: 15px;
	}

	#sitemap .inner .right ul li a {
		font-size: 25px;
	}

	#sitemap .bg ul li img {
		width: 200px;
	}

	#footer .wrap .txt strong {
		font-size: 13px;
		margin-bottom: 10px;
	}

	#footer .wrap .txt address {
		font-size: 13px;
	}

	#footer .wrap .txt address i {
		width: 20px;
	}

	#footer .wrap .txt .copy {
		font-size: 12px;
		margin-top: 40px;
	}

	#footer {
		padding: 40px 20px;
	}

	#footer2 .wrap .txt strong {
		font-size: 13px;
		margin-bottom: 10px;
	}

	#footer2 .wrap .txt address {
		font-size: 13px;
	}

	#footer2 .wrap .txt address i {
		width: 20px;
	}

	#footer2 .wrap .txt .copy {
		font-size: 12px;
		margin-top: 10px;
	}

	#footer2 {
		padding: 40px 20px;
	}

	#sitemap>div>div>.right {
		transform: translateY(-32%);
	}
}


@media (max-width: 660px) {
	.fp-viewing-home #header #sitemap button {
		top: 15px;
	}

	#footer .wrap .f_logo {
		position: static;
		margin-bottom: 15px;
	}

	#footer .wrap .f_logo svg {
		width: 90px;
	}

	#footer2 .wrap .f_logo {
		position: static;
		margin-bottom: 15px;
	}

	#footer2 .wrap .f_logo svg {
		width: 90px;
	}

	#footer2 .wrap .txt address .br2 {
		display: block;
	}

	#header .wrap {
		padding: 20px !important;
	}

	#header h1 a svg {
		width: 90px;
	}

	#sitemap button {
		top: 15px !important;
	}

	#sitemap.on button {
		top: 15px !important;
	}

	#footer2 {
		padding-bottom: 18px;
	}

	#footer2 .wrap .f_logo {
		margin-bottom: 10px;
	}

	#footer2 .wrap .txt address {
		margin-bottom: 5px;
	}

	#footer2 .wrap .txt address {
		line-height: 25px;
	}
}


/* animation */
@keyframes displayOn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes displayOff {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
	}
}