
<meta charset="utf-8">

p {font-size: 18px !important;}

@media screen and (max-width: 768px) {
    p {font-size: 16px !important;}
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/*공통*/
.section-content { display: none}

.sub_visual { display: none}
.sub_title { display: none}
.subpage #sitemap span, #sitemap_close span { display: block; width: 100%; height: 2px; background-color: #000; margin: 6px 0; transition: all 0.3s ease-in-out; }

.overview { max-width:890px}
.sub-title { padding: 150px 0 100px;text-align: center;}
.sub-title h2 { font-size: 54px; font-weight: 700;color: #000; line-height: 1.2; max-width: 700px}
.sub-title p { font-size: 18px; color: #555;padding: 0px 0 50px 0; line-height: 1.65;}
.sub-title.left { text-align: left;}
.sub-title.left strong {color: #0460d9; font-size: 18px; padding-bottom: 20px;display: block}

.sub-content-title {padding: 100px 0 50px;}
.sub-content-title h3 {font-size: 38px;color: #222;font-weight: 700;}
.sub-content-title h3::after {content: ""; width: 7px; height: 7px; background: #0460d9;border-radius: 50%;display: inline-block;margin-left: 10px;}

.dot-title { display: block;  position: relative; margin-top: 30px;  padding-left: 20px; font-size: 16px; font-weight: 500; line-height: 22px; color: #000 }
.dot-title::before {content: "";  display: inline-block;  position: absolute; top: 5px; left: 0; width: 10px; height: 10px;  background-image: url("../img/sub/icon_hexa_blue.svg"); background-size: auto; background-position: center;  background-repeat: no-repeat}
.dot-title--nomb { margin-top: 0}
.dot-title--bottom { margin-top: 0;  margin-bottom: 30px}
.sub_title { text-align: left;  padding: 0px 20px 50px 20px; max-width: 1600px; word-break: keep-all; margin:100px auto}
.sub_title h2 {font-size: 40px; color: #000; max-width: 600px}
/* main common */
.max-inner{max-width:1600px; width:100%; padding: 0 20px; margin:0 auto;}
.sec-title p.sub-tit{font-size:18px; color:#0460d9; font-weight:600; margin-bottom:20px;}
.max-inner .top-desc { font-size: 24px; font-weight: 700; max-width: 830px; word-break: keep-all; padding: 28px 0; line-height: 1.4;}


.download-button { margin: 50px 0 0; }
.download-button a { display: inline-block; padding: 20px 50px; background: #0460d9; color: #fff; }
.download-button a img { margin-left: 20px; }

@media screen and (max-width:576px) {
     .sub_title{margin:50px 0 50px}
	 .sub_title h2 { font-size:25px; line-height: 1.3}
}


/*탭*/
.tl_tab { padding-bottom: 30px; } 
.tl_tab ul { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0 auto; max-width: 450px;  /* 최대 너비 증가 */ list-style-type: none; gap: 20px;  /* 버튼 사이의 간격 */ } 
.tl_tab.ts2 ul li { width: calc(50% - 10px);  /* 50%에서 간격의 절반만큼 뺌 */ } 
.tl_tab.ts2 ul li a { display: flex; justify-content: center; align-items: center; height: 55px; font-size: 15px; color: #222; text-decoration: none; border: 1px solid #ddd; border-radius: 27.5px;  /* 타원형을 위해 height의 절반으로 설정 */ transition: all 0.3s ease; padding: 0 20px;  /* 좌우 패딩 추가 */ white-space: nowrap;  /* 텍스트가 한 줄로 유지되도록 */ overflow: hidden;  /* 넘치는 텍스트 숨김 */ text-overflow: ellipsis;  /* 넘치는 텍스트를 ...으로 표시 */ } 
.tl_tab.ts2 ul li a.on { background-color: #3181cb; color: #fff; } 
@media screen and (max-width: 576px) { 
    .tl_tab ul { max-width: 100%; gap: 10px;  /* 모바일에서는 간격을 좁힘 */ } 
    .tl_tab.ts2 ul li { width: calc(40% - 5px);  /* 모바일에서 간격 조정 */ } 
    .tl_tab.ts2 ul li a { padding: 0 10px;  /* 모바일에서는 패딩을 줄임 */ } 
} 
/*탭*/



/* Main Section Container */
.main-section-wrapper { width: 100%; }

/* Brand Navigation Section */
.main-section-wrapper .brand-navigation { background-color: #3a3a4a; color: #ffffff; padding: 150px 40px 50px 40px; display: flex; flex-direction: column; justify-content: center; }
.main-section-wrapper .brand-navigation .navigation-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.main-section-wrapper .brand-navigation .header-title { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #ffffff; opacity: 0.8; margin: 50px 0 }
.main-section-wrapper .brand-navigation .header-title::before { content: "→"; }
.main-section-wrapper .brand-navigation .navigation-menu { display: flex; flex-wrap: wrap; gap: 12px 40px; font-size: 60px; font-weight: 300; line-height: 1.2; }
.main-section-wrapper .brand-navigation .menu-item { color: #ffffff; text-decoration: none; position: relative; transition: opacity 0.3s ease; white-space: nowrap; }
.main-section-wrapper .brand-navigation .menu-item::after { content: ","; position: absolute; right: -20px; }
.main-section-wrapper .brand-navigation .menu-item:last-child::after { content: ""; }
.main-section-wrapper .brand-navigation .menu-item:hover { opacity: 0.7; }
.main-section-wrapper .brand-navigation .menu-item.active-link { text-decoration: underline; text-underline-offset: 8px; }

/* Product Showcase Section */
.product-showcase { padding: 0; background-color: #ffffff; width: 100%; position: relative; z-index: 10; }
.product-showcase .showcase-container { max-width: 1600px; margin: 100px auto; padding: 0 20px; }
.showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; }
.item-card { background: transparent; border-radius: 0; overflow: visible; box-shadow: none; transition: all 0.3s ease; position: relative; }
.item-card:hover { transform: translateY(-8px); }
.item-card .card-link { text-decoration: none; color: inherit; display: block; }
.card-image-wrapper { position: relative; width: 100%; height: 650px; overflow: hidden; background: #f8f9fa; border-radius: 8px; }
.card-image-wrapper .card-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.card-content { padding: 25px 0; background: transparent; }
.content-category { margin-bottom: 5px; }
.category-badge { display: inline-block;  color: #333; padding: 6px 0px; border-radius: 20px; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; }
.content-title { font-size: 15px; font-weight: 500; line-height: 1.5; color: #555; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* Hero Banner Section */
.hero-banner-section { width: 100%; position: relative; z-index: 5; margin-top: 0; }

/* Desktop Layout */
.hero-banner-section .desktop-layout { display: flex; width: 100%; height: 100vh; margin-top: 150px }
.hero-banner-section .banner-column { width: 50%; height: 100%; position: relative; overflow: hidden; }
.hero-banner-section .banner-column .column-image { width: 100%; height: 100%; object-fit: cover; }
.hero-banner-section .primary-column { background-color: #1a1a1a; }
.hero-banner-section .primary-column .column-text { position: absolute; bottom: 80px; left: 40px; right: 40px; }
.hero-banner-section .primary-column .text-heading { font-size: 48px; font-weight: 500; line-height: 1.2; margin-bottom: 30px; color: #fff; }
.hero-banner-section .primary-column .text-button { display: inline-block; padding: 12px 32px; background-color: #fff; color: #000; text-decoration: none; border-radius: 30px; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.hero-banner-section .primary-column .text-button:hover { transform: translateY(-2px); box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3); }
.hero-banner-section .secondary-column { background-color: #000; }

/* Mobile Slider */
.hero-banner-section .mobile-slider { display: none; width: 100%; height: 70vh; position: relative; z-index: 1; }
.hero-banner-section .mobile-slider .swiper { height: 100%; }
.hero-banner-section .mobile-slider .swiper-slide { position: relative; overflow: hidden; width: 100%; height: 100%; }
.hero-banner-section .mobile-slider .swiper-slide .slide-image { width: 100%; height: 100%; object-fit: cover; }
.hero-banner-section .mobile-slider .slide-primary { background-color: #1a1a1a; }
.hero-banner-section .mobile-slider .slide-primary .slide-text { position: absolute; bottom: 60px; left: 30px; right: 30px; z-index: 10; }
.hero-banner-section .mobile-slider .slide-primary .slide-heading { font-size: 36px; font-weight: 500; line-height: 1.2; margin-bottom: 30px; color: #fff; }
.hero-banner-section .mobile-slider .slide-primary .slide-button { display: inline-block; padding: 10px 28px; background-color: #fff; color: #000; text-decoration: none; border-radius: 30px; font-size: 13px; font-weight: 500; transition: all 0.3s ease; }
.hero-banner-section .mobile-slider .slide-secondary { background-color: #000; }

/* Responsive Design */
@media (min-width: 1400px) { 
	.showcase-grid { gap: 40px; max-width: 1600px; } 
	.card-image-wrapper { height: 650px; } 
	.card-content { padding: 30px 5px; } 
	.content-title { font-size: 15px; }
}

@media (max-width: 1399px) { 
	.showcase-grid { gap: 30px; max-width: 1200px; } 
}

@media (max-width: 1199px) { 
	.product-showcase .showcase-container { padding: 0 15px; } 
	.product-showcase { padding: 0; } .showcase-grid { gap: 25px; max-width: 900px; } 
	.card-image-wrapper { height: 250px; } .card-content { padding: 20px 0; } 
	.content-title { font-size: 15px; } 
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.hero-banner-section .desktop-layout { display: none !important; }
	.hero-banner-section .mobile-slider { display: block !important; }
	.hero-banner-section .mobile-slider .slide-primary .slide-heading { font-size: 26px }
	.product-showcase { padding: 0; }
	.product-showcase .showcase-container { padding: 0 12px; }
	.showcase-grid { grid-template-columns: 1fr; gap: 20px; max-width: 400px; }
	.card-image-wrapper { height: 280px; }
	.card-content { padding: 18px 0; }
	.content-title { font-size: 14px; -webkit-line-clamp: 2; }
	.category-badge { padding: 5px 0px; }
	.main-section-wrapper .brand-navigation { padding: 40px 20px; }
	.main-section-wrapper .brand-navigation .navigation-menu { font-size: 18px; gap: 8px 20px; }
}

@media (max-width: 479px) { 
	.product-showcase .showcase-container { padding: 0 10px; } 
	.product-showcase { padding: 0; } 
	.showcase-grid { gap: 15px; max-width: 350px; } 
	.card-image-wrapper { height: 250px; } 
	.card-content { padding: 15px 0; } 
	.content-title { font-size: 13px; } 
	.main-section-wrapper .brand-navigation { padding: 30px 15px; }
	.main-section-wrapper .brand-navigation .navigation-menu { font-size: 18px; gap: 6px 15px; }
}

@media (max-width: 320px) { 
	.showcase-grid { max-width: 300px; } 
	.card-image-wrapper { height: 220px; } 
}





.formmail { width: 100%; padding-top: 100px}
.formmail .contact_notice { margin: 100px 0 50px 0}
.formmail .contact_notice ul li { font-size: 17px; line-height: 1.65; color: #555}
.formmail input { height: 50px; line-height: 40px; background: #fff;border: 1px solid #ccc;font-size: 14px;box-sizing: border-box;transition: all 1s;}
.formmail h2 { width: 200px; float: left; font-size: 18px; font-weight: 500;color: #555; padding: 5px 10px 5px 0;}
.formmail .clearfix {  padding:30px 0}
.formmail .left { width:17%; float:left}
.formmail .left h2 { font-size:20px; font-weight:bold; color:#000;float:none}
.formmail .left p { font-size:18px; color:#555}
.formmail .right { width:73%; margin-bottom:50px; float:left; text-align:left}
.formmail p {font-size: 16px; color: #555;}
.formmail textarea { width: 900px; height: 130px; line-height: 1.5; padding: 5px;border: 1px solid #ccc; box-sizing: border-box;resize: none; font-size: 14px; padding: 10px}
.formmail label { font-size:18px; color:#555}
.formmail .radio { width: 20px;height: 20px; border: 1px solid #ddd; background-color: #fff; margin:0 3px; color:#555}
.formmail .btn_submit{ width: 180px; height: 55px;line-height: 55px; border: 0; color: #fff;font-size: 18px; text-align: center; background: #000;}
.formmail .form-radio {margin-right: 10px; line-height: 28px;}
.formmail #email_list {width: 200px; height: 50px; line-height: 40px;}
.formmail .checkbox { padding: 10px;line-height: 0; margin-top: 9px; width: 20px; height: 20px;}
.formmail #confirm {margin:3px; width: 20px; height: 20px;}
.formmail .send_submit { width: 180px;  height: 55px;line-height: 55px;  border: 1px solid #ddd; color: #000; font-size: 18px; font-weight: 600; text-align: center; margin-top: 20px; position: relative; overflow: hidden; background-color: #fff; transition: color 0.4s ease; cursor: pointer;}

.formmail .send_submit::before { content: '';  position: absolute;top: 0; left: -100%; width: 100%; height: 100%; background-color: #000; transition: left 0.4s ease; z-index: 0;}
.formmail .send_submit:hover::before { left: 0;}
.formmail .send_submit:hover {color: #fff;}
.formmail .send_submit span { position: relative; z-index: 1;}
.formmail #file1 {width: 400px;}

@media screen and (max-width: 576px)  {
    .formmail { padding-top: 0}
    .formmail h2 { width:100%;}
    .formmail .left { width:100%; padding-bottom: 20px}
    .formmail .right { width:100%;}
    .formmail label {font-size: 16px;}
    .formmail .company .text,
    .formmail #file1 { width:100%;}
    .formmail #email1,
    .formmail #email2 { width:45%;}
    .formmail .textarea { width:100%;}
    .formmail .frm_input { width: 100%;}
}

 /* 모달 기본 스타일 */
.modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); opacity: 0; transition: opacity 0.3s ease; }
.modal.show { display: flex; align-items: center; justify-content: center; opacity: 1; }

/* 모달 컨텐츠 - 배경 제거하고 투명하게 */
.modal-content { background: transparent; margin: 0; padding: 0; border-radius: 0; width: 90vw; max-width: 90vw; height: 100vh; max-height: 100vh; overflow: visible; position: relative; transform: scale(0.7); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.modal.show .modal-content { transform: scale(1); }

/* 닫기 버튼 - 이미지 외부 우상단에 위치 */
.modal-close { position: absolute; top: 0px; right: 0px; font-size: 32px; font-weight: bold; color: #fff; cursor: pointer; border: none; padding: 8px 12px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; z-index: 10001; border-radius: 50%; transition: all 0.3s ease; }
.modal-close:hover { background: rgba(0, 0, 0, 0.9); transform: scale(1.1); }

/* 모달 제목 - 이미지 위쪽에 배치 */
.modal-title { margin: 0 0 20px 0; font-size: 18px; font-weight: 600; color: #fff; line-height: 1.4; text-align: center; background: rgba(0, 0, 0, 0.7); padding: 10px 20px; border-radius: 20px; max-width: 80%; }
.modal-title:empty { display: none; }

/* 모달 Swiper - 최적화된 이미지 표시 */
.modal-swiper { width: 100%; max-width: 80vw; height: auto; position: relative; border-radius: 0; overflow: visible; box-shadow: none; }
.modal-swiper .swiper-wrapper { align-items: center; }
.modal-swiper .swiper-slide { display: flex; justify-content: center; align-items: center; background: transparent; height: auto; }
.modal-swiper .swiper-slide img { width: auto; height: auto; max-width: 100%; max-height: 70vh; object-fit: contain; border-radius: 8px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); }

/* 모달 Swiper 네비게이션 버튼 - 이미지 외부에 배치 */
.modal-swiper .swiper-button-next, .modal-swiper .swiper-button-prev { width: 50px; height: 50px; border-radius: 50%; color: #fff !important; font-weight: bold; transition: all 0.3s ease; margin-top: 0; top: 50%; transform: translateY(-50%); }
.modal-swiper .swiper-button-next { right: 0px; }
.modal-swiper .swiper-button-prev { left: 0px; }

/* 모달 Swiper 페이지네이션 */
.modal-swiper .swiper-pagination { position: static; margin-top: 5px; text-align: center; }
.modal-swiper .swiper-pagination-bullet { background-color: rgba(255, 255, 255, 0.5); opacity: 1; width: 12px; height: 12px; margin: 0 6px; transition: all 0.3s ease; }
.modal-swiper .swiper-pagination-bullet-active { background-color: #fff; transform: scale(1.3); }

/* 모달 트리거 버튼 스타일 */
.additional_matters { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 30px 0; list-style: none; padding: 0; }
.additional_matters li img { width: 50px; height: 50px;  object-fit: contain; }
.additional_matters li .info_title { font-size: 14px; font-weight: 600; color: #333; text-align: center; }

.modal .swiper-slide {flex: none;scroll-snap-align: start;}
.modal .swiper-button-prev { background-color: transparent; border: 0}
.modal .swiper-button-next { background-color: transparent; border: 0}
.modal .swiper-wrapper { gap:0 } 

/* 반응형 모달 스타일 */
@media (max-width: 1024px) { .modal-swiper .swiper-button-next { right: -60px; } .modal-swiper .swiper-button-prev { left: -60px; } }

@media (max-width: 768px) { 
	.modal-content { width: 95vw; max-width: 95vw; height: 95vh; max-height: 95vh; }
	.modal-close { top: 0px; right: 0px; width: 40px; height: 40px; font-size: 24px; }
	.modal-title { font-size: 16px; margin-bottom: 15px; max-width: 100%; padding: 8px 15px; } 
	.modal-swiper { max-width: 90vw; }
	.modal-swiper .swiper-slide img { max-height: 60vh; } 
	.modal-swiper .swiper-button-next, .modal-swiper .swiper-button-prev { width: 40px; height: 40px; } 
	.modal-swiper .swiper-button-next:after, .modal-swiper .swiper-button-prev:after { font-size: 14px; }
	.modal-swiper .swiper-button-next { right: 0px; }
	.modal-swiper .swiper-button-prev { left: 0px; }
	.additional_matters { gap: 15px; } 
	.additional_matters li { padding: 15px; min-width: 100px; } 
	.additional_matters li img { width: 40px; height: 40px; } 
	.additional_matters li .info_title { font-size: 12px; } 
}

@media (max-width: 480px) { 
	.modal-content { width: 98vw; max-width: 98vw; height: 98vh; max-height: 98vh; }
	.modal-close { top: 0px; right: 0px; width: 35px; height: 35px; font-size: 20px; }
	.modal-title { font-size: 14px; margin-bottom: 10px; padding: 6px 12px; } 
	.modal-swiper { max-width: 95vw; }
	.modal-swiper .swiper-slide img { max-height: 50vh; }
	.modal-swiper .swiper-button-next, .modal-swiper .swiper-button-prev { width: 35px; height: 35px; }
	.modal-swiper .swiper-button-next:after, .modal-swiper .swiper-button-prev:after { font-size: 12px; }
	.modal-swiper .swiper-button-next { right: -40px; }
	.modal-swiper .swiper-button-prev { left: -40px; }
	.additional_matters { gap: 10px; } 
	.additional_matters li { padding: 10px; min-width: 80px; }
	.additional_matters li img { width: 35px; height: 35px; }
}

/* 아주 작은 화면에서는 버튼을 이미지 위에 오버레이로 표시 */
@media (max-width: 360px) {
	.modal-swiper .swiper-button-next { right: 10px; background-color: rgba(255, 255, 255, 0.8); }
	.modal-swiper .swiper-button-prev { left: 10px; background-color: rgba(255, 255, 255, 0.8); }
	.modal-close { top: 10px; right: 10px; background-color: rgba(0, 0, 0, 0.8); }
}

/* next-container 기본 스타일 */
.next-container { width: 100%; position: relative; max-width: 900px; margin: 0 auto; }
.next-container h2 { color: #333; margin-bottom: 30px; font-size: 24px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; }
.next-container .nav-buttons { display: flex; gap: 10px; align-items: center; }
.next-container .nav-buttons i { font-size: 18px; color: #222}
.next-container .swiper-container { position: relative; overflow: hidden; margin: 0; height: inherit;}
.next-container .swiper-wrapper { display: flex; gap: 15px; transition: transform 0.3s ease; cursor: grab; }
.next-container .swiper-wrapper:active { cursor: grabbing; }
.next-container .swiper-slide { flex: 0 0 calc(25% - 11.25px); text-align: center; min-width: 140px; display: block;} /* 기본 4개 표시 */
.next-container .swiper-slide a { display: block; text-decoration: none; color: inherit; height: 100%; }
.next-container .product-card { background: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eee; border-radius: 8px; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.next-container .product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.next-container .product-image { width: 100%; height: 120px; background: #f5f5f5; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.next-container .product-image img { width: 100%; height: 100%; object-fit: cover; }
.next-container .product-info { padding: 30px 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-top: transparent; border: 0}
.next-container .product-name { font-size: 17px; font-weight: 500; color: #333; margin-bottom: 8px; }
.next-container .product-price { font-size: 15px; color: #000; font-weight: 600; }
.next-container .swiper-button-prev, .next-container .swiper-button-next { position: static; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.3s ease; border: 0; background-color: transparent; }
.next-container .swiper-button-prev:hover,
.next-container .swiper-button-next:hover {
 color: #333
}

.next-container .swiper-button-disabled { opacity: 0.4; cursor: not-allowed; }

.next-container .swiper-button-prev::after, .next-container .swiper-button-next::after { content: none !important; }
.next-container .swiper-button-prev::before, .next-container .swiper-button-next::before { content: none !important; }
.next-container .swiper-button-prev::before { content: '❮'; font-size: 16px; color: #333; }
.next-container .swiper-button-next::before { content: '❯'; font-size: 16px; color: #333; }

.slider-pages { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 20px; }
.slider-page { width: 8px; height: 8px; border-radius: 50%; background: #ddd; cursor: pointer; transition: all 0.3s ease; }
.slider-page.active { background-color: aqua}

@media (max-width: 526px) {
.next-container .swiper-slide { flex: 0 0 calc(50% - 11.25px); text-align: center; min-width: 140px; display: block;} /* 기본 4개 표시 */	
	
}




 /* 기본 details 레이아웃 */
.details { overflow: hidden; max-width: 1600px; margin: 0 auto; }
.details .container { display: flex; gap: 40px; padding: 50px 40px; max-width: 1600px }
.details .photo-section { flex: 1; display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.details .photo-button { order: 2; }

/* 메인 갤러리 컨테이너 */
.gallery-container { display: flex; gap: 15px; align-items: flex-start; width: 100%; }

/* 썸네일 영역 */
.thumbnail-section { display: flex; flex-direction: column; width: 80px; position: relative; }
.thumbnail-nav { position: relative; overflow: hidden; height: 645px; }
.thumbnail-container { display: flex; flex-direction: column; gap: 10px; transition: transform 0.3s ease; height: fit-content; }
.thumbnail-item { width: 70px; height: 70px; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease; opacity: 0.7; }
.thumbnail-item.active {  opacity: 1; transform: scale(1.05); }
.thumbnail-item:hover { opacity: 1; transform: scale(1.02); }
.thumbnail-item img { width: 100%; height: 100%; object-fit: cover; }

/* 썸네일 화살표 */
.thumbnail-arrow { position: absolute; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; background: rgba(0, 0, 0, 0.7); color: white; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; z-index: 10; opacity: 0; transition: opacity 0.3s ease; }
.thumbnail-arrow:hover { background: rgba(0, 0, 0, 0.9); }
.thumbnail-section:hover .thumbnail-arrow { opacity: 1; }
.thumbnail-arrow.up { top: -5px; }
.thumbnail-arrow.down { bottom: -5px; }

/* 메인 이미지 영역 */
.main-image-section { flex: 1; position: relative; height: 645px; overflow: hidden; border-radius: 12px;  }
.main-image-container { position: relative; width: 100%; cursor: grab; }
.main-image-container:active { cursor: grabbing; }
.main-image-slider { display: flex; height: 100%; transition: transform 0.3s ease; }
.main-image-item { min-width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.main-image-item img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }

/* 페이지 인디케이터 */
.page-indicator { position: absolute; bottom: 15px; right: 15px; background: rgba(0, 0, 0, 0.7); color: white; padding: 8px 12px; border-radius: 20px; font-size: 14px; font-weight: 500; }
.page-indicator .current { font-weight: 900; font-size: 16px; }


        
/* 나머지 기존 스타일들 */
.details .text-area { flex: 1; min-width: 400px; }
.details .title { font-size: 32px; font-weight: bold; color: #000; margin-bottom: 30px; line-height: 1.4; border-bottom: 1px solid #000; padding-bottom: 5px; }
.details .head_title { font-size: 25px; font-weight: 600; color: #333; margin-bottom: 30px; line-height: 1.4; padding-bottom: 5px; }
.details .description { margin-bottom: 30px; }
.details .description h2 { font-size: 20px; font-weight: bold; color: #333; margin-bottom: 15px; border-bottom: 1px solid #000; padding-bottom: 5px; }
.details .description p { color: #666; line-height: 1.8;  font-size: 17px }
.details .description ul { list-style: none; padding: 0; }
.details .description ul.common_matters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 0; }
.details .description ul.common_matters li { display: flex; align-items: center; gap: 15px; padding: 20px 30px; background: #f8f9fa; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; justify-content: space-between; }
.details .description ul.common_matters li .info_title { font-weight: bold; color: #333; font-size: 18px; margin: 0; }
.details .description ul.common_matters li .info_title div { font-size: 14px; color: #666; font-weight: 500; }
.details .description ul.common_matters li img { object-fit: contain; width: 40%; }

/* 기존 additional_matters 스타일에 가로 배치 수정 */
.details .description .additional_matters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; list-style: none; padding: 0; }
.details .description .additional_matters li { display: flex; align-items: center; gap: 15px; padding: 20px; background: #000; border-radius: 8px; border: 1px solid #222; transition: all 0.3s ease; cursor: pointer; }
.details .description .additional_matters li:hover { background: #333; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
.details .description .additional_matters li .info_title { font-weight: bold; color: #fff; font-size: 14px; margin: 0; flex: 1; }
.details .description .additional_matters li img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; }
.details .description ul.additional_matters li button { all: unset; cursor: pointer; width: 100%; display: flex; align-items: center; gap: 15px; }
.details .description li { padding: 8px 0; color: #666; font-size: 17px; line-height: 1.65 }
.details .info_title { font-weight: bold; color: #333; margin-right: 10px; }
.details .product-inquiries { display: inline-block;text-align: center; padding: 20px 40px;font-size: 17px; color: #fff;background-color: #000;  width: auto; max-width: 200px; cursor: pointer; border: none; border-radius: 5px; transition: background-color 0.3s; box-sizing: border-box;}
.details .product-inquiries:hover { background-color: #333; }

/* 반응형 */
@media (max-width: 768px) {
	.details .container { flex-direction: column; padding: 80px 20px; gap: 30px; }
	.gallery-container { flex-direction: column; gap: 15px; }
	.thumbnail-section { width: 100%; order: 2; }
	.thumbnail-nav { height: auto; }
	.thumbnail-container { flex-direction: row; overflow-x: auto; padding: 10px 0; }
	.thumbnail-item { min-width: 60px; height: 60px; }
	.thumbnail-arrow { display: none; }
	.main-image-section { height: 400px; order: 1; }
	.details .text-area { min-width: auto; }
	.details .description ul.common_matters { grid-template-columns: 1fr; }
	.details .description ul.common_matters li img { object-fit: contain; width: 20%; }
	.details .description .additional_matters { grid-template-columns: 1fr; }
	.modal-swiper .swiper-slide img { max-width: 80%; max-height: 100%; object-fit: contain; border-radius: 8px; }
}

@media (max-width: 480px) {
	.main-image-section { height: 300px; }
	.thumbnail-item { min-width: 50px; height: 50px; }
	.details .title { font-size: 24px; }
	.details .head_title { font-size: 18px; }
	.modal-swiper .swiper-slide img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; }

	/* 모바일에서 이미지와 텍스트 크기 조정 */
	.details .description .additional_matters li { gap: 10px; padding: 15px; }
	.details .description .additional_matters li img { width: 18px; height: 18px; }
	.details { width: 100%; padding: 0; margin: 0; box-sizing: border-box;}
	.details .product-inquiries { display: block !important; width: 100% !important; max-width: none !important; min-width: 100% !important; padding: 20px !important;margin: 0 !important; box-sizing: border-box !important; left: 0 !important; right: 0 !important;}
}


/* 슬라이드 문의 패널 스타일 */
.slide-inquiry-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease; z-index: 1000; }
.slide-inquiry-overlay.active { visibility: visible; opacity: 1; }
.slide-inquiry-panel { position: fixed; top: 0; right: 0; width: 700px; height: 100vh; background-color: #fff; color: #333; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); overflow-y: auto; box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15); border-left: 1px solid #e0e0e0; }
.slide-inquiry-overlay.active .slide-inquiry-panel { transform: translateX(0); }

.slide-close { position: absolute; top: 15px; right: 15px; width: 32px; height: 32px; background: none; color: #666; border: none; cursor: pointer; font-size: 24px; z-index: 10; display: flex; align-items: center; justify-content: center; border-radius: 4px; transition: background-color 0.2s, color 0.2s; }
.slide-close:hover { background-color: #f5f5f5; color: #333; }

.product-image-preview { width: 100%; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }
.inquiry-product-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; }

.slide-form { padding: 30px; background-color: #fff; }
.slide-inquiry-overlay .form-title { font-size: 24px; font-weight: 600; color: #333; margin-bottom: 25px; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; }
.form-section { margin-bottom: 25px; }
.section-title { font-size: 16px; font-weight: 600; margin-bottom: 15px; color: #333; }
.form-group { margin-bottom: 18px; }
.slide-inquiry-overlay .form-label { font-size: 14px; font-weight: 500; color: #333; margin-bottom: 6px; display: block; }
.required { color: #e74c3c; }

.form-row { display: flex; gap: 5px; }
.form-input { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; background-color: #fff; color: #333; transition: border-color 0.2s, box-shadow 0.2s; }
.form-input:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); }
.form-select { width: 140px; padding: 12px 5px; border: 1px solid #ddd; border-radius: 6px; font-size: 12px; background-color: #fff; color: #333; }

.checkbox-group { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 15px; }
.checkbox-item { display: flex; align-items: center; gap: 8px; }
.checkbox-item input[type="checkbox"] { width: 16px; height: 16px; accent-color: #667eea; }

.slide-inquiry-overlay .checkbox-item label { font-size: 14px; color: #333; cursor: pointer; }
.form-textarea { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; background-color: #fff; color: #333; resize: vertical; min-height: 100px; transition: border-color 0.2s, box-shadow 0.2s; }
.form-textarea:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); }

.file-upload { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.file-input { flex: 1; padding: 10px 5px; border: 1px solid #ddd; border-radius: 6px; background-color: #f9f9f9; color: #666; font-size: 14px; }
.file-button { padding: 10px 12px; background-color: #667eea; color: white; border: none; border-radius: 6px; cursor: pointer; font-size: 14px; transition: background-color 0.2s; }
.file-button:hover { background-color: #5a67d8; }

.password-note { font-size: 12px; color: #333; margin-top: 5px; }
.form-buttons { display: flex; gap: 12px; margin-top: 25px; padding-top: 20px; border-top: 1px solid #f0f0f0; }

.btn { padding: 12px 24px; border: none; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s; height: inherit; line-height: inherit; }
.btn-primary { background-color: #667eea; color: white; height: 40px; line-height: 40px; padding: 0 24px}
.btn-primary:hover { background-color: #5a67d8; transform: translateY(-1px); }
.btn-secondary { background-color: #f8f9fa; color: #333; border: 1px solid #ddd; height: 40px; line-height: 40px; padding: 0 24px }
.btn-secondary:hover { background-color: #e9ecef; }



/* next-container를 photo-section 내부 제품문의 버튼 아래에 배치 */
.next-container { width: 100%; position: relative; margin: 30px auto 0 auto; /* 기본 중앙 정렬 */ max-width: 100%; clear: both; text-align: center; /* 기본 텍스트 중앙 정렬 */ }



/* 제품별 이미지 스타일 */
.product .img {height: 250px;  width: 100%;background-size: cover;background-position: center; display: flex; align-items: center; justify-content: center;border-top-left-radius: 10px;border-top-right-radius: 10px}
.product .barnygirl {background-image: url('../img/sub/barnygirl-thumb-1.jpg'); }
.product .sky {background-image: url('../img/sub/sky-thumb-1.jpg'); }
.product .cheerleader {background-image: url('../img/sub/cheerleader-thumb-1.jpg'); }
.product .raina {background-image: url('../img/sub/raina-thumb-1.jpg'); }
.product .toona {background-image: url('../img/sub/toona-thumb-1.jpg'); }
.product .race-up {background-image: url('../img/sub/race-up-thumb-1.jpg'); }
.product .simple {background-image: url('../img/sub/simple-thumb-1.jpg'); }
.product .tokyo {background-image: url('../img/sub/tokyo-thumb-1.jpg'); }
.product .espads {background-image: url('../img/sub/espads-thumb-1.jpg'); }
.product .gdr {background-image: url('../img/sub/gdr-thumb-1.jpg'); }



/*about 고도리*/
.subpage #mobile-menu-btn span { background-color: #333}
.subpage #mobile-menu-btn.active span { background-color: #fff}
/* Godori Section */


 
/* Godori Section */
.container { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.godori-section { position: relative; height: 120vh; min-height: 1000px; overflow: hidden; display: flex; flex-direction: column; }
.godori-text-area { position: relative; z-index: 3; flex: 0 0 auto; padding: 200px 0 80px; }
.godori-fixed-title { text-align: center; color: #000; max-width: 1600px; margin: 0 auto; padding: 0 20px; font-size: 7.5rem; font-weight: 800; line-height: 1.1; }
.godori-fixed-title .typing-char { opacity: 0; animation: typeIn 0.1s ease-in-out forwards; }

@keyframes typeIn { from { opacity: 0; } to { opacity: 1; } }

.godori-swiper { position: relative; flex: 1; width: 100%; z-index: 1; }
.swiper-slide { height: 100%; }
.godori-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #000; max-width: 1400px; padding: 0 20px; z-index: 2; }
.godori-title { font-size: 4rem; font-weight: 800; margin-bottom: 2rem; letter-spacing: -2px; line-height: 1.1; transition: all 0.5s ease; color: #fff; }
.godori-description { font-size: 1.2rem; line-height: 1.9; color: #fff; margin: 0 auto; font-weight: 400; transition: all 0.5s ease; opacity: 0.8; }
.godori-slide-1 { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/sub/about_img01.jpg') center/cover no-repeat;}
.godori-slide-2 { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/sub/about_img02.jpg') center/cover no-repeat;}
.godori-slide-3 { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/sub/about_img03.jpg') center/cover no-repeat;}

/* Swiper Navigation */
.swiper-pagination-bullet { background: #fff; opacity: 0.5; }
.swiper-pagination-bullet-active { background: #fff; opacity: 1; }
.swiper-button-next, .swiper-button-prev { color: #fff; }

/* Style Section */
.style-section { padding: 120px 0; background-color: #f8f8f8; }
.style-content { text-align: center; }
.style-title { font-size: 6rem; font-weight: 800; line-height: 1.2; color: #333; }
.style-title-line1, .style-title-line2 { display: block; margin-bottom: 20px; }
.style-image { display: inline-block; width: 194px; height: 114px; background: url('../img/sub/style-box.jpg') center/cover; margin: 0 20px; vertical-align: middle; border-radius: 5%; }

/* About Section */
.about-section { padding: 120px 0; background-color: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.about-title { font-size: 1.2rem; font-weight: 800; color: #333; line-height: 1.2; }
.about-content h3 { font-size: 2rem; font-weight: 700; margin-bottom: 30px; color: #333; line-height: 1.3; }
.about-content p { font-size: 1.1rem; line-height: 1.8; color: #666; margin-bottom: 25px; }
.about-content p:last-child { margin-bottom: 0; }



/* Responsive Design */
@media (max-width: 1400px) {
	.container { padding: 0 40px; }
	.godori-title { font-size: 4.5rem; }
	.style-title { font-size: 4.5rem; }
}

@media (max-width: 1200px) {
	.container { padding: 0 30px; }
	.about-grid { gap: 80px; }
}

@media (max-width: 768px) {
	.container { padding: 0 20px; }
	.godori-text-area { padding: 150px 0 30px; }
	.godori-fixed-title { font-size: 2.8rem; }
	.godori-title { font-size: 2.5rem; margin-bottom: 1.5rem; }
	.godori-description { font-size: 1rem; }
	.godori-content { position: absolute;top: 50%; transform: translate(-50%, -50%); text-align: center; color: #000; min-width: 400px; padding: 0 20px;z-index: 2; line-height: 1.65}
	.style-title { font-size: 3rem; gap: 1.5rem; }
	.style-title-line1, .style-title-line2 { flex-direction: column; gap: 1rem; }
	.style-image { width: 200px; height: 120px; }
	.about-grid { grid-template-columns: 1fr; gap: 40px; }
	.about-content h3 { font-size: 1.6rem; }
	.style-section, .about-section { padding: 100px 0; }
}

@media (max-width: 576px) {
	.godori-fixed-title { font-size: 2rem; }
	.godori-title { font-size: 2.2rem; letter-spacing: -1px; }
	.style-title { font-size: 2.2rem; }
	.container { padding: 0 15px; }
	.style-section, .about-section { padding: 80px 0; }
	.product .img { height: 150px}
}



.details.barnygirl .photo { height: 700px; background-image: url('../img/sub/barnygirl-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.sky .photo { height: 700px; background-image: url('../img/sub/sky-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.cheerleader .photo { height: 700px; background-image: url('../img/sub/cheerleader-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.raina .photo {height: 700px; background-image: url('../img/sub/raina-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.toona .photo { height: 700px; background-image: url('../img/sub/toona-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.race-up .photo { height: 700px; background-image: url('../img/sub/race-up-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.simple .photo { height: 700px; background-image: url('../img/sub/simple-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.tokyo-flip-flop .photo { height: 700px; background-image: url('../img/sub/tokyo-flip-flop-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.espads .photo {  height: 700px; background-image: url('../img/sub/espads-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.details.gdr .photo { height: 700px; background-image: url('../img/sub/gdr-thumb-1.jpg'); background-size: cover; background-position: center; border-radius: 10px; display: flex; align-items: center; justify-content: center; }





/* 데스크톱에서 close-details 숨김 */
@media (min-width: 769px) {
  .close-details { 
    display: none !important; 
  }
}



/* 큰 화면 - photo-section이 넓을 때 */
@media (min-width: 1600px) {
  .details .container { gap: 40px; padding: 50px 40px; }
  .details .photo-section { display: flex; flex-direction: column; gap: 20px; }
  .details .photo-section .next-container { order: 3; margin: 20px 0 0 0; }
}

/* 대형 화면 */
@media (min-width: 1400px) and (max-width: 1599px) {
  .details .container { gap: 35px; padding: 50px 35px; }
  .details .photo-section { display: flex; flex-direction: column; gap: 20px; }
  .details .photo-section .next-container { order: 3; margin: 20px 0 0 0; }
}

/* 중대형 화면 */
@media (min-width: 1200px) and (max-width: 1399px) {
  .details .container { gap: 32px; padding: 50px 32px; }
  .details .text-area { min-width: 380px; }
  .details .photo-section { display: flex; flex-direction: column; gap: 20px; }
  .details .photo-section .next-container { order: 3; margin: 20px 0 0 0; }
}

/* 중형 화면 - photo-section이 좁아지기 시작 */
@media (min-width: 1100px) and (max-width: 1199px) {
  .details .container { gap: 30px; padding: 50px 30px; }
  .details .text-area { min-width: 360px; }
  .details .photo-section { display: flex; flex-direction: column; gap: 20px; }
  .details .photo-section .next-container { order: 3; margin: 20px 0 0 0; }
}

/* 중소형 화면 - photo-section이 더 좁아짐 */
@media (min-width: 1000px) and (max-width: 1099px) {
  .details .container { gap: 28px; padding: 50px 28px; }
  .details .text-area { min-width: 350px; }
  .details .photo-section { display: flex; flex-direction: column; gap: 20px; }
  .details .photo-section .next-container { order: 3; margin: 20px 0 0 0; }
}

/* 작은 화면 - photo-section이 많이 좁아짐 */
@media (min-width: 900px) and (max-width: 999px) {
  .details .container { gap: 25px; padding: 50px 25px; }
  .details .text-area { min-width: 340px; }
  .details .photo-section { display: flex; flex-direction: column; gap: 20px; }
  .details .photo-section .next-container { order: 3; margin: 20px 0 0 0; }
  .details .description ul.common_matters { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .details .description .additional_matters { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}


@media (max-width: 899px) {
  .details .container { flex-direction: column; gap: 30px; padding: 50px 20px; }
  .details .photo-section { width: 100%; max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
  .details .text-area { width: 100%; min-width: auto; }
  .details .photo-section .photo-button { order: 2; }
  .details .photo-section .next-container { order: 3; max-width: 100%; margin: 20px 0 0 0; }
  .details .description ul.common_matters { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .details .description .additional_matters { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}




/* 태블릿 사이즈 */
@media (max-width: 768px) {
.details .container { flex-direction: column; padding: 0;  position: relative; margin: 0px 0 0 }
.details .photo-section { margin: 20px 0; padding: 0 10px; max-width: none; }
.details .photo { min-height: 300px; border-radius: 10px; }
.details .text-area {  position: relative; min-height: auto; }
.details .title { font-size: 24px; margin-bottom: 20px; position: relative; z-index: 10; background: white; padding-bottom: 10px; }
.details .details-container { margin-bottom: 30px; }
.details .details-container .description { margin-bottom: 30px; }
.details .details-container .description p { color: #666; line-height: 1.8; margin-bottom: 15px; }
.details .details-container .description ul { list-style: none; padding: 0; }
.details .details-container .description li { padding: 8px 0; color: #666; line-height: 1.65; }
.details .description ul.common_matters { grid-template-columns: 1fr; gap: 15px; }
.details .description ul.common_matters li { padding: 15px; gap: 12px; justify-content: space-around; }
.details .description ul.common_matters li .info_title { font-size: 16px; }
.details .description .additional_matters { grid-template-columns: 1fr; }
.details .description .additional_matters li { gap: 15px; padding: 15px; }
.details .description .additional_matters li img { width: 50px; height: 50px; }
.modal-content { width: 98vw; height: 98vh; }
.modal-close { top: 0px; right: 0px; width: 45px; height: 45px; font-size: 35px; }
.modal-swiper .swiper-button-next, .modal-swiper .swiper-button-prev { width: 45px; height: 45px; margin-top: -22px; }
.modal-swiper .swiper-button-next:after, .modal-swiper .swiper-button-prev:after { font-size: 20px; }
.details .details-container .info_title { font-weight: bold; color: #333; margin-right: 10px; }
.details .description.always-visible { display: block; margin-bottom: 20px; position: relative; z-index: 1; }
.inquiry-product-image { height: 150px; }
.slide-inquiry-panel { width: 100%; left: 0; }
.slide-form { padding: 20px; }
.form-title { font-size: 24px; }
.checkbox-group { grid-template-columns: repeat(2, 1fr); }
.form-row { flex-direction: column; gap: 10px; }
.form-buttons { flex-direction: column; }
}

@media (max-width: 480px) { 
/*	.checkbox-group { grid-template-columns: 1fr; } */
	.details .title { font-size: 20px; } 
	.details .photo { min-height: 250px; } 
	.details .description ul.common_matters { grid-template-columns: 1fr; gap: 12px; } 
	.details .description ul.common_matters li { padding: 12px; gap: 10px; } 
	.details .description ul.common_matters li .info_title { font-size: 14px; } 
	.details .description ul.additional_matters { grid-template-columns: 1fr; gap: 10px; } 
	.details .description ul.additional_matters li { padding: 12px; gap: 10px; } 
	.details .description ul.additional_matters li .info_title { font-size: 14px; }
	.details .description ul.additional_matters li img { width: 40px; height: 40px; } 
}
@media (max-width: 1200px) { 
	.modal-container { max-width: 90%; }
}

.numbered-section p { font-size: 14px}
