@charset "utf-8";

html {
	background:  #000 !important;
}

.bd_hd {
	padding: 0 !important;
}

* {
	user-select: none;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:active {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

/*font
@font-face {font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face { font-family: 'NanumBarunGothic'; font-style: normal; font-weight: 400; src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot'); src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype'); } 
*/

/*animation*/
@keyframes ttl_animation {
	0% {
		transform: translateX(-60px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes logo_animation {
	0% {
		margin-left: 30%;
		opacity: 0;
	}

	100% {
		margin-left: 22%;
		opacity: 1;
	}
}

@keyframes logo_animation-2 {
	0% {
		right: -60px;
		opacity: 0;
	}

	100% {
		right: 0;
		opacity: 1;
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes play {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes stop {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes enjoy {
	0% {
		opacity: 0;
		transform: scale(0.6) translate(50px, 50px);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(0, 0);
	}
}

@keyframes up {
	0% {
		opacity: 0;
		padding-top: 40px;
	}

	100% {
		opacity: 1;
		padding-top: 0;
	}
}

@keyframes up2 {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes left-open {
	0% {
		left: 50%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes right-open {
	0% {
		right: 50%;
		opacity: 0;
	}

	100% {
		right: 0;
		opacity: 1;
	}
}

@keyframes msg_animation {
	0% {
		margin-right: 50px;
		opacity: 0;
	}

	100% {
		margin-right: 0;
		opacity: 1;
	}
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}

/*fullpage*/
#fullpage section {
	overflow: hidden;
}

#fullpage section#footer {
	display: none;
}

.rd_fnt {
	display: none !important;
}

/*fixed*/
#container {
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	left: 0;
	z-index: 55;
}

.fp-enabled h1.logo {
	top: 30px !important;
}

h1.logo {
	position: absolute;
	top: 30px;
	margin: 0;
	left: 4.9%;
	z-index: 4;
	width: 137px;
	height: 46px;
}

h1.logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/all_icon.png') no-repeat;
}

/* right: -2%; */
div.gnb {
	position: absolute;
	top: 30px;
	right: 5%;
	z-index: 4;
	width: 580px;
}

/* width: 550px; */
div.gnb ul {
	width: 450px;
	float: left;
}

div.gnb ul:after {
	content: '';
	display: block;
	clear: both;
}

div.gnb ul li {
	float: left;
	height: 46px;
}

div.gnb ul li:first-child {
	position: relative;
}

div.gnb ul li:first-child:hover ul {
	display: block;
}

div.gnb ul li:first-child ul {
	display: none;
	position: absolute;
	width: 455px;
}

div.gnb ul li:first-child ul li {
	display: inline-block;
}

div.gnb ul li:first-child ul li a {
	display: block;
	font-size: 14px;
	color: #aaa;
}

div.gnb ul li:first-child ul li a:hover {
	color: #2dc9ff;
}

div.gnb ul li:last-child {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	cursor: pointer;
	font-family: 'Noto Sans KR';
}

div.gnb>ul>li:last-child:after {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	right: -5px;
	width: 1px;
	height: 23px;
	background: rgba(255, 255, 255, 0.5);
}

div.gnb ul li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Noto Sans KR';
	line-height: 46px;
}

div.sns_box {
	position: fixed;
	bottom: 20.5%;
	right: 5%;
	z-index: 55;
	transition: all 0.5s;
}

div.sns_box.footer {
	bottom: 21.5%;
}

div.sns_box p {
	float: left;
	margin: 0 12px;
}

div.sns_box p.masang {
	width: 22px;
	height: 20px;
	background-image: url('../images/all_icon.png');
	background-position: 148px -3px;
}

div.sns_box p.facebook {
	width: 22px;
	height: 20px;
	background-image: url('../images/all_icon.png');
	background-position: 119px -3px;
}

div.sns_box p.youtube {
	width: 22px;
	height: 20px;
	background-image: url('../images/all_icon.png');
	background-position: 91px -3px;
}

div.sns_box p a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0.4;
	font-size: 18px;
	font-family: 'Noto Sans KR';
}

div.sns_box p.on a {
	opacity: 1;
}

div.m_sns_box {
	position: absolute;
	bottom: 4%;
	right: 23%;
	z-index: 55;
	transition: all 0.5s;
}

div.m_sns_box p {
	float: left;
	margin: 0 12px;
}

div.m_sns_box p.masang {
	width: 22px;
	height: 24px;
	background-image: url('../images/all_icon.png');
	background-position: 148px 0;
}

div.m_sns_box p.facebook {
	width: 22px;
	height: 20px;
	background-image: url('../images/all_icon.png');
	background-position: 119px 0;
}

div.m_sns_box p.youtube {
	width: 22px;
	height: 20px;
	background-image: url('../images/all_icon.png');
	background-position: 91px 0;
}

div.m_sns_box p a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0.4;
	font-size: 18px;
	font-family: 'Noto Sans KR';
}

div.m_sns_box p.on a {
	opacity: 1;
}


/*menu*/
.hamberger {
	position: fixed;
	top: 32px;
	right: 5%;
	z-index: 558;
	line-height: 45px;
	width: 130px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

.hamberger div.ham_menu {
	float: right;
	margin-top: 4px;
}

.hamberger div.ham_menu div {
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 6px 0px;
	display: block;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.hamberger div.ham_menu div:first-child {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hamberger div.ham_menu div:last-child {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hamberger.menu_active {
	right: 5%;
}

.hamberger.menu_active div.ham_menu div {
	position: absolute;
	top: 0;
	display: none;
}

.hamberger.menu_active div.ham_menu div:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	top: 13px;
	right: 0;
}

.hamberger.menu_active div.ham_menu div:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	top: 13px;
	right: 0;
}

.menu {
	position: fixed;
	top: 0;
	right: -50px;
	z-index: 555;
	width: 0rem;
	height: 1099px;
	background: url('../images/bg_menu.png') no-repeat;
	transition: All 0.2s ease;
}
.recruit{
	position: relative !important;
}

.recruit::after{
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/COMPANY/images/btn_link.png');
}
.menu .recruit::after{
	right: 50px;
	transform: translateY(-50%) scale(1.3);
}

.back_black {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.back_black.menu_active {
	display: block;
}

.menu.menu_active {
	right: 0;
	width: 910px;
	height: 100%;
}

.menu div.menu_in {
	margin: 0 auto;
	margin-top: 124px;
	width: 526px;
	height: auto;
}

.menu div.menu_in div.category {
	margin: 120px 0;
	/* margin: 90px 0; */
	width: 200px;
}

.menu div.menu_in div.category:nth-child(2) {
	margin-left: 45px;
}

.menu div.menu_in div.category:nth-child(3) {
	margin-left: 90px;
}

.menu div.menu_in div.category:nth-child(4) {
	margin-left: 135px;
}

.menu div.menu_in div.category:nth-child(5) {
	margin-left: 200px;
}

.menu div.menu_in div.category:nth-child(6) {
	margin-left: 250px;
}

.menu div.menu_in div.category p.cate_ttl a {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.menu div.menu_in div.category p.cate_sub:last-child {
	margin-bottom: 148px;
}

.menu div.menu_in div.category p.cate_sub a {
	float: left;
	display: block;
	margin-right: 50px;
	color: #aaa;
	font-size: 18px;
	font-weight: bold;
}

.menu div.menu_in div.category p.cate_sub a:hover {
	color: #2dc9ff;
}

.menu .hamberger_menu {
	position: absolute;
	top: 5.5%;
	right: 11%;
	z-index: 55;
	line-height: 45px;
	width: 130px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

.menu .hamberger_menu div.ham_menu {
	float: right;
	margin-top: 4px;
}

.menu .hamberger_menu div.ham_menu div {
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 6px 0px;
	display: block;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.menu .hamberger_menu div.ham_menu div:first-child {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu .hamberger_menu div.ham_menu div:last-child {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu .hamberger_menu.menu_active {
	right: 11%;
}

.menu .hamberger_menu.menu_active div.ham_menu div {
	position: absolute;
	top: 0;
	display: none;
}

.menu .hamberger_menu.menu_active div.ham_menu div:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	top: 13px;
	right: 0;
}

.menu .hamberger_menu.menu_active div.ham_menu div:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	top: 13px;
	right: 0;
}

/*intro*/
#intro {
	position: absolute;
}

/*vision*/
#vision {}

#vision div.carousel-inner {
	width: 100%;
	height: 100%;
}

#vision div.item {
	height: 100%;
}

#vision div.intro_cont {
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -33%;
	width: 65%;
	transition: all 0.5s;
}

#vision p.ttl_play {
	width: 282px;
	height: 90px;
	background-image: url('../images/all_ttl.png');
	background-position: 0 0;
	opacity: 0;
	transform: translateX(-60px);
}

#vision p.ttl_enjoy {
	width: 358px;
	height: 90px;
	background-image: url('../images/all_ttl.png');
	background-position: -289px 0;
	transform: translateX(-60px);
	opacity: 0;
}

#vision p.ttl_dream {
	width: 367px;
	height: 71px;
	background-image: url('../images/all_ttl.png');
	background-position: -656px 0;
	transform: translateX(-60px);
	opacity: 0;
}

#vision p.ttl_info {
	margin-top: 50px;
	color: #fff;
	font-size: 23px;
	font-family: 'NanumBarunGothic';
	transform: translateX(-60px);
	opacity: 0;
}

#vision div.logo_intro {
	position: absolute;
	left: 50%;
	margin-left: 30%;
	top: -35px;
	width: 370px;
	height: 533px;
	background: url('../images/logo_main.png') no-repeat;
	transform: translateX(60px);
	opacity: 0;
}

#vision.active div.item.active p.ttl_play {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active p.ttl_play {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision.active div.item.active p.ttl_dream {
	animation: ttl_animation 1s 0.7s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active p.ttl_dream {
	animation: ttl_animation 1s 0.7s forwards;
	transform: translateX(-60px);
}

#vision.active div.item.active p.ttl_enjoy {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active p.ttl_enjoy {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision.active div.item.active p.ttl_info {
	animation: ttl_animation 1s 0.9s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active p.ttl_info {
	animation: ttl_animation 1s 0.9s forwards;
	transform: translateX(-60px);
}

#vision.active div.item.active div.logo_intro {
	animation: logo_animation 1s 1.1s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.logo_intro {
	animation: logo_animation 1s 1.1s forwards;
	transform: translateX(-60px);
}



#vision div.item div.play {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -33%;
	width: 65%;
	transition: all 0.5s;
}

#vision div.item div.play p {}

#vision div.item div.play p.ttl_play {
	width: 291px;
	height: 79px;
	background-image: url('../images/all_ttl.png');
	background-position: 0 81px;
	opacity: 0;
}

#vision.active div.item.active div.play p.ttl_play {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.play p.ttl_play {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision div.item div.play p.ttl_info {
	color: #cccccc;
	font-size: 17px;
	letter-spacing: -1.3px;
	line-height: 34px;
	opacity: 0;
	margin-top: 50px;
}

#vision.active div.item.active div.play p.ttl_info {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.play p.ttl_info {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision div.item div.play div.logo_play {
	position: absolute;
	right: -60px;
	top: -150px;
	width: 319px;
	height: 562px;
	background: url('../images/logo_play.png') no-repeat;
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
}

#vision.active div.item.active div.play div.logo_play {
	right: 0;
	opacity: 1;
}

#vision.footer div.item.active div.play div.logo_play {
	right: 0;
	opacity: 1;
}

#vision div.item div.play div.logo_play p {}

#vision div.item div.play div.logo_play p.logo_play_play {
	position: absolute;
	top: 64px;
	left: 94px;
	width: 116px;
	height: 214px;
	background: url('../images/logo_play_stop1.png') no-repeat;
	opacity: 1;
	transform: scale(1);
}

#vision.active div.item.active div.play div.logo_play p.logo_play_play {
	animation: play 0.4s 1.4s forwards;
}

#vision.footer div.item.active div.play div.logo_play p.logo_play_play {
	animation: play 0.4s 1.4s forwards;
}

#vision div.item div.play div.logo_play p.logo_play_play_sha {
	display: block;
	position: absolute;
	top: 360px;
	left: 94px;
	width: 116px;
	height: 214px;
	background: url('../images/logo_play_stop2.png') no-repeat;
	opacity: 1;
	transform: scale(1);
}

#vision.active div.item.active div.play div.logo_play p.logo_play_play_sha {
	animation: play 0.4s 1.4s forwards;
}

#vision.footer div.item.active div.play div.logo_play p.logo_play_play_sha {
	animation: play 0.4s 1.4s forwards;
}

#vision div.item div.play div.logo_play p.logo_play_stop {
	position: absolute;
	top: 64px;
	left: 94px;
	width: 115px;
	height: 209px;
	background: url('../images/logo_play_play1.png') no-repeat;
	opacity: 0;
	transform: scale(0);
}

#vision.active div.item.active div.play div.logo_play p.logo_play_stop {
	animation: stop 0.4s 1.5s forwards;
}

#vision.footer div.item.active div.play div.logo_play p.logo_play_stop {
	animation: stop 0.4s 1.5s forwards;
}

#vision div.item div.play div.logo_play p.logo_play_stop_sha {
	position: absolute;
	top: 360px;
	left: 94px;
	width: 115px;
	height: 209px;
	background: url('../images/logo_play_play2.png') no-repeat;
	opacity: 0;
	transform: scale(0);
}

#vision.active div.item.active div.play div.logo_play p.logo_play_stop_sha {
	animation: stop 0.4s 1.5s forwards;
}

#vision.footer div.item.active div.play div.logo_play p.logo_play_stop_sha {
	animation: stop 0.4s 1.5s forwards;
}



#vision div.item div.enjoy {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -33%;
	width: 65%;
	transition: all 0.5s;
}

#vision div.item div.enjoy p {}

#vision div.item div.enjoy p.ttl_enjoy {
	width: 378px;
	height: 80px;
	background-image: url('../images/all_ttl.png');
	background-position: 378px 81px;
	opacity: 0;
}

#vision.active div.item.active div.enjoy p.ttl_enjoy {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.enjoy p.ttl_enjoy {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision div.item div.enjoy p.ttl_info {
	color: #cccccc;
	font-size: 17px;
	letter-spacing: -1.3px;
	line-height: 34px;
	opacity: 0;
	margin-top: 50px;
}

#vision.active div.item.active div.enjoy p.ttl_info {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.enjoy p.ttl_info {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision div.item div.enjoy div.logo_enjoy {
	position: absolute;
	right: -60px;
	top: -106px;
	width: 462px;
	height: 510px;
	background: url('../images/logo_enjoy.png') no-repeat;
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
}

#vision.active div.item.active div.enjoy div.logo_enjoy {
	right: 0;
	opacity: 1;
}

#vision.footer div.item.active div.enjoy div.logo_enjoy {
	right: 0;
	opacity: 1;
}

#vision div.item div.enjoy div.logo_enjoy p.logo_enjoy_fire {
	position: absolute;
	top: -84px;
	left: 28px;
	width: 266px;
	height: 288px;
	background: url('../images/logo_enjoy_fire.png') no-repeat;
	opacity: 0;
	transform: scale(0.6) translate(50px, 50px);
}

#vision.active div.item.active div.enjoy div.logo_enjoy p.logo_enjoy_fire {
	animation: enjoy 0.6s 1.2s forwards;
}

#vision.footer div.item.active div.enjoy div.logo_enjoy p.logo_enjoy_fire {
	animation: enjoy 0.6s 1.2s forwards;
}



#vision div.item div.dream {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -33%;
	width: 65%;
	transition: all 0.5s;
}

#vision div.item div.dream p {}

#vision div.item div.dream p.ttl_dream {
	width: 404px;
	height: 80px;
	background-image: url('../images/all_ttl.png');
	background-position: 794px 81px;
	opacity: 0;
}

#vision.active div.item.active div.dream p.ttl_dream {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.dream p.ttl_dream {
	animation: ttl_animation 1s 0.3s forwards;
	transform: translateX(-60px);
}

#vision div.item div.dream p.ttl_info {
	color: #cccccc;
	font-size: 17px;
	letter-spacing: -1.3px;
	line-height: 34px;
	opacity: 0;
}

#vision.active div.item.active div.dream p.ttl_info {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision.footer div.item.active div.dream p.ttl_info {
	animation: ttl_animation 1s 0.5s forwards;
	transform: translateX(-60px);
}

#vision div.item div.dream div.logo_dream {
	position: absolute;
	right: -60px;
	top: 88px;
	width: 338px;
	height: 425px;
	background: url('../images/logo_dream.png') no-repeat;
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
}

#vision.active div.item.active div.dream div.logo_dream {
	right: 0;
	opacity: 1;
}

#vision.footer div.item.active div.dream div.logo_dream {
	right: 0;
	opacity: 1;
}

#vision div.item div.dream div.logo_dream p.logo_dream_rocket {
	position: absolute;
	top: -258px;
	right: 48px;
	width: 246px;
	height: 400px;
	background: url('../images/logo_dream_rocket.png') no-repeat;
	opacity: 0;
	transition: all 1s;
	transition-delay: 1.2s;
}

#vision.active div.item.active div.dream div.logo_dream p.logo_dream_rocket {
	top: -348px;
	opacity: 1;
}

#vision.footer div.item.active div.dream div.logo_dream p.logo_dream_rocket {
	top: -348px;
	opacity: 1;
}



#vision ol.carousel-indicators {
	top: 700px;
	margin-left: -61.8% !important;
}

#vision ol.carousel-indicators li {
	border-radius: 0 !important;
}

#vision div#footer {
	width: 100%;
	position: absolute;
	bottom: -181px;
	z-index: 99999;
	transition: all 0.5s;
}

#vision div#footer.footer {
	bottom: 0;
}

/*news*/
h1.logo.sub {
	position: absolute;
}

div.gnb.sub {
	position: absolute;
}

#news {
	width: 100%;
	height: auto;
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

#news.news_text {
	height: auto;
}

#news div.news_in {
	padding-top: 228px;
	padding-bottom: 150px;
}

#news div.news_in h2.news_ttl1 {
	text-align: center;
	color: #dadae5;
	font-size: 38px;
}

#news div.news_in h2.news_ttl1:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#news div.news_in div.cont_box {
	position: relative;
	padding-top: 100px;
	height: auto;
	width: 1280px;
	margin: 0 auto;
}

#news div.news_in div.news_cont {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 400px;
	height: 452px;
	cursor: pointer;
}

#news div.news_in div.news_cont:first-child {
	margin-left: 0;
}

#news div.news_in div.news_cont:nth-child(4) {
	margin-left: 0;
}

#news div.news_in div.news_cont p {
	color: #dadae5;
}

#news div.news_in div.news_cont p.cont_ttl {
	margin-top: 40px;
	font-size: 20px;
	line-height: 24px;
}

#news div.news_in div.news_cont p.cont_date {
	position: absolute;
	bottom: 40px;
	font-size: 18px;
	font-weight: 300;
}

#news div.news_in ul.pager {
	margin: 0 auto;
}

#news div.news_in ul.pager li {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #dadae5;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

#news div.news_in ul.pager li.active {
	border: 1px solid #5c2785;
	box-sizing: border-box;
}

#news div.news_in ul.pager li:hover {
	border: 1px solid #5c2785;
	box-sizing: border-box;
}

#news div.news_in ul.pager li.arrow {
	position: relative;
	top: 15px;
	width: 40px;
	height: 40px;
	background: url('../images/news_arrow.png') center no-repeat;
}

#news div.news_in ul.pager li.arrow2 {
	position: relative;
	top: 15px;
	background-position: center;
}

#news div.news_in ul.pager li.arrow:hover {
	border: none;
}

#news div.news_in h2.news_ttl2 {
	text-align: center;
	color: #dadae5;
	font-size: 38px;
}

#news div.news_in h2.news_ttl2:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#news div.news_in div.txt_box {
	position: relative;
	padding: 100px 50px 0 50px;
	height: auto;
}

#news div.news_in div.txt_box p.txt_ttl {
	color: #dadae5;
	font-size: 26px;
}

#news div.news_in div.txt_box p.txt_line {
	width: 100%;
	height: 1px;
	background: #dadae5;
	margin-top: 20px;
}

#news div.news_in div.txt_box p.txt_info {
	color: #dadae5;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 110px;
	font-weight: 300;
}

#news div.news_in div.txt_box a.btn_list {
	position: relative;
	z-index: 999;
	display: block;
	width: 180px;
	height: 54px;
	border: 1px solid #dadae5;
	text-align: center;
	line-height: 54px;
	margin: 0 auto;
	margin-top: 55px;
}

#news.news_text div.news_in div.txt_box a.btn_arrow {
	display: none;
}


select.footer_sites {
	position: absolute;
	bottom: 46px;
	right: 5%;
	padding: 0 20px;
	box-sizing: border-box;
	width: 190px;
	height: 44px;
	border: 1px solid #5c2785;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background: #000 url('../images/sel_arrow.png') no-repeat 92% 50%;
	color: #515057;
	outline: none;
}

div.footer_sns_box {
	position: absolute;
	bottom: 120px;
	right: 4.4%;
	z-index: 55;
}

div.footer_sns_box p {
	float: left;
	margin: 0 12px;
}

div.footer_sns_box p.masang {
	width: 22px;
	height: 24px;
	background-image: url('../images/all_icon.png');
	background-position: 148px 0;
}

div.footer_sns_box p.facebook {
	width: 22px;
	height: 24px;
	background-image: url('../images/all_icon.png');
	background-position: 119px 0;
}

div.footer_sns_box p.youtube {
	width: 22px;
	height: 24px;
	background-image: url('../images/all_icon.png');
	background-position: 91px 0;
}

div.footer_sns_box p a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0.4;
	font-size: 18px;
	font-family: 'Noto Sans KR';
}

div.footer_sns_box p.on a {
	opacity: 1;
}

.tmb_wrp {
	width: 400px !important;
	height: 275px !important;
}

.tmb_wrp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tmb_wrp .ribbon div {
	padding: 8% !important;
}

/*masangsoft*/
#masangsoft {
	width: 100%;
	height: 3000px;
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	margin-bottom: 100px;
	overflow: hidden;
}

#masangsoft div.masang_in {
	padding-top: 200px;
}

#masangsoft div.masang_in p.masang_ttl {
	margin: 0 auto;
	color: #dadae5;
	font-size: 40px;
	text-align: center;
	line-height: 66px;
	opacity: 0;
	padding-top: 40px;
	animation: up 1s 0.1s forwards;
}

#masangsoft div.masang_in p.masang_info {
	margin: 0 auto;
	margin-top: 98px;
	color: #dadae5;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	opacity: 0;
	padding-top: 40px;
	animation: up 1s 0.3s forwards;
}

#masangsoft div.masang_in h2.masang_ttl2 {
	position: relative;
	margin-top: 230px;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	padding-top: 40px;
}

#masangsoft div.masang_in h2.masang_ttl2.active {
	animation: up 1s 0.1s forwards;
}

#masangsoft div.masang_in h2.masang_ttl2:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 40px auto;
}

#masangsoft div.masang_in div.message_box {
	position: relative;
	width: 728px;
	margin: 0 auto;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box {
	margin-top: 120px;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box p {
	color: #5c2785;
	font-size: 146px;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box p.arrow1 {
	position: absolute;
	top: 35px;
	left: 50%;
	opacity: 0;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box p.arrow1.active {
	animation: left-open 1s 0.1s forwards;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box p.arrow2 {
	position: absolute;
	top: 35px;
	right: 50%;
	opacity: 0;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box p.arrow2.active {
	animation: right-open 1s 0.1s forwards;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box em {
	display: block;
	margin-top: 56px;
	text-align: center;
	color: #dadae5;
	font-size: 60px;
	font-weight: 100;
	margin-right: 50px;
	opacity: 0;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box em.active {
	animation: msg_animation 1s 0.5s forwards;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box em.bold {
	font-weight: bold;
}

#masangsoft div.masang_in div.message_box div.msg_ttl_box em.bold.active {
	animation: msg_animation 1s 0.8s forwards;
}

#masangsoft div.masang_in p.msg_info {
	margin-top: 80px;
	color: #dadae5;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	padding-top: 40px;
	opacity: 0;
}

#masangsoft div.masang_in p.msg_info.active {
	animation: up 1s 0.1s forwards;
}

#masangsoft div.masang_in h2.masang_ttl3 {
	position: relative;
	margin-top: 1100px;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	padding-top: 40px;
	opacity: 0;
}

#masangsoft div.masang_in h2.masang_ttl3.active {
	animation: up 1s 0.1s forwards;
}

#masangsoft div.masang_in h2.masang_ttl3:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 40px auto;
}

#masangsoft div.masang_in p.mission_info {
	margin-top: 50px;
	color: #dadae5;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
}

#masangsoft div.masang_in div.mission_box {
	position: absolute;
	left: 50%;
	margin-left: -650px;
	margin-top: 82px;
}

#masangsoft div.masang_in div.mission_box p {
	display: inline-block;
	margin-left: 14px;
	width: 405px;
	height: 742px;
	transform: translateY(80px);
	transition: all 1s;
	opacity: 0
}

#masangsoft div.masang_in div.mission_box p.m_play {
	margin-left: 15px;
	background: url('../images/company01.jpg') no-repeat;
	transition-delay: 0.1s;
}

#masangsoft div.masang_in div.mission_box p.m_enjoy {
	background: url('../images/company02.jpg') no-repeat;
	transition-delay: 0.3s;
}

#masangsoft div.masang_in div.mission_box p.m_dream {
	background: url('../images/company03.jpg') no-repeat;
	transition-delay: 0.5s;
}

#masangsoft div.masang_in div.mission_box p.m_play.active {
	transform: translateY(0);
	opacity: 1;
}

#masangsoft div.masang_in div.mission_box p.m_enjoy.active {
	transform: translateY(0);
	opacity: 1;
}

#masangsoft div.masang_in div.mission_box p.m_dream.active {
	transform: translateY(0);
	opacity: 1;
}

/*map*/
#map {
	width: 100%;
	height: 1450px;
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

#map div.map_in {
	padding-top: 250px;
}

#map div.map_in h2.map_ttl {
	position: relative;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	padding-top: 40px;
	animation: up 1s 0.1s forwards;
}

#map div.map_in h2.map_ttl:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#map div.map_in p.map_info {
	margin-top: 100px;
	color: #dadae5;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	opacity: 0;
	padding-top: 40px;
	animation: up 1s 0.3s forwards;
}

#map div.map_in p.map_info span {
	font-weight: bold;
}

#map div.map_in iframe {
	position: absolute;
	top: 76%;
	left: 50%;
	margin-left: -620px;
	margin-top: 90px;
	opacity: 0;
	padding-top: 40px;
	animation: up 1s 0.5s forwards;
}

/*service*/
#service {
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

#service.service_pc {
	height: auto;
}

#service.service_mobile {
	height: auto;
}

#service div.service_in {
	padding-top: 200px;
}

#service div.service_in h2.service_ttl {
	position: relative;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#service div.service_in h2.service_ttl.active {
	animation: up2 1s 0.1s forwards;
}

#service div.service_in h2.service_ttl:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#service div.service_in ul.tabs {
	width: 540px;
	margin: 0 auto;
	margin-top: 60px;
	transform: translateY(40px);
	transition: all 1s;
	opacity: 0;
	transition-delay: 0.5s;
}

#service div.service_in ul.tabs.active {
	animation: up2 1s 0.5s forwards;
}

#service div.service_in ul.tabs li {
	position: relative;
	float: left;
	margin-left: -1px;
	width: 180px;
	height: 50px;
	border: 1px solid #5c2785;
	box-sizing: border-box;
	cursor: pointer;
}

#service div.service_in ul.tabs li a {
	display: block;
	width: 100%;
	height: 100%;
}

#service div.service_in ul.tabs li span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #dadae5;
}

#service div.service_in ul.tabs li:after {
	display: block;
	content: '';
	width: 0;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.5s;
	background: #5c2785;
}

#service div.service_in ul.tabs li.active:after {
	display: block;
	content: '';
	width: 180px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: #5c2785;
}

#service div.service_in ul.tabs li:hover:after {
	width: 180px;
}

#service div.service_in div.cont_box {
	width: 1880px;
	margin: 0 auto;
	margin-top: 200px;
}

#service div.service_in div.cont_box div.cont {
	position: relative;
	overflow: hidden;
	width: 1880px;
	height: 450px;
	margin-bottom: 10px;
	transform: translateY(40px);
	transition: all 1s;
	opacity: 0;
	cursor: pointer;
}

#service div.service_in div.cont_box div.cont.active {
	animation: up2 1s 0.1s forwards;
}

#service div.service_in div.cont_box div.cont:hover p.background {
	transform: scale(1.03);
}

#service div.service_in div.cont_box div.cont:hover p.black {
	opacity: 0;
}

#service div.service_in div.cont_box div.cont p.background {
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: all 0.5s;
	width: 1880px;
	height: 450px;
}

#service div.service_in div.cont_box div.cont p.black {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
}

#service div.service_in div.cont_box div.cont p.cont_ttl {
	position: absolute;
	top: 150px;
	left: 310px;
	z-index: 6;
	color: #dadae5;
	font-size: 35px;
}

#service div.service_in div.cont_box div.cont p.cont_info {
	position: absolute;
	top: 230px;
	left: 310px;
	z-index: 6;
	color: #dadae5;
	font-size: 18px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	line-height: 26px;
}

#service div.service_in div.cont_box div.cont ul.btn_box {
	position: absolute;
	top: 310px;
	left: 310px;
	z-index: 6;
}

#service div.service_in div.cont_box div.cont ul.btn_box li {
	float: left;
	margin-left: 10px;
	width: 118px;
	height: 34px;
	border: 1px solid #dadae5;
}

#service div.service_in div.cont_box div.cont01 ul.btn_box li:last-child {
	width: 150px;
}

#service div.service_in div.cont_box div.cont ul.btn_box li:first-child {
	margin-left: 0;
}

#service div.service_in div.cont_box div.cont ul.btn_box li:after {
	display: block;
	content: '';
	width: 0;
	height: 36px;
	position: absolute;
	top: -1px;
	left: -1px;
	transition: width 0.5s;
	background: #5c2785;
}

#service div.service_in div.cont_box div.cont ul.btn_box li:hover:after {
	width: 120px;
}

#service div.service_in div.cont_box div.cont01 ul.btn_box li:last-child:hover:after {
	width: 152px;
}

#service div.service_in div.cont_box div.cont ul.btn_box li {
	position: relative;
	display: block;
	width: 118px;
	height: 34px;
}

#service div.service_in div.cont_box div.cont ul.btn_box li a span.text {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 6;
	display: block;
	width: 120px;
	height: 36px;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 36px;
	color: #dadae5;
	font-size: 14px;
}

#service div.service_in div.cont_box div.cont ul.btn_box li a span.arrow {
	position: absolute;
	top: 11px;
	right: 15px;
	z-index: 6;
	display: block;
	width: 8px;
	height: 13px;
	background: url('../images/news_arrow.png') no-repeat;
}

#service div.service_in div.cont_box div.cont p.cont_in {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 1880px;
	height: 450px;
}

#service div.service_in div.cont_box div.cont01 p.background {
	background: url('../images/service01.png') no-repeat;
}

#service div.service_in div.cont_box div.cont01 p.cont_in {
	background: url('../images/service01_in.png') no-repeat;
}

#service.service_mobile div.service_in div.cont_box div.cont01 p.background {
	background: url('../images/service12.png') no-repeat;
}

#service.service_mobile div.service_in div.cont_box div.cont01 p.cont_in {
	background: url('../images/service12_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont02 p.background {
	background: url('../images/service02.png') no-repeat;
}

#service div.service_in div.cont_box div.cont02 p.cont_in {
	background: url('../images/service02_in.png') no-repeat;
}

#service.service_mobile div.service_in div.cont_box div.cont02 p.background {
	background: url('../images/service13.png') no-repeat;
}

#service.service_mobile div.service_in div.cont_box div.cont02 p.cont_in {
	background: url('../images/service13_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont03 p.background {
	background: url('../images/service03.png') no-repeat;
}

#service div.service_in div.cont_box div.cont03 p.cont_in {
	background: url('../images/service03_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont04 p.background {
	background: url('../images/service04.png') no-repeat;
}

#service div.service_in div.cont_box div.cont04 p.cont_in {
	background: url('../images/service04_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont05 p.background {
	background: url('../images/service05.png') no-repeat;
}

#service div.service_in div.cont_box div.cont05 p.cont_in {
	background: url('../images/service05_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont06 p.background {
	background: url('../images/service06.png') no-repeat;
}

#service div.service_in div.cont_box div.cont06 p.cont_in {
	background: url('../images/service06_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont07 p.background {
	background: url('../images/service07.png') no-repeat;
}

#service div.service_in div.cont_box div.cont07 p.cont_in {
	background: url('../images/service07_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont08 p.background {
	background: url('../images/service08.png') no-repeat;
}

#service div.service_in div.cont_box div.cont08 p.cont_in {
	background: url('../images/service08_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont09 p.background {
	background: url('../images/service09.png') no-repeat;
}

#service div.service_in div.cont_box div.cont09 p.cont_in {
	background: url('../images/service09_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont10 p.background {
	background: url('../images/service10.png') no-repeat;
}

#service div.service_in div.cont_box div.cont10 p.cont_in {
	background: url('../images/service10_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont11 p.background {
	background: url('../images/service11.png') no-repeat;
}

#service div.service_in div.cont_box div.cont11 p.cont_in {
	background: url('../images/service11_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont12 p.background {
	background: url('../images/service12.png') no-repeat;
}

#service div.service_in div.cont_box div.cont12 p.cont_in {
	background: url('../images/service12_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont13 p.background {
	background: url('../images/service13.png') no-repeat;
}

#service div.service_in div.cont_box div.cont13 p.cont_in {
	background: url('../images/service13_in.png') no-repeat;
}

#service div.service_in div.cont_box div.cont14 p.background,
#service.service_pc div.service_in div.cont_box div.cont12 p.background {
	background: url('../images/serviceMV.jpg') no-repeat;
}

#service div.service_in div.cont_box div.cont14 p.cont_in,
#service.service_pc div.service_in div.cont_box div.cont12 p.cont_in {
	background: url('../images/serviceMV_in.png') no-repeat;
}


/*human*/
#human {
	width: 100%;
	height: 5580px;
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

#human div.human_in {
	padding-top: 200px;
}

#human div.human_in h2.human_ttl {
	position: relative;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#human div.human_in h2.human_ttl.active {
	animation: up2 1s 0.1s forwards;
}

#human div.human_in h2.human_ttl:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#human div.human_in p.human_info {
	margin-top: 50px;
	color: #dadae5;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#human div.human_in p.human_info.active {
	animation: up2 1s 0.5s forwards;
}

#human div.human_in div.cont_box {
	width: 1096px;
	margin: 0 auto;
	margin-top: 100px;
	opacity: 0;
	transform: translateY(40px) scale(1);
	transition: all 1s;
}

#human div.human_in div.cont_box.active {
	animation: up2 1s 1s forwards;
}

#human div.human_in div.cont_box div.cont {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 352px;
	height: 352px;
}

.progress {
	position: absolute;
	top: -14px;
	left: -14px;
	width: 352px;
	height: 352px;
	background: none;
	margin: 0 auto;
}

.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	border-width: 1px;
	border-style: solid;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

.progress .progress-right {
	right: 0;
}

.progress.progress01 .progress-right .progress-bar {
	animation: loading-1 0.4s 2.2s linear forwards;
}

.progress.progress01 .progress-right .progress-bar,
.progress.progress01 .progress-right .p.rogress-bar,
.progress.progress01 .progress-right .progress-bar {
	animation: loading-2 0.4s 2.2s linear forwards;
}

.progress.progress01 .progress-left .progress-bar {
	animation: loading-1 0.4s 1.8s linear forwards;
}

.progress.progress01 .progress-left .progress-bar {
	animation: loading-3 0.4s 1.8s linear forwards;
}

.progress.progress02 .progress-right .progress-bar {
	animation: loading-1 0.4s 2.3s linear forwards;
}

.progress.progress02 .progress-right .progress-bar,
.progress.progress02 .progress-right .p.rogress-bar,
.progress.progress02 .progress-right .progress-bar {
	animation: loading-2 0.4s 2.3s linear forwards;
}

.progress.progress02 .progress-left .progress-bar {
	animation: loading-1 0.4s 2.1s linear forwards;
}

.progress.progress02 .progress-left .progress-bar {
	animation: loading-3 0.4s 2.1s linear forwards;
}

.progress.progress03 .progress-right .progress-bar {
	animation: loading-1 0.4s 2.4s linear forwards;
}

.progress.progress03 .progress-right .progress-bar,
.progress.progress03 .progress-right .p.rogress-bar,
.progress.progress03 .progress-right .progress-bar {
	animation: loading-2 0.4s 2.4s linear forwards;
}

.progress.progress03 .progress-left .progress-bar {
	animation: loading-1 0.4s 2.2s linear forwards;
}

.progress.progress03 .progress-left .progress-bar {
	animation: loading-3 0.4s 2.2s linear forwards;
}

.progress .progress-bar {
	border-color: #5c2785;
}

#human div.human_in div.cont_box div.cont01 {
	margin-left: 0;
}

#human div.human_in div.cont_box div.cont div.txt_box {
	position: relative;
	width: 325px;
    height: 325px;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
}

#human div.human_in div.cont_box div.cont p.cont_ttl {
	padding-top: 92px;
	text-align: center;
	font-size: 44px;
	color: #fff;
	font-weight: bold;
}

#human div.human_in div.cont_box div.cont p.cont_text {
	padding-top: 10px;
	font-size: 20px;
	color: #c2c2cc;
	font-weight: 300;
	text-align: center;
}

#human div.human_in h2.human_ttl2 {
	position: relative;
	margin-top: 650px;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#human div.human_in h2.human_ttl2.active {
	animation: up2 1s 0.1s forwards;
}

#human div.human_in h2.human_ttl2:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#human div.human_in div.human_info_box {
	margin: 0 auto;
	margin-top: 100px;
	width: 1260px;
}

/* #human div.human_in div.human_info_box p {
	margin-bottom: 50px;
	width: 1260px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
} */

#human div.human_in div.human_info_left {
	float: left;
	width: 600px;
	height: auto;
}

#human div.human_in div.human_info_right {
	float: right;
	width: 600px;
	height: auto;
}

#human div.human_in div div.human_info_cont {
	height: 190px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #c2c2cc;
}

#human div.human_in div div.human_info_cont {
	position: relative;
}

#human div.human_in div div.human_info_cont p.human_info_ttl {
	position: absolute;
	top: 0;
	left: 120px;
}

#human div.human_in div div.human_info_cont p.human_info_text {
	position: absolute;
	top: 45px;
	left: 120px;
	font-size: 18px;
	font-weight: 300;
}

#human div.human_in div div.human_info_cont {
	transform: translateY(40px);
	opacity: 0;
}

#human div.human_in div div.human_info_cont.active {
	animation: up2 1s 0.5s forwards;
}

#human div.human_in div div.human_info08 {
	margin-bottom: 20px;
}

#human div.human_in div.human_info.active {
	animation: up2 1s 0.5s forwards;
}

#human div.human_in h2.human_ttl3 {
	position: relative;
	margin-top: 1930px;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#human div.human_in h2.human_ttl3.active {
	animation: up2 1s 0.1s forwards;
}

#human div.human_in h2.human_ttl3:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#human div.human_in div.masang_life {
	width: 1264px;
	margin: 0 auto;
	margin-top: 70px;
	opacity: 0;
	transform: translateY(40px);
}

#human div.human_in div.masang_life.active {
	animation: up2 1s 0.5s forwards;
}

#human div.human_in div.masang_life div.life_cont {
	position: relative;
	float: left;
	width: 421px;
	height: 365px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/COMPANY/images/life_cont.png') no-repeat;
	display: flex;
	align-items: center;
}

#human div.human_in div.masang_life div.life_cont:nth-child(odd) {
	background: transparent;
}

.life_cont_box {
	margin: 0 auto;
}

#human div.human_in div.masang_life div.life_cont p.life_img {
	text-align: center;
}

#human div.human_in div.masang_life div.life_cont p.life_ttl {
	color: #c2c2cc;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#human div.human_in div.masang_life div.life_cont p.life_text {
	font-size: 18px;
	font-weight: 300;
	color: #aaaab2;
	text-align: center;
}

#human div.human_in h2.human_ttl4 {
	position: relative;
	margin-top: 1700px;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#human div.human_in h2.human_ttl4.active {
	animation: up2 1s 0.1s forwards;
}

#human div.human_in h2.human_ttl4:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

#human div.human_in p.human_info2 {
	margin-top: 50px;
	color: #dadae5;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#human div.human_in p.human_info2.active {
	animation: up2 1s 0.5s forwards;
}

#human div.human_in div.cont_box2 {
	width: 1180px;
	margin: 0 auto;
	margin-top: 100px;
}

#human div.human_in div.cont_box2 div.cont {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 280px;
	height: 380px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
	border: 1px solid #4a1f6b;
	box-sizing: border-box;
}

#human div.human_in div.cont_box2 div.cont p.step {
	position: absolute;
	top: 68px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90px;
	height: 30px;
	border: 1px solid #5c2785;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	border-radius: 150px;
	color: #fff;
}

#human div.human_in div.cont_box2 div.cont p.ttl {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #c2c2cc;
}

#human div.human_in div.cont_box2 div.cont p.text {
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 18px;
	color: #c2c2cc;
	font-weight: 300;
	text-align: center;
}

#human div.human_in div.cont_box2 div.cont01 {
	position: relative;
	margin-left: 0;
}

#human div.human_in div.cont_box2 div.cont01.active {
	animation: up2 1s 1s forwards;
}

#human div.human_in div.cont_box2 div.cont01 div.btn_wrap {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -65px;
}

#human div.human_in div.cont_box2 div.cont01 a {
	position: relative;
	margin-bottom: 10px;
	display: block;
	width: 130px;
	height: 45px;
	background: #5c2785;
	line-height: 45px;
	color: #dadae5;
	font-size: 16px;
	padding-left: 20px;
}

#human div.human_in div.cont_box2 div.cont01 a span {
	position: absolute;
	top: 16px;
	right: 15px;
	z-index: 6;
	display: block;
	width: 8px;
	height: 13px;
	background: url('../images/news_arrow.png') no-repeat;
}

#human div.human_in div.cont_box2 div.cont02.active {
	animation: up2 1s 1.4s forwards;
}

#human div.human_in div.cont_box2 div.cont03.active {
	animation: up2 1s 1.8s forwards;
}

#human div.human_in div.cont_box2 div.cont04.active {
	animation: up2 1s 2.2s forwards;
}

/*history*/
#history {
	width: 100%;
	height: 3850px;
	background: url('../images/bg_fixed.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

#history div.history_in {
	padding-top: 200px;
}

#history div.history_in h2.history_ttl {
	position: relative;
	text-align: center;
	color: #dadae5;
	font-size: 38px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 1s;
}

#history div.history_in h2.history_ttl.active {
	animation: up2 1s 0.1s forwards;
}

#history div.history_in h2.history_ttl:after {
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #8f8597;
	margin: 20px auto;
}

.history #container .contents {
	margin-top: 134px;
	padding-bottom: 450px
}

.history .years {
	position: fixed;
	left: 50%;
	top: 420px;
	width: 600px;
	margin-left: -635px;
	padding-right: 76px
}

.history .history_bx {
	position: static
}

.history .years .num {
	overflow: hidden;
	position: relative;
	height: 99px;
	color: #FFF;
	font-family: Camber, 'Camber', sans-serif;
	font-size: 76px;
	font-weight: 500;
	line-height: 99px
}

.history .years .num:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 300px;
	height: 4px;
	margin-top: -2px;
	background: #FFF;
	vertical-align: top
}

.history .years .num span {
	overflow: hidden;
	float: left;
	vertical-align: top
}

.history .years .num em {
	display: block;
	font-style: normal;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	vertical-align: top
}

.history .years .sub {
	margin-top: 30px;
	color: #FFF;
	font-size: 44px;
	line-height: 60px
}

.history .years.skrollable-after {
	position: fixed;
	top: 19vh
}

.history .year_bx {
	overflow: hidden;
	margin-bottom: 100px
}

.history .year_bx:last-child {
	margin-bottom: 0
}

.history .history_lst {
	position: absolute;
	top: 450px;
	left: 50%;
	overflow: hidden;
}

.history .history_lst ul {
	overflow: hidden
}

.history .history_lst ul li {
	overflow: hidden;
}

.history .history_lst ul li:last-child {
	margin-bottom: 0
}

.history .history_lst ul li .month {
	float: left;
	margin-top: 8px;
	color: #FFF;
	font-family: Camber, 'Camber', sans-serif;
	font-size: 20px;
}

.history .history_lst ul li .cont_bx {
	float: left;
	margin-left: 40px
}

.history .history_lst ul li .cont_bx p {
	color: #FFF;
	font-size: 20px;
	line-height: 46px;
}

.m_human_info_box {
	padding: 0 30px;
}

dt {
	position: relative;
	font-weight: 700;
	width: 100%;
	font-size: 40px;
	color: #c2c2cc;
	border-top: 1px solid #4a1f6b;
	height: 140px;
	line-height: 140px;
}

dt.on dd {
	display: block;
}

dd {
	margin-left: 0;
	padding: 40px 0;
	font-size: 30px;
	color: #c2c2cc;
	display: none;
	line-height: 40px;
}

.m_human_info_box.jobs dt img.icon {
	padding: 0 20px;
	vertical-align: middle;
}

.m_human_info_box dt span {
	display: block;
	width: 35px;
	height: 21px;
	background: url('../images/human_arrow02.png') no-repeat;
	float: right;
	margin-top: 66px;
	margin-right: 30px;
}

.m_human_info_box dt.on span {
	background: url('../images/human_arrow01.png') no-repeat;
}


/*footer*/
#footer {
	position: relative;
	border-top: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: #000;
}

#footer div.footer_in{
	width: 100%;
	height: 180px;
}

#footer div.link_box {
	position: absolute;
	top: 30px;
	left: 5%;
}

#footer div.link_box a {
	display: inline-block;
	margin-right: 30px;
	font-weight: bold;
	color: #999;
}

#footer div.link_box a:first-child {
	color: #eee;
}

#footer address {
	position: absolute;
	top: 70px;
	left: 5%;
	font-size: 14px;
	color: #515057;
}

#footer p.copyright {
	position: absolute;
	top: 95px;
	left: 5%;
	font-size: 14px;
	color: #515057;
}

#footer select.select {
	position: absolute;
	bottom: 60px;
	right: 5%;
	padding: 0 20px;
	box-sizing: border-box;
	width: 190px;
	height: 44px;
	border: 1px solid #5c2785;
	background: #000;
	color: #515057;
	outline: none;
}

#footer select::expand {
	padding-right: 20px;
}