@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: relative; 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: static; width: 120px; min-width: 0; }
.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: center; 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: 700; 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: 600; 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); }

.main .animate { opacity: 0; visibility: hidden; }
.main .animate.animated { opacity: 1; visibility: visible; }
.main_inner { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
.main_solution { padding: 110px 0; background: linear-gradient(180deg,#f4fbfe 0%,#fff 100%); }
.solution_wrap { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.sec_label { display: inline-block; margin-bottom: 18px; font-size: 13px; font-weight: 800; letter-spacing: .12em; color: #34C0EC; }
.solution_text h3, .point_title h3 { font-size: 46px; line-height: 1.22; letter-spacing: -.04em; color: #111; }
.solution_text p { margin-top: 24px; max-width: 520px; font-size: 18px; line-height: 1.75; color: #555; }
.solution_keywords { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.solution_keywords span { padding: 12px 18px; border-radius: 999px; background: #fff; border: 1px solid rgba(52,192,236,.25); color: #188fbd; font-weight: 700; }
.solution_product { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; border-radius: 42px; /* background: #eaf8fd; */ }
.solution_product img { position: relative; z-index: 2; height: auto; }
.point_layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.point_list { display: grid; gap: 18px; }
.point_list > div { display: grid; grid-template-columns: 70px 1fr; gap: 8px 22px; padding: 28px; border-radius: 26px; background: #f8fbfc; }
.point_list b { grid-row: 1 / 3; font-size: 26px; color: #34C0EC; }
.point_list strong { font-size: 22px; color: #111; }
.point_list p { font-size: 16px; color: #666; }
.review_grid_v2 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.review_card_v2 { overflow: hidden; border-radius: 30px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.07); }
.review_thumb { aspect-ratio: 1 / .78; background: #f3fbfe; }
.review_thumb img { width: 100%; height: 100%; object-fit: cover; }
.review_info { padding: 26px; }
.review_info span { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 800; color: #34C0EC; }
.review_info strong { display: block; margin-bottom: 12px; font-size: 20px; line-height: 1.35; }
.review_info p { font-size: 15px; line-height: 1.65; color: #666; }
.buy_banner_box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 54px 60px; border-radius: 36px; background: linear-gradient(135deg,#34C0EC,#178fc4); color: #fff; }
.buy_banner_box span { display: block; margin-bottom: 14px; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.buy_banner_box h3 { font-size: 38px; line-height: 1.28; letter-spacing: -.04em; }
.buy_banner_box p { margin-top: 14px; font-size: 17px; opacity: .9; }
.buy_banner_box .btn_main { flex: none; background: #fff; color: #168dbd; }
.main_sec_head { margin-bottom: 32px; }
.main_sec_head span {    display: block;font-size: 18px;font-weight: 700;letter-spacing: -0.005em;color: #34c0ec;margin-bottom: 12px;}
.main_sec_head h3 { font-size: 40px; line-height: 1.2; font-weight: 700; }
.main_sec_head p {margin-top: 15px;color: #36464c;font-size: 16px;}
.hero_swiper {margin: 0 auto;width: -webkit-fill-available;}
.hero_swiper .swiper-slide { opacity: 0 !important; transition: opacity .6s ease; }
.hero_swiper .swiper-slide-active { opacity: 1 !important; z-index: 2; }
.hero_swiper .swiper-slide-prev, .hero_swiper .swiper-slide-next { opacity: 0 !important; }
.hero_pagination {position: absolute;bottom: 42px !important;z-index: 5;display: flex;gap: 10px;justify-content: center;}
.hero_pagination .swiper-pagination-bullet {width: 6px;height: 6px;margin: 0 !important;background: #D5D5D5;opacity: 1;}
.hero_pagination .swiper-pagination-bullet-active {width: 30px;border-radius: 999px;background: var(--black);}
.main_hero .hero_nav { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 100; }
.main_hero button {border: none;background-color: transparent;font-size: 42px;color: #fff;}
.main_hero button:hover{color:#34c0ec}
.main_hero .hero_prev { position: absolute; left: 50px; }
.main_hero .hero_next { position: absolute; right: 50px; }
.hero_slide {position: relative;min-height: auto;border-radius: 0;overflow: hidden;background: #F5F4EF;}
.hero_slide::before {content: '';position: absolute;inset: 0;z-index: 1;}
.hero_slide_01 {background: url('./../images/main/main_slide02.png') right center / cover no-repeat}
.hero_slide_02 { background: url('./../images/main/main_slide01.png') right center / cover no-repeat}
.hero_slide_03 { background: url('./../images/main/main_slide03.png') right center / cover no-repeat}
.hero_slide_03 .hero_label{color: #682d3a; background: #fff9ec;}
.hero_slide_03 .btn_sub{color: #682d3a; border: 1px solid transparent;}
.hero_txt {position: relative;z-index: 2;max-width: 50%;padding: 200px 0 200px 0px;}
.hero_label { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 16px; border-radius: 999px; background: var(--point-light); color: var(--point-dark); font-size: 13px; font-weight: 700; letter-spacing: .08em; margin-bottom: 22px; }
.hero_txt h2 {font-size: 48px;line-height: 1.1;font-weight: 700;color: var(--white);}
.hero_txt p { margin-top: 22px; font-size: 18px; line-height: 1.75; color: var(--point-light); }
.hero_btns { display: flex; gap: 12px; margin-top: 36px; }
.product_btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.btn_main {display: inline-flex;align-items: center;justify-content: center;min-width: 180px;height: 56px;padding: 0 28px;border-radius: 999px;background: #ffffff;color: #34c0ec;font-weight: 700;transition: .3s;}
.btn_main:hover { background: var(--point); color: #fff; }
.btn_buy {display: inline-flex;align-items: center;justify-content: center;min-width: 170px;height: 54px;padding: 0 24px;border-radius: 999px;background: #fff;color: #34c0ec;font-weight: 700;}
.btn_sub { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; height: 56px; padding: 0 28px; border-radius: 999px; border: 1px solid var(--point); color: var(--black); background: #fff; font-weight: 700; }
.btn_sub:hover { background: var(--point-light); }
.btn_detail,.btn_review_write {display: inline-flex;align-items: center;justify-content: center;min-width: 170px;height: 54px;padding: 0 24px;border-radius: 999px;background: #34c0ec;color: #fff;font-weight: 600;}
.main_product, .main_trust, .main_review { padding: 110px 0; }
.main_product_box {display: grid;grid-template-columns: .9fr 1.1fr;gap: 56px;align-items: center;}
.main_product_thumb {background: #f0f6fb;border-radius: 28px;padding: 40px;}
.main_product_thumb img {width: auto;display: block;height: 100%;}
.product_badge { display: inline-block; padding: 8px 14px;  background:var(--point-light); color:var(--point-dark); border-radius: 999px; font-size: 13px; font-weight: 700; }
.main_product_info h2 { margin-top: 18px; font-size: 44px; line-height: 1.2; font-weight: 700; }
.product_desc { margin-top: 16px; font-size: 17px; line-height: 1.8; color: var(--petaz-sub); }
.product_meta { margin-top: 28px; border-top: 1px solid var(--petaz-line); }
.product_meta li { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--petaz-line); }
.product_meta strong { font-weight: 700; }
.product_meta span { color: var(--petaz-text); }
.main_trust {background: #f0f6fb;}
.main_sec_head.center { text-align: center; }
.trust_grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 36px; }
.trust_card, .review_card, .review_empty {background: #fff;border: 1px solid var(--petaz-line);border-radius: 10px;padding: 30px;}
.trust_card strong, .review_card strong, .review_empty strong { display: block; font-size: 22px; line-height: 1.3; }
.trust_card p, .review_card p, .review_empty p { margin-top: 14px; color: var(--petaz-sub); line-height: 1.7; }
.review_grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review_empty { grid-column: 1/-1; text-align: center; padding: 56px 28px; }
.review_empty .btn_review_write {margin-top: 24px;border: 1px solid var(--point);color: #fff;}
.review_empty .btn_review_write:hover {background: #00afe7;color: #fff;}
.main_cta { padding-top: 0; }
.cta_box {padding: 70px 60px;border-radius: 10px;background: linear-gradient(135deg, #34c0ec, #9ed4ff);color: #fff;text-align: center;}
.cta_box span { display: block; font-size: 13px; letter-spacing: .12em; font-weight: 700; margin-bottom: 14px; }
.cta_box h3 { font-size: 44px; line-height: 1.25; font-weight: 700; }
.cta_box p { margin: 18px auto 0; max-width: 620px; line-height: 1.8; color: rgba(255,255,255,.86); }
.cta_box .btn_main { margin-top: 28px; }

.cart-link { display: inline-flex; align-items: center; gap: 5px; }
.cart-count { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 50px; background: #000; color: #fff; font-size: 11px; font-weight: 600; line-height: 1; }


/* hover motion */
.solution_keywords span, .point_list > div, .solution_product, .review_empty_v2, .empty_product, .buy_banner_box { transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease; will-change: transform; }
.solution_keywords span:hover { transform: translateY(-4px); box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); }
.solution_product:hover { transform: translateY(-8px) scale(1.02); }
.point_list > div:hover { transform: translateY(-8px); box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08); }
.review_empty_v2:hover { transform: translateY(-6px); box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07); }
.empty_product:hover { transform: scale(1.04) rotate(-1deg); }
.buy_banner_box:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1); }
.solution_product img, .empty_product img { transition: transform 0.35s ease; }
.solution_product:hover img { transform: scale(1.04) rotate(1deg); }
.empty_product:hover img { transform: scale(1.06); }
.solution_keywords span { cursor: default; }
.solution_keywords span:hover { letter-spacing: -0.01em; }


/*푸터*/
.footer_all_wrap { background: #f8f8f8; border-top: 1px solid #eaeaea; margin-top: 120px; }
.footer_wrap { padding: 30px 30px 50px; }
.footer_inner { width: min(1600px, calc(100% - 48px)); margin: 0 auto; }
.footer_top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 30px; border-bottom: 1px solid #e5e5e5; }
.footer_logo { flex: 0 0 auto; width: 100px;}
.footer_info_col:nth-child(2) { padding-top: 40px; }
.footer_info_col:nth-child(3) { padding-top: 40px; }
.footer_menu { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.footer_menu a { font-size: 15px; color: #111; font-weight: 500; }
.footer_middle { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 30px 0; border-bottom: 1px solid #e5e5e5; }
.footer_info_col p { margin-bottom: 10px; font-size: 14px; line-height: 1.7; color: #555; word-break: keep-all; }
.footer_info_col p span { display: inline-block; min-width: auto; color: #111; font-weight: 600; padding-right: 20px; }
.footer_info_col .company_name, .footer_info_col .bank_title { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 14px; }
.footer_info_col a { color: #555; }
.footer_bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding-top: 28px; }
.footer_cs strong { display: block; font-size: 20px; color: #111; margin-bottom: 8px; }
.footer_cs p { font-size: 14px; color: #666; line-height: 1.6; }
.footer_copy_area { flex: 1; }
.footer_copy { font-size: 14px; color: #111; margin-bottom: 8px; }
.footer_notice { font-size: 13px; color: #777; line-height: 1.6; }
.footer_sns { display: flex; gap: 10px; }
.sns_link { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #ddd; background: #fff; display: flex; align-items: center; justify-content: center; color: #111; font-size: 18px; transition: .3s; }
.sns_link:hover { border-color: #34C0EC; background: #34C0EC; color: #fff; }
.sns_link i { font-size: 18px; line-height: 1; }
#toTop { position: fixed; right: 24px; bottom: 24px; width: 52px; height: 52px; border-radius: 50%; background: #111; 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: 18px; }


/******브랜드스토리*****/
.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%); }
}
