@media screen and (min-width: 1680px){
	body, *{
		cursor: none !important;
	}
}
html {
	overflow-x: hidden;
	font-family: "Pretendard Variable";
	color: #1e1e1e;
}
#wrap {
	position: relative;
	background: #fff;
	z-index: 1;
}
header {
	width: 100%;
	height: 84px;
	/* position: fixed; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: 0.3s;
	mix-blend-mode: difference;
}
/* header.scroll{
    transform: translateY(-100%);
} */
header .inner {
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* position: fixed; */
	top: 0;
	/* transform: translateX(-50%); */
	left: 50%;
}
h1 {
	width: 110px;
	height: 24px;
}
h1 img:last-of-type,
.sub h1 img:first-of-type {
	display: none;
}
.sub h1 img:last-of-type {
	display: block;
}
.gnb_wp {
	display: flex;
	gap: 60px;
}
.gnb_inner a {
	font-size: 18px;
	color: #fff;
	font-weight: 800;
}
/* .sub .gnb_inner a {
	color: #1e1e1e;
} */
.menu_btn,
.gnb_inform {
	display: none;
}
footer {
	width: 100%;
	height: 400px;
	padding: 55px 296px 0;
	background: #121212;
	position: relative;
	z-index: 1;
}
footer h2 {
	margin-bottom: 45px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.87;
}
.ft_cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 41px;
}
.ft_left {
	display: flex;
	gap: 140px;
}
.ft_left li {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.ft_left li p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	color: #aaa;
}
.ft_right {
	height: 46px;
	padding: 0 51px 15px 0;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	background: url("../img/arrow_ico.svg") center right / 30px no-repeat;
	border-bottom: 1px solid #fff;
}
.ft_right span {
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.copy_right {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
/* 마우스 커서 */
#cursors{
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 999999;
	mix-blend-mode: difference;
}
#cursors .cursor{
	display: block;
	position: absolute;
	left: 50%;
    top: 50%;
	width: 14px;
    height: 14px;
	border-radius: 50%;
	background: #ffffff;
    transform: translate(-50%, -50%);
    transition: 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
#cursors.view{
	mix-blend-mode: unset;
}
#cursors.view .cursor{
	width: 100px;
	height: 100px;
	background: #0085FF;
}
#cursors.view .cursor::before{
	content: "View";
	position: absolute;
	left: 50%;
    top: 50%;
	color: #fff;
	font-weight: 600;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1760px){
	.ft_left {
		gap: calc(100vw * (110 / 1920));
	}
}
@media screen and (max-width: 1680px) {
	header {
		height: calc(100vw * (84 / 1680));
	}
	header .inner {
		width: calc(100vw * (1600 / 1680));
		padding: calc(100vw * (30 / 1680)) 0;
		margin: 0 auto;
	}
	h1 {
		width: calc(100vw * (110 / 1680));
		height: calc(100vw * (24 / 1680));
	}
	.gnb_wp {
		gap: calc(100vw * (60 / 1680));
	}
	.gnb_inner a {
		font-size: calc(100vw * (18 / 1680));
	}
	footer {
		height: calc(100vw * (400 / 1680));
		padding: calc(100vw * (55 / 1680)) calc(100vw * (200 / 1680)) 0;
	}
	footer h2 {
		margin-bottom: calc(100vw * (45 / 1680));
		font-size: calc(100vw * (16 / 1680));
	}
	.ft_cont {
		margin-bottom: calc(100vw * (41 / 1680));
	}
	.ft_left {
		gap: calc(100vw * (140 / 1680));
	}
	.ft_left li {
		font-size: calc(100vw * (16 / 1680));
	}
	.ft_left li p {
		margin-top: calc(100vw * (5 / 1680));
		font-size: calc(100vw * (18 / 1680));
	}
	.ft_right {
		height: calc(100vw * (46 / 1680));
		padding: 0 calc(100vw * (51 / 1680)) calc(100vw * (15 / 1680)) 0;
		font-size: calc(100vw * (36 / 1680));
		background: url("../img/arrow_ico.svg") center right /
			calc(100vw * (30 / 1680)) no-repeat;
	}
	.copy_right {
		font-size: calc(100vw * (16 / 1680));
	}
	#cursors{
		display: none !important;
	}
}
@media screen and (max-width: 769px) {
	html.fixed{
		overflow: hidden;
	}
	header {
		height: calc(100vw * (60 / 360));
	}
	header .inner {
		width: 100%;
		padding: calc(100vw * (20 / 360));
	}
	header.active {
		background: #fff;
		mix-blend-mode: unset;
	}
	header.sub {
		mix-blend-mode: unset;
	}
	header.scroll {
		transform: translateY(0);
	}
	h1 {
		position: relative;
		z-index: 110;
		width: calc(100vw * (87 / 360));
		height: calc(100vw * (19 / 360));
	}
	h1.active img:first-of-type {
		display: none;
	}
	h1.active img:last-of-type {
		display: block;
	}
	.gnb {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	.gnb.active {
		display: block;
	}
	.gnb_inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: calc(100vw * (103 / 360)) calc(100vw * (20 / 360))
			calc(100vw * (60 / 360));
		height: 100vh;
		background: #fff;
		overflow-y: auto;
	}
	.gnb_wp {
		display: flex;
		flex-direction: column;
		gap: calc(100vw * (40 / 360));
	}
	.gnb_list:nth-of-type(3) {
		position: relative;
	}
	.gnb_list:nth-of-type(3)::after {
		content: "152";
		position: absolute;
		top: 0;
		right: calc(100vw * (103 / 360));
		padding: calc(100vw * (4 / 360)) calc(100vw * (8 / 360));
		font-size: calc(100vw * (15 / 360));
		border-radius: calc(100vw * (50 / 360));
		color: #fff;
		background: #0085ff;
		box-shadow: 0px calc(100vw * (4 / 360)) calc(100vw * (4 / 360)) 0px
			rgba(0, 0, 0, 0.25);
		font-family: Libre Baskerville;
	}
	.gnb_inner a {
		font-size: calc(100vw * (40 / 360));
		color: #1e1e1e;
		font-weight: 600;
	}
	.gnb_inner span {
		font-family: "Libre Baskerville", serif;
	}
	.gnb_inform {
		display: block;
		padding-right: calc(100vw * (140 / 360));
		margin-top: calc(100vw * (20 / 360));
	}
	.gnb_inform a {
		padding-left: calc(100vw * (18 / 360));
		margin-bottom: calc(100vw * (12 / 360));
		font-size: calc(100vw * (12 / 360));
		font-weight: 700;
		text-decoration: underline;
		background: url("../img/down_ico.svg") center left / contain no-repeat;
	}
	.gnb_inform .address {
		margin-bottom: calc(100vw * (45 / 360));
		line-height: 1.6;
		letter-spacing: -0.04em;
	}
	.gnb_inform p {
		font-size: calc(100vw * (12 / 360));
		color: #666;
	}
	nav {
		width: calc(100vw * (26 / 360));
		height: calc(100vw * (10 / 360));
	}
	.menu_btn {
		display: block;
		position: relative;
		width: calc(100vw * (26 / 360));
		height: calc(100vw * (10 / 360));
		z-index: 110;
		cursor: pointer;
	}
	.menu_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: 0.3s;
	}
	.sub .menu_btn span {
		background: #1e1e1e;
	}
	.menu_btn.active span {
		transition: 0.3s;
		background: #1e1e1e;
	}
	.menu_btn span:first-of-type {
		top: 0;
	}
	.menu_btn span:last-of-type {
		bottom: 0;
	}
	.menu_btn.active span:first-of-type {
		top: calc(100vw * (9 / 360));
		transform: rotate(135deg);
	}
	.menu_btn.active span:last-of-type {
		bottom: 0;
		transform: rotate(-135deg);
	}
	footer {
		height: calc(100vw * (520 / 360));
		padding: calc(100vw * (55 / 360)) calc(100vw * (20 / 360)) 0;
	}
	footer h2 {
		margin-bottom: calc(100vw * (41 / 360));
		font-size: calc(100vw * (12 / 360));
	}
	.ft_cont {
		flex-direction: column;
		gap: calc(100vw * (72 / 360));
		margin-bottom: calc(100vw * (24 / 360));
	}
	.ft_left {
		flex-wrap: wrap;
		gap: calc(100vw * (31 / 360));
	}
	.ft_left li {
		font-size: calc(100vw * (12 / 360));
	}
	.ft_left li:first-of-type {
		width: 100%;
	}
	.ft_left li p {
		margin-top: calc(100vw * (5 / 360));
		font-size: calc(100vw * (13 / 360));
	}
	.ft_right {
		width: calc(100vw * (237 / 360));
		height: calc(100vw * (40 / 360));
		padding: 0 calc(100vw * (80 / 360)) calc(100vw * (10 / 360)) 0;
		font-size: calc(100vw * (24 / 360));
		background: url("../img/arrow_ico.svg") top calc(100vw * (5 / 360)) right /
			calc(100vw * (30 / 360)) no-repeat;
	}
	.copy_right {
		font-size: calc(100vw * (12 / 360));
	}
}
