@charset "utf-8";

/* === Native Carousel Styles (replaces OwlCarousel) === */
.intro_slide .owl-carousel,
.about_slide .owl-carousel {
  overflow: hidden;
  width: 100%;
}

.intro_slide .owl-carousel .item,
.about_slide .owl-carousel .item {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* === Animation Styles (replaces AOS) === */
[data-aos] {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*PC*/
@media (min-width: 992px) {
	.mobile {
		display: none !important;
	}
	/*메인*/
	.main_reason .reason_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
	.main_reason .reason_list > li {
		width: 100%;
	}
	.main_reason .reason_list > li:nth-of-type(1) {
		order: 1;
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
	.main_reason .reason_list > li:nth-of-type(2)  {
		order: 2;
	}
	.main_reason .reason_list > li:nth-of-type(3)  {
		order: 3;
	}
	.main_reason .reason_list > li:not(:hover) .imgs img.img_hover{
		opacity: 0;
	}
	.main_experience .data_list {
		display: flex;
		flex-wrap: wrap;
	}
	.main_experience .data_list > li {
		position: relative;
	}
	.main_experience .data_list > li:nth-child(1) {
		padding-left: 0;
	}
	.main_experience .data_list > li + li:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2px;
		height: 100%;
		background-color: #aaa;
	}
	.main_brand .brand_area .line:nth-of-type(1) {
		animation-duration: 60s;
	}

	/*썸띵 소개*/
	.about_mission .list li:nth-of-type(2) p {
		margin-top: 48px;
		padding-bottom: 32px;
	}
	.about_growth .list li .tit {
		flex-shrink: 0;
		width: 400px;
	}
	.about_outro .about_tit {
		width: 41.666%;
	}
	.about_outro .desc {
		width: 58.333%;
	}

	/*제작 사례*/
	.works_list ul li:hover .tit {
		visibility: visible;
		opacity: 1;
	}
}

/*MOBILE*/
@media (max-width: 991px) {
	.pc {
		display: none !important;
	}

	#wrap {
		padding-top: 65px;
	}

	#header_wrap {
		background-color: rgba(255,255,255,1);
		border-bottom: 1px solid #ccc;
	}
	#header_wrap .inside {
		height: 64px;
		padding: 0 16px;
	}
	#header_wrap .logo {
		width: 95px;
	}
	#header_wrap #gnb {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	#header_wrap #gnb ul {
		flex-direction: column;
		position: absolute;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		background-color: #fff;
		transition: transform 0.3s ease 0s;
		transform: translate3d(300px, 0px, 0px);
	}
	#header_wrap #gnb ul li {
		border-bottom: 1px solid #f0f0f0;
	}
	#header_wrap #gnb ul li a {
		font-size: 16px;
		line-height: 1;
		padding: 13px 50px 14px 20px;
	}
	#header_wrap #gnb ul li.active a {
		background-color: #f5f5f5;
		font-weight: 400;
		color: #121212;
	}
	#header_wrap .btn_menu {
		display: block;
	}
	#footer_wrap .inside {
		flex-direction: column;
	}
	#footer_wrap .footer_info {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 18px;
		text-align: left;
	}
	#footer_wrap .sns_link_list {
		margin-left: -3px;
		margin-top: 32px;
	}
	#footer_wrap .viewport_btn_wrap {
		display: block;
	}

	/*메인*/
	.main .inside {
		padding: 0 16px;
	}
	.main_section {
		padding-top: 92px;
		padding-bottom: 100px;
	}
	.main_section .tit_area .main_tit {
		max-width: 400px;
		font-size: 21px;
		line-height: 1.47;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.main_section .tit_area .main_tit + .desc {
		max-width: 350px;
		text-align: center;
		font-size: 16px;
		margin-top: 12px;
		margin-left: auto;
		margin-right: auto;
	}
	.main_section.main_intro {
		padding-top: 70px;
	}
	.main_section.main_intro .main_tit {
		font-size: 24px;
		line-height: 1.41;
	}
	.main_section.main_intro .main_tit + .desc{
		margin-top: 19px;
	}
	.main_intro .intro_slide {
		margin-top: 55px;
	}
	.main_intro .intro_slide .owl-carousel {
		margin: 0 -6px;
	}
	.main_intro .intro_slide .owl-carousel .item {
		padding: 0 6px;
	}
	.main_section.main_worry {
		padding-top: 58px;
	}
	.main_worry .img {
		margin-top: 34px;
	}
	.main_reason .reason_list > li + li {
		margin-top: 20px;
	}
	.main_section .tit_area + div {
		margin-top: 34px;
	}
	.main_experience {
		height: auto;
		background-color: #000;
		background-image: none;
		padding-bottom: 89px;
	}
	.main_experience .data_list > li {
		padding: 0 16px;
	}
	.main_experience .data_list > li + li {
		margin-top: 23px;
	}
	.main_experience .data_list > li > strong {
		font-size: 48px;
	}
	.main_experience .data_list > li p {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0;
		margin-top: 1px;
	}
	.main_experience .tit_area .main_tit + .desc {
		margin-top: 16px;
	}
	.main_experience .sub_txt {
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		margin-top: 13px;
	}
	.main_brand {
		padding-top: 0;
		padding-bottom: 94px;
	}
	.main_brand .brand_area {
		margin-top: 30px;
	}
	.main_brand .brand_area .item {
		width: 19.733333333333334vw;
		height: 19.733333333333334vw;
		padding: 6px;
	}
	.main_brand .brand_area .line {
		animation-duration: 30s;
	}

	/*썸띵 소개*/
	.about_section:not(:last-child) {
		margin-bottom: 100px;
	}
	.about_section:not(.about_intro, .about_slide) {
		padding-right: 24px;
		padding-left: 24px;
	}
	.about_section .tit_area {
		display: block;
		text-align: center;
	}
	.about_section .tit_area p {
		margin-top: 5px;
		font-size: 12px;
	}
	.about_section .about_tit {
		font-size: 26px;
	}
	.about_section .list {
		flex-direction: column;
	}
	.about_business .list {
		display: flex;
		height: auto;
	}
	.about_intro {
		height: auto;
		padding: 80px 5px 400px;
		background-image: url(../images/contents/m_bg_about_intro.png);
	}
	.about_intro .about_tit .good {
		width: 242px;
		height: 40px;
		background-size: 100%;
	}
	.about_intro .about_tit .bracket {
		width: 100px;
		height: 34px;
		background-size: 100%;
	}
	.about_mission {
		margin-top: -40px;
	}
	.about_mission .list li {
		min-height: auto;
	}
	.about_mission .list li:before {
		width: 100px;
		height: 100px;
		margin-bottom: 23px;
	}
	.about_mission .list li strong {
		font-size: 20px;
	}
	.about_mission .list li p {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.5;
	}
	.about_growth .list {
		row-gap: 12px;
	}
	.about_growth .list li {
		flex-direction: column;
		row-gap: 5px;
		padding: 24px;
	}
	.about_growth .list li .tit {
		text-align: center;
	}
	.about_growth .list li .tit strong {
		font-size: 16px;
	}
	.about_growth .list li .tit p {
		margin-top: 5px;
		font-size: 48px;
	}
	.about_business .list li {
		padding: 0;
	}
	.about_value .list li {
		overflow: hidden;
		flex-direction: column;
		padding: 24px;
		border-radius: 10px;
		background-color: #2b2b2b;
	}
	.about_value .list li .img {
		display: none;
	}
	.about_value .list li .txt {
		text-align: center;
	}
	.about_value .list li .txt dt {
		font-size: 18px;
		line-height: 1.8;
	}
	.about_value .list li .txt dd {
		font-size: 14px;
		line-height: 1.8;
	}
	.about_slide .owl-carousel .item{
		height: 160px;
	}
	.about_slide .owl-carousel .item01{
		background-image: url(../images/contents/m_img_slide01.png);
	}
	.about_slide .owl-carousel .item02{
		background-image: url(../images/contents/m_img_slide02.png);
	}
	.about_slide .owl-carousel .item03{
		background-image: url(../images/contents/m_img_slide03.png);
	}
	.about_outro .inside {
		flex-direction: column;
		text-align: center;
	}
	.about_outro .desc {
		margin-top: 40px;
		font-size: 16px;
		line-height: 1.8;
	}
	.about_outro .desc p + p {
		margin-top: 28px;
	}
	.about_outro .desc .txt_sm {
		font-size: 14px;
	}

	/*제작 사례*/
	.works_wrap {
		padding-bottom: 85px;
	}
	.works_list {
		padding: 34px 15px 0;
		row-gap: 12px;
	}
	.works_list ul {
		gap: 12px;
	}
	.works_list ul li {
		width: calc(50% - 6px);
	}
	.works_wrap .btn_area {
		margin-top: 14px;
	}

	@media (max-width: 350px) {
		#header_wrap .btn_close {
			left: 0;
			right: auto;
			margin-left: 0;
		}
		#header_wrap #gnb ul {
			width: 80%;
		}
	}
}