
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*20250812 CSS 작업 진행 */

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { width: 100%; }
.take-a-look { display: flex; align-items: center; gap: 5px; color: #888; font-size: 12px; font-weight: 400; line-height: 150%; letter-spacing: -0.04em; }
.take-a-look > span { color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; }
.jamsil { font-family: 'TheJamsil5Bold', sans-serif !important; }

/*sub_bg / 회원가입 누르면 나오는 곳에서 있던건데, 경로를 모르겠네요. */
.sub_bg { display: none; }

/*메인페이지 시작*/
#mainPage { /*max-width: 1920px;*/ max-width: 100%; margin: 0 auto; }
#mainPage.main-container { display: flex; flex-direction: column; }

#mainPage #madeCaseSection { background: url(/img/mainPage/250805_bg_made_sec.webp); padding: 100px 0; background-size: cover; }
#mainPage #madeCaseSection > .made-case-section { display: flex; flex-direction: column; gap: 40px; }
#mainPage #madeCaseSection > .made-case-section > h2 { font-weight: 400; font-size: 30px; line-height: 100%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
#mainPage #madeCaseSection > .made-case-section > div { display: flex; flex-direction: column; gap: 26px; }
#mainPage #madeCaseSection > .made-case-section > div .category-swiper-container { overflow: hidden; width: 100%; }
#mainPage #madeCaseSection > .made-case-section > div .li-category { display: flex; }
#mainPage #madeCaseSection > .made-case-section > div .swiper-wrapper.li-category .swiper-slide { width: auto !important; flex-shrink: 0; }
#mainPage #madeCaseSection > .made-case-section > div .swiper-wrapper.li-category .swiper-slide button { padding: 10px 24px; border-radius: 50px; background: transparent; border: none; font-weight: 400; font-size: 16px; white-space: nowrap; color: #555; cursor: pointer; line-height: 100%; letter-spacing: 0.01em; transition: background .3s ease, color .3s ease; }
#mainPage #madeCaseSection > .made-case-section > div .swiper-wrapper.li-category .swiper-slide button.active { background: var(--main-clr, #000); color: #fff; }
#mainPage #madeCaseSection > .made-case-section .made-article { display: none; }
#mainPage #madeCaseSection > .made-case-section .made-article.active { display: block; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper { position: relative; overflow: hidden; padding: 10px 0 0 0; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.06); transition: transform 0.2s ease; padding: 10px 10px 30px 10px; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide a { display: flex; flex-direction: column; text-decoration: none; color: inherit; gap: 20px;  }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide img { width: 100%; object-fit: cover; display: block; border-radius: 6px; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide .text-wrapper { text-align: left; display: flex; flex-direction: column; gap: 16px; padding: 0 10px; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide .subject { display: block; font-weight: 400; font-size: 18px; line-height: 1.3; color: var(--main-clr, #000); letter-spacing: 0.01em; word-break: keep-all; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide .spec { font-weight: 400; font-size: 16px; line-height: 100%; letter-spacing: 0.01em; color: #888; display: flex; flex-direction: column; text-align: left; gap: 6px; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-slide .spec span { font-weight: 400; font-size: 16px; line-height: 100%; letter-spacing: 0.01em; color: #888; letter-spacing: 0.01em; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-controls { position: absolute; top: 50%; left: 0; right: 0; z-index: 10; pointer-events: none; transform: translateY(-50%); display: flex; align-items: center; justify-content: space-between; padding: 0 10px; }
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-button-prev,
#mainPage #madeCaseSection > .made-case-section .made-article-swiper .swiper-button-next { pointer-events: all; background: #fff; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 0 4px rgba(0,0,0,0.15); color: #000; display: flex; align-items: center; justify-content: center; position: static; }

#mainPage .spec { font-weight: 400; font-size: 12px; line-height: 150%; letter-spacing: -0.04em; color: #888; }
#mainPage .swiper-button-next:after,
#mainPage .swiper-button-prev:after { content: none; }




#mainPage .main-insta-wrapper { padding: 60px; }
#mainPage .main-insta-wrapper .main-section05 { display: flex; flex-direction: column; gap: 40px; }
#mainPage .main-insta-wrapper .insta-title-wrapper { display: flex; justify-content: space-between; align-items: center; }
#mainPage .main-insta-wrapper .insta-title-wrapper > h2 { font-family: 'TheJamsil5Bold', sans-serif !important; font-weight: 400; color: var(--main-clr, #000); font-size: 30px; letter-spacing: -0.02em; line-height: 100%; }
#mainPage .main-insta-wrapper .insta-title-wrapper > h2 > a { font-size: inherit; font-weight: inherit; font-family: inherit !important; letter-spacing: inherit; line-height: inherit; }
#mainPage .main-insta-wrapper .insta-title-wrapper > a { display: flex; align-items: center; gap: 5px; }
#mainPage .main-insta-wrapper .insta-title-wrapper > a > span { font-weight: 400; font-size: 12px; line-height: 150%; letter-spacing: -0.04em; color: #888; }
#mainPage .main-insta-wrapper .img-wrapper { display: flex; flex-direction: column; gap: 10px; }
#mainPage .main-insta-wrapper .img-wrapper > li { width: 100%; }
#mainPage .main-insta-wrapper .img-wrapper > li > ul { display: flex; flex-direction: row; gap: 10px; }
#mainPage .main-insta-wrapper .img-wrapper > li > ul > li { flex: unset; border-radius: 6px; }
#mainPage .main-insta-wrapper .img-wrapper > li > ul > li img { max-width: 100%; }


/*마이페이지*/
.mypage-section { display: flex; flex-direction: row; justify-content: space-between; }
.mypage-section .left-side { flex: 1 1 0; max-width: 265px; }
.mypage-section .right-side { flex: 1 1 0; display: flex; flex-direction: column; gap: 50px; width:100%; }
.mypage-section .left-side .side-tit { margin-bottom: 40px; font-size: 22px; font-weight: 600; }
.mypage-section .left-side .side-menu li { margin-bottom: 25px; }
.mypage-section .left-side .side-menu li:last-child { margin-bottom: 0; }
.mypage-section .left-side .side-menu li a { font-size: 16px; font-weight: 500; color: var(--gray-color); }
.mypage-section .left-side .side-menu li.active a { font-weight: 700; color: #FFDE33; }
.mypage-section .right-side .controls-wrapper { display: flex; flex-direction: column; gap: 20px; }
.mypage-section .right-side .title-wrapper { display: flex; flex-direction: column; gap: 12px; }
.mypage-section .right-side .title-wrapper > h2 { font-size: 28px; font-weight: 400; }
.mypage-section .right-side .title-wrapper > span { font-size: 17px; font-weight: 400; word-break:keep-all; }
.mypage-section .right-side .btn-wrapper { display: flex; flex-direction: row; gap: 12px; }
.mypage-section .right-side .btn-wrapper > li > a { width: 121px; padding: 12px 0; display: flex; align-items: center; justify-content: center; background-color: #EFEFEF; border-radius: 12px; font-weight: 500; font-size: 14px; line-height: 100%; letter-spacing: -0.02em; }
.mypage-section .right-side .btn-wrapper > li > a.active { background-color: #FFDE33; }
.mypage-section .right-side .table-wrapper { border-top: 2px solid #FFDE33; }
.mypage-section .right-side .tbl-wrap thead th,
.mypage-section .right-side .tbl-wrap tbody td { padding: 20px 0; text-align: center; border-bottom: 1px solid #CECECE; font-size: 16px; font-weight: 500; color: #000; }
.mypage-section .right-side .tbl-wrap table { width: 100%; }

/*커뮤니티 페이지*/
.page-content { display: flex; flex-direction: column; gap: 40px; }
.page-content .title-wrapper { display: flex; flex-direction: column; gap: 35px; align-items: center; }
.page-content .title-wrapper > h2 { font-size: 34px; font-weight: 400; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
.page-content .title-wrapper > ul { display: flex; gap: 60px; }
.page-content .title-wrapper > ul > li { font-size: 24px; font-weight: 400; color: var(--main-clr, #000); line-height: 160%; letter-spacing: -0.02em; }
.page-content .title-wrapper > ul > li.active a { color: var(--sub-clr, #008983); font-weight: 600; }
.page-content .con-wrapper { display: flex; flex-direction: column; gap: 40px; }
.page-content .con-wrapper .contents { display: flex; max-height: 360px; }
.page-content .con-wrapper .contents > .img-wp { flex: 1; max-width: 560px; overflow: hidden; }
.page-content .con-wrapper .contents > .img-wp a {display:block;}
.page-content .con-wrapper .contents > .img-wp a img {width:100%;}
.page-content .con-wrapper .contents > .text-wp { flex: 1; padding: 60px 10px 20px 40px; background-color: #f5f5f5; display: block; }
.page-content .con-wrapper .contents > .text-wp > .text { display: flex; flex-direction: column; gap: 20px; color: var(--main-clr, #000); font-weight: 600;}
.page-content .con-wrapper .contents > .text-wp > .text .small-title { width: fit-content; padding: 6px 20px; display: flex; align-items: center; justify-content: center; letter-spacing: -0.02em; font-weight: 500; color: var(--main-clr, #000); font-size: 16px; background: #FFDE33; border-radius: 30px; }
.page-content .con-wrapper .contents > .text-wp > .text > h2 { font-size: 28px; color: var(--main-clr, #000); font-weight: 400; }
.page-content .con-wrapper .contents > .text-wp > .text > .sub-txt-wrapper { display: flex; flex-direction: column; gap: 25px; }
.page-content .con-wrapper .contents > .text-wp > .text > .sub-txt-wrapper .wr-1 { display: flex; flex-direction: column; }
.page-content .con-wrapper .contents > .text-wp > .text > .sub-txt-wrapper .wr-1 p { font-size: 18px; line-height: 32px; color: #666; font-weight: 400; }
.page-content .con-wrapper .contents > .text-wp > .text .sub-text03 { font-size: 18px; line-height: 32px; color: #666; font-weight: 600; }
.page-content .btn-wrapper { text-align: right; }
.page-content .post-buttons { list-style: none; padding: 0; margin: 0; display: inline-flex; gap: 10px; }
.page-content .post-buttons li a { display: inline-block; padding: 8px 16px; background: #222; color: #fff; border-radius: 4px; text-decoration: none; }
.page-content .post-buttons li a:hover { background: #555; }


/*회원가입 정보 페이지*/
.register-form > .panel { max-width: 540px; margin: 0 auto 216px; border: 0; }
.register-form > .panel .essential-list { font-size: 13px; color: #f80606; }
.register-form > .panel .panel-body { padding: 50px 0 0 0; }
.register-form > .panel .panel-body input[type='checkbox'] { appearance: auto; accent-color: black;}
.register-form > .panel .panel-body .control-label { display: inline-block; width: 22%; padding: 0; line-height: 48px; text-align: left; }
.register-form > .panel .panel-body .control-label b { font-size: 17px; font-weight: 500; color: #000; }
.register-form > .panel .panel-body h2 { position: relative; margin-bottom: 26px; padding-bottom: 26px; font-family: inherit; font-size: 26px; font-weight: 600; color: #000; text-align: center; }
.register-form > .panel .panel-body h2 small { position: absolute; right: 0; bottom: 0; }
/* 없는 항목 구현하였으나 보류 */
/* .register-form > .panel .panel-body .form-group:first-of-type { display: none; }
.register-form > .panel .panel-body .form-group:first-of-type > div ul{ display: flex; justify-content: space-between; align-items: center; line-height: 47.43px; }
.register-form > .panel .panel-body .form-group:first-of-type > div ul li label { margin: 0 0 0 4px; font-weight: 400; color: #000; }
.register-form > .panel .panel-body .form-group:first-of-type > div ul li input[type='radio'] { appearance: auto; accent-color: #000; width: 16px; height: 16px; margin: 0;} */
.register-form > .panel .panel-body .form-group > div { width: 74%; margin-left: 4%; padding: 0; }
.register-form > .panel .panel-body .form-group > div { display: block; }
.register-form > .panel .panel-body .form-group > div input { line-height: 48px;}
.register-form > .panel .panel-body .form-group > div input:not(input[type='radio'],input[type='checkbox'],input[type='tel']) { float: none; width: 100%; height: 50px; border: 1px solid #DDD; border-radius: 3px; padding:0 10px;}
.register-form > .panel .panel-body .form-group > div > span.agree-box { display: block; margin-top: 10px; font-size: 14px; color: #7D7D7F; }
.register-form > .panel .panel-body .form-group > div > span.agree-box input[type='checkbox'] { margin: 0; }
.register-form > .panel .panel-body .form-group > div > span.agree-box label { margin: 0; font-weight: 400; }
.register-form > .panel .panel-body .form-group > div .phone-group { display: flex; justify-content: space-between; }
.register-form > .panel .panel-body .form-group > div .phone-group *:not(span) { display: inline-block; float: none; height: 48px; padding: 0 5px 0 2.4%; border: 1px solid #DDD; border-radius: 3px; }
.register-form > .panel .panel-body .form-group > div .phone-group select { width: 16.5%; background: url('/img/register/20250617_arrow_drop_down.svg') no-repeat right center; }
.register-form > .panel .panel-body .form-group > div .phone-group span { align-self: center; }
.register-form > .panel .panel-body .form-group > div .phone-group input[type='tel'] { width: 36%; }
.register-form > .panel .panel-body .form-group > div .phone-group input[type='tel']:active {}
.register-form > .panel .panel-body .form-group:nth-of-type(2) div b { display: block; margin-top: 10px; font-size: 14px; font-weight: 400; color: #7D7D7F; }
.register-form > .panel .panel-body .form-group:not(:nth-last-of-type(1)) { display: flex; margin: 0 0 20px 0; }
.register-form > .panel .panel-body .form-group:nth-last-of-type(2) { margin: 0 0 40px 0; }
.register-form > .panel .panel-body .form-group:nth-last-of-type(2) > div button { width: 100%; line-height: 48px; background-color: #C5C5C8; border-radius: 5px; font-size: 16px; font-weight: 500; color: #fff; transition: background-color .3s ease;}
.register-form > .panel .panel-body .form-group:nth-last-of-type(2) > div button.active { background-color: #009691; }
.register-form > .panel .panel-body .form-group:nth-last-of-type(2) > div button.active:hover { background-color: #01ada8; }
.register-form > .panel .panel-body .text-center { display: flex; gap: 0 20px; }
.register-form > .panel .panel-body .text-center * { flex: 1; }
.register-form > .panel:nth-of-type(2) { display: none; }

/* 회원가입완료 */
.register-result { max-width: 370px; margin: 0 auto; padding: 150px 0; text-align: center; }
.register-result b { display: block; margin-bottom: 15px; padding-top: 83px; background: url('/img/register/20250619_check.svg') no-repeat center top; font-size: 22px; font-weight: 400; color: #000; }
.register-result strong { font-weight: 700; }
.register-result p { margin-bottom: 73px; font-size: 16px; font-weight: 400; color: #333; }

/* account page 공통 */
[class*='account-'] > div { padding:50px 0 50px; max-width: 370px; margin: 0 auto; width:92%; }
[class*='account-'] > div h2 { margin-bottom: 25px; font-size: 26px; font-weight: 600; color: #000; text-align: center; }
[class*='account-'] > div > label { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 400; color: #000; }
[class*='account-'] > div > input:not([type='submit']) { width: 100%; padding: 0px 10px; height: 48px; margin-bottom: 15px; border: 1px solid #DDD; border-radius: 3px;}
[class*='account-'] > div > input[type='submit'] { width: 100%; margin-bottom: 20px; }
[class*='account-'] > div > input::placeholder { color: #BBB; }
[class*='account-'] > div .not-find-info { visibility: hidden; display: block; margin-bottom: 25px; font-size: 14px; font-weight: 400; color: #F0352E; }
[class*='account-'] > div .not-find-info.active { visibility: visible; }

/* 회원정보찾기 아이디 */
.account-lost-id > div ul{ display: flex; justify-content: center; gap: 0 20px; margin-bottom: 25px; }
.account-lost-id > div ul li input[type='radio'] { width: 16px; height: 16px; margin: 0; accent-color: #000; appearance: auto; }
.account-lost-id > div ul li label { margin: 0 0 0 4px; font-size: 14px; font-weight: 400; color: #000; }
.account-lost-id> div b { visibility: hidden; display: block; margin-bottom: 25px; font-size: 14px; font-weight: 400; color: #F0352E; }
.account-lost-id > div div { text-align: center; }
.account-lost-id > div div a { display: inline-block; font-size: 13px; font-weight: 500; color: #444; }
.account-lost-id > div div a:first-of-type::after { content: ''; display: inline-block; width: 1px; height: 10px; margin-left: 5px; background-color: #444; }
.account-lost-id > div div a:last-of-type { margin-left: 2px; }

/* 회원정보찾기 비밀번호 */
.account-lost-password > div b { visibility: hidden; display: block; margin-bottom: 25px; font-size: 14px; font-weight: 400; color: #F0352E; }
.account-lost-password > div b.active { visibility: visible; }
/* class 구동 인증번호 실패시 visibility: hidden -> visible 변경 */
.account-lost-password > div span { display: block; font-size: 14px; font-weight: 400; color: #ABABAB; text-align: center; }
.account-lost-password > div span a { display: inline; padding-left: 10px; font-weight: 500; color: #636363; text-decoration: underline; }

/* 로그인 */
.account-user:first-of-type > div { padding: 50px 0 0 0; margin-bottom: 40px; }
.account-user:first-of-type > div span { display: block; }
.account-user:first-of-type > div span:first-of-type { margin-bottom: 40px; }
.account-user:first-of-type > div span:first-of-type input[type='checkbox'] { width: 18px; height: 18px; margin: 0; accent-color: #1C1B1F; appearance: auto; }
.account-user:first-of-type > div span:first-of-type label { margin: 0 0 0 10px; font-size: 14px; font-weight: 400; color: #000; }
.account-user:first-of-type > div span:first-of-type { margin-bottom: 20px; }
.account-user:first-of-type > div span:nth-of-type(2) { text-align: center; }
.account-user:first-of-type > div span:nth-of-type(2) a { display: inline-block; font-size: 14px; font-weight: 400; color: #000; }
.account-user:first-of-type > div span:nth-of-type(2) a:not(:first-of-type) { margin-left: 2px; }
.account-user:first-of-type > div span:nth-of-type(2) a:not(:last-of-type)::after { content: ''; display: inline-block; width: 1px; height: 10px; margin-left: 5px; background-color: #C5C5C8; }
.account-user:last-of-type > div { padding: 40px 0 55px 0; border-top: 1px solid #ECECEC; }
.account-user:last-of-type > div > b { margin-bottom: 20px; font-size: 12px; font-weight: 400; color: #7D7D7F; }
.account-user:last-of-type > div > b.active { visibility: visible; }
/* class 구동 주문조회 실패시 visibility: hidden -> visible 변경 */
.account-user:last-of-type > div > input[type='submit'] { margin-bottom: 0; }
.user-guest { display: block; }
/* 비회원 주문조회 비활성화 */

/* 회사소개 페이지 */ 
.company-intro { padding-top: 50px; }
.company-intro > div:not(:nth-of-type(3)) { max-width: 1200px; margin: 0 auto; }
.company-intro > div:first-of-type div { padding: 160px 2.08% 45px; margin-bottom: 93px; border-radius: 20px; background: url('/img/introduce/20250618_banner_introduce.png') no-repeat center; }
.company-intro > div:first-of-type div h2 { margin-bottom: 17px; font-size: clamp(30px, 1.77vw, 34px); font-weight: 700; color: #fff; }
.company-intro > div:first-of-type div p { font-size: clamp(20px, 1.45vw, 28px); font-weight: 500; color: #fff; }
.company-intro > div:first-of-type div p b { display: block; font-weight: 700; }
.company-intro > div:nth-of-type(2) { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 11%; position: relative; margin-bottom: 138px; }
.company-intro > div:nth-of-type(2) h2 { font-size: 36px; font-weight: 700; color: #008983; }
.company-intro > div:nth-of-type(2) div { max-width: 900px; }
.company-intro > div:nth-of-type(2) div > p { margin-bottom: 40px; font-size: 18px; font-weight: 500; color: #000; }
.company-intro > div:nth-of-type(2) div ol { display: flex; flex-wrap: wrap; gap: 28px 2%; list-style: none; padding-left: 0px; }
.company-intro > div:nth-of-type(2) div ol li { display: flex; flex-wrap: wrap; border-radius: 20px; padding: 30px 3.2% 25px 3.2%; border: 1px solid #008983; transition: .5s ease-out; }
.company-intro > div:nth-of-type(2) div ol li:nth-child(3n+1) { width: 60% }
.company-intro > div:nth-of-type(2) div ol li:nth-child(n+2):nth-child(-n+3) { width: 38%; max-width: 340px; }
.company-intro > div:nth-of-type(2) div ol li.active { background-color: #008983; }
.company-intro > div:nth-of-type(2) div ol li *:not(b) { align-self: flex-end; transition: color .5s ease-in; }
.company-intro > div:nth-of-type(2) div ol li b { width: 100%; margin-bottom: 95px; font-size: 36px; font-weight: 900; color: #008983;  transition: color .85s ease-in}
.company-intro > div:nth-of-type(2) div ol li h4 { margin-bottom: 15px; line-height: 1.4; font-size: 20px; font-weight: 700; color: #000; }
.company-intro > div:nth-of-type(2) div ol li p { font-size: 14px; font-weight: 400; color: #111; }
.company-intro > div:nth-of-type(2) div ol li.active * { color: #fff; }
.company-intro > section.paper-wrapper { display: flex; flex-direction: column; gap: 40px; }
.company-intro > section.paper-wrapper > h2 { font-weight: 600; color: var(--sub-clr, #008983); font-size: 36px; line-height: 140%; letter-spacing: -0.02em; }
.company-intro > div.digital-printing { padding: 100px 0; margin-bottom: 80px; background: url('/img/introduce/20250618_bg_print.png') no-repeat center; text-align: center; }
.company-intro > div.digital-printing h3 { margin-bottom: 80px; line-height: 1.3; font-size: clamp(34px, 2.18vw, 42px); font-weight: 600; color: #111; }
.company-intro > div.digital-printing h3 strong { display: block; color: #027973; }
.company-intro > div.digital-printing ul { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 18.75%; text-align: center; transition: padding .3s ease; }
.company-intro > div.digital-printing ul li { flex-basis: 31.4%; padding-top: 150px; background-repeat: no-repeat; background-position: center top; color: #000; }
.company-intro > div.digital-printing ul li:nth-child(1) { background-image: url('/img/introduce/20250618_example_print_01.svg'); }
.company-intro > div.digital-printing ul li:nth-child(2) { background-image: url('/img/introduce/20250618_example_print_02.svg'); }
.company-intro > div.digital-printing ul li:nth-child(3) { background-image: url('/img/introduce/20250618_example_print_03.svg'); min-width: 272px; }

/*히스토리 페이지*/
.all-history-wrapper { display: flex; flex-direction: column; gap: 50px; }
.hitory-wrapper  { display: flex; padding: 60px 0; flex-direction: column; gap: 40px; }
.hitory-wrapper > h2 { font-size: 36px; font-weight: 700; line-height: 140%; letter-spacing: -0.02em; color: var(--sub-clr, #008983); }
.hitory-wrapper > div { display: flex; flex-direction: column; gap: 120px; }
.hitory-wrapper > div > article { display: flex; flex-direction: column; gap: 50px; }
.hitory-wrapper > div > article > h3 { font-weight: 700; font-size: 38px; color: var(--main-clr, #000); line-height: 140%; letter-spacing: -0.02em; }
.hitory-wrapper > div > article > ul { display: flex; flex-direction: row; gap: 20px; }
.hitory-wrapper > div > article > ul > li { flex-basis: 50%; }
.organization-wrapper { display: flex; flex-direction: column; gap: 40px; }
.organization-wrapper > h2 { font-size: 36x; font-weight: 700; line-height: 140%; letter-spacing: -0.02em; color: var(--sub-clr, #008983); }

/*장비소개 페이지*/
#degitalPressinfo { display: flex; flex-direction: column; }
#degitalPressinfo .frst-sec { display: flex; justify-content: space-between; padding: 50px 0; }
#degitalPressinfo .frst-sec article { display: flex; flex-direction: column; gap: 50px; }
#degitalPressinfo .frst-sec img {width:100%; max-width:400px;}
#degitalPressinfo .frst-sec article > h2 { font-size: 48px; font-weight: 700; line-height: 130%; letter-spacing: -0.02em; }
#degitalPressinfo .frst-sec article > h2 > span.sub-clr { color: var(--sub-clr, #008983); }
#degitalPressinfo .frst-sec article > h2 > span.grey-clr { color: #DDD; }
#degitalPressinfo .frst-sec article .text-wrapper { display: flex; flex-direction: column; }
#degitalPressinfo .frst-sec article .text-wrapper > p { font-weight: 400; font-size: 18px; line-height: 150%; letter-spacing: -0.02em; color: #555; }
#degitalPressinfo .sec-sec { padding: 50px 0; }
#degitalPressinfo .sec-sec > ul { display: flex; gap: 30px; }
#degitalPressinfo .sec-sec > ul > li.con { flex: 1 1 0; display: flex; flex-direction: column; gap: 30px; }
#degitalPressinfo .sec-sec > ul > li.con > img { max-width: 100%; }
#degitalPressinfo .sec-sec > ul > li.con > p { text-align: center; color: var(--main-clr, #000); font-size: 20px; font-weight: 500; line-height: 130%; letter-spacing: -0.02em; }
#degitalPressinfo .sec-sec > ul > li.pc { display: flex; align-items: center; justify-content: center; }
#degitalPressinfo .machines-sec { padding-top: 100px; padding-bottom: 50px; display: flex; flex-direction: column; gap: 40px; }
#degitalPressinfo .machines-sec > h2 { font-weight: 700; font-size: 36px; line-height: 140%; letter-spacing: -0.02em; color: var(--sub-clr, #008983); }
#degitalPressinfo .machines-sec > ul { display: flex; gap: 70px; }
#degitalPressinfo .machines-sec > ul > li { flex: 1 1 0; display: flex; flex-direction: column; gap: 50px; }
#degitalPressinfo .machines-sec > ul > li > div.text-wrapper { padding-top: 33px; display: flex; flex-direction: column; gap: 40px; border-top: 3px solid #FAF5E8; position: relative; }
#degitalPressinfo .machines-sec > ul > li > div.text-wrapper::after { content: ""; position: absolute; top: -3px; left: 0; height: 3px; width: 25%; background-color: var(--sub-clr, #008983); }
#degitalPressinfo .machines-sec > ul > li > div.text-wrapper div.title-wrapper { display: flex; flex-direction: column; gap: 10px; }
#degitalPressinfo .machines-sec > ul > li > div.text-wrapper div.title-wrapper > span { font-weight: 500; font-size: 15px; line-height: 15px; letter-spacing: -0.02em; color: #7B967D; }
#degitalPressinfo .machines-sec > ul > li > div.text-wrapper div.title-wrapper > h3 { font-weight: 400; font-size: 30px; line-height: 34px; letter-spacing: -0.03em; color: #222; }
#degitalPressinfo .machines-sec > ul > li > div.text-wrapper > p { font-weight: 400; font-size: 15px; line-height: 24px; letter-spacing: -0.02em; color: #555; }
#degitalPressinfo .price-sec { padding: 70px 0; display: flex; flex-direction: column; gap: 30px; }
#degitalPressinfo .price-sec > h2 { font-weight: 600; font-size: 36px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); text-align: center; }
#degitalPressinfo .price-sec > .table-wrapper { display: flex; flex-direction: column; gap: 10px; }
#degitalPressinfo .price-sec > .table-wrapper > p { text-align: right; font-size: 16px; font-weight: 400; line-height: 130%; letter-spacing: -0.02em; color: #555; }
#degitalPressinfo .price-sec .compare-table { width: 100%; border-collapse: collapse; table-layout: auto; font-size: 15px; line-height: 1.5; color: #333; border-top: 2px solid var(--main-clr, #000); }
#degitalPressinfo .price-sec .compare-table thead th { background-color: #FAF5E8; font-weight: 400; padding: 24px 12px; border-bottom: 1px solid #888; text-align: center; font-size: 18px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
#degitalPressinfo .price-sec .compare-table tbody tr { border-bottom: 1px solid #888; }
#degitalPressinfo .price-sec .compare-table tbody th { font-weight: 600; font-size: 22px; line-height: 130%; letter-spacing: -0.02em; padding: 20px 12px; text-align: center; border-right: 1px solid #888; }
#degitalPressinfo .price-sec .compare-table tbody th:first-child { background-color: #FAF5E8; }
#degitalPressinfo .price-sec .compare-table td { padding: 20px 12px; font-weight: 400; line-height: 130%; letter-spacing: -0.02em; border-right: 1px solid #888; color: var(--main-clr, #000); }
#degitalPressinfo .price-sec .compare-table td:last-child { border-right: none; }
#degitalPressinfo .price-sec .compare-table .red { color: #F04B57; font-weight: 600; font-size: 18px; line-height: 130%; letter-spacing: -0.02em; }
#degitalPressinfo .price-sec .compare-table .highlight { position: relative; color: #d30000; font-size: 20px; font-weight: 700; overflow: hidden; text-align: center;/*  background: url(/img/degitalPage/history/250806_win_badge.svg)no-repeat 0 0; */ }
#degitalPressinfo .price-sec .compare-table .highlight strong { display: inline-block; font-weight: 700; font-size: 24px; line-height: 130%; letter-spacing: -0.02em; color: #F04B57; }
#degitalPressinfo .price-sec .compare-table .highlight .vat,
#degitalPressinfo .price-sec .compare-table tbody tr:last-child td:last-child .vat { display: inline-block; font-size: 16px; color: #888; font-weight: 400; line-height: 130%; letter-spacing: -0.02em; }
#degitalPressinfo .price-sec .compare-table tbody tr:last-child td:last-child { text-align: center; }
#degitalPressinfo .price-sec .compare-table tbody tr:last-child td:last-child strong { font-weight: 700; font-size: 24px; line-height: 130%; letter-spacing: -0.02em; color: #555; }

/*품질보증 페이지*/
#qualityPage .frst-section { padding: 50px 0; display: flex; gap: 80px; justify-content: space-between; }
#qualityPage .frst-section .text-wrapper { display: flex; flex-direction: column; gap: 100px; }
#qualityPage .frst-section .text-wrapper .title-wrapper { display: flex; flex-direction: column; gap: 50px; }
#qualityPage .frst-section .text-wrapper .title-wrapper > p { color: #7B967D; font-size: 24px; font-weight: 700; line-height: 100%; letter-spacing: -0.02em; }
#qualityPage .frst-section .text-wrapper .title-wrapper > article { display: flex; flex-direction: column; gap: 30px; }
#qualityPage .frst-section .text-wrapper .title-wrapper > article > h2 { font-weight: 600; font-size: 48px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
#qualityPage .frst-section .text-wrapper .title-wrapper > article > div.p-wrapper > p { font-weight: 400; font-size: 24px; line-height: 150%; letter-spacing: -0.02em; color: #555; }
#qualityPage .frst-section .text-wrapper > ul.icon-wrapper { display: flex; gap: 10px; }
#qualityPage .frst-section .text-wrapper > ul.icon-wrapper > li { display: flex; align-items: center; justify-content: center; }
#qualityPage .sec-section { padding: 50px 0; display: flex; gap: 80px; justify-content: space-between; }
#qualityPage .frst-section .img-wrapper,
#qualityPage .sec-section .img-wrapper { display: flex; gap: 20px; }
#qualityPage .frst-section .img-wrapper > li,
#qualityPage .sec-section .img-wrapper > li { display: flex; flex-direction: column; gap: 20px; }
#qualityPage .frst-section .img-wrapper > li > div,
#qualityPage .sec-section .img-wrapper > li > div { position: relative; }
#qualityPage .frst-section .img-wrapper > li > div::after,
#qualityPage .sec-section .img-wrapper > li > div::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0)); pointer-events: none; max-width: 100%; width: 100%; }
#qualityPage .frst-section .img-wrapper > li > div > span,
#qualityPage .sec-section .img-wrapper > li > div > span { position: absolute; left: 20px; bottom: 20px; font-size: 20px; font-weight: 600; line-height: 15px; letter-spacing: -0.02em; color: #fff;  z-index: 10; }
#qualityPage .sec-section .text-wrapper { display: flex; flex-direction: column; gap: 44px; }
#qualityPage .sec-section .text-wrapper .title-wrapper { display: flex; flex-direction: column; gap: 50px; }
#qualityPage .sec-section .text-wrapper .title-wrapper > p { color: #7B967D; font-size: 24px; font-weight: 700; line-height: 100%; letter-spacing: -0.02em; }
#qualityPage .sec-section .text-wrapper .title-wrapper > article { display: flex; flex-direction: column; gap: 30px; }
#qualityPage .sec-section .text-wrapper .title-wrapper > article > h2 { font-weight: 600; font-size: 48px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
#qualityPage .sec-section .text-wrapper .title-wrapper > article > div.p-wrapper > p { font-weight: 400; font-size: 24px; line-height: 150%; letter-spacing: -0.02em; color: #555; }
#qualityPage .sec-section .text-wrapper > p { font-weight: 400; font-size: 24px; line-height: 150%; letter-spacing: -0.02em; color: #555; }
#qualityPage .sec-section .text-wrapper > p > span { font-weight: 600; color: #F04B57; }

/*오시는길 페이지*/
#directions { padding: 50px 0; display: flex; flex-direction: column; gap: 40px; }
#directions > h2 { font-weight: 700; font-size: 36px; line-height: 140%; letter-spacing: -0.02em; color: var(--sub-clr, #008983); }
#directions > div.how-u-come div { display: flex; flex-wrap: wrap; gap: 20px 4.16%; }
#directions > div.how-u-come div:first-of-type { margin-bottom: 50px; }
#directions > div.how-u-come div iframe { width: 100%; height: 520px; margin-bottom: 20px; border: 0; }
#directions > div.how-u-come div h4 { font-size: 24px; font-weight: 700; color: #000; }
#directions > div.how-u-come div address > * { padding-left: 30px; background-repeat: no-repeat; }
#directions > div.how-u-come div address * { font-size: 18px; font-weight: 500; color: #111; }
#directions > div.how-u-come div address *:not(:last-child) { margin-bottom: 10px; }
#directions > div.how-u-come div address * b { font-weight: 700; }
#directions > div.how-u-come div address span { display: block; background-image: url('/img/introduce/20250618_ico_map.svg'); background-position: left top 4px;}
#directions > div.how-u-come div address a { width: fit-content; }
#directions > div.how-u-come div address a:nth-of-type(1) { background-image: url('/img/introduce/20250618_ico_call.svg'); background-position: left center; }
#directions > div.how-u-come div address a:nth-of-type(2) { background-image: url('/img/introduce/20250618_ico_fax.svg'); background-position: left center; }

/* 상품 상세 페이지 */
/*.container:has(.shop-item-wp) { max-width: 100%; }
.container .location-wrapper-view { position: absolute; width: 100%; max-width: 1200px; top: 0; left: 50%; transform: translateX(-50%); }
.shop-item-wp { margin-bottom: 50px; padding-top: 50px; }
.shop-item-wp .container { padding: 0; }
.shop-item-wp .container .item-view-info { display: flex; gap: 0 4.16%; margin: 0 auto; max-width: 1200px; }
.shop-item-wp .container .item-view-info .item-info-left { display: flex; gap: 0 20px; float: none; }
.shop-item-wp .container .item-view-info .item-info-left .img_expand_wp { margin: 0; }
.shop-item-wp .container .item-view-info .item-info-left .img_expand_wp img { width: 100%; border: none; max-width: 500px; }
.shop-item-wp .container .item-view-info .item-info-left .overflow-wrapper { order: -1; }
.shop-item-wp .container .item-view-info .item-info-left .overflow-wrapper .img_small_wp .img_small { margin: 0; width: auto; height: auto; max-width: 92px; }
.shop-item-wp .container .item-view-info .item-info-left .overflow-wrapper .img_small_wp .img_small:not(:last-child) { margin-bottom: 10px; }
.shop-item-wp .container .item-view-info .item_info_right { float: none; width: 100%; max-width: 538px; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type { margin-bottom: 20px; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2 { margin-bottom: 15px; font-size: 24px; font-weight: 600; color: #000; line-height: 30px; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2:after{ content: ''; display: block; clear: both; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2 span { float: right; line-height: 1; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2 span a { display: inline-block; vertical-align: middle;}
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2 span a:last-of-type { margin-left: 10px; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2 span a svg { display: block; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type h2 span a:first-of-type.active svg path { fill: red; stroke: red; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type .info_btn_top a { max-width: 111px; background-color: #008983; border-radius: 17px; font-size: 18px; font-weight: 500; color: #fff; line-height: 34px; text-align: center; transition: background-color .3s ease; }
.shop-item-wp .container .item-view-info .item_info_right > div:first-of-type .info_btn_top a:hover { background-color: #26A6A3; }
.shop-item-wp .container .item-view-info .item_info_right .item_info_txt_wp { padding: 20px 0; border-width: 1px 0; border-style: solid; border-color: #ececec; line-height: 1; }
.shop-item-wp .container .item-view-info .item_info_right .item_info_txt_wp .item_info_txt:first-of-type { margin-bottom: 20px; }
.shop-item-wp .container .item-view-info .item_info_right .item_info_txt_wp .item_info_txt { display: flex; gap: 0 13.38%; }
.shop-item-wp .container .item-view-info .item_info_right .item_info_txt_wp .item_info_txt h6 { font-size: 14px; font-weight: 400; color: #636363; line-height: 18px; min-width: 50px; }
.shop-item-wp .container .item-view-info .item_info_right .item_info_txt_wp .item_info_txt span { font-size: 14px; font-weight: 400; color: #000; line-height: 18px; }
.main_tab_wp { position: relative; scroll-behavior: smooth; overflow-y: auto; }
.main_tab_wp > * div { scroll-margin-top: 100px; }
.main_tab_wp::before { content: ''; display: block; position: absolute; top: 55px; left: 0; z-index: -1; width: 100%; height: 1px; background-color: #7D7D7F;}
.main_tab_wp .detail-info { margin: 0 auto; max-width: 1200px; }
.main_tab_wp .detail-info > ul { display: flex; line-height: 1; }
.main_tab_wp .detail-info > ul li { flex: 1; }
.main_tab_wp .detail-info > ul li a { font-size: 17px; font-weight: 500; color: #7D7D7F; line-height: 54px; text-align: center; }
.main_tab_wp .detail-info > ul li a.active { color: #008983; border-bottom: 2px solid #008983; }
.main_tab_wp .detail-info #infoDetail { margin-bottom: 30px; }
.main_tab_wp .detail-info #infoDetail img { margin: 0 auto; width: 100%; max-width: 600px; }
.main_tab_wp .detail-info #infoDelivery { margin-bottom: 50px; }
.main_tab_wp .detail-info #infoDelivery h2 { margin-bottom: 30px; font-size: 20px; font-weight: 500; color: #000; }
.main_tab_wp .detail-info #infoDelivery ul { padding: 40px; border: 1px solid #EBEBEB; line-height: 1; }
.main_tab_wp .detail-info #infoDelivery ul li:not(:last-child) { margin-bottom: 40px; }
.main_tab_wp .detail-info #infoDelivery ul li h3 { margin-bottom: 20px; font-size: 18px; font-weight: 600; color: #000; }
.main_tab_wp .detail-info #infoDelivery ul li p { font-size: 16px; font-weight: 400; color: #636363; line-height: 22px; }
.main_tab_wp .detail-info #infoDelivery ul li p:not(:last-of-type) { margin-bottom: 12px; }
.main_tab_wp .detail-info #askProduct h2 { margin-bottom: 30px; font-size: 20px; font-weight: 500; color: #000; }
.main_tab_wp .detail-info #askProduct h2 span { float: right; }
.main_tab_wp .detail-info #askProduct h2 span a { display: inline-block; height: 30px; line-height: 30px; font-size: 16px; font-weight: 500; color: #008983; }
.main_tab_wp .detail-info #askProduct h2 span a.btn-check2 { color: #fff; margin-left: 5px; }
.main_tab_wp .detail-info #askProduct .qa-head { text-align: center; }
.main_tab_wp .detail-info #askProduct .qa-head span { font-weight: 500; }
.main_tab_wp .detail-info #askProduct .qa-list { border-top: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB; }
.main_tab_wp .detail-info #askProduct .qa-list li:not(:last-child) { border-bottom: 1px solid #EBEBEB; }
.main_tab_wp .detail-info #askProduct .qa-list li span { font-weight: 400; }
.main_tab_wp .detail-info #askProduct .qa-list li span:not(:nth-of-type(2)) { text-align: center; }
.main_tab_wp .detail-info #askProduct .qa-layout { display: flex; gap: 0 2.5%; padding: 20px 10px; }
.main_tab_wp .detail-info #askProduct .qa-layout span { font-size: 14px; color: #111; }
.main_tab_wp .detail-info #askProduct .qa-layout span:nth-child(1) { flex-basis: 4%; min-width: 25px; }
.main_tab_wp .detail-info #askProduct .qa-layout span:nth-child(2) { flex-basis: calc(60% - 20px); }
.main_tab_wp .detail-info #askProduct .qa-layout span:nth-child(3) { flex-basis: 10%; min-width: 40px; }
.main_tab_wp .detail-info #askProduct .qa-layout span:nth-child(4) { flex-basis: 10%; min-width: 82px; }
.main_tab_wp .detail-info #askProduct .qa-layout span:nth-child(5) { flex-basis: 6%; min-width: 40px; }*/
.product-view-wrapper { display: flex; flex-direction: column; gap: 130px; }
.product-view-wrapper > .product-view-wp { display: flex; flex-direction: row; gap: 50px; }
.product-view-wrapper > .product-view-wp > .img-wp { display: flex; flex-direction: column-reverse; gap: 20px; flex: 1 1 0; max-width: 480px; }
.product-view-wrapper > .product-view-wp > .img-wp > .thumb-small-wrapper { max-width: 100%; height: auto; width: 100%; }
.product-view-wrapper > .product-view-wp > .img-wp > .thumb-small-wrapper div { cursor: pointer; }
.product-view-wrapper > .product-view-wp > .img-wp > .thumb-small-wrapper div img { aspect-ratio: 1 / 1; }
.product-view-wrapper > .product-view-wp > .img-wp > .thumb-big-wrapper { display: flex; align-items: center; justify-content: center; }
.product-view-wrapper > .product-view-wp > .img-wp > .thumb-big-wrapper > img { width: 100%; max-width: 100%; aspect-ratio: 480 / 480; }
.product-view-wrapper > .product-view-wp > .info-wp { display: flex; flex-direction: column; flex: 1 1 0; gap: 30px; }
.product-view-wrapper > .product-view-wp > .info-wp > h2 { color: var(--main-clr, #000); font-weight: 700; font-size: 28px; line-height: 100%; letter-spacing: 0.00em; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper { display: flex; flex-direction: column; gap: 20px; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-brief { display: flex; flex-direction: column; gap: 20px; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > dl > div.row { display: flex; flex-direction:row; justify-content: space-between; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > dl > div.row > dt { font-size: 16px; font-weight: 600; line-height: 130%; letter-spacing: -0.02em; color: #636363; max-width: 170px; flex: 1 1 0; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > dl > div.row > dd { font-weight: 500; font-size: 18px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); flex: 1 1 0; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-section { display: flex; justify-content: space-between; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-section > h3 { flex: 1 1 0; max-width: 170px; font-size: 16px; font-weight: 600; line-height: 130%; letter-spacing: -0.02em; padding-top: 12px; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-section > ul.kv-list { display: flex; flex-direction: column; gap: 5px; flex: 1 1 0; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-section > ul.kv-list > li { display: flex; flex-direction: row; justify-content: space-between; padding: 0 15px; align-items: center; height: 46px; border: 1px solid #E7E8EB; border-radius: 6px; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-section > ul.kv-list > li > span.k { font-weight: 600; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .product-section > ul.kv-list > li > span.v { font-weight: 400; font-size: 16px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
/**/
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .add-product-section { display: flex; justify-content: space-between; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .add-product-section > h3 {padding-top:12px; flex: 1 1 0; max-width: 170px; font-size: 16px; font-weight: 600; line-height: 130%; letter-spacing: -0.02em; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .add-product-section > ul.kv-list { display: flex; flex-direction: column; gap: 5px; flex: 1 1 0;}
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .add-product-section > ul.kv-list > li { display: flex; flex-direction: row; justify-content: space-between; padding: 11.5px 15px; align-items: center;    border: 1px solid #E7E8EB; border-radius:6px; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .add-product-section > ul.kv-list > li > span.k { font-weight: 600; }
.product-view-wrapper > .product-view-wp > .info-wp > .wp-wrapper > .add-product-section > ul.kv-list > li > span.v { font-weight: 400; font-size: 16px; line-height: 130%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
.product-view-wrapper > .product-view-wp .cta > .btn-inquiry { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--sub-clr, #008983); color: #fff; height: 58px; font-size: 20px; font-weight: 600; line-height: 100%; letter-spacing: -0.02em; }
.product-view-wrapper > .item-landing-info { display: flex; flex-direction: column; gap: 20px; padding-bottom: 200px; }
.product-view-wrapper > .item-landing-info.active { padding-top: var(--ul-height); }
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper {gap:8px; display: flex; flex-direction: row; height: 44px; max-width: 1200px; }
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper.active { position: fixed; top: calc(var(--fixed-header-height) - 25px); left: 50%; right: 0; transform: translateX(-50%); }
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper > li {background:#f9fafb; border-radius:8px; flex-basis: 25%; display: flex; align-items: center; justify-content: center; height: 100%; transition: color .3s ease, border .3s ease; position: relative; }
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper > li + li { margin-left: -1px; }
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper > li > button { font-weight: 600; font-size: 20px; line-height: 100%; letter-spacing: -0.02em; color: #555; height: 100%; width: 100%; }
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper > li.active {background:#009691; z-index: 1;}
.product-view-wrapper > .item-landing-info > ul.info-btn-wrapper > li.active > button {color:#fff; }
.product-view-wrapper > .item-landing-info .info-con-wrapper { display: flex; flex-direction: column; }
/* .product-view-wrapper > .item-landing-info .info-con-wrapper.active { padding-top:; } */
.product-view-wrapper > .item-landing-info .info-con-wrapper > section { padding: 100px 0; }
.product-view-wrapper > .item-landing-info .info-con-wrapper > section > h2 { margin-bottom: 30px; font-size: 20px; font-weight: 500; color: #000; }
.product-view-wrapper > .item-landing-info .info-con-wrapper > .detail-info,
.product-view-wrapper > .item-landing-info .info-con-wrapper > .made-guie { display: flex; flex-direction: column; }
.product-view-wrapper > .item-landing-info .info-con-wrapper > .detail-info > img,
.product-view-wrapper > .item-landing-info .info-con-wrapper > .made-guie > img { width: 100%; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .notice-wrapper h2 { margin-bottom: 30px; font-size: 20px; font-weight: 500; color: #000; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .notice-wrapper ul { padding: 40px; border: 1px solid #EBEBEB; line-height: 1; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .notice-wrapper ul li:not(:last-child) { margin-bottom: 40px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .notice-wrapper ul li h3 { margin-bottom: 20px; font-size: 18px; font-weight: 600; color: #000; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .notice-wrapper ul li p { font-size: 16px; font-weight: 400; color: #636363; line-height: 22px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .notice-wrapper ul li p:not(:last-of-type) { margin-bottom: 12px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-wrapper { width: 100%; max-width: 960px; margin: 0 auto; padding: 20px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-header > h3 { font-weight: 500; font-size: 20px; line-height: 140%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-buttons { display: flex; gap: 8px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-buttons button { padding: 6px 12px; font-size: 14px; border: 1px solid #008983; background: #008983; color: #fff; border-radius: 4px; cursor: pointer; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-buttons button:last-child { background: #fff; color: #008983; border: 1px solid #008983; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table th,
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table td { border-bottom: 1px solid #ddd; text-align: left; padding: 12px 8px; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table thead th { background-color: #f9f9f9; font-weight: 600; color: #333; }
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table tbody tr:hover { background-color: #f5f5f5; cursor: pointer; }


/* 상품 검색 페이지 */
.search-container > div { padding-top: 50px; text-align: center; }
.search-container > div > b { display: block; margin-bottom: 50px; font-size: 24px; font-weight: 600; color: #000; }
.search-container > div input[type='text'] { padding: 8px 16px; height: 38px; width: 26%; max-width: 311px; min-width: 220px; }
.search-container > div .btn-check2 { display: inline-block; width: 6%; height: 38px; line-height: 38px; min-width: 70px; }
.search-container > div div { margin: 15px 0 50px; }
.search-container > div div b { font-size: 15px; font-weight: 600; color: #111; }
.search-container > div div ul { display: inline-block; margin-left: 20px; }
.search-container > div div ul li { display: inline-block; font-size: 15px; font-weight: 400; color: #636363; vertical-align: middle; }
.search-container > div div ul li a { display: inline; }
.search-container > div div ul li:not(:first-child) { margin-left: 8px; }
.search-container > div div ul li:not(:last-child)::after { content: ''; display: inline-block; width: 1px; height: 10px; background-color: #ABABAB; margin-left: 10px; }
.search-sortbar { display: flex; flex-wrap: wrap; justify-content: space-between; }
.search-sortbar p.result-list-data { font-size: 14px; font-weight: 400; color: #000; order: -1; }
.search-sortbar #gallery-row { margin-top: 15px; width: 100%; }
.search-sortbar .order-select { display: flex; justify-content: flex-end; align-items: center; margin-left: auto; position: relative; margin-bottom: 14px; }
.search-sortbar .order-btn { background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 17px; line-height: 130%; letter-spacing: -0.02em; font-size: 14px; font-weight: 400; color: #000; }
.search-sortbar .order-list a { display: block; padding: 8px 12px; color: #333; text-decoration: none; }
.search-sortbar .order-list a:hover { background: #f5f5f5; }
.search-sortbar .order-list { display: none; position: absolute; top: calc(100% + 4px); right: 0; background: #fff; border: 1px solid #ccc; z-index: 10; min-width: 80px; }
.search-sortbar .order-list.visible {display: block; }

/* 리뷰 게시판 */
/* 목록 */
#bo_gall::after { content: ''; display: block; clear: both; }
#bo_gall .gall_text_href img { margin: 4px 0 0 0; float: right; }
#bo_gall .gall_img img { margin: 0 auto; }
#bo_gall .gall_img span { line-height: 124px; }
#bo_gall #bo_sch legend { border: 0; }
#bo_gall #bo_sch form > div { display: flex; }
#bo_gall #bo_sch form > div * { float: none; }
#bo_gall #bo_sch form > div select{ width: 28%; margin-right: 10px; padding: 0 5px; background: url('/img/register/20250617_arrow_drop_down.svg') no-repeat right center; box-sizing: border-box; }
#bo_gall #bo_sch form > div input[type='text'] { width: 63%; }
#bo_gall #bo_sch form > div input[type='submit'] { width: 9%; }
#bo_gall .btn_b01 { padding: 0 10px; border-radius: 4px; font-size: 16px; font-weight: 500; height: 35px; line-height: 35px; }
#bo_gall [class*='btn-check'] { height: 35px; line-height: 35px; }
/* 글쓰기 */
.gall-write input[type='file'] { width: calc(100% - 50px); outline: none; }
.gall-write .btn_confirm.write_div { display: flex; justify-content: center; gap: 0 20px; margin: 30px 0 0 0 !important; }
.gall-write .btn_confirm.write_div * { width: 100%; max-width: 77px; }
/* 글읽기 */
#bo_v header { padding: 10px 0; }
#bo_v .bo_v_nb li::after { content: ''; display: block; clear: both; }
#bo_v textarea { resize: none; }
#bo_v [class*='btn-check'] { display: inline-block; height: 35px; line-height: 35px; }
#bo_v .fa-lock { vertical-align: -11%; }

/* faq */
.list-tsearch select.input-sm { line-height: inherit; }
.list-tsearch form>div div:not(:last-of-type) { padding-top: 2.5px; }
#board-container > .btn_bo_user .btn_gr_r { display: none; }
#board-container .btn_bo_user .btn_gr_r .btn-group .btn { line-height: 26px; }
.user-write > div { flex: 1; }


/* 약관 페이지 */
[class*='footer-'] .panel-body { padding: 50px 0 0 0; margin: 0 auto; }
[class*='footer-'] .panel-body textarea { resize: none; height: 600px; }

/* footer */
#footer { padding: 80px 0 50px; border-top: 1px solid rgba(200, 200, 200, 0.8); }
#footer > div { display: flex; flex-wrap: wrap; gap: 50px 0; justify-content: space-between; max-width: 1200px; margin: 0 auto; width:92%;}
#footer > div > div:first-of-type { flex-basis: 540px; }
#footer > div > div:first-of-type h2 { margin-bottom: 52px; }
#footer > div > div:first-of-type h2 img { width: 100%; max-width: 226px; }
#footer > div > div:first-of-type ul { display: flex; gap: 0 20px; margin-bottom: 30px; }
#footer > div > div:first-of-type ul li:not(:last-child)::after{ content: ''; display: inline-block; width: 1px; height: 9px; background-color: #ABABAB; margin-left: 20px; }
#footer > div > div:first-of-type ul li a{ display: inline-block; font-size: 15px; font-weight: 600; color: #000; }
#footer > div > div:first-of-type p { display: flex; flex-wrap: wrap; gap: 6px 12px; }
#footer > div > div:first-of-type p > * { font-size: 13px; font-weight: 500; color: #333; }
#footer > div > div:first-of-type p > * b { font-weight: 700; }
#footer > div > div:nth-of-type(2) { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 55px 20px; flex-basis: 420px; }
#footer > div > div:nth-of-type(2) > div h3 { margin-bottom: 15px; font-size: 15px; font-weight: 600; color: #000; }
#footer > div > div:nth-of-type(2) > div b { font-size: 13px; font-weight: 500; color: #333; font-style: normal; }
#footer > div > div:nth-of-type(2) > div:first-child address { padding-bottom: 5px; font-size: 20px; font-weight: 700; color: #000; }
#footer > div > div:nth-of-type(2) > div:first-child address > span { display: block; }
#footer > div > div:nth-of-type(2) > div:first-child address a { display: inline; font-style: normal; line-height: 1.5; }
#footer > div > div:nth-of-type(2) > div:first-child address a span { font-weight: 500; }
#footer > div > div:nth-of-type(2) > div:last-child { max-width: 157px; }
#footer > div > div:last-of-type { flex-basis: 100%; }
#footer > div > div:last-of-type cite { font-size: 13px; font-weight: 400; font-style: normal; color: #CCC; }
#footer > div > div:last-of-type span { float: right; }
#footer > div > div:last-of-type span a { display: inline-block; width: 18px; height: 18px; text-indent: -9999px; background-repeat: no-repeat; background-position: center; }
#footer > div > div:last-of-type span a:not(:first-child) { margin-left: 10px; }
#footer > div > div:last-of-type span a:nth-child(1) { background-image: url('/img/footer/20250620_ico_sns_01.svg'); }
#footer > div > div:last-of-type span a:nth-child(2) { background-image: url('/img/footer/20250620_ico_sns_02.svg'); }
#footer > div > div:last-of-type span a:nth-child(3) { background-image: url('/img/footer/20250620_ico_sns_03.svg'); }

/* notice heart 아이콘 제거 */
i.fa-heart { display: none; }

/*애니메이션*/
@keyframes slow-blink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}

#fregister p:before { content: none;}

#topbtn { display: none !important; }
.btn_bo_user { display: flex; }
.btn_bo_user > div { float: none; }
.row { margin: 0; padding: 0; }
.tabs LI a:hover, .tabs Li a:focus { color: inherit !important; }
.sub_bg { display: none; }
.container-fluid { display: none; }
.fa, .far, .fas { font-family: 'FontAwesome' !important; }
.max-width-100 { width: 100%; max-width: 100%; }
.max-width-100 > img { width: 100%; }
#for-fixed-toggle { transition: transform 0.3s ease; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; }
#header-marquee,
#header-menu-wrapper { transition: transform 0.3s ease; }
/*#for-fixed-toggle.fixed {  }*/
.navbar { border: none; background-color: #fff; }
select.input-sm { line-height: 1.5; /*탬플릿에서 이상하게 30박아놨길래 fix*/ }
.margin-top-fix { margin-top: 12px; }
.write-wrap .control-label { padding: 0; }
.write-wrap label { margin: 0; }
select.input-sm { line-height: 1.5; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { box-shadow: 0 0 5px #6bd1c4 !important; border: 1px solid var(--sub-clr, #009691) !important; }
.btn-primary { background-color: var(--sub-clr, #009691); }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary { color: #fff !important; background-color: #007f7a; border-color: #00635e; }
.zingi-fix .col-sm-12 { padding-left: 0; }

/*top-header부분, 경로 head.php*/
#top-header { width: 100%; overflow: hidden; background: #fff; }
#top-header #header-menu-wrapper { width: 100%; max-width: 1200px; height: 84px; margin: 0 auto; padding: 20px 0px; display: flex; align-items: center; justify-content: space-between; background-color: #fff; }
#top-header h1 { width: 181px; height: 100%; }
#top-header h1 > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
#top-header h1 > a > img { width: 100%; }
#top-header .serach-bar-wrapper { width: 350px; height: 100%; display: flex; align-items: center; justify-content: center; }
#top-header .search-bar-wrapper { width: 350px; height: 100%; display: flex; align-items: center; justify-content: center; }/* 검색창 wrapper - 정렬 */
#top-header .search-bar { width: 100%; height: 40px; padding: 0 26px; border: 1px solid #FFDE33; border-radius: 9999px; background-color: #fff; display: flex; align-items: center; gap: 8px; box-sizing: border-box; }/* 검색 form 전체 */
#top-header .search-bar .search-input { flex: 1; border: none; outline: none; font-size: 14px; color: #333; background-color: transparent; }/* 검색 input */
#top-header .search-bar .search-input::placeholder { color: #bbb; } /* placeholder 스타일 */
#top-header .search-bar .search-button { background: none; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; }/* 검색 버튼 (돋보기) */
#top-header .search-bar svg g path { stroke: #000; }
#top-header .menu-btn-wrapper { display: flex; align-items: center; gap: 16px; }
#top-header .menu-about-customers { height: 100%; display: flex; align-items: center; gap: 16px; }
#top-header .menu-about-customers a { display: flex; align-items: center; justify-content: center; color: var(--primary-clr, #111); transition: color .15s ease; }
#top-header .menu-about-customers a > svg { stroke: currentColor; }
#top-header .menu-about-customers svg path { stroke: currentColor; }
#top-header .menu-about-packtree { display: flex; align-items: center; gap: 16px; height: 100%; }
#top-header .menu-about-packtree > li { height: 100%; }
#top-header .menu-about-packtree a { font-size: 14px; font-weight: 400; line-height: 100%; letter-spacing: -0.02em; color: var(--primary-clr, #111); height: 100%; display: flex; align-items: center; justify-content: center; transition: color .15s ease; }
#top-header .menu-about-packtree a:hover { color: #008983; } 
#top-header .menu-btn-divider { width: 1px; height: 13px; background-color: #ABABAB; }
#top-header #header-marquee { background-color: #FFDE33; height: 35px; overflow: hidden; }
#top-header .marquee-swiper { height: 35px; }
#top-header .marquee-swiper .swiper-slide { display: flex; align-items: center; justify-content: center; color: var(--main-clr, #000); font-size: 14px; height: 35px; font-weight: 500; font-size: 14px; line-height: 100%; letter-spacing: -0.02em; }


.header_bottom .gnb_slide_wp { display: flex; width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }

/*오른쪽 아래 문의하기 버튼*/
#right-bottom-fixed-btn { position: fixed; bottom: 20px; right: 20px; padding: 0px 0 0 0; text-align: center; z-index: 100; background-color: transparent; display: flex; flex-direction: column; gap: 4px; }
#right-bottom-fixed-btn .small-inquiry-btn { width: 60px; height: 60px; background: url(/img/header/small-inquiry-btn.svg)no-repeat 0 0; padding: 14px; transition: all 0.3s ease; position: relative; }
#right-bottom-fixed-btn .small-inquiry-text { position: absolute; left: 0; top: 0; transform: translateX(-100%); }
#right-bottom-fixed-btn .small-inquiry-text::before { content: ''; position: absolute; top: 0; right: 0; height: 100%; width: 0%; background-color: #EE9C14; /* 원하는 배경색 */ transition: width 0.2s ease; z-index: -1; border-radius: 4px; }
#right-bottom-fixed-btn .small-inquiry-text { padding: 2px 4px; position: absolute; left: 0%; /*transform: translateX(-50%);*/ color: #fff; font-size: 14px; font-weight: bold; opacity: 0; z-index: 2; transition: opacity 0.2s ease; white-space: nowrap; overflow: hidden; font-weight: 400; line-height: 150%; letter-spacing: 0.02em; touch-action: none; pointer-events: none; } /* 텍스트 */


/*회원가입 약관 페이지*/
.register-module { max-width: 600px; margin: 100px auto; display: flex; flex-direction: column;  gap: 26px; }
.register-module .member_tit { display: flex; align-items: center; justify-content: center; }
.register-module .member_tit > h2 { font-weight: 600; font-size: 26px; line-height: 100%; letter-spacing: -2%; color: var(--main-clr, #000); }
.register-module .essential-wrapper { display: flex; align-items: center; justify-content: flex-end; }
.register-module .essential-list { color: #F80606; font-size: 13px; font-weight: 400; line-height: 160%; letter-spacing: -2%; }
.register-module .form-inner { display: flex; flex-direction: column; gap: 26px; }
.register-module .custom-checkbox { display: flex; flex-direction: row-reverse; align-items: center; gap: 8px; cursor: pointer; justify-content: space-between; }
.register-module .custom-checkbox input[type="checkbox"] { display: none; }
.register-module .checkbox-style { width: 14px; height: 14px; border: 1px solid rgb( 0 0 0 / 0.3 ); border-radius: 2px; background-color: #fff; position: relative; }
.register-module .custom-checkbox input[type="checkbox"]:checked + .checkbox-style { background-color: #111; border-color: #111; }
.register-module .custom-checkbox input[type="checkbox"]:checked + .checkbox-style::after { content: ''; position: absolute; top: 1px; left: 4px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.register-module .label-text,
.register-module .label-text > strong { color: var(--main-clr, #000); font-size: 14px; font-weight: 400; line-height: 140%; letter-spacing: -0.02em; }
.register-module .label-text > em { font-size: 14px; font-weight: 400; line-height: 140%; letter-spacing: -2%; color: #ABABAB; font-style: normal; }
.register-module .panel-default { border: none; display: flex; flex-direction: column; gap: 12px; }
.register-module .panel-heading { background-color: #fff !important; border: none; font-size: 14px; font-weight: 400 !important; color: var(--main-clr, #000) !important; line-height: 140%; letter-spacing: -0.02em; padding: 0; }
.register-module .panel-heading > strong { font-size: 14px; font-weight: 400 !important; color: var(--main-clr, #000) !important; line-height: 140%; letter-spacing: -0.02em; display: flex; gap: 4px; }
.register-module .panel-body { padding: 0; }
.register-module .input-sm { padding: 0; border-color: rgb( 0 0 0 / 0.2); border-width: 1px; border-style: solid; border-radius: 6px; padding: 8px 4px; resize: none; font-size: 13px; line-height: 160%; letter-spacing: -0.02em; color: var(--main-clr, #000); }
.register-module .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff; }
.register-module .custom-scroll-box { max-height: 200px; overflow-y: auto; padding: 8px 4px; font-size: 13px; line-height: 160%; letter-spacing: -0.02em; color: var(--main-clr, #000); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; background-color: #fff; white-space: pre-wrap; scrollbar-width: thin; scrollbar-color: #aaa transparent; }
.register-module .custom-scroll-box::-webkit-scrollbar { width: 5px; height: 35px; }
.register-module .custom-scroll-box::-webkit-scrollbar-thumb { background-color: #aaa; border-radius: 5px; }
.register-module .custom-scroll-box::-webkit-scrollbar-track { background-color: transparent; }
.register-module .custom-scroll-box::-webkit-scrollbar-button,
.register-module .custom-scroll-box::-webkit-scrollbar-button:single-button,
.register-module .custom-scroll-box::-webkit-scrollbar-button:start:decrement,
.register-module .custom-scroll-box::-webkit-scrollbar-button:end:increment { display: none; width: 0; height: 0; background: transparent; }
.register-module .panel-heading.flex-between { display: flex; justify-content: space-between; align-items: center; }
.register-module #fregister .register-term { height: auto; overflow: auto; }
.register-module .register-btn-wrapper { display: flex; gap: 12px; }
.register-module .register-btn-wrapper > * { flex: 1;}

/*page.sample_print.php*/
#sample-title label { margin: 0 !important; padding: 0 !important }
#sample-title input,
#sample-title select { max-height: 42px; }
#sample-title #flexiselDemo img { display: inline-block; }
#sample-title .sample-title-wrapper { padding: 50px 0 30px; width: 100%; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
#sample-title .sample-title-wrapper > h3 { font-size: 34px; font-weight: 600; line-height: 100%; letter-spacing: -0.02em; color: #000; }
#sample-title .sample-title-wrapper > h3 > em { color: var(--sub-clr, #008983); font-style: normal; }
#sample-title .sample-title-wrapper > span { color: var(--secondary, #636363); font-size: 18px; font-weight: 400; line-height: 100%; letter-spacing: 0.01em; }
#sample-title .sample-calc-wrapper { display: flex; width: 100%; flex-direction: row; gap: 30px; }
#sample-title .sample-calc-wrapper > .img-wrapper { max-width: 500px; width: 100%; }
#sample-title .sample-calc-wrapper > .img-wrapper > img { aspect-ratio: 1 / 1; display: block; }
#sample-title .sample-calc-wrapper .order-form {  width: 100%; box-sizing: border-box; padding: 30px; display: flex; flex-direction: column; }
#sample-title .sample-calc-wrapper .order-form > form { display: flex; flex-direction: column; gap: 30px; }
#sample-title .sample-calc-wrapper .order-form > .form-group-wrapper { display: flex; flex-direction: column; gap: 20px; }
#sample-title .sample-calc-wrapper .order-form .form-group { display: flex; flex-direction: row; align-items: center; }
#sample-title .sample-calc-wrapper .order-form .form-group > label,
.form-label { min-width: 120px; text-align: left; color: var(--main-clr, #000); font-weight: 600; font-size: 18px; line-height: 100%; letter-spacing: 0.00em; margin: 0 !important; margin-bottom: 0px !important; }
#sample-title .sample-calc-wrapper .order-form .form-group > div:not(.form-label) { width: 100%; display: flex; flex-direction: row; align-items: center; gap: 20px; }
#sample-title .sample-calc-wrapper .order-form .form-group select { width: 100%; display: flex; align-items: center; font-size: 16px; color: #333; background-color: #fff; border: 1px solid #ABABAB; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url('/img/sample_page/sample_form_down_angle.svg'); background-repeat: no-repeat; background-position: right 10px center; background-size: 16px 16px; box-sizing: border-box; max-width: 300px; width: 100%; padding-left: 10px; height: 38px; }
#sample-title .sample-calc-wrapper .order-form .form-group .input-group input { width: 100%; display: flex; align-items: center; font-size: 16px; color: #333; background-color: #fff; border: 1px solid #ABABAB; appearance: none; -webkit-appearance: none; -moz-appearance: none; box-sizing: border-box; flex: 1; height: 38px; }
#sample-title .sample-calc-wrapper .order-form .form-group .input-group label { font-size: 16px; font-weight: 400; line-height: 100%; letter-spacing: 0.00em; color: var(--main-clrm #000); }
#sample-title .sample-calc-wrapper .order-form .form-group .input-wrapper { display: flex; gap: 8px; align-items: center; width: 100%; max-width: 300px; }
#sample-title .sample-calc-wrapper .order-form .form-group .input-wrapper .input-group { display: flex; align-items: center; gap: 8px;}
#sample-title .sample-calc-wrapper .order-form .form-group .btn-input-wrapper { display: flex; gap: 20px; width: 100%; }
#sample-title .sample-calc-wrapper .order-form .form-group .with-button { display: flex; gap: 20px; align-items: center; }
#sample-title .sample-calc-wrapper .order-form .form-group .btn-secondary,
#sample-title .sample-calc-wrapper .order-form .form-group .note { display: flex; align-items: center; justify-content: center; width: 100%; flex: 1; text-align: center; height: 38px; }
#sample-title .sample-calc-wrapper .order-form .form-group .btn-secondary { border-radius: 4px; background-color: #008983; font-size: 16px; font-weight: 400; letter-spacing: 0.00em; line-height: 100%; color: #fff; }
#sample-title .sample-calc-wrapper .order-form .form-group .note { color: var(--main-clr, #000); font-weight: 400; font-size: 16px; line-height: 100%; letter-spacing: 0.00em; }
#sample-title .sample-calc-wrapper .form-result-wrapper { display: flex; flex-direction: column; gap: 26px; }
#sample-title .sample-calc-wrapper .form-result-wrapper .summary-wrapper { display: flex; flex-direction: column; gap: 20px; align-items: flex-end; }
#sample-title .sample-calc-wrapper .form-result-wrapper .summary-wrapper .summary-row { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 392px; }
#sample-title .sample-calc-wrapper .form-result-wrapper .summary-wrapper .summary-row span.label { font-size: 18px; font-weight: 500; line-height: 100%; letter-spacing: 0.00em; color: var(--main-clr, #000); }
#sample-title .sample-calc-wrapper .form-result-wrapper .summary-wrapper .summary-row span.value { display: flex; align-items: end; gap: 8px; color: var(--main-clr, #000); line-height: 100%; letter-spacing: 0.00em; font-weight: 500; font-size: 18px; }
#sample-title .sample-calc-wrapper .form-result-wrapper .summary-wrapper .summary-row span.value > em { font-weight: 600; font-size: 24px; color: #008983; line-height: 100%; letter-spacing: 0.00em; font-style: normal; }
#sample-title .sample-calc-wrapper .form-result-wrapper .form-actions { display: flex; align-items: center; gap: 20px; justify-content: space-between; width: 100%; }
#sample-title .sample-calc-wrapper .form-result-wrapper .form-actions > button { flex: 1; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--sub-clr, #009691); border: 1px solid var(--sub-clr, #009691); border-radius: 4px; height: 48px; font-weight: 500; font-size: 16px; line-height: 100%; letter-spacing: -0.02em; }
#sample-title .sample-calc-wrapper .form-result-wrapper .form-actions > button.btn-order { color: #fff; background: var(--sub-clr, #009691); }
/* 포커스 시 효과 */
#sample-title input[type=text]:focus, 
#sample-title input[type=password]:focus, 
#sample-title textarea:focus, 
#sample-title select:focus { border-color: #008983 !important; outline: none; }
/* Internet Explorer 대응 (선택) */
#sample-title .sample-calc-wrapper .order-form .form-group select::-ms-expand { display: none; }
#sample-title .sample-calc-wrapper .order-form .form-group select option { font-size: 16px; font-weight: 400; line-height: 100%; letter-spacing: 0.00em; color: var(--main-clr, #000); }


.prd-gallery 
/*프로덕트갤러리 리스트 페이지*/

#board-container.prd-gallery .category-head h3 { width: 92%; max-width: 1200px;  margin:0 auto;}
#board-container.prd-gallery .category-head {  margin-top: 25px;}
#board-container.prd-gallery .category-head > h3 { font-weight: 600; font-size: 24px; color: #000; letter-spacing: -0.02em; line-height: 100%; }
/* #board-container.prd-gallery .sub_gnb_wp { margin-top: 20px; display: flex; gap: 30px; align-items: center;} */
/* #board-container.prd-gallery .sub_gnb_wp > p { font-weight: 400; font-size: 15px; color: var(--primary-clr, #111); line-height: 100%; letter-spacing: -0.02em; } */
/* #board-container.prd-gallery .sub_gnb { display: flex; flex-wrap: wrap; gap: 0; } */
/* #board-container.prd-gallery .sub_gnb > a { position: relative; padding: 0px 12px; font-weight: 400; font-size: 15px; color: var(--secondary, #636363); text-decoration: none; line-height: 100%; letter-spacing: -0.02em; } */
/* #board-container.prd-gallery .sub_gnb > a:first-child { padding-left: 0px; } */
/* #board-container.prd-gallery .sub_gnb > a:not(:first-child)::before { content: "|"; position: absolute; left: 0; top: 50%; transform: translateY(-55%); color: #ABABAB ; font-size: 13px; } */
/* #board-container.prd-gallery .sub_gnb > a.active { color: var(--primary-clr, #111); font-weight: 600; line-height: 100%; letter-spacing: -0.02em; } */
#board-container.prd-gallery .order-select { display: flex; justify-content: flex-end; /* 우측 정렬 */ align-items: center; margin-left: auto; position: relative; margin-bottom: 14px; }
#board-container.prd-gallery .order-btn { background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 17px; margin-top: 50px; line-height: 130%; letter-spacing: -0.02em; font-size: 14px; font-weight: 400; color: #000; }
#board-container.prd-gallery .order-list a { display: block; padding: 8px 12px; color: #333; text-decoration: none; }
#board-container.prd-gallery .order-list a:hover { background: #f5f5f5; }
#board-container.prd-gallery .order-list { display: none; position: absolute; top: calc(100% + 4px); right: 0; background: #fff; border: 1px solid #ccc; z-index: 10; min-width: 80px; }
#board-container.prd-gallery .order-list.visible { display: block; }

/*location-wrap*/
.location-wrap { position: absolute; top: 25px; right: 12px; display: flex; gap: 10px; transform: translateY(-50%); color: #7D7D7F; }
.location-wrap a { color: #7D7D7F; text-decoration: none; font-weight: 500; font-size: 12px; line-height: 100%; letter-spacing: -0.02em; font-style: normal; }
.location-wrap .current-location { font-weight: 500; color: #000; line-height: 100%; letter-spacing: -0.02em; font-size: 12px; }

/*theme paging*/
.pagination { display: flex; justify-content: center; margin:0; padding-top: 42px; font-size: 14px; width: 100%; background:#f7f7f7 }
.pagination-list { display: flex; list-style: none; padding: 0; margin: 0; gap: 0px; overflow-x: auto; white-space: nowrap; padding: 18px 0 !important; }
.pagination-list li { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; transition: color 0.2s ease; flex: 0 0 auto; }
.pagination-list li a,
.pagination-list li span { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-weight: 400; font-size: 16px; line-height: 140%; letter-spacing: -0.02em; text-align: center; text-decoration: none; color: #ccc; font-weight: 400; }
.pagination-list li a:hover { color: #333; }
.pagination-list li.active span { color: #000; font-weight: 600; font-size: 16px; line-height: 140%; letter-spacing: -0.02em; cursor: default; }
.pagination-list li.disabled span { color: #CCCCCC; cursor: not-allowed; }
.pagination-list li svg { fill: #7D7D7F; }

/*fboardlist.prd-form 프로덕트갤러리1 상품리스트*/
#gallery-row.prd-list .gallery-item { display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); gap: 60px 20px; max-width: 1200px; width: 100%; }
#gallery-row.prd-list .sort-item { float: none; }
#gallery-row.prd-list .text-wrapper { display: flex; flex-direction: column; }
#gallery-row.prd-list .sort-item a { text-align: left; }
#gallery-row.prd-list .item-box { text-align: left; display: flex; flex-direction: column; gap: 14px; }
#gallery-row.prd-list .item-box img { margin-bottom: 15px; }
#gallery-row.prd-list .text-wrapper { display: flex; flex-direction: column; gap: 8px; }
#gallery-row.prd-list .subject { color: #000; font-size: 16px; font-weight: 500; line-height: 100%; letter-spacing: 0; }
#gallery-row.prd-list .spec { color: var(--secondary, #636363); font-weight: 400; font-size: 14px; line-height: 130%; letter-spacing: -0.02em; }
#gallery-row.prd-list .bl-prd { max-width: 120px; width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
#gallery-row.prd-list .list-btn { font-weight: 600; font-size: 17px; line-height: 100%; letter-spacing: -0.02em; color: var(--secondary, #636363); }

/*order_qa 리스트 페이지*/
#list-board .list-body li a { font-weight: 600; }
.view-meta { display: flex; gap: 12px; align-items: center; }
.view-meta > div:not(.post-stats) { display: flex; gap: 4px; align-items: center; }
.view-meta > div.post-stats { display: flex; gap: 8px; align-items: center; }
.view-meta > div.post-stats > span { display: flex; align-items: center; gap: 4px; }

/*product_gallery1 에서 관리자전용 메뉴들*/
.prd-form-div .btn_bo_user { display: flex; align-items: center; justify-content: space-between; display: none !important; /*일단 숨기기로 함 - 제중 PM님 지시*/}

/*견적문의 페이지 견적쓰기 폼*/
.write-wrap.qa { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.write-wrap.qa * { margin: 0; }
.form-group.zingifix { display: flex; align-items: center; }
.write-btn.zingifix { display: flex; gap: 12px; padding: 0; margin: 0; align-items: center; justify-content: center; width: 100%; margin-top: 20px; }
.write-btn.zingifix .btn-check { min-width: 120px; }
.form-group.zingifix .control-label:not(.sp-label) { min-width: 120px; width: 120px; text-align: left; }
.form-group.zingifix #variableFiles input[type=file] { min-width: 280px; }
.form-group.zingifix button.btn { line-height: 30px; height: 30px; font-weight: 400; }
.form-group.zingifix button.btn:hover { background-color: var(--sub-clr); color: #fff !important; }


/*서브페이지 미드메뉴*/
.mid_menu_wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; touch-action: pan-x; padding-bottom: 12px; }
.mid_menu_wrapper::-webkit-scrollbar {    display: block; /* 크롬, 사파리 등에서 보이게 */    height: 4px;    /* 가로 스크롤바 높이 */}
.mid_menu_wrapper::-webkit-scrollbar-thumb {    background: #009691;; /* 스크롤바 색상 */    border-radius: 4px;}
.mid_menu_wrapper::-webkit-scrollbar-track {    background: #f1f1f1;}
@-moz-document url-prefix() { .mid_menu_wrapper { scrollbar-width: thin; scrollbar-color: #0e9aa7 #f0f0f0; } }

.community-view { display: flex; flex-direction: column; gap: 40px; justify-content: center; align-items: center; margin-bottom: 40px !important; }
.community-view > h2 { font-size: 28px; font-weight: 500; line-height: 46px; color: var(--main-clr, #000); letter-spacing: -0.01em; }
.community-view > div.board-title-wrapper { display: flex; flex-direction: column; gap: 24px; align-items: center; }
.community-view > div.board-title-wrapper > p { color: var(--sub-clr, #008983); font-weight: 600; font-size: 24px; font-weight: 400; line-height: 160%; letter-spacing: -0.02em; }
.community-view > div.board-title-wrapper > article.item-info-wrapper { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.community-view > div.board-title-wrapper > article.item-info-wrapper > h3.item-subject { font-size: 34px; font-weight: 600; line-height: 120%; letter-spacing: -0.02em; }
.community-view > div.board-title-wrapper > article.item-info-wrapper > p.item-date { font-size: 18px; color: #666; letter-spacing: -0.01em; line-height: 120%; }
.community-view > div.entry-content { display: flex; flex-direction: column; }
.community-view > div.list-wp { display: flex; flex-direction: column; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; width: 100%; max-width: 92%; margin: 0 auto; }
.community-view > div.list-wp > div.wrappers { display: flex; align-items: center; gap: 12px; height: 40px; padding: 0 12px; }
.community-view > div.list-wp > div.wrappers > span { font-size: 15px; display: flex; align-items: center; justify-content: center; min-width: 120px; background-color: #f5f5f5; text-align: center; color: #000; font-weight: 600; height: 100%; }
.community-view > div.list-wp > div.wrappers > a.list-info-wrapper { display: flex; align-items: center; flex: 1 1 0; height: 100%; }
.community-view > div.list-wp > div.wrappers > a.list-info-wrapper:hover h4 { color: #424040; }
.community-view > div.list-wp > .divider { height: 1px; background-color: #ccc; width: 100%; }
.community-view > .controls-wrapper,
.community-view > .list-wrapper { justify-content: flex-end; width: 100%; }


/* 인쇄가이드 250814 */
#printGuide { max-width: 1200px; margin: 0 auto; }
#printGuide > .print-guide-img { text-align: center; } 
#printGuide > .print-guide-img img { display: inline-block; } 

/* 회원가입 (register_form.php) 250814 */
.pack-btn-wrapper { display: flex; align-items: center; gap: 20px; }
.pack-btn-wrapper a,
.pack-btn-wrapper button { display: flex; align-items: center; justify-content: center; padding: 15px 0; font-weight: 600; font-size: 18px; line-height: 100%; letter-spacing: -0.02em; color: var(--sub-clr, #008983); background: #fff; border: 1px solid var(--sub-clr, #008983); flex: 1; max-width: 120px; border-radius: 8px; }
.pack-btn-wrapper a.type,
.pack-btn-wrapper button.type { color: #fff; background: var(--sub-clr, #008983); }
.pack-btn-wrapper a:hover,
.pack-btn-wrapper button:hover { background-color: #F7F7F7; }
.pack-btn-wrapper a.type:hover,
.pack-btn-wrapper button.type:hover { background-color: #05b4ac; border-color:#05b4ac;  }

/* 250818 모바일 aside */
#mobileMenu { position: fixed; top: 0; left: 0; z-index: 1001; width: 300px; height: 100% !important; box-shadow: 0 1px 8px #555555; background: #fff; overflow:visible; transform: translateX(calc(-100% - 32px)); transition: all 0.3s; }
#mobileMenu.open {transform: translateX(0);}
#mobileMenu .mobile-menu-close { position: absolute; z-index: 1001; top: 0; right: -32px; width: 32px; height: 32px; background: #008983; cursor: pointer; }
#mobileMenu .mobile-menu-close::before,
#mobileMenu .mobile-menu-close::after { content: ''; position: absolute; top: 50%; left: 50%; width: 20px; height: 2px; background: #fff; transform-origin: center; }
#mobileMenu .mobile-menu-close::before { transform: translate(-50%, -50%) rotate(45deg); }
#mobileMenu .mobile-menu-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
#mobileMenu .mobile-logo { padding:20px 10px; text-align: center; }
#mobileMenu .mobile-login-wrapper { padding: 20px 10px; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; }
#mobileMenu .mobile-login-wrapper p { margin-bottom: 12px; color: #222; font-size: 16px; font-weight: 500; line-height: 1; }
#mobileMenu .mobile-login-wrapper .login-btn { width: 100%; gap: 10px; }
#mobileMenu .mobile-login-wrapper .login-btn a { max-width: 100%; padding: 12px 10px; font-size: 16px; }
#mobileMenu .mobile-menu { overflow-y: auto; max-height: calc(100vh - 150px); height: 60dvh; }
#mobileMenu .mobile-menu::-webkit-scrollbar { width: 6px; background: #E6E6E6; border-radius: 4px; }
#mobileMenu .mobile-menu::-webkit-scrollbar-thumb { background-color: #05b4ac; border-radius: 4px; }
#mobileMenu .mobile-menu .mo-menu { padding: 15px 10px 15px 15px; border-bottom: 1px solid #E6E6E6; }
#mobileMenu .mobile-menu .mo-menu a { color: #222; font-size: 16px; font-weight: 500; line-height: 1; }

/* 딤드 */

.dimmed.active { position: fixed; z-index: 1000; top:0; left:0; width:100%; height: 100%; background: rgba(0,0,0,0.6); overflow: hidden; transition: all 0.3s; }

/*테이블 디테일 정렬 css*/

.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table thead th {text-align:center;}
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table td {text-align:center;}
.product-view-wrapper > .item-landing-info .info-con-wrapper .inquiry-wrapper .inquiry-table td.td-title {text-align:left;}

/*서브 비주얼 20250825*/


/*자주하는 질문 카테고리 */

.sub_gnb_wp {max-width:1200px; width:92%;     margin: 0 auto;}

@media screen and (max-width: 768px) {
.sub-visual {display:none;}
}
.sub-visual  {text-align:center;}
.sub-visual figure img {width:100%;}

#for-fixed-toggle.shadow {box-shadow: 0 4px 15px rgba(0,0,0,.12);}

.product-subvisual{text-align:Center;}
.product-subvisual figure img {width:100%;}


/*251013이후 zingi css 수정*/

#mainPage .main-banner-container { width: 100%; max-width: 100%; margin: 0 auto; position: relative; overflow: hidden; border-radius: 20px; }
#mainPage .main-banner-container .swiper-slide { border-radius: 20px; overflow: hidden; }
#mainPage .main-banner-container .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
#mainPage .main-banner-container .swiper-controls { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.3); border-radius: 50px; padding: 8px 12px; gap: 6px; flex-direction: column; }
#mainPage .main-banner-container .swiper-pagination { position: static; }
#mainPage .main-banner-container .swiper-pagination .swiper-pagination-bullet { border: 2px solid rgba(255,255,255); transition: background .3s ease, border .3s ease; width: 12px; height: 12px; border-radius: 50%; background: transparent; }
#mainPage .main-banner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }
#mainPage .main-banner-container .swiper-nav { position: absolute; inset: 0; pointer-events: none; z-index: 15; }
#mainPage .main-banner-container .swiper-button { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: transparent; display: flex; align-items: center; justify-content: center; pointer-events: auto; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
#mainPage .main-banner-container .swiper-button:hover { transform: translateY(-50%) scale(1.04); }
#mainPage .main-banner-container .swiper-button:active { transform: translateY(-50%) scale(0.98); }
#mainPage .main-banner-container .for-absolute{position:relative;}
#mainPage .main-banner-container .for-absolute .hero{position:absolute; left:7.375%; top:50%; transform:translateY(-50%); display:flex; flex-direction:column; gap:clamp(16px, calc(25px + (8 * ((100vw - 1024px)/896))), 24px);}
#mainPage .main-banner-container .for-absolute .hero .hero-inner{display:flex; flex-direction:column; gap:clamp(12px, calc(8px + (2 * ((100vw - 1024px)/896))), 10px);}
#mainPage .main-banner-container .for-absolute .hero .eyebrow{padding:5px 15px; border-radius:50px; color:#fff; border:1px solid #fff; font-size:clamp(12px, calc(14px + (2 * ((100vw - 1024px)/896))), 16px); font-weight:400; line-height:135%; letter-spacing:0.00em; align-self:flex-start; display:inline-block;}
#mainPage .main-banner-container .for-absolute .hero .claim{font-weight:700; font-size:clamp(28px, calc(32px + (10 * ((100vw - 1024px)/896))), 42px); line-height:130%; letter-spacing:-0.02em; color:#fff;}
#mainPage .main-banner-container .for-absolute .hero .subcopy{font-weight:300; font-size:clamp(12px, calc(15px + (3 * ((100vw - 1024px)/896))), 21px); line-height:135%; letter-spacing:0.00em; color:#fff;}

#mainPage .service-center-wrapper { display: flex; align-items: center; justify-content: space-between; padding-top: 52px; gap: 20px; }
#mainPage .service-center-wrapper .service-center-title { display: flex; flex-direction: column; gap: 3px; }
#mainPage .service-center-wrapper .service-center-title > h2 { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 22px; color: #191919; letter-spacing: -0.011em; }
#mainPage .service-center-wrapper > ul { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
#mainPage .service-center-wrapper > ul > li { width: 122px; aspect-ratio: 1 / 1; }
@supports not (aspect-ratio: 1 / 1) {
	#mainPage .service-center-wrapper > ul > li { position: relative; }
	#mainPage .service-center-wrapper > ul > li::before { content: ""; display: block; padding-top: 100%; }
	#mainPage .service-center-wrapper > ul > li > a { position: absolute; inset: 0; }
}
#mainPage .service-center-wrapper > ul > li > a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; width: 100%; height: 100%; background-color: #F7F7F7; border-radius: 16px; box-shadow: 0 0 0 0 rgba(0,0,0,0); transition: background-color .2s ease, box-shadow .2s ease, transform .08s ease; -webkit-tap-highlight-color: transparent; }
#mainPage .service-center-wrapper > ul > li > a:active { transform: scale(0.98); }
#mainPage .service-center-wrapper > ul > li > a:focus-visible { outline: 3px solid #FFD54A; outline-offset: 2px; }
#mainPage .service-center-wrapper > ul > li > a > span { font-weight: 600; font-size: 16px; letter-spacing: 0; color: #191919; }

#mainPage .difference-section { margin: 80px auto; display: flex; align-items: center; gap: 40px; }
#mainPage .difference-section > .difference-title-wrapper { display: flex; flex-direction: column; gap: 60px; width: 100%; }
#mainPage .difference-section .difference-imgs { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
#mainPage .difference-section .difference-imgs .diff-item { flex: 1 1 0; min-width: 0; } /* ← shrink 허용 */
#mainPage .difference-section .difference-imgs .diff-card { position: relative; display: block; width: 100%; }
#mainPage .difference-section .difference-imgs .diff-card img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; } /* ← 카드 안에 꽉 채우기 */
#mainPage .difference-section .difference-imgs .diff-card::after { content: ""; position: absolute; inset: 0; background: #0000004F; border-radius: 14px; opacity: 0; transition: opacity .25s ease; }
#mainPage .difference-section .difference-imgs .diff-label { position: absolute; left: 50%; transform: translate(-50%, 6px); bottom: 20px; color: #fff; font-weight: 700; font-size: 18px; letter-spacing: .00em; opacity: 0; transition: opacity .25s ease, transform .25s ease; line-height: 22px; }
#mainPage .difference-section .difference-imgs .diff-item.active .diff-card::after { opacity: 1; }
#mainPage .difference-section .difference-imgs .diff-item.active .diff-label { opacity: 1; transform: translate(-50%, 0px); z-index: 10; }
#mainPage .difference-section > .difference-title-wrapper > .difference-titles { display: flex; flex-direction: column; gap: 6px; width: 100%; }
#mainPage .difference-section > .difference-title-wrapper > .difference-titles > .difference-title { display: flex; flex-direction: row; justify-content: space-between; }
#mainPage .difference-section > .difference-title-wrapper > .difference-titles > .difference-title > h3 { font-weight: 500; font-size: 25px; line-height: 28px; letter-spacing: 0.00em; color: #000; }
#mainPage .difference-section > .difference-title-wrapper > .difference-titles > .difference-title > a { display: flex; align-items: center; }
#mainPage .difference-section > .difference-title-wrapper > .difference-titles > .difference-title > a > span { font-size: 15px; font-weight: 500;color: #000; line-height: 22px; letter-spacing: 0.00em; }
#mainPage .difference-section > .difference-title-wrapper > .difference-titles > p { color: #000; font-weight: 600; font-size: 40px; line-height: normal; letter-spacing: 0.00em; }
#mainPage .difference-section .big-diff-swiper .swiper-slide img { display: block; width: 100%; height: auto; border-radius: 16px; }
#mainPage .difference-section .big-img-wrapper .swiper-slide { position: relative; }
#mainPage .difference-section .big-img-wrapper .swiper-slide .text-wrapper { position: absolute; left: 8%; bottom: 12%; display: flex; flex-direction: column; gap: 10px; }
#mainPage .difference-section .big-img-wrapper .swiper-slide .text-wrapper > span { color: #fff; font-weight: 700; font-size: 40px; letter-spacing: 0; display: inline-block; line-height: 1; }
#mainPage .difference-section .big-img-wrapper .swiper-slide .text-wrapper > p { color: #fff; font-weight: 400; font-size: 18px; line-height: 22px; letter-spacing: 0.00em; }


/* 사용자가 모션 줄이기 선호 시 autoplay 비활성(접근성) */
@media (prefers-reduced-motion: reduce) {
	#mainPage .difference-section .big-diff-swiper .swiper-slide img { transition: none; }
}

#mainPAge #newMadeCaseSection { padding-top: 51px; }
#mainPage #newMadeCaseSection .case-title { background: linear-gradient(to right, #FFF4BC calc(50% - 600px), transparent calc(50% - 600px)), url('/img/icons/251013_icon_main_caseTitle.svg') no-repeat calc(50% - 640px) 2px; background-size: auto; height: 73px; display: flex; align-items: center; }
#mainPage #newMadeCaseSection .case-title > h2 { color: #000; font-weight: 500; font-size: 26px; line-height: 100%; letter-spacing: -0.02em; }
#mainPage #newMadeCaseSection .import-article { position: relative; }
#mainPage #newMadeCaseSection > .made-case-section { position: relative; background: linear-gradient(to bottom, #FFF4BC 0 40%, transparent 40% 100%); padding-bottom: 80px; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper { position: relative; overflow: hidden; padding: 20px 0 0 0; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide { overflow: hidden; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide a { display: flex; flex-direction: column; text-decoration: none; color: inherit; gap: 12px;  }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide img { width: 100%; object-fit: cover; display: block; border-radius: 6px; background-color: #fff; border-radius: 16px; box-shadow: 0px 2px 10px 0px #0000000A; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .text-wrapper { text-align: left; display: flex; flex-direction: column; gap: 6px; padding: 0 10px; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .text-wrapper .case-label { background-color: #FFF4BC; border-radius: 5px; width: 45px; height: 18px; display: flex; align-items: center; justify-content: center; color: #000; font-weight: 400; font-size: 10px; line-height: 100%; letter-spacing: 0.00em; text-align: center; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .text-wrapper .name-wrapper { display: flex; flex-direction: column-reverse; gap: 6px; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .subject { display: block; font-weight: 500; font-size: 16px; line-height: 100%; color: #000; letter-spacing: 0.00em; word-break: keep-all; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .spec { font-weight: 400; font-size: 16px; line-height: 100%; letter-spacing: 0.01em; color: #505050; display: flex; flex-direction: column; text-align: left; gap: 6px; }
#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .spec span { font-weight: 300; font-size: 14px; line-height: 22px; letter-spacing: 0.01em; color: #222222; letter-spacing: 0.00em; }
#mainPage #newMadeCaseSection .import-article { position: relative; }
#mainPage #newMadeCaseSection .swiper-controls { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; z-index: 2; }
#mainPage #newMadeCaseSection .swiper-controls .swiper-button-prev,
#mainPage #newMadeCaseSection .swiper-controls .swiper-button-next { pointer-events: all; background: #fff; border: 1px solid #F2F2F4; width: 38px; height: 38px; border-radius: 50%; box-shadow: 0 0 1px rgba(0,0,0,0.15); color: #000; display: flex; align-items: center; justify-content: center; position: static; }
#mainPage #newMadeCaseSection .swiper-controls .swiper-button-prev { transform: translateX(calc(-100% - 23px)); }
#mainPage #newMadeCaseSection .swiper-controls .swiper-button-next { transform: translateX(calc(100% + 23px)); }

#mainPage #photoReviewSection { padding: 80px 0 120px; display: flex; flex-direction: column; gap: 40px; }
#mainPage #photoReviewSection > article { display: flex; flex-direction: column; gap: 10px; align-items: center; }
#mainPage #photoReviewSection > article > span { color: #000; background: #FFF4BC; border-radius: 5px; padding: 3px 6px; font-weight: 400; font-size: 12px; letter-spacing: 0.00em; }
#mainPage #photoReviewSection > article > h3 { font-weight: 500; font-size: 34px; line-height: 100%; letter-spacing: -0.02em; color: #000; }
#mainPage #photoReviewSection .review-thumbs { width: 100%; flex: 1; display: flex; flex-direction: row; align-items: center; gap: 20px; justify-content: space-between; }
#mainPage #photoReviewSection .review-thumbs > li { flex: unset; }
#mainPage #photoReviewSection .review-thumbs > li img { max-width: 100%; width: 100%; border-radius: 16px; }

#mainPage #banner-section { padding: 60px 0; background: linear-gradient(#FFF4BC 0 50%, transparent 50% 100%); }
#mainPage #banner-section > div { display: flex; align-items: center; justify-content: center; }
#mainPage #banner-section > div > img { width: 100%; }

#mainPage #snsSection { padding: 60px 0; position: relative; }
#mainPage #snsSection .center-line { position: absolute; left: 0; right: 0; top: 50%; height: 64px; transform: translateY(-50%); background-color: #FFF4BC; z-index: 1; pointer-events: none; }
#mainPage #snsSection .icon-wrapper { display: flex; align-items: center; justify-content: center; position: relative; z-index: 5; }
#mainPage #snsSection .icon-wrapper > ul { display: flex; align-items: center; gap: 70px; position: relative; z-index: 5; }
#mainPage #snsSection .icon-wrapper > ul > li > a { display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; border-radius: 50%; border: 1px solid #FFF4BC; background-color: #fff; transition: background .3s ease; }
#mainPage #snsSection .icon-wrapper > ul > li > a:hover { background-color: #FFF4BC; }


/*20251015*/

#mainPage #newMadeCaseSection > .made-case-section .new-made-article-swiper .swiper-slide .subject {  width: 100%; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

#smart_editor2 { min-width: 100% !important; }
.qaBtn #btn_submit, .feedback-button>a, .qaBtn #btn_cancel{width: 300px;line-height: 65px;height: 65px;background: #f4ac00;color: #FFF;display: block;margin: 0 auto;border-radius: 5px;overflow: hidden;font-size: var(--font-size-18);font-weight: 700;text-align: center;cursor: pointer;}