@charset "UTF-8";
a {
	cursor: pointer !important;
}

.body {
	background: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: background 1s;
}

.sections {
	position: relative;
	display: block;
	padding: 0 6vmax;
}

.section {
	position: relative;
}

.section--image {
	display: block;
	position: relative;
	max-width: 100%;
	opacity: 1;
	transition: opacity 1s;
}

.active .section--image {
	opacity: 1;
}

.section--image img {
	display: block;
	position: relative;
	margin: 0 0 0 auto;
}

.section--header {
	font-size: calc(var(--fontsize-text));
	font-family: var(--font-text);
	position: absolute;
	bottom: 5vmax;
	left: 0;
	padding-left: 5vmax;
	z-index: 1000;
	line-height: 1;
	font-weight: 300;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.active .section--header {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@media screen and (max-width: 1200px) {
	#site_wrap .header .in {
		background-color: #fff;
	}
}

/* hero*/
.hero {
	background-image: url(../img/bg_hero_0424.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 11px;
	height: 1080px;
}

.hero h2.title {
	font-size: 64px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 60px;
	margin-top: 36px;
}

.hero .description {
	font-size: 18px;
	font-weight: 300;
}

/* service_section */
/* .service {background-image: url(../img/service_bg.png); padding: 201px 11px 154px 11px; margin: 0; background-size: cover; background-repeat: no-repeat;} */
.service {
	padding: 201px 11px 154px 11px;
	margin: 0;
	background-color: #2a2a2a;
}

.service_section_title {
	width: 100%;
	height: 100%;
}

.service_section_title h3 {
	font-size: 42px;
	line-height: 1.3;
	color: #fff;
	font-weight: 900;
}

.service_section_title .btn {
	transition: 0.3s;
	padding: 11px 21px 12px 20px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 12px;
	line-height: 1;
}

.service_section_title .btn:hover {
	transition: 0.3s;
	cursor: pointer;
	background-color: #fff;
	color: #000;
}

.service .sec_row {
	margin-top: 29px;
}

/* .service_box_wrap{padding: 13px;} */
.service_box_wrap {
	padding-right: 26px;
}

.service_box_wrap.last {
	padding-right: 0;
}

.service_box:hover {
	cursor: pointer;
}

.gradient_bg::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(13, 13, 13, 0) 66%, #000);
	opacity: 1;
}

.service_box {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.service_box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.service_box:hover > img {
	transform: scale(1.05);
}

.service_title {
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 31px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 1200px) {
	.service {
		padding: 86px 41px 79px;
	}
	.service .global_inner {
		padding: 0;
	}
	.service .card_area {
		display: grid;
		grid-template-columns: repeat(2, minmax(139px, 1fr));
		gap: 11px;
	}
	.service .service_box_wrap {
		padding: 0;
	}
	.service .service_section_title h3 {
		font-family: Pretendard;
		font-size: 21.5px;
		font-weight: 900;
		line-height: 1.35;
	}
	.service .service_section_title .btn {
		padding: 0 11px;
		line-height: 20px;
		border-radius: 9.4px;
		font-family: Pretendard;
		font-size: 8.5px;
		font-weight: 500;
		letter-spacing: 0.43px;
		color: #fff;
	}
	.service .service_title {
		font-size: 11.5px;
		font-weight: bold;
		line-height: 14px;
		bottom: 16px;
	}
	.header-menu > ul{
		margin-top: 52px !important;
		height: calc(var(--vh, 1vh) * 100 - 140px) !important;
	}
}

/* outsourcing */
.outsourcing {
	padding: 122px 11px 128px 11px;
	margin: 0;
	background-color: #1f1f1f;
}

.outsourcing .itme {
	width: 340px;
	height: 440px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.outsourcing_box_wrap {
	padding: 15px;
}

.outsourcing_box {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 40px 40px 70px 20px black;
}

.mg30 {
	margin-top: 22px;
}

.outsourcing_box.first {
	width: 290px;
	height: 500px;
	z-index: -1;
}

.outsourcing_box.sec {
	width: 290px;
	height: 375px;
	z-index: -1;
}

.outsourcing_box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.outsourcing_title {
	width: 100%;
	height: 100%;
	font-weight: 900;
	margin-bottom: 108px;
}

.outsourcing .content {
	padding-top: 19px;
	z-index: 3;
}

.outsourcing .sub_title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 26px;
	line-height: 1;
}

.outsourcing .sub_description {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.outsourcing_title h3 {
	font-size: 42px;
	line-height: 1.3;
	color: #fff;
}

/* .outsourcing .slider{transform: translate3d(3vw, 0px, 0px);} */
.outsourcing .swiper-slide {
	/* Center slide text vertically */
	width: 600px;
	height: 580px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.outsourcing .swiper {
	margin-top: -74px;
	padding-bottom: 52px;
	width: 100%;
	height: 100%;
}

.outsourcing .swiper-slide {
	transform: translate3d(-13.2vw, 0px, 0px);
	margin-right: 76px;
}

.swiper-pagination {
	position: relative;
}

@media screen and (max-width: 1200px) {
	.outsourcing {
		padding: 83px 42px 0;
	}
	.outsourcing.only_mobile {
		display: block;
	}
	.outsourcing .outsourcing_title {
		margin-bottom: 50px;
	}
	.outsourcing .outsourcing_title h3 {
		font-family: Pretendard;
		font-size: 21.5px;
		font-weight: 900;
		line-height: 1.35;
		color: #fff;
	}
	.outsourcing .swiper {
		margin-top: 0;
		padding: 0 43px;
		margin: -80px -43px 0;
	}
	.outsourcing .swiper .sub_title {
		font-family: NotoSansCJKkr;
		font-size: 10px;
		font-weight: 900;
		line-height: 1.26;
		letter-spacing: -0.29px;
		color: #fff;
		margin-bottom: 10px;
	}
	.outsourcing .swiper .sub_description {
		font-family: NotoSansCJKkr;
		font-size: 8.5px;
		font-weight: 300;
		line-height: 1.35;
		letter-spacing: -0.21px;
	}
	.outsourcing .outsourcing_box_wrap {
		height: 213px;
		display: flex;
		flex-direction: column;
		padding: 6px;
	}
	.outsourcing .content {
		padding: 0;
	}
	.outsourcing .content + .outsourcing_box {
		margin-top: 12px;
	}
	.outsourcing .outsourcing_box {
		width: 130px;
		height: 100%;
	}
	.outsourcing .outsourcing_box + .content {
		padding-top: 19px;
	}
}

/* influencer */
.influencer {
	padding: 129px 11px 137px 11px;
	background-color: #f5f5f5;
}

/* .influencer .influ_box{ transform: translate3d(27.5%, 0, 0); margin-top: 72px; width: 100%;} */
.influencer .influ_box {
	margin-top: 72px;
	width: 100%;
}

.influencer .mockup_box {
	position: absolute;
	z-index: 3;
	max-width: 550px;
	margin-left: -40px;
	transform: translateY(6vh);
}

.influencer .mockup_box > img {
	display: inline-block;
}

.influencer .content {
	padding: 0 44px 35px;
}

.influencer .box_wrap {
	transform: translate3d(0, 0, 0) !important;
}

.influencer .follower {
	font-size: 36px;
	font-weight: 700;
	color: #232323;
}

.influencer .influ_sns {
	width: 28px;
	margin-right: 11px;
}

.influencer .title {
	font-size: 20px;
	font-weight: 700;
	color: #181818;
	margin-bottom: 4px;
}

.influencer .sub_title {
	font-size: 16px;
	font-weight: 300;
	color: #181818;
	margin: 9px 0 27px;
	line-height: 1;
}

.influencer .sub_description {
	font-size: 18px;
	font-weight: 300;
	color: #232323;
	line-height: 1;
}

.influencer .btn {
	transition: 0.3s;
	padding: 13px 48px 14px 48px;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	background-color: #55adee;
	border-radius: 30px;
	display: inline-block;
	margin-top: 43px;
}

.influencer .btn.insta {
	background: linear-gradient(45deg, #b32ee4, #ff8560);
}

.influencer .btn:hover {
	cursor: pointer;
	opacity: 0.8;
	color: #fff;
	transition: 0.3s;
}

.influencer .btn.facebook {
	background: #087cea;
}

.influencer .btn:hover {
	cursor: pointer;
	opacity: 0.8;
	color: #fff;
	transition: 0.3s;
}

.influencer .title_wrap {
	padding-top: 73px;
	right: 0;
}

.influencer_title {
	font-size: 42px;
	line-height: 1;
	color: #000;
	font-weight: 900;
	margin-bottom: 27px;
}

.influencer .description {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.influencer #like1 {
	position: absolute;
	top: 5%;
	left: 5%;
	max-width: 92px;
}

.influencer #like2 {
	position: absolute;
	bottom: 38%;
	right: 20%;
}

.influencer_box_wrap {
	width: 400px;
	border-radius: 30px;
	background-color: #fff;
}

.influencer_box:hover {
	cursor: pointer;
}

.influencer_box {
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 200px;
	padding: 41px 100px 36px 100px;
}

.influencer_box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.influencer .influSwiper {
	width: 100%;
}

.influencer .swiper {
	width: 100%;
	height: 100%;
}

/* .influencer .swiper-slide{ width: 400px !important; height: auto;} */
.influencer .swiper-slide {
	opacity: 0.3;
	transition: opacity 0.3s;
	transform: translate3d(76%, 0, 0);
	filter: blur(2px);
}

/* .influencer .swiper-slide-active + .swiper-slide {opacity:1} */
.influencer .swiper-slide-active {
	opacity: 1;
	filter: none;
}

.influencer .profile {
	margin: 0 auto;
	width: 200px;
}

@media screen and (max-width: 1200px) {
	.influencer {
		padding: 71px 43px;
	}
	.influencer.only_mobile {
		display: block;
	}
	.influencer .swiper {
		padding: 0 300px;
		margin: 0 -300px;
	}
	.influencer .title_wrap {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0;
	}
	.influencer .influencer_title {
		font-family: Pretendard;
		font-size: 22px;
		font-weight: 900;
		line-height: 1.35;
		margin: 0 33px 0 0;
	}
	.influencer .description {
		font-family: Pretendard;
		font-size: 8.5px;
		transform: scale(0.8);
		line-height: 1.35;
		letter-spacing: -0.21px;
		white-space: nowrap;
	}
	.influencer .mockup_box {
		position: relative;
		margin: 0 auto;
		width: 120%;
	}
	.influencer .mockup_box #like1,
	.influencer .mockup_box #like2 {
		max-width: 55px;
	}
	.influencer .influencer_box_wrap {
		min-width: 180px;
		width: 160px;
		align-items: center;
		border-radius: 15px;
	}
	.influencer .influencer_box_wrap .content {
		padding: 17px 19px 13px;
	}
	.influencer .influencer_box_wrap .sub_description {
		white-space: nowrap;
		font-size: 10px;
		margin-top: 13px;
	}
	.influencer .influencer_box_wrap .follower {
		font-family: Pretendard;
		font-size: 16.5px;
		font-weight: bold;
		color: #232323;
	}
	.influencer .influencer_box_wrap .influ_sns {
		width: 12px;
	}
	.influencer .influencer_box_wrap .title {
		font-family: Pretendard;
		font-size: 10px;
		font-weight: bold;
		color: #181818;
	}
	.influencer .influencer_box_wrap .sub_title {
		font-family: Pretendard;
		font-size: 8.5px;
		font-weight: 300;
		color: #181818;
		margin: -2px 80px 0 0;
	}
	.influencer .influencer_box_wrap .btn {
		line-height: 16px;
		padding: 2px 15px;
		border-radius: 10px;
		font-family: NotoSansCJKkr;
		font-size: 6px;
		font-weight: 500;
		color: #fff;
		margin-top: 16px;
	}
	.influencer .influencer_box {
		box-sizing: border-box;
		width: 90px;
		height: 90px;
		padding: 0;
		margin-top: 17px;
	}
	.influencer .swiper-slide{
		transform: translate3d(-40%, 0, 0);
	}
	.influencer .influ_sns{
		margin-right: 6px;
		margin-top: 1px;
	}
}

/* partner */
.partner {
	padding: 14px 11px 10px 11px;
	margin: 0;
}

.partner .title_wrap {
	border-right: 1px solid #ccc;
	display: flex;
	align-items: center;
	padding-right: 43px;
	height: 100px;
}

.partner h3.title {
	font-size: 26px;
	line-height: 1.3;
	color: #000;
	font-weight: 700;
}

.partner .imgArea {
	width: 100%;
	height: 100% !important;
}

.partner .slideImg {
	margin: 0 auto;
	object-fit: cover;
	height: 100% !important;
}

.partner .simply-scroll-list {
	width: 200%;
}

.partner .simply-scroll .simply-scroll-list li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner .simply-scroll .simply-scroll-clip {
	height: 120px;
	width: 130% !important;
}

.partner #scroller1 {
	height: 100px;
}

.partner .logolink {
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.partner {
		padding: 0;
	}
	.partner .global_inner {
		padding: 0;
		display: flex;
		align-items: center;
		height: 72px;
	}
	.partner .title_wrap {
		height: auto;
		padding-right: 10px;
		margin: 0 0 0 43px;
	}
	.partner .title_wrap .title {
		font-family: Pretendard;
		font-size: 11.5px;
		font-weight: bold;
		line-height: 1.26;
		letter-spacing: -0.29px;
		color: #000;
	}
	.partner .simply-scroll .simply-scroll-list {
		margin: 0;
		height: 100%;
	}
	.partner .simply-scroll {
		margin-bottom: 0;
	}
	.partner .simply-scroll .simply-scroll-clip {
		height: 100%;
	}
	.partner .simply-scroll .simply-scroll-container {
		height: 100%;
		margin: 0;
	}
}

/*  contact */
.contact {
	background-image: url(../img/bg_contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 11px 107px 11px;
}

.contact .title {
	font-size: 32px;
	line-height: 1.3;
	color: #fff;
	font-weight: 900;
}

.contact .btn {
	transition: 0.3s;
	line-height: 1;
	padding: 16px 33px 15px 34px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 700;
}

.contact .icon {
	font-size: 16px;
	font-weight: 700;
}

.contact .btn:hover {
	cursor: pointer;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}

@media screen and (max-width: 1200px) {
	.contact {
		padding: 42px 40px 32px;
	}
	.contact .global_inner {
		padding: 0;
	}
	.contact .title {
		margin: 0;
		font-family: Pretendard;
		font-size: 14.5px;
		font-weight: 900;
		line-height: 1.31;
		color: #fff;
	}
	.contact .btn {
		display: flex;
		align-items: center;
		white-space: nowrap;
		padding: 0 15px;
		border-radius: 30px;
		font-weight: 700;
		margin-bottom: 0;
		height: 23px;
		box-sizing: border-box;
		line-height: 23px;
	}
	.contact .btn .icon:before {
		margin-top: 2px;
	}
	.collaboration{
		margin-top: 52px !important;
	}
}

/* footer */
.footer {
	padding: 53px 11px 104px 11px;
}

.footer .logo {
	max-width: 62px;
	margin-top: 5px;
}

.footer .logo:hover {
	cursor: pointer;
}

.footer .company_title {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 8px;
}

.footer .company_info {
	font-size: 14px;
}

.footer .sns_wrap {
	width: 100%;
}

.footer .sns {
	width: 32px;
	margin-left: 19px;
}

.footer .sns:hover {
	cursor: pointer;
}

.footer .description {
	color: #000;
	font-weight: 300;
	line-height: 1.5;
}

/* icon */
/* ===== Collaboration START === */
#collaboration .global_inner {
	max-width: 1200px;
}

#titleFixed.fixed {
	position: fixed;
	top: 0;
}

/* side nav */
.side_nav {
	position: fixed;
	right: 125px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	margin-top: 4vh;
}

.side_nav .number {
	font-size: 14.58px;
	letter-spacing: 0.05em;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 22px;
	transition: all 0.3s;
}

.side_nav .line {
	width: 3px;
	height: 60px;
	background-color: #fff;
	margin: 0 auto;
	transition: all 0.3s;
}

.side_nav .name {
	font-size: 14.58px;
	letter-spacing: 0.05em;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	writing-mode: vertical-rl;
	margin-top: 22px;
	transition: all 0.3s;
}

/* collaboration hero section */
.collaboration {
	background-image: url(../img/collaboration_img/bg_02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 11px;
	height: 500px;
	margin-top: 75px;
}
#collaboration .header{
	background-color: #fff;
}

.collaboration h2.title {
	font-size: 62px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 70px;
	margin-top: 36px;
	text-align: center;
	color: #fff;
}

.title_wrap {
	margin: 0 auto;
}

.collaboration .description {
	font-size: 16.67px;
	line-height: 29px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

/* huion section */
#huion {
	background-color: #fff;
}

#huion #pin-start {
	padding-top: 278px;
}

#huion .title {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

#huion .title-sec {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 47px;
}

#huion .description {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 83px;
}

#huion .adress {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
}

#huion .time {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
}

#huion .partner_logo {
	margin-top: 81px;
	margin-bottom: 239px;
}

#huion .partner_logo {
	max-height: 72px;
}

#huion .first_img {
	margin-top: 145px;
	transform: translateX(36px);
}

#huion .first_img img {
	border-radius: 15px;
	width: 650px;
	height: 370px;
}

#huion .sec_img {
	margin-top: 49px;
	padding-bottom: 145px;
}

#huion .sec_img img {
	border-radius: 15px;
	width: 650px;
	height: 370px;
}

/* ai section */
#ai {
	background-color: #f5f5f5;
}

#ai #pin2-start {
	padding-top: 270px;
}

#ai .title {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

#ai .title-sec {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 53px;
}

#ai .description {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 91px;
}

#ai .adress {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
}

#ai .time {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
}

#ai .partner_logo {
	margin-top: 81px;
	margin-bottom: 239px;
}

#ai .partner_logo img {
	max-height: 64px;
}

#ai .first_img {
	margin-top: 148px;
	transform: translateX(36px);
}

#ai .first_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

#ai .sec_img {
	margin-top: 40px;
	padding-bottom: 152px;
}

#ai .sec_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

/* artist section */
#artist {
	background-color: #fff;
}

#artist #pin3-start {
	padding-top: 330px;
}

#artist .title {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

#artist .title-sec {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 50px;
}

#artist .description {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 81px;
}

#artist .adress {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
}

#artist .time {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
}

#artist .partner_logo {
	margin-top: 66px;
	margin-bottom: 239px;
}

#artist .partner_logo img {
	max-height: 64px;
}

#artist .first_img {
	margin-top: 169px;
	transform: translateX(36px);
}

#artist .first_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

#artist .sec_img {
	margin-top: 40px;
	padding-bottom: 128px;
}

#artist .sec_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

/* reveal img */
#collaboration img {
	object-fit: cover;
	transform-origin: left;
}

#collaboration .reveal {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* reveal text */
#collaboration .reveal-text {
	visibility: hidden;
}

#collaboration .line {
	position: relative;
	overflow: hidden;
	display: flex;
}

/* ===== Collaboration END === */
/* ===== academy START === */
#academy .global_inner {
	max-width: 1200px;
}

/* academy hero section */
.academy {
	background-image: url(../img/academy_img/bg_academy_01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 11px;
	height: 500px;
	margin-top: 75px;
}
#academy .header {
	background-color: #fff;
}

.academy h2.title {
	font-size: 62.5px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 70px;
	margin-top: 36px;
	text-align: center;
	color: #fff;
}

.title_wrap {
	margin: 0 auto;
}

.academy .description {
	font-size: 18.75px;
	line-height: 29px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

/* HEAD SHOP section */
#headShop {
	background-color: #fff;
}

#headShop #pin-start {
	padding-top: 344px;
}

#headShop .title {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

#headShop .title-sec {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 46px;
}

#headShop .description {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 108px;
}

#headShop .adress {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
}

#headShop .time {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
}

#headShop .partner_logo {
	margin-top: 81px;
	margin-bottom: 239px;
}

#headShop .partner_logo {
	max-height: 72px;
}

#headShop .first_img {
	margin-top: 145px;
	transform: translateX(36px);
}

#headShop .first_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

#headShop .sec_img {
	margin-top: 50px;
}

#headShop .sec_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

/* suwan section */
#suwan {
	background-color: #fbfbfb;
	margin-top: 145px;
}

#suwan #pin2-start {
	padding-top: 358px;
}

#suwan .title {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

#suwan .title-sec {
	font-size: 41.67px;
	line-height: 54.17px;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-bottom: 48px;
}

#suwan .description {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 73px;
}

#suwan .adress {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
}

#suwan .time {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
}

#suwan .partner_logo {
	margin-top: 81px;
	margin-bottom: 239px;
}

#suwan .partner_logo img {
	max-height: 64px;
}

#suwan .first_img {
	margin-top: 148px;
	transform: translateX(35px);
}

#suwan .first_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

#suwan .sec_img {
	margin-top: 40px;
	padding-bottom: 180px;
}

#suwan .sec_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

/* reveal img */
#academy img {
	object-fit: cover;
	transform-origin: left;
}

#academy .reveal {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* reveal text */
#academy .reveal-text {
	visibility: hidden;
}

#academy .line {
	position: relative;
	overflow: hidden;
	display: flex;
}

@media screen and (max-width: 1200px) {
	#collaboration .header > .in,
	.academy .header > .in {
		background-color: #fff;
		justify-content: center;
		width: auto;
	}
	.collaboration{
		background-image: url(../img/collaboration_img/bg_mobile_01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#collaboration .collaboration,
	.academy .collaboration {
		/* padding-top: 52px; */
		height: 250px;
	}
	#collaboration .title_wrap h2.title,
	.academy .title_wrap h2.title {
		line-height: 17px;
		font-size: 24px;
		font-weight: 900;
		line-height: 1.14;
		margin: 0;
	}
	#collaboration .title_wrap .description,
	.academy .title_wrap .description {
		line-height: 24px;
		margin-top: 22px;
		font-family: NotoSansCJKkr, sans-serif;
		font-size: 12px;
		font-weight: 300;
		line-height: 1.71;
	}
	.academy {
		background-image: url(../img/academy_img/bg_mobile_ac01.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 52px !important;
		height: 250px !important;
	}
	#huion .global_inner,
	#headShop .global_inner,
	#suwan .global_inner {
		flex-direction: column-reverse;
		padding: 70px 45px 0;
	}
	#huion .global_inner.only_mobile,
	#headShop .global_inner.only_mobile,
	#suwan .global_inner.only_mobile {
		padding-top: 24px;
	}
	#huion .global_inner.only_mobile #pin-start,
	#headShop .global_inner.only_mobile #pin-start,
	#suwan .global_inner.only_mobile #pin-start {
		padding-top: 0;
	}
	#huion .global_inner,
	#ai .global_inner,
	#artist .global_inner,
	#headShop .global_inner,
	#suwan .global_inner {
		max-width: 100%;
		box-sizing: border-box;
	}
	#huion .img_area .img_area_inner,
	#ai .img_area .img_area_inner,
	#artist .img_area .img_area_inner,
	#headShop .img_area .img_area_inner,
	#suwan .img_area .img_area_inner {
		overflow-x: auto;
		margin: 0 -45px;
		white-space: nowrap;
		padding: 0 45px;
	}
	#huion .img_area .first_img,
	#huion .img_area .sec_img,
	#ai .img_area .first_img,
	#ai .img_area .sec_img,
	#artist .img_area .first_img,
	#artist .img_area .sec_img,
	#headShop .img_area .first_img,
	#headShop .img_area .sec_img,
	#suwan .img_area .first_img,
	#suwan .img_area .sec_img {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0;
		min-width: 225px;
		transform: translateX(0);
	}
	#huion .img_area .first_img img,
	#huion .img_area .sec_img img,
	#ai .img_area .first_img img,
	#ai .img_area .sec_img img,
	#artist .img_area .first_img img,
	#artist .img_area .sec_img img,
	#headShop .img_area .first_img img,
	#headShop .img_area .sec_img img,
	#suwan .img_area .first_img img,
	#suwan .img_area .sec_img img {
		width: 250px; /*226px 기존*/
		height: 150px; /*129px 기존*/
		border-radius: 8px;
		max-width: 100%;
	}
	#huion .img_area .sec_img,
	#ai .img_area .sec_img,
	#artist .img_area .sec_img,
	#headShop .img_area .sec_img,
	#suwan .img_area .sec_img {
		margin-left: 15px;
	}
	#huion .title,
	#ai .title,
	#artist .title,
	#headShop .title,
	#suwan .title {
		line-height: 16px;
		font-family: Pretendard;
		font-size: 19px; /* 17.5px 기존*/
		font-weight: bold;
		line-height: 1.09;
		letter-spacing: -0.44px;
	}
	#huion .description,
	#ai .description,
	#artist .description,
	#headShop .description,
	#suwan .description {
		margin: 15px 0 0;
		font-family: Pretendard;
		font-size: 12px;
		line-height: 1.71;
	}
	#huion .adress,
	#ai .adress,
	#artist .adress,
	#headShop .adress,
	#suwan .adress {
		margin: 31px 0 0;
		font-family: Pretendard;
		font-size: 12px;
		line-height: 1.71;
	}
	#huion .time_area,
	#ai .time_area,
	#artist .time_area,
	#headShop .time_area,
	#suwan .time_area {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		gap: 30px;
		margin: 18px 0 0;
	}
	#huion .time_area .time,
	#ai .time_area .time,
	#artist .time_area .time,
	#headShop .time_area .time,
	#suwan .time_area .time {
		font-family: Pretendard;
		font-size: 12px;
		line-height: 1.71;
		flex-shrink: 0;
	}
	#huion .time_area .partner_logo,
	#ai .time_area .partner_logo,
	#artist .time_area .partner_logo,
	#headShop .time_area .partner_logo,
	#suwan .time_area .partner_logo {
		margin: 0;
		width: 30%;
	}
	#ai,
	#suwan {
		background: #fff;
	}
	#ai .global_inner,
	#suwan .global_inner {
		padding: 90px 45px 0;
	}
	#ai #pin2-start,
	#suwan #pin2-start {
		padding-top: 0;
	}
	#ai .title,
	#suwan .title {
		line-height: 16px;
		margin: 24px 0 0;
		font-family: Pretendard;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.09;
		letter-spacing: -0.44px;
	}
	#artist,
	#suwan,
	#headShop {
		background: #fff;
	}
	#artist .global_inner,
	#suwan .global_inner,
	#headShop .global_inner {
		padding: 90px 45px 78px;
	}
	#artist #pin3-start,
	#suwan #pin3-start,
	#headShop #pin3-start {
		padding-top: 0;
	}
	#artist .title,
	#suwan .title,
	#headShop .title {
		line-height: 16px;
		margin: 24px 0 0;
		font-family: Pretendard;
		font-size: 19px;
		font-weight: bold;
		line-height: 1.09;
		letter-spacing: -0.44px;
	}
	#artist .adress,
	#suwan .adress,
	#headShop .adress {
		white-space: nowrap;
	}
	#headShop {
		margin-top: 70px;
	}
	#headShop .title {
		margin-top: 24px;
	}
	#suwan {
		margin: 70px 0 80px;
	}
	#suwan .section {
		width: 100% !important;
	}
}

/* ===== academy END === */
/* ==== about start === */
.about {
	background-image: url(../img/about/about_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 11px;
	height: 500px;
	margin-top: 74px;
}

.about h2.title {
	font-size: 62.5px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 38px;
	margin-top: 36px;
	text-align: right;
	color: #3a3a3a;
}

.about .description {
	font-size: 18.75px;
	font-weight: 300;
	color: #3a3a3a;
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.about {
		margin-top: 52px;
		padding: 0 42px;
		height: 226px !important;
		background-position: 35% 50%;
	}
	.about .global_inner {
		padding: 0;
	}
	.about .text_area .title {
		font-family: Pretendard;
		font-size: 22.5px;
		font-weight: 900;
		line-height: 1.14;
		color: #3a3a3a;
		margin-bottom: 21px;
	}
	.about .text_area .description {
		font-family: Pretendard;
		font-size: 9.5px;
		font-weight: 300;
		line-height: 1.53;
		color: #3a3a3a;
	}
}

/* artist section */
#forArtist {
	background-color: #fff;
	padding-bottom: 353px;
}

#forArtist #pin-start {
	padding-top: 525px;
	padding-left: 98px;
}

#forArtist .title {
	color: #2e63cf;
	font-size: 62.5px;
	line-height: 54.17px;
	font-weight: 700;
	margin-bottom: 55px;
}

#forArtist .description {
	font-size: 16.67px;
	font-weight: 300;
	margin-bottom: 100px;
	line-height: 29px;
}

#forArtist .adress {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 26px;
}

#forArtist .time {
	font-size: 16.67px;
	line-height: 25px;
	font-weight: 300;
}

#forArtist .partner_logo {
	margin-top: 81px;
	margin-bottom: 239px;
}

#forArtist .partner_logo {
	max-height: 72px;
}

#forArtist .first_img {
	margin-top: 200px;
}

#forArtist .sec_img {
	margin-top: 49px;
	padding-bottom: 145px;
}

#forArtist .sec_img img {
	border-radius: 30px;
	width: 650px;
	height: 370px;
}

#forArtist .btn {
	padding: 14px 32px;
	line-height: 1;
	border: 2px solid #252f90;
	font-size: 21px;
	color: #252f90;
	border-radius: 32px;
	font-weight: 700;
}

#forArtist .btn_gr {
	padding: 14px 32px;
	line-height: 1;
	border: 2px solid #558b35;
	font-size: 21px;
	color: #558b35;
	border-radius: 32px;
	font-weight: 700;
}

#forArtist #fp_section {
	padding-top: 440px;
	padding-right: 55px;
}

#forArtist #fp_section .title {
	font-size: 62.5px;
	line-height: 54.17px;
	font-weight: 700;
	margin-bottom: 55px;
	color: #79ba52;
}

#about .right_img {
	margin-top: -43px;
}

@media screen and (max-width: 1200px) {
	#forArtist {
		padding: 26px 0 0;
	}
	#forArtist #pin-start,
	#forArtist #fp_section {
		padding: 0;
	}
	#forArtist .artist_img {
		position: relative;
		width: 100%;
		margin-left: -80px;
	}
	#forArtist .artist_img.-right {
		margin: -20px -77px 0 auto;
	}
	#forArtist #fp_section .artist_info,
	#forArtist #pin-start .artist_info {
		position: relative;
		padding: 18px 21px 10px;
		width: 244px;
		height: 175px;
		box-shadow: 10px 17.3px 50px 0 rgba(156, 156, 156, 0.2);
		background-color: #fff;
	}
	#forArtist #fp_section .artist_info.-right,
	#forArtist #pin-start .artist_info.-right {
		margin: -30px 10% 0 auto;
	}
	#forArtist #fp_section .artist_info .title,
	#forArtist #pin-start .artist_info .title {
		font-family: Pretendard;
		font-size: 22.5px;
		font-weight: 800;
		color: #2e63cf;
		margin-bottom: 4px;
	}
	#forArtist #fp_section .artist_info .description,
	#forArtist #pin-start .artist_info .description {
		font-family: Pretendard;
		font-size: 9.5px;
		line-height: 1.71;
		color: #000;
		margin-bottom: 17px;
	}
	#forArtist #fp_section .artist_info .btn,
	#forArtist #pin-start .artist_info .btn {
		display: inline-block;
		line-height: 18px;
		height: 22px;
		border-radius: 11px;
		border: solid 2px #252f90;
		background-color: #fff;
		font-family: Pretendard;
		font-size: 9.5px;
		font-weight: bold;
		color: #252f90;
		padding: 0 14px;
		box-sizing: border-box;
	}
	#forArtist #fp_section .artist_info {
		margin: -30px auto 0 10%;
	}
	#forArtist #fp_section .artist_info .title {
		color: #79ba52 !important;
	}
	#forArtist #fp_section .artist_info .btn_gr {
		display: inline-block;
		line-height: 18px;
		height: 22px;
		border-radius: 11px;
		border: solid 2px #558b35;
		background-color: #fff;
		font-family: Pretendard;
		font-size: 8.5px;
		font-weight: bold;
		color: #558b35;
		padding: 0px 14px;
		box-sizing: border-box;
	}
}

.ab_card_list {
	padding: 80px 0 456px;
	background-image: url(../img/about/bg_round_02.png);
	background-position: top;
	background-repeat: no-repeat;
}

.card_wrap {
	width: 410px;
	border-radius: 20px;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}

.cw_left {
	padding: 39px 60px 61px 66px;
}

.cw_right {
	padding: 39px 66px 61px 60px;
	transform: translateY(64px);
}

.card_wrap .title_wrap {
	text-align: center;
}

.card_wrap .title {
	font-size: 32.65px;
	height: 41px;
	font-weight: 900;
	margin-bottom: 5px;
}

.card_wrap .description {
	font-size: 14.51px;
	line-height: 21.77px;
	text-align: center;
	padding: 28px 0 36px;
}

.card_wrap .title_wrap .line {
	content: "";
	height: 1px;
	background-color: #ffe698;
}

#cardA {
	background-image: url(../img/about/card_bg_01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card_bg {
	position: relative;
	z-index: 0;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.card_txt_wrap {
	background-color: #fff;
	padding: 39px 11px 24px;
	margin-top: -14px;
	border-radius: 20px;
	position: relative;
	z-index: 3;
}

.btn_oc:hover {
	opacity: 0.6;
	transition: 0.3s;
	cursor: pointer;
}

.btn_oc {
	transition: 0.3s;
}

.ab_card_li {
	display: inline-block;
}

.rd01 {
	position: relative;
	z-index: -3;
}

@media screen and (max-width: 1200px) {
	.ab_card_list {
		width: 100%;
		margin: 80px 0 120px;
		padding-bottom: 103px;
		background-image: url(../img/about/bg_mobile_round3.png);
		background-position: 0 20px;
		background-size: contain;
	}
	}
	.ab_card_list .global_inner {
		padding: 0 43px;
	}
	.ab_card_list .card_wrap {
		position: relative;
		border-radius: 10px;
		overflow: hidden;
		display: flex;
		height: 160px;
		width: 100%;
		box-shadow: 10px 17.3px 50px 0 rgba(156, 156, 156, 0.2);
	}
	.ab_card_list .card_wrap .card_bg {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 170px;
		height: 100%;
		border-radius: 0;
	}
	.ab_card_list .card_wrap .card_txt_wrap {
		position: relative;
		border-radius: 10px;
		position: absolute;
		top: 0;
		left: 130px;
		right: 0;
		bottom: 0;
		padding: 24px 19px 14px;
		box-sizing: border-box;
		margin-top: 0;
	}
	.ab_card_list .card_wrap .card_txt_wrap h4.title {
		white-space: nowrap;
		display: inline-block;
		font-family: Pretendard;
		font-size: 15.5px;
		font-weight: 800;
		line-height: 0.93;
		color: #232323;
		height: 14px;
	}
	.ab_card_list .card_wrap .card_txt_wrap .description {
		font-family: Pretendard;
		font-size: 9.5px;
		line-height: 1.53;
		color: #000;
		padding: 17px 0 15px;
	}
	.ab_card_list .card_wrap .mg_ct.btn_oc {
		height: 18px;
		position: absolute;
		bottom: 14px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.ab_card_list .card_wrap + .card_wrap {
		margin-top: 16px;
	}
	.ab_card_list #card01 .title_wrap .mg_ct {
		width: 106px;
	}
	.ab_card_list #card02 .title_wrap .mg_ct {
		width: 79px;
	}
	.ab_card_list #card03 .title_wrap .mg_ct {
		width: 73px;
	}
	.ab_card_list #card04 .title_wrap .mg_ct {
		width: 120px;
	}
}

/* history section */
.ab_history {
	padding: 168px 0 122px;
	background-color: #f1f7fa;
}

.ab_history .title {
	font-size: 41.67px;
	font-weight: 900;
	display: inline-block;
	padding-right: 17px;
	margin-bottom: 112px;
}

.ab_history .history_wrap {
	margin-bottom: 89px;
}

.ab_history .year {
	font-size: 41.67px;
	font-weight: 900;
	letter-spacing: -0.001em;
	margin-bottom: 28px;
}

.ab_history .detail li {
	font-size: 16.67px;
	margin-bottom: 8px;
}

.en_history {
	opacity: 0.2;
	font-size: 33.33px;
	font-weight: 900;
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	.ab_history {
		width: 100%;
		padding: 63px 42px 57px;
		box-sizing: border-box;
	}
	.ab_history .title {
		font-family: Pretendard;
		font-size: 15.5px;
		font-weight: 800;
		letter-spacing: 0.29px;
		color: #000;
		margin-bottom: 38px;
		padding-right: 6px;
	}
	.ab_history .en_history {
		font-family: Pretendard;
		font-size: 11.5px;
		font-weight: 800;
		letter-spacing: 0.12px;
		color: rgba(0, 0, 0, 0.2);
	}
	.ab_history .year_item .year {
		font-family: Pretendard;
		font-size: 15.5px;
		font-weight: 800;
		letter-spacing: -0.15px;
		color: #000;
		margin-bottom: 10px;
	}
	.ab_history .year_item .detail li {
		font-family: Pretendard;
		font-size: 10.5px;
		font-weight: 500;
		line-height: 13px;
		color: #000;
	}
	.ab_history .year_item + .year_item {
		margin-top: 23px;
	}
}

/* moreInfo section */
.moreInfo {
	padding: 242px 0 217px;
}

.moreInfo .title {
	font-size: 33.33px;
	font-weight: 700;
	line-height: 41.67px;
	color: #3a3a3a;
	padding-bottom: 45px;
	padding-top: 16px;
}

.moreInfo .btnBox {
	border: 1px solid #394052;
	font-size: 20.83px;
	line-height: 26.48px;
	width: 398px;
	height: 105px;
	padding: 46px 40px;
	margin-bottom: 15px;
	align-items: center;
}

.moreInfo .content {
	width: 663px;
	display: inline-block;
	margin-left: 28px;
}

.moreInfo .tab {
	display: inline-block;
}

.moreInfo .tab .active {
	background-color: #394052;
	color: #fff;
	transition: 0.3s;
}

@media screen and (max-width: 1200px) {
	.moreInfo {
		padding: 67px 41px 103px;
		width: 100%;
		box-sizing: border-box;
	}
	.moreInfo .global_inner {
		padding: 0;
		max-width: 100%;
	}
	.moreInfo .title {
		font-family: Pretendard;
		font-size: 13.5px;
		font-weight: 800;
		line-height: 1.26;
		color: #3a3a3a;
		padding-bottom: 25px;
		text-align: center;
	}
	.moreInfo .tab {
		display: flex;
		gap: 3px;
		width: 100%;
	}
	.moreInfo .tab .tablinks {
		flex: 1;
	}
	.moreInfo .btnBox {
		width: auto;
		padding: 11px 0 9px;
		height: 27px;
		font-family: Pretendard;
		font-size: 8.5px;
		line-height: 1.06;
		justify-content: center;
		margin-bottom: 0;
	}
	.moreInfo .content {
		margin: 3px 0 0;
		width: 100%;
	}
}

/* ab_contact section */
.ab_contact .title {
	font-size: 33.33px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 51px;
}

.ab_contact .btn_all {
	margin-top: 49px;
	padding-bottom: 232px;
}

.ab_contact .btn_img {
	transition: 0.3s;
}

.ab_contact .btn_img:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
}

.mg_ct {
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.ab_contact .global_inner {
		padding: 0;
	}
	.ab_contact .title {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.ab_contact .btn_all {
		margin-top: 20px;
		gap: 6px;
		justify-content: center;
		padding-bottom: 92px;
	}
	.ab_contact .btn_all .btn_img {
		width: 132px;
		border-radius: 10px;
	}
}

/* reveal img */
#about img {
	object-fit: cover;
	transform-origin: left;
}

#about .reveal {
	visibility: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* reveal text */
#about .reveal-text {
	visibility: hidden;
}

#about .line {
	position: relative;
	overflow: hidden;
	display: flex;
}

/* ==== about END === */
.only_mobile {
	display: none;
}

/* 모바일 */
@media screen and (max-width: 1200px) {
	.hero {
		margin-top: 65px;
		height: 658px;
		width: 100%;
		box-sizing: border-box;
		background-position: 71% 174px;
		background-size: 230%;
	}
	.hero .global_inner {
		align-items: flex-start;
		justify-content: center;
	}
	.hero .global_inner .title {
		text-align: center;
		font-family: Pretendard;
		font-size: 29px;
		font-weight: 900;
		line-height: 1.16;
		margin-bottom: 26px;
	}
	.hero .global_inner .description {
		font-family: Pretendard;
		font-size: 10px;
		line-height: 1.06;
	}
	.only_pc {
		display: none;
	}
	.only_mobile {
		display: inline-block;
	}
	/* nav */
	.logo-box {
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}
	.gnb-all-btn span {
		height: 2px !important;
	}
	/* nav END */
	.contact {
		background-position-x: center;
	}
	.contact .btn {
		font-size: 10px;
	}
	.sns_wrap {
		display: none;
	}
	.footer {
		padding: 18px 42px 33px;
	}
	.footer .global_inner {
		padding: 0;
	}
	.footer .logo {
		max-width: 100%;
	}
	.footer .col_pc_40 {
		width: 100%;
		gap: 20px;
	}
	.footer .col_pc_30 {
		width: 15%;
	}
	.footer .company_title {
		font-size: 11px;
	}
	.footer .company_info {
		font-size: 11px;
		font-family: "pretendard", "appleSDGR", "Noto Sans KR", sans-serif;
	}
}

@media (max-width: 720px) {
	.outsourcing .swiper-slide {
		transform: translate3d(0px, 0px, 0px);
		margin-right: 0px;
		width: 600px;
		height: 373px;
	}
}

/* Css is used to create floating motion */
.float {
	-webkit-animation-name: Floating;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	transform: translateX(0px);
}

.float2 {
	-webkit-animation-name: Floating2;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	transform: translateX(0px);
}

@-webkit-keyframes Floating {
	from {
		-webkit-transform: translate(0, 0px);
	}
	35% {
		-webkit-transform: translate(0, 36px);
	}
	to {
		-webkit-transform: translate(0, 0px);
	}
}

@-webkit-keyframes Floating2 {
	from {
		-webkit-transform: translate(0, 0px);
	}
	35% {
		-webkit-transform: translate(0, 16px);
	}
	to {
		-webkit-transform: translate(0, 0px);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		transform: translate3d(0, 55%, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	0% {
		transform: translate3d(0, 55%, 0);
		opacity: 0;
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
/*# sourceMappingURL=main.css.map */
