@charset "utf-8";

.blind {
	position: absolute;
	top: 0;
	left: -1000px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#contents {
	width: 100%;
	/*min-height:60vh;*/
	box-sizing: border-box;
	margin: 0 auto;
	/*padding-bottom:330px;*/
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}

.lock {
	overflow: hidden;
}

.add {
	overflow: hidden;
}

.txt-gray {
	color: #333;
}

/* landing */
@keyframes bg-change {
	0% {
		background: #f66;
	}

	3.57% {
		background: #396;
	}

	25% {
		background: #396;
	}

	28.57% {
		background: #669;
	}

	50% {
		background: #669;
	}

	53.57% {
		background: #ff0;
	}

	75% {
		background: #ff0;
	}

	78.57% {
		background: #f66;
	}

	100% {
		background: #f66;
	}
}

@keyframes nav-motion {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

body {
	animation: fadein 2s;
	margin: 0;
	padding: 0;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.play-info {
	position: relative;
	z-index: 2;
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.title-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#title {
	position: relative;
	display: block;
	font-size: 4.5789vw;
	font-weight: 600;
	white-space: nowrap;
}

#title>div {
	display: inline;
	padding: 0 20px 0 0;
}

.halftone {
	position: absolute;
	top: 0%;
	left: 50%;
	/*width: 100%;*/
	height: 100%;
	display: block;
	transform: translateX(-50%);
}

.img-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.mCSB_container {
	min-height: 100%;
}

.wrap {
	position: relative;
	/*min-height:100%;*/
	overflow: hidden;
}

.txt-wrap {
	position: absolute;
	top: -147px;
	left: 0;
	white-space: nowrap;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.recruit {
	transition: all .3s;
	font-size: 94px;
	color: #333;
}

.recruit:hover {
	color: #999;
}

.recruit>div {
	white-space: nowrap;
}

.recruit .txt-recruit>div {
	display: inline;
}

.txt-w .recruit {
	color: #fff;
	transition: all .3s;
}

.txt-w .recruit:hover {
	color: #999;
}

.landing {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	height: 100vh;
	min-height: 600px;
	background: transparent;
	transform: translate(-50%, -50%);
}

.landing .inner {
	position: relative;
	top: 50%;
	width: 736px;
	margin: 0 auto;
	font-size: 94px;
	font-weight: 800;
	transform: translateY(-48%);
	letter-spacing: -2px;
}

.landing li {
	position: relative;
	height: 134px;
	margin: 0 0 24px;
	text-align: right;
	color: #333;
}

.landing.txt-w li {
	color: #fff;
}

.landing .txt {
	position: absolute;
	top: 43px;
	right: 0;
}

.landing .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #f66;
	animation: bg-change 14s 3s infinite;
	/*animation:bg-change 20s 1s infinite;*/
}

/*.landing .work .bar{width:400px;}
.landing .hello .bar{width:200px;}
.landing .now .bar{width:100px;}*/
.landing .work .bar {
	width: 402px;
}

.landing .hello .bar {
	width: 268px;
}

.landing .now .bar {
	width: 134px;
}

.landing p {
	margin-top: 70px;
	font-size: 17px;
	font-weight: 600;
	text-align: right;
	letter-spacing: 0;
}

.landing.txt-w p {
	color: #fff;
}

.back-landing {
	position: relative;
	width: auto;
	height: 100vh;
	overflow: hidden;
}

/* 20251201//(Ina)수정(s) */
/*
.back-landing img,
.back-landing video {
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100vh;
	transform: translate(-50%, -50%);
}
*/
.back-landing img,
.back-landing video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
/* 20251201//(Ina)수정(e) */

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 3;
}

.header .logo {
	position: relative;
	float: left;
	margin: 50px 0 0 50px;
	cursor: pointer;
}

.header .logo i {
	display: block;
	width: 78px;
	height: 90px;
	overflow: hidden;
	text-indent: -9999px;
}

.header .logo .bar {
	position: absolute;
	left: 0;
	display: block;
	height: 26px;
	background: #f66;
	transition: top .2s, opacity .2s;
	animation: bg-change 14s 3s infinite;
}

.header .logo .first {
	top: 0;
	width: 100%;
}

.header .logo .second {
	top: 32px;
	width: 52px;
}

.header .logo .third {
	top: 64px;
	width: 26px;
}

.header .logo .menu {
	position: absolute;
	top: 0;
	left: -132px;
	font-size: 29px;
	font-weight: 600;
	color: #333;
	line-height: .66;
	letter-spacing: -.04em;
	opacity: 0;
	transition: all .2s;
}

.header .logo .menu.dark {
	color: #333;
}

.header .logo .menu.light {
	color: #fff;
}

#nav {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 10;
	width: 100%;
	height: 100vh;
	background: #fff;
}

#nav .btn-close {
	position: absolute;
	top: 50px;
	left: 50px;
	padding: 0;
	font-size: 29px;
	font-weight: 600;
	line-height: 1;
	transition: color .3s;
	color: #333;
}

#nav .btn-close:hover {
	color: #999;
}

.gnb {
	width: 1270px;
	margin: 0 auto;
	padding: 50px 0 0;
}

.gnb .gnb-menu li {
	margin: 0 0 50px;
	font-size: 134px;
	font-weight: 800;
	line-height: .68;
	transform: translateX(-50px);
	opacity: 0;
}

.gnb .gnb-menu li a {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: .67;
	vertical-align: bottom;
	text-indent: -6px;
}

.gnb .gnb-menu li a:after {
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 0;
	height: 88px;
	content: '';
	background: #ff0;
	transition: width .5s cubic-bezier(1, 0, 0, 1);
}

.gnb .gnb-menu li a:hover:after {
	left: 0;
	width: 100%;
}

.gnb .gnb-menu li span {
	position: relative;
	z-index: 2;
}

.gnb .gnb-menu li a.active {
	color: #999;
}

.gnb .gnb-menu.active li:first-child {
	animation: nav-motion .5s forwards;
}

.gnb .gnb-menu.active li:nth-child(2) {
	animation: nav-motion .5s .1s forwards;
}

.gnb .gnb-menu.active li:nth-child(3) {
	animation: nav-motion .5s .2s forwards;
}

.gnb .gnb-menu.active li:last-child {
	animation: nav-motion .5s .3s forwards;
}

.btn-lang {
	position: absolute;
	top: 50px;
	right: 50px;
	display: none;
}

.btn-lang .lang {
	float: left;
	width: 33px;
	height: 20px;
	overflow: hidden;
	margin: 0 0 0 30px;
	padding: 0;
	text-indent: -9999px;
	transition: all .3s;
	background-size: auto 100%;
}

.btn-lang .lang-ko {
	background: url(/images/lang_ko.svg) no-repeat;
}

.btn-lang .lang-en {
	background: url(/images/lang_en.svg) no-repeat;
}

.btn-lang .lang-ko.active,
.btn-lang .lang-ko:hover {
	background: url(/images/lang_ko_ch.svg) no-repeat;
}

.btn-lang .lang-en.active,
.btn-lang .lang-en:hover {
	background: url(/images/lang_en_ch.svg) no-repeat;
}

/*.sns-nav{position:absolute; bottom:120px; left:50px;}
.sns-nav .copy{float:left; padding:5px 0 0; font-size:17px; font-weight:600;}
.sns-nav .icon{float:left; margin-left:150px;}
.sns-nav .icon li{float:left; margin-right:30px;}
.sns-nav .icon li:last-child{margin-top:3px;}
.sns-nav .icon li img{width:30px; height:30px;}
.sns-nav .icon li:last-child img{width:41px; height:auto;}
.sns-nav .icon li a{display:block;}
.sns-nav .icon li img{-webkit-transition:opacity .3s; transition:opacity .3s;}
.sns-nav .icon li:hover img{opacity:.5;}*/
.sns-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 150px 0;
	font-size: 17px;
	font-weight: 600;
}

.sns-nav:after {
	content: '';
	display: block;
	clear: both;
}

.sns-inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.sns-nav .copy {
	position: absolute;
	top: 4px;
	left: 50px;
}

.sns-nav .icon {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.sns-nav .icon li {
	float: left;
	margin-right: 30px;
}

.sns-nav .icon li:last-child {
	margin-right: 0;
	margin-top: 3px;
}

.sns-nav .icon li img {
	width: 30px;
	height: 30px;
}

.sns-nav .icon li:last-child img {
	width: 41px;
	height: auto;
}

.sns-nav .icon li a {
	display: block;
}

.sns-nav sup {
	position: relative;
	padding: 0 2px;
	font-size: 11px;
	vertical-align: top;
}

.sns-nav .icon li img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.sns-nav .icon li:hover img {
	opacity: .5;
}


/* footer */
.footer {
	position: relative;
	/*position:absolute;*/
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 200px 0 100px;
	font-size: 17px;
	font-weight: 600;
}

.footer:after {
	content: '';
	display: block;
	clear: both;
}

.footer-inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}

.footer .copy {
	position: absolute;
	top: 4px;
	left: 50px;
}

.footer .icon {
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
}

.footer .icon li {
	float: left;
	margin-right: 30px;
}

.footer .icon li:last-child {
	margin-right: 0;
	margin-top: 3px;
}

.footer .icon li img {
	width: 30px;
	height: 30px;
}

.footer .icon li:last-child img {
	width: 41px;
	height: auto;
}

.footer .icon li a {
	display: block;
}

.footer sup {
	position: relative;
	padding: 0 2px;
	font-size: 11px;
	vertical-align: top;
}

.footer .icon li img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.footer .icon li:hover img {
	opacity: .5;
}

.top_btn {
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 1001;
	display: none;
	width: 54px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	text-indent: -9999px;
	transition: color .3s;
}

.top_btn:after {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 32px;
	height: 32px;
	content: '';
	border-top: 5px solid #000;
	border-right: 5px solid #000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s;
}

.top_btn:hover:after {
	border-top: 5px solid #999;
	border-right: 5px solid #999;
}

.layer-footer input {
	margin-top: -2px;
}

.category {
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 10;
	height: 16px;
	font-size: 17px;
	font-weight: 600;
	color: #333;
	line-height: 1;
	transition: color .3s;
}

.category.dark {
	color: #333;
}

.category.light {
	color: #fff;
}

.category:hover {
	color: #999;
}

/* laptop */
@media screen and (max-width:1650px) {
	.inner {
		max-width: 950px;
	}

	.gnb {
		width: 950px;
	}

	.sns-nav .icon,
	.footer .icon {
		max-width: 950px;
	}
}

@media screen and (max-width:1300px) {

	.sns-nav .icon,
	.footer .icon {
		max-width: 800px;
	}
}

/* tablet */
@media screen and (max-width:1200px) {
	.recruit {
		font-size: 82px;
	}

	.landing .inner {
		padding: 0;
		width: 650px;
		font-size: 82px;
	}

	.landing li {
		position: relative;
		height: 108px;
	}

	.landing .txt {
		top: 29px;
	}

	.landing .work .bar {
		width: 324px;
	}

	.landing .hello .bar {
		width: 216px;
	}

	.landing .now .bar {
		width: 108px;
	}

	.gnb {
		width: 610px;
	}

	.gnb .gnb-menu li {
		margin: 0 0 25px;
		font-size: 82px;
	}

	.gnb .gnb-menu li a {
		text-indent: -4px;
	}

	.gnb .gnb-menu li a:after {
		height: 68px;
	}

	.sns-nav .icon,
	.footer .icon {
		max-width: 610px;
	}
}

/* mobile */
@media screen and (max-width:1023px) {
	#contents {
		padding-bottom: 0;
		/*padding-bottom:100px;*/
	}

	.inner {
		max-width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.gnb .gnb-menu li a:after {
		bottom: 0;
		height: 32px;
	}

	.gnb .gnb-menu li a.indexline:hover:after {
		display: none;
	}

	.category {
		top: 25px;
		right: 25px;
		font-size: 15px;
		font-weight: 500;
	}

	.txt-wrap {
		position: absolute;
		top: -86px;
		left: 0;
		white-space: nowrap;
		width: 100%;
		height: 150px;
		overflow: hidden;
	}

	.recruit>div {
		position: absolute;
		font-size: 48px;
		color: #333;
		white-space: nowrap;
	}

	.txt-w .recruit>div {
		color: #fff;
	}

	.recruit .txt-recruit>div {
		display: inline-block;
	}

	.landing {
		min-height: 100%;
	}

	.landing .inner {
		max-width: 310px;
		padding: 0;
		font-size: 48px;
	}

	.landing li {
		position: relative;
		height: 67px;
		margin: 0 0 12px;
	}

	.landing .txt {
		top: 21px;
	}

	.landing .work .bar {
		width: 201px;
	}

	.landing .hello .bar {
		width: 134px;
	}

	.landing .now .bar {
		width: 67px;
	}

	.landing p {
		margin-top: 54px;
	}

	.top_btn:hover:after {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}

	.header-top .inner {
		padding: 0;
	}

	.header .logo {
		margin: 25px 0 0 25px;
	}

	.header .logo a,
	.header .logo i {
		width: 39px;
		height: 45px;
	}

	.header .logo .bar {
		height: 13px;
	}

	.header .logo .first {
		width: 100%;
	}

	.header .logo .second {
		top: 16px;
		width: 26px;
	}

	.header .logo .third {
		top: 32px;
		width: 13px;
	}

	.header .logo .menu {
		font-size: 15px;
	}

	#nav .btn-close {
		top: 25px;
		left: 25px;
		font-size: 15px;
	}

	.gnb {
		width: 100%;
		padding: 0;
	}

	.gnb .gnb-menu {
		position: absolute;
		top: 100px;
		left: 30px;
	}

	.gnb .gnb-menu li {
		margin: 0 0 17px;
		font-size: 48px;
	}

	.btn-lang {
		top: 25px;
		right: 25px;
	}

	.btn-lang .lang {
		width: 17px;
		height: 10px;
		margin: 0 0 0 15px;
	}

	.footer {
		position: relative;
		padding: 35px 0 50px;
		font-size: 9px;
	}

	.footer-inner {
		padding: 0 25px;
	}

	.footer .copy {
		top: 2px;
		left: 25px;
	}

	.footer .icon {
		max-width: 100%;
		box-sizing: border-box;
		padding-left: 87px;
	}

	.footer .icon li {
		margin-right: 15px;
	}

	.footer .icon li:last-child {
		margin-top: 1px;
	}

	.footer .icon li img {
		width: 15px;
		height: 15px;
	}

	.footer .icon li:last-child img {
		width: 20px;
	}

	.sns-nav {
		position: absolute;
		bottom: 120px;
		left: -18px;
		padding: 0;
		font-size: 10px;
	}

	.sns-nav .copy {
		float: left;
		top: 2px;
	}

	.sns-nav .icon {
		float: left;
		margin-left: 120px;
	}

	.sns-nav .icon li {
		float: left;
		margin-right: 15px;
	}

	.sns-nav .icon li:last-child {
		margin-top: 1px;
	}

	.sns-nav .icon li img {
		width: 15px;
		height: auto;
	}

	.sns-nav .icon li:last-child img {
		width: auto;
		height: 13px;
	}

	.sns-nav .icon li a {
		display: block;
	}

	.sns-nav .icon li img {
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.sns-nav .icon li:hover img {
		opacity: .5;
	}

	.top_btn {
		bottom: 50px;
		right: 25px;
		width: 27px;
		height: 15px;
	}

	.top_btn:after {
		top: 4px;
		left: 4px;
		width: 16px;
		height: 16px;
		border-width: 2px;
	}
}

/* @media (max-width: 414px), screen and (orientation: landscape) {
	.gnb .gnb-menu{bottom:70px;}
} */

@media screen and (orientation: landscape) {
	.gnb .gnb-menu {
		bottom: 70px;
	}
}