@charset "UTF-8";

header.sub {
	background: #fff;
	height: 100px;
}

header.sub::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: calc(100% - 1px);
	z-index: 1;
	opacity: 0.5;
}

.wrap.sub {
	opacity: 1;
}

.in_1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.in_1300 {
	max-width: 1300px;
	margin: 0 auto;
}

.in_1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.in_1680 {
	max-width: 1680px;
	margin: 0 auto;
}

.svis {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 0 100px;
}

.svis .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: 0;
	transition: 3s;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.3);
}

.svis.sv01 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis01.jpg) no-repeat center / cover;
}

.svis.sv02 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis02.jpg) no-repeat center / cover;
}

.svis.sv03 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis03.jpg) no-repeat center / cover;
}

.svis.sv04 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis04.jpg) no-repeat center / cover;
}

.svis.sv05 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis05.jpg) no-repeat center / cover;
}

.svis.sv06 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis06.jpg) no-repeat center / cover;
}

.svis.sv07 .bg {
	background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0)), url(../images/svis07.jpg) no-repeat center / cover;
}

/* .svis.sv01 .bot {
	display: none;
} */

.title-wrap {
	max-width: 1408px;
	width: 100%;
	margin: 50px auto 0;
	color: #e7c894;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.title-wrap .top .eng {
	font-size: 70px;
	font-family: 'Pretendard';
}

.title-wrap .top .ko {
	font-size: 20px;
	letter-spacing: -0.05em;
}

.title-wrap .bot {
	font-size: 24px;
	letter-spacing: -0.05em;
	font-weight: 200;
	position: relative;
	text-align: center;
}

.title-wrap .bot b {
	font-weight: 600;
}

.title-wrap .bot::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgb(231 200 148 / 50%);
	top: -13px;
	left: 0;
}

@media(min-width:1025px) {
	.svis.sv01 .bot {
		width: 330px;
	}

	.svis.sv02 .bot {
		width: 350px;
	}

	.svis.sv03 .bot {
		width: 410px;
	}

	.svis.sv04 .bot {
		width: 330px;
	}

	.svis.sv05 .bot {
		width: 420px;
	}

	.svis.sv06 .bot {
		width: 365px;
	}

	.svis.sv07 .bot {
		width: 470px;
	}
}

@media (max-width: 1300px) and (min-width:768px) {
	.svis.sv01 .bot {
		width: 270px;
	}

	.svis.sv02 .bot {
		width: 290px;
	}

	.svis.sv03 .bot {
		width: 340px;
	}

	.svis.sv04 .bot {
		width: 270px;
	}

	.svis.sv05 .bot {
		width: 340px;
	}

	.svis.sv06 .bot {
		width: 300px;
	}

	.svis.sv07 .bot {
		width: 380px;
	}
}

.content-wrap {
	position: relative;
	max-width: 1408px;
	width: 100%;
	margin: 0 auto;
}


.stiky-wrap {
	display: contents;
	position: fixed;
	top: 0;
	left: 0;
}

.stiky-box {
	width: 100%;
	position: sticky;
	top: 0;
	margin: -99px 0 0;
	padding: 99px 0px 0;
	z-index: 10;
}

.stiky-box .stiky-cont {
	width: 100%;
	background-color: #f7f7f7;
}

/* .stiky .s-c::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: #ddd;
		opacity: 0.5;
	} */

.stiky-box .stiky-contents {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	max-width: 1408px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 1300px) {
	.stiky-box {
		padding: 79px 0px 0;
		margin-top: -79px;
	}
}


.sub-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 28px;
	/* margin-top: 20px; */
	/* padding: 0 20px; */
}

.sub-nav .home {
	width: 30px;
	height: 30px;
	background: url(../images/sub-home.svg) no-repeat center;
}

.sub-nav .home a {
	display: block;
	width: 100%;
	height: 100%;
}

.sub-nav ul {
	display: flex;
	gap: 40px;
}

.sub-nav ul li a {
	line-height: 32px;
	position: relative;
	/* font-size: 17px; */
}

.sub-nav ul li.on a {
	font-weight: 600;
}

.sub-nav ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #7a6e66;
	bottom: -6px;
	left: 0;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: 0.6s;
}

.sub-nav ul li {
	position: relative;
}

/* .sub-nav ul li.on::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background: #7a6e66;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	border: 2px solid #fff;
} */

.sub-nav ul li.on a::after {
	transform: none;
}

.sub-nav ul li a:hover::after {
	transform: none;
}

/* .util-btn {
	position: absolute;
	right: 20px;
	top: -3px;
} */

@media (max-width: 1024px) and (min-width: 767px) {
	.title-wrap {
		padding: 30px 20px 0;
		align-items: center;
		margin: 0 auto;
	}

	.title-wrap .top .eng {
		font-size: 50px;
	}

	.title-wrap .top .ko {
		font-size: 16px;
	}

	.title-wrap .bot {
		font-size: 18px;
		width: 260px;
		text-align: center;
	}

	.title-wrap .bot b {
		font-weight: 600;
	}

	.title-wrap .bot::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: rgb(231 200 148 / 50%);
		top: -13px;
		left: 0;
	}

	.sub-nav ul {
		display: flex;
		gap: 30px;
	}

	.sub-nav ul li a {
		line-height: 30px;
		position: relative;
		font-size: 15px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.svis {
		height: 300px;
	}

	.title-wrap {
		padding-top: 60px;
	}

}

@media (max-width: 1024px) {
	.sub-nav {
		display: none;
	}

	.util-btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.title-wrap {
		padding: 40px 20px 0;
		align-items: center;
		margin: 0 auto;
	}

	.title-wrap .top .eng {
		font-size: 36px;
	}

	.title-wrap .top .ko {
		font-size: 13px;
	}

	.title-wrap .bot {
		font-size: 14px;
		width: 190px;
		text-align: center;
	}

	.title-wrap .bot b {
		font-weight: 600;
	}

	.title-wrap .bot::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: rgb(231 200 148 / 50%);
		top: -13px;
		left: 0;
	}

	.sub-nav {
		box-sizing: border-box;
		padding: 0 20px;
		justify-content: center;
		margin-top: 10px;
	}

	.sub-nav .home {
		display: none;
	}

	.sub-nav ul {
		display: flex;
		gap: 30px;
	}

	.sub-nav ul li a {
		line-height: 30px;
		position: relative;
		font-size: 13px;
	}

	.sub-nav ul li.on::before {
		top: -15px;
		width: 11px;
		height: 11px;
	}

	.util-btn {
		display: none;
	}
}

/* submenu mobile */
.submenu-m {
	position: relative;
	vertical-align: middle;
	min-width: 207px;
	/* background-color: #7f7e7e; */
	/* border-radius: 5px; */
	display: none;
}

.submenu-m>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	/* z-index: 10; */
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	text-align: left;
	padding: 10px 0px 10px 0px;
	transition: all .2s;
	text-decoration: none;
}

.submenu-m>a:hover, .submenu-m>a:focus {
	color: #000;
	font-weight: 600;
}

.submenu-m .icon {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 17px;
	overflow: hidden;
	vertical-align: middle;
}

.submenu-m .icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
	margin-top: -4px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}

.submenu-m .icon.rotate:before {
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	margin-top: 2px;
}

.submenu-m ul {
	position: absolute;
	top: 52px;
	width: 100%;
	border: 1px solid #ddd;
	/* border-radius: 5px; */
	padding: 10px 15px;
	background: #fff;
	display: none;
	/* opacity: 0; */
}

.submenu-m ul li a {
	display: block;
	position: relative;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.submenu-m ul li a:hover {
	color: #7a6e66;
	font-weight: 600;
}

.submenu-m ul.opacity {
	display: block;
	/* opacity: 1; */
}

@media all and (max-width:1024px) {
	.submenu-m {
		width: 100%;
		display: block;
	}

	.submenu-m ul {
		top: 52px;
	}
}


@media all and (max-width: 1400px) and (min-width: 1025px) {
	.contents .content {
		padding: 100px 20px 120px;
	}
}

@media all and (min-width:1025px) {
	.svis {
		height: 500px;
	}

	.contents .content {
		padding: 100px 20px 120px;
	}

	.svis.active .bg {
		transform: translate(-50%, -50%) scale(1.01);
	}

	.svis .title-wrap {
		transform: translateY(20%);
		opacity: 0;
		transition: 0.8s;
	}

	.svis.active .title-wrap {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 1300px) {
	header.sub {
		height: 80px;
	}
}

@media (max-width: 1300px) and (min-width:768px) {

	/* .content-wrap{padding: 0 100px;} */
	.svis {
		height: 320px;
	}

	.title-wrap .top .eng {
		font-size: 4rem;
	}

	.title-wrap .top .ko {
		font-size: 1.3rem;
	}

	.title-wrap .bot {
		font-size: 1.4rem;
	}

	.sub-nav ul {
		gap: 30px;
	}

	.sub-nav ul li a {
		font-size: 1.6rem;
	}
}

@media all and (max-width: 1024px) {
	.contents .content {
		padding: 60px 20px 80px;
	}

	.svis.active .bg {
		transform: translate(-50%, -50%) scale(1);
	}

	.svis .title-wrap {
		transform: translateY(15%);
		opacity: 0;
		transition: 0.8s;
	}

	.svis.active .title-wrap {
		transform: translateY(0);
		opacity: 1;
	}

	header.sub {
		height: 80px;
	}

	/* .sub-nav {
		padding: 0 20px;
	} */
}

@media all and (max-width:1024px) and (min-width:768px) {
	header.sub {
		height: 80px;
	}
}

@media all and (max-width: 768px) {
	.svis {
		height: 260px;
		padding: 0 20px;
	}
}

/* sub11 */
.sub11-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.sub11-top .rig {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 16px;
}

.sub11-top .rig .top {
	font-size: 18px;
	color: #7a6e66;
	display: flex;
	gap: 36px;
}

.sub11-top .rig .top>div {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 0;
}

.sub11-top .rig .top .lef {
	width: 290px;
}

.sub11-top .rig .top .rig {
	width: 150px;
}

.sub11-top .rig .top .num {
	font-size: 90px;
	font-family: 'Cinzel';
	font-weight: 600;
	letter-spacing: 0.05em;
}

.sub11-top .rig .bot {
	font-size: 35px;
	letter-spacing: -0.05em;
	font-weight: 200;
	color: #231916;
}

.sub11-top .rig .bot b {
	font-weight: 600;
}

.sub11-vis {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.sub11-vis .thumbs {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 10px;
	align-items: flex-end;
}

.sub11-vis .thumbs .navigation {
	display: flex;
	gap: 5px;
}

.sub11-vis .thumbs ul {
	display: flex;
	gap: 10px;
}

.sub11-vis .thumbs .prev,
.sub11-vis .thumbs .next {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.sub11-vis .thumbs .prev {
	background: url(../images/sub11-prev.jpg) no-repeat center;
}

.sub11-vis .thumbs .next {
	background: url(../images/sub11-next.jpg) no-repeat center;
}

.sub11-vis .thumbs ul li {
	width: 180px;
	cursor: pointer;
}

.sub11-information {
	margin-top: 100px;
}

.sub11-information .title {
	font-size: 14px;
	color: #231916;
	letter-spacing: 0.05em;
	font-weight: 600;
	position: relative;
	font-family: 'Cinzel';
	text-transform: uppercase;
	margin-bottom: 50px;
}

.sub11-information .title span {
	position: relative;
}

.sub11-information .title span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #231916;
	bottom: -2px;
	left: 0;
}

.sub11-information ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px 68px;
}

.sub11-information ul li {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sub11-information ul li .top {
	display: block;
	width: 100%;
	line-height: 48px;
	border-bottom: 1px solid #7a6e66;
	letter-spacing: -0.025em;
	color: #7a6e66;
}

.sub11-information ul li .bot {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.025em;
	color: #231916;
}

.sub11-video {
	margin-top: 200px;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.sub11-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.sub11-video .logo-wrap {
	position: absolute;
	width: 100%;
	height: 243px;
	top: -63px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.sub11-video .logo-wrap .images {
	position: relative;
	width: 412px;
	height: 243px;
}

.sub11-video .logo-wrap .images img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	z-index: 1;
}

@media (max-width: 1300px) and (min-width:768px) {
	.sub11-top .lef {
		width: 250px;
	}

	.sub11-top .rig .top {
		gap: 0 10px;
	}

	.sub11-top .rig .top .num {
		font-size: 5rem;
	}

	.sub11-top .rig .top .rig {
		width: 120px;
	}

	.sub11-top .rig .bot {
		font-size: 1.8rem;
	}

	.sub11-information .title {
		margin-bottom: 40px;
	}

	.sub11-information ul {
		gap: 20px 50px;
	}

	.sub11-information ul li {
		gap: 0 5px;
	}

	.sub11-information ul li .top {
		line-height: 40px;
		font-size: 1.2rem;
	}

	.sub11-information ul li .bot {
		font-size: 1.3rem;
	}

	.sub11-video {
		margin-top: 160px;
	}

	.sub11-video .logo-wrap {
		top: -100px;
	}

	.sub11-video .logo-wrap .images {
		width: 300px;
		height: 177px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.sub11-top .rig {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
		gap: 8px;
	}

	.sub11-top .rig .top {
		font-size: 14px;
		color: #7a6e66;
		display: flex;
		gap: 18px;
	}

	.sub11-top .rig .top .lef {
		width: auto;
	}

	.sub11-top .rig .top .rig {
		width: auto;
	}

	.sub11-top .rig .top .num {
		font-size: 48px;
		font-family: 'Cinzel';
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	.sub11-top .rig .bot {
		font-size: 14px;
		letter-spacing: -0.05em;
		font-weight: 200;
		color: #231916;
	}
}

@media (max-width: 768px) {
	.sub11-top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}

	.sub11-top .lef {
		width: 40%;
	}

	.sub11-top .rig {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.sub11-top .rig .top {
		font-size: 14px;
		color: #7a6e66;
		display: flex;
		gap: 18px;
	}

	.sub11-top .rig .top .lef {
		width: auto;
	}

	.sub11-top .rig .top .rig {
		width: auto;
	}

	.sub11-top .rig .top .num {
		font-size: 38px;
		font-family: 'Cinzel';
		font-weight: 600;
		letter-spacing: 0.05em;
	}

	.sub11-top .rig .bot {
		font-size: 14px;
	}

	.sub11-vis {
		margin-top: 20px;
	}

	.sub11-vis .thumbs ul {
		display: flex;
		gap: 10px;
	}

	.sub11-vis .thumbs .navigation {
		display: none;
	}

	.sub11-vis .thumbs ul li {
		width: 33%;
		cursor: pointer;
	}

	.sub11-information {
		margin-top: 30px;
	}

	.sub11-information .title {
		font-size: 10px;
		margin-bottom: 30px;
	}

	.sub11-information ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 16px;
	}

	.sub11-information ul li {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.sub11-information ul li .top {
		line-height: 32px;
		font-size: 12px;
	}

	.sub11-information ul li .bot {
		font-size: 14px;
		line-height: 20px;
	}

	.sub11-video {
		margin-top: 80px;
	}

	.sub11-video .logo-wrap {
		height: 25vw;
		top: -7vw;
	}

	.sub11-video .logo-wrap img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}


/* sub11 모션 */

.sub11-top .lef {
	transform: translateX(-15%);
	opacity: 0;
	transition: 0.8s;
}

.sub11-top.active .lef {
	transform: translateY(0);
	opacity: 1;
}

.sub11-top .rig {
	transform: translateX(15%);
	opacity: 0;
	transition: 0.8s;
}

.sub11-top.active .rig {
	transform: translateY(0);
	opacity: 1;
}

.sub11-vis .swiper-container {
	transform: translateY(30%);
	opacity: 0;
	transition: 1.4s;
}

.sub11-vis.active .swiper-container {
	transform: translateY(0);
	opacity: 1;
}

.sub11-vis .thumbs {
	transform: translateX(-10%);
	opacity: 0;
	transition: 1.4s;
}

.sub11-vis.active .thumbs {
	transform: translateX(0);
	opacity: 1;
	transition-delay: .8s;
}

.sub11-information .title {
	filter: blur(40px);
	transform: translateX(60px);
	opacity: 0;
	transition: 1.2s;
}

.sub11-information.active .title {
	filter: blur(0);
	transform: translateX(0);
	opacity: 1;
}

.sub11-information li .top {
	transform: translateY(30%);
	opacity: 0;
	transition: 0.8s;
}

.sub11-information.active li .top {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .4s;
}

.sub11-information li .bot {
	transform: translateY(30%);
	opacity: 0;
	transition: 0.8s;
}

.sub11-information.active li .bot {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .6s;
}

.sub11-video .logo-wrap img:first-of-type {
	transform: translateX(60px);
	opacity: 0;
	transition: 0.8s;
}

.sub11-video.active .logo-wrap img:first-of-type {
	transform: translateX(0);
	opacity: 1;
}

.sub11-video .logo-wrap img:last-of-type {
	transform: translateX(-60px);
	opacity: 0;
	transition: 0.8s;
}

.sub11-video.active .logo-wrap img:last-of-type {
	transform: translateX(0);
	opacity: 1;
}

.sub11-video .logo-wrap.fade {
	opacity: 0;
	transition: 0.8s;
}

.sub11-video iframe {
	transform: translateY(60px);
	opacity: 0;
	transition: 0.8s;
}

.sub11-video.active iframe {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .5s;
}

/* sub12 */
.sub12-title1 {
	font-size: 35px;
	letter-spacing: -0.05em;
	color: #231916;
	text-align: center;
	font-weight: 200;
	margin-bottom: 150px;
}

.sub12-title1 b {
	font-weight: 600;
}

.sub12-item~.sub12-item {
	margin-top: 200px;
}

.sub12-top {
	display: flex;
	justify-content: space-between;
}

.sub12-top .section-title {
	font-size: 14px;
	color: #231916;
	letter-spacing: 0.05em;
	font-weight: 600;
	position: relative;
	font-family: 'Cinzel';
	text-transform: uppercase;
	margin-bottom: 50px;
}

.sub12-top .section-title span {
	position: relative;
}

.sub12-top .section-title span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #231916;
	bottom: -2px;
	left: 0;
}

.sub12-top .rig .main-title,
.sub12-top .rig .sub-title {
	text-align: right;
}

.sub12-top .main-title {
	font-size: 70px;
	font-family: 'Cinzel';
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #7a6e66;
}

.sub12-top .main-title span {
	position: relative;
}

.sub12-top .rig .main-title span::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #7a6e66;
	top: 14px;
	left: -15px;
	border-radius: 50%;
}

.sub12-top .lef .main-title span::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #7a6e66;
	top: 14px;
	right: -15px;
	border-radius: 50%;
}

.sub12-top .sub-title {
	font-size: 70px;
	font-family: 'Cinzel';
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #e3dad1;
}

.sub12-top .sub-title em {
	font-style: italic;
}

.sub12-top .detail {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #7a6e66;
	margin-top: 20px;
}

.sub12-top .detail.left {
	padding-left: 70px;
}

.sub12-bot {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
	gap: 16px;
}

.sub12-bot .top {
	align-self: flex-start;
}

.sub12-bot .bot {
	align-self: flex-end;
}

.sub12-bot.type2 .rig {
	order: 2
}

.sub12-bot.type2 .cen {
	order: 3
}

.sub12-item-wrap {
	position: relative;
	padding-bottom: 105px;
}

.sub12-bg {
	width: 100vw;
	height: calc(100% + 348px);
	background: url(../images/sub12-bg.jpg) no-repeat center center / cover;
	position: absolute;
	top: -348px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

.location-wrap {
	margin-top: 130px;
}

.location-wrap .title {
	font-size: 14px;
	color: #231916;
	letter-spacing: 0.05em;
	font-weight: 600;
	position: relative;
	font-family: 'Cinzel';
	text-transform: uppercase;
	margin-bottom: 50px;
}

.location-wrap .title span {
	position: relative;
}

.location-wrap .title span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #231916;
	bottom: -2px;
	left: 0;
}

.location-wrap .main-title {
	font-size: 35px;
	letter-spacing: -0.05em;
	line-height: 50px;
	color: #231916;
	font-weight: 200;
	margin-bottom: 20px;
}

.location-wrap .main-title b {
	font-weight: 600;
}

.location-wrap .detail {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.05em;
	color: #777;
	position: relative;
}

.location-wrap .detail img {
	position: absolute;
	right: 26%;
	bottom: 0;
}

.sub_location {
	position: relative;
	margin-top: 50px;
}

.sub_location .map-zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sub_location .magnifier {
	display: none;
	position: absolute;
	width: 300px;
	height: 300px;
	background-image: url("../images/sub12_zoom.jpg");
	background-repeat: no-repeat;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #1b3a6a, 0 0 7px 7px rgb(0 0 0 / 20%);
	z-index: 10;
}

.sub_location img {
	display: block;
}

@media (min-width:768px) and (max-width: 1024px) {
	.sub12-bot {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		max-width: 800px;
		margin: 40px auto 0;
	}

	.sub12-bot div:nth-of-type(2) {
		grid-column: 1/3;
		grid-row: 1/2;
	}

	.sub12-bot img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media all and (max-width:1400px) {
	.location-wrap .detail img {
		right: 20px;
	}
}

@media (max-width: 1300px) and (min-width:768px) {
	.sub12-title1 {
		font-size: 2.2rem;
		margin-bottom: 100px;
	}

	.sub12-top .main-title,
	.sub12-top .sub-title {
		font-size: 4rem;
	}

	.sub12-top .detail {
		font-size: 1rem;
		line-height: 1.9rem;
	}

	.sub12-item~.sub12-item {
		margin-top: 150px;
	}

	.sub12-top .section-title {
		width: 250px;
	}

	.location-wrap {
		margin-top: 100px;
	}

	.location-wrap .main-title {
		font-size: 2.3rem;
		line-height: 1.4em;
	}

	.location-wrap .detail {
		font-size: 1.1rem;
	}

	.location-wrap .detail img {
		width: 350px;
	}
}

@media all and (max-width:767px) {
	.sub12-title1 {
		font-size: 20px;
		margin-bottom: 60px;
	}

	.sub12-top .section-title {
		font-size: 10px;
		margin-bottom: 30px;
	}

	.sub12-item:not(:nth-of-type(2)) .sub12-top .section-title {
		font-size: 10px;
		margin-bottom: 0px;
	}

	.location-wrap .title {
		font-size: 10px;
		margin-bottom: 30px;
	}

	.sub12-item~.sub12-item {
		margin-top: 60px;
	}

	.sub12-top {
		flex-direction: column;
	}

	.sub12-top .main-title {
		font-size: 24px;
	}

	.sub12-top .sub-title {
		font-size: 24px;
	}

	.sub12-top .detail {
		font-size: 11px;
		line-height: 1.6;
	}

	.sub12-top .section-title img {
		display: none;
	}

	.sub12-bot {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin-top: 40px;
	}

	.sub12-bot div:nth-of-type(2) {
		grid-column: 1/3;
		grid-row: 1/2;
	}

	.sub12-bot img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.sub12-top .rig .main-title,
	.sub12-top .rig .sub-title {
		text-align: left;
	}

	.sub12-top .detail.left {
		padding-left: 0;
	}

	.sub12-top .rig .main-title span::before,
	.sub12-top .lef .main-title span::before {
		content: '';
		position: absolute;
		width: 4px;
		height: 4px;
		background: #7a6e66;
		top: 5px;
		right: -5px;
		border-radius: 50%;
		left: auto;
	}

	.sub12-item-wrap {
		padding-bottom: 50px;
	}

	.location-wrap {
		margin-top: 60px;
	}

	.location-wrap .main-title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.location-wrap .detail {
		font-size: 11px;
		line-height: 1.6;
	}

	.location-wrap .detail img {
		width: 60%;
		bottom: -145%;
		right: 0;
	}

	.sub11-video .logo-wrap .images {
		width: 50%;
		height: 0;
		padding-bottom: 28%;
	}

	.sub11-video .logo-wrap .images img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

/* sub12 모션 */
.sub12-title1 {
	transform: translateY(60px);
	opacity: 0;
	transition: 1.2s;
}

.sub12-title1.active {
	transform: translateY(0);
	opacity: 1;
}

.sub12-top.first .lef {
	filter: blur(40px);
	transform: translateX(60px);
	opacity: 0;
	transition: 1.2s;
}

.sub12-top.first.active .lef {
	filter: blur(0);
	transform: translateX(0);
	opacity: 1;
}

.sub12-top img {
	filter: blur(40px);
	transform: translateX(60px);
	opacity: 0;
	transition: 1.2s;
}

.sub12-top.active img {
	filter: blur(0);
	transform: translateX(0);
	opacity: 1;
}

.sub12-top .main-title,
.sub12-top .sub-title {
	transform: translateX(-60px);
	opacity: 0;
	transition: 1.2s;
}

.sub12-top.active .main-title,
.sub12-top.active .sub-title {
	transform: translateX(0);
	opacity: 1;
}

.sub12-top .detail {
	transform: translateX(60px);
	opacity: 0;
	transition: 1.2s;
}

.sub12-top.active .detail {
	transform: translateX(0);
	opacity: 1;
	transition-delay: .2s;
}

@media all and (min-width: 1025px) {
	.sub12-bot div:first-of-type {
		transform: translateX(-60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.active div:first-of-type {
		transform: translateX(0);
		opacity: 1;
	}

	.sub12-bot div:nth-of-type(2) {
		transform: translateY(60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.active div:nth-of-type(2) {
		transform: translateY(0);
		opacity: 1;
	}

	.sub12-bot div:last-of-type {
		transform: translateX(60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.active div:last-of-type {
		transform: translateX(0);
		opacity: 1;
	}

	.sub12-bot.type2 div:first-of-type {
		transform: translateX(-60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.type2.active div:first-of-type {
		transform: translateX(0);
		opacity: 1;
	}

	.sub12-bot.type2 div:last-of-type {
		transform: translateY(60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.type2.active div:last-of-type {
		transform: translateY(0);
		opacity: 1;
	}

	.sub12-bot.type2 div:nth-of-type(2) {
		transform: translateX(60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.type2.active div:nth-of-type(2) {
		transform: translateX(0);
		opacity: 1;
	}
}

@media all and (max-width: 1024px) {
	.sub12-bot div:first-of-type {
		transform: translateX(-60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.active div:first-of-type {
		transform: translateX(0);
		opacity: 1;
		transition-delay: 0.6s;
	}

	.sub12-bot div:nth-of-type(2) {
		transform: translateY(60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.active div:nth-of-type(2) {
		transform: translateY(0);
		opacity: 1;
	}

	.sub12-bot div:last-of-type {
		transform: translateX(60px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub12-bot.active div:last-of-type {
		transform: translateX(0);
		opacity: 1;
		transition-delay: 0.6s;
	}
}


.location-wrap .title {
	filter: blur(40px);
	transform: translateX(60px);
	opacity: 0;
	transition: 1.2s;
}

.location-wrap.active .title {
	filter: blur(0);
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.location-wrap .main-title {
	transform: translateX(-60px);
	opacity: 0;
	transition: 1.2s;
}

.location-wrap.active .main-title {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.location-wrap .detail span {
	transform: translateX(-60px);
	opacity: 0;
	transition: 1.2s;
	display: inline-block;
}

.location-wrap.active .detail span {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}

.location-wrap .detail img {
	transform: translateX(60px);
	opacity: 0;
	transition: 1.2s;
}

.location-wrap.active .detail img {
	transform: translateX(0);
	opacity: 1;
}

.location-wrap .sub_location img {
	transform: translateY(50px);
	opacity: 0;
	transition: 1.2s;
}

.location-wrap.active .sub_location img {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.5s;
}

/* sub13 */
.sub13-title {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -0.01em;
	text-align: center;
	font-family: 'Cinzel';
	color: #1a1a1a;
	margin-bottom: 80px;
}

.sub13-title em {
	font-style: italic;
}

.sub13-title .line {
	font-weight: 500;
	position: relative;
}

.sub13-title .line::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1a1a1a;
	bottom: 11px;
	left: 0;
}

.map-wrap {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}

.map-wrap .info {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 460px;
	width: 100%;
	margin: 15px auto 0;
}

.map-wrap .info p {
	display: block;
	width: 100%;
	color: #3e3937;
	letter-spacing: -0.05em;
}

.map-wrap .info p span:first-of-type {
	font-weight: 600;
	color: #231916;
	letter-spacing: -0.01em;
}

.map-wrap .info .sub13-btn-wrap {
	display: flex;
	align-items: center;
}

.map-wrap .info .sub13-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.map-wrap .info .sub13-btn:first-of-type::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	background: #1a1a1a;
	right: 0;
	top: 18px;
}

@media all and (min-width:1025px) {
	.sub13-title {
		transform: translateY(40px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub13-title.active {
		transform: translateY(0);
		opacity: 1;
	}

	.map-wrap .lef {
		opacity: 0;
		transform: translateX(-60px);
		transition: 1.2s;
	}

	.map-wrap .rig {
		opacity: 0;
		transform: translateX(60px);
		transition: 1.2s;
	}

	.map-wrap .lef.active {
		opacity: 1;
		transform: translateX(0);
	}

	.map-wrap .rig.active {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (max-width: 1300px) and (min-width:768px) {
	.sub13-title {
		font-size: 2rem;
		line-height: 1.5em;
		margin-bottom: 40px;
	}

	.map-wrap .info p {
		font-size: 1.1rem;
	}
}

@media all and (max-width:1024px) {
	.sub13-title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 40px;
	}

	.sub13-title .line::after {
		bottom: 3px;
		left: 0;
	}

	.map-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.map-wrap .info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		text-align: center;
	}


	.sub13-title {
		transform: translateY(40px);
		opacity: 0;
		transition: 1.2s;
	}

	.sub13-title.active {
		transform: translateY(0);
		opacity: 1;
	}

	.map-wrap .lef {
		opacity: 0;
		transform: translateX(60px);
		transition: 1.2s;
	}

	.map-wrap .rig {
		opacity: 0;
		transform: translateX(-60px);
		transition: 1.2s;
	}

	.map-wrap .lef.active {
		opacity: 1;
		transform: translateX(0);
	}

	.map-wrap .rig.active {
		opacity: 1;
		transform: translateX(0);
	}
}

.vd_box {
	position: relative;
	padding-bottom: 56.25%;
	opacity: 0;
	transform: translate(0, 10%);
	transition: 0.8s;
	transition-delay: 0.4s;
}

.vd_box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vd_box.on {
	opacity: 1;
	transform: none;
}

.precaution {
	background-color: #f5f5f5;
	margin-top: 60px;
	padding: 40px 20px 40px 120px;
	position: relative;
}

.precaution:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/precaution_icon.png) no-repeat center / contain;
	position: absolute;
	top: calc(50% - 25px);
	left: 40px;
}

.precaution li {
	font-size: 0.81rem;
	color: #999;
	line-height: 1.69em;
	position: relative;
	padding-left: 10px;
}

@media (max-width: 1300px) and (min-width:768px) {
	.precaution {
		padding: 30px 20px 30px 80px;
	}

	.precaution:before {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: 30px;
	}
}

@media all and (max-width:1024px) {
	.precaution {
		padding: 20px 10px;
	}

	.precaution:before {
		display: none;
	}
}

.youtube_thm {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.youtube_thm button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/youtube_thm.jpg) no-repeat center / cover;
}

.youtube_thm button span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: url(../images/youtube-btn.png) no-repeat center / contain;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

/*brand*/
.brand_vis {
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand_vis .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	clip: rect(0, auto, auto, 0);
}

.brand_vis .bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15%;
	z-index: 1;
	background-color: #fff;
	transform-origin: 0 0;
	transition: 1s;
}

.brand_vis .bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15%;
	z-index: 1;
	background-color: #fff;
	transform-origin: 0 100%;
	transition: 1s;
}

/* .brand_vis .bg span {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 2s;
} */

.brand_vis .bg span {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.1); /* 확대된 상태에서 시작 */
	transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
	pointer-events: none;
}
.brand_vis .bg span.background01 {
	background: url(../images/main-vis-01.jpg) no-repeat center / cover;
}
.brand_vis .bg span.background02 {
	background: url(../images/main-vis-02.jpg) no-repeat center / cover;
}
.brand_vis .bg span.background03 {
	background: url(../images/main-vis-03.jpg) no-repeat center / cover;
}

.brand_vis .txt {
	position: relative;
	z-index: 3;
}

.brand_vis .txt .tit {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.brand_vis .txt .tit span {
	opacity: 0;
	transform: scaleY(1.4);
	filter: blur(1rem);
	transition: 0.8s;
}

.brand_vis .txt .tit .d1 {
	transition-delay: 0.6s;
}

.brand_vis .txt .tit .d2 {
	transition-delay: 0.8s;
}

.brand_vis .txt .tit .d3 {
	transition-delay: 1s;
}

.brand_vis .txt .tit span em {
	display: block;
	color: #fff;
	font-size: 7.5rem;
	font-family: "Cinzel";
	font-weight: 500;
	letter-spacing: 0.3em;
	transition: 1.2s;
	transition-delay: 0.6s;
}

.brand_vis .txt .tab {
	display: flex;
	gap: 0 5px;
	justify-content: center;
}

.brand_vis .txt .tab a {
	position: relative;
	width: 285px;
	border: 1px solid #fff;
	padding: 0 20px;
	height: 60px;
	overflow: hidden;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translate(-20%, 0);
	transition: 0.8s;
}

.brand_vis .txt .tab a:nth-child(1) {
	transition-delay: 1.4s;
}

.brand_vis .txt .tab a:nth-child(2) {
	transition-delay: 1.3s;
}

.brand_vis .txt .tab a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: translate(-100%, 0);
	transition: 0.4s;
}

.brand_vis .txt .tab a span {
	display: flex;
	width: 100%;
	position: relative;
	gap: 0 0.63rem;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	transition: 0.4s;
}

.brand_vis .txt .tab a span .i1 {
	width: 4.81rem;
}

.brand_vis .txt .tab a span .i2 {
	width: 6.88rem;
}

.brand_vis .txt .tab a span::before {
	content: "";
	width: 12px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/wh-arr.svg) no-repeat center / contain;
	transition: 0.3s;
}

.brand_vis .txt .tab a:hover::before,
.brand_vis .txt .tab a.on::before {
	transform: none;
}

.brand_vis .txt .tab a:hover span,
.brand_vis .txt .tab a.on span {
	filter: invert(1);
}

.brand_vis .txt .tab a:hover span::before,
.brand_vis .txt .tab a.on span::before {
	opacity: 0;
	transform: translate(50%, 0);
}

.brand_vis .wave {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translate(-50%, 0);
	z-index: 1;
	width: 10px;
}

.brand_vis .wave svg {
	display: block;
}

.brand_vis .wave svg path {
	animation: wave 2s 1s linear infinite;
	stroke-dasharray: 55px;
	stroke-dashoffset: 55px;
}

.brand_vis.active .bg::before,
.brand_vis.active .bg::after {
	transform: scaleY(0);
	transition-delay: 0.2s;
}

.brand_vis.active .bg span {
	opacity: 1;
	transform: scale(1.2);
	transition-delay: 0.2s;
}

.brand_vis.active .txt .tit span {
	opacity: 1;
	filter: blur(0);
	transform: none;
}

.brand_vis.active .txt .tit span em {
	letter-spacing: 0;
}

.brand_vis.active .txt .tab a {
	opacity: 1;
	transform: none;
}

@keyframes wave {
	0% {
		stroke-dashoffset: 55px;
	}

	30% {
		stroke-dashoffset: 0;
	}

	60% {
		stroke-dashoffset: 0;
	}

	90% {
		stroke-dashoffset: -55px;
	}

	100% {
		stroke-dashoffset: -55px;
	}
}

.brand {
	padding: 160px 0 230px;
	position: relative;
	z-index: 5;
}

.brand .fit {
	padding: 0 100px;
}

.brand .top_txt .m {
	display: none;
}

.brand .top_txt .name {
	margin-bottom: 6.5rem;
}

.brand .top_txt .name p {
	display: flex;
	justify-content: center;
}

.brand .top_txt .name p span {
	display: block;
	position: relative;
	overflow: hidden;
}

.brand .top_txt .name p span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #231916;
	transform: scaleX(0);
	transition: 0.6s;
}

.brand .top_txt .name p span em {
	display: block;
	color: #231916;
	font-family: "Cinzel";
	font-weight: 600;
	font-size: 0.88rem;
	letter-spacing: 0.05em;
	padding-bottom: 7px;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand .top_txt .t1 {
	margin-bottom: 3rem;
}

.brand .top_txt .t1 p {
	font-size: 1.88rem;
	line-height: 1.83em;
	color: #231916;
	font-weight: 300;
	text-align: center;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.8s;
}

.brand .top_txt .t1 p strong {
	font-weight: 600;
}

.brand .top_txt .t1 p em {
	padding: 0 15px;
	display: inline-flex;
	vertical-align: sub;
	opacity: 0;
	transition: 0.6s;
}

.brand .top_txt .t1 p em img {
	width: 9rem;
	transform: scale(0);
	transition: 0.6s;
}

.brand .top_txt .t2 {
	text-align: center;
	font-size: 0;
}

.brand .top_txt .t2 span {
	position: relative;
	color: #7a6e66;
	font-family: "Cinzel";
	font-weight: 600;
	font-size: 5.63rem;
	letter-spacing: 0;
	opacity: 0;
	top: 3.5rem;
	transition: 0.8s;
}

.brand .top_txt .t2 .d1 {
	transition-delay: 0.1s;
}

.brand .top_txt .t2 .d2 {
	transition-delay: 0.2s;
}

.brand .top_txt .t2 .d3 {
	transition-delay: 0.3s;
}

.brand .top_txt .t2 .d4 {
	transition-delay: 0.4s;
}

.brand .top_txt .t3 {
	color: #7a6e66;
	font-size: 1.25rem;
	line-height: 1.8em;
	letter-spacing: -0.05em;
	text-align: center;
}

.brand .top_txt .t3 p {
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.8s;
}

.brand .top_txt .t3 p:nth-child(1) {
	transition-delay: 0.1s;
}

.brand .top_txt .t3 p:nth-child(2) {
	transition-delay: 0.2s;
}

.brand .top_txt .name.active p span::before {
	transform: none;
}

.brand .top_txt .name.active p span em {
	transform: none;
}

.brand .top_txt .t1.active p {
	opacity: 1;
	transform: none;
}

.brand .top_txt .t1.active p em {
	opacity: 1;
	transition-delay: 0.6s;
}

.brand .top_txt .t1.active p em img {
	transform: none;
	transition-delay: 0.4s;
}

.brand .top_txt .t2.active span {
	opacity: 1;
	top: 0;
}

.brand .top_txt .t3.active p {
	opacity: 1;
	transform: none;
}

.brand1 {
	background-color: #fff;
}

.brand1 .area1 {
	margin-top: 3.44rem;
}

.brand1 .area1 .txt_box {
	margin-bottom: 2.5rem;
	padding: 5.63rem 20px 5rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.brand1 .area1 .txt_box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f0e9;
	z-index: -1;
	opacity: 0;
	transform: translate(0, 20%) scale(0.8);
	transition: 1s;
}

.brand1 .area1 .txt_box em {
	margin: 1.2rem auto 1.88rem;
	display: block;
	position: relative;
	width: 1px;
	height: 25px;
}

.brand1 .area1 .txt_box em::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #7a6e66;
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: 0.6s;
	transition-delay: 0.8s;
}

.brand1 .area1 .txt_box .t1 {
	color: #7a6e66;
	font-size: 1.25rem;
	line-height: 2em;
	font-weight: 500;
	letter-spacing: -0.05em;
	font-family: "Noto Serif KR";
}

.brand1 .area1 .txt_box .t1 p {
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand1 .area1 .txt_box .t1 p:nth-child(1) {
	transition-delay: 0.3s;
}

.brand1 .area1 .txt_box .t1 p:nth-child(2) {
	transition-delay: 0.4s;
}

.brand1 .area1 .txt_box .t1 p:nth-child(3) {
	transition-delay: 0.5s;
}

.brand1 .area1 .txt_box .t2 {
	color: #231916;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: -0.05em;
	display: flex;
	justify-content: center;
}

.brand1 .area1 .txt_box .t2 p {
	position: relative;
	overflow: hidden;
}

.brand1 .area1 .txt_box .t2 p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #231916;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: 0.6s;
	transition-delay: 1s;
}

.brand1 .area1 .txt_box .t2 p span {
	display: block;
	padding-bottom: 7px;
	transform: translate(0, 100%);
	transition: 0.6s;
	transition-delay: 1s;
}

.brand1 .area1 .txt_box .t3 {
	color: #7a6e66;
	font-size: 1.125rem;
	line-height: 1.67em;
	letter-spacing: -0.05em;
	margin-top: 3rem;
	opacity: 0;
	transform: translate(0, 80%);
	transition: 0.8s;
	transition-delay: 1.3s;
}

.brand1 .area1 .img_box {
	display: flex;
	gap: 0 2.5rem;
}

.brand1 .area1 .img_box span {
	display: block;
	overflow: hidden;
}

.brand1 .area1 .img_box img {
	display: block;
}

.brand1 .area1 .img_box span img {
	opacity: 0;
	transform: scale(1.2);
	transition: 1.5s;
}

.brand1 .area1 .img_box .rig span img {
	transition-delay: 0.3s;
}

.brand1 .area1 .img_box dl {
	margin-top: 2.75rem;
	text-align: center;
}

.brand1 .area1 .img_box dl dt {
	overflow: hidden;
}

.brand1 .area1 .img_box dl dt img {
	display: block;
	width: 4.38rem;
	margin: 0 auto;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand1 .area1 .img_box dl dd {
	margin-top: 2.75rem;
	color: #777;
	font-size: 1rem;
	letter-spacing: -0.05em;
	overflow: hidden;
	line-height: 1.5em;
}

.brand1 .area1 .img_box dl dd p {
	transform: translate(0, 100%);
	transition: 0.6s;
	transition-delay: 0.3s;
}

.brand1 .area1 .img_box dl dd p .m {
	display: none;
}

.brand1 .area1 .ori {
	margin-top: 6.25rem;
}

.brand1 .area1 .ori .m {
	display: none;
}

.brand1 .area1 .ori dl {
	text-align: center;
	color: #7a6e66;
	letter-spacing: -0.05em;
}

.brand1 .area1 .ori dl dt {
	font-weight: 300;
	font-size: 1.5rem;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand1 .area1 .ori dl dt span {
	font-weight: 400;
}

.brand1 .area1 .ori dl dt span strong {
	font-weight: 600;
}

.brand1 .area1 .ori dl dd {
	margin-top: 1.56rem;
	font-size: 1.25rem;
	line-height: 1.5em;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.6s;
	transition-delay: 0.3s;
}

.brand1 .area1 .ori dl dd strong {
	font-weight: 600;
}

.brand1 .area2 {
	margin-top: 13.5rem;
}

.brand1 .area2 iframe {
	opacity: 0;
	transform: translate(0, 20%);
	transition: 0.8s;
}

.brand1 .area1 .txt_box.active::before,
.brand1 .area1 .txt_box.active .t1 p,
.brand1 .area1 .txt_box.active em::before,
.brand1 .area1 .txt_box.active .t2 p::before,
.brand1 .area1 .txt_box.active .t2 p span,
.brand1 .area1 .txt_box.active .t3,
.brand1 .area1 .img_box span.active img,
.brand1 .area1 .img_box dl.active dt img,
.brand1 .area1 .img_box dl.active dd p,
.brand1 .area1 .ori.active dl dt,
.brand1 .area1 .ori.active dl dd,
.brand1 .area2 .active iframe {
	opacity: 1;
	transform: none;
}

.brand2 {
	background-color: #f5f0e9;
}

.brand2 .area1 {
	margin-top: 5rem;
	position: relative;
}

.brand2 .area1 .m {
	display: none;
}

.brand2 .area1 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: 1s;
}

.brand2 .area1 .bg span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/brand2-bg.jpg) no-repeat center / cover;
}

.brand2 .area1 .con {
	position: relative;
	padding: 13.13rem 100px 11.88rem;
}

.brand2 .area1 .top_area {
	display: flex;
	justify-content: center;
}

.brand2 .area1 .top_area .txt_box {
	position: relative;
	left: 25px;
}

.brand2 .area1 .top_area .txt_box dl dt strong {
	display: block;
	font-family: "Cinzel";
	font-weight: 600;
	font-size: 4.38rem;
	color: #fff;
	opacity: 0;
	transform: translate(-20%, 0);
	transition: 0.8s;
}

.brand2 .area1 .top_area .txt_box dl dt p {
	color: #fff;
	font-size: 3.13rem;
	font-family: "Cinzel";
	margin-top: 0.31rem;
	opacity: 0;
	transform: translate(-20%, 0);
	transition: 0.8s;
	transition-delay: 0.2s;
}

.brand2 .area1 .top_area .txt_box dl dt p span {
	font-weight: 600;
}

.brand2 .area1 .top_area .txt_box dl dd {
	margin-top: 2.7rem;
}

.brand2 .area1 .top_area .txt_box dl dd p {
	font-size: 1.06rem;
	color: #b1a89f;
	line-height: 1.76em;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand2 .area1 .top_area .txt_box dl dd p:nth-child(1) {
	transition-delay: 0.5s;
}

.brand2 .area1 .top_area .txt_box dl dd p:nth-child(2) {
	transition-delay: 0.6s;
}

.brand2 .area1 .top_area .txt_box dl dd p:nth-child(3) {
	transition-delay: 0.7s;
}

.brand2 .area1 .top_area .txt_box dl dd p:nth-child(4) {
	transition-delay: 0.8s;
}

.brand2 .area1 .top_area .logo_box {}

.brand2 .area1 .top_area .logo_box .logo {
	width: 17.5rem;
	margin: 0 auto;
	position: relative;
	left: 0;
	opacity: 0;
	transform: translate(0, -30%);
	transition: 0.6s;
	transition-delay: 0.3s;
}

.brand2 .area1 .top_area .logo_box .logo img {
	display: block;
}

.brand2 .area1 .top_area .logo_box .line {
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
}

.brand2 .area1 .top_area .logo_box .line img {
	display: block;
}

.brand2 .area1 .top_area .logo_box .line li {
	opacity: 0;
	transition: 0.8s;
}

.brand2 .area1 .top_area .logo_box .line li~li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.brand2 .area1 .top_area .logo_box .line .l1 {
	z-index: 3;
	transform: translate(0, -10%);
	transition-delay: 0.6s;
}

.brand2 .area1 .top_area .logo_box .line .l2 {
	z-index: 4;
	transition-delay: 1s;
}

.brand2 .area1 .top_area .logo_box .line .l3 {
	z-index: 2;
	mix-blend-mode: multiply;
	transition-delay: 0.6s;
}

.brand2 .area1 .top_area .logo_box .line .l4 {
	z-index: 1;
	mix-blend-mode: soft-light;
	transform: translate(0, 10%);
	transition-delay: 0.6s;
}

.brand2 .area1 .bot_area {
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}

.brand2 .area1 .bot_area>div {
	width: calc(50% - 5px);
}

.brand2 .area1 .bot_area img {
	display: block;
	width: 100%;
}

.brand2 .area1 .bot_area p {
	color: #fff;
	font-weight: 300;
	font-size: 1.88rem;
	text-align: center;
	margin-bottom: 2.5rem;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand2 .area1 .bot_area .img span {
	display: block;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transform: translate(0, 20%);
	transition: 0.6s;
	transition-delay: 0.3s;
}

.brand2 .area2 .cir_wrap {
	padding: 120px 2.5rem 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.brand2 .area2 .tit {
	margin-bottom: 5rem;
	overflow: hidden;
}

.brand2 .area2 .tit p {
	text-align: center;
	color: #231916;
	font-size: 1.88rem;
	font-weight: 600;
	transform: translate(0, 100%);
	transition: 0.6s;
}

.brand2 .area2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.brand2 .area2 ul li {
	width: calc(33.33% - 33.33px);
	position: relative;
}

.brand2 .area2 ul li .cir {
	padding-bottom: 100%;
}

.brand2 .area2 ul .c .cir {
	opacity: 0;
	transform: rotate(90deg) scale(0.6);
	transition: 0.8s;
}

.brand2 .area2 ul .c2 .cir {
	transition-delay: 0.2s;
}

.brand2 .area2 ul .c3 .cir {
	transition-delay: 0.4s;
}

.brand2 .area2 ul li .cir::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/brand-cir.png) no-repeat center / contain;
}

.brand2 .area2 ul li .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.brand2 .area2 ul li .txt dl {
	margin-top: -2rem;
}

.brand2 .area2 ul li .txt dl dt span {
	display: block;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.8s;
}

.brand2 .area2 ul .c1 .txt dl dt span {
	width: 6.38rem;
	margin-bottom: 0.6rem;
	transition-delay: 0.4s;
}

.brand2 .area2 ul .c2 .txt dl dt span {
	width: 9.06rem;
	margin-bottom: 1rem;
	transition-delay: 0.6s;
}

.brand2 .area2 ul .c3 .txt dl dt span {
	width: 6.44rem;
	margin-bottom: 1rem;
	transition-delay: 0.8s;
}

.brand2 .area2 ul li .txt dl dt span img {
	display: block;
}

.brand2 .area2 ul li .txt dl dt strong {
	color: #231916;
	font-weight: 300;
	font-size: 2.19rem;
	display: block;
	text-align: center;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.8s;
}

.brand2 .area2 ul .c1 .txt dl dt strong {
	transition-delay: 0.6s;
}

.brand2 .area2 ul .c2 .txt dl dt strong {
	transition-delay: 0.8s;
}

.brand2 .area2 ul .c3 .txt dl dt strong {
	transition-delay: 1s;
}

.brand2 .area2 ul li .txt dl dd {
	margin-top: 1.88rem;
	opacity: 0;
	transform: translate(0, 50%);
	transition: 0.8s;
}

.brand2 .area2 ul .c1 .txt dl dd {
	transition-delay: 0.8s;
}

.brand2 .area2 ul .c2 .txt dl dd {
	transition-delay: 1s;
}

.brand2 .area2 ul .c3 .txt dl dd {
	transition-delay: 1.2s;
}

.brand2 .area2 ul li .txt dl dd p {
	font-size: 1rem;
	color: #777;
	line-height: 1.88em;
	text-align: center;
	white-space: nowrap;
}

.brand2 .area2 ul .c4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.brand2 .area2 ul .c4 .logo {
	width: 17.5rem;
	opacity: 0;
	transform: translate(0, 20%) scale(1.3);
	filter: blur(0.3rem);
}

.brand2 .area2 ul .c4 .logo img {
	display: block;
}

.brand2 .area2 ul .c4 .cir {
	opacity: 0;
}

.brand2 .area3 ul {
	display: flex;
	gap: 0 15px;
	flex-wrap: wrap;
}

.brand2 .area3 li {
	position: relative;
	overflow: hidden;
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	transition: 1s;
	transition-delay: 0.2s;
}

.brand2 .area3 .i1 {
	width: calc(47% - 10px);
}

.brand2 .area3 .i2 {
	width: calc(20% - 10px);
}

.brand2 .area3 .i3 {
	width: calc(33% - 10px);
}

.brand2 .area3 li span,
.brand2 .area3 li img {
	display: block;
	width: 100%;
}

.brand2 .area3 li span {
	transform: scale(1.2);
	transition: 1.5s;
}

.brand2 .area3 .bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}

.brand2 .area3 .i2 .bg {
	background-image: url(../images/brand2-img4.jpg);
	animation: bg_mo 20s linear infinite;
}

.brand2 .area3 .i3 .bg {
	background-image: url(../images/brand2-img5.jpg);
	animation: bg_mo 10s linear infinite;
}

.brand2 .area3 p {
	width: 18.25rem;
	position: absolute;
	left: 2.8rem;
	bottom: 1.88rem;
	opacity: 0;
	transform: translate(20%, 0);
	transition: 0.6s;
	transition-delay: 0.8s;
}

@keyframes bg_mo {
	0% {
		background-position: left center;
	}

	100% {
		background-position: right center;
	}
}

.brand2 .area1.active .bg,
.brand2 .area1 .top_area.active .txt_box dl dt strong,
.brand2 .area1 .top_area.active .txt_box dl dt p,
.brand2 .area1 .top_area.active .txt_box dl dd p,
.brand2 .area1 .top_area.active .logo_box .logo,
.brand2 .area1 .top_area.active .logo_box .line li,
.brand2 .area1 .bot_area.active p,
.brand2 .area1 .bot_area.active .img span,
.brand2 .area2 .tit.active p,
.brand2 .area2 ul.active .c .cir,
.brand2 .area2 ul.active li .txt dl dt span,
.brand2 .area2 ul.active li .txt dl dt strong,
.brand2 .area2 ul.active li .txt dl dd,
.brand2 .area3 ul.active li span,
.brand2 .area3 ul.active p {
	opacity: 1;
	transform: none;
}

.brand2 .area3 ul.active li {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media all and (max-width:1400px) {
	.brand2 .area1 {
		margin-left: -100px;
		margin-right: -100px;
	}

	.brand2 .area1 .top_area .logo_box .logo {
		left: 0;
		width: 13rem;
	}

	.brand2 .area1 .top_area .logo_box .line {
		max-width: 550px;
	}

	.brand2 .area2 .cir_wrap {
		padding: 120px 0 0;
	}

	.brand2 .area2 ul li .txt dl dd p {
		font-size: 0.9rem;
	}
}

@media all and (max-aspect-ratio:1/1) {
	.brand_vis .txt .tab {
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
	}
}

@media all and (max-width:1200px) {
	.brand_vis {
		padding: 120px 0 80px;
	}

	.brand_vis .txt .tit {
		margin-bottom: 30px;
	}

	.brand_vis .txt .tab a span::before {
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}

	.brand_vis .wave {
		width: 8px;
		bottom: 20px;
	}

	.brand1 .area1 .img_box dl dd p .m {
		display: block;
	}

	.brand1 .area1 .ori .m {
		display: block;
	}

	.brand2 .area1 .top_area .logo_box .logo {
		width: 10rem;
	}

	.brand2 .area1 .top_area .logo_box .line {
		max-width: 450px;
	}

	.brand2 .area1 .bot_area p {
		font-size: 1.5rem;
	}

	.brand2 .area2 {
		margin-left: -100px;
		margin-right: -100px;
	}

	.brand2 .area2 .cir_wrap {
		padding: 75px 0 0;
		width: 70%;
		margin: 0 auto;
	}

	.brand2 .area2 .tit {
		margin-bottom: 4rem;
	}

	.brand2 .area2 ul {
		justify-content: center;
		padding: 13vw 0;
	}

	.brand2 .area2 ul li {
		width: 55%;
	}

	.brand2 .area2 ul .c {
		position: absolute;
	}

	.brand2 .area2 ul .c1 {
		top: 0;
	}

	.brand2 .area2 ul .c2 {
		bottom: 0;
		left: 0;
	}

	.brand2 .area2 ul .c3 {
		bottom: 0;
		right: 0;
	}

	.brand2 .area2 ul .c4 {
		position: relative;
		left: 0;
		transform: none;
	}

	.brand2 .area2 ul .c1 .txt dl dt span {
		width: 5rem;
	}

	.brand2 .area2 ul .c2 .txt dl dt span {
		width: 7rem;
		margin-bottom: 0.6rem;
	}

	.brand2 .area2 ul .c3 .txt dl dt span {
		width: 4.8rem;
		margin-bottom: 0.6rem;
	}

	.brand2 .area2 ul li .txt dl {
		margin-top: 0;
	}

	.brand2 .area2 ul li .txt dl dt strong {
		font-size: 1.4rem;
	}

	.brand2 .area2 ul li .txt dl dd {
		margin-top: 1rem;
	}

	.brand2 .area2 ul li .txt dl dd p {
		font-size: 0.8rem;
		line-height: 1.5em;
	}

	.brand2 .area2 ul .c4 .logo {
		width: 13rem;
	}

	.brand2 .area3 p {
		width: 70%;
	}
}

@media all and (max-width:1024px) {
	.brand_vis .txt .tit span em {
		font-size: 5rem;
	}

	.brand_vis .txt .tab a {
		width: 220px;
		height: 45px;
		padding: 0 15px;
	}
}

@media all and (max-width:900px) {
	.brand .top_txt .t2 span {
		font-size: 5rem;
	}

	.brand2 .area1 .top_area {
		display: block;
	}

	.brand2 .area1 .top_area .logo_box {
		left: 0;
		margin-top: 5rem;
	}

	.brand2 .area1 .bot_area p {
		font-size: 1.3rem;
	}

	.brand2 .area2 .cir_wrap {
		width: 80%;
	}

	.brand2 .area2 ul {
		padding: 14vw 0;
	}

	.brand2 .area2 ul .c4 .logo {
		width: 10rem;
	}

	.brand2 .area3 ul {
		gap: 10px;
	}

	.brand2 .area3 .i1 {
		width: 100%;
	}

	.brand2 .area3 .i2 {
		width: calc(40% - 5px);
	}

	.brand2 .area3 .i3 {
		width: calc(60% - 5px);
	}

	.brand2 .area3 .bg {
		height: 25vw;
	}

	.brand2 .area3 p {
		left: 10%;
		bottom: 15%;
		width: 70%;
	}
}

@media all and (max-width:768px) {
	.brand_vis .txt .tit span em {
		font-size: 3.2rem;
	}

	.brand {
		padding: 80px 0 100px;
	}

	.brand .fit {
		padding: 0 20px;
	}

	.brand .top_txt .m {
		display: block;
	}

	.brand .top_txt .name {
		margin-bottom: 5rem;
	}

	.brand .top_txt .name p span em {
		font-size: 1rem;
	}

	.brand .top_txt .t1 {
		margin-bottom: 2.5rem;
	}

	.brand .top_txt .t1 p {
		font-size: 1.6rem;
		line-height: 1.6em;
	}

	.brand .top_txt .t1 p em {
		padding: 0 10px;
	}

	.brand .top_txt .t1 p em img {
		width: 7.5rem;
	}

	.brand .top_txt .t2 span {
		font-size: 3.5rem;
	}

	.brand .top_txt .t3 {
		font-size: 1.15rem;
	}

	.brand1 .area1 .txt_box {
		padding: 4rem 20px;
		margin-bottom: 3rem;
	}

	.brand1 .area1 .img_box {
		display: block;
	}

	.brand1 .area1 .img_box .rig {
		margin-top: 4rem;
	}

	.brand1 .area1 .img_box dl {
		margin-top: 2rem;
	}

	.brand1 .area1 .img_box dl dt img {
		width: 3.5rem;
	}

	.brand1 .area1 .img_box dl dd {
		margin-top: 2rem;
	}

	.brand1 .area1 .ori dl dt {
		font-size: 1.4rem;
	}

	.brand1 .area1 .ori dl dd {
		margin-top: 1.2rem;
		font-size: 1.1rem;
		line-height: 1.4em;
	}

	.brand1 .area2 {
		margin-top: 8rem;
	}

	.brand2 .area1 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.brand2 .area1 .m {
		display: block;
	}

	.brand2 .area1 .con {
		padding: 5rem 20px;
	}

	.brand2 .area1 .top_area .txt_box {
		left: 0;
		padding: 0 10px;
		text-align: center;
	}

	.brand2 .area1 .top_area .txt_box dl dt strong {
		font-size: 3.5rem;
	}

	.brand2 .area1 .top_area .txt_box dl dt p {
		font-size: 2.5rem;
		line-height: 1.1em;
	}

	.brand2 .area1 .top_area .txt_box dl dd {
		margin-top: 2rem;
	}

	.brand2 .area1 .top_area .txt_box dl dd p {
		font-size: 1rem;
	}

	.brand2 .area1 .top_area .txt_box dl dt p span {
		display: block;
	}

	.brand2 .area1 .top_area .logo_box .logo {
		width: 9rem;
		left: 0;
	}

	.brand2 .area1 .top_area .logo_box .line {
		margin-top: 3rem;
	}

	.brand2 .area1 .bot_area {
		display: block;
		margin-top: 3rem;
	}

	.brand2 .area1 .bot_area>div {
		width: 100%;
	}

	.brand2 .area1 .bot_area .rig {
		margin-top: 4rem;
	}

	.brand2 .area1 .bot_area p {
		font-size: 1.3rem;
		margin-bottom: 2rem;
	}

	.brand2 .area1 .bot_area .img {
		padding: 0 10px;
	}

	.brand2 .area2 {
		margin-left: 0;
		margin-right: 0;
	}

	.brand2 .area2 .cir_wrap {
		width: 100%;
	}

	.brand2 .area2 ul {
		padding: 17vw 0;
	}
}

@media all and (max-width:599px) {

	.brand2 .area2 ul li .txt dl dd,
	.brand2 .area2 ul.active li .txt dl dd {
		transform: scale(0.8);
	}

	.brand2 .area2 ul .c4 .logo {
		width: 7.5rem;
	}
}

@media all and (max-width:499px) {
	.brand2 .area2 ul li .txt dl dd {
		margin-top: 0;
	}

	.brand2 .area2 ul li .txt dl dd,
	.brand2 .area2 ul.active li .txt dl dd {
		transform: scale(0.6);
	}
}

/*community*/
.community .top_area {
	padding: 10rem 7.5rem 2.81rem;
}

.community .top_area .txt {
	text-align: center;
	margin-bottom: 6.25rem;
}

.community .top_area .txt span {
	display: block;
	color: #e3dad1;
	font-family: "Cinzel";
	font-weight: 500;
	font-size: 1.88rem;
	margin-bottom: 0.63rem;
	white-space: nowrap;
	opacity: 0;
	letter-spacing: 0.5em;
	filter: blur(0.5rem);
	transition: 0.8s;
	transition-delay: 0.2s;
}

.community .top_area .txt strong {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.56rem;
}

.community .top_area .txt strong em {
	font-family: "Cinzel";
	color: #7a6e66;
	font-size: 4.06rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.community .top_area .txt strong .e {
	opacity: 0;
	transform: translate(-100%, 0);
	transition: 0.8s;
}

.community .top_area .txt strong .e1 {
	transition-delay: 0.7s;
}

.community .top_area .txt strong .e2 {
	transition-delay: 0.75s;
}

.community .top_area .txt strong .e3 {
	transition-delay: 0.8s;
}

.community .top_area .txt strong .e4 {
	transition-delay: 0.85s;
}

.community .top_area .txt strong .e5 {
	transition-delay: 0.9s;
}

.community .top_area .txt strong .e6 {
	transition-delay: 0.95s;
}

.community .top_area .txt strong .e7 {
	transition-delay: 1s;
}

.community .top_area .txt strong .line {
	display: block;
	background-color: #7a6e66;
	flex-shrink: 0;
	width: 1px;
	height: 3.19rem;
	margin: 0 1rem;
	margin-top: -0.5rem;
	transform: scaleY(0);
	transition: 0.8s;
	transition-delay: 1.2s;
}

.community .top_area .txt strong .l {
	opacity: 0;
	transform: translate(0, 60%);
	transition: 0.8s;
}

.community .top_area .txt strong .l1 {
	transition-delay: 1.5s;
}

.community .top_area .txt strong .l2 {
	transition-delay: 1.6s;
}

.community .top_area .txt p {
	color: #826d4c;
	font-family: "Noto Serif KR";
	font-weight: 600;
	font-size: 1.38rem;
	letter-spacing: -0.025em;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.8s;
	transition-delay: 2s;
}

.community .top_area .tit {
	display: flex;
}

.community .top_area .tit p {
	position: relative;
	overflow: hidden;
}

.community .top_area .tit p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #231916;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: 0.8s;
}

.community .top_area .tit p span {
	display: block;
	font-size: 0.88rem;
	color: #231916;
	font-weight: 600;
	font-family: "Cinzel";
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	transform: translate(0, 100%);
	transition: 0.8s;
}

.community .top_area .txt.active span {
	opacity: 1;
	letter-spacing: 0.05em;
	filter: blur(0);
}

.community .top_area .txt.active strong .e,
.community .top_area .txt.active strong .l,
.community .top_area .txt.active strong .line,
.community .top_area .txt.active p,
.community .top_area .tit.active p::before,
.community .top_area .tit.active p span {
	opacity: 1;
	transform: none;
}

.community .con_area {
	padding: 8.44rem 0;
}

.community .c1 {
	background-color: #f9f5f1;
}

.community .c2 {
	background-color: #9c8c84;
}

.community .c3 {
	background-color: #f5f0e9;
}

.community .c4 {
	background-color: #b09c80;
}

.community .con_area .txt_box {
	padding: 0 7.5rem;
}

.community .con_area .txt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.community .con_area .txt .t1 {
	font-size: 1rem;
	letter-spacing: -0.05em;
	margin-bottom: 0.5rem;
	opacity: 0;
	transform: translate(0, 4rem);
	transition: 1.2s;
}

.community .con_area.type1 .txt .t1 {
	color: #231916;
}

.community .con_area.type2 .txt .t1 {
	color: #fff;
}

.community .con_area .txt .t2 {
	font-family: "Cinzel";
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	opacity: 0;
	transform: translate(0, 4rem);
	transition: 1.2s;
	transition-delay: 0.2s;
}

.community .con_area.type1 .txt .t2 {
	color: #3e3937;
}

.community .con_area.type2 .txt .t2 {
	color: #fff;
}

.community .con_area .txt dl {
	margin-top: 1.88rem;
}

.community .con_area .txt dl dt {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: -0.05em;
	margin-bottom: 1.25rem;
	opacity: 0;
	transform: translate(0, 4rem);
	transition: 1.2s;
	transition-delay: 0.4s;
}

.community .con_area.type1 .txt dl dt {
	color: #7a6e66;
}

.community .con_area.type2 .txt dl dt {
	color: #fff;
}

.community .con_area .txt dl dd {
	opacity: 0;
	transform: translate(0, 4rem);
	transition: 1.2s;
	transition-delay: 0.6s;
}

.community .con_area .txt dl dd p {
	font-size: 1rem;
	line-height: 1.75em;
	letter-spacing: -0.05em;
}

.community .con_area.type1 .txt dl dd p {
	color: #7a6e66;
}

.community .con_area.type2 .txt dl dd p {
	color: #fff;
}

.community .con_area .typo {
	font-family: 'Thesignature';
	font-size: 6.25rem;
	opacity: 0;
	transform: translate(20%, -20%);
	margin-bottom: -35px;
	transition: 0.8s;
	transition-delay: 0.5s;
}

.community .con_area.type1 .typo {
	color: #7a6e66;
}

.community .con_area.type2 .typo {
	color: #fff;
}

.community .con_area .rect {
	width: 6.88rem;
	height: 6.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
	position: relative;
}

.community .con_area .rect img {
	display: block;
	width: 5rem;
}

.community .con_area .rect>img {
	opacity: 0;
	transform: translate(0, 100%);
	transition: 0.8s;
	transition-delay: 0.8s;
}

.community .con_area .rect span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #7a6e66;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	transition: 0.8s;
	transition-delay: 1.2s;
}

.community .img_box {
	margin-top: 4rem;
	width: calc(100% - 70px);
	will-change: auto;
}

.community .type1 .img_box {
	transform: translate(-10%, 0);
}

.community .type2 .img_box {
	margin-left: auto;
	margin-right: 0;
	transform: translate(10%, 0);
}

.community .img_box ul {
	display: flex;
	gap: 0 1.5rem;
}

.community .img_box ul li span {
	display: block;
}

.community .img_box ul li span img {
	display: block;
	width: 100%;
}

.community .img_box ul li p {
	font-size: 1rem;
	padding-top: 1.25rem;
	letter-spacing: -0.05em;
	opacity: 0;
	transform: translate(0, 100%);
	transition: 1s;
	transition-delay: 0.3s;
}

.community .type1 .img_box ul li p {
	text-align: right;
	color: #7a6e66;
}

.community .type2 .img_box ul li p {
	text-align: left;
	color: #fff;
}

.community .con_area .txt.active .t1,
.community .con_area .txt.active .t2,
.community .con_area .txt.active dl dt,
.community .con_area .txt.active dl dd,
.community .con_area .txt.active .rect>img,
.community .img_box.active ul li p {
	opacity: 1;
	transform: none;
}

.community .con_area .txt.active .rect span {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.community .con_area .txt.active .typo {
	transform: rotate(-8deg);
	opacity: 1;
}

.community .img_sd {
	padding: 11.25rem 7.5rem 7.5rem;
}

.community .img_sd .tit {
	display: flex;
	text-align: right;
}

.community .img_sd .tit dl {
	margin-left: -1.25rem;
}

.community .img_sd .tit dl dt {
	font-family: "Cinzel";
	color: #e3dad1;
	font-weight: 500;
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
	margin-right: 0.8rem;
	opacity: 0;
	transform: translate(30%, 0);
	transition: 1.2s;
}

.community .img_sd .tit dl dd {
	display: block;
	font-family: "Cinzel";
	color: #e3dad1;
	font-weight: 600;
	font-size: 3.75rem;
	opacity: 0;
	transform: translate(30%, 0);
	transition: 1.2s;
	transition-delay: 0.4s;
}

.community .img_sd .big {
	overflow: hidden;
	padding-top: 0.5rem;
	opacity: 0;
	transform: translate(0, 20%);
	transition: 1s;
}

.community .img_sd .big img {
	display: block;
}

.community .img_sd .big .swiper-slide {
	overflow: hidden;
}

.community .img_sd .big p {
	position: absolute;
	bottom: 1.25rem;
	left: 2.5rem;
	color: #fff;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
	font-size: 1rem;
}

.community .img_sd .big p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.community .img_sd .thm {
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 10px;
	padding-top: 0.63rem;
}

.community .img_sd .thm .arr {
	display: flex;
	gap: 0 5px;
}

.community .img_sd .thm .arr button {
	border: none;
	background: none;
	display: block;
}

.community .img_sd .thm .arr button img {
	display: block;
}

.community .img_sd .thm_sd {
	width: 67%;
	overflow: hidden;
}

.community .img_sd .thm_sd span,
.community .img_sd .thm_sd span img {
	display: block;
	position: relative;
	width: 100%;
}

.community .img_sd .thm_sd span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	z-index: 1;
	background-color: #7a6e66;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: 0.4s;
}

.community .img_sd .thm_sd span::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: #7a6e66;
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: 0.4s;
}

.community .img_sd .thm_sd span em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.community .img_sd .thm_sd span em::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #7a6e66;
	transform: scaleX(0);
	transform-origin: 100% 0;
	transition: 0.4s;
}

.community .img_sd .thm_sd span em::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #7a6e66;
	transform: scaleY(0);
	transform-origin: 0 100%;
	transition: 0.4s;
}

.community .img_sd .thm_sd span {
	opacity: 0;
	transform: translate(-30%, 0);
	transition: 1s;
}

.community .img_sd .thm_sd .t2 {
	transition-delay: 0.1s;
}

.community .img_sd .thm_sd .t3 {
	transition-delay: 0.2s;
}

.community .img_sd .thm_sd .t4 {
	transition-delay: 0.3s;
}

.community .img_sd .thm_sd .t5 {
	transition-delay: 0.4s;
}

.community .img_sd .thm_sd .t6 {
	transition-delay: 0.5s;
}

.community .img_sd .thm_sd .t7 {
	transition-delay: 0.6s;
}

.community .img_sd .thm_sd .t8 {
	transition-delay: 0.7s;
}

.community .img_sd .thm_sd .t9 {
	transition-delay: 0.8s;
}

.community .img_sd .thm_sd .swiper-slide-thumb-active span::before,
.community .img_sd .thm_sd .swiper-slide-thumb-active span::after,
.community .img_sd .thm_sd .swiper-slide-thumb-active span em::before,
.community .img_sd .thm_sd .swiper-slide-thumb-active span em::after {
	transform: none;
}

.community .img_sd .precaution {
	margin-top: 12.5rem;
}

.community .img_sd .tit.active dl dt,
.community .img_sd .tit.active dl dd,
.community .img_sd .big.active,
.community .img_sd .thm.active,
.community .img_sd .thm.active .thm_sd span {
	opacity: 1;
	transform: none;
}

/*
@media not all and (max-aspect-ratio:1/1) and (max-width:900px){
	.community .con_area .typo{font-size:5rem;margin-bottom:0;}
}
*/
@media all and (max-width:900px) {
	.community .con_area .typo {
		font-size: 5rem;
	}

	.scrollbar-track {
		display: none !important;
	}
}

@media all and (max-aspect-ratio:1/1) {
	.scrollbar-track {
		display: none !important;
	}

	.community .img_box ul {
		display: block;
	}

	.community .type1 .img_box,
	.community .type2 .img_box {
		transform: none !important;
	}

	.community .img_box {
		width: 100%;
		padding: 0 7.5rem;
	}

	.community .img_box ul li~li {
		margin-top: 2rem;
	}

	.community .img_box ul .i2 {
		display: none;
	}

	.community .img_box ul li p {
		text-align: left !important;
		font-size: 1.3rem;
	}

	.community .img_box ul li span {
		opacity: 0;
		transform: translate(0, 15%);
		transition: 1s;
	}

	.community .con_area .txt {
		display: block;
	}

	.community .con_area .typo {
		text-align: right;
	}

	.community .con_area .txt .rig {
		margin-top: 3rem;
	}

	.community .img_sd {
		padding: 11.25rem 20px 7.5rem;
	}

	.community .img_sd .tit dl {
		margin-left: 0;
		text-align: left;
	}

	.community .img_sd .thm .arr {
		display: none;
	}

	.community .img_sd .precaution {
		margin-top: 7rem;
	}

	.community .img_box ul li.active span {
		opacity: 1;
		transform: none;
	}

	.community .img_sd .thm_sd {
		width: 100%;
	}
}

@media all and (max-width:700px) and (min-width:600px) and (max-height:700px) and (min-height:600px) {
	.community .img_box ul {
		display: block;
	}

	.community .type1 .img_box,
	.community .type2 .img_box {
		transform: none !important;
	}

	.community .img_box {
		width: 100%;
		padding: 0 7.5rem;
	}

	.community .img_box ul li~li {
		margin-top: 2rem;
	}

	.community .img_box ul .i2 {
		display: none;
	}

	.community .img_box ul li p {
		text-align: left !important;
		font-size: 1rem;
	}

	.community .img_box ul li span {
		opacity: 0;
		transform: translate(0, 15%);
		transition: 1s;
	}

	.community .con_area .txt {
		display: block;
	}

	.community .con_area .typo {
		text-align: right;
	}

	.community .con_area .txt .rig {
		margin-top: 3rem;
	}

	.community .img_sd {
		padding: 8rem 7.5rem 7rem;
	}

	.community .img_sd .tit dl {
		margin-left: 0;
		text-align: left;
	}

	.community .img_sd .thm_sd {
		flex-grow: 1;
	}

	.community .img_sd .precaution {
		margin-top: 7rem;
	}

	.community .img_box ul li.active span {
		opacity: 1;
		transform: none;
	}
}

@media all and (max-width:599px) {
	.community .top_area {
		padding: 6rem 20px 2rem;
	}

	.community .top_area .txt {
		margin-bottom: 5rem;
	}

	.community .top_area .txt span {
		font-size: 1.5rem;
	}

	.community .top_area .txt strong em {
		font-size: 3.5rem;
	}

	.community .con_area .txt_box {
		padding: 0 20px;
	}

	.community .con_area .txt dl dt {
		font-size: 1.4rem;
	}

	.community .img_box {
		padding: 0 20px;
	}

	.community .img_box ul li p {
		padding-top: 0.6rem;
		font-size: 1rem;
	}

	.community .img_sd {
		padding: 11.25rem 20px 7.5rem;
	}

	.community .img_sd .tit {
		padding: 0;
	}

	.community .img_sd .thm {
		padding: 0;
		padding-top: 0.63rem;
	}

	.community .img_sd .thm_sd {
		flex-grow: 1;
	}
}

@media all and (max-width:500px) {
	.community .top_area .txt span {
		font-size: 1.15rem;
	}

	.community .top_area .txt strong {
		margin-bottom: 1rem;
	}

	.community .top_area .txt strong em {
		font-size: 2.5rem;
	}

	.community .top_area .txt strong .line {
		height: 2rem;
		margin: 0 0.6rem;
		margin-top: -0.3rem;
	}

	.community .top_area .txt p {
		font-size: 1rem;
	}

	.community .top_area .tit p span {
		font-size: 0.8rem;
	}

	.community .con_area {
		padding: 7rem 0;
	}

	.community .con_area .txt dl {
		margin-top: 1.2rem;
	}

	.community .con_area .txt dl dt {
		font-size: 1.25rem;
	}

	.community .con_area .txt dl dd p {
		font-size: 0.9rem;
	}

	.community .con_area .typo {
		font-size: 4rem;
		margin-bottom: -1rem;
	}

	.community .con_area .rect {
		width: 5.5rem;
		height: 5.5rem;
	}

	.community .con_area .rect img {
		width: 4rem;
	}

	.community .img_sd {
		padding: 7rem 20px;
	}

	.community .img_sd .tit dl dd {
		font-size: 3rem;
	}

	.community .img_sd .big {
		padding-top: 1rem;
	}

	.community .img_sd .thm_sd span::before,
	.community .img_sd .thm_sd span em::before {
		height: 3px;
	}

	.community .img_sd .thm_sd span::after,
	.community .img_sd .thm_sd span em::after {
		width: 3px;
	}

	.community .img_sd .big p {
		bottom: 1rem;
		left: 1rem;
	}
}

@media all and (max-width:360px) {
	.community .con_area .txt .t2 {
		font-size: 2rem;
	}
}