/* Common */
.wrap--main {
	background: url('../img/main/sec00_bak.png') no-repeat top center / cover;
}

#main {
	position: relative;
	padding-top:90px;
}

#main::after {
	content: "";
	display: block;
	position: absolute;
	left:-20.83333vw;
	bottom:52.083vw;
	width: 60.7291vw;
	height: 62.03125vw;
	opacity:.2;
	background: url('../img/main/sec00_circle.svg') no-repeat center;
	animation: bounce-left 6s 1s infinite both ease-out;
}


.s_set {
	padding:0px 3.33vw;
}

@media screen and (max-width:1200px) {
	#main {
		padding-top:68px;
	}
}
@media screen and (max-width:768px){
	#main {
		padding-top:64px;
	}

	.s_set {
		padding:0px 15px;
	}
}
@media screen and (max-width:576px) {
	#main {
		padding-top:60px;
	}
}


/* Visual */
.sec01 .visual {
	position:relative;
	width:100%;
	height:100vh;
	padding-top:5vw;
	background-color: #fff;
	z-index:10;
}

.sec01 .txt {
	position:absolute;
	left: 50%;
	bottom:6vw;
	transform: translateX(-50%);
	width:100%;
	white-space: nowrap;
	transition: bottom 2s cubic-bezier(0.8, 0, 0.3, 0.99);
}

.sec01 .txt-container {
	padding:0px 3.33vw;
}

.sec01 .txt-inner {
	display: flex;
	justify-content: center;
	gap:1.0416vw;
	overflow:hidden;
	font-size:0px;
}

.sec01 .txt span {
	display: inline-block;
	font-size: 5.7291vw;
	letter-spacing: -0.01em;
	transform: translateY(100%);
	transition: transform 0.5s ease-in-out;
}

.sec01 .txt .ani01 {
	width:39.3541vw;
}

.sec01 .txt .ani01 span:nth-child(1){transition-delay:0.05s;}
.sec01 .txt .ani01 span:nth-child(2){transition-delay:0.10s;}
.sec01 .txt .ani01 span:nth-child(3){transition-delay:0.15s;}
.sec01 .txt .ani01 span:nth-child(4){transition-delay:0.2s;}
.sec01 .txt .ani01 span:nth-child(5){transition-delay:0.25s;}
.sec01 .txt .ani01 span:nth-child(6){transition-delay:0.3s;}
.sec01 .txt .ani01 span:nth-child(7){transition-delay:0.35s;}
.sec01 .txt .ani01 span:nth-child(8){transition-delay:0.4s;}
.sec01 .txt .ani01 span:nth-child(9){transition-delay:0.45s;}
.sec01 .txt .ani01 span:nth-child(10){transition-delay:0.5s;}
.sec01 .txt .ani01 span:nth-child(11){transition-delay:0.55s;}

.sec01 .txt .ani02 span:nth-child(1){transition-delay:0.6s;}
.sec01 .txt .ani02 span:nth-child(2){transition-delay:0.65s;}
.sec01 .txt .ani02 span:nth-child(3){transition-delay:0.7s;}
.sec01 .txt .ani02 span:nth-child(4){transition-delay:0.75s;}
.sec01 .txt .ani02 span:nth-child(5){transition-delay:0.8s;}
.sec01 .txt .ani02 span:nth-child(6){transition-delay:0.85s;}
.sec01 .txt .ani02 span:nth-child(7){transition-delay:0.9s;}
.sec01 .txt .ani02 span:nth-child(8){transition-delay:0.95s;}
.sec01 .txt .ani02 span:nth-child(9){transition-delay:1s;}
.sec01 .txt .ani02 span:nth-child(10){transition-delay:1.05s;}
.sec01 .txt .ani02 span:nth-child(11){transition-delay:1.1s;}
.sec01 .txt .ani02 span:nth-child(12){transition-delay:1.15s;}

.sec01 .txt .ani02 span.icon {
	margin-left: 0.3125vw;
}

.sec01 .txt .ani02 span.icon::after {
	content: "";
	display: inline-block;
	width:2.0833vw;
	height:2.0833vw;
	background: url('../img/main/sec01_pin.svg') no-repeat center / cover;
}

.sec01 .img {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	transform: translateY(100%) scale(0.93);
	opacity: 0;
	transform-origin: top;
	will-change: transform;
	transition: opacity 1.3s ease-in-out .7s, bottom 1.3s ease-in-out .7s;
}

.sec01 .img video {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec01 .txt.active span {
	transform: translateY(0);
}

.sec01 .txt.on {
	bottom: 78vh;
}

.sec01 .txt.on ~ .img {
	bottom: 68vh;
	opacity: 1;
	transform: scale(0.93) translateY(100%);
}

@media screen and (max-width:1536px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:768px) {
	.sec01 .visual {
		height:65vh;
	}

	.sec01 .txt-container {
		padding:0px 15px;
	}

	.sec01 .txt-inner {
		gap:0.5vw;
		white-space: nowrap;
	}

	.sec01 .txt {
		bottom:30vw;
	}

	.sec01 .txt span {
		font-size:5vw;
	}

	.sec01 .txt .ani01 {
		width: 34.8vw;
	}

	.sec01 .txt .ani02 span.icon::after {
		width: 1.25vw;
		height:1.25vw;
		background-size: auto 1.25vw;
	}

	.sec01 .img {
		transform: translateY(100%) scale(1);
	}
	
	.sec01 .txt.on {
		bottom:50vh;
	}
	
	.sec01 .txt.on ~ .img {
		bottom:46vh;
		transform: scale(1) translateY(100%);
	}
}
@media screen and (max-width:576px) {

}

/* Intro */
.sec02 .intro {
	width:100%;
	height:100vh;
	margin-top:36vh;
}

.sec02 .img {
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	width:100%;
	height:100%;
}


.sec02 .txt {
	position:absolute;
	opacity: 0;
  transform: translateX(-80px);
}

.sec02 .txt01 {
	top:17vh;
	left:12px;
}

.sec02 .txt02 {
	right:12px;
	bottom:17vh;
}

.sec02 .txt .t01 {
	position:relative;
	font-size:1.25vw;	
	line-height:1.5;
}

.sec02 .txt .t01::before {
	content: "";
	display: block;
	position:absolute;
	top:50%;
	left:-12px;
	transform: translateY(-50%);
	width:2px;
	height: 80%;
	background-color: #fff;
}

.sec02 .txt .t02 {
	font-size:1vw;
	margin:2.4vw 0px 1.4vw;
}

.sec02 .txt .t03 {
	font-size:0.9375vw;
	line-height:1.7;
}

.sec02 .img_char {
	position: relative;
	font-size:0px;
}

.sec02 .img_char img {
	position: relative;
	width: 7.3645vw;
	height: 8.9270vw;
	z-index:5;
	animation: char-updown-ani 2s ease-in-out infinite forwards;
}

.sec02 .bak {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30vw;
	height:30vw;
}

.sec02 .bak01 {
	z-index:20;
}

.sec02 .bak_side {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	/* height: 100%; */
	z-index:10;
}

.sec02 .bak_side svg {
	overflow: visible;
}

.sec02 .bak_side .st00 {
	stroke-width:0.5;
	stroke-miterlimit:10;
}

.sec02 .bak_side .st01 {
	fill:#fff;
}

.sec02 .bak_main {
	position: absolute;
	/* top:50%; */
	top:53%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 30vw;
	height: 30vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* 추가 퍼블 25.09.04 */
.sec02 .bak03 {
	width:100vw;
	height: 40vw;
}

.sec02 .bak03 .st00 {
	fill:none;
	stroke:#a0a0a0;
}

.sec02 .bak03 .st01 {
	fill:#a0a0a0;
}

.sec02 .bak03 .st3{fill:url(#SVGID_4_);}
.sec02 .bak03 .st4{filter:url(#Adobe_OpacityMaskFilter);}
.sec02 .bak03 .st5{fill:url(#SVGID_5_);}
.sec02 .bak03 .st6{mask:url(#SVGID_1_);}
.sec02 .bak03 .st7{fill:#CA75AE;}
.sec02 .bak03 .st8{fill:url(#SVGID_6_);}
.sec02 .bak03 .st9{fill:url(#SVGID_7_);}
.sec02 .bak03 .st10{filter:url(#Adobe_OpacityMaskFilter_1_);}
.sec02 .bak03 .st11{fill:url(#SVGID_8_);}
.sec02 .bak03 .st12{mask:url(#SVGID_2_);}
.sec02 .bak03 .st13{fill:url(#SVGID_9_);}
.sec02 .bak03 .st14{filter:url(#Adobe_OpacityMaskFilter_2_);}
.sec02 .bak03 .st15{mask:url(#SVGID_3_);fill:url(#SVGID_10_);}
.sec02 .bak03 .st16{fill:none;stroke:#a0a0a0;stroke-width:0.3972;stroke-miterlimit:10;}

/* .sec02 .bak03 {
	width:93vw;
	height: 38vw;
}

.sec02 .bak03 .st01 {
	fill:none;
	stroke:#ffffff;
	stroke-width:1.19;
	stroke-miterlimit:10;
}

.sec02 .bak03 .st02 {
	fill:#ffffff;
} */



@media screen and (max-width:1536px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.sec02 .intro {
		height: auto;
		margin-top: 20vh;
		padding:20vw 0px;
	}

	.sec02 .din {
		display: flex;
		flex-direction: column;
		gap:21.25vw;
	}

	.sec02 .txt {
		position: relative;
		top:unset;
		left:unset;
		right: unset;
		bottom: unset;
		padding-left:10px;
	}

	.sec02 .txt01 {
		order: 1;
	}

	.sec02 .txt02 {
		order: 3;
	}

	.sec02 .txt .t01 {
		font-size:4vw;
	}

	.sec02 .txt .t01::before {
		left: -10px;
	}

	.sec02 .txt .t02 {
		font-size:3.25vw;
	}

	.sec02 .txt .t03 {
		font-size: 3vw;
	}

	.sec02 .img {
		order: 2;
	}

	.sec02 .img::before {
		left: 10vw;
		bottom:-11vw;
		width: 7vw;
		height: 7vw;
	}

	.sec02 .img::after {
		top:-8vw;
		right: 20vw;
		width: 5vw;
		height: 5vw;
	}

	.sec02 .img_char img {
		width:13.875vw;
		height:18vw;
	}

	.sec02 .bak {
		width: 44vw;
		height:44vw;
	}

	.sec02 .bak03 {
		width: 230vw;
		height: 99vw;
	}

	.sec02 .bak_main {
		width: 50vw;
		height: 50vw;
	}
	
}
@media screen and (max-width:576px) {

}


/* Portfolio */
.sec03 {
	position: relative;
	padding:6.25vw 0px;
}

.sec03::after {
	content: "";
	display: block;
	position: absolute;
	right:-14.5833vw;
	top:52.083vw;
	width: 60.7291vw;
	height: 62.03125vw;
	opacity:.2;
	background: url('../img/main/sec00_circle.svg') no-repeat center;
	animation: bounce-right 6s 1s infinite both ease-out;
}

.sec03 .hd {
	position: relative;
	margin-bottom:4.1667vw;
}

.sec03 .hd::after {
	content: "";
	display: inline-block;
	position: absolute;
	top:-0.1vw;
	right: -2vw;
	transform: rotate(15deg) scale(0);
	width: 7.8125vw;
	height: 2.34375vw;
	background: url('../img/main/sec03_ele.svg') no-repeat center;
	transition: all .8s ease .2s;
}

.sec03 .hd h2 {
	font-size: 8.86vw;
	opacity:0;
	transform: translateX(-80px);
	transition: all .8s ease;
}

.sec03 .bd {
	opacity:0;
	transform: translateY(80px);
	transition: all .8s ease;
	position: relative;
	z-index:10;
}

.sec03 .list {
	display: flex;
	flex-wrap: wrap;
	gap:1.5625vw 1.0416vw;
}

.sec03 .item {
	flex:1 1 calc(50% - 1.0416vw);
	max-width:50%;
}

.sec03 .item-basic dl {
	display: flex;
	gap:0px 1.0416vw;
}

.sec03 .item-basic dd {
	position:relative;
	flex:1 1 calc(50% - 1.0416vw);
	max-width:50%;
}

.sec03 .item-basic dd.end {
	display: flex;
	align-items: flex-end;
}

.sec03 a {
	display: block;
	position:relative;
	width:100%;
	height:0;
	padding-top: 100%;
	border-radius:30px;
	overflow:hidden;
	z-index:5;
}

.sec03 a.small {
	padding-top: 66.74%;
}

.sec03 a.big {
	padding-top: 48.88%;
}

.sec03 .char {
	position:absolute;
	font-size:0px;
}

.sec03 .char01 {
	top:1.5625vw;
	left:-2.6041vw;
}

.sec03 .char01 img {
	width:11.6145vw;
	height:10.5729vw;
}

.sec03 .char02 {
	right:2.0833vw;
	bottom:2.0833vw;
}

.sec03 .char02 img {
	width: 11.354vw;
	height: 16.4583vw;
}

.sec03 .img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sec03 .hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:2;
	padding: 2.6041vw 2.0833vw;
	background-color: #7828ca;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-out;
}

.sec03 .hover i {
	display: block;
	width:1.5104vw;
	height: 1.5104vw;
	margin-bottom: 20px;
	background: url('../img/main/sec03_pin01.svg') no-repeat center / cover;
}

.sec03 .hover .t01 {
	font-size: 1.77vw;
}

.sec03 .hover .t02 {
	font-size: 0.9375vw;
	margin:30px 0px 20px;
}

.sec03 .hover .t03 {
	font-size: 0.9375vw;
}

.sec03 .pin {
	position:absolute;
	left:2.083vw;
	bottom: 0;
}

.sec03 .pin i {
	display: block;
	width: 2.65625vw;
	height: 2.65625vw;
	margin-bottom: 1.0416vw;
	background: url('../img/main/sec03_pin02.svg') no-repeat center / cover;
	transform: scale(0);
	transition:all .8s;
}

.sec03 .pin p {
	font-size: 1vw;
	line-height:1.6;
	opacity:0;
	transform:translateX(-80px);
	transition: all .8s ease;
}

.sec03 .hd.on::after {
	transform: rotate(15deg) scale(1);
}

.sec03 .hd.on h2 {
	opacity: 1;
	transform: translateX(0);
}

.sec03 .bd.on {
	opacity: 1;
	transform: translateY(0);
}

.sec03 .bd.on .char01 img,
.sec03 .bd.on .char02 img {
	animation: char-updown-ani 3s ease-in-out infinite forwards;
}

.sec03 .bd .pin.active i {
	animation: shiny-ani 3s ease infinite forwards;
}

.sec03 .bd .pin.active p {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (min-width:1201px){
	.sec03 .item dd:hover .hover {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width:1536px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.sec03 .hover {
		height: auto;
		top:unset;
		bottom: 0;
		opacity: 1;
		visibility: visible;
		background-color: transparent;
		background-image:linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
		background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	}

	.sec03 .hover i {
		display: none;
	}

	.sec03 .hover .t01,
	.sec03 .hover .t02,
	.sec03 .hover .t03 {
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1; 
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.sec03 .hover .t02 {
		margin: 10px 0px 20px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.sec03 {
		padding:12.5vw 0px;
	}

	.sec03 .hd::after {
		top:-0.6vw;
		right: -3vw;
		width: 11.25vw;
		height: 3.75vw;
	}

	.sec03 .hd h2 {
		font-size: 12.5vw;
	}

	.sec03 .list {
		gap:2.5vw 1.25vw;
	}

	.sec03 .item-basic dl {
		gap:0px 1.25vw;
	}

	.sec03 .item {
		flex:1 1 calc(100% - 1.25vw);
		max-width:100%;
	}

	.sec03 a {
		border-radius:20px;
	}

	.sec03 a.small {
		padding-top:100%;
	}

	.sec03 .pin {
		left:4.75vw;
	}

	.sec03 .pin i {
		width:5.375vw;
		height: 5.375vw;
	}

	.sec03 .pin p {
		font-size:2.75vw;
	}

	.sec03 .char01 {
		top:2vw;
		left: -3.5vw;
	}

	.sec03 .char01 img {
		width:23.5vw;
		height:21.375vw;
	}

	.sec03 .char02 {
		right:5vw;
		bottom: 3.75vw;
	}

	.sec03 .char02 img {
		width:22.75vw;
    height:32.625vw;
	}

	.sec03 .hover {
		padding:5.2vw 3.9vw;
	}

	.sec03 .hover .t01 {
		font-size: 4.16667vw;
	}

	.sec03 .hover .t02 {
		font-size: 2.6041vw;
		margin: 2vw 0px 3.9vw;
	}

	.sec03 .hover .t03 {
		font-size: 2.6041vw;
	}
}
@media screen and (max-width:576px) {

}


/* Wave */
.sec04 {
	padding:0px 0px 7.8125vw;
}

.sec04 .wave-ani {
	display: flex;
	gap:20px;
	white-space:nowrap;
}

.sec04 .wave-ani h2 {
	font-size:5.7vw;
}

@media screen and (max-width:1536px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.sec04 .wave-ani h2 {
		font-size:10vw;
	}
}
@media screen and (max-width:576px) {

}


/* Our */
.sec05 .our {
	position:relative;
	width:100%;
	height: 100vh;
}

.sec05 .our-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.sec05 .our-wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 8.3333vw;
	bottom:1vw;
	width: 9vw;
	height: 9vw;
	background: url('../img/main/sec05_star01.svg') no-repeat center;
	animation: shiny-ani 3s ease infinite forwards;	
}

.sec05 .our-wrap::after {
	content: "";
	display: block;
	position: absolute;
	top:12.5vw;
	right: 8.3333vw;
	width: 3.3854vw;
	height: 3.3854vw;
	background: url('../img/main/sec05_star02.svg') no-repeat center;
	animation: shiny-ani 3s ease .2s infinite forwards;	
}

.sec05 .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:100%;
	z-index:5;
}

.sec05 .txt .t01 {
	font-size:2.7vw;
}

.sec05 .txt .t02 {
	font-size: 12vw;
}

.sec05 .bak {
	position: absolute;
	top:52%;
	right: 9.375vw;
	transform: translateY(-50%);
	z-index:-1;
}

.sec05 .bak .bak-side {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height:100%;
}

.sec05 .bak .bak-side svg {
	overflow: visible;
}

.sec05 .bak .bak-main {
	width: 44.8958vw;
	height: 30.4687vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sec05 .bak .st01 {
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
}

.sec05 .bak .st02 {
	fill:#fff;
}

.sec05 .ele {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	font-size: 0px;
	pointer-events: none;
}

.sec05 .ele-box {
	position: absolute;
	top:0px;
	will-change: transform;
}

.sec05 .ele01 .ele-box:nth-child(1) {
	left: 28%;
}

.sec05 .ele01 .ele-box:nth-child(2) {
	left: 53%;
}

.sec05 .ele01 .ele-box:nth-child(3) {
	left: 14%;
}

.sec05 .ele02 .ele-box:nth-child(1) {
	left: 25%;
}

.sec05 .ele02 .ele-box:nth-child(2) {
	left: 54%;
}

.sec05 .ele02 .ele-box:nth-child(3) {
	left: 38.5%;
}

.sec05 .ele01 .ele-box:nth-child(1) div {
	transform: rotate(-15deg);
}

.sec05 .ele01 .ele-box:nth-child(2) div {
	transform: rotate(8deg);
}

.sec05 .ele01 .ele-box:nth-child(3) div {
	transform: rotate(10deg);
}

.sec05 .ele02 .ele-box:nth-child(1) div {
	transform: rotate(8deg);
}

.sec05 .ele02 .ele-box:nth-child(2) div {
	transform: rotate(-15deg);
}

.sec05 .ele02 .ele-box:nth-child(3) div {
	transform: rotate(0deg);
}

.sec05 .ele01 .ele-box:nth-child(1) img {
	width: 17.5520vw;
	height: 5.2083vw;
}

.sec05 .ele01 .ele-box:nth-child(2) img {
	width: 28.3333vw;
	height:5.9895vw;
}

.sec05 .ele01 .ele-box:nth-child(3) img {
	width: 18.125vw;
	height: 5.2083vw;
}

.sec05 .ele02 .ele-box:nth-child(1) img {
	width: 19.2708vw;
	height: 5.2083vw;
}

.sec05 .ele02 .ele-box:nth-child(2) img {
	width: 19.375vw;
	height: 5.2083vw;
}

.sec05 .ele02 .ele-box:nth-child(3) img {
	width: 21.5625vw;
	height: 5.2083vw;
}

@media screen and (max-width:1536px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.sec05 .our {
		height: auto;
		padding: 80vw 0px;
	}

	.sec05 .our-wrap {
		position: unset;
	}

	.sec05 .txt .t01 {
		font-size:3.25vw;
		margin-bottom: 5vw;
	}

	.sec05 .txt .t02 {
		font-size: 14.75vw;
		line-height: .8;
	}

	.sec05 .bak {
		top: 60%;
		right:0px;
	}

	.sec05 .bak .bak-main {
		width: 50.8958vw;
		height: 36.4687vw;
	}

	/* .sec05 .ele-box {
		opacity:0;
		transform: translateY(4vw);
		transition: all 1s ease-out;
	}

	.sec05 .ele-box.active {
		opacity: 1;
		transform: translateY(0);
	} */

	.sec05 .ele01 .ele-box:nth-child(1) {
		top:9.5vw;
		left: unset;
		right: 14vw;
	}

	.sec05 .ele01 .ele-box:nth-child(2) {
		top:54.25vw;
		left: unset;
		right: 5vw;
	}

	.sec05 .ele01 .ele-box:nth-child(3) {
		top:30.5vw;
		left: 7.875vw;
	}
	
	.sec05 .ele02 .ele-box:nth-child(1) {
		top:116.25vw;
		left: 5vw;
	}

	.sec05 .ele02 .ele-box:nth-child(2) {
		left: unset;
		top:132.5vw;
		right: 5vw;
	}

	.sec05 .ele02 .ele-box:nth-child(3){
		top:160vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.sec05 .ele01 .ele-box:nth-child(1) img {
		width: 42.125vw;
		height: 12.5vw;
	}

	.sec05 .ele01 .ele-box:nth-child(2) img {
		width: 68vw;
		height: 14.375vw;
	}

	.sec05 .ele01 .ele-box:nth-child(3) img {
		width: 43.5vw;
		height: 12.5vw;
	}

	.sec05 .ele02 .ele-box:nth-child(1) img {
		width: 46.25vw;
		height: 12.5vw;
	}

	.sec05 .ele02 .ele-box:nth-child(2) img {
		width: 46.5vw;
		height: 12.5vw;
	}

	.sec05 .ele02 .ele-box:nth-child(3) img {
		width: 51.75vw;
		height: 12.5vw;
	}
}
@media screen and (max-width:576px) {

}


/* Band */
.sec06 {
	position: relative;
	z-index:2;
	padding: 9.375vw 0px;
}

@media screen and (max-width:768px)  {
	.sec06 {
		padding: 7.5vw 0px;
	}	
}
