@charset "utf-8";

body { width: 100%; overflow: initial; word-break: keep-all; color: var(--text); }
body, html { text-align: initial; }
html {
}
#wrap { width: 100%; word-break: break-word; min-width: 1400px; overflow: visible; }
#toTop { display: none; text-decoration: none; position: fixed; bottom: 120px; right: 13px; overflow: hidden; width: 45px; height: 45px; border: none; text-indent: -999999px; background: url(../images/common/totop.png); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); opacity: 0.6; z-index: 99999; background-color: #9b1515; background-repeat: no-repeat; background-position: center center; border-radius: 100px; }
#toTop:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; }
img { max-width: 100%;

}:root { --point: #34C0EC; --point-dark: #1FA8D3; --point-light: #EAF9FE; --black: #111111; --text: #222; --sub: #666; --line: #E8E8E8; --bg: #FAFAF8; --white: #fff; --petaz-primary: #34C0EC; --petaz-primary-dark: #1FA8D3; --petaz-mint: #e9f4ef; --petaz-bg: #f7faf8; --petaz-text: #111827; --petaz-sub: #6b7280; --petaz-line: #eef2f7; }
/* 헤더 */
.header_all_wrap { position: fixed; width: 100%; background: #fff; border-bottom: 1px solid var(--petaz-line); z-index: 100; }
.header_wrap, .header_mid_wrap { width: 100%; }
.header_mid { width: min(1600px, calc(100% - 48px)); height: 80px; margin: 0 auto; display: grid; grid-template-columns: 150px minmax(0, 1fr) auto 44px; align-items: center; gap: 28px; }
.logo_wrap { position: relative; width: 120px; min-width: 0; top: -5px; }
.logo_wrap a, .logo_wrap span { display: block; }
.logo_wrap img { display: block; width: 100%; max-width: 120px; height: auto; }
.top_nav { display: flex; justify-content: flex-start; align-items: center; height: 80px; gap: clamp(32px, 4vw, 80px); min-width: 0; }
.top_nav .menu { display: flex; align-items: center; }
.top_nav .menu a { display: block; font-size: 17px; font-weight: 400; color: var(--petaz-text); white-space: nowrap; transition: .2s ease; }
.top_nav .menu a:hover { color: var(--petaz-primary); }
.top_gnb_util_box { display: flex; align-items: center; justify-content: flex-end; min-width: 0; }
.top_gnb_util_box_right_list { display: flex; align-items: center; justify-content: flex-end; gap: 18px; white-space: nowrap; }
.top_gnb_util_box_span { display: inline-flex; align-items: center; }
.top_gnb_util_box_span a { display: block; font-size: 14px; font-weight: 600; color: var(--petaz-text); transition: .2s ease; }
.top_gnb_util_box_span a:hover { color: var(--petaz-primary); }
.m_menu_btn_wrap { display: none; justify-content: flex-end; align-items: center; }
.m_menu_btn { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--petaz-line); border-radius: 50%; background: #fff; }
.m_menu_btn span, .m_menu_btn span:before, .m_menu_btn span:after { display: block; width: 18px; height: 2px; background: #111827; border-radius: 999px; content: ''; position: relative; }
.m_menu_btn span:before { position: absolute; top: -6px; left: 0; }
.m_menu_btn span:after { position: absolute; top: 6px; left: 0; }
.m_menu_wrap { position: fixed; top: 0; right: -280px; width: 280px; height: 100vh; z-index: 9999; background: #fff; /* box-shadow: -20px 0 50px rgba(15,23,42,.16); */
}
.m_close_wrap { height: 64px; display: flex; justify-content: flex-end; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--petaz-line); }
.m_close_btn { position: relative; display: block; width: 40px; height: 40px; border-radius: 50%; background: #f8fafc; }
.m_close_btn:before, .m_close_btn:after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 2px; background: #111827; border-radius: 999px; }
.m_close_btn:before { transform: rotate(45deg); }
.m_close_btn:after { transform: rotate(-45deg); }
.m_menu { padding: 20px; }
.m_all_bg { display: none; position: fixed; inset: 0; z-index: 9998; background: rgba(15,23,42,.8); }
.no-scroll { overflow: hidden; }
.header_util { display: flex; align-items: center; justify-content: flex-end; gap: 18px; white-space: nowrap; min-width: 0; }
.header_util a { display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color: var(--petaz-text); transition: .2s ease; }
.header_util a:hover { color: var(--petaz-primary); }
.top_gnb_util_box, .top_gnb_util_box_right_list { display: flex; align-items: center; justify-content: flex-end; gap: 18px; white-space: nowrap; }
.top_gnb_util_box_span { display: inline-flex; align-items: center; }
.top_gnb_util_box_span a { font-size: 14px; font-weight: 600; color: var(--petaz-text); }
.top_gnb_util_box_span a:hover { color: var(--petaz-primary); }

/* N28 Footer */
.n28_footer { margin-top: 140px; background: #f9f9f9; border-top: 1px solid rgba(20, 20, 20, .08); color: #1f1f1f; }
.n28_footer .footer_wrap { padding: 54px 30px 46px; }
.n28_footer .footer_inner { width: min(1520px, calc(100% - 48px)); margin: 0 auto; }
.n28_footer .footer_top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid rgba(20, 20, 20, .1); }
.n28_footer .footer_brand { display: flex; flex-direction: column; gap: 16px; }
.n28_footer .footer_logo { width: 96px; }
.n28_footer .footer_tagline { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: #77706a; }
.n28_footer .footer_menu { display: flex; flex-wrap: wrap; gap: 12px 34px; }
.n28_footer .footer_menu a { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #222; font-weight: 500; transition: .25s; }
.n28_footer .footer_menu a:hover { color: #9b8571; }
.n28_footer .footer_middle { display: grid; grid-template-columns: 1.35fr 1.05fr 1fr 1fr; gap: 42px; padding: 38px 0 36px; border-bottom: 1px solid rgba(20, 20, 20, .1); }
.n28_footer .footer_info_col p { margin: 0 0 9px; font-size: 13px; line-height: 1.75; color: #6b6660; word-break: keep-all; }
.n28_footer .footer_info_col p span { display: inline-block; min-width: 112px; padding-right: 16px; color: #252525; font-weight: 500; letter-spacing: -.02em; }
.n28_footer .footer_info_col .company_name, .n28_footer .footer_info_col .bank_title { margin-bottom: 16px; font-size: 15px; font-weight: 700; color: #1f1f1f; letter-spacing: -.02em; }
.n28_footer .footer_info_col a { color: #6b6660; transition: .25s; }
.n28_footer .footer_info_col a:hover { color: #1f1f1f; }
.n28_footer .footer_bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; padding-top: 30px; }
.n28_footer .footer_cs { min-width: 210px; }
.n28_footer .footer_cs strong { display: block; margin-bottom: 10px; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: #1f1f1f; }
.n28_footer .footer_cs p { font-size: 13px; line-height: 1.65; color: #6b6660; }
.n28_footer .footer_copy_area { flex: 1; }
.n28_footer .footer_copy { margin-bottom: 8px; font-size: 13px; color: #1f1f1f; }
.n28_footer .footer_notice { font-size: 12px; line-height: 1.65; color: #8a837b; }
.n28_footer .footer_sns { display: flex; gap: 10px; }
.n28_footer .sns_link { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(20, 20, 20, .14); background: rgba(255, 255, 255, .45); display: flex; align-items: center; justify-content: center; color: #252525; font-size: 18px; transition: .3s; }
.n28_footer .sns_link:hover { border-color: #1f1f1f; background: #1f1f1f; color: #fff; }
.n28_footer .sns_link i { font-size: 18px; line-height: 1; }
#toTop { position: fixed; right: 24px; bottom: 24px; width: 48px; height: 48px; border-radius: 50%; background: #1f1f1f; color: #fff; text-indent: -9999px; z-index: 99; }
#toTop::before { content: '↑'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-indent: 0; font-size: 17px; }
/* 반응형 */
@media (max-width:1024px) {
    .n28_footer .footer_middle { grid-template-columns: repeat(2, 1fr); gap: 28px 36px; }
}
@media (max-width:768px) {
    .n28_footer { margin-top: 90px; }
    .n28_footer .footer_wrap { padding: 42px 20px 38px; }
    .n28_footer .footer_inner { width: 100%; }
    .n28_footer .footer_top { flex-direction: column; gap: 26px; }
    .n28_footer .footer_menu { gap: 12px 22px; }
    .n28_footer .footer_middle { grid-template-columns: 1fr; gap: 24px; padding: 32px 0; }
    .n28_footer .footer_info_col p span { display: block; min-width: 0; padding-right: 0; margin-bottom: 2px; }
    .n28_footer .footer_bottom { flex-direction: column; align-items: flex-start; gap: 24px; }
    .n28_footer .footer_sns { order: 3; }
}
/******브랜드스토리*****/
.sec_in:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.petaz-lab-story { --blue: #34C0EC; --blue-dark: #1FA8D3; --ink: #101828; --gray: #667085; --line: #E6EEF3; --soft: #F6FBFE; --warm: #F8F5EF; background: #fff; color: var(--ink); }
.petaz-lab-story * { box-sizing: border-box; }
.pls-eyebrow { display: inline-flex; align-items: center; margin: 0 0 18px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.pls-hero { min-height: 760px; background: radial-gradient(circle at 80% 20%, rgba(52,192,236,.18), transparent 28%), linear-gradient(180deg, #F7FCFF 0%, #fff 80%); }
.pls-hero__inner { width: min(1600px, calc(100% - 80px)); min-height: 760px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.pls-hero__text h1 { font-size: clamp(36px, 6vw, 72px); line-height: 1.06; letter-spacing: -.015em; font-weight: 700; }
.pls-hero__text p:not(.pls-eyebrow) { max-width: 660px; margin-top: 28px; color: var(--gray); font-size: 18px; line-height: 1.85; word-break: keep-all; }
.pls-hero__visual { position: relative; height: 560px; }
.pls-lab-board { position: absolute; inset: 18px; border-radius: 48px; background: linear-gradient(rgba(52,192,236,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(52,192,236,.08) 1px, transparent 1px); background-size: 34px 34px; border: 1px solid rgba(52,192,236,.16); overflow: hidden; }
.pls-lab-board:before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(52,192,236,.16), transparent 26%), radial-gradient(circle at 80% 70%, rgba(31,168,211,.12), transparent 28%); }
.lab-chip { position: absolute; z-index: 2; display: inline-flex; align-items: center; height: 42px; padding: 0 18px; border: 1px solid rgba(52,192,236,.22); border-radius: 999px; background: rgba(255,255,255,.78); backdrop-filter: blur(14px); color: #1FA8D3; font-size: 13px; font-weight: 800; box-shadow: 0 12px 30px rgba(16,24,40,.06); animation: chipFloat 4s ease-in-out infinite; z-index: 10; }
.chip-01 { top: 80px; left: 42px; }
.chip-02 { top: 120px; right: 46px; animation-delay: .4s; }
.chip-03 { left: 70px; bottom: 160px; animation-delay: .8s; }
.chip-04 { right: 50px; bottom: 70px; animation-delay: 1.2s; }
.lab-line { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(52,192,236,.4), transparent); transform-origin: left center; }
.line-01 { top: 110px; left: 90px; width: 70px; transform: rotate(30deg); z-index: 2; }
.line-02 { top: 173px; left: 370px; width: 160px; transform: rotate(-10deg); z-index: 2; }
.line-03 { bottom: 120px; left: 190px; width: 280px; transform: rotate(18deg); }
.pls-product-card { position: absolute; border: 1px solid rgba(255,255,255,.9); border-radius: 36px; background: rgba(255,255,255,.72); backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(16,24,40,.08); }
.pls-card-main { left: 42%; top: 45%; width: 330px; height: 430px; padding: 34px; transform: translate(-50%, -50%); background: linear-gradient(160deg, rgba(52,192,236,.12), rgba(255,255,255,.88)), #fff; z-index: 1; }
.pls-card-sub { right: 23%; bottom: 36px; width: 220px; height: 260px; padding: 26px; transform: rotate(6deg); z-index: 1; }
.pls-product-card em { display: block; color: var(--blue); font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.pls-product-card strong { display: block; margin-top: 50px; font-size: 36px; line-height: 1.2; letter-spacing: -.015em; font-weight: 700; }
.pls-card-sub strong { margin-top: 38px; font-size: 24px; }
.pls-product-card p { position: absolute; left: 34px; bottom: 34px; color: var(--gray); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.pls-intro { width: min(1400px, calc(100% - 80px)); margin: 0 auto; padding: 140px 0; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; }
.pls-intro__sticky { position: sticky; top: 120px; align-self: start; }
.pls-intro__sticky h2, .pls-section-title h2, .pls-product__text h2, .pls-ending h2 { font-size: clamp(30px, 4.8vw, 48px); line-height: 1.15; letter-spacing: -.015em; font-weight: 700; }
.pls-intro__list { display: flex; flex-direction: column; gap: 24px; }
.pls-step { padding: 42px; border: 1px solid var(--line); border-radius: 34px; background: #fff; box-shadow: 0 20px 50px rgba(16,24,40,.04); }
.pls-step span, .pls-system-card b { color: var(--blue); font-size: 14px; font-weight: 700; }
.pls-step h3 { margin-top: 52px; font-size: 28px; line-height: 1.25; letter-spacing: -.04em; font-weight: 700; }
.pls-step p { margin-top: 16px; color: var(--gray); font-size: 16px; line-height: 1.75; }
.pls-system { padding: 120px 0; background: var(--soft); }
.pls-section-title { width: min(1400px, calc(100% - 80px)); margin: 0 auto 54px; }
.pls-system__grid { width: min(1400px, calc(100% - 80px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pls-system-card { min-height: 280px; padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: rgba(255,255,255,.72); backdrop-filter: blur(16px); transition: .35s ease; }
.pls-system-card:hover { transform: translateY(-8px); box-shadow: 0 22px 54px rgba(16,24,40,.08); }
.pls-system-card h3 { margin-top: 84px; font-size: 27px; font-weight: 700; letter-spacing: -.04em; }
.pls-system-card p { margin-top: 14px; color: var(--gray); line-height: 1.7; }
.pls-horizontal { height: 300vh; position: relative; background: #fff; overflow: visible; }
.pls-horizontal__track { position: sticky; top: 0; height: 100vh; display: flex; width: max-content; will-change: transform; }
.pls-panel { width: 100vw; height: 100vh; padding: 0 clamp(32px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; background-repeat: no-repeat; }
.pls-panel { position: relative; overflow: hidden; }
.pls-panel::before { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / 60%); z-index: 0; }
.pls-panel > * { position: relative; z-index: 1; }
.pls-panel:nth-child(1) { background-image: url('./../images/sub/brandstory_slide_01.jpg'); }
.pls-panel:nth-child(2) { background-image: url('./../images/sub/brandstory_slide_02.jpg'); }
.pls-panel:nth-child(3) { background-image: url('./../images/sub/brandstory_slide_03.jpg'); }
.pls-panel p { color: var(--blue); font-size: 14px; font-weight: 700; letter-spacing: .12em; z-index: 100; }
.pls-panel h2 { margin-top: 24px; font-size: clamp(28px, 6vw, 4vw); line-height: 1.08; letter-spacing: -.065em; font-weight: 700; color: #fff; }
.pls-product { width: min(1400px, calc(100% - 80px)); margin: 0 auto; padding: 150px 0; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: center; }
.pls-product__text p:not(.pls-eyebrow) { margin-top: 24px; color: var(--gray); font-size: 17px; line-height: 1.85; word-break: keep-all; }
.pls-product__mockup { position: relative; height: 520px; }
.pls-pack { position: absolute; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border-radius: 34px; box-shadow: 0 30px 80px rgba(16,24,40,.1); }
.pls-pack span { font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.pls-pack strong { font-size: 44px; line-height: 1; letter-spacing: -.055em; font-weight: 700; }
.pls-pack em { font-style: normal; color: inherit; opacity: .72; font-size: 13px; font-weight: 800; }
.pls-pack-blue { left: 40px; top: 40px; width: 300px; height: 410px; background: linear-gradient(160deg, #34C0EC, #BDEFFF); color: #fff; }
.pls-pack-white { right: 100px; bottom: 30px; width: 250px; height: 320px; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.pls-keyword { overflow: hidden; padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.pls-keyword__track { display: flex; gap: 48px; white-space: nowrap; animation: plsKeyword 28s linear infinite; }
.pls-keyword__track span { font-size: clamp(36px, 5vw, 76px); line-height: 1; letter-spacing: -.06em; font-weight: 700; color: #D8F2FB; }
.pls-ending { padding: 160px 24px 180px; text-align: center; background: radial-gradient(circle at 50% 18%, rgba(52,192,236,.18), transparent 26%), #fff; }
.pls-ending h2 { margin: 0 auto; max-width: 980px; }
.pls-motion { opacity: 0; transform: translateY(70px); transition: opacity .8s ease, transform .8s ease; }
.pls-motion.is-active { opacity: 1; transform: translateY(0); }
.pls-system-card.is-active:nth-child(2), .pls-step.is-active:nth-child(2) { transition-delay: .08s; }
.pls-system-card.is-active:nth-child(3), .pls-step.is-active:nth-child(3) { transition-delay: .16s; }
.pls-system-card.is-active:nth-child(4) { transition-delay: .24s; }
/***** magazine *****/
.product_section { padding: 100px 0 50px; background: #fff; }
.product_section_head { text-align: center; }
.product_section_title strong { display: block; font-size: clamp(36px,5vw,48px); line-height: 1; letter-spacing: -0.015em; font-weight: 700; color: #111827; }
.product_section_title .subtit { display: block; margin-top: 14px; font-size: 22px; color: #667085; font-weight: 500; }
.magazine_desc { max-width: 600px; margin: 24px auto 0; font-size: 16px; line-height: 1.8; color: #98A2B3; word-break: keep-all; }
.product_section_line { display: block; width: 60px; height: 3px; margin: 36px auto 0; border-radius: 999px; background: #34C0EC; }
.board_wrap ul li { transition: .2s ease; }
.board_wrap ul li:hover { background: #F9FCFE; }
.board_wrap ul li a { display: flex; align-items: center; justify-content: space-between; }
.board_wrap .subject { font-size: 18px; color: #111827; font-weight: 500; }
.board_wrap .date { color: #98A2B3; font-size: 14px; }
/***** animation *****/
@keyframes chipFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes plsRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes plsKeyword {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
