@charset "UTF-8"; .wrap { overflow-x: hidden; } 

.centerbox { max-width: 1400px; margin: 0 auto; padding: 0 50px; } 

.main header { padding: 0 0 clamp(15px, 1.5vw, 30px) 0; position: absolute; width: 100%; left: 0; top: -100%; z-index: 7; animation: header 1.6s forwards; } 

@keyframes header { 
 0% { top: -100%; transform: rotate(-30deg); } 
 100% { top: 0%; transform: rotate(0); } 
 }

header .centerbox { padding: 0 50 clamp(15px, 1.5vw, 30px) 50; display: flex; justify-content: space-between; align-items: center; } 

header h1 { max-width: 100px; } 
header h1 .logo { width: 100px; object-fit: contain; } 

header:hover { background: linear-gradient(180deg, rgba(165,178,162,1), rgba(165,178,162,0)); } 
header nav .gnb { display: flex; height: 100%; justify-content: space-between; text-align: center; width: auto; gap: clamp(0px, 2vw, 40px); } 
header nav .gnb > li { display: flex; align-items: center; position: relative; justify-content: center; } 

header nav .gnb > li > a { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(18px, 1vw, 20px); padding: 5px clamp(18px, 1.5vw, 20px); display: block; font-weight: 500; } 

header nav .gnb li:hover > a { font-weight: 600; color: #fafafa; } 

header nav .gnb li .lnb { display: flex; flex-direction: column; position: absolute; background: rgba(185,201,181,0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 8px 32px 0 rgba(31, 123, 135, 0.2); padding: 10px 20px; border-radius: 0px 0px 20px 20px; z-index: 999999; left: 0%; top: 100%; display: none; gap: 5px 20px; width: 100%; } 
header nav .gnb li:hover .lnb { display: flex; } 

header nav .gnb li .lnb li { flex-shrink: 0; display: flex; justify-content: center; align-items: center; } 
header nav .gnb li .lnb li a { padding: 5px 0; font-size: clamp(16px, 1.1vw, 18px); display: block; width: 100%; text-align: center; font-weight: 400; } 
header nav .gnb li .lnb li:hover > a { font-weight: 500; color: #fafafa; } 


.mobile-menu-btn { display: none; width: 30px; height: 30px; position: relative; cursor: pointer; z-index: 10000; margin-right: 15px;} 

.mobile-menu-btn span { display: block; width: 100%; height: 2px; background: #333; position: absolute; transition: 0.3s; } 

.mobile-menu-btn span:nth-child(1) { top: 4px; } 
.mobile-menu-btn span:nth-child(2) { top: 12px; } 
.mobile-menu-btn span:nth-child(3) { top: 20px; } 

.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg); top: 14px; } 
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; } 
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg); top: 14px; } 





/* Hero Section */
#hero { width: 100%; height: 100vh; overflow: hidden; position: relative; transition: 0.5s; } 

#hero video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; } 
#hero.on { transform: scale(0.9); border-radius: 25px; } 

/* Section 1 */
#section1 { padding: clamp(60px, 10vw, 150px) 0; } 
#section1 h2 { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(20px, 2.5vw, 28px); text-align: center; margin-bottom: clamp(40px, 6vw, 80px); font-weight: 600; } 
#section1 .imgbox { display: flex; gap: 20px; } 

#section1 .imgbox .big_img { width: 50%; } 
#section1 .imgbox .big_img figure { width: 100%; } 
#section1 .imgbox .big_img figure img { width: 100%; object-fit: cover; border-radius: clamp(10px, 2vw, 20px); } 

#section1 .imgbox .small_img { display: flex; gap: 20px 20px; flex-wrap: wrap; width: 40%; height: 80%; flex-grow: 1; } 
#section1 .imgbox .small_img li { width: 45%; height: 100%; flex-grow: 1; cursor: pointer; } 

#section1 .imgbox .small_img li figure { border: 1px solid transparent; border-radius: clamp(6px, 1.2vw, 12.5px); width: 100%; height: 100%; transition: transform 0.3s ease; } 
#section1 .imgbox .small_img li figure a img { width: 100%; object-fit: cover; border-radius: clamp(6px, 1.2vw, 12.5px); height: 100%; } 
#section1 .imgbox .small_img li:hover figure { transform: scale(1.03); } 

/* Section 2 */
#section2 { background: #A5B2A2; padding: clamp(50px, 8vw, 100px) 0; position: relative; } 

#section2 .centerbox { display: flex; justify-content: space-between; } 
#section2 .textbox { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; color: #1B2428; display: flex; flex-direction: column; gap: clamp(10px, 1.56vw, 30px); padding: 18px 0; z-index: 20; line-height: 1.4; letter-spacing: -0.16em; justify-content: center; min-width: 280px; } 
#section2 .square { position: absolute; transform: translate(-22%, -20%); z-index: -10; width: clamp(50px, 18.23vw, 350px); height: auto; } 
#section2 .textbox strong { font-family: 'Prata'; font-size: clamp(26px, 4vw, 50px); font-weight: normal; } 
#section2 .textbox .text { display: flex; flex-direction: column; gap: clamp(5px, 0.6vw, 10px); } 
#section2 .textbox em { font-style: normal; font-size: clamp(20px, 2vw, 40px); } 
#section2 .textbox p { font-size: clamp(18px, 1.5vw, 24px); } 
#section2 .textbox a { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(14px, 1.5vw, 18px); color: #1B2428; line-height: 1.4; letter-spacing: -0.025em; display: flex; align-items: center; font-weight: 600; text-indent: 3px; } 
#section2 .textbox a span { margin-left: clamp(10px, 1vw, 20px); padding-top: 2px; } 

#section2 .imgbox { display: flex; gap: clamp(0px, 2vw, 30px); padding: 10px 0; align-items: center; width: 800px; } 
#section2 .imgbox li { position: relative; top: 100px; opacity: 0; transition: 1s; max-width: 270px; max-height: 270px; width: 90%; } 
#section2 .imgbox li img { width: 100%; height: 100%; object-fit: cover; } 
#section2 .imgbox.on li { position: relative; top: 0; opacity: 1; } 
#section2 .imgbox li:nth-child(1) { transition-delay: 0; } 
#section2 .imgbox li:nth-child(2) { transition-delay: 0.1s; } 
#section2 .imgbox li:nth-child(3) { transition-delay: 0.2s; } 

/* Section 3 */
#section3 { padding: clamp(60px, 10vw, 150px) 0; } 
#section3 h2 { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(20px, 2.5vw, 28px); text-align: center; margin-bottom: clamp(10px, 4.2vw, 80px); font-weight: 600; } 
#section3 .swiper { width: 100%; height: clamp(400px, 60vw, 800px); position: relative; padding-bottom: clamp(30px, 4vw, 50px); } 
#section3 .swiper-slide { display: flex; justify-content: center; align-items: center; } 
#section3 .swiper-slide img { max-width: 90%; max-height: 100%; object-fit: contain; border-radius: clamp(10px, 2vw, 20px); } 
#section3 .swiper-button-next, #section3 .swiper-button-prev { color: #A5B2A2; transform: scale(clamp(0.6, 0.8vw, 1)); } 
#section3 .swiper-pagination { bottom: 0px; } 
#section3 .swiper-pagination-bullet { width: clamp(6px, 0.8vw, 10px); height: clamp(6px, 0.8vw, 10px); margin: 0 clamp(3px, 0.4vw, 5px) !important; } 
#section3 .swiper-pagination-bullet-active { background: #95a392; } 

/* Footer */
footer { padding: clamp(20px, 3vw, 40px) 0; border-top: 1px solid #DDDDDD; } 
footer .centerbox { font-size: clamp(12px, 2vw, 14px); color: #505050; display: flex; align-items: center;} 
footer .centerbox h2 .logo { width: 100px; margin-left: 10px; } 
footer .centerbox a { font-size: clamp(12px, 2vw, 14px); color: #505050; } 
footer .centerbox a:hover { font-weight: bold; } 
footer ul { display: flex; flex-direction: column; gap: 10px; } 
footer li { display: flex; gap: clamp(14px, 2vw, 30px); padding-left: clamp(10px, 1.5vw, 20px); } 
footer li.contact { gap: 10px; } 
footer li.contact p:first-child { font-weight: bold; } 
footer li.adress P span { font-weight: bold; margin-right: 10px; } 
footer li.copyright { font-size: clamp(10px, 1vw, 12px); } 


.scroll-top-btn { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background-color: var(--mainColor); color: var(--pointC); border: none; border-radius: 50%; background: rgba(165,178,162,0.01); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 8px 32px 0 rgba(165,178,162,0.37); cursor: pointer; font-size: 20px; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; z-index: 1000; } 
.scroll-top-btn.show { opacity: 1; visibility: visible; } 
.scroll-top-btn:hover { transform: scale(1.1); } 

/* Sub Pages */
#hero_sub { background: #A5B2A2; height: clamp(100px, 30vh, 350px); display: flex; align-items: center; justify-content: center; } 
#hero_sub h2 { font-family: 'prata'; font-size: clamp(28px, 4vw, 50px); color: #FAF9F6; font-weight: normal; } 

.section_box_sub { padding: clamp(50px, 8vw, 100px) 0; } 
.section_box_sub .centerbox { max-width: 1400px; margin: 0 auto; padding: clamp(50px, 8vw, 100px) clamp(20px, 3vw, 50px); } 
.section_box_sub .menu { display: flex; flex-direction: column; gap: clamp(20px, 3vw, 40px); margin-bottom: clamp(50px, 8vw, 100px); } 
.section_box_sub .menu h3 { text-align: center; font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(20px, 2.6vw, 24px); font-weight: 600; } 
.section_box_sub .menu ul { display: flex; gap: clamp(20px, 3vw, 48px); justify-content: center; flex-wrap: wrap; } 
.section_box_sub .menu ul li { width: auto; min-width: 20px; text-align: center; } 
.section_box_sub .menu ul li a { line-height: 1.4; letter-spacing: -0.025em; font-size: clamp(16px, 1vw, 18px); padding: 5px clamp(15px, 2vw, 25px); font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-weight: 400; } 
.section_box_sub .menu ul li.on a { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-weight: 600; text-decoration: underline; text-underline-position: under; } 
.section_box_sub .menu ul li:hover a { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-weight: 600; } 

/* Brand Story */
.brandstory .content { display: grid; grid-template-columns: 1fr 1fr; align-items: center; justify-content: space-between; gap: clamp(20px, 3vw, 40px); } 
.brandstory .content .textbox { display: flex; flex-direction: column; justify-content: center; max-width: 500px; font-family: 'GowoonDodum', 'Paperlogy', sans-serif; line-height: 1.6; letter-spacing: -0.04em; margin: auto 0; } 
.brandstory .content .textbox .title { display: flex; flex-direction: column; margin-bottom: clamp(10px, 2.5vw, 30px); } 
.brandstory .content .textbox .title em { font-style: normal; font-size: clamp(16px, 2vw, 26px); text-indent: 0.1em; } 
.brandstory .content .textbox .title strong { font-weight: normal; font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(20px, 3vw, 40px); letter-spacing: -0.06em; } 
.brandstory .content .textbox article { padding: 0 10px 0 0; } 
.brandstory .content .textbox article p { font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-size: clamp(16px, 1.8vw, 20px); margin-bottom: clamp(0.8em, 1.2vw ,1.2em); text-align: justify; color: #4E4A43; } 
.brandstory .content .textbox article p:last-child { margin-bottom: 0; } 
.brandstory .content .imgbox figure { margin: 0; width: 100%; max-width: 750px; height: auto; } 
.brandstory .content .imgbox figure img { display: block; width: 100%; height: 100%; object-fit: cover; } 



/* Portfolio Grid */
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); grid-auto-rows: 120px; gap: clamp(10px, 1.5vw, 20px); width: 100%; } 

.portfolio-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; opacity: 0; animation: fadeIn 0.5s ease forwards; } 

@keyframes fadeIn { to { opacity: 1; } 
 }

.portfolio-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); } 

.portfolio-item img,
.portfolio-item video { width: 100%; height: 100%; object-fit: cover; display: block; } 

/* Video item styles */
.video-item { position: relative; } 
.video-item video { pointer-events: none; } 

.play-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 2; transition: transform 0.3s ease; } 

.video-item:hover .play-overlay { transform: translate(-50%, -50%) scale(1.1); } 

.play-overlay svg { filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3)); width: clamp(40px, 6vw, 60px); height: clamp(40px, 6vw, 60px); } 

/* Ratio classes */
.ratio-2-3 { grid-row: span 3; } 
.ratio-5-7 { grid-row: span 4; } 
.ratio-3-2 { grid-row: span 2; } 
.ratio-3-4 { grid-row: span 4; } 
.ratio-4-3 { grid-row: span 2; } 
.ratio-7-5 { grid-row: span 3; } 
.ratio-16-9 { grid-row: span 2; } 
.ratio-9-16 { grid-row: span 4; } 

/* Loading */
.loading { text-align: center; padding: 60px 20px; color: #666; font-size: clamp(14px, 1.5vw, 16px); } 

/* Lightbox */
.lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); z-index: 9999; align-items: center; justify-content: center; animation: fadeIn 0.3s ease; } 

.lightbox.active { display: flex; } 

.lightbox img,
.lightbox video { max-width: 90%; max-height: 90%; object-fit: contain; animation: zoomIn 0.3s ease; } 

.lightbox-close { position: absolute; top: clamp(20px, 3vw, 30px); right: clamp(20px, 3vw, 30px); color: white; font-size: clamp(30px, 4vw, 40px); cursor: pointer; font-weight: 300; transition: transform 0.3s ease; z-index: 10000; } 

.lightbox-close:hover { transform: rotate(90deg); } 

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

/* Tablet Media Queries */
@media screen and (max-width: 1024px){
 .centerbox { padding: 0 30px; } 
 
 header h1 img { height: clamp(70px, 5vw, 50px); width: auto; } 

 
 #section1 .imgbox { flex-direction: column; } 
 #section1 .imgbox .big_img { width: 100%; margin-bottom: 20px; } 
 #section1 .imgbox .small_img { width: 100%; } 
 
 #section2 .centerbox { flex-direction: column; gap: 0px; } 
 #section2 .textbox { width: 100%; gap: 5px; } 
 #section2 .textbox .text { gap: 3px; } 
 #section2 .textbox a span { padding-top: 0; } 
 #section2 .imgbox { width: 100%; justify-content: space-between; } 
 
 .brandstory .content { grid-template-columns: 1fr; } 
 .brandstory .content .imgbox figure { margin: 0 auto; } 
 
 .portfolio-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-auto-rows: 100px; } 

 #hero_sub { height: clamp(100px, 20vh, 150px); } 
 }



/* Mobile Media Queries */
@media screen and (max-width: 768px){
 .centerbox { padding: 0 20px; } 
 header nav .gnb li a { color: #333; } 
 header nav .gnb li:hover a { color: #333; } 
 header nav .gnb li:hover .lnb li a { color: #333; } 
 header nav .gnb li .lnb li:hover a { color: #1A1A1A; font-family: 'GowoonDodum', 'Paperlogy', sans-serif; font-weight: bold; } 
 
 /* Mobile Navigation */
 header nav { display: none; } 
 header .topmenu { display: none; } 
 
 .mobile-menu-btn { display: block; } 
 
 header nav.mobile-active { display: block; position: fixed; top: 60px; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); box-shadow: 0 4px 20px rgba(0,0,0,0.1); padding: 20px; animation: slideDown 0.3s ease; } 
 
 @keyframes slideDown { 
 from { transform: translateY(-100%); opacity: 0; } 
 to { transform: translateY(0); opacity: 1; } 
 }
 
 header nav.mobile-active .gnb { flex-direction: column; gap: 0; width: 100%; } 
 
 header nav.mobile-active .gnb > li { width: 100%; border-bottom: 1px solid #eee; padding: 10px 0; } 
 
 header nav.mobile-active .gnb li .lnb { position: static; background: rgba(185,201,181,0.2); margin-top: 10px; border-radius: 10px; width: 50%; } 
 
 /* Hero adjustments */
 #hero { height: 60vh; min-height: 400px; } 
 
 #hero.on { transform: scale(0.95); border-radius: 15px; } 
 
 /* Section 1 mobile */
 #section1 .imgbox .small_img { gap: 10px; } 
 #section1 .imgbox .small_img li { width: 48%; } 
 
 /* Section 2 mobile */
 #section2 .square { display: none; } 
 #section2 .imgbox li { max-width: 200px; max-height: 200px; } 
 
 /* Section 3 mobile */
 #section3 .swiper-button-next, #section3 .swiper-button-prev { display: none; } 
 #section3 { padding: clamp(50px, 8vw, 100px) 0; } 
#section3 .swiper { height: 60vh; min-height: 400px; } 
#section3 .swiper-button-next, 
#section3 .swiper-button-prev { display: none; } 

#section3 .swiper-slide img { max-width: 100%; } 
 
 /* Footer mobile */
 footer li { flex-wrap: wrap; gap: 10px; } 
 
 /* Portfolio grid mobile */
 .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 80px; gap: 10px; } 
 
 .ratio-2-3, .ratio-5-7 { grid-row: span 3; } 
 .ratio-3-2, .ratio-7-5, .ratio-16-9 { grid-row: span 2; } 
 .ratio-3-4, .ratio-9-16 { grid-row: span 3; } 
 }

 

/* Small Mobile Media Queries */
@media screen and (max-width: 480px){
 .centerbox { padding: 0 15px; } 

 /* Hero mobile small */
 #hero { height: 50vh; min-height: 350px; } 
 
 /* Section 1 small mobile */
 #section1 { padding: 40px 0; } 
 #section1 .imgbox .small_img { display: none; } 
 #section1 .imgbox .small_img li { width: 100%; } 
 
 /* Section 2 small mobile */
 #section2 { padding: 40px 0; } 
 #section2 .imgbox { display: flex; align-items: center; } 
 #section2 .imgbox li { max-width: 100%; } 
 
 /* Section 3 small mobile */
 #section3 { padding: 40px 0; } 
 #section3 .swiper { min-height: 300px; max-width: 100%; } 
 
 /* Sub pages small mobile */
 .section_box_sub .menu ul { display: flex; } 
 .section_box_sub .menu ul li { width: 35%; } 
 .section_box_sub .menu ul li a { padding: 10px; } 
 
 /* Brand story small mobile */
 .brandstory .content .textbox .title { margin-bottom: 20px; } 
 .brandstory .content .textbox article { padding: 0; } 
 
 /* Portfolio grid small mobile */
 .portfolio-grid { grid-auto-rows: 60px; gap: 8px; } 
 }