@charset "utf-8";

.ovh {
	overflow:hidden !important;
}
.inside {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

#wrap {
	padding-top: 68px;
}

#header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 10;
}
#header_wrap .inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
}
#header_wrap .logo {
	width: 132px;
}
#header_wrap .logo a {
	display: block;
}
#header_wrap .btn {
	padding: 0 20px;
	color: #fff;
	line-height: 36px;
	border-radius: 18px;
	background-color: #121212;
	transition: all ease-in-out .4s;
}
#header_wrap .btn:hover {
	background-color: #fa4616;
}
#header_wrap .btn.active {
	font-weight: 700;
	background-color: #fa4616;
}
#header_wrap #gnb ul {
	display: flex;
}
#header_wrap #gnb ul li a {
	display: block;
	padding: 0 20px;
	line-height: 68px;
	transition: color ease-in-out .3s;
}
#header_wrap #gnb ul li:hover a {
	color: #fa4616;
}
#header_wrap #gnb ul li.active a {
	color: #fa4616;
	font-weight: 700;
}
#header_wrap .btn_menu,
#header_wrap .btn_close,
#header_wrap #gnb .dim {
	display: none;
}

#header_wrap .btn_menu {
	position: relative;
	background-color: transparent;
	border: 0;
	font-family: 'Black Tie';
	font-size: 18px;
	color: #121212;
	line-height: 1;
}
#header_wrap .btn_menu:before {
	content: '\f000';
}
#header_wrap #gnb .dim {
	background-color: #000;
	opacity: .6;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#header_wrap .btn_close {
	position: fixed;
	top: 9px;
	right: 310px;
	background-color: transparent;
	border: 0;
	font-family: 'Black Tie';
	font-size: 16px;
	color: #fff;
	margin: 8px 8px 8px 15px;
	padding: 8px;
	cursor: pointer;
}
#header_wrap .btn_close:before {
	content: '\f00c';
	display: block;
}
#header_wrap #gnb.active ul {
	transform: translate3d(0px, 0px, 0px);
}
.gnb_active #header_wrap #gnb {
	right: 0;
}
.gnb_active #header_wrap .btn_menu,
#header_wrap #gnb.active .btn_close,
#header_wrap #gnb.active .dim {
	display: block;
}

#footer_wrap {
	padding: 40px 0;
	background-color: #121212;
}
#footer_wrap .inside {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
#footer_wrap .footer_info {
	display: flex;
	align-items: center;
	column-gap: 12px;
	font-size: 12px;
}
#footer_wrap .footer_info .foot_logo {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #fff;
	font-weight: 700;
}
#footer_wrap .footer_info .foot_logo img {
	width: auto;
	height: 100%;
	max-height: 42px;
}
#footer_wrap .footer_info p {
	color: #aaa;
}
#footer_wrap .sns_link_list {
	display: flex;
	align-items: center;
	column-gap: 9px;
}
#footer_wrap .sns_link_list li {
	min-width: 28px;
	text-align: center;
}
#footer_wrap .sns_link_list li a {
	display: block;
	font-family: 'Plipop-Social-Icons';
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
#footer_wrap .sns_link_list li i {
	position: relative;
	font-style: normal;
}
#footer_wrap .sns_link_list li a:hover {
	opacity: 0.7;
}
#footer_wrap .sns_link_list li i:before {
	display: block;
}
#footer_wrap .sns_link_list li i.ico_nblog:before {
	content: '\e90f';
}
#footer_wrap .sns_link_list li i.ico_insta:before {
	content: '\e908';
}
#footer_wrap .sns_link_list li i.ico_behance:before {
	content: '\f1b4';
	font-family: 'Font Awesome 5 Brands';
	margin-top: 2px;
}
#footer_wrap .sns_link_list li.lang {
	display: flex;
	align-items: center;
	column-gap: 16px;
	margin-left: 4px;
}
#footer_wrap .sns_link_list li.lang:before {
	content: '';
	width: 1px;
	height: 10px;
	background-color: #d9d9d9;
}
#footer_wrap .sns_link_list li.lang a {
	padding: 0 11px;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #767676;
	border-radius: 16px;
}
#footer_wrap .viewport_btn_wrap {
	display: none;
	padding-top: 33px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#footer_wrap .viewport_btn_wrap .btn_viewport {
	background-color: #121212;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	padding: 10px 32px;
}

/*메인*/
.main_section {
	padding-top: 262px;
	padding-bottom: 280px;
}
.main_section > .inside > .tit_area {
	text-align: center;
}
.main_section .tit_area .main_tit {
	font-size: 48px;
}
.main_section .tit_area .main_tit span {
	display: inline-block;
	vertical-align: top;
}
.main_section .tit_area .desc {
	font-weight: 700;
	color: #888;
}
.main_section .tit_area .main_tit + .desc {
	font-size: 24px;
	margin-top: 33px;
}
.main_section .tit_area + div {
	margin-top: 70px;
}
.main_section.main_intro {
	padding-top: 108px;
	padding-bottom: 0;
}
.main_section.main_intro .main_tit {
	font-size: 60px;
}
.main_section.main_intro .main_tit + .desc {
	margin-top: 27px;
}
.main_intro .intro_slide {
	margin-top: 131px;
	overflow: hidden;
}
.main_intro .intro_slide .owl-carousel {
	width: auto !important;
	margin: 0 -16px;
}
.main_intro .intro_slide .owl-carousel .owl-item {
	padding: 0 8px;
}
.main_intro .intro_slide .owl-carousel .item {
	padding: 0 8px;
}
.main_section.main_worry {
	padding-bottom: 0;
}
.main_worry .img {
	margin: 70px auto 0;
}
.main_worry .img img{
	width: 100%;
}
.main_reason .cont_area strong {
	display: block;
	font-size: 36px;
}
.main_reason .reason_list > li .img {
	position: relative;
}
.main_reason .reason_list > li .img .img_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.main_reason .reason_list > li:hover .img .img_hover {
	opacity: 1;
}
.main_reason .reason_list > li .img img {
	width: 100%;
}
.main_reason .one_stop {
	position: relative;
	border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-top: 32px;
}
.main_reason .one_stop .img img {
	width: 100%;
}
.main_experience {
	height: 1080px;
	background-color: #121212;
	background-image: url(../images/contents/bg_main01.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 282px;
}
.main_experience  > .inside > .tit_area {
	text-align: left;
}
.main_experience .tit_area .main_tit{
	color: #fff;
}
.main_experience .data_list > li {
	text-align: center;
	padding: 0 60px;
}
.main_experience .data_list > li > strong {
	display: block;
	font-weight: 700;
	font-size: 60px;
	color: #fa4616;
}
.main_experience .data_list > li p {
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: -0.14px;
	color: #fff;
	margin-top: 3px;
}
.main_experience .sub_txt {
	font-size: 12px;
	line-height: 1.66;
	color: #aaaaaa;
	margin-top: 40px;
}
.main_brand {
	background-color: #000;
	padding-top: 112px;
	padding-bottom: 300px;
}
.main_brand .tit_area .main_tit {
	color: #fff;
}
.main_brand .tit_area .desc {
	color: #aaa;
}
.main_brand .brand_area {
	margin-top: 58px;
	overflow: hidden;
}
.main_brand .brand_area .line {
	display: flex;
	animation-duration: 85s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.main_brand .brand_area .line:nth-of-type(1),
.main_brand .brand_area .line:nth-of-type(3) {
	justify-content: flex-end;
	animation-name: marquee1;
}
.main_brand .brand_area .line:nth-of-type(2),
.main_brand .brand_area .line:nth-of-type(4) {
	animation-name: marquee2;
}
.main_brand .brand_area .items {
	display: flex;
}
.main_brand .brand_area .item {
	flex-shrink: 0;
	width: 8.90625vw;
	height: 8.90625vw;
	padding: 12px;
}
.main_brand .brand_area .item .box {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.main_brand .brand_area .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes marquee1 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(180%);
	}
}
@keyframes marquee2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-180%);
	}
}

/*썸띵소개*/
.about_wrap {
	color: #fff;
	background-color: #000;
}
.about_section {
	overflow-wrap: break-word;
	color: #fff;
	word-break: keep-all;
}
.about_section:not(:last-child) {
	margin-bottom: 200px;
}
.about_section .about_tit {
	font-size: 36px;
}
.about_section .tit_area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 40px;
}
.about_section .tit_area p {
	color: #888;
}
.about_section .desc {
	overflow-wrap: break-word;
	line-height: 2;
	word-break: keep-all;
}
.about_section .list {
	display: flex;
	gap: 24px;
}
.about_section .list li {
	overflow: hidden;
	flex: 1;
	border-radius: 10px;
}
.about_intro {
	height: 1302px;
	padding-top: 200px;
	text-align: center;
	background: url(../images/contents/bg_about_intro.png) no-repeat 50% 100% / cover;
}
.about_intro .about_tit {
	font-size: 57px;
	line-height: 1.3;
}
.about_intro .about_tit span {
	display: inline-block;
	height: 74px;
	vertical-align: top;
}
.about_intro .about_tit .good {
	width: 456px;
	background: url(../images/contents/txt_good.png) no-repeat 0 50%;
}
.about_intro .about_tit .bracket {
	width: 186px;
	background: url(../images/contents/bracket.png) no-repeat 0 50%;
}
.about_intro .desc {
	margin-top: 24px;
}
.about_mission .list li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 490px;
	padding: 24px;
	text-align: center;
	background-color: #2b2b2b;
}
.about_mission .list li:before {
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	margin: 5px auto 29px;
	background: url(../images/contents/bg_mission01.png) no-repeat 50% 0 / auto 100%;
}
.about_mission .list li strong {
	display: block;
	font-size: 22px;
}
.about_mission .list li p {
	margin-top: 24px;
	line-height: 2;
}
.about_mission .list li:nth-of-type(2):before {
	background-image: url(../images/contents/bg_mission02.png);
}
.about_mission .list li:nth-of-type(3):before {
	background-image: url(../images/contents/bg_mission03.png);
}
.about_growth .list {
	flex-direction: column;
}
.about_growth .list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 100px;
	background-color: #fff;
}
.about_growth .list li .tit {
	color: #000;
}
.about_growth .list li .tit strong {
	display: block;
	font-size: 20px;
}
.about_growth .list li .tit strong span {
	font-weight: 400;
}
.about_growth .list li .tit p {
	margin-top: 20px;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.25;
}
.about_business .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	height: 600px;
}
.about_business .list li {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.about_business .list li .img {
	height: 100%;
}
.about_business .list li .img img {
	width: 100%;
	height: 100%;
}
.about_business .list li .img .hover {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all ease-in-out .4s;
}
.about_business .list li:nth-of-type(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.about_business .list li:nth-of-type(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.about_business .list li:nth-of-type(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.about_business .list li:nth-of-type(4) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.about_business .list li:hover .img .hover {
	visibility: visible;
	opacity: 1;
}
.about_value .list {
	flex-direction: column;
	row-gap: 40px;
}
.about_value .list li {
	display: flex;
	align-items: center;
	column-gap: 60px;
	border-radius: 0;
}
.about_value .list li .img {
	width: calc(41.25% - 30px);
}
.about_value .list li .txt {
	flex: 1;
	line-height: 1.8;
}
.about_value .list li .txt dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.about_slide {
	margin-bottom: 0 !important;
}
.about_slide .owl-carousel {
}
.about_slide .owl-carousel .item {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.about_slide .owl-carousel .item01 {
	background-image: url(../images/contents/img_slide01.png);
}
.about_slide .owl-carousel .item02 {
	background-image: url(../images/contents/img_slide02.png);
}
.about_slide .owl-carousel .item03 {
	background-image: url(../images/contents/img_slide03.png);
}
.about_outro {
	padding: 100px 0;
}
.about_outro .inside {
	display: flex;
}
.about_outro .desc {
	font-size: 20px;
	line-height: 2;
}
.about_outro .desc p + p {
	margin-top: 40px;
}
.about_outro .desc .txt_sm {
	font-size: 16px;
}
/*제작 사례*/
.works_wrap {
	padding-bottom: 100px;
}
.works_list {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	padding-top: 124px;
}
.works_list ul {
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	transition: ease .6s;
	opacity: 0;
}
.works_list ul:not(:first-of-type, .show) {
	position: absolute;
}
.works_list ul li {
	overflow: hidden;
	position: relative;
	width: calc(20% - 19.2px);
	border: 2px solid #f3f3f3;
	border-radius: 10px;
}
.works_list ul li .thumb {
	background-position: 50% 50%;
	background-size: cover;
	aspect-ratio: 1;
}
.works_list ul li .tit {
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 24px;
	background-color: rgba(43, 43, 43, 0.7);
	opacity: 0;
	transition: .3s;
}
.works_list ul li .tit p {
	overflow-wrap: break-word;
	color: #fff;
	font-size: 18px;
	word-break: keep-all;
}
.works_list ul.show {
	visibility: visible;
	opacity: 1;
}
.works_wrap .btn_area {
	margin-top: 32px;
	text-align: center;
}
.works_wrap .btn_area .btn_more {
	display: inline-block;
	padding: 10px 32px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	vertical-align: top;
	border: 0;
	border-radius: 20px;
	background-color: #121212;
	cursor: pointer;
	transition: .3s;
}
.works_wrap .btn_area .btn_more:hover {
	background-color: #fa4616;
}