.textchange {
    height: auto;
	background:#f6f6f6;
}

.textboard {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ::::: 스크롤 - TextRolling ::::: */

.mainV {
    z-index: 1;
    position: relative;
}


.backgroundDiv {
    width: 100%;
    height: 100%;
    background: #888;
    position: absolute;
    left: 0;
    top: 0;
}

.bgImg {
    width: 100%;
    height: 100vh;
    background: #444;
    position: sticky;
    top: 0;
    overflow: hidden;
}
.bgImg img {
    width: auto;
    height: 120%;
}

video#bgVideo {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 0;
    width: auto;
    height: 115%;
}

.textRolling {
    position: relative;
    height: 3000px;
    background: #000;
}


.textBox {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 172rem;
    margin: 0 auto;
}


.mainV .recruitBG {width: 100%; height: 0; position: sticky; left: 0; top: 0; height: 0;}
.mainV .recruitBG img {width: 100%; height: auto;}
.mainV .recruitBG {width: 100%; height: 0; left: 0; top: 0; z-index: -1;}



.mainV .aboutInner {padding:0; max-width:unset;}
.mainV .fixInner {
    padding: 0 2rem;
    max-width: 172rem;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	z-index:2;
}

.textchange {background-color: #222; transition: background-color 1s ease;}
.textchange .panel {display: flex; min-height: 33rem; align-items: center; justify-content: space-around;}
.textchange .panel .cont {height:1800px;}
.textchange .panel:last-child {height: 100vh;}
span.categoryAbout {color: #00D1A3; font-size: 3rem; font-weight: 700; line-height: 4rem; letter-spacing: 1.8px;}
.text01 {color: #FFF; font-size: 5.6rem; font-weight: 700; line-height: 8rem; letter-spacing: -1.12px; margin-top:3rem;}
.mainV .fix {position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow:hidden;}

.videoDim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

/* .mainV .fix {background: url(../img/sub/about/aboutMainBg.jpg) no-repeat center / cover;} */

.text02 {color: #FFF; font-size: 3.3rem; font-weight: 400; line-height: 5.4rem; letter-spacing: -0.66px;}
.text02:nth-child(2) {padding:3rem 0;}
.text03 {color: #FFF; font-size: 5.6rem; font-weight: 700; line-height: 8rem; letter-spacing: -1.12px;}
.text4 {width: 100%; max-width: 40.1rem;}
.text4 img {width:100%; height:auto;}

.aboutV {position: absolute; transform: translateY(28rem); transition: all 1s ease;}
.mainV01 {opacity:1; transform: translateY(0rem);}
.mainV02 {opacity: 0;}
.mainV03 {opacity:0;}
.mainV04 {opacity:0; transform: translateY(15rem);}

.panel01 {min-height:2vh;}

.show-textV02 .mainV01{opacity:0; transform: translateY(-28rem);}
.show-textV02 .mainV02{opacity:1; transform: translateY(0rem);}

.show-textV03 .mainV01{opacity:0; transform: translateY(-28rem);}
.show-textV03 .mainV02{opacity:0; transform: translateY(-28rem);}
.show-textV03 .mainV03{opacity:1; transform: translateY(0rem);}

.show-textV04 .mainV01{opacity:0; transform: translateY(-28rem);}
.show-textV04 .mainV03{opacity:0; transform: translateY(-28rem);}
.show-textV04 .mainV04{opacity:1; transform: translateY(0rem);}

.circleGroup {
    position: sticky;
    right: 0;
    left: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
	z-index: 2;
}

.circleV {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    border: 1px solid #00D1A3;
    position: absolute;
    transition: all 1s ease;
    top: 0;
    transform: translateY(-50%);
}

.show-textV02 .circleTop {top:-7.5rem;}
.show-textV02 .circleBtom {top:7.5rem;}

.show-textV03 .circleV {backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); background: rgba(0, 209, 163, 0.60); border: rgba(0, 209, 163, 0.60);}
.show-textV03 .circleTop {top:-14rem;}
.show-textV03 .circleBtom {top:14rem;}

.show-textV04 .circleV {backdrop-filter:blur(10px);-webkit-backdrop-filter: blur(10px);  background: rgba(0, 209, 163, 1); border:rgba(0, 209, 163, 0.60);}
.show-textV04 .circleTop {top:-14rem;}
.show-textV04 .circleBtom {top:14rem;}

/* .mainV .show-textV04 .recruitBG {height:100vh; overflow: hidden;} */

/* ::::: // 스크롤 - TextRolling ::::: */

.aboutInner {
	width:100%;
	margin:0 auto;
	padding:0 2rem;
	max-width:172rem;
}

.aboutGTitle {
	color: #00D1A3;
	font-family: "Gilroy";
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4rem;
	letter-spacing: 0.9px;
	margin-bottom:2rem;
}
.aboutBTitle {
    color: #111;
    font-size: 8rem;
    font-weight: 700;
    line-height: 10rem;
    letter-spacing: 2.4px;
	text-transform: uppercase;
	font-family: "Gilroy-Bold";
}

@media (min-width:2000px) {
	video#bgVideo {
		width: 100%;
		height: auto;
	}
}

@media (max-width:1300px) and (min-width:922px) {
	.text01 {font-size: 4.5rem; line-height: 6.5rem; margin-top: 2rem;}
	.text02 {font-size: 2.5rem; line-height: 4rem;}
	.circleV {width: 17rem; height: 17rem;}
	.text03 {font-size: 4.5rem; line-height: 6.5rem;}
	
	.show-textV02 .circleTop {top: -6.5rem;}
	.show-textV02 .circleBtom {top: 6.5rem;}
	
	.show-textV03 .circleTop {top: -12rem;}
	.show-textV03 .circleBtom {top: 12rem;}
	
	.show-textV04 .circleTop {top: -12rem;}
	.show-textV04 .circleBtom {top: 12rem;}
	
	.text4 {width: 89%; max-width: 40.1rem;}
	
	.aboutGTitle {margin-bottom: 0rem; font-size: 2.8rem;}
	
	.circleV {width: 14rem; height: 14rem;}
	
	
}

@media (max-width:991px) {
	span.categoryAbout {font-size: 1.8rem; line-height: 2.2rem; letter-spacing: 0.65px;}
	.mainV02 {opacity: 0; width: calc(100% - 4rem); z-index:5; }
	.text01 {font-size: 4rem; line-height: 6rem; text-align: left; width: 100%; margin-top: 2.5rem;}
	.text02 {font-size: 2.2rem; line-height: 3.4rem; letter-spacing: -0.66px; text-align: left;}
	.text03 {font-size: 3.5rem; line-height: 5.2rem; letter-spacing: -0.32px; text-align: left; width: 100%;}
	.text02:nth-child(2) {padding:2rem 0;}
	
	.textchange .panel {display: flex; min-height: 64rem; align-items: center; justify-content: space-around;}
	
	
}

@media (max-width:767px) {
	span.categoryAbout {font-size: 1.3rem; line-height: 1.6rem; letter-spacing: 0.65px;}
	.text01 {font-size: 2.6rem; line-height: 3.4rem; text-align: left; margin-top: 1.6rem;}
	.text02 {font-size: 1.6rem; line-height: 2.6rem; letter-spacing: -0.66px;}
	.text03 {font-size: 2.6rem; line-height: 3.4rem; letter-spacing: -0.32px;}
	.text02:nth-child(2) {padding:1rem 0;}
	.text4 {width: 50.5%;}
	
	.circleV {width: 8rem; height: 8rem;}
	.show-textV02 .circleTop {top: -2.5rem;}
	.show-textV02 .circleBtom {top: 2.5rem;}
	
	.show-textV03 .circleTop {top: -6rem;}
	.show-textV03 .circleBtom {top: 6rem;}
	
	.show-textV04 .circleTop {top: -6rem;}
	.show-textV04 .circleBtom {top: 6rem;}
}

/*================== :::::::::::::: 연혁 START ~ :::::::::::::: ==================*/
#history {background: #FFF; z-index: 2; position: relative;    padding-bottom: 10rem;}
#history .aboutInner {padding-top:18rem;}
.hisTitleBox {margin-bottom: 11rem; display: flex; align-items: flex-start; overflow:hidden;}
.hisTitleBoxLeft {width:25%;}
.hisTitleBoxRight {width:75%;}
.hisTRgithTitle {color: #111; font-size: 2.8rem; line-height: 5rem; letter-spacing: -0.56px;}

.aboutCont {display: flex;}
.aboutHis {background:#F8F8F8; position:relative;}
.aboutHis .aboutInner {padding:14rem 2rem 14rem;}
.aboutHis .aboutCont {display: flex; position:relative; justify-content: space-between;}
.aboutHisLeft {top: 27%; height: 58rem; position: sticky; width: 25%;}

ul.yearBtn {width: auto; margin-top: 0rem; display: inline-block;}
.yearBtn li {
    padding-left: 2rem;
	color: #AAA;
	font-family: "Gilroy-Medium";
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom:1.8rem;
	position:relative;
}
.yearBtn li:hover { color:#111;}
.yearBtn li::before {
	content:'';
	width:0.4rem;
	height:100%;
	border-radius: 0px 4px 4px 0px;
	background: #00D1A3;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
}


.targetWrap {position: relative;}
.targetWrap::Before {
    content: "";
    display: block;
    height: 22rem;
    margin-top: -20rem;
    visibility: hidden;
    content: '';
}
.target {margin-bottom: 0rem;padding-top: 0rem; width: 100%; margin-top:10rem;}
.targetflex {display: flex; width:100%;}


.menu-active {color: #111!important;}
.yearBtn li.menu-active::before {opacity:1;}
.aboutHisRight {height: auto; width: 75%;}

.his_BTxt {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 4.8rem;
	margin-bottom:3rem;
}
.his_Txt {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 4rem;
}

.ybInner {height:auto;}
.his_yearTitle {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 4.8rem;
	margin-bottom: 3rem;
}
.his_yearT {
    width: 33.3333%;
    font-family: 'Gilroy-Medium';
    font-size: 11rem;
    font-weight: 600;
    line-height: 10rem;
}
.his_yearbox {
    color: #222;
    font-size: 2rem;
    font-weight: 400;
    line-height: 7rem;
    position: relative;
    margin: 0;
    width: 66.6667%;
}
.his_yearbox>li {
    color: #444;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.4px;
    font-weight: 350;
}


.his_monthBox {display:flex; margin-bottom:3rem;}
.his_monthBox:last-child {margin-bottom:0;}
.yearCount {
	color: #00D1A3;
	font-family: "Gilroy-Bold";
	font-size: 2.6rem;
	line-height: 3rem;
	padding-right:4rem;
	width: 8rem;
}

.monthText {}
.monthT {padding-bottom:1.2rem; word-break: keep-all;}
.monthT:last-child {padding-bottom:0;}



.yearBoxImg {
    height: 0;
    width: calc(100% - 2rem);
    padding-bottom: 52.86%;
	background: #fff;
    margin-top: 6rem;
	overflow:hidden;
	position:relative;
}
.yearBoxImg img {position:absolute; left:0; top:0; width:100%; height:auto;}
.his_yearbox.last-child {margin:3rem 0 0 0;}
.lastBox {width:100%; height:50rem;}

.hisBotm {
	bottom: 0;
    width: 100%;
    height: 20rem;
    position: sticky;
    background: linear-gradient( to bottom, rgb(255 255 0 / 0%), #FFF );
}


@media (max-width:1450px) {
	.aboutBTitle {
		font-size: 6.5rem;
		line-height: 8rem;
		letter-spacing: 2.4px;
	}
}

@media (max-width:1300px) {
	#history {width: 100%; margin-top: 0; padding-top: 0rem;}
	#history .aboutInner {padding-top: 11rem;}
	
}

@media (max-width:1400px) and (min-width:992px) {
	.mainV .fixInner {padding:0 6rem;}
	.aboutBTitle {font-size: 6rem; line-height: 10rem;}
	.hisTRgithTitle {font-size: 2.8rem; line-height: 5rem;}	
	.yearBtn li {margin-bottom:1.8rem;}
	.his_yearT {font-size: 6rem; line-height: 6rem;}
	.aboutInner {padding: 0 6rem;}
}
@media (max-width:991px) {
	#history {
		width: 100%;
		margin-top: 0;
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	#history .aboutInner {padding-top: 8rem; padding-bottom:0rem;}
	.hisBotm {height: 60px; background: linear-gradient( to bottom, rgb(255 255 0 / 0%), #FFF );}
	.hisTitleBox {
		display: flex;
		margin-bottom: 0rem;
		align-items: flex-start;
		flex-direction: column;
	}
	.hisTitleBoxLeft {width: 100%;}
	.hisTitleBoxRight {width: 100%;}
	.aboutCont {
		display: flex;
		flex-direction: column;
	}

	.aboutHisLeft {
		top: 0;
		height: auto;
		position: relative;
		width: calc(100% + 2rem);
		position: sticky;
		background: #FFF;
		padding-top: 6rem;
		z-index: 11;
	}
	.aboutGTitle {
		font-size: 2.5rem;
		line-height: 3rem;
		letter-spacing: 0.9px;
		margin-bottom: 1rem;
	}
	.aboutBTitle {
		font-size: 5rem;
		line-height: 7.2rem;
		margin-bottom: 0rem;
	}
	.hisTRgithTitle {
		font-size: 1.7rem;
		line-height: 3rem;
		letter-spacing: -0.34px;
	}
	ul.yearBtn {
		display: flex;
		margin-top: 0rem;
		overflow: scroll;
	}
	
	ul.yearBtn::-webkit-scrollbar {
	  display: none;
	}
	
	ul.yearBtn {
	  -ms-overflow-style: none; /* 인터넷 익스플로러 */
	  scrollbar-width: none; /* 파이어폭스 */
	}
	
	.yearBtn li {
		padding: 0;
		color: #AAA;
		font-size: 2rem;
		line-height: 2.8rem;
		max-width: inherit;
		margin-right: 2.4rem;
		margin-bottom: 0;
		padding-bottom: 1rem;
	}
	.yearBtn li:hover {background:none; color:#111;}
	.yearBtn li::before {
		content: '';
		width: 0%;
		height: 0.4rem;
		top: unset;
		bottom: 2px;
		transition: all 0.3s ease-in-out;
		border-radius: 4px 4px 0 0;
	}
	.yearBtn .menu-active::before {width:100%;}
	.aboutHisRight {
		height: auto;
		width: 100%;
	}
	.his_yearT {
		font-size: 4rem;
		line-height: 5rem;
		width: 100%;
	}

	.target {display: flex; margin-bottom: 0rem; padding-top: 7rem; flex-direction: column; margin-top:0;}
	
	.his_yearbox {margin: 3rem 0 0rem  0; padding: 0; width: 100%;}

	.his_yearbox li {padding-left: 0; font-size: 1.8rem; line-height: 3.2rem;}
	
	.his_monthBox {display: flex; margin-bottom: 1.4rem;}
	.monthT {padding-bottom: 0.4rem;}
	.yearCount {
		margin-right: 1rem;
		width: 3rem;
		padding: 0;
		font-size: 2rem;
		line-height:3.2rem;
	}	
	.proCont ul {display: flex; flex-wrap: wrap; flex-direction: column;}
	.proCont ul li {width: 100%; margin-bottom: 6rem;}
	.his_yearbox li::before {width:0.5rem; height:0.5rem;}
	.proCircle {margin:0 auto;}	
	
	.menu-active { color: #111!important;}
	.his_BTxt {margin-top: 5rem; font-size: 1.8rem; font-weight:600; line-height: 2.4rem; margin-bottom: 1.4rem;}
	.his_Txt {font-size: 1.5rem; line-height: 2.3rem;}
	
	.yearBtn li::after {
		content: '';
		width: 160%;
		height: 1px;
		background: #EEE;
		position: absolute;
		left: 0;
		bottom: 3.8px;
		z-index: -1;
	}
	
	.targetflex {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	
	.targetWrap::Before {
		content: "";
		display: block;
		height: 26rem;
		margin-top: -20rem;
		visibility: hidden;
		content: '';
	}
}

@media (max-width:767px) {
	#history .aboutInner {padding-top: 6rem; padding-bottom:0rem;}
	.aboutBTitle {
		font-size: 3rem;
		line-height: 3.8rem;
		margin-bottom: 1.6rem;
	}
	.aboutGTitle {
		font-size: 1.3rem;
		line-height: 1.6rem;
		letter-spacing: 0.9px;
		margin-bottom: 1rem;
	}
	.his_yearbox {margin: 2rem 0 0rem  0; padding: 0; width: 100%;}
	.his_yearbox li {padding-left: 0; font-size: 1.5rem; line-height: 3.2rem;}
	.yearCount {font-size: 1.5rem; transform: translateY(0.2rem); }
	.target {margin-bottom: 0rem; padding-top: 4rem;}
	
	
}
/*================== :::::::::::::: // ~ 연혁 END :::::::::::::: ==================*/



/*================== :::::::::::::: 핵심 가치 START ~ :::::::::::::: ==================*/
#corev {background: rgba(231, 246, 243, 0.8); overflow: hidden; z-index: 1; position: relative;}
#corev .aboutInner {
	padding-top: 18rem;
	padding-bottom: 0rem;
}
#corev .aboutTitleBox {margin-bottom:13rem; overflow:hidden;}
.corevCont {position: relative; padding-bottom: 12rem;}
.gallery-top {width: 50%; margin: 0 0 0 25%;}

.gallery-top {position: relative;}
.gallery-top::before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(239 247 245);
    z-index: 2;
    transform: translateX(-100%);
}
.gallery-top img {width:100%; height:auto; vertical-align: bottom;}
.wrap_thumb_layout {
    width: 100%;
    max-width: 54rem;
    background: #FFF;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1rem 1rem 0 0;
    position: absolute;
    bottom: 0;
    z-index: 3;
    box-shadow: 0px 0px 80px 0px rgba(0, 150, 117, 0.10);
}
.coreVSTitle {
	color: #111;
	font-size: 5rem;
	font-weight: 600;
	line-height: 7rem;
	margin-bottom:3rem;
}
.coreVSTxt {
    color: #444;
    font-size: 2rem;
    line-height: 3.2rem;
    padding-bottom: 8rem;
}

.gallery-thumbs {position:relative;}
.gallery-thumbs .swiper-slide {padding:8rem 6rem;}
.corevCont .swiper-pagination {left: 6rem; bottom: 8rem; position: absolute;}
.corevCont .swiper-pagination span {width: 6px; height: 6px; margin-right:2rem;}
.corevCont .swiper-pagination span:last-child {margin-right:0;}
.corevCont .swiper-pagination-bullet-active {background:#111!important;}
.swiper-slide-container {border-radius: 1rem; overflow: hidden;}
.coreVTextWrap {
    position: absolute;
    top: -19rem;
    z-index: -1;
    width: 100vw;
    left: 0;
}
.coreVText {
    right: -70%;
    top: -20rem;
    z-index: -1;
    max-width: 76.2rem;
    margin: 0 0 0 auto;
    position: absolute;
    opacity: 0;
    width: 100%;
}
.coreVText img {width:100%; height:auto;}

.swiper-slide-active .coreVText {opacity:1;}

.gallery-top .swiper-slide {position: relative!important;}


#corev .cusBtnGroup.pc_only {
    position: absolute;
    top: 7%;
    left: 0;
    height: 8rem;
    margin-bottom: 6rem;
}

@media (min-width:2000px) {
	.coreVText {right: -100%;}
}
@media (max-width:1480px) and (min-width:1301px) {#corev .cusBtnGroup.pc_only {top:0;}}
@media (max-width:1300px) and (min-width:992px) {
	#corev .cusBtnGroup.pc_only {top: 4%; height:6rem;}
	#corev .cusBtnGroup .swiper-button-next, #corev .cusBtnGroup .swiper-button-prev {width:6rem; height:6rem;}
	.coreVSTitle {font-size: 5rem; line-height: 6rem; margin-bottom: 2rem;}
	.coreVSTxt {padding-bottom: 4rem;}
	.gallery-thumbs .swiper-slide {padding: 6rem 4rem;}
	.corevCont .swiper-pagination {left: 4rem; bottom: 6rem;}
}
@media (max-width:991px) {
	#corev .cusBtnGroup.pc_only {display: none!important;}
	#corev .aboutInner {padding-top: 6rem; padding-bottom: 8rem;}
	.wrap_thumb_layout {
		width: 100%;
		max-width: 54rem;
		background: #FFF;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 1rem 1rem 0 0;
		position: relative;
		bottom: 0;
		z-index: 3;
	}
	#corev .cusBtnGroup {display: inline-flex!important; margin-top: 1.4rem;}
	#corev .aboutTitleBox {margin-bottom: 2rem;}
	.corevCont {position: relative; padding-bottom: 0rem;}
	.gallery-top {width: 100%; margin: 0 auto;}
	.gallery-thumbs .swiper-slide {padding: 2.4rem 2rem;}
	.coreVSTitle {color: #111; font-size: 2.4rem; line-height: 3.2rem; margin-bottom: 1rem;}
	.coreVSTxt {color: #444; font-size: 1.4rem; line-height: 2.2rem; padding-bottom: 2rem;}
	.corevCont .swiper-pagination {
		left: 50%;
		bottom: -2rem;
		position: absolute;
		transform: translateX(-50%);
	}
	.gallery-top img {transform: scale(1.01);}
	.corevCont .swiper-pagination span {width: 4px; height: 4px; margin-right: 1rem;}
	
	.wrap_thumb_layout {
		border-radius: 0 0 0.5rem 0.5rem;
		margin-top: 0rem;
		max-width: inherit;
		overflow: unset;
		background:none;
	}
	.swiper-slide-container {border-radius: 0.5rem 0.5rem 0 0;}
	.gallery-thumbs .swiper-slide {
		padding: 2.4rem 2rem;
		background: #FFF;
		min-height: 19.8rem;
		border-radius: 0 0 0.5rem 0.5rem;
	}
	.gallery-top::before {display:none;}
	.coreVText {right: -11%; top: -15rem; z-index: -1; width: 56%;}
}

@media (max-width:767px) {
	.coreVText {right: -4rem; top: -30%; z-index: -1; width: 62%;}
}

/*================== :::::::::::::: // ~ 핵심 가치 END :::::::::::::: ==================*/

/*================== :::::::::::::: 임직원 START ~ :::::::::::::: ==================*/
#employee {background: #FFF; z-index: 1; position: relative;}
#employee .aboutInner {padding-top: 18rem; padding-bottom: 10rem; display: flex; align-items: flex-start;}
#employee .aboutTitleBox {margin-bottom:8rem;}

#employee .aboutBTitle {letter-spacing:0; line-height:9rem;}
#employee .greenTitle {color:#00D1A3;}

.emLeft {width: 28.279%;}
.emRight {width:71.721%;}

#employee .aboutTitleBox {margin-bottom:5rem;}
.emstitle {color: #111; font-size: 2.6rem; line-height: 4.4rem; letter-spacing: -0.52px;}

.emlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.emlist>li {
    width: calc(100%/3 - 4rem);
    position: relative;
    margin-right: 6rem;
    margin-bottom: 8rem;
}

.emlist>li:nth-child(3n) {margin-right:0;}

.emCont {
    position: relative;
    overflow: hidden;
}
.emlist .emPic {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 150.01%;
    overflow: hidden;
    border-radius: 1rem;
}
.emlist .emPic::before {
	z-index: 1;
	content:'';
	width: 3.6rem;
	height: 2.4rem;
	position:absolute;
	right:2.4rem;
	top:2.4rem;
	background:url(../img/sub/about/cllogo.png) no-repeat center / cover;
}
.emlist .emPic img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.profileUpArrow {
	width:4.1rem;
	height:4.1rem;
	position:absolute;
	bottom:2rem;
	left:50%;
	transform:translateX(-50%);
}

.profileUpArrow img {width:100%; height:auto;}
.emGma {
    color: #00D1A3;
    font-family: "Gilroy-Bold";
    font-size: 2.6rem;
    line-height: 2.4rem;
    letter-spacing: 1.56px;
    position: absolute;
    left: 2.4rem;
    top: 2.4rem;
}

.emName {
	color: #222;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 3.4rem;
	letter-spacing: -0.56px;
	margin-top:3rem;
}
.emInfoBox {
    width: calc(100% - 4rem);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
    padding: 2.4rem;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
}

.emCont:hover .emInfoBox {transform: translateX(-50%) translateY(0%);}
.infoName {
	color: #FFF;
	font-family: "Gilroy-Bold";
	font-size: 2.4rem;
	line-height: 2.4rem;
	margin-bottom:2rem;
}


.infoList li {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.32px;
    padding-left: 1rem;
    position: relative;
    margin-top: 0.6rem;
}

.infoList li::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #00D1A3;
    position: absolute;
    left: 0;
    top: 12px;
}

@media (max-width:1300px) and (min-width:992px) {
	.emLeft {width: 29%; padding-right: 2rem;}
	.emstitle {font-size: 2.2rem; line-height: 4rem;}
	
	.emlist>li {width: calc(100%/3 - 2rem); margin-right: 3rem; margin-bottom: 6rem;}
	.emName {font-size: 2.4rem; line-height: 3.2rem; margin-top: 1.5rem;}
	
	.emInfoBox {padding: 1.4rem 2rem;}
	.infoName {font-size: 2rem; line-height: 2rem; margin-bottom: 1.5rem;}
}

@media (max-width:1300px) {
	#employee .aboutBTitle {
		letter-spacing: 0;
		line-height: 8rem;
	}
	
	#employee .aboutTitleBox {
		margin-bottom: 6rem;
	}
	#employee .aboutBTitle {line-height:8rem;}
}
@media (max-width:991px) {
	#employee .aboutInner {
		padding-top: 6rem;
		padding-bottom: 2rem;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.emLeft {width: 100%;}
	.emstitle {
		font-size: 1.7rem;
		line-height: 3rem;
		letter-spacing: -0.34px;
	}
	.emRight {width: 100%;}
	#employee .aboutTitleBox {margin-bottom: 1.6rem;}
	
	
	.emlist>li {
		width: calc(50% - 1rem);
		position: relative;
		margin-bottom: 0rem;
		margin-right: 2rem;
	}
	.emlist>li:nth-child(3n) {margin-right:2rem;}
	.emlist>li:nth-child(2n) {margin-right:0;}
	.emGma {
		font-size: 2.2rem;
		line-height: 2.2rem;
		letter-spacing: 1.32px;
		left: 2rem;
		top: 2rem;
	}
	.emName {
		font-size: 2.4rem;
		line-height: 2.8rem;
		letter-spacing: -0.48px;
		margin-top: 1.6rem;
		margin-bottom: 4rem;
	}
	.infoName {font-size: 2rem; line-height: 2.2rem; margin-bottom: 1.2rem;}
	.infoList li {
		font-size: 1.4rem;
		line-height: 2.2rem;
		letter-spacing: -0.28px;
		padding-left: 1rem;
		margin-top: 0.5rem;
	}
	.emInfoBox {
		width: calc(100% - 3.2rem);
		padding: 2rem;
		bottom: 1.6rem;
	}
	.emLeft {margin-bottom: 6rem; width: 100%;}
}
@media (max-width:767px) {
	.emlist>li {
		width: 100%;
		position: relative;
		margin-right: 0rem;
		margin-bottom: 0rem;
	}
	.emlist>li:nth-child(3n) {
		margin-right: 0rem;
	}
	
	#employee .aboutBTitle {
		font-size: 3rem;
		line-height: 3.8rem;
	}
}
/*================== :::::::::::::: // ~ 임직원 END :::::::::::::: ==================*/

/*================== :::::::::::::: 인재 START ~ :::::::::::::: ==================*/
#recruit {background:url(../img/sub/about/recruitBG.jpg) no-repeat center / cover; overflow:hidden;}
#recruit .aboutInner {padding-top:18rem; padding-bottom:24.2rem;}
#recruit .aboutTitleBox {
    display: flex;
	margin-bottom: 10rem;
    align-items: flex-end;
}
.aboutBTitle.white {color:#FFF;}

.recruitTitleLeft {
    width: 100%;
    position: relative;
}
.recruitTitleRight {
    width: 100%;
    color: #FFF;
    font-size: 2.8rem;
    line-height: 5rem;
    letter-spacing: -0.68px;
    margin-bottom: 0rem;
    padding-top: 0rem;
}

.recruitCont {display: flex;}

.recruitLeft {
    width: 25%;
    z-index: 5;
}
.recruitRight {width:75%;}

.recruitList {display: flex; justify-content: space-between; margin-top:18rem;}
.recruitList li {width:calc(100%/3 - 15.8rem); }

.recruitList li figure {width:100%; height:auto; position:relative;}
.recruitList li figure::before {
    content: '';
    width: 91%;
    height: 1px;
    background: #00D1A4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
}

.recruitList li:last-child figure::before {display:none;}


.recruitList li img {width:100%;}

.reBtitle {
	color: #FFF;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 4.2rem;
	letter-spacing: -0.68px;
	margin:3rem 0 1.4rem 0;
	text-align:center;
}
.reStxt {
	color: #FFF;
	text-align:center;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem;
	letter-spacing: -0.44px;
}
/*================== :::::::::::::: // ~ 인재 END :::::::::::::: ==================*/

/*================== :::::::::::::: 인재02 START ~ :::::::::::::: ==================*/
/* #way {background:url(../img/sub/about/recruitBG.jpg) no-repeat center / cover; overflow:hidden;} */


#recruitWrap .fix {
    top: 0rem;
    position: sticky;
    background: url(../img/sub/about/recruitBG.jpg) no-repeat center / cover;
    height: 100vh;
}

#way .aboutInner {padding-top:18rem; padding-bottom:12.7rem;}
#way .aboutTitleBox {margin-bottom:0rem;}

#way .aboutTitleBox {
    display: flex;
    margin-bottom: 10rem;
    align-items: flex-start;
    flex-direction: column;
    width: 25%;
	z-index:3;
}


.wayTitle {
    color: #FFF;
    text-align: right;
    font-family: "Gilroy-Bold";
    font-size: 9rem;
    line-height: 8rem;
    z-index: 2;
    position: relative;
}

.pr14 {
    padding-right: 14%;
}
#way .recruitCont {
    display: flex;
    justify-content: flex-start;
}

#way .recruitRight {
    width: 50%;
}

.waySwiper {
    overflow: unset;
    transform: translateY(-29px);
}

.wsFigure {
    width: 100%;
    height: 0;
    padding-bottom: 39.89%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.wsFigure img {
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

.wsTxtBox {margin-top:6rem; padding:0 4rem;}
.wsTxtitle {
	color: #FFF;
	font-size: 5rem;
	font-weight: 700;
	line-height: 6rem;
	letter-spacing: -1px;
}

.wsTxt {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.36px;
    margin-top: 6rem;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.recruitBtnA {
	margin-top: 5rem;
    display: inline-block;
}

.recruitBtn {
    color: #111;
	background:#FFF;
	font-weight:500;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.36px;
    padding: 2.5rem 3rem;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 99px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}

.recruitBtn:hover {
	color:#111;
	background: #00D1A3;
	border: 1px solid #00D1A3;
}


.recruitRight {position:relative;}
.fix {position:sticky; top:0rem;}
.fix  .aboutTitleBox {display: flex; align-items: flex-end;}


figure.recruitBG {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}
figure.recruitBG img {width: auto; height: 100%;}


.recruitRight01 {transition: all 1s ease-in-out; transform: translateY(0rem);}
.colorchange .aboutInner {
    width: 100%;
    margin: 0 auto;
    padding: 0rem;
    max-width: unset;
}
.recruitContWrap {
    overflow: hidden;
    padding: 18rem 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.recruitCont {
    display: flex;
    max-width: 172rem;
    margin: 0 auto;
    padding: 0 2rem;
    height: auto;
    width: 100%;
    align-items: flex-start;
}

#way {
    position: absolute;
    left: 0;
    top: 10rem;
    opacity: 0;
    z-index: -1;
    width: 66.7%;
    /* overflow: hidden; */
    transition: all 1s ease-in-out;
}
.show-recruit02 #way {top: 0; z-index: 1; opacity: 1;}
.show-recruit02 .recruitRight01 {transform: translateY(-30rem); opacity:0; z-index:-1;}



/*================== :::::::::::::: // ~ 인재02 END :::::::::::::: ==================*/
@media (max-width:1450px) {
	.recruitList li {width: calc(100%/3 - 11.8rem);}
	
	.recruitTitleRight {
		font-size: 2.5rem;
		line-height: 4rem;
		letter-spacing: -0.68px;
	}



}

@media (max-width: 1400px) and (min-width: 992px) {
	.recruitCont {padding: 0 6rem;}
	.recruitList li {width: calc(100%/3 - 10.8rem);}
	
	.wsTxtitle {font-size: 4rem; line-height: 4rem; letter-spacing: -1px;}
	
	.reBtitle {font-size: 2.6rem; line-height: 3.5rem; margin: 2rem 0 0.8rem 0;}
	
	.wayTitle {font-size: 6rem; line-height: 5rem; z-index: 2;}
	.wsTxt {font-size: 1.8rem; line-height: 3.2rem; margin-top: 5rem;}
	.reStxt {font-size: 1.5rem; line-height: 2.5rem;}
	
	.recruitList {margin-top: 12rem;}
}

@media (max-width:991px) {
	.recruitWrap {overflow: hidden; background: url(../img/sub/about/recruitBgMo.jpg) no-repeat center / cover;}
	
	#recruitWrap .fix {
		height:auto;
		background: none;
	}


	#recruit .aboutInner {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	#recruit .aboutTitleBox {
		display: flex;
		margin-bottom: 10rem;
		align-items: flex-start;
		flex-direction: column;
	}
	.recruitLeft {
		width: 100%;
	}
	
	.recruitTitleLeft {
		width: 100%;
		position: relative;
		margin-bottom: 10rem;
	}
	
	.recruitBtnA {margin-top: 1.6rem;}
	.recruitBtn {padding:1.2rem 2.2rem; font-size:1.3rem; line-height:1.6rem; letter-spacing:-0.26px;}
	.recruitTitleRight {
		width: 100%;
		color: #FFF;
		font-size: 2.2rem;
		line-height: 3.6rem;
		letter-spacing: -0.34px;
		padding-top: 1.6rem;
		margin-bottom: 0;
	}

	.recruitRight {
		width: 100%;
		margin: 0 auto 0 0;
	}
		
	.recruitCont {
		display: flex;
		justify-content: center;
	}

	.recruitList {
		display: flex;
		margin-top:0;
		justify-content: space-between;
		flex-direction: column;
	}

	.recruitList li {
		width: 100%;
	}

	.reBtitle {
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: -0.4px;
		margin: 0rem 0 1rem 0;
		text-align: left;
	}

	.reStxt {
		font-size: 1.5rem;
		line-height: 2.6rem;
		letter-spacing: -0.3px;
		text-align: left;
	}
	
	
	
	.recruitList li {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 3rem;
	}
	.recruitList li:last-child {margin-bottom:0;}
	
	.recruitList li figure {
		width: 24%;
		height: auto;
		position: relative;
		min-width: 10rem;
		max-width: 18rem;
	}
	.recruitList li figure::before {
		width: 1px;
		height: 3rem;
		right: 50%;
		top: 100%;
		transform: translateY(-0%) translateX(50%);
	}
	.relistTextBox {
		display: flex;
		flex-direction: column;
		margin-left: 2rem;
	}

	.wayTitle {
		color: #FFF;
		text-align: right;
		font-family: "Gilroy-Bold";
		font-size: 5rem;
		line-height: 6rem;
		z-index: 2;
		position: relative;
	}
	.wsFigure {
		width: 100%;
		height: 0;
		padding-bottom: 35.9%;
		position: relative;
		border-radius: 1rem;
		overflow: hidden;
	}
	
	.wsTxtBox {
		margin-top: 3rem;
		padding: 0;
	}

	.wsTxtitle {
		font-size: 3.4rem;
		line-height: 4.6rem;
		letter-spacing: -0.48px;
	}
	.wsTxt {
		font-size: 1.8rem;
		line-height: 3.2rem;
		letter-spacing: -0.36px;
		margin-top: 2rem;
		text-align: left;
		display: flex;
		justify-content: flex-start;
	}
	div#way {
		margin-top: 4rem;
		position: relative;
		opacity: 1;
		overflow: unset;
		left: unset;
		top: unset;
		z-index: 1;
		width: 89.6%;
	}
	
	
	.waySwiper {
		overflow: unset;
		transform: translateY(-29px);
		width: 91%;
		margin: 0 auto 0 0;
	}
}

@media (max-width:767px) {
	.recruitList li figure {
		width: 30%;
		height: auto;
		position: relative;
		min-width: 10rem;
	}
	.recruitTitleRight {
		width: 100%;
		color: #FFF;
		font-size: 1.7rem;
		line-height: 3rem;
		letter-spacing: -0.34px;
	}
	.wayTitle {
		color: #FFF;
		text-align: right;
		font-family: "Gilroy-Bold";
		font-size: 3.5rem;
		line-height: 3rem;
		z-index: 2;
		position: relative;
	}
	.wsTxtitle {
		font-size: 2.4rem;
		line-height: 3.6rem;
		letter-spacing: -0.48px;
	}
	.wsTxt {
		font-size: 1.4rem;
		line-height: 2.6rem;
		letter-spacing: -0.36px;
		margin-top: 2rem;
	}
	
	.waySwiper {width:100%;}
}

/*================== :::::::::::::: 코어라인 영상 START ~ :::::::::::::: ==================*/
#video {
    background: #FFF;
    overflow: hidden;
    position: relative;
	z-index:1;
}
#video .aboutInner {padding-top:18rem; padding-bottom:12rem;}

.videoTitleLeft {
    width: 25%;
}
.videoTitleRight {
    position: relative;
    width: 75%;
}

#video .aboutTitleBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}



.videoTitleRight {position:relative;}
.videoTitleRight p {
	color: #111;
	font-size: 2.8rem;
	line-height: 5rem;
	letter-spacing: -0.68px;
	margin-bottom:3rem;
}

.youtubeBtnA {
    display: inline-block;
	margin-top: 3rem;
}

.youtubeBtn {
    color: #111;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.36px;
    padding: 2.5rem 3.2rem;
    border: 1px solid #111;
    border-radius: 99px;
    display: inline-block;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}

.youtubeBtn:hover {
	color:#111;
	background: #00D1A3;
	border: 1px solid #00D1A3;
}

.videoCont {
    height: 41rem;
    display: flex;
    align-items: flex-end;
}


.VideoSwiperWrap {
    width: 100%;
    max-width: 36rem;
    margin: 0;
}

.VideoSwiper {overflow: unset;}
.VideoSwiper .swiper-wrapper	{align-items: flex-end!important;}
.VideoSwiper .swiper-slide {cursor:pointer; transition: all 0.5s ease-in-out;}
.VideoSwiper .swiper-slide:hover {width: 160%!important; transition:none;}
.videoThunmail {
    width: 100%;
    height: 0;
    padding-bottom: 55.7%;
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
}
.videoThunmail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.videoTitle {
	overflow: hidden;
	color: #222;
	text-overflow: ellipsis;
	font-size: 2rem;
	line-height: 3.2rem;
	letter-spacing: -0.4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	margin-top:2rem;
}

.VideoSwiper .swiper-slide:hover .videoTitle {text-decoration:underline;}

.videoThunmail::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.60);
    backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
    position: absolute;
    left: 0;
    top: 0;
	opacity:0;
	transition:all 0.3s ease-in-out;
}
.videoThunmail::after {
	content:'';
	width: 44px;
	height: 56px;
	position: absolute;
    left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
	background:url(../img/sub/about/playBtn.png) no-repeat center / cover;
	opacity:0;
	transition:all 0.3s ease-in-out;
}

.VideoSwiper .swiper-slide:hover .videoThunmail::before {opacity:1;}
.VideoSwiper .swiper-slide:hover .videoThunmail::after {opacity:1;}



.cusBtnGroup {
    display: inline-flex;
    left: 0;
    bottom: 0;
    z-index: 20;
	cursor:pointer;
}


.cusBtnGroup .swiper-button-next, .cusBtnGroup .swiper-button-prev {position: relative; top: unset; left: unset; margin: 0; display: unset; width: 8rem; height: 8rem; display: block;}
.cusBtnGroup .swiper-button-prev {background:url(../img/main/cusLeft.png) no-repeat center / cover; left:0;}
.cusBtnGroup .swiper-button-next {background:url(../img/main/cusRight.png) no-repeat center / cover; right: 0; margin-left:1rem!important;}
.cusBtnGroup .swiper-button-prev.swiper-button-disabled {background:url(../img/main/unhleft.png) no-repeat center / cover; opacity: 1;}
.cusBtnGroup .swiper-button-next.swiper-button-disabled {background:url(../img/main/unhRight.png) no-repeat center / cover; opacity: 1;}
.cusBtnGroup .swiper-button-prev:after {content:'';}
.cusBtnGroup .swiper-button-next:after {content:'';}


#video  .cusBtnGroup {
    display: inline-flex;
    left: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: flex-end;
}



@media (max-width:1300px) and (min-width:992px) {

	/* #video .aboutBTitle {font-size: 5rem; line-height: 10rem;} */
	.videoTitleLeft {width: 25%; padding-right: 2rem;}
	.videoTitleRight {position: relative; width: 75%;}
	.videoTitleRight p {color: #111; font-size: 2.5rem; line-height: 5rem; letter-spacing: -0.68px; margin-bottom: 3rem;}
	#video .cusBtnGroup .swiper-button-next, .cusBtnGroup .swiper-button-prev {width: 6rem; height: 6rem;}
	.youtubeBtn {font-size: 1.4rem; line-height: 1.6rem; padding: 1.5rem 2.2rem;}
	#video .aboutTitleBox {margin-bottom: 8rem;}
	
	
}
@media (max-width:1450px) {
	.videoTitleRight p {
		font-size: 2.8rem;
		line-height: 4rem;}
}

@media (max-width:991px) {

	#video .aboutInner {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	#video .aboutTitleBox {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 6rem;
		flex-direction: column;
		position: relative;
	}
	
	.videoTitleRight p {
		font-size: 2.2rem;
		line-height: 3.6rem;
		letter-spacing: -0.34px;
		padding-bottom: 0;
		margin-bottom: 12rem;
	}
	
	.youtubeBtnA {
		display: inline-block;
		margin-top: 1.6rem;
		margin-bottom: 0rem;
		position: absolute;
		bottom: 10rem;
		z-index: 10;
	}
	
	.youtubeBtn {
		font-size: 1.6rem;
		line-height: 2rem;
		letter-spacing: -0.26px;
		padding: 1.5rem 3rem;
	}


	
	.cusBtnGroup .swiper-button-next, .cusBtnGroup .swiper-button-prev {width: 5rem; height: 5rem;}
	
	
	.VideoSwiperWrap {
		width: 92%;
		max-width: inherit;
		margin: 0;
	}
	.VideoSwiper .swiper-wrapper {
		align-items: flex-start!important;
	}
	.VideoSwiper .swiper-slide {
		width: 100%!important;
		transition: none;
	}
	.VideoSwiper .swiper-slide.swiper-slide-active {
		width: 100%!important;
		transition: none;
	}
	
	.videoTitle {
		-webkit-line-clamp: 1;
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-top: 2rem;
	}
	
	.videoCont {height: auto;display: block; align-items: unset;}
	.VideoSwiper .swiper-slide:hover {width: 100%!important; transition:none;}
	
	#video  .cusBtnGroup {position: relative;}
	.videoTitleRight {width: 100%;}
	.videoTitleLeft {width: 100%;}
}


@media (max-width:767px) {
	.videoTitleRight p {
		color: #111;
		font-size: 1.7rem;
		line-height: 3rem;
		letter-spacing: -0.34px;
		padding-bottom: 0;
		margin-bottom: 8.6rem;
	}
	
	.VideoSwiperWrap {
		width: 100%;
		max-width: unset;
		margin: 0;
	}
	.youtubeBtnA {bottom:8rem;}
	.youtubeBtn {font-size: 1.3rem; line-height: 1.6rem; letter-spacing: -0.26px; padding: 1.2rem 2.2rem;}
	.VideoSwiperWrap {width: 100%;}
}
/*================== :::::::::::::: // ~ 코어라인 영상 END :::::::::::::: ==================*/

#demo {position:relative;}
#demo::before {
    content: '';
    width: 100%;
    height: 12rem;
    background: #FFF;
    position: absolute;
    left: 0;
    top: -12rem;
}

@media (max-width:991px) {
	#demo::before {display:none;}
}



/* ::::: 스크롤 - TextRolling ::::: */
.textRolling {
    height: 3000px;
	display:flex;
	background: #222;
}
.textBox {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.textBox p.text1 {
    text-align: center;
    color: #FFF;
    font-size: 90px;
    font-weight: bold;
	transition:all 0.8s ease-in-out;
}

.text2, .text3 {
	position: absolute;
    transform: translateY(90px);
    line-height: 1;
	opacity:0;
	transition:all 0.8s ease-in-out;
}

.text1.rolling {
	/* transform: translateY(-90px) rotate3d(1, 0, 0, 80deg); */
	transform: translateY(-90px);
	opacity:0;
}
.text2.rolling {transform: translateY(0px); opacity:1;}
p.text1.text2.rollingno {
    transition: all 0.6s ease-in-out;
    transform: translateY(-130px);
}

.text3 {
	text-align: center;
    color: #FFF;
    font-size: 90px;
    font-weight: bold;
	transition:all 1.1s ease-in-out;
	transform: translateY(197px);
}
.text3.rollingno {opacity:0; }
.text3.rolling {transform: translateY(0px); opacity:1; transform: translateY(0px);}

/* ::::: // 스크롤 - TextRolling ::::: */


/* ::::: 스크롤 - 색 변경 :::::  */
.colorchange .panel {display: flex; min-height: 100vh; align-items: center; justify-content: space-around;}
.ContTitle {position:relative;}

/* ::::: // 스크롤 - 색 변경 :::::  */

.colorchange { transition: background-color 1s ease;}
.colorchange .panel {display: flex; min-height: 42rem; align-items: center; justify-content: space-around;}
.colorchange .panel:last-child {height:100vh;}
.ContTitle {position:relative;}
.colorchange .panel .cont {height:1800px;}

.cont {height:1000px;}
.colorchange h2 {
    text-align: center;
    color: #FFF;
    font-size: 90px;
    font-weight: bold;
    transition: all 0.8s ease-in-out;
    position: sticky;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width:1300px) and (min-width:992px) {
	.fix {top: 12rem;}
	.recruitTitleRight {
		font-size: 2.5rem;
		line-height: 5rem;
		margin-bottom: 0rem;
		padding-top: 0rem;
	}

	.recruitBtn {
		font-size: 1.6rem;
		line-height: 1.6rem;
		padding: 1.5rem 2.5rem;
	}
	
	.recruitRight {width: 75%;}

	.recruitList li {
		width: calc(100%/3 - 9.8rem);
	}

}

@media (max-width:991px) {
	.fix {position: unset;}
	.recruitCont { display: flex; justify-content: center; flex-direction: column;}
	.recruitLeft {width: 100%;}
	.recruitWrap .colorchange .panel {display: flex; min-height:0; align-items: center; justify-content: space-around;}
	.recruitWrap .colorchange .panel:last-child {height: 0;}
	.colorchange .aboutInner {padding: 8rem 0rem;}
	.recruitBtnA {margin-top: 3rem; display: inline-block;}
	
	.recruitContWrap {overflow: hidden; padding: 0rem 0;}
}
@media (max-width:767px) {
	.colorchange .aboutInner {padding: 6rem 0rem;}
	.recruitTitleLeft {margin-bottom: 6rem;}
}


/* ::::: // 스크롤 - 색 변경 :::::  */

footer {background: #222; z-index: 1; position: relative;}








