@charset "utf-8";

@font-face {
    font-family: 'ChosunIlboMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jeju Myeongjo';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/JejuMyeongjo/JejuMyeongjo.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/JejuMyeongjo/JejuMyeongjo.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/JejuMyeongjo/JejuMyeongjo.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/JejuMyeongjo/JejuMyeongjo.ttf') format('truetype');
}

@font-face {
	font-family:"warbler-deck";
	src:url("https://use.typekit.net/af/1ce072/0000000000000000775c2ef1/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/1ce072/0000000000000000775c2ef1/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/1ce072/0000000000000000775c2ef1/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
	line-height: 1;
}

:root{
	--kof:Jeju Myeongjo;
	--enf:warbler-deck;
}


/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions { 
	border: 1px solid #ccc; 
	max-height: 150px; 
	overflow-y: auto; 
	position: relative; 
/* 	position: absolute;  */
	background-color: white; 
	z-index: 1000; 
	width: calc(100% - 22px); 
} 


/* design section */
/* Design Section */
.design_section_wrap {
    align-self: stretch;
    padding: 140px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    z-index: 95;
	padding-top: 380px;
}

.design_section_wrap .design_title {
    color: white;
    font-size: 120px;
    font-family: var(--enf);
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 40px;
    /* 절대 위치 제거, 일반 플로우로 배치 */
}

.design_section_wrap .design_content {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
	width: 100%;
    margin: 0 auto;
    max-width: 1760px;
}

.design_section_wrap .design_content .design_left {
    flex: 1 1 0;
    align-self: stretch;
    position: relative;
}

.design_section_wrap .design_content .design_text {
    flex: 1 1 0;
    color: #CCCCCC;
    font-size: 18px;
    font-family: var(--enf), var(--kof);
    font-weight: 400;
    text-transform: capitalize;
    word-wrap: break-word;
    line-height: 1.7;
}

/* Portfolio Section */
.portfolio_section_wrap {
    align-self: stretch;
    padding: 140px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 95;
    overflow: visible; /* overflow hidden 제거 */
}

.portfolio_section_box {
    width: 100%;
    max-width: 1760px; /* 고정값 대신 max-width 사용 */
    position: relative; /* absolute 제거 */
    /* top, left, transform 제거 */
}

.portfolio_section_wrap .portfolio_title {
    color: white;
    font-size: 120px;
    font-family: var(--enf);
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 40px;
    text-align: left;
}

.portfolio_section_wrap .portfolio_image_wrap {
    width: 100%;
    max-width: 1760px;
    height: 912px;
    position: relative;
    margin: 0 auto;
}

.portfolio_section_wrap .portfolio_image_wrap img {
    position: absolute;
    object-fit: cover;
}

.portfolio_section_wrap .portfolio_image_wrap .img_01 {
    width: 238px;
    height: 317px;
    right: 0; /* left: 1403px 대신 */
    bottom: 0; /* top: 436px 대신 */
}

.portfolio_section_wrap .portfolio_image_wrap .img_02 {

    width: 452px;
    height: 302px;
    left: 0;
    top: 0;
}

.portfolio_section_wrap .portfolio_image_wrap .img_03 {
    width: 302px;
    height: 196px;
    left: 199px;
    bottom: 0; /* top: 617px 대신 */
}

@media(max-width:1760px){
	.design_section_wrap{width: 93.75% !important; margin: 0 auto;
    }
	.portfolio_section_box{
		width: 93.75%;
	}
}


/* works ======================================= */

.works_absolut_box{
	padding: 100px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	overflow: visible;
	position: relative;
	height: 3045px;
}

  /* 메인 섹션 래퍼 */
  .works_section_wrap {
    padding: 140px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    overflow: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 280px;
	z-index: 95;
  }
  
  /* 메인 타이틀 */
  .works_section_wrap .works_main_title {
	color: white;
	font-size: 120px;
	font-family: var(--enf);
	font-weight: 400;
	text-transform: capitalize;
	word-wrap: break-word;
	margin: 0;
  }
  
  /* 메인 콘텐츠 영역 */
  .works_section_wrap .works_content {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
  }
  
  /* 왼쪽 패널 */
  .works_section_wrap .works_left_panel {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	min-width: 300px;
  }
  
  /* 카테고리 내비게이션 */
  .works_section_wrap .works_category_nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .works_section_wrap .category_item {
	color: #848182;
	font-size: 18px;
	font-family: var(--enf);
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 0.3s;
	line-height: 1;
  }
  
  .works_section_wrap .category_item:hover {
	color: white;
  }
  
  .works_section_wrap .category_item.active {
	color: white;
	text-decoration: underline;
  }
  
  /* 프로젝트 설명 */
  .works_section_wrap .works_description {
	color: #CCCCCC;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.7;
  }
  
  /* 갤러리 영역 */
  .works_section_wrap .works_gallery {
	flex: 2 1 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 140px;
	max-width: 1167px;
  }
  
  /* 갤러리 컬럼 */
  .works_section_wrap .gallery_column {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 140px;
  }
  
  .works_section_wrap .gallery_column.offset {
	padding-top: 140px;
  }
  
  /* 갤러리 아이템 */
  .works_section_wrap .gallery_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  /* 이미지 래퍼 */
  .works_section_wrap .image_wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 133.3%; /* 3:4 비율 유지 (685/514 ≈ 1.333) */
	position: relative;
	overflow: hidden;
  }
  
  .works_section_wrap .image_wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
  }
  
  .works_section_wrap .gallery_item:hover .image_wrapper img {
	transform: translate(-50%, -50%) scale(1.05);
  }
  
  /* 이미지 캡션 */
  .works_section_wrap .image_caption {
	color: white;
	font-size: 18px;
	font-family: var(--enf);
	font-weight: 400;
	text-transform: capitalize;
  }
  
  /* 반응형 - 대형 데스크톱 */
  @media (max-width: 1600px) {
	.works_section_wrap {
	  padding: 100px 60px;
	}
	
	.works_section_wrap .works_gallery {
	  gap: 100px;
	}
	
	.works_section_wrap .gallery_column {
	  gap: 100px;
	}
	
	.works_section_wrap .gallery_column.offset {
	  padding-top: 100px;
	}
  }
  
  /* 반응형 - 태블릿 */
  @media (max-width: 1200px) {
	.works_section_wrap {
	  padding: 80px 40px;
	}
	
	.works_section_wrap .works_main_title {
	  font-size: 80px;
	}
	
	.works_section_wrap .works_content {
	  flex-direction: column;
	  gap: 60px;
	}
	
	.works_section_wrap .works_left_panel {
	  width: 100%;
	}
	
	.works_section_wrap .works_gallery {
	  width: 100%;
	  max-width: 100%;
	  gap: 60px;
	}
	
	.works_section_wrap .gallery_column {
	  gap: 60px;
	}
	
	.works_section_wrap .gallery_column.offset {
	  padding-top: 60px;
	}
  }
  
  /* 반응형 - 모바일 */
  @media (max-width: 768px) {

	.works_section_wrap {
	  padding: 60px 20px;
	  gap: 30px;
	}
	
	.works_section_wrap .works_main_title {
	  font-size: 48px;
	}
	
	.works_section_wrap .works_content {
	  gap: 40px;
	}
	
	.works_section_wrap .works_left_panel {
	  gap: 30px;
	}
	
	.works_section_wrap .category_item,
	.works_section_wrap .works_description,
	.works_section_wrap .image_caption {
	  font-size: 16px;
	}
	
	.works_section_wrap .works_gallery {
	  flex-direction: column;
	  gap: 40px;
	}
	
	.works_section_wrap .gallery_column {
	  width: 100%;
	  gap: 40px;
	}
	
	.works_section_wrap .gallery_column.offset {
	  padding-top: 0;
	}
  }
  
  /* 반응형 - 작은 모바일 */
  @media (max-width: 480px) {

	.works_section_wrap {
	  padding: 40px 16px;
	  gap: 24px;
	}
	
	.works_section_wrap .works_main_title {
	  font-size: 36px;
	}
	
	.works_section_wrap .category_item,
	.works_section_wrap .works_description,
	.works_section_wrap .image_caption {
	  font-size: 14px;
	}
	
	.works_section_wrap .gallery_column {
	  gap: 30px;
	}
  }


  /* works detail */

.works_detail_absolut_box{
	padding: 140px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	overflow: visible;
	position: relative;
	height: 2000px;
}

  /* 메인 컨테이너 */
  .works_detail_container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	z-index: 95;
  }
  
  /* 메인 이미지 */
  .works_detail_container .works_main_image {
	width: 573px;
	height: 780px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
  }
  
  .works_detail_container .works_main_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
  }
  
  .works_detail_container .works_main_image:hover img {
	transform: translate(-50%, -50%) scale(1.05);
  }
  
  /* 썸네일 리스트 */
  .works_detail_container .works_thumbnail_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
  }
  
  .works_detail_container .thumbnail_item {
	width: 132.19px;
	flex: 1 1 0;
	min-height: 176px;
	position: relative;
	background: #1E1E1E;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
  }
  
  .works_detail_container .thumbnail_item:hover {
	background: #2E2E2E;
	border-color: #444;
  }
  
  .works_detail_container .thumbnail_item.active {
	border-color: white;
  }
  
  /* 작품 정보 패널 */
  .works_detail_container .works_info_panel {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 20px;
	min-width: 0;
  }
  
  .works_detail_container .works_title {
	color: white;
	font-size: 120px;
	font-family: 'Baskervville', serif;
	font-weight: 600;
	text-transform: capitalize;
	word-wrap: break-word;
	line-height: 1;
	margin: 0;
	text-align: right;
  }
  
  .works_detail_container .works_subtitle {
	color: white;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	word-wrap: break-word;
	text-align: right;
  }
  
  .works_detail_container .works_description {
	color: #CCCCCC;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	word-wrap: break-word;
	text-align: right;
  }
  
  /* 반응형 - 대형 데스크톱 */
  @media (max-width: 1600px) {
	.works_detail_container .works_main_image {
	  width: 500px;
	  height: 667px;
	}
  
	.works_detail_container .works_title {
	  font-size: 100px;
	}
  
	.works_detail_container .thumbnail_item {
	  width: 115px;
	  min-height: 153px;
	}
  }
  
  /* 반응형 - 태블릿 */
  @media (max-width: 1200px) {
	.works_detail_container {
	  flex-wrap: wrap;
	  gap: 30px;
	}
  
	.works_detail_container .works_main_image {
	  width: 100%;
	  max-width: 600px;
	  height: 500px;
	}
  
	.works_detail_container .works_thumbnail_list {
	  flex-direction: row;
	  width: 100%;
	  align-self: auto;
	}
  
	.works_detail_container .thumbnail_item {
	  width: auto;
	  flex: 1 1 0;
	  min-height: 120px;
	  max-width: 150px;
	}
  
	.works_detail_container .works_info_panel {
	  width: 100%;
	  align-items: flex-start;
	}
  
	.works_detail_container .works_title {
	  font-size: 80px;
	  text-align: left;
	}
  
	.works_detail_container .works_subtitle,
	.works_detail_container .works_description {
	  text-align: left;
	}
  }
  
  /* 반응형 - 모바일 */
  @media (max-width: 768px) {
	.works_detail_container {
	  flex-direction: column;
	  gap: 20px;
	}
  
	.works_detail_container .works_main_image {
	  width: 100%;
	  max-width: 100%;
	  height: 400px;
	}
  
	.works_detail_container .works_thumbnail_list {
	  width: 100%;
	  gap: 15px;
	}
  
	.works_detail_container .thumbnail_item {
	  min-height: 80px;
	  max-width: none;
	}
  
	.works_detail_container .works_title {
	  font-size: 48px;
	}
  
	.works_detail_container .works_subtitle,
	.works_detail_container .works_description {
	  font-size: 16px;
	}
  }
  
  /* 반응형 - 작은 모바일 */
  @media (max-width: 480px) {
	.works_detail_container .works_main_image {
	  height: 300px;
	}
  
	.works_detail_container .works_thumbnail_list {
	  gap: 10px;
	}
  
	.works_detail_container .thumbnail_item {
	  min-height: 60px;
	}
  
	.works_detail_container .works_title {
	  font-size: 36px;
	}
  
	.works_detail_container .works_subtitle,
	.works_detail_container .works_description {
	  font-size: 14px;
	}
  }

  /* contact ============================ */
  .contact_absolut_box {
    padding: 140px 80px;
    height: 716px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    overflow: hidden;
    position: relative;
    padding-top: 440px;
}
  
  /* 메인 섹션 래퍼 */
  .contact_section_wrap {
	padding: 140px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 80px;
	overflow: hidden;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	z-index: 95;
  }
  
  /* 컨택트 컨텐츠 영역 */
  .contact_section_wrap .contact_content_area {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
  }
  
  /* 타이틀 */
  .contact_section_wrap .contact_title {
	color: white;
	font-size: 120px;
	font-family: var(--enf);
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	line-height: 1;
  }
  
  /* 메인 컨텐츠 */
  .contact_section_wrap .contact_main_content {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
  }
  
  /* 이미지 콜라주 */
  .contact_section_wrap .contact_image_collage {
	flex: 1 1 0;
	height: 543px;
	position: relative;
	overflow: hidden;
  }
  
  .contact_section_wrap .collage_img {
	position: absolute;
	object-fit: cover;
  }
  
  .contact_section_wrap .img_1 {
	width: 214px;
	height: 286px;
	right: 0;
	bottom: 0;
  }
  
  .contact_section_wrap .img_2 {
	width: 392px;
	height: 262px;
	left: 0;
	top: 0;
  }
  
  .contact_section_wrap .img_3 {
	width: 273px;
	height: 178px;
	left: 119px;
	bottom: 0;
  }
  
  /* 구분선 */
  .contact_section_wrap .contact_divider {
	width: 1px;
	align-self: stretch;
	background: #4D4D4D;
	flex-shrink: 0;
  }
  
  /* 문의 폼 래퍼 */
  .contact_section_wrap .contact_form_wrapper {
	width: 870px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
  }
  
  /* 폼 */
  .contact_section_wrap .contact_form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
  }
  
  /* 폼 행 */
  .contact_section_wrap .form_row {
	width: 100%;
	display: flex;
	gap: 20px;
  }
  
  /* 폼 그룹 */
  .contact_section_wrap .form_group {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .contact_section_wrap .form_group.full_width {
	width: 100%;
  }
  
  /* 폼 라벨 */
  .contact_section_wrap .form_label {
	color: #CCCCCC;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
  }
  
  /* 폼 인풋 */
  .contact_section_wrap .form_input {
	height: 50px;
	padding: 0 20px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #DEDEDE;
	color: #D2D2D2;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	outline: none;
	transition: border-color 0.3s;
  }
  
  .contact_section_wrap .form_input::placeholder {
	color: #D2D2D2;
  }
  
  .contact_section_wrap .form_input:focus {
	border-bottom-color: white;
  }
  
  /* 텍스트 영역 */
  .contact_section_wrap .form_textarea {
	height: 180px;
	padding: 20px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #DEDEDE;
	color: #D2D2D2;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	outline: none;
	resize: vertical;
	transition: border-color 0.3s;
  }
  
  .contact_section_wrap .form_textarea::placeholder {
	color: #D2D2D2;
  }
  
  .contact_section_wrap .form_textarea:focus {
	border-bottom-color: white;
  }
  
  /* 개인정보 체크박스 */
  .contact_section_wrap .privacy_checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .contact_section_wrap .checkbox_input {
	display: none;
  }
  
  .contact_section_wrap .checkbox_label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
  }
  
  .contact_section_wrap .checkbox_box {
	width: 25px;
	height: 25px;
	background: rgba(34, 34, 34, 0.6);
	border: 1px solid #666;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
  }
  
  .contact_section_wrap .checkbox_input:checked + .checkbox_label .checkbox_box {
	background: white;
  }
  
  .contact_section_wrap .checkbox_input:checked + .checkbox_label .checkbox_box::after {
	content: '✓';
	color: black;
	font-size: 16px;
	font-weight: bold;
  }
  
  .contact_section_wrap .checkbox_text {
	color: #CCCCCC;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
  }
  
  /* 제출 버튼 */
  .contact_section_wrap .submit_button {
	padding: 10px 80px;
	background: rgba(34, 34, 34, 0.6);
	border: none;
	color: white;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 600;
	line-height: 23.4px;
	letter-spacing: 0.18px;
	cursor: pointer;
	transition: all 0.3s;
  }
  
  .contact_section_wrap .submit_button:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
  }
  
  .contact_section_wrap .submit_button:active {
	transform: translateY(0);
  }
  
  /* 지도 영역 */
  .contact_section_wrap .contact_map_area {
	width: 100%;
	height: 400px;
	position: relative;
	background: #1E1E1E;
	overflow: hidden;
  }
  
  .contact_section_wrap .map_placeholder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #CCCCCC;
	font-size: 18px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
  }
  
  /* 하단 정보 영역 */
  .contact_section_wrap .contact_info_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
  }
  
  .contact_section_wrap .info_list {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  
  .contact_section_wrap .info_item {
	display: flex;
	align-items: center;
	gap: 20px;
  }
  
  .contact_section_wrap .info_label {
	width: 150px;
	color: #CCCCCC;
	font-size: 20px;
	font-family: var(--enf);
	font-weight: 600;
	text-transform: capitalize;
	flex-shrink: 0;
	line-height: 1;
  }
  
  .contact_section_wrap .info_text {
	color: #CCCCCC;
	font-size: 18px;
	font-family: var(--enf);
	font-weight: 400;
	text-transform: capitalize;
  }
  
  .contact_section_wrap .social_handle {
	color: #CCCCCC;
	font-size: 18px;
	font-family: var(--enf);
	font-weight: 400;
	text-transform: capitalize;
  }
  
  /* 반응형 - 대형 데스크톱 */
  @media (max-width: 1600px) {
	.contact_section_wrap {
	  padding: 100px 60px;
	  gap: 60px;
	}
  
	.contact_section_wrap .contact_title {
	  font-size: 100px;
	}
  
	.contact_section_wrap .contact_form_wrapper {
	  width: 700px;
	}
  }
  
  /* 반응형 - 태블릿 */
  @media (max-width: 1200px) {
	.contact_section_wrap {
	  padding: 80px 40px;
	  gap: 50px;
	}
  
	.contact_section_wrap .contact_title {
	  font-size: 80px;
	}
  
	.contact_section_wrap .contact_main_content {
	  flex-direction: column;
	}
  
	.contact_section_wrap .contact_image_collage {
	  width: 100%;
	  height: 400px;
	}
  
	.contact_section_wrap .contact_divider {
	  width: 100%;
	  height: 1px;
	}
  
	.contact_section_wrap .contact_form_wrapper {
	  width: 100%;
	}
  
	.contact_section_wrap .contact_info_area {
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 30px;
	}
  }
  
  /* 반응형 - 모바일 */
  @media (max-width: 768px) {
	.contact_section_wrap {
	  padding: 60px 20px;
	  gap: 40px;
	}
  
	.contact_section_wrap .contact_title {
	  font-size: 48px;
	}
  
	.contact_section_wrap .contact_content_area {
	  gap: 30px;
	}
  
	.contact_section_wrap .contact_image_collage {
	  height: 300px;
	}
  
	.contact_section_wrap .form_row {
	  flex-direction: column;
	  gap: 20px;
	}
  
	.contact_section_wrap .form_label,
	.contact_section_wrap .form_input,
	.contact_section_wrap .form_textarea,
	.contact_section_wrap .checkbox_text,
	.contact_section_wrap .info_text {
	  font-size: 16px;
	}
  
	.contact_section_wrap .form_textarea {
	  height: 150px;
	}
  
	.contact_section_wrap .submit_button {
	  padding: 10px 40px;
	  font-size: 16px;
	}
  
	.contact_section_wrap .contact_map_area {
	  height: 300px;
	}
  
	.contact_section_wrap .info_label {
	  width: 70px;
	  font-size: 16px;
	}
  }
  
  /* 반응형 - 작은 모바일 */
  @media (max-width: 480px) {
	.contact_section_wrap {
	  padding: 40px 16px;
	  gap: 30px;
	}
  
	.contact_section_wrap .contact_title {
	  font-size: 36px;
	}
  
	.contact_section_wrap .contact_image_collage {
	  height: 250px;
	}
  
	.contact_section_wrap .img_1 {
	  width: 150px;
	  height: 200px;
	}
  
	.contact_section_wrap .img_2 {
	  width: 280px;
	  height: 187px;
	}
  
	.contact_section_wrap .img_3 {
	  width: 195px;
	  height: 127px;
	  left: 85px;
	}
  
	.contact_section_wrap .form_label,
	.contact_section_wrap .form_input,
	.contact_section_wrap .form_textarea,
	.contact_section_wrap .checkbox_text,
	.contact_section_wrap .info_text,
	.contact_section_wrap .social_handle {
	  font-size: 14px;
	}
  
	.contact_section_wrap .info_label {
	  font-size: 14px;
	  width: 60px;
	}
  
	.contact_section_wrap .contact_map_area {
	  height: 250px;
	}
  }


  .root_daum_roughmap .wrap_controllers,.root_daum_roughmap .wrap_controllers,.section_address{display: none;}


.gallery_item { cursor: pointer; }
.image_wrapper { position: relative; overflow: hidden; }
.image_wrapper:hover img { transform: scale(1.05); transition: transform 0.3s ease; }
.image_popup_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}
.image_popup_modal.show { display: flex; align-items: center; justify-content: center; animation: fadeIn 0.3s; z-index: 500; cursor: pointer;}
.image_popup_close { position: absolute; top: 30px; right: 45px; color: #fff; font-size: 50px; font-weight: bold; cursor: pointer; z-index: 10000; transition: color 0.3s; }
.image_popup_close:hover { color: #bbb; }
.image_popup_content { padding-top:15vh; display: block; max-width: 90%; max-height: 100vh; height: auto; overflow-y: auto; overflow-x: hidden;  color: #fff; animation: zoomIn 0.3s; word-wrap: break-word; box-sizing: border-box; }
.image_popup_content::-webkit-scrollbar {display: none;}

.image_popup_caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 20px 0; font-size: 18px; font-family: 'Pretendard', sans-serif; }

.image_popup_content h4{
	display: flex; justify-content: center;
	padding: 20px 0;
}
.image_popup_content p{
	display: flex; justify-content: center;
	padding: 20px 0;
}

.image_popup_content h4 img{
	filter: grayscale(0);
}
.image_popup_content p img{
	filter: grayscale(0);
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes zoomIn { from { transform: scale(0.8); } to { transform: scale(1); } }

@media (max-width: 768px) {
  .image_popup_close { top: 15px; right: 25px; font-size: 35px; }
  .image_popup_content { max-width: 95%; overflow-y: auto; overflow-x: hidden; }
  .image_popup_caption { font-size: 16px; width: 90%; }
}

.image_popup_content h4 img,.image_popup_content p img{
	width: 50% !important;
}

@media (max-width: 768px) {
  .image_popup_content h4 img,.image_popup_content p img{
	width: 93.75% !important;
  }
}


.contact_form_section { overflow: hidden; }
.contact_form_container { display: flex; flex-direction: column; gap: 20px; align-items: flex-end; }
.contact_form_row { width: 100%; display: flex; gap: 20px; }
.contact_form_field { flex: 1; display: flex; flex-direction: column; gap: 10px; overflow: hidden;}
.contact_form_field_full { width: 100%; }
.contact_form_label { color: #CCCCCC; font-size: 18px; font-family: var(--enf); font-weight: 400; text-transform: capitalize; }
.contact_form_input { width: 100%; height: 50px; padding: 0 20px; border: none; border-bottom: 1px solid #DEDEDE; background: transparent; color: #fff; font-size: 18px; font-family: var(--enf); font-weight: 400; text-transform: capitalize; outline: none; }
.contact_form_input::placeholder { color: #D2D2D2; }
.contact_form_input:focus { border-bottom-color: #222222; }
.contact_form_textarea { width: 100%; height: 180px; padding: 20px; border: none; border-bottom: 1px solid #DEDEDE; background: transparent; color: #fff; font-size: 18px; font-family: var(--enf); font-weight: 400; text-transform: capitalize; outline: none; resize: none; }
.contact_form_textarea::placeholder { color: #D2D2D2; }
.contact_form_textarea:focus { border-bottom-color: #222222; }
.contact_form_privacy { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.contact_form_checkbox { width: 25px; height: 25px; background: rgba(34, 34, 34, 0.6); border: none; cursor: pointer; appearance: none; position: relative; }
.contact_form_checkbox:checked::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 16px; font-weight: bold; }
.contact_form_privacy_label { color: #CCCCCC; font-size: 18px; font-family: var(--enf); font-weight: 400; text-transform: capitalize; cursor: pointer; user-select: none; }
.contact_form_submit { padding: 10px 80px; background: rgba(34, 34, 34, 0.6); color: white; font-size: 18px; font-family: var(--enf); font-weight: 600; line-height: 23px; letter-spacing: 0.18px; border: none; cursor: pointer; transition: background 0.3s; }
.contact_form_submit:hover { background: rgba(34, 34, 34, 0.8); }
.contact_form_submit:active { background: rgba(34, 34, 34, 1); }

@media (max-width: 1024px) {
  .contact_form_row { flex-wrap: wrap; }
  .contact_form_field { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 768px) {
  .contact_form_container { gap: 15px; }
  .contact_form_row { gap: 15px; flex-direction: column; }
  .contact_form_field { flex: 1; width: 100%; }
  .contact_form_label { font-size: 16px; }
  .contact_form_input { font-size: 16px; height: 45px; padding: 0 15px; }
  .contact_form_textarea { font-size: 16px; height: 150px; padding: 15px; }
  .contact_form_privacy { gap: 8px; }
  .contact_form_checkbox { width: 22px; height: 22px; }
  .contact_form_privacy_label { font-size: 16px; }
  .contact_form_submit { padding: 10px 60px; font-size: 16px; }
}

@media (max-width: 480px) {
  .contact_form_label { font-size: 14px; }
  .contact_form_input { font-size: 14px; height: 40px; padding: 0 12px; }
  .contact_form_textarea { font-size: 14px; height: 120px; padding: 12px; }
  .contact_form_checkbox { width: 20px; height: 20px; }
  .contact_form_privacy_label { font-size: 14px; }
  .contact_form_submit { padding: 8px 40px; font-size: 14px; width: 100%; }
}


.works_section_wrap .category_item:hover{color:#0000FF; transition: all;}



@media(max-width:1760px){
	.portfolio_section_wrap .portfolio_image_wrap .img_01 {

	  }
	  
	  .portfolio_section_wrap .portfolio_image_wrap .img_02 {

	  }
	  
	  .portfolio_section_wrap .portfolio_image_wrap .img_03 {

	  }
	  
}


/* new contact*/


.contact_section { width: 100%; overflow: hidden; 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index: 95;
	padding-top: 380px;
	padding-bottom: 200px;
}
.contact_container { max-width: 1760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 60px; }
.contact_main_title { color: white; font-size: 120px; font-family: var(--enf); font-weight: 400; text-transform: capitalize; margin: 0; align-self: flex-start; }
.contact_map_wrapper { width: 500px; height: 500px; background: #1C1917; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.contact_map_placeholder { color: #D6D3D1; font-size: 18px; font-family:var(--enf); font-weight: 400; text-transform: capitalize; }
.contact_info_wrapper { width: 1000px; max-width: 100%; display: flex; flex-direction: column; gap: 20px; }
.contact_info_row { 
	display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}
.contact_info_label {line-height: 1; color: #D6D3D1; font-size: 20px; font-family: var(--enf), var(--kof); font-weight: 400; text-transform: capitalize; letter-spacing: 3px; display: flex; justify-content: space-between;}
.contact_info_text { color: #D6D3D1; font-size: 18px; font-family: var(--kof); font-weight: 400;}
.contact_social { color: #D6D3D1; font-size: 18px; font-family: var(--enf), var(--kof); font-weight: 400;}
.contact_form_wrapper { width: 500px; max-width: 100%; display: flex; flex-direction: column; align-items: center; gap: 80px; overflow: hidden; }
.contact_form { width: 100%; display: flex; flex-direction: column; gap: 20px; 
	border-top: 2px solid #fff;
    padding-top: 20px;
}
.contact_form_field { display: flex; flex-direction: column; gap: 10px; }
.contact_form_label { color: #D6D3D1; font-size: 18px; font-family:var(--enf); font-weight: 400; text-transform: capitalize; }
.contact_form_input { width: 100%; height: 48px; padding: 0 20px; border: none; border-bottom: 1px solid #E5E5E5; background: transparent; color: #D6D3D1; font-size: 18px; font-family: var(--enf), var(--kof); font-weight: 400; text-transform: capitalize; outline: none; }
.contact_form_input::placeholder { color: rgba(212, 212, 212, 0.4); }
.contact_form_input:focus { border-bottom-color: #D6D3D1; }
.contact_submit_wrapper { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.contact_privacy { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.contact_privacy_checkbox { width: 24px; height: 24px; background: rgba(38, 38, 38, 0.6); border: none; cursor: pointer; appearance: none; position: relative; }
.contact_privacy_checkbox:checked::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 16px; font-weight: bold; }
.contact_privacy_label { color: #D6D3D1; font-size: 18px; font-family:var(--enf); font-weight: 400; text-transform: capitalize; cursor: pointer; user-select: none; }
.contact_submit_button { width: 500px; max-width: 100%; padding: 10px 80px; background: rgba(38, 38, 38, 0.6); color: white; font-size: 18px; font-family:var(--enf); font-weight: 600; line-height: 24px; letter-spacing: -0.18px; border: none; cursor: pointer; transition: background 0.3s; }
.contact_submit_button:hover { background: rgba(38, 38, 38, 0.8); }

@media (max-width: 1200px) {
	.contact_container { max-width: 93.75%;}
  .contact_section { 
	padding-top: 300px;
	padding-bottom: 100px;
  }
  .contact_container { gap: 60px; }
  .contact_main_title { font-size: 120px; }
  .contact_map_wrapper { width: 400px; height: 400px; }
  .contact_info_wrapper { width: 700px; }
  .contact_form_wrapper { width: 700px; }
}



.design_text_line{
	width: 100%; height: 1px;
	margin: 40px 0;
}

img {
    filter: grayscale(100%);
    transition: filter 0.3s;
}

img:hover {
    filter: grayscale(0%);
}