@charset "utf-8";
@import url('swiper.min.css');
@import url('aos.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
@import url('reset.css');


.only-pc {
	display: block;
}

.only-m {
	display: none;
}

.thisHide {
	display: none;
}

.hidden {
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
}

.m0 {
	margin: 0 !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mb3 {
	margin-bottom: 3px !important
}

.mb5 {
	margin-bottom: 5px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb12 {
	margin-bottom: 12px !important
}

.mb15 {
	margin-bottom: 15px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb200 {
	margin-bottom: 200px !important
}

.mb25 {
	margin-bottom: 25px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb35 {
	margin-bottom: 35px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb45 {
	margin-bottom: 45px !important
}

.mb60 {
	margin-bottom: 60px !important
}

.mb70 {
	margin-bottom: 70px !important
}

.mb80 {
	margin-bottom: 80px !important
}

.mr60 {
	margin-right: 60px !important
}

.ml20 {
	margin-left: 20px !important
}

.mt10 {
	margin-top: 10px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.text-center {
	text-align: center !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-line {
	text-decoration: underline !important;
}

.txt-small {
	display: block;
	font-size: 18px;
	margin-top: 15px;
}

.inner {
	max-width: 1680px;
	padding: 0 20px;
	margin: 0 auto;
}

.jc-right{
	justify-content: right;
}
.work-list ul li.jc-right{
	justify-content: right;
}
.jc-left{
	justify-content: left;
}

/* // 자바스크립트로 추가될 클래스 */
.nav-up {
	top: -40px;
	/* // 헤더 높이와 같게  */
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-128px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(.47, 1.64, .41, .8);
	transition-delay: 0.1s;
}

.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 128px;
	max-width: 93%;
	padding: 0;
}

.header .logo {
	display: flex;
	align-items: center;
}

.header .logo .msg {
	font-size: 14px;
	margin-left: 170px;
}

.header h1 a {
	display: block;
	background: url(../img/common/logo.svg) no-repeat 0 50%;
	width: 206px;
	height: 29px;
	text-indent: -9999px;
}

.header .btns {
	display: flex;
	align-items: center;
}

.header .btns .b1 {
	padding: 0 40px;
	font-size: 16px;
	line-height: 128px;
	font-weight: 700;
	position: relative;
	transition: all 0.5s ease;
}

.header .btns .b1:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	top: 50%;
	height: 2px;
	background: #000;
	transition: all 0.5s ease;
	opacity: 0;
}

.header .btns .b1:hover:before {
	width: calc(100% - 80px);
	opacity: 1;
}

.header .btns .b1.active {
	opacity: 0.3;
}

.header .btns .b2 {
	width: 105px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background: #000;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-left: 40px;
	font-weight: 700;
	transition: all 0.2s ease;
}

.header .btns .b2:hover {
	transform: scale(1.05);
}

.header .btn-m {
	display: none;
}

.header.hide {
	transform: translateY(-110%) !important;
}

.header.show {
	transform: translateY(0) !important;
}


.header.active {
	background-color: #000;
}

.mobile-menu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 990;

}

.mobile-menu .btns {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 100%;
	text-align: center;
}

.mobile-menu .btns a {
	color: #fff;
	padding: 0 40px;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	position: relative;
	transition: all 0.5s ease;
	width: 100%;
	display: block;
	text-align: center;
}

.mobile-menu .btns a:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	top: 50%;
	height: 2px;
	background: #000;
	transition: all 0.5s ease;
}

.mobile-menu .btns a.active:before {
	width: calc(100% - 80px);
}

.mobile-menu .btns a.on {
	opacity: 0.7;
}

.mobile-menu .btns a.active {
	opacity: 1;
}

/* .mobile-menu .btns .b2 {width: 100%;
	display: block;
	text-align: center; height: 40px; line-height: 40px; border-radius:10px; background: #000; font-size:16px; color: #fff; text-align: center;  margin-left: 40px; font-weight: 700; transition: all 0.2s ease;}
.mobile-menu .btns .b2:hover { transform:scale(1.05); } */


.main-msg {
	height: 623px;
	background: var(--yellow);
	margin-bottom: 150px;
}

.main-msg .inner {
	max-width: 80%;
	padding: 0;
	font-size: 64px;
	font-weight: 900;
	line-height: 1.2;
	padding-top: 260px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	transition: all ease 0.2s;
}

.main-msg .inner p {
	display: inline;
	word-break: keep-all;
}

.h2 {
	margin-bottom: 140px;
}

.h2 small {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
	display: inline-block;
}

.h2 p {
	font-size: 48px;
	font-weight: 700;
}

.work-list {
	margin-bottom: 270px;
}

.work-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 190px 110px;
}

.work-list ul li {
	width: 100%;
	justify-content: space-between;
	display: flex;

}

.work-list ul li .item {
	transition: all ease 0.2s;
}

.work-list ul li.flex-item-2 .item:first-child {
	padding-right: 5%;
}

.work-list ul li.flex-item-2 .item:last-child {
	padding-left: 5%
}

.work-list ul li a {
	display: block;
}

.work-list ul li a .img {
	overflow: hidden;
}

.work-list ul li a .img img {
	max-width: 100%;
	transition: all 0.25s ease;
}

.work-list ul li a:hover .img img {
	transform: scale(1.1);
}

.work-list ul li a .info {
	margin-top: 12px;
	font-size: 24px;
}

.work-list ul li a .info strong {
	font-weight: 900;
	margin-right: 4px;
}

.work-list ul li a .info p {
	display: inline;
	word-break: break-word;
}

.more {
	text-align: center;
	margin-bottom: 290px;
}

.more a {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	font-weight: 800;
	position: relative;
}

.more a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #000;
}

.more a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #f8e00e;
	width: 0%;
	transition: width ease 0.2s;
}

.more a:hover::after {
	width: 100%;
}

.grayBox {
	margin-bottom: 120px;
	padding: 110px 80px;
	background: #f9fafb;
	margin-bottom: 290px;
}

.grayBox.type2 {
	padding: 80px 97px;
	margin-bottom: 200px;
	display: flex;
	justify-content: space-between;
}

.grayBox.type2 .tit {
	font-size: 96px;
	font-weight: 100;
	margin-bottom: 30px;
	line-height: 1.1;
}

.grayBox.type2 .tit span {
	font-size: 24px;
	display: block;
}

.grayBox.type2 .txt {
	font-size: 16px;
	line-height: 1.6;
}

.service {
	display: flex;
	justify-content: space-between;
}

.service .item strong {
	display: block;
	font-size: 32px;
	font-weight: 800;
}

.service .item div {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.5;
}

.video {
	position: relative;
	text-align: center;
}

.video video {
	max-width: 70%;
	margin: 0 auto;
	object-fit: cover;
	vertical-align: top;
}

.thinkingWrap {
	position: relative;
}

.thiking .swiper-container {
	overflow: visible;
}

.thiking .swiper-slide {
	width: calc(100%/3 - 13px) !important;
	min-width: 300px;
}

.thiking .swiper-slide a {
	display: block;
}

.thiking .swiper-slide a .img {
	overflow: hidden;
}

.thiking .swiper-slide a img {
	width: 100%;
	transition: all 0.2s ease;
}

.thiking .swiper-slide a:hover img {
	transform: scale(1.1);
}

.thiking .swiper-slide a dl {
	margin-top: 14px;
}

.thiking .swiper-slide a dl dt {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 7px;
}

.thiking .swiper-slide a dl dd {
	font-size: 20px;
	font-weight: 300;
}

/* .thiking {
	display: flex;
	gap: 40px;
	justify-content: space-between;
} */
/* .thiking .item{
	width: calc(100%/3);
	min-width: 300px;
} */
.thiking .item .img img {
	width: 100%;
}

.thiking .item .item-tit {
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.viewAllBtn {
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: underline !important;
}


.contact {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contact h3 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 24px;
}

.contact a {
	display: inline-block;
	vertical-align: middle;
	width: 215px;
	height: 70px;
	line-height: 70px;
	border-radius: 20px;
	background: #000;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-align: center;
	transition: all 0.3s ease;
}

.contact a:hover {
	transform: scale(1.05);
}

.before {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.before h3 {
	font-size: 70px;
	font-weight: 800;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.before h3 img {
	margin-left: 5px;
}

.before a {
	width: 123px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background: #000;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.footer .inner {
	padding: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	max-width: 86%;
}

.footer .inner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	background: #e1e1e1;
}

.footer .sns {
	position: absolute;
	right: 20px;
	top: 60px;
	display: flex;
	gap: 12px;
}

.footer .sns a {
	width: 36px;
	height: 36px;
	background: url(../img/common/ico_foot_insta.svg) no-repeat 50% 50%;
	text-indent: -9999px;
	transition: all 0.5s ease;
}

.footer .sns a.s2 {
	background-image: url(../img/common/ico_foot_behance.svg);
}

.footer .sns a:hover {
	transform: rotate(10deg);
}

.footer .ready {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
}

.footer .ready a {
	color: #ffd52b;
	display: inline-block;
	border-bottom: 2px solid #ffd52b;
	margin-top: 7px;
}

.footer .us {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}

.footer .us .tel {
	display: flex;
	gap: 28px;
}

.footer .us .copy {
	font-size: 14px;
}


.slider2 img {
	width: 100%;
}

.work-msg {
	text-align: center;
	padding: 300px 0 270px;
	margin-bottom: 0;
}

.work-msg p {
	font-size: 70px;
	font-weight: 700;
}

.work-swiper {
	margin: 290px 0;
	width: 100vw;
}

.work-swiper .swiper-slide {

	opacity: 0.2;
	transition: all 1s ease;
}

.work-swiper .swiper-slide .item {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.work-swiper .swiper-slide-active {
	opacity: 1;
}

.work-swiper .swiper-slide .msg {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.work-swiper .swiper-slide .user {
	display: flex;
	align-items: center;
}

.work-swiper .swiper-slide .user img {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	margin-right: 15px;
}

.work-swiper .swiper-slide .user dl dt {
	font-size: 16px;
}

.work-swiper .swiper-slide .user dl dd {
	font-size: 14px;
	font-weight: 700;
	color: #bdbdbd;
	margin-top: 3px;
}

.work-detail h2 {
	padding: 300px 140px 200px;
	line-height: 1.4;
}

.work-detail h2 small {
	display: block;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 5px;
}

.work-detail h2 strong {
	display: block;
	font-size: 70px;
	font-weight: 700;
}

.work-img {
	margin-bottom: 40px;
	text-align: center;
}

.work-img img {
	max-width: 100%;
	vertical-align: top;
}

.work-img.flex {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.work-img.sliderWrap .slideBox {
	overflow: hidden;
}

.work-img.flex.sliderWrap .img {
	width: 50%;
	overflow: hidden;

}

.work-img.flex.sliderWrap .img img {
	height: 100%;
	object-fit: cover;

}

.work-head {
	max-width: 1000px;
	margin: 200px auto;
	display: flex;
	justify-content: space-between;
	gap: 20%;
}

.work-head .txt {
	font-size: 40px;
	line-height: 1.5;
	font-weight: 300;
}

.work-head .info {
	flex-shrink: 0;
}

.work-head .info dl+dl {
	margin-top: 40px;
}

.work-head .info dl dt {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.work-head .info dl dd {
	font-size: 18px;
}

.work-head .info dl dd a {
	display: inline-block;
	margin-top: 20px;
	border-bottom: 1px solid #000;
}

.work-head .info dl .thisHide+dd a {
	margin-top: 0;
}

.viewOtherWrap {
	margin-top: 280px;
}

.viewOtherWrap .h3 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
}

.viewOtherWrap .img {
	overflow: hidden;
	border: 1px solid #fff;
}

.black-theme .viewOtherWrap .img {
	border-color: #000;
}

.viewOtherWrap .img img {
	width: 100%;
	transition: all 0.2s ease;
}

.viewOtherWrap a:hover img {
	transform: scale(1.1);
}


.branding {
	max-width: 600px;
	margin: 230px auto;
}

.branding h3 small {
	display: block;
	font-size: 20px;
}

.branding h3 strong {
	display: block;
	font-size: 40px;
	margin: 5px 0 30px;
}

.branding p {
	font-size: 20px;
	line-height: 1.6;
}

.branding.type2 {
	max-width: unset;
	margin: 200px auto;
}

.branding.type2 h3 strong {
	font-size: 48px;
	font-weight: 700;
	margin: 10px 0 50px;
}


body.black-theme * {
	color: #fff;
}

body.black-theme .contact a {
	color: #000;
}

body.black-theme {
	background: #000;
}

body.black-theme h1 a {
	background-image: url(../img/common/logo_white.svg);
}

body.black-theme .header .logo .msg {
	color: #fff;
}

body.black-theme .header .btns .b1 {
	color: #fff;
}

body.black-theme .header .btns .b2 {
	background: var(--yellow);
	;
	color: #000;
}

body.black-theme .footer .sns a {
	background-image: url(../img/common/ico_foot_behance_white.svg);
}

body.black-theme .footer .sns .s1 {
	background-image: url(../img/common/ico_foot_insta_white.svg);
}

.contact a {
	background: var(--yellow);
}

.bg1 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 9000;
	background: #F8E00E;
	transition: all 0.5s ease;
	opacity: 0;
}

.bg2 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 8000;
	background: #fff;
	transition: all 0.6s ease;
	transition-delay: 0.2s;
}

.bg1.active {
	transform: translateY(-100%);
}

.bg2.active {
	transform: translateY(-100%);
}

#wrap {
	opacity: 0;
	transition: all 0.7s ease;
	transition-delay: 0.5s;
	overflow-x: hidden;
}

#wrap.active {
	opacity: 1;
}

#wrap.active .header.on {
	transform: translateY(0);
	opacity: 1;
}




/* #contents 추가 */
#contents {
	position: relative;
	z-index: 10;
}

#contents .inner {
	padding: 0;
	max-width: 86%;
}

#contents .inner.fullType {
	max-width: unset;
	padding: 0;
	margin: 0 auto;
}

.teamList .team {
	padding-left: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	position: relative;

	margin-top: 40px;
}

.teamList .team::after {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}

.teamList .t-1::after {
	background-image: url(../img/common/team_circle.svg);
}

.teamList .t-2::after {
	background-image: url(../img/common/team_triangle.svg);
}

.teamList .t-3::after {
	background-image: url(../img/common/team_box.svg);
}

.teamList .t-4::after {
	background-image: url(../img/common/team_flower.svg);
}

.teamList .info {
	padding-left: 43px;
}

.teamList .name {
	font-size: 24px;
	font-weight: 700;
}

.teamList .name span {
	font-size: 16px;
	font-weight: 400;
	color: #bdbdbd;
	margin-left: 12px;
}

.teamList .role {
	font-size: 16px;
}


.workList .workBox {
	display: flex;
	justify-content: space-between;

}

.workList .workBox .item {
	width: 50%;
	margin-top: 80px;
}

.workList .workBox .tit {
	font-weight: 500;
}

.workList .workBox .date {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 12px;
}

.partner {
	font-size: 0;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center left;
}

.scatterlab {
	background-image: url(../img/common/logo_scatterlab.png);
}

.genieworks {
	background-image: url(../img/common/logo_genieworks.png);
}

.duse {
	background-image: url(../img/common/logo_duse.png);
}

.dtryx {
	background-image: url(../img/common/logo_dtryx.png);
}

.luwow {
	background-image: url(../img/common/logo_luwow.png);
}

.saidii {
	background-image: url(../img/common/logo_saidii.png);
}

.hyundai {
	background-image: url(../img/common/logo_hyundai_ngv.png);
}

.loading {
	display: block;
	height: 100vh;
	line-height: 100vh;
	text-align: center;
}

.loading .img {
	width: 160px;
	height: 160px;
	/* border: 1px solid rgb(255 255 255 / 60%); */
	border-radius: 30px;
	-webkit-animation: 1.4s pulse infinite;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

.footFix {
	position: fixed;
	z-index: 999999;
	right: 23px;
	bottom: 0px;
	background: none;
	transition: all ease 0.3s;
	bottom: 20px;
	z-index: 200;
	opacity: 0;
	transition: opacity ease 0.3s;
}

.footFix.on {
	opacity: 1;
}

.goTop {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	background-color: #000;
	border-radius: 100%;
	transition: all 0.2s ease;
	transform: scale(1);
}

.goTop .arrow {
	/* box-sizing: border-box;
  height: 30px;
  width: 30px;
  border-style: solid;
  border-color: #f8e00e;
  border-width: 0px 3px 3px 0px;
  transform: rotate(225deg) !important; */
	background: url(../img/common/ico_arrow_up.svg) center no-repeat;
	background-size: 24px;
	font-size: 0;
	display: block;

	width: 100%;
	height: 100%;
}

.goTop:hover {
	transform: scale(1.2);
}

/* about */
#contents .size-small .inner {
	max-width: 790px;
	margin: 0 auto;
}

.work-detail .about-head h2 {
	font-size: 64px;
	font-weight: 100;
	padding: 240px 0 35px;
}

.work-detail .about-head h2 p {
	word-break: keep-all;
}

.work-detail .about-head h2 strong {
	display: inline-block;
	font-size: 64px;
}

.about-head .infoTxt {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	max-width: 560px;
	padding-bottom: 70px;
}

.itemBox {
	display: flex;
	justify-content: space-between;
}

.itemBox .item {
	width: 50%;
	position: relative;
	padding-top: 58px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
}

.itemBox .item::after {
	content: '';
	display: block;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.box-loca::after {
	background-image: url(../img/common/ico_home.svg);
}

.box-contact::after {
	background-image: url(../img/common/ico_letter.svg);
}

:root {
	--marquee-width: 2930px;
	--marquee-height: 100%;
	max-height: 252px;
	/* --marquee-elements: 12; */
	/* defined with JavaScript */
	--marquee-elements-displayed: 1;
	--marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
	--marquee-animation-duration: calc(var(--marquee-elements) * 30s);
}

.marquee {
	width: var(--marquee-width);
	height: var(--marquee-height);
	overflow: hidden;
	position: relative;
}

.marquee:before,
.marquee:after {
	position: absolute;
	top: 0;
	width: 10rem;
	height: 100%;
	content: "";
	z-index: 1;
}

.marquee:before {
	left: 0;
}

.marquee:after {
	right: 0;
}

.marquee-content {
	list-style: none;
	height: 100%;
	display: flex;
	animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
	}
}

.marquee-content li {
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	flex-shrink: 0;
	width: var(--marquee-element-width);
	max-height: 100%;
	white-space: nowrap;
}

.marquee-content li img {
	width: 100%;
	/* height: 100%; */

}





.mobile {
	display: none;
}

@media all and (min-width:1921px) {
	#contents .inner {
		max-width: 1920px;
		margin: 0 auto;
		padding: 0 3%;
	}

	#contents .size-small .inner {
		max-width: 890px;
	}

	.work-list ul li.flex-item-2.box-1 .item:first-child {
		width: 60%;
	}

	.work-list ul li.flex-item-2.box-1 .item:last-child {
		width: 40%;
	}

	.work-list ul li.flex-item-2.box-2 .item:first-child {
		width: 50%;
	}

	.work-list ul li.flex-item-2.box-2 .item:last-child {
		width: 50%;
	}

	.work-list ul li a .img img {
		width: 100%;
	}

	.work-img img {
		width: 100%;
	}

	.work-img.flex .img {
		width: 50%;
	}

}


@media all and (max-width:1195px) {
	.header .btns .b1 {
		padding: 0 36px;
	}
}


@media all and (max-width:1190px) {
	.header .logo .msg {
		margin-left: 20px;
	}
}


@media all and (max-width:1100px) {
	.thiking .swiper-slide {
		width: 300px !important;
	}

	.thiking .item .item-tit {
		font-size: 20px;
	}

	.serviceWrap .grayBox {
		padding: 100px 70px;
	}

	.service .item strong {
		font-size: 27px;
	}
}



@media all and (max-width:1040px) {
	.header .inner {
		padding: 0px 30px;
		max-width: 100%;
	}

	.footer .inner {
		margin: 0px 30px;
		max-width: 100%;
	}
}




@media all and (max-width:1024px) {
	.header .logo .msg {
		display: none;
	}

	.work-list ul li.flex-item-2 .item:first-child {
		padding-right: 3%;
	}

	.work-list ul li.flex-item-2 .item:last-child {
		padding-left: 3%;
	}

	.serviceWrap .grayBox {
		padding: 90px 60px;
	}

	.service .item strong {
		font-size: 22px;
	}
}



@media all and (max-width:920px) {
	.footer .us {
		flex-wrap: wrap;

	}

	.footer .us .copy {
		width: 100%;
		margin-top: 50px;
	}
}


@media all and (max-width:860px) {
	:root {
		--marquee-width: 200%;
	}

	.mobile {
		display: block;
	}

	.pc {
		display: none;
	}

	.header .inner {
		height: 60px;
	}

	.header .logo {
		position: fixed;
		left: 20px;
		top: 20px;
		z-index: 10000;
	}

	.header .btn-m {
		position: absolute;
		right: 14px;
		top: 14px;
		width: 38px;
		height: 33px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 8px;
		z-index: 10000;
	}

	.header .btn-m span {
		display: block;
		height: 2px;
		background: #000;
		border-radius: 2px;
		transition: all 0.5s ease;
	}

	.header h1 a {
		height: 20px;
		background-size: auto 20px;
		transition: all 0.5s ease;
	}

	.header.active h1 a {
		background-image: url(../img/common/logo_white.svg);
	}

	.header.active .btn-m span {
		background: #fff;
	}

	.header.active .btn-m span:nth-child(2) {
		opacity: 0;
		transform: translateX(20px)
	}

	.header.active .btn-m span:nth-child(1) {
		transform: rotate(45deg);
		transform-origin: 0% 0%;
	}

	.header.active .btn-m span:nth-child(3) {
		transform: rotate(-45deg);
		transform-origin: 0% 100%;
	}

	.header .btns {
		display: none;
	}

	.header .btns .b1,
	.header .btns .b2 {
		display: block;
		line-height: 2;
		font-size: 16px;
		color: #fff;
		margin: 0;
		width: auto;
		height: auto;
		margin: 20px 0;
	}


	.main-msg {
		height: auto;
		margin-bottom: 70px;
	}

	.main-msg .inner {
		padding: 100px 40px 60px;
		font-size: 34px;
		line-height: 1.5;
		height: auto;
		max-width: 100%;
	}

	.h2 {
		margin-bottom: 60px;
	}

	.h2 small {
		font-size: 14px;
	}

	.h2 p {
		font-size: 28px;
	}

	.work-swiper .swiper-slide .item {
		max-width: 270px;
	}

	.work-list {
		margin-bottom: 100px;
	}

	.work-list ul {
		gap: 60px 0;
	}

	.work-list ul li a .info {
		font-size: 16px;
	}

	.more {
		margin-bottom: 100px;
	}

	.more a {
		font-size: 20px;
	}

	.service {
		flex-wrap: wrap;
		gap: 60px 0;
	}

	.service .item {
		width: 50%;
	}

	.service .item strong {
		font-size: 20px;
	}

	.service .item div {
		font-size: 14px;
	}

	.serviceWrap .grayBox {
		margin-bottom: 105px;
	}

	.thiking .swiper-slide {
		width: 280px !important;
	}

	.thiking .swiper-slide a dl dt {
		font-size: 24px;
	}

	.thiking .swiper-slide a dl dd {
		font-size: 14px;
	}

	.contact h3 {
		font-size: 28px;
	}

	.contact a {
		width: 105px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		font-size: 16px;
	}

	.footer .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.footer .ready {
		margin-bottom: 45px;
		font-size: 20px;
	}

	.footer .us {
		display: block;
	}

	.footer .us .tel {
		display: block;
		font-size: 14px;
		line-height: 2.3;
	}

	.footer .us .copy {
		font-size: 10px;
		margin-top: 25px;
	}

	.footer .sns {
		top: 135px;
	}

	.before h3 {
		font-size: 30px;
	}

	.before h3 img {
		height: 35px;
	}

	.work-detail h2 {
		padding: 90px 0 40px;
	}

	.work-detail h2 small {
		font-size: 15px;
	}

	.work-detail h2 strong {
		display: block;
		font-size: 24px;
		word-break: keep-all;
	}

	.work-head {
		margin: 90px 0;
		flex-direction: column-reverse;
		gap: 0;
	}

	.work-head .txt {
		font-size: 16px;
		margin-top: 40px;
	}

	.work-head .info dl+dl {
		margin-top: 15px;
	}

	.work-head .info dl dt {
		font-size: 13px;
	}

	.work-head .info dl dd {
		font-size: 16px;
	}

	.branding {
		margin: 80px 0;
	}

	.branding h3 small {
		font-size: 15px;
	}

	.branding h3 strong {
		font-size: 24px;
	}

	.branding p {
		font-size: 16px;
	}

	.branding.type2 {
		margin: 150px auto;
	}

	.branding.type2 h3 strong {
		font-size: 30px;
		margin: 10px 0 50px;
	}

	.work-img {
		margin-bottom: 20px;
	}

	.work-img.flex {
		display: block;
	}

	.work-img.flex .img+.img {
		margin-top: 20px;
	}

	.work-img.flex.sliderWrap {
		display: flex;
		gap: 20px;
	}

	.work-img.flex.sliderWrap .img {
		margin-top: 0;
	}

	.mb200 {
		margin-bottom: 100px !important;
	}

	.video video {
		max-width: 100%;
	}

	.work-msg {
		font-size: 30px;
		padding: 150px 0 100px;
	}

	.work-swiper {
		margin: 130px 0;
	}

	/* .work-swiper .swiper-slide {
		width: 250px !important;
	} */

	.work-swiper .swiper-slide .msg {
		font-size: 16px;
	}

	.viewOtherWrap {
		margin-top: 150px;
	}

	.viewOtherWrap .h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}


	body.black-theme .header .btn-m span {
		background: #fff;
	}

	body.black-theme .header .btns .b2 {
		background: none;
		color: #fff;
	}


	#contents .inner {
		max-width: 100%;
		padding: 0 30px;
	}

	/* about */
	#contents .size-small .inner {
		max-width: 650px;
		padding: 0 30px;
	}

	.work-detail .about-head h2 {
		font-size: 40px;
		font-weight: 100;
		padding: 140px 0 30px;
	}

	.work-detail .about-head h2 strong {
		font-size: 40px;
	}

	.about-head .infoTxt {
		font-size: 18px;
	}

	.itemBox .item.box-contact {
		width: 40%;
	}

	.teamList .team {
		padding-left: 70px;
		height: 70px;
	}

	.teamList .team::after {
		width: 70px;
		height: 70px;
		background-size: contain;
	}

	.teamList .info {
		padding-left: 25px;
	}

	.grayBox.type2 {
		padding: 50px 50px;
		margin-bottom: 150px;
		flex-wrap: wrap;
	}

	.grayBox.type2 .item.year {
		padding-right: 10px;
	}

	.grayBox.type2 .tit {
		font-size: 70px;
	}

	.workList {
		margin-top: 60px;
	}

	.workList .workBox .item {
		margin-top: 50px;
	}

	.workList .workBox .tit {
		font-size: 18px;
	}

}

@media all and (max-width:767px) {
	.only-pc {
		display: none;
	}

	.only-m {
		display: block;
	}

	.work-list ul li {
		flex-wrap: wrap;
	}

	.work-list ul li .item {
		width: 100%;
		padding: 0;
	}

	.work-list ul li.flex-item-2 .item {
		padding-bottom: 60px;
	}

	.work-list ul li.flex-item-2 .item:first-child {
		padding-right: 0;
	}

	.work-list ul li.flex-item-2 .item:last-child {
		padding-left: 0;
		padding-bottom: 0;
	}

	.work-list ul li a .img img {
		max-width: unset;
		width: 100%;
	}

	.btnWrap {
		margin-top: 80px;
		text-align: center;
		padding: 0 20px;
	}

	.viewAllBtn {
		position: unset;
	}

	.workList .workBox {
		flex-wrap: wrap;
	}

	.workList .workBox .item {
		width: 100%;
		margin-top: 30px;
	}

	.workList {
		margin-top: 20px;
	}

	.workList .workBox .date {
		margin-bottom: 2px;
	}

	.branding.type2 h3 strong {
		margin-bottom: 0;
	}
}

@media all and (max-width:630px) {
	.grayBox.type2 {
		padding: 50px 30px;
	}

	.grayBox.type2 .item {
		width: 100%;
		text-align: center;
	}

	.grayBox.type2 .item.year {
		margin-bottom: 40px;
		padding-right: 0;
	}

	.grayBox.type2 .tit {
		margin-bottom: 13px;
	}
}

@media all and (max-width:600px) {
	#contents .inner {
		max-width: 100%;
		padding: 0 20px;
	}

	#contents .serviceWrap .inner {
		padding: 0;
	}

	.serviceWrap .grayBox {
		padding: 75px 45px;
	}

	.service {
		gap: 40px 0;
	}

	.viewOtherWrap {
		margin-top: 100px;
	}

	.viewOtherWrap .h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

@media all and (max-width:520px) {
	.itemBox {
		flex-wrap: wrap;
	}

	.itemBox .item {
		width: 100%;
		padding: 0 0 0 30px;
	}

	.itemBox .item::after {

		width: 20px;
		height: 20px;
		top: 3px;

	}

	.itemBox .item.box-contact {
		margin-top: 30px;
		width: 100%;
	}

	.about-head .infoTxt {
		padding-bottom: 50px;
	}

	.teamList .team::after {
		width: 60px;
		height: 60px;
	}

	.teamList .info {
		padding-left: 10px;
	}

	.teamList .name {
		font-size: 20px;
	}


}

@media all and (max-width:450px) {
	.work-img.flex.sliderWrap {
		display: block;
	}

	.work-img.flex.sliderWrap .img {
		width: 100%;
		margin-top: 20px;
	}

	.work-img.flex.sliderWrap .img:last-child img {
		height: unset;
		object-fit: cover;
		max-height: unset;
		width: 100%;
	}

	.work-detail .about-head h2 {
		font-size: 30px;
	}

	.work-detail .about-head h2 strong {
		font-size: 30px;
	}

	.grayBox.type2 {
		margin-bottom: 100px;
	}

	.grayBox.type2 .tit {
		font-size: 60px;
	}

}

@media all and (max-width:400px) {
	.serviceWrap .h2 {
		margin-bottom: 70px !important;
	}

	.service .item {
		width: 100%;
	}
}
