@charset "utf-8";

/* 회사소개 */
.it-sec1-item { display: flex; align-items: center; }
.it-sec1-item.reverse { flex-direction: row-reverse; }
.it-sec1-item .img { width: 50%; overflow: hidden; }
.it-sec1-item .img img { width: 100%; }
.it-sec1-item .txt { width: 50%; padding-left: 80px; }
.it-sec1-item .no { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.it-sec1-item .no .num { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 28px; border-radius: 100px; background: var(--color-primary); color: #242424; font-weight: 700; line-height: 1.75em; }
.it-sec1-item .no .line { width: 40px; height: 1px; background: linear-gradient(90deg, #FFCF01 0%, #fff 100%); }
.it-sec1-item .no .en { font-weight: 600; line-height: 1.75em; color: #242424; }
.it-sec1-item .txt h3 { font-size: var(--font-size28); font-weight: 600; line-height: 1.28em; color: #242424; margin-bottom: 28px; }
.it-sec1-item .txt p { font-weight: 400; line-height: 1.75em; color: #454545; }
.it-sec2 { padding: 150px 0; display: flex; flex-direction: column; align-items: center; gap: 64px; }
.it-sec2-head { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.it-sec2-tit { margin: 0; text-align: center; }
.it-sec2-svg { display: block; width: min(90vw, 720px); height: auto; overflow: visible; margin: 0 auto; }
.it-sec2-draw { font-family: Pretendard, sans-serif; font-size: 64px; font-weight: 700; letter-spacing: 2.56px; }
.it-sec2-draw__joy,
.it-sec2-draw__print { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.it-sec2.is-in .it-sec2-draw { animation: it-sec2-draw 4s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
@keyframes it-sec2-draw { to { stroke-dashoffset: 0; } }
.it-sec2-slogan { font-size: var(--font-size40); font-weight: 700; line-height: 1.2em; color: #242424; text-align: center; }
.it-sec2-slogan strong { display: inline-block; position: relative; padding-right: 10px; }
.it-sec2-slogan span { color: var(--color-primary); }
.it-sec2-slogan strong::after { content: ""; position: absolute; right: 0; top: 4px; width: 6px; height: 6px; border-radius: 6px; background: #231f20; }

/* 오시는 길 */
.loc-item { display: flex; align-items: flex-start;}
.loc-item + .loc-item { margin-top: 100px; }
.loc-tit { width: 300px; flex-shrink: 0; font-size: var(--font-size28); font-weight: 700; line-height: 1.28em; color: #242424; }
.loc-tit span { color: var(--color-primary); }
.loc-con { flex: 1; min-width: 0; }
.loc-info { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.loc-info li { display: flex; align-items: center; gap: 16px; font-size: var(--font-size18); line-height: 1.55em; }
.loc-info li strong { flex-shrink: 0; width: 70px; font-weight: 600; color: #242424; }
.loc-info li span { position: relative; padding-left: 17px; color: #454545; font-weight: 400; }
.loc-info li span::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background: #ddd; }
.loc-info li a { color: inherit; }
.loc-media { display: flex; gap: 40px; }
.loc-media .img { width: calc(50% - 20px); overflow: hidden; }
.loc-media .img img { width: 100%; }

/* 보유장비 */
.equipment-list { width: 100%; }
.equipment-list table { width: 100%; border-collapse: collapse; border-top: 1px solid #242424; table-layout: fixed; }
.equipment-list thead th { height: 64px; padding: 10px; background: var(--color-primary); color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.5em; text-align: center; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.equipment-list thead th:last-child { border-right: none; }
.equipment-list tbody td { height: 64px; padding: 10px; color: #454545; font-size: var(--font-size18); font-weight: 400; line-height: 1.5em; text-align: center; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; vertical-align: middle; word-break: keep-all; }
.equipment-list tbody td:last-child { border-right: 1px solid #ddd; }
.equipment-list tbody tr.even td { background: #f8f8f8; }
.equipment-list-m { display: none; }

/* 제작사례 */
.case-tab { display: flex; margin-bottom: 64px; gap: 40px; border-bottom: 1px solid #ddd; flex-wrap: wrap; background: #fff; z-index: 99; background: #fff; }
.case-tab li a { display: block; padding: 18px 0; position: relative; font-size: var(--font-size24); font-weight: 600; line-height: 1.1em; color: #bebebe; }
.case-tab li a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--color-primary); opacity: 0; }
.case-tab li.active a { color: #242424; }
.case-tab li.active a::after { opacity: 1; }
.case-tab li a:hover { color: #242424; }
.case-tab-wrap { margin-bottom: 64px; position: sticky; top: 136px; z-index: 99; background: #fff; border-bottom: 1px solid #ddd;}
.case-tab-wrap .case-tab { background: transparent; border: none; margin-bottom: 0; max-width: 1500px; padding-left: 30px; padding-right: 30px; margin: auto; }

.case { display: flex; align-items: flex-start; gap: 80px; }
.case-filter { width: 24%; flex-shrink: 0; position: sticky; top: 220px; align-self: flex-start; }
.case-filter-box { background: #fff; border-radius: 24px; box-shadow: 0 0 12px rgba(0,0,0,0.12); overflow: hidden; padding: 0 20px 8px; }
.case-filter-head { display: flex; align-items: center; justify-content: space-between; margin: 0 -20px 0; padding: 18px 24px; background: var(--color-primary); }
.case-filter-head h3 { margin: 0; color: #fff; font-size: var(--font-size22); font-weight: 600; line-height: 1.36em; }
.case-filter-head-btns { display: flex; align-items: center; gap: 12px; }
.case-filter-reset { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.case-filter-reset img { display: block; width: 24px; height: 24px; }
.case-filter-close { display: none; position: relative; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; flex-shrink: 0; }
.case-filter-close::before,
.case-filter-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 26px; height: 2px; background: #fff; border-radius: 2px; }
.case-filter-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.case-filter-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.case-filter-m-btn { display: none; }
.case-filter-list { margin: 0; padding: 0; list-style: none; }
.case-filter-group { border-bottom: 1px solid rgba(221,221,221,0.4); }
.case-filter-group:last-child { border-bottom: 0; }
.case-filter-tit { display: flex; align-items: center; gap: 12px; width: 100%; padding: 24px 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.case-filter-tit .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-primary); flex-shrink: 0; }
.case-filter-tit .txt { flex: 1; color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; }
.case-filter-tit .arrow { width: 10px; height: 6px; flex-shrink: 0; background: url("/images/sub/print-toggle-btn.png") no-repeat center / contain; transition: transform .2s; }
.case-filter-group.active .case-filter-tit .arrow { transform: rotate(180deg); }
.case-filter-depth { display: none; margin: 0; padding: 0 0 12px; list-style: none; }
.case-filter-depth li button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 52px; padding: 16px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; text-align: left; }
.case-filter-depth li button .check { width: 18px; height: 18px; margin-right: 8px; flex-shrink: 0; border: 1px solid #ddd; border-radius: 4px; background: #fff; box-sizing: border-box; }
.case-filter-depth li button .name { flex: 1; color: #868686; font-size: 16px; font-weight: 500; line-height: 1.625em; }
.case-filter-depth li button .count { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; padding: 0 6px; border-radius: 60px; background: #f8f8f8; color: #bebebe; font-size: 14px; font-weight: 600; line-height: 1.14em; box-sizing: border-box; }
.case-filter-depth li.active button,
.case-filter-depth li button:hover { background: rgba(255,207,1,0.06); }
.case-filter-depth li.active button .check { border-color: var(--color-primary); background: var(--color-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 12px 10px; }
.case-filter-depth li.active button .name { color: #242424; }
.case-filter-depth li.active button .count { background: var(--color-primary); color: #242424; }
.case-contents { display: flex; width: 76%; flex-direction: column; gap: 0; }
.case-head { display: flex; flex-direction: column; gap: 16px; }
.case-head h3 { color: #242424; font-size: var(--font-size40); font-weight: 700; line-height: 1.2em; }
.case-head p { font-weight: 400; line-height: 1.5em; margin-bottom: 40px; }
.case-total { color: #868686; font-weight: 400; line-height: 1.625em; margin-bottom: 16px; }
.case-total strong { font-weight: 400; }
.case-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px 24px; }
.case-item { display: flex; flex-direction: column; gap: 24px; color: inherit; text-decoration: none; }
.case-item .thumb,
.case-view-main .thumb,
.case-view-thumbs .thumb { position: relative; border-radius: 24px; overflow: hidden; background: #eee; padding-bottom: 100%; }
.case-item .thumb img,
.case-view-main .thumb img,
.case-view-thumbs .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.case-item .thumb .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5)); opacity: 0; transition: .3s;}
.case-item .thumb .abbox .view { position: absolute; right: 0; top: 20px; width: 40px; height: 40px; background: url(../images/main/sec2-view.png) center no-repeat; background-size: contain; opacity: 0; transition: .3s;}
.case-item .info { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.case-item .cate { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.case-item .cate span { color: #868686; font-weight: 500; line-height: 1.75em; }
.case-item .cate span:first-child { color: #242424; }
.case-item .cate i { display: inline-block; width: 18px; height: 18px; background: url("/images/sub/print-path.png") no-repeat center / 7px; }
.case-item .tit { display: block; color: #242424; font-size: var(--font-size20); font-weight: 600; line-height: 1.5em; }
.case-item .txt { margin: 0; color: #454545; font-size: 16px; font-weight: 400; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.case-item .tags { display: flex; flex-wrap: wrap; gap: 10px; }
.case-item .tag { display: inline-flex; align-items: center; justify-content: center; padding: 2px 14px; border-radius: 80px; background: #f8f8f8; color: #686868; font-size: 14px; font-weight: 600; line-height: 1.71em; }
.case-item .tag.primary { background: #fff7d0; color: #7b5e00; }
.case-item.is-hidden { display: none; }
.case-item:hover .thumb .abbox { opacity: 1; }
.case-item:hover .thumb .abbox .view { right: 20px; opacity: 1; }

/* 제작사례 상세 */
.case-view { width: 100%; display: flex; flex-direction: column; gap: 100px; }
.case-summary { display: flex; align-items: flex-start; gap: 80px; }
.case-summary .image { width: 685px; flex-shrink: 0; }
.case-view-main { width: 100%; }
.case-view-main .thumb { border-radius: 40px; }
.case-view-thumbs { margin-top: 14px; }
.case-view-thumbs .swiper-slide { cursor: pointer; }
.case-view-thumbs .thumb { border-radius: 12px; border: 2px solid transparent; box-sizing: border-box; }
.case-view-thumbs .swiper-slide-thumb-active .thumb { border-color: var(--color-primary); }
.case-summary .info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.case-summary .info .cate { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; margin-bottom: 24px; }
.case-summary .info .cate span { color: #868686; font-weight: 500; line-height: 1.75em; }
.case-summary .info .cate span:first-child { color: #242424; }
.case-summary .info .cate i { display: inline-block; width: 18px; height: 18px; background: url("/images/sub/print-path.png") no-repeat center / 7px; }
.case-summary .info .tit { margin: 0 0 24px; color: #242424; font-size: var(--font-size40); font-weight: 600; line-height: 1.36em; }
.case-summary .info .desc { margin-bottom: 40px; }
.case-summary .info .desc p { margin: 0; color: #686868; font-size: var(--font-size18); font-weight: 400; line-height: 1.67em; }
.case-summary .info .spec { margin: 0 0 40px; padding: 0; }
.case-summary .info .spec > div { display: flex; align-items: center; gap: 40px; }
.case-summary .info .spec > div:first-child { border-top: 1px solid #242424; padding-top: 12px; padding-bottom: 8px; }
.case-summary .info .spec > div:not(:first-child):not(:last-child) { padding: 8px 0; }
.case-summary .info .spec > div:last-child { border-bottom: 1px solid #ddd; padding-top: 8px; padding-bottom: 12px; }
.case-summary .info .spec dt { width: 100px; flex-shrink: 0; padding: 0 10px; color: #242424; font-size: var(--font-size18); font-weight: 500; line-height: 1.44em; box-sizing: border-box; }
.case-summary .info .spec dd { margin: 0; color: #454545; font-weight: 400; line-height: 2.5em; }
.case-summary .info .notice { display: flex; align-items: center; gap: 8px; margin-bottom: 40px; padding: 16px; border: 1px solid rgba(255,207,1,0.4); border-radius: 12px; background: #fffbee; }
.case-summary .info .notice i { width: 24px; height: 24px; flex-shrink: 0; background: url("/images/sub/guide-warning-on.png") no-repeat center / contain; }
.case-summary .info .notice p { margin: 0; color: #454545; font-size: 16px; font-weight: 400; line-height: 1.625em; }
.case-summary .info .notice a { color: #7b5e00; font-weight: 600; text-decoration: underline; text-underline-position: under;}
.case-summary .info .btns { display: flex; gap: 25px; }
.case-summary .info .btns a { display: flex; align-items: center; justify-content: center; width: calc(50% - 12.5px); height: 64px; border-radius: 8px; font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; }
.case-summary .info .btn-list { border: 1px solid #ddd; background: #fff; color: #242424; }
.case-summary .info .btn-inquiry { background: var(--color-primary); color: #242424; }
.case-summary .info .btn-inquiry:hover { background: #242424; color: var(--color-primary); }
.case-tit { color: #1d1d1d; font-size: var(--font-size32); font-weight: 600; line-height: 1.25em; letter-spacing: -0.03em; margin-bottom: 32px; border-bottom: 1px solid #ddd;}
.case-tit span { display: inline-block; position: relative; padding-bottom: 25px; }
.case-tit span::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--color-primary); }
.case-detail h3 + .case-detail-img { border-top: 1px solid #ddd; position: relative; }
.case-detail h3 + .case-detail-img::before { content: ""; position: absolute; left: 0; top: -1px; width: 235px; height: 2px; background: var(--color-primary); }
.case-detail-img { margin-top: 32px; }
.case-detail-img img { display: block; width: 100%; height: auto; }
.case-related { padding-bottom: 0; }
.case-related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; border-bottom: 1px solid #ddd; padding-bottom: 24px; }
.case-related-head h3 { margin-bottom: 0; border: none; padding-bottom: 0; }
.case-related-head h3 span { padding-bottom: 0; margin-bottom: 0; }
.case-related-head h3 span::after { bottom: -25px; }
.case-related-nav { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.case-related-prev,
.case-related-next { width: 48px; height: 48px; border: 1px solid #ddd; border-radius: 58px; background: #fff url("/images/sub/print-prev.png") no-repeat center / 7px; cursor: pointer; transition: .3s;}
.case-related-next { background-image: url("/images/sub/print-next.png"); }
.case-related-prev:hover,
.case-related-next:hover { border-color: #242424; }

/* 인쇄가이드 */
.guide { display: flex; align-items: flex-start; gap: 80px; }
.guide-nav { width: 300px; flex-shrink: 0; position: sticky; top: 150px; display: flex; flex-direction: column; gap: 4px; }
.guide-nav-item { display: flex; align-items: flex-start; gap: 8px; width: 100%; padding: 18px; border-radius: 8px; color: #bebebe; font-size: 16px; font-weight: 600; line-height: 1.25em; box-sizing: border-box; }
.guide-nav-item i { width: 28px; height: 28px; flex-shrink: 0; background: url("/images/sub/guide-warning-off.png") no-repeat center / contain; }
.guide-nav-item.active { background: #fffbee; color: #242424; }
.guide-nav-item.active i { background-image: url("/images/sub/guide-warning-on.png"); }
.guide-nav-item:hover { color: #242424; }
.guide-contents { flex: 1; min-width: 0; }
.guide-contents > .guide-badge { margin-bottom: 28px; }
.guide-head { display: flex; flex-direction: column; gap: 28px; margin-bottom: 28px; }
.guide-badge { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 16px 18px; border: 2px solid var(--color-primary); border-radius: 800px; background: #fff; }
.guide-badge i { width: 28px; height: 28px; flex-shrink: 0; background: url("/images/sub/guide-warning-on.png") no-repeat center / contain; }
.guide-badge span { color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; }
.guide-intro { display: flex; flex-direction: column; gap: 8px; padding: 24px; border: 1px solid #ddd; border-radius: 16px; background: #fff; }
.guide-intro p { margin: 0; color: #454545; font-size: 16px; font-weight: 400; line-height: 1.875em; }
.guide-intro .point { color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.67em; }
.guide-intro .point strong { color: #7b5e00; font-weight: 600; }
.guide-list { display: flex; flex-direction: column; gap: 28px; padding: 28px; border-radius: 24px; background: #fafafa; }
.guide-item { background: #fff; border-radius: 24px; border: 1px solid transparent; overflow: hidden; }
.guide-item.active { border-color: var(--color-primary); }
.guide-item-tit { display: flex; align-items: center; gap: 12px; width: 100%; padding: 28px; border: 0; background: transparent; cursor: pointer; text-align: left; box-sizing: border-box; }
.guide-item-tit .no { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; border-radius: 8px; background: var(--color-primary); color: #fff; font-size: var(--font-size18); font-weight: 700; line-height: 1.33em; }
.guide-item.active .guide-item-tit .no { color: #242424; }
.guide-item-tit .txt { flex: 1; min-width: 0; color: #242424; font-size: var(--font-size24); font-weight: 700; line-height: 1.33em; }
.guide-item-tit .arrow { width: 14px; height: 7px; flex-shrink: 0; background: url("/images/sub/print-toggle-btn.png") no-repeat center / contain; transition: transform .2s; }
.guide-item.active .guide-item-tit .arrow { transform: rotate(180deg); }
.guide-item-body { display: none; flex-direction: column; gap: 32px; padding: 0 28px 28px; }
.guide-summary { padding: 16px; border-radius: 8px; background: #fffbee; color: #454545; font-size: var(--font-size18); font-weight: 400; line-height: 1.67em; }
.guide-block { display: flex; flex-direction: column; gap: 16px; }
.guide-block .label { display: inline-flex; align-items: center; justify-content: center; gap: 4px; align-self: flex-start; padding: 4px 14px; border-radius: 80px; background: #f8f8f8; color: #868686; font-size: 16px; font-weight: 600; line-height: 1.625em; }
.guide-block ul { margin: 0; padding: 0; list-style: none; }
.guide-block ul li { position: relative; padding-left: 14px; color: #454545; font-size: var(--font-size18); font-weight: 400; line-height: 1.67em; }
.guide-block ul li::before { content: "•"; position: absolute; left: 0; top: 0; }
.guide-block.warn .label { background: #fff3f0; color: #de3412; }
.guide-block.warn .label i { width: 18px; height: 18px; background: url("/images/sub/guide-warning-on.png") no-repeat center / contain; filter: hue-rotate(-25deg) saturate(2); }
.guide-block.warn ul li { color: #de3412; }
.guide-img .thumb { position: relative; width: 100%; border-radius: 24px; overflow: hidden; background: #eee; padding-bottom: 50%; }
.guide-img .thumb.no-img::before { content: ""; position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; transform: translate(-50%, -50%); background: #fefefe url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Crect x='6' y='10' width='44' height='36' rx='4' stroke='%23BEBEBE' stroke-width='2'/%3E%3Ccircle cx='20' cy='22' r='4' fill='%23BEBEBE'/%3E%3Cpath d='M8 40l12-12 8 8 10-14 10 18H8z' fill='%23D9D9D9'/%3E%3C/svg%3E") no-repeat center / 56px; border-radius: 4px; }
.guide-note { padding: 24px; border-radius: 16px; background: #fffbee; color: #7b5e00; font-size: var(--font-size18); font-weight: 500; line-height: 1.55em; }

/* 제작용어사전 */
.dict-search { display: flex; align-items: center; gap: 12px; width: 100%; height: 72px; padding: 0 28px; border: 1px solid #ddd; border-radius: 800px; background: #fff; box-sizing: border-box; transition: border-color .2s; }
.dict-search .sch { width: 24px; height: 24px; flex-shrink: 0; border: 0; padding: 0; background: url("/images/sub/sub4-sch.png") no-repeat center / contain; cursor: pointer; }
.dict-search input { flex: 1; min-width: 0; height: 100%; border: 0; padding: 0; background: transparent; color: #242424; font-size: var(--font-size20); font-weight: 400; line-height: 1.5em; outline: none; }
.dict-search input::placeholder { color: #bebebe; }
.dict-search:focus-within { border-color: var(--color-primary); }
.dict-search:focus-within .sch { background-image: url("/images/sub/sub4-sch-c.png"); }
.dict-initial { display: flex; flex-wrap: wrap; gap: 12px; margin: 40px 0; padding: 0; list-style: none; }
.dict-initial li button { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 8px; background: #f8f8f8; color: #bebebe; font-size: var(--font-size20); font-weight: 700; line-height: 1.3em; cursor: pointer; transition: .2s; }
.dict-initial li button:hover,
.dict-initial li.active button { background: var(--color-primary); color: #242424; font-weight: 600; }
.dict-tab { display: flex; flex-wrap: wrap; gap: 40px; margin: 0 0 40px; padding: 0; list-style: none; border-bottom: 1px solid #ddd; }
.dict-tab li a { display: block; padding-bottom: 24px; position: relative; color: #bebebe; font-size: var(--font-size24); font-weight: 600; line-height: 1.1em; }
.dict-tab li a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--color-primary); opacity: 0; }
.dict-tab li.active a { color: #242424; }
.dict-tab li.active a::after { opacity: 1; }
.dict-tab li a:hover { color: #242424; }
.dict-total { margin: 0 0 16px; color: #868686; font-weight: 400; line-height: 1.625em; }
.dict-total strong { font-weight: 400; }
.dict-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.dict-item { display: flex; flex-direction: column; gap: 24px; position: relative; padding: 40px; border: 1px solid #ddd; border-radius: 24px; background: #fff; color: inherit; text-decoration: none; box-sizing: border-box; transition: border-color .2s; }
.dict-item .tit { display: flex; align-items: center; gap: 18px; }
.dict-item .tit strong { color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; }
.dict-item .tag { display: inline-flex; align-items: center; justify-content: center; padding: 2px 10px; border-radius: 80px; background: #fff7d0; color: #7b5e00; font-size: 14px; font-weight: 600; line-height: 1.71em; }
.dict-item .txt { margin: 0; color: #454545; font-size: 16px; font-weight: 400; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dict-item .arrow { display: none; position: absolute; right: 40px; bottom: 40px; width: 40px; height: 40px; border-radius: 80px; background: #242424 url("/images/sub/sub4-view.png") no-repeat center / contain; }
.dict-item:hover { border-color: var(--color-primary); }
.dict-item:hover .arrow { display: block; }
.dict-item .arrow:hover { background-color: var(--color-primary); }
.dict-view { width: 100%; margin-top: 100px; }
.dict-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 40px; color: #868686; font-size: var(--font-size20); font-weight: 500; line-height: 1.6em; text-decoration: none; transition: color .2s; }
.dict-back i { width: 28px; height: 28px; background: url("/images/sub/sub4-back.png") no-repeat center / contain; }
.dict-back:hover { color: #242424; }
.dict-detail { display: flex; flex-direction: column; gap: 64px; margin-bottom: 100px; }
.dict-detail-txt { display: flex; flex-direction: column; gap: 32px; }
.dict-detail-txt h3 { margin: 0; color: #242424; font-size: var(--font-size40); font-weight: 600; line-height: 1.2em; }
.dict-detail-txt h3::after { content: ""; display: block; width: 60px; height: 3px; margin-top: 32px; background: var(--color-primary); }
.dict-detail-txt .desc p { margin: 0; color: #454545; font-size: var(--font-size18); font-weight: 400; line-height: 1.78em; }
.dict-detail-txt .tags { display: flex; flex-wrap: wrap; gap: 12px; }
.dict-detail-txt .tag { display: inline-flex; align-items: center; justify-content: center; padding: 4px 14px; border-radius: 80px; background: #fff7d0; color: #7b5e00; font-size: 16px; font-weight: 600; line-height: 1.5em; }
.dict-detail-img .thumb { position: relative; width: 100%; border-radius: 24px; overflow: hidden; background: #eee; padding-bottom: 55.5%; }
.dict-detail-img .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; }
.dict-related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid #ddd; }
.dict-related-head h3 { position: relative; margin: 0; color: #1d1d1d; font-size: var(--font-size32); font-weight: 600; line-height: 1.25em; letter-spacing: -0.03em; }
.dict-related-head h3::after { content: ""; position: absolute; left: 0; bottom: -25px; width: 115px; height: 2px; background: var(--color-primary); }
.dict-related-nav { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.dict-related-prev,
.dict-related-next { width: 48px; height: 48px; border: 1px solid #ddd; border-radius: 58px; background: #fff url("/images/sub/print-prev.png") no-repeat center / 7px; cursor: pointer; transition: .2s; }
.dict-related-next { background-image: url("/images/sub/print-next.png"); }
.dict-related-prev:hover,
.dict-related-next:hover { border-color: #242424; }
.dict-related-swiper .swiper-slide { height: auto; }
.dict-related-item { display: block; height: 100%; color: inherit; text-decoration: none; border-radius: 32px; overflow: hidden; }
.dict-related-item .thumb { position: relative; width: 100%; padding-bottom: 67.3%; background: #eee; border-radius: 32px 32px 0 0; overflow: hidden; }
.dict-related-item .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; }
.dict-related-item .info { display: flex; flex-direction: column; gap: 24px; padding: 40px; border: 1px solid #ddd; border-top: 0; border-radius: 0 0 32px 32px; background: #fff; }
.dict-related-item .tit { color: #242424; font-size: var(--font-size28); font-weight: 600; line-height: 1.29em; }
.dict-related-item .txt { margin: 0; color: #454545; font-size: var(--font-size18); font-weight: 400; line-height: 1.56em; }

/* 자주 묻는 질문 */ 
.faq-page { display: flex; flex-direction: column; gap: 64px; }
.faq-page .case-tab { margin-bottom: 0; }
.faq-body { display: flex; flex-direction: column; gap: 60px; }
.faq-list-wrap { display: flex; flex-direction: column; gap: 16px; }
.faq-total { margin: 0; color: #868686; font-size: 16px; font-weight: 400; line-height: 1.625em; }
.faq-total strong { font-weight: 400; }
.faq-list { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0; list-style: none; }
.faq-item { border: 1px solid #ddd; border-radius: 18px; background: #fff; box-sizing: border-box; transition: border-color .2s, border-radius .2s; }
.faq-item.active { border-color: var(--color-primary); border-radius: 24px; }
.faq-item-btn { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 28px 24px; border: 0; background: transparent; cursor: pointer; text-align: left; box-sizing: border-box; }
.faq-item.active .faq-item-btn { align-items: flex-start; padding-bottom: 16px; }
.faq-item-q { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; flex-wrap: wrap; }
.faq-item-q .tag { display: inline-flex; align-items: center; justify-content: center; padding: 4px 14px; border-radius: 80px; background: #fff7d0; color: #7b5e00; font-size: 14px; font-weight: 600; line-height: 1.71em; flex-shrink: 0; }
.faq-item-q strong { color: #242424; font-size: var(--font-size20); font-weight: 600; line-height: 1.4em; }
.faq-item-btn .arrow { position: relative; width: 28px; height: 28px; flex-shrink: 0; display: block; }
.faq-item-btn .arrow::before { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin: -8px 0 0 -6px; border-right: 2px solid #454545; border-bottom: 2px solid #454545; transform: rotate(45deg); transition: transform .2s; box-sizing: border-box; }
.faq-item.active .faq-item-btn .arrow::before { margin-top: -4px; transform: rotate(225deg); }
.faq-item-a { display: none; padding: 8px 24px 28px; box-sizing: border-box; }
.faq-item-a p { margin: 0; color: #686868; font-size: 16px; font-weight: 400; line-height: 1.75em; }
.faq-item-a .a { color: #bebebe; font-weight: 700; margin-right: 2px; }
.faq-body .paginate { margin-top: 0; }
.faq-item.none { text-align: center; padding: 60px 0;}


/* 견적문의 */
.inquiry { display: flex; flex-direction: column; gap: 80px; width: 100%; }
.inq-sec { display: flex; flex-direction: column; gap: 40px; width: 100%; }
.inq-tit { display: flex; align-items: center; gap: 12px; margin: 0; color: #242424; font-size: var(--font-size28); font-weight: 600; line-height: 1.29em; }
.inq-tit .no { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--color-primary); color: #242424; font-size: var(--font-size20); font-weight: 700; line-height: 1.4em; flex-shrink: 0; }
.inq-tit .note { color: #868686; font-size: 16px; font-weight: 500; line-height: 1.5em; opacity: .8; }
.inq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 48px; width: 100%; }
.inq-field { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.inq-field-full { width: 100%; }
.inq-field label { color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.4em; }
.inq-field label em { color: #ff9501; font-style: normal; }
.inq-field label .note { margin-left: 12px; color: #868686; font-size: 14px; font-weight: 500; line-height: 1.71em; opacity: .8; }
.inq-input { width: 100%; height: 64px; padding: 0 24px; border: 1px solid #ddd; border-radius: 12px; background: #fff; color: #242424; font-size: var(--font-size18); font-weight: 500; line-height: 1.44em; box-sizing: border-box; outline: none; transition: border-color .2s; }
.inq-input::placeholder { color: #bebebe; }
.inq-input:focus { border-color: var(--color-primary); }
.inq-select { appearance: none; -webkit-appearance: none; padding-right: 56px; color: #454545; background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 24px center / 24px; cursor: pointer; }
.inq-select:invalid,
.inq-select option[value=""] { color: #454545; }
.inq-date { position: relative; }
.inq-date .inq-input { padding-right: 56px; color: #bebebe; }
.inq-date .inq-input:valid { color: #242424; }
.inq-date::after { content: ""; position: absolute; right: 24px; top: 50%; width: 24px; height: 24px; margin-top: -12px; background: url("/images/sub/inq-calendar.svg") no-repeat center / contain; pointer-events: none; }
.inq-date .inq-input::-webkit-calendar-picker-indicator { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.inq-textarea { height: 200px; padding: 24px; resize: vertical; line-height: 1.44em; }
.inq-checks { display: flex; flex-direction: column; gap: 24px; width: 100%; }
.inq-check-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 40px; }
.inq-check { display: inline-flex; align-items: center; gap: 10px; color: #454545; font-size: 16px; font-weight: 400; line-height: 1em; cursor: pointer; }
.inq-check input[type="checkbox"] { position: absolute; width: 0; height: 0; opacity: 0; }
.inq-check span { display: inline-flex; align-items: center; gap: 10px; }
.inq-check span::before { content: ""; width: 18px; height: 18px; flex-shrink: 0; border: 1px solid #ddd; background: #f8f8f8; box-sizing: border-box; }
.inq-check input[type="checkbox"]:checked + span::before { border-color: var(--color-primary); background: var(--color-primary) url(../images/bbs/checkbox.png) center no-repeat; background-size: 11px; }
.inq-check.round span::before { border-radius: 50%; background: #f8f8f8; }
.inq-check.round input[type="checkbox"]:checked + span::before { background: #fff; border-color: #ddd; box-shadow: inset 0 0 0 4px var(--color-primary); }
.inq-check-row .item { display: inline-flex; align-items: center; gap: 10px; color: #454545; font-size: 16px; font-weight: 400; line-height: 1em; }
.inq-check-row .radiobox { margin-top: 0; }
.inq-check-other { display: inline-flex; align-items: center; flex: 1; min-width: 280px; gap: 10px; }
.inq-check-other .inq-other-input { position: static; flex: 1; min-width: 160px; width: auto; height: 56px; margin-left: 0; opacity: 1; }
.inq-check-other .inq-other-input:disabled { background: #fff; }
.inq-book-panel { display: flex; gap: 24px; width: 100%; padding: 24px; border-radius: 16px; background: #f8f8f8; box-sizing: border-box; }
.inq-book-panel .inq-field { flex: 1; min-width: 0; gap: 12px; }
.inq-book-panel .inq-field label { font-size: 16px; font-weight: 500; line-height: 1.5em; }
.inq-book-panel .inq-input { height: 56px; }
/* 첨부파일 - 구 마크업(bbs/inquiry.php 퍼블리싱 원본)이 아직 쓰는 스타일. 견적문의 폼은 아래 드롭존을 쓴다 */
.inq-file { display: flex; align-items: stretch; gap: 12px; width: 100%; }
.inq-file-name { flex: 1; min-width: 0; color: #bebebe; pointer-events: none; }
.inq-file-btn { display: inline-flex; align-items: center; justify-content: center; width: 112px; height: 64px; flex-shrink: 0; border-radius: 12px; background: #242424; color: #fff !important; font-size: var(--font-size18); font-weight: 500; line-height: 1.44em; cursor: pointer; box-sizing: border-box; }
.inq-file-btn:hover { background: #000; }
/* 첨부파일 드래그앤드롭
   .inq-dropzone 은 label 이라 .inq-field label 규칙(0,1,1)과 겹친다 → .inq-field 를 앞에 붙여 우선순위를 올린다.
   input[type=file] 은 display:none 이 아니라 opacity:0 으로 숨긴다(키보드 포커스 유지 → :focus-within 테두리). */
.inq-file-input { position: absolute; width: 0; height: 0; opacity: 0; }
.inq-field .inq-dropzone { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 100%; min-height: 208px; padding: 32px 24px; border: 2px dashed #ddd; border-radius: 16px; background: #f8f8f8; text-align: center; cursor: pointer; box-sizing: border-box; transition: border-color .2s, background-color .2s; }
.inq-field .inq-dropzone:hover { border-color: var(--color-primary); background: #fff; }
.inq-field .inq-dropzone:focus-within { border-color: var(--color-primary); background: #fff; }
.inq-field .inq-dropzone.is-drag { border-color: var(--color-primary); background: rgba(255, 207, 1, .08); }
.inq-dropzone-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 12px; border: 1px solid #ddd; border-radius: 50%; background: #fff; transition: transform .2s, background-color .2s; }
.inq-dropzone-icon svg { width: 24px; height: 24px; }
.inq-dropzone.is-drag .inq-dropzone-icon { transform: translateY(-4px); background: var(--color-primary); border-color: var(--color-primary); }
.inq-dropzone-text { color: #242424; font-size: var(--font-size18); font-weight: 600; line-height: 1.44em; }
.inq-dropzone-sub { display: inline-flex; align-items: center; gap: 8px; color: #868686; font-size: 16px; font-weight: 400; line-height: 1.5em; }
.inq-dropzone-btn { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 20px; border-radius: 8px; background: #242424; color: #fff; font-size: 15px; font-weight: 500; line-height: 1em; transition: background-color .2s; }
.inq-dropzone:hover .inq-dropzone-btn { background: #000; }
.inq-dropzone-help { margin-top: 10px; color: #bebebe; font-size: 14px; font-weight: 400; line-height: 1.5em; word-break: keep-all; }
.inq-file-list { display: flex; flex-direction: column; gap: 8px; width: 100%; margin: 0; padding: 0; list-style: none; }
.inq-file-list:empty { display: none; }
.inq-file-item { display: flex; align-items: center; gap: 12px; width: 100%; height: 56px; padding: 0 16px 0 20px; border: 1px solid #ddd; border-radius: 12px; background: #fff; box-sizing: border-box; }
.inq-file-item-name { flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #242424; font-size: 16px; font-weight: 500; line-height: 1.5em; }
.inq-file-item-size { flex-shrink: 0; color: #868686; font-size: 14px; font-weight: 400; line-height: 1.5em; }
.inq-file-del { position: relative; width: 28px; height: 28px; flex-shrink: 0; padding: 0; border: 0; border-radius: 50%; background: #f2f2f2; cursor: pointer; transition: background-color .2s; }
.inq-file-del:hover { background: #e4e4e4; }
.inq-file-del::before, .inq-file-del::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: #454545; }
.inq-file-del::before { transform: rotate(45deg); }
.inq-file-del::after { transform: rotate(-45deg); }
.inq-file-error { display: none; width: 100%; }
.inq-file-error p { margin: 0; color: #e02020; font-size: 14px; font-weight: 500; line-height: 1.6em; word-break: keep-all; }
.inq-agree { border: 1px solid #ddd; border-radius: 16px; background: #f8f8f8; overflow: hidden; }
.inq-agree.open { background: #fff; }
.inq-agree-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 80px; padding: 0 24px; box-sizing: border-box; }
.inq-agree.open .inq-agree-head { padding: 24px 24px 0; min-height: 0; padding-bottom: 24px; }
.inq-agree-check { display: inline-flex; align-items: center; gap: 12px; color: #242424; font-size: var(--font-size20); font-weight: 500; line-height: 1.4em; cursor: pointer; }
.inq-agree-check input { position: absolute; width: 0; height: 0; opacity: 0; }
.inq-agree-check span { display: inline-flex; align-items: center; gap: 12px; }
.inq-agree-check span::before { content: ""; width: 24px; height: 24px; flex-shrink: 0; border: 1px solid #ddd; background: #fff; box-sizing: border-box; }
.inq-agree-check input:checked + span::before { border-color: var(--color-primary); background: var(--color-primary) url(../images/bbs/checkbox.png) center no-repeat; background-size: 13px; }
.inq-agree-toggle { position: relative; width: 28px; height: 28px; flex-shrink: 0; border: 0; padding: 0; background: transparent; cursor: pointer; }
.inq-agree-toggle::before { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin: -8px 0 0 -6px; border-right: 2px solid #454545; border-bottom: 2px solid #454545; transform: rotate(45deg); transition: transform .2s; box-sizing: border-box; }
.inq-agree.open .inq-agree-toggle::before { margin-top: -4px; transform: rotate(225deg); }
.inq-agree-body { padding: 0 24px 24px; }
.inq-agree-box { max-height: 180px; overflow: auto; padding: 18px 20px; border-radius: 4px; background: #f8f8f8; box-sizing: border-box; }
.inq-agree-box p { margin: 0; color: #686868; font-size: 16px; font-weight: 400; line-height: 1.5em; }
.inq-submit-wrap { display: flex; justify-content: center; }
.inq-submit { display: inline-flex; align-items: center; justify-content: center; width: 301px; height: 72px; padding: 0 24px; border: 0; border-radius: 12px; background: #242424; color: #fff; font-size: var(--font-size20); font-weight: 600; line-height: 1.5em; cursor: pointer; transition: .2s; box-sizing: border-box; }
.inq-submit:hover { background: var(--color-primary); color: #242424; }

/* 검색 결과 */
.search-result { display: flex; flex-direction: column; gap: 64px; width: 100%; padding-top: 20px; }
.result-head { display: flex; flex-direction: column; align-items: center; gap: 30px; text-align: center; }
.result-tit { margin: 0; color: #242424; font-size: var(--font-size40); font-weight: 700; line-height: 1.2em; }
.result-tit .clr { color: var(--color-primary); }
.result-count { margin: 0; color: #454545; font-size: var(--font-size20); font-weight: 400; line-height: 1.5em; }
.result-count strong { color: #242424; font-weight: 700; }
.result-body { display: flex; flex-direction: column; gap: 16px; width: 100%; }
.search-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.search-list .case-item .info { padding: 0 24px; box-sizing: border-box; }
.search-list .case-item .txt { color: #868686; }
.search-result .paginate { margin-top: 0; }
/* 제작사례 AJAX 필터 로딩 상태 (script.js 가 .case-contents 에 토글) */
.case-contents.is-loading { position: relative; }
.case-contents.is-loading .case-list,
.case-contents.is-loading .case-total,
.case-contents.is-loading .case-head { opacity: .35; transition: opacity .15s; }
.case-contents.is-loading::after {
	content: ""; position: absolute; left: 50%; top: 180px; width: 34px; height: 34px; margin-left: -17px;
	border: 3px solid rgba(0,0,0,.12); border-top-color: var(--color-primary); border-radius: 50%;
	animation: caseSpin .7s linear infinite;
}
@keyframes caseSpin { to { transform: rotate(360deg); } }

/* 제작용어사전 — 해당 초성 용어가 없는 버튼은 비활성 표시 (list.php 가 is-empty + disabled 부여) */
.dict-initial li.is-empty button { opacity: .4; cursor: default; }
.dict-initial li.is-empty button:hover { background: #f8f8f8; color: #bebebe; }

/* 검색 결과 없음 / 삭제된 용어 안내 */
.dict-empty { padding: 60px 20px; border: 1px solid #ddd; border-radius: 24px; background: #fff; color: #686868; text-align: center; line-height: 1.6em; }
.dict-empty strong { color: #242424; }

/* 상세 제목 옆 원어 */
.dict-detail-txt h3 .en { margin-left: 8px; color: #868686; font-size: 0.6em; font-weight: 500; }

/* 제작사례 목록 - 등록된 항목이 없을 때 */
.case-empty { padding: 60px 20px; border: 1px solid #ddd; border-radius: 24px; background: #fff; color: #686868; text-align: center; }

/* 인쇄가이드 — 항목 이미지 (시안엔 no-img 자리표시만 있어 img 배치 규칙이 없었다) */
.guide-img .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; }

/* 인쇄가이드 — 탭/항목이 없을 때 */
.guide-empty { padding: 60px 20px; border: 1px solid #ddd; border-radius: 16px; background: #fff; color: #686868; text-align: center; }
