#Sub__Weare {
	height: 17000px;
	font-family: "Pretendard-Regular", serif;
}
.Weare__TopVisualContainer {
    position: absolute;
    height: 3000px;
}
.Weare__TopVisualContainer .ImagesMainvisual {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.Weare__TopVisualContainer .ImagesMainvisual .cloudBackground {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.Weare__TopVisualContainer .ImagesMainvisual video {
    width: 100vw;
}

.Weare__TopTitleContainer {
	position:absolute;
	z-index:2;
}
.Weare__TopTitle1 {
    position: fixed;
    top: 22vh;
    left: 8vw;
    font-weight: 600;
    font-size: 3.7vw;
    color: #fff;
    letter-spacing: -0.1vw;
    width: 80vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__TopTitle1.onScreen {
	opacity:1;
	transform: translateY(20px);
}
.Weare__TopTitle2 {
    position: fixed;
    top: 31vh;
    left: 8vw;
    font-weight: 600;
    font-size: 3.7vw;
    color: #fff;
    letter-spacing: -0.1vw;
    width: 80vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__TopTitle2 span {
	font-family: "Poppins", Inter, sans-serif;
}
.Weare__TopTitle2.onScreen {
	opacity:1;
	transform: translateY(20px);
}
.Weare__TopTitle3 {
	position: fixed;
	top:38vh;
	left:10vw;
    font-weight: 600;
    font-size: 3.3vw;
	line-height: 3.9vw;
    color: #fff;
	text-align:center;
    letter-spacing: -0.1vw;
    width: 80vw;
	opacity:0;
	transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__TopTitle3.onScreen {
	opacity:1;
	transform: translateY(20px);
}

@media(max-width:1480px) {
	.cloudBackground {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cloudBackground video {
		width:unset;
		height:100vh;
	}
	.Weare__TopVisualContainer .ImagesMainvisual .videoContainer {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		width: 100vw;
		overflow: hidden;
	}
	.Weare__TopVisualContainer .ImagesMainvisual video {
		width:unset;
		height:100vh;
	}
	.Weare__TopTitle1,.Weare__TopTitle2 {
		font-size: 7.7vw;
	}
	.Weare__TopTitle3 {
		font-size: 5.3vw;
		line-height: 5.9vw;
	}
}

@media(max-width:768px) {
	.Weare__TopTitle1,.Weare__TopTitle2 {
		font-size: 9.7vw;
	}
	.Weare__TopTitle3 {
		font-size: 7.3vw;
		line-height: 7.9vw;
	}
}

.Weare__GrowContainer {
	width:100vw;
    top: 3000px;
	height: 14000px;
    position: absolute;
}
.Weare__GrowContainer .titleContainer .title1 {
	font-family: "Poppins", sans-serif;;
    position: absolute;
    top:38vh;
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 3.9vw;
    color: #000;
    text-align: center;
    letter-spacing: -0.1vw;
    width: 100vw;
	opacity:0;
	transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title1.onScreen {
	opacity:1;
	transform: translateY(20px);
}

.Weare__GrowContainer .titleContainer .title2 {
    font-family: "Poppins", sans-serif;;
    position: fixed;
    top: 48vh;
    right: -20vw;
    font-weight: 600;
    font-size: 4.5vw;
    color: #000;
    text-align: right;
    letter-spacing: -0.3vw;
    text-wrap: nowrap;
	opacity:0;
	transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title2.onScreen {
	opacity:1;
	transform: translateX(-30vw);
}

.Weare__GrowContainer .titleContainer .title3 {
    position: fixed;
    top: 43vh;
    right: -20vw;
    font-weight: 600;
    font-size: 4vw;
	line-height: 4.2vw;
    color: #000;
    text-align: left;
    letter-spacing: -0.3vw;
	opacity:0;
	transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title3.onScreen {
	opacity:1;
	transform: translateX(-60vw);
}

.Weare__GrowContainer .titleContainer .background_whoawho {
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    background: #9a78ff;
	opacity: 0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .background_whoawho.onScreen {
	opacity:1;
	transform: translateX(30vw);
}

.Weare__GrowContainer .titleContainer .title_whoawho {
    position: fixed;
    top: 35vh;
    left: -20vw;
    font-weight: 600;
    font-size: 3.7vw;
	line-height: 4vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title_whoawho.onScreen {
	opacity:1;
	transform: translateX(23vw);
	transition: opacity 0.5s ease 0.3s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.3s;
}
.Weare__GrowContainer .titleContainer .subject_whoawho {
    position: fixed;
	width:20vw;
	left:3vw;
    top: calc(35vh + 13vw + 3vw);
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.1vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .subject_whoawho.onScreen {
	opacity:1;
	transform: translateY(-3vw);
	transition: opacity 0.5s ease 0.6s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s;
}

.Weare__GrowContainer .titleContainer .video_whoawho {
	position: fixed;
    top: calc(50vh - 12.5vw);
    right: -50vw;
	opacity:0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .video_whoawho video {
	width: 50vw;
}
.Weare__GrowContainer .titleContainer .video_whoawho.onScreen {
	opacity:1;
	transform: translateX(-50vw);
}

.Weare__GrowContainer .titleContainer .tag_whoawho {
	margin-top:1vw;
}
.Weare__GrowContainer .titleContainer .tag_whoawho div {
    display: inline-block;
    color: #9a78ff;
    font-size: 0.75vw;
	font-weight:600;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 20px;
    background: #f4f4f4;
	margin-bottom: 8px;
}

.threejs_motion {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
	z-index: 2;
}


.Weare__GrowContainer .titleContainer .title4 {
    position: fixed;
    width: 100%;
    top: 48vh;
    right: -20vw;
    font-weight: 600;
    font-size: 4vw;
    line-height: 4.2vw;
    color: #000;
    text-align: center;
    letter-spacing: -0.3vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title4.onScreen {
    opacity: 1;
    transform: translateX(-20vw);
}
.Weare__GrowContainer .titleContainer .title4 span {
    color: #9a78ff;
}

.Weare__GrowContainer .titleContainer .background_ssulpa {
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    background: #d92e2e;
	opacity: 0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .background_ssulpa.onScreen {
	opacity:1;
	transform: translateX(30vw);
}

.Weare__GrowContainer .titleContainer .title_ssulpa {
    position: fixed;
    top: 35vh;
    left: -20vw;
    font-weight: 600;
    font-size: 3.7vw;
	line-height: 4vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title_ssulpa.onScreen {
	opacity:1;
	transform: translateX(23vw);
	transition: opacity 0.5s ease 0.3s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.3s;
}
.Weare__GrowContainer .titleContainer .subject_ssulpa {
    position: fixed;
	width:20vw;
	left:3vw;
    top: calc(35vh + 13vw + 3vw);
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.1vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .subject_ssulpa.onScreen {
	opacity:1;
	transform: translateY(-3vw);
	transition: opacity 0.5s ease 0.6s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s;
}

.Weare__GrowContainer .titleContainer .video_ssulpa {
	position: fixed;
    top: calc(50vh - 12.5vw);
    right: -50vw;
	opacity:0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .video_ssulpa video {
	width: 50vw;
}
.Weare__GrowContainer .titleContainer .video_ssulpa.onScreen {
	opacity:1;
	transform: translateX(-50vw);
}

.Weare__GrowContainer .titleContainer .tag_ssulpa {
	margin-top:1vw;
}
.Weare__GrowContainer .titleContainer .tag_ssulpa div {
    display: inline-block;
    color: #d92e2e;
    font-size: 0.75vw;
	font-weight:600;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 20px;
    background: #f4f4f4;
	margin-bottom: 8px;
}

.Weare__GrowContainer .titleContainer .title5 {
    position: fixed;
    width: 100%;
    top: 48vh;
    right: -20vw;
    font-weight: 600;
    font-size: 4vw;
    line-height: 4.2vw;
    color: #000;
    text-align: center;
    letter-spacing: -0.3vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title5.onScreen {
    opacity: 1;
    transform: translateX(-20vw);
}
.Weare__GrowContainer .titleContainer .title5 span {
    color: #d92e2e;
}


.Weare__GrowContainer .titleContainer .background_dream {
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    background: #e9b058;
	opacity: 0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .background_dream.onScreen {
	opacity:1;
	transform: translateX(30vw);
}

.Weare__GrowContainer .titleContainer .title_dream {
    position: fixed;
    top: 35vh;
    left: -20vw;
    font-weight: 600;
    font-size: 3.7vw;
	line-height: 4vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title_dream.onScreen {
	opacity:1;
	transform: translateX(23vw);
	transition: opacity 0.5s ease 0.3s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.3s;
}
.Weare__GrowContainer .titleContainer .subject_dream {
    position: fixed;
	width:20vw;
	left:3vw;
    top: calc(35vh + 13vw + 3vw);
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.1vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .subject_dream.onScreen {
	opacity:1;
	transform: translateY(-3vw);
	transition: opacity 0.5s ease 0.6s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s;
}

.Weare__GrowContainer .titleContainer .video_dream {
	position: fixed;
    top: calc(50vh - 12.5vw);
    right: -50vw;
	opacity:0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .video_dream video {
	width: 50vw;
}
.Weare__GrowContainer .titleContainer .video_dream.onScreen {
	opacity:1;
	transform: translateX(-50vw);
}

.Weare__GrowContainer .titleContainer .tag_dream {
	margin-top:1vw;
}
.Weare__GrowContainer .titleContainer .tag_dream div {
    display: inline-block;
    color: #e9b058;
    font-size: 0.75vw;
	font-weight:600;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 20px;
    background: #f4f4f4;
	margin-bottom: 8px;
}

.Weare__GrowContainer .titleContainer .title6 {
    position: fixed;
    width: 80vw;
    top: 48vh;
    right: -20vw;
    font-weight: 600;
    font-size: 4vw;
    line-height: 4.2vw;
    color: #000;
    text-align: center;
    letter-spacing: -0.3vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title6.onScreen {
    opacity: 1;
    transform: translateX(-30vw);
}
.Weare__GrowContainer .titleContainer .title6 span {
    color: #e9b058;
}


.Weare__GrowContainer .titleContainer .background_cubesugar {
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    background: #f2919f;
	opacity: 0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .background_cubesugar.onScreen {
	opacity:1;
	transform: translateX(30vw);
}

.Weare__GrowContainer .titleContainer .title_cubesugar {
    position: fixed;
    top: 35vh;
    left: -20vw;
    font-weight: 600;
    font-size: 3.7vw;
	line-height: 4vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title_cubesugar.onScreen {
	opacity:1;
	transform: translateX(23vw);
	transition: opacity 0.5s ease 0.3s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.3s;
}
.Weare__GrowContainer .titleContainer .subject_cubesugar {
    position: fixed;
	width:20vw;
	left:3vw;
    top: calc(35vh + 13vw + 3vw);
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.1vw;
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .subject_cubesugar.onScreen {
	opacity:1;
	transform: translateY(-3vw);
	transition: opacity 0.5s ease 0.6s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s;
}

.Weare__GrowContainer .titleContainer .video_cubesugar {
	position: fixed;
    top: calc(50vh - 12.5vw);
    right: -50vw;
	opacity:0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .video_cubesugar video {
	width: 50vw;
}
.Weare__GrowContainer .titleContainer .video_cubesugar.onScreen {
	opacity:1;
	transform: translateX(-50vw);
}

.Weare__GrowContainer .titleContainer .tag_cubesugar {
	margin-top:1vw;
}
.Weare__GrowContainer .titleContainer .tag_cubesugar div {
    display: inline-block;
    color: #f2919f;
    font-size: 0.75vw;
	font-weight:600;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 20px;
    background: #f4f4f4;
	margin-bottom: 8px;
}

.Weare__GrowContainer .titleContainer .title7 {
    position: fixed;
    width: 80vw;
    top: 48vh;
    right: -20vw;
    font-weight: 600;
    font-size: 4vw;
    line-height: 4.2vw;
    color: #000;
    text-align: center;
    letter-spacing: -0.3vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title7.onScreen {
    opacity: 1;
    transform: translateX(-30vw);
}
.Weare__GrowContainer .titleContainer .title7 span {
    color: #f2919f;
}

.Weare__GrowContainer .titleContainer .title8 {
    position: fixed;
    top: 43vh;
    right: -12vw;
    font-weight: 600;
    font-size: 4vw;
	line-height: 4.2vw;
    color: #000;
    text-align: left;
    letter-spacing: -0.3vw;
	opacity:0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title8.onScreen {
    opacity: 1;
    transform: translateX(-36vw);
}

.Weare__GrowContainer .titleContainer .title9 {
    position: fixed;
    z-index: 4;
    width: 80vw;
    top: 43vh;
    left: -20vw;
    font-weight: 600;
    font-size: 3.8vw;
    line-height: 4.4vw;
    color: #fff;
    text-align: center;
    letter-spacing: -0.2vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .title9.onScreen {
    opacity: 1;
    transform: translateX(30vw);
	transition: opacity 0.5s ease 0.15s, transform 2s cubic-bezier(.165, .84, .44, 1) 0.15s;
}

.Weare__GrowContainer .titleContainer .background_office {
    position: fixed;
	z-index:3;
    top: 0;
    left: -50vw;
    width: 100vw;
    height: 100vh;
	opacity: 0;
	transition: opacity 0.1s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Weare__GrowContainer .titleContainer .background_office.onScreen {
	opacity:1;
	transform: translateX(50vw);
	transition: opacity 0.3s ease 0.3s, transform 0.5s cubic-bezier(.165, .84, .44, 1) 0.3s;
}
.Weare__GrowContainer .titleContainer .background_office .cloud {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0.5;
    background: #000;
}

.Weare__lastCounselBtn {
    font-family: "Poppins", Inter, sans-serif;
    width: 10vw;
    height: 2vw;
    background: #7331ef;
    border-radius: 10vw;
    font-weight: 700;
    font-size: 1vw;
    line-height: 1vw;
    padding-top: 1vw;
    letter-spacing: 0;
    color: #fff;
    margin: 3vw auto;
    opacity: 1;
}

.title_whoawho span, .title_ssulpa span, .title_dream span, .title_cubesugar span {
	display:block;
}

@media(max-width:1480px) and (min-width: 1024px) {
	.Weare__GrowContainer .titleContainer .title3 {
		right:-30vw;
	}
	.Weare__GrowContainer .titleContainer .title8 {
		right: -20vw;
	}
}

@media(max-width:1024px) and (min-width: 768px) {
	.Weare__GrowContainer .titleContainer .title3 {
		right:-36vw;
	}
	.Weare__GrowContainer .titleContainer .title8 {
		right: -23vw;
	}
}

@media (max-width: 768px) {
    .Weare__GrowContainer .titleContainer .title1 {
        font-size: 5.5vw;
        line-height: 5.9vw;
    }
    .Weare__GrowContainer .titleContainer .title2 {
        font-size: 6.5vw;
        right: -23vw;
        text-align: left;
    }
    .Weare__GrowContainer .titleContainer .title2 span {
        display: block;
    }
	.Weare__GrowContainer .titleContainer .title3 {
		top: 49vh;
		right: -37vw;
		font-size: 5vw;
		line-height: 5.2vw;
		text-align:center;
	}
	.Weare__GrowContainer .titleContainer .title8 {
		top: 49vh;
		right: -25vw;
		font-size: 5vw;
		line-height: 5.2vw;
		text-align:center;
	}
	.Weare__GrowContainer .titleContainer .video_whoawho video, .Weare__GrowContainer .titleContainer .video_ssulpa video, .Weare__GrowContainer .titleContainer .video_dream video, .Weare__GrowContainer .titleContainer .video_cubesugar video {
		width: 60vw;
	}
	.Weare__GrowContainer .titleContainer .title9 {
		font-weight: 600;
		font-size: 5.8vw;
		line-height:7vw;
	}
	.Weare__lastCounselBtn {
		width: 30vw;
		height: 5vw;
		font-size: 3vw;
		padding-top: 4vw;
	}
}

@media (max-width: 640px) {
	.Weare__GrowContainer .titleContainer .title4.onScreen, .Weare__GrowContainer .titleContainer .title5.onScreen, .Weare__GrowContainer .titleContainer .title6.onScreen, .Weare__GrowContainer .titleContainer .title7.onScreen, .Weare__GrowContainer .titleContainer .title8.onScreen {
		opacity: 1;
		transform: translateX(-60vw);
	}
	.Weare__GrowContainer .titleContainer .background_whoawho, .Weare__GrowContainer .titleContainer .background_ssulpa, .Weare__GrowContainer .titleContainer .background_dream, .Weare__GrowContainer .titleContainer .background_cubesugar {
		left: -30vw;
		width: 100vw;
		height: 50vh;
	}
	.Weare__GrowContainer .titleContainer .title_whoawho, .Weare__GrowContainer .titleContainer .title_ssulpa, .Weare__GrowContainer .titleContainer .title_dream, .Weare__GrowContainer .titleContainer .title_cubesugar {
		top: 16vh;
		left: -52vw;
		width: 100%;
		font-size: 5vw;
		line-height: 5.5vw;
		text-align: center;
	}
	.Weare__GrowContainer .titleContainer .title_whoawho.onScreen, .Weare__GrowContainer .titleContainer .title_ssulpa.onScreen, .Weare__GrowContainer .titleContainer .title_dream.onScreen, .Weare__GrowContainer .titleContainer .title_cubesugar.onScreen {
		transform: translateX(52vw);
	}
	.Weare__GrowContainer .titleContainer .subject_whoawho, .Weare__GrowContainer .titleContainer .subject_ssulpa, .Weare__GrowContainer .titleContainer .subject_dream, .Weare__GrowContainer .titleContainer .subject_cubesugar {
		width: 100vw;
		top: 30vh;
		left: unset;
		font-size: 3.2vw;
		line-height: 3.4vw;
		text-align: center;
	}
	.Weare__GrowContainer .titleContainer .tag_whoawho div, .Weare__GrowContainer .titleContainer .tag_ssulpa div, .Weare__GrowContainer .titleContainer .tag_dream div, .Weare__GrowContainer .titleContainer .tag_cubesugar div {
		font-size: 2.7vw;
		margin: 5px 5px;
	}
	.Weare__GrowContainer .titleContainer .video_whoawho, .Weare__GrowContainer .titleContainer .video_ssulpa, .Weare__GrowContainer .titleContainer .video_dream, .Weare__GrowContainer .titleContainer .video_cubesugar {
		top:unset;
		bottom: 0;
		right: -50vw;
	}
	.Weare__GrowContainer .titleContainer .video_whoawho video, .Weare__GrowContainer .titleContainer .video_ssulpa video, .Weare__GrowContainer .titleContainer .video_dream video, .Weare__GrowContainer .titleContainer .video_cubesugar video {
		width: unset;
		height: 50vh;
	}
	.Weare__GrowContainer .titleContainer .title3, .Weare__GrowContainer .titleContainer .title4, .Weare__GrowContainer .titleContainer .title5, .Weare__GrowContainer .titleContainer .title6, .Weare__GrowContainer .titleContainer .title7, .Weare__GrowContainer .titleContainer .title8 {
		width: 90vw;
		top: 49vh;
		right: -57vw;
		font-size: 7vw;
		line-height: 7.2vw;
	}
	.title_whoawho span, .title_ssulpa span, .title_dream span, .title_cubesugar span {
		display:none;
	}
}