@import url(../../../common/css/style.css);

body {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  transition: all 1s;
  background: var(--p, #010101);
}

body.on {
  background: #f9f9f7;
}


/**************************
	공통
***************************/

.con-video{
	position: relative;
	width:100%;
}

.con-video video{
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
}

.con-head{
	display:flex;
	gap:40px;
	flex-direction:column;
	align-items: center;
}

.con-head.left{
	align-items: start;
	justify-content: space-between;
}

.con-head .title{
	display:flex;
	gap:36px;
	flex-direction:column;
	justify-content: space-between;
	width: 100%;
}

.con-head.left .title{
	flex-direction:row;
	align-items: start;
}

.con-head span{
	font-size: 16px;
	font-weight: 900;
	font-family: Pretendard;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
	padding:5px 6px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	transform: skew(-10deg);
}

.con-head span.green{
	background:#DBFF00;
	color:#111111;
}

.con-head span.red{
	background:#FF0C24;
	color:#ffffff;
}

.con-head.left strong{
	text-align:left;
}

.con-head strong{
	color: #ffffff;
	text-align: center;
	font-family: SUIT;
	font-size: 60px;;
	font-weight: 800;
	line-height: 130%; /* 78px */
}

.con-head.left small{
	text-align:left;
}

.con-head small{
	color: #A3A3A3;
	text-align: center;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
}

/**************************
	con-1
***************************/

.con-1{
	margin-bottom:200px;
}

.con-1 .con-video {
	padding-bottom:calc((1408 / 1920) * 100%);
}


/**************************
	con-2
***************************/

.con-2{
	margin-bottom:100px;
}

/**************************
	con-3
***************************/

.con-3 {
	margin-bottom:260px;
}

.con-3 .con-video {
	padding-bottom:calc((1078 / 1920) * 100%);
}

/**************************
	con-4
***************************/

.con-4{
	margin-bottom:140px;
}

/**************************
	con-5
***************************/

.con-5{
	display:flex;
	gap:20px;
	align-items: stretch;
	padding:0 40px;
	margin-bottom:300px;
}

.con-5 img{
	width:100%;
}

.con-5 .con-right{
	display:flex;
	gap:120px;
	flex-direction:column;
}

.con-5 .con-right .txt{
	display:flex;
	gap:32px;
	flex-direction:column;
	padding-left:80px;
}

.con-5 .con-right .txt strong{
	color: #E5E5E5;
	font-family: SUIT;
	font-size: 36px;
	font-weight: 800;
	line-height: 130%; /* 46.8px */
}

.con-5 .con-right .txt small{
	color: #D4D4D4;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
}

/**************************
	con-6
***************************/
.con-6 {
	margin-bottom:60px;
}

.con-6 .con-inner{
	max-width:1180px;
	width:100%;
	margin:0 auto;
	display:flex;
	gap:120px;
	flex-direction:column;
}

.con-6 .process{
	padding:20px;
	border-radius: 200px;
	border: 2px solid #2D2D2D;
	display:inline-flex;
	gap:50px;
	align-items: center;
	justify-content: space-between;
}

.con-6 .process .cycle{
	width:220px;
	height:220px;
	background:#232323;
	color: #FFF;
	font-family: SUIT;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%; /* 18px */
	text-transform: capitalize;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	
}

.con-6 .process .side{
	display:flex;
	align-items: center;
}

.con-6 .process .side div:last-child{
	margin-left:-40px;
}

.con-6 .process .cycle.green{
	background:#DBFF00;
	color:#010101;
	
}

.con-6 .con-info{
	display:flex;
	gap:50px;
	flex-direction:column;
}

.con-6 .txt{
	display:flex;
	align-items: start;
	justify-content: space-around;
}

.con-6 .txt > div{
	display:flex;
	flex-direction:column;
}

.con-6 .txt span{
	color: #DBFF00;
	text-align: center;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 800;
	line-height: 100%; /* 16px */
	text-transform: capitalize;
	margin-bottom:10px;
}

.con-6 .txt p{
	color: #FFF;
	text-align: center;
	font-family: SUIT;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%; /* 18px */
	text-transform: capitalize;
	margin-top:13px;
}

/**************************
	con-7
***************************/
.con-7 {
	margin-bottom:200px;
}

.con-7 .con-video {
	padding-bottom:calc((1515 / 1920) * 100%);
}
/**************************
	con-8
***************************/
.con-8 {
	margin-bottom:200px;
}


.con-8 .con-inner{
	max-width:1440px;
	width:100%;
	margin:0 auto;
	display:flex;
	gap:80px;
	flex-direction:column;
}

.con-8 .process{
	display:flex;
	align-items: center;
}

.con-8 .process .cycle:first-child{
	margin:0;
}

.con-8 .process .cycle{
	max-width:560px;
	width:100%;
	aspect-ratio: 1 / 1;
	color: #FFF;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	border: 1px solid #2F2F2F;
	margin-left:-120px;
	gap:24px;
	flex-direction: column;
}

.con-8 .process .cycle small{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px; /* 187.5% */
	letter-spacing: -0.8px;
}

.con-8 .process .cycle strong{
	color: #FFF;
	text-align: center;
	font-family: SUIT;
	font-size: 36px;
	font-weight: 800;
	line-height: 130%; /* 46.8px */
	letter-spacing: -1.561px;
}


/**************************
	con-9
***************************/
.con-9 {
	padding:0 40px;
	margin-bottom:200px;
}

.con-9 .con-video {
	padding-bottom:calc((1840 / 1800) * 100%);
}

.con-9 .con-inner{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.8);
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	padding: clamp(85px, 10vw, 250px);
}

.con-9 .con-info{
	display: flex;
	flex-direction: column;
	gap:165px;
}

.con-9 .con-info .box{
	display: flex;
	flex-direction: column;
	gap:45px;
}

.con-9 .con-info .box span{
	color: #FFF;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 800;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
	text-transform: capitalize;
}

.con-9 .con-info .txt{
	display: flex;
	flex-direction: column;
	gap:20px;
}

.con-9 .con-info .box .txt strong{
	color: #FFF;
	font-family: SUIT;
	font-size: 40px;
	font-weight: 800;
	line-height: 130%; /* 52px */
	text-transform: lowercase;
}

.con-9 .con-info .box .txt small{
	color: #A3A3A3;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%; /* 24px */
}


/**************************
	con-10
***************************/
.con-10 {
	margin-bottom:180px;
	display:flex;
	flex-direction: column;
	align-items: center;
}

.con-10 .title{
	z-index: 9;
}

.con-10 .con-inner{
	margin-top:-60px;
}

.con-10 .con-inner img{
	width:100%;
}

/**************************
	con-11
***************************/

.con-11{
	margin-bottom:300px;
}

.con-11 .con-head{
	max-width:1180px;
	width:100%;
	margin:0 auto;
}

.con-11 .con-inner{
	padding:0 40px;
	display:flex;
	flex-direction: column;
	gap:100px;
}

.con-11 .con-info{
	display:flex;
	align-items: stretch;
}

.con-11 .con-info > div{
	padding:30px;
	display:flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 0.7;
	box-sizing: border-box;
}

.con-11 .con-left{
	width:60%;
	position:relative;
	background:#111;
}

.con-11 .con-left small{
	color: #A3A3A3;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
	position:absolute;
	top:30px;
	left:30px;
}

.con-11 .con-right{
	width:40%;
	position:relative;
	background: linear-gradient(180deg, #F00 0%, #509 100%);
}

.con-11 .con-right .svg-container{
	width:100%;
}

.con-11 .con-right small{
	color: #ffffff;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
	position:absolute;
	top:30px;
	left:30px;
}


.con-11 .con-right svg {
	width: 100%;
	max-width: 670px;
	height: auto;
	overflow: hidden;
}

/* 1️⃣ 선(line) 애니메이션 */
.con-11 .con-right .animated-line {
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
	stroke-width: 2;
	opacity: 0;
	transition: stroke-dashoffset 1s ease-in-out, opacity 0.5s ease-in-out;
}

/* 2️⃣ 패스(path) 애니메이션 (로고, 텍스트 포함) */
.con-11 .con-right .animated-path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 2;
	opacity: 0;
	transition: stroke-dashoffset 1.5s ease-in-out, opacity 0.7s ease-in-out;
}

/* 3️⃣ 점선 애니메이션 */
.con-11 .con-right .animated-dashed {
	stroke-dasharray: 6 4;
	stroke-dashoffset: 100;
	opacity: 0;
	transition: stroke-dashoffset 1s ease-in-out, opacity 0.7s ease-in-out;
}

/* 4️⃣ 텍스트 애니메이션 */
.con-11 .con-right .animated-text {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.5s ease-in-out, transform 1s ease-in-out;
}


/**************************
	con-12
***************************/

.con-12{
	margin-bottom: 300px;
}

.con-12 .con-inner{
	max-width:1180px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-direction: column;
	gap:160px;
}

.con-12 .con-info{
	display:flex;
	gap:55px;
	flex-direction: column;
}

.con-12 .con-info .box{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.con-12 .con-info .txt{
	display:flex;
	gap:12px;
	flex-direction: column;
}

.con-12 .con-info .txt strong{
	color: #FFF;
	font-family: SUIT;
	font-size: 48px;
	font-weight: 800;
	line-height: 130%; /* 62.4px */
}

.con-12 .con-info .txt small{
	color: #D4D4D4;
	font-family: SUIT;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%; /* 27px */
}

.con-12 .con-info .img{
	max-width:600px;
	width:100%;
	height:430px;
	border-radius: 6px;
	background: #0F0F0F;
	display:flex;
	align-items: center;
	justify-content: center;
}




/**************************
	con-13
***************************/

.con-13{
	background:#222;
	padding:180px 0;
}

.con-13 .con-head{
	max-width:1180px;
	width:100%;
	margin:0 auto 120px;
}

.con-13 .con-design{
	display:flex;
	align-items: stretch;
	margin-bottom:280px;
}

.con-13 .con-design > div{
	width:25%;
	box-sizing: border-box;
	position:relative;
}

.con-13 .con-design > div img{
	width:100%;
}

.con-13 .con-info{
	max-width:1180px;
	width:100%;
	margin:0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 한 줄에 3개 */
	gap: 12px; /* 이미지 간 간격 조정 */
	position:relative;
}

.con-13 .con-info:after{
	content: "";
	position:absolute;
	width:100%;
	height:250px;
	left:0;
	bottom:-50px;
	background: linear-gradient(0deg, #222 26.3%, rgba(34, 34, 34, 0.00) 98.27%);
}

.con-13 .con-info .wrap{
	display:flex;
	gap:12px;
	flex-direction: column;
}

.con-13 .con-info .img.double{
	display: flex;
	flex-direction: column;
	gap:12px;
}

.con-13 .con-info .img img{
	width:100%;
}



/**************************
	con-14
***************************/

.con-14{
	margin-bottom: 280px;
}

.con-14 img{
	width:100%;
}


/**************************
	con-15
***************************/

.con-15{
	margin-bottom:200px;
}

.con-15 .con-head{
	max-width:1180px;
	width:100%;
	margin:0 auto 140px;
}

.con-15 .con-wrap{
	display:flex;
	gap:300px;
	align-items: center;
	flex-direction: column;
}

.con-15 .con-wrap > img{
	width:100%;
}

.con-15 .con-inner{
	margin:0 auto;
	display:flex;
	gap:300px;
	align-items: center;
	flex-direction: column;
}

.con-15 .con-inner img{
	max-width: max-content;
	width: 100%;
}


/**************************
	con-16
***************************/

.con-16{
	padding-top:200px;
	margin-bottom:280px;
	background:#ffffff;
}


.con-16 .con-head{
	max-width:1180px;
	width:100%;
	margin:0 auto 110px;
}

.con-16 .con-head .title strong{
	color:#111111;
}

.con-16 .con-head .title small{
	color:#404040;
}

.con-16 .con-wrap{
	background:url("/portfolio/wattup/pc/assets/img_con16_1.png") no-repeat center top 150px / contain;
}

.con-16 .con-inner{

}

.con-16 .con-top{
	display:flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: flex-start;
}

.con-16 .con-top > div{
	display:flex;
	flex-direction: row;
	align-items: center;
	flex:1;
	flex-grow: 0;
}

.con-16 .con-top img.img2,
.con-16 .con-top img.img4{
	margin-left:-165px;
}


.con-16 .con-left{
	flex-wrap: wrap;
	gap:200px;
	justify-content: flex-end;
}

.con-16 .con-left .img{
	display:flex;
	flex-direction: row;
}

.con-16 .con-left .txt{
	display: flex;
	gap:28px;
	flex-direction: column;
	padding-right:140px
}

.con-16 .con-left .txt strong{
	 color: #000;
	 font-family: SUIT;
	 font-size: 32px;
	 font-weight: 800;
	 line-height: 130%; /* 41.6px */
}

.con-16 .con-left .txt small{
	color: #404040;
	font-family: SUIT;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%; /* 25.6px */
}

.con-16 .con-right{
	margin-top:110px;
}

.con-16 .con-bottom{
	display:flex;
	justify-content: center;
	position:relative;
	gap:50px;
	align-items: start;
}

.con-16 .con-bottom img{
	z-index: 1;
}

.con-16 .con-bottom img:last-child{
	margin-top:100px;
}

.con-16 .con-bottom:after{
	width:100%;
	height:500px;
	background:#010101;
	content: '';
	position:absolute;
	left:0;
	bottom:0;
}

/**************************
	con-17
***************************/

.con-17{
	padding-bottom: 300px;
	background: linear-gradient(0deg, #1E1E1E 16.07%, #000 50%);
}

.con-17 .con-head{
	margin-bottom:120px;
}

.con-17 .con-inner{
	max-width:980px;
	width:100%;
	margin:0 auto;
}

.con-17 .con-inner img{
	width:100%;
}


/**************************
	con-footer
***************************/

.con-footer{
	padding: 0 0 118px;
	background-size:100%;
}

.con-footer .con-img{
	position:relative;
}

.con-footer .con-img:after{
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(1, 1, 1, 1) 100%, #010101 100%)
}

.con-footer .con-img img{
	width:100%;
}

.con-footer .con-wrap{
	margin-top: -200px;
	z-index: 999;
	position: relative;
}

.con-footer .con-info{
	max-width:100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 180px;
	display:flex;
	gap:14px;
	align-items: center;
	flex-direction: column;
}
.con-footer .con-info h2{
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
}
.con-footer .con-member{
	max-width:1180px;
	width: 100%;
	margin: 0 auto;
	padding: 117px 180px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 120px;
}
.con-footer .con-member > div{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.con-footer .con-member dl{
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.con-footer .con-member dl dt{
	font-family: Pretendard;
	font-weight: 700;
	font-size: 26px;
	line-height: 39.94px;
	letter-spacing: -1.07px;
	color: #fff;
	margin-bottom: 4px;
}
.con-footer .con-member dl dd{
	font-family: Pretendard;
	font-weight: 400;
	font-size: 21px;
	line-height: 33.41px;
	letter-spacing: -0.85px;
	color: #fff;
}

