.world {
	position: sticky;
	position: -webkit-sticky;
	top:0;
	width: 100%;
	display:none;
	overflow:hidden;
}
/* 로딩 바 스타일 */
#loading-bar {
	width: 100%;
	height: 5px;
	background-color: #beb2ff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
  
#loading-bar .bar {
	width: 0%;
	height: 100%;
	background-color: #ff62b7;
}

#Sub__Service {
  font-family: "Pretendard-Regular", serif;
  position:absolute;
  background:#000;
  height:5000px;
}


.Service__Container {
	height: auto;
	position: absolute;
	width: 100%;
	top:50vh;
}

.Service__Container #Service__titleServices {
	bottom:0;
	position:fixed;
}

.Service__Container #Service__titleServices .Service__titleS {
	opacity:0;
    font-family: "Poppins", Inter, sans-serif;
    font-weight: 400;
    font-size: 4vw;
    line-height: 100%;
    color: #fff;
    padding-left: 2vw;
    letter-spacing: -0.2vw;
	transition: opacity 0.5s ease 0.1s, transform 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(500px);
}
.Service__Container #Service__titleServices .Service__titleS.onScreen {
	opacity:1;
	transform: translateY(0px);
}


.Service__Container #Service__titleServices .Service__titleL {
	opacity:0;
    font-family: "Poppins", Inter, sans-serif;
    font-size: 13vw;
    color: #fff;
    font-weight: 600;
    margin-left: 2vw;
    letter-spacing: -0.3vw;
    line-height: 100%;
	transition: opacity 0.5s ease 0.6s, transform 1s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(500px);
}
.Service__Container #Service__titleServices .Service__titleL.onScreen {
	opacity:1;
	transform: translateY(0px);
}



.Service__topTitleLeft {
	position: fixed;
    font-weight: 600;
    font-size: 4vw;
    color: #fff;
    letter-spacing: -0.1vw;
    opacity: 0;
    width: 50vw;
    text-align: right;
    padding-right: 10vw;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__topTitleLeft.onScreen {
	opacity:1;
}
.Service__topTitleLeft.onMoveInside {
	transform: translateX(30vw);
}

.Service__topTitleRight {
	position: fixed;
    font-weight: 600;
    font-size: 4vw;
    color: #fff;
    letter-spacing: -0.1vw;
    opacity: 0;
    width: 50vw;
    text-align: left;
    padding-left: 10vw;
    right: 0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__topTitleRight.onScreen {
	opacity:1;
}
.Service__topTitleRight.onMoveInside {
	transform: translateX(-30vw);
}

@media(max-width:768px)and (orientation:portrait) {
	.Service__topTitleLeft {
		top: 25vh;
		width: 100%;
		font-size: 8vw;
		padding-right: -10vw;
		text-align: center;
	}
	.Service__topTitleLeft.onScreen {
		transform: translateX(5vw);
	}
	.Service__topTitleRight {
		bottom: 13vh;
		width: 100%;
		font-size: 8vw;
		padding-right: -20vw;
		text-align: center;
	}
	.Service__topTitleRight.onScreen {
		transform: translateX(-5vw);
	}
}

.Service__topTitleThird {
	position: fixed;
    top: calc(50% - 5vw);
    text-wrap: nowrap;
    font-family: Inter, serif;
    font-weight: 600;
    font-size: 10vw;
    color: #fff;
    letter-spacing: -0.1vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
	transform: translateX(0);
	line-height: 8vw;
}
.Service__topTitleThird.onScreen {
	opacity:1;
	transform: translateX(30vw);
}
.Service__topTitleThird.onMoveUpside {
	opacity:0;
	transform: translateX(30vw) translateY(-50vh);
}
.Service__topTitleThird span {
	display: block;
    margin-left: 8vw;
}

.Service__midTitle1 {
	position: fixed;
	font-family: Inter, serif;
    font-weight: 500;
    top: 35vh;
    font-size: 3.7vw;
    color: #fff;
    letter-spacing: -0.1vw;
    opacity: 0;
    width: 80vw;
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__midTitle1 div {
	font-family: "Pretendard-Regular", serif;
	font-size: 1vw;
	margin-top: 0.8vw;
	line-height: 1.3vw;
}
.Service__midTitle1.onScreen {
	opacity:1;
	transform: translateX(3vw);
}
.Service__midTitle1.onMoveUpside {
	opacity:0;
	transform: translateY(-30vh);
}

.Service__Container .projectCountBox1 {
    position: fixed;
    z-index: 10;
    width: 30vw;
    height: 46vh;
    background: #000;
    right: -30vw;
    top: calc(50vh - 23vh);
    border-radius: 1vw 0 0 1vw;
	border: 1px solid #444;
	opacity:0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__Container .projectCountBox1.onScreen {
	opacity:1;
	transform: translateX(-20vw);
}


.Service__Container .projectCountBox1 .count {
	font-family: "Poppins", Inter, serif;
    font-size: 5.5vw;
    color: #fff;
    font-weight: 200;
    letter-spacing: -0.3vw;
    margin-left: 1.3vw;
    margin-top: 0.6vw;
}

.Service__Container .projectCountBox1 .title {
    font-family: Inter, serif;
    font-size: 0.7vw;
    color: #fff;
    font-weight: 500;
    margin-left: 1.8vw;
}

.Service__Container .projectCountBox1 .text {
    position: absolute;
	width:20vw;
    bottom: 1.7vw;
    font-size: 0.7vw;
    color: #fff;
    font-weight: 500;
    padding: 1.7vw 1.7vw 0;
}
.Service__Container .projectCountBox1.onMoveUpside {
	opacity:0;
	transform: translateY(-30vh);
}


@media(max-width:860px) {
	.Service__midTitle1 {
		font-size: 4.2vw;
	}
	.Service__midTitle1 div {
		font-size: 2.5vw;
		margin-top: 1.8vw;
		line-height: 3vw;
	}
	.Service__Container .projectCountBox1 {
		width: 45vw;
		height: 40vh;
		bottom: 0;
		top:unset;
	}
	.Service__Container .projectCountBox1 .count {
		font-size: 10.5vw;
	}
	.Service__Container .projectCountBox1 .title {
		font-size: 2.2vw;
		margin-top: -1.8vw;
	}
	.Service__Container .projectCountBox1 .text {
		font-size: 1.9vw;
		width: 35vw;
	}
}

@media(max-width:640px)and (orientation:portrait) {
	.Service__midTitle1 {
		font-size: 6.2vw;
	}
	.Service__midTitle1 div {
		font-size: 3.5vw;
		margin-top: 2.8vw;
		line-height: 4.8vw;
	}
	.Service__Container .projectCountBox1 {
		width: 45vw;
		height: 26vh;
		bottom: 0;
		top:unset;
	}
}

.Service__midTitle2 {
    position: fixed;
    font-family: Inter, serif;
    font-weight: 500;
    top: 35vh;
    right: 0;
    font-size: 3.7vw;
    color: #fff;
    letter-spacing: -0.1vw;
    opacity: 0;
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__midTitle2 div {
	font-family: "Pretendard-Regular", serif;
	font-size: 1vw;
	margin-top: 0.8vw;
	line-height: 1.3vw;
}
.Service__midTitle2.onScreen {
    opacity: 1;
    transform: translateX(-3vw);
	transition: opacity 0.5s ease 0.5s, transform 1.5s cubic-bezier(.165, .84, .44, 1) 0.5s;
}
.Service__midTitle2.onMoveUpside {
	opacity:0;
	transform: translateY(-30vh);
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}

.Service__Container .projectCountBox2 {
    position: fixed;
    z-index: 10;
    width: 30vw;
    height: 46vh;
    background: #000;
    left: -30vw;
    top: calc(50vh - 23vh);
    border-radius: 0 1vw 1vw 0;
	border: 1px solid #444;
	opacity:0;
	padding-left:10vw;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__Container .projectCountBox2.onScreen {
	opacity:1;
	transform: translateX(20vw);
}


.Service__Container .projectCountBox2 .count {
	font-family: "Poppins", Inter, serif;
    font-size: 5.5vw;
    color: #fff;
    font-weight: 200;
    letter-spacing: -0.3vw;
    margin-left: 1.3vw;
    margin-top: 0.6vw;
}

.Service__Container .projectCountBox2 .title {
    font-family: Inter, serif;
    font-size: 0.7vw;
    color: #fff;
    font-weight: 500;
    margin-left: 1.8vw;
}

.Service__Container .projectCountBox2 .text {
    position: absolute;
    bottom: 1.7vw;
    font-size: 0.7vw;
    color: #fff;
    font-weight: 500;
    padding: 1.7vw 1.7vw 0;
}
.Service__Container .projectCountBox2.onMoveUpside {
	opacity:0;
	transform: translateY(-30vh);
}

@media(max-width:860px) {
	.Service__midTitle2 {
		font-size: 4.2vw;
	}
	.Service__midTitle2 div {
		font-size: 2.5vw;
		margin-top: 1.8vw;
		line-height: 3vw;
	}
	.Service__Container .projectCountBox2 {
		width: 45vw;
		height: 40vh;
		bottom: 0;
		top:unset;
	}
	.Service__Container .projectCountBox2 .count {
		font-size: 10.5vw;
	}
	.Service__Container .projectCountBox2 .title {
		font-size: 2.2vw;
		margin-top: -1.8vw;
	}
	.Service__Container .projectCountBox2 .text {
		font-size: 1.9vw;
		width: 35vw;
	}
}

@media(max-width:640px)and (orientation:portrait) {
	.Service__midTitle2 {
		font-size: 6.2vw;
	}
	.Service__midTitle2 div {
		font-size: 3.5vw;
		margin-top: 2.8vw;
		line-height: 4.8vw;
	}
	.Service__Container .projectCountBox2 {
		width: 45vw;
		height: 26vh;
		bottom: 0;
		top:unset;
	}
}

#Sub__Service .Service__portfolio {
	position: fixed;
	width:200vw;
	top: 100vh;
	display: flex;
	flex-wrap: wrap;
	gap: 1vw;
	transition: transform 1s cubic-bezier(.165, .84, .44, 1);
}
#Sub__Service .Service__portfolio.onScreen {
	transform: translateY(-260vh) translateX(-100vw);
	transition: transform 3s cubic-bezier(.165, .84, .44, 1) 0.5s;
}

#Sub__Service .Service__portfolio .img {
	width: 19vw;
	height: 38vw;
	border-radius: 2vw;
}
#Sub__Service .Service__portfolio .img:nth-child(0) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/sub11-2.png');
}
#Sub__Service .Service__portfolio .img:nth-child(1) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_shipley.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(2) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_lalla.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(3) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/sub11-6.png');
}
#Sub__Service .Service__portfolio .img:nth-child(4) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_exhibition.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(5) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/sub11-1.png');
}
#Sub__Service .Service__portfolio .img:nth-child(6) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_nubebe.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(7) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/sub11-5.png');
}
#Sub__Service .Service__portfolio .img:nth-child(8) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_recipe.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(9) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_garden.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(10) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/sub11-4.png');
}
#Sub__Service .Service__portfolio .img:nth-child(11) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_meetgreen.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(12) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_nubebe2.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(13) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_10.png');
}
#Sub__Service .Service__portfolio .img:nth-child(14) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_08.png');
}
#Sub__Service .Service__portfolio .img:nth-child(15) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_gardencourtgd.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(16) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_oori.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(17) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_05.png');
}
#Sub__Service .Service__portfolio .img:nth-child(18) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_mitzone.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(19) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_nexteye.jpg');
}
#Sub__Service .Service__portfolio .img:nth-child(20) {
	background-size:cover;background-position:50%;background-image: url('/images/portfolio/portfolio_superskin.jpg');
}

@media(max-width:640px)and (orientation:portrait) {
	#Sub__Service .Service__portfolio .img {
		width: 35vw;
		height: 60vw;
	}
}

.Service__lastTitle1 {
    position: fixed;
    top: 40vh;
	left:-50vw;
    font-weight: 600;
    font-size: 4vw;
    color: #000;
    letter-spacing: -0.1vw;
    opacity: 0;
    width: 50vw;
    padding-left: 4vw;
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__lastTitle1.onScreen {
	opacity:1;
	transform: translateX(50vw);
	transition: opacity 0.5s ease 1.5s, transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;

}
.Service__lastTitle2 {
    position: fixed;
    right: -50vw;
    top: 40vh;
    font-weight: 500;
    font-size: 2vw;
    color: #fff;
    letter-spacing: -0.1vw;
    opacity: 0;
    width: 50vw;
    padding-left: 3vw;
    transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__lastTitle2.onScreen {
	opacity:1;
	transform: translateX(-48vw);
	transition: opacity 0.5s ease 2s, transform 1.5s cubic-bezier(.165, .84, .44, 1) 2s;
}
.Service__lastBackground {
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background: #000;
	opacity: 0;
	transition: opacity 0.5s ease, transform 1.5s cubic-bezier(.165, .84, .44, 1);
}
.Service__lastBackground.onScreen {
	opacity:1;
	transform: translateX(-50vw);
	transition: opacity 0.5s ease 1.5s, transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;
}
.Service__lastCounselBtn {
    width: 10vw;
    height: 3vw;
    border: 3px solid #ddd;
    border-radius: 10vw;
    margin-top: 1vw;
}
.Service__lastCounselBtn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1vw;
    color: #fff;
    padding: 1vw 0;
    text-align: center;
}

@media(max-width:640px)and (orientation:portrait) {
	.Service__lastTitle1 {
		text-align: center;
		left: -50vw;
		font-size: 6vw;
		width: 100vw;
		top: 25vh;
		padding-left: 0;
	}
	.Service__lastTitle2 {
		text-align: center;
		right: -50vw;
		font-size: 5vw;
		width: 100vw;
		top: 60vh;
		padding: 5vw;
		box-sizing: border-box;
	}
	.Service__lastCounselBtn {
		width: 35vw;
		height: 10vw;
		margin: 3vw auto;
	}
	.Service__lastCounselBtn a {
	    font-size: 4vw;
		padding: 2.5vw 0;
	}
	.Service__lastBackground {
		top: 50vh;
		width: 100vw;
		height: 50vh;
	}
}