/* font */
.sangbleu {font-family:"sangbleuogsans";}
.font-14-m {font-size: 14px; font-weight: 500; line-height:21px;}
.font-16-m {font-size: 16px; font-weight: 500; line-height:24px;}
.font-16-r {font-size: 16px; font-weight: 400; line-height:24px;}
.font-18-r {font-size: 18px; font-weight: 400; line-height:27px;}
.font-18-m {font-size: 18px; font-weight: 500; line-height:27px;}
.font-18-b {font-size: 18px; font-weight: 700; line-height:27px;}
.font-20-n {font-size: 20px; font-weight: 400; line-height:28px;}
.font-22-b {font-size: 22px; font-weight: 700; line-height:33px;}
.font-22-m {font-size: 22px; font-weight: 500; line-height:33px;}
.font-24-n {font-size: 24px; font-weight: 400; line-height:34px;}
.font-24-m {font-size: 24px; font-weight: 500; line-height:34px;}
.font-36-b {font-size: 36px; font-weight: 700; line-height:42px;}
.font-44-m {font-size: 44px; font-weight: 500; line-height:66px;}
.font-48-b {font-size: 48px; font-weight: 700; line-height:58px;}
.font-56-b {font-size: 56px; font-weight: 700; line-height:84px;}

.top-area {display:none;}

/* 헤더 */
.black-header {position:absolute;left:50%;top:40px;z-index:100;width:calc(100% - 160px);max-width:1720px;transform:translateX(-50%);transition:.35s ease;background:transparent;}
.black-header .black-header-inner {position:relative;height:66px;padding:0 44px;display:flex;align-items:center;justify-content:flex-end;gap:34px;border-radius:80px;background:#020200;box-shadow:0 4px 15px rgba(0,0,0,.25);box-sizing:border-box;}
.black-header.is-open .black-header-inner {display:none;}
.black-header .category-top {display:flex;justify-content:flex-end;align-items:center;margin-bottom:60px;}
.black-header .category-close-btn {position:relative;width:28px;height:28px;border:0;background:none;padding:0;cursor:pointer;}
.black-header .category-close-btn span {position:absolute;left:50%;top:50%;width:28px;height:2px;background:#111;}
.black-header .category-close-btn span:first-child {transform:translate(-50%,-50%) rotate(45deg);}
.black-header .category-close-btn span:last-child {transform:translate(-50%,-50%) rotate(-45deg);}
.black-header .header-logo {position:absolute;left:50%;top:50%;width:310px;margin:0;transform:translate(-50%,-50%);z-index:2;}
.black-header .header-logo img{display:block;}
.black-header .header-nav {display:none;}
.black-header .header-utils {display:flex;align-items:center;gap:28px;z-index:3;}
.black-header .header-utils a {font-size:0;width:28px;height:28px;background-repeat:no-repeat;background-position:center;background-size:contain;}
.black-header .ico-lang {background-image:url('/images/black/ico_lang.svg');}
.black-header .ico-user {background-image:url('/images/black/ico_user.svg');}
.black-header .category-top-utils {display:flex;align-items:center;gap:34px;}
.black-header .category-top-utils a {font-size:0;width:28px;height:28px;background-repeat:no-repeat;background-position:center;background-size:contain;}
.black-header .category-top-utils .ico-lang {background-image:url('/images/black/ico_lang_dark.svg');}
.black-header .category-top-utils .ico-user {background-image:url('/images/black/ico_user_dark.svg');}
.black-header .header-menu-btn {width:34px;height:26px;border:0;background:none;padding:0;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;}
.black-header .header-menu-btn span {display:block;width:100%;height:3px;background:#fff;transition:.3s ease;}
.black-header.is-fixed {position:fixed;top:0;left:50%;width:100%;max-width:none;background:#fff;transform:translateX(-50%);}
.black-header.is-fixed .black-header-inner {height:88px;padding:0 50px;border-radius:0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);}
.black-header.is-fixed .header-logo {width:170px;}
.black-header.is-fixed .ico-lang {background-image:url('/images/black/ico_lang_dark.svg');}
.black-header.is-fixed .ico-user {background-image:url('/images/black/ico_user_dark.svg');}
.black-header.is-fixed .header-menu-btn span {background:#111;}
.black-header .header-category {display:none;position:absolute;left:0;top:0;width:100%;min-height:720px;background:#f7f7f7;padding:70px 80px 80px;box-sizing:border-box;box-shadow:0 12px 30px rgba(0,0,0,.08);}
.black-header.is-open .header-category {display:block;}
.black-header .header-category-inner {position:relative;width:100%;}
.black-header .category-logo {position:absolute;left:0;top:-45px;width:190px;}
.black-header .category-logo img {display:block;width:100%;}
.black-header .category-grid {display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:70px 90px;padding-top:35px;}
.black-header .category-col {display:flex;flex-direction:column;gap:18px;}
.black-header .category-col strong {font-size:20px;font-weight:800;color:#222;margin-bottom:18px;line-height:1;}
.black-header .category-col a {font-size:16px;font-weight:500;color:#777;text-decoration:none;line-height:1.2;}
.black-header .category-col a:hover {color:#111;}
.black-header .category-col:nth-child(7) {grid-column:1;grid-row:2;}
.black-header .category-col:nth-child(8) {grid-column:2;grid-row:2;}
.black-header .category-col:nth-child(9) {grid-column:5;grid-row:2;}

@media (max-width:1080px) {
    .black-header {position:absolute;left:0;top:0;width:100%;max-width:none;transform:none;background:transparent;}
    .black-header .black-header-inner {height:76px;padding:0 24px;border-radius:0;background:#000;box-shadow:none;justify-content:space-between;gap:0;}
    .black-header .header-logo {position:absolute;left:50%;top:50%;width:170px;transform:translate(-50%,-50%);}
    .black-header .header-nav {display:none;}
    .black-header .header-utils {width:100%;justify-content:space-between;gap:0;}
    .black-header .ico-user {display:none;}
    .black-header .header-utils a {width:26px;height:26px;}
    .black-header .header-menu-btn {width:30px;height:24px;}
    .black-header .header-menu-btn span {background:#fff;}
    .black-header.is-fixed {left:0;top:0;width:100%;transform:none;}
    .black-header.is-fixed .black-header-inner {height:76px;padding:0 24px;background:#000;}
    .black-header.is-fixed .header-logo {width:170px;}
    .black-header.is-fixed .ico-lang {background-image:url('/images/black/ico_lang.svg');}
    .black-header.is-fixed .header-menu-btn span {background:#fff;}
    .black-header .header-category {position:fixed;top:76px;left:0;width:100%;height:calc(100vh - 76px);padding:34px 24px 60px;overflow-y:auto;background:#fff;}
    .black-header .header-category-inner {display:block;}
    .black-header .category-logo {display:none;}
    .black-header .category-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:34px 28px;}
    .black-header .category-col {gap:12px;}
    .black-header .category-col strong {font-size:15px;}
    .black-header .category-col a {font-size:13px;}
    .black-header.is-open .header-menu-btn span:nth-child(1) {transform:translateY(11px) rotate(45deg);}
    .black-header.is-open .header-menu-btn span:nth-child(2) {opacity:0;}
    .black-header.is-open .header-menu-btn span:nth-child(3) {transform:translateY(-11px) rotate(-45deg);}

    /* 모바일 헤더 */
    .m-header.black-header .m-menu-list.active {background:#000;}
    .m-header.black-header .m-menu-list .depth1 {color:#fff;background:#000;}
    .m-header .m-menu-list > ul > li.active > .depth1 {color:#fff;}
}

/* 푸터 */
.black-footer {color:#F9F9F9;margin-bottom:72px;}
.black-footer .black-footer-top {padding:60px 0;display:flex;justify-content:center;gap:50px;background:#191919;}
.black-footer .black-footer-logo {align-self:center;}
.black-footer .black-footer-logo img {display:block;width:160px;}
.black-footer-info {text-align:left;align-self:center;}
.black-footer .footer-label {font-size:26px;font-weight:300;color:rgba(255,255,255,.75);margin-bottom:10px;}
.black-footer .footer-phone {display:block;font-size:26px;font-weight:700;margin-bottom:10px;}
.black-footer .footer-hours {display:flex;flex-direction:column;gap:6px;}
.black-footer .footer-hours li{display:flex;gap:28px;font-size:16px;font-weight:500;line-height:1.3;}
.black-footer .footer-hours li span {min-width:90px;font-weight:700;}
.black-footer .black-footer-map {align-self:center; width:100%;max-width:550px;height:200px;background:#111;border-radius:6px;overflow:hidden;}
.black-footer .black-footer-location {text-align:left;}
.black-footer .footer-hospital {display:block;font-size:20px;font-weight:500;margin-bottom:10px;color:#B6B6B6;}
.black-footer .footer-address {font-size:20px;font-weight:500;line-height:28px;padding-bottom:10px;margin-bottom:10px;color:#F9F9F9;border-bottom:1px solid #404040;}
.black-footer .footer-subway {display:flex;flex-direction:column;gap:20px;}
.black-footer .subway-item {display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.black-footer .subway-badge {width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;background:#fff;color:#111;}
.black-footer .subway-line {padding:6px 16px;border-radius:999px;font-size:14px;font-weight:700;}
.black-footer .subway-item p {font-size:20px;font-weight:500;color:#F9F9F9;}
.black-footer .line2 .subway-badge {color:#39B64A;border:2px #39B64A solid;}
.black-footer .line2 .subway-line {background:#fff;color:#39B64A;border:2px #39B64A solid;}
.black-footer .line-sin .subway-badge {color:#DE4552;border:2px #DE4552 solid;}
.black-footer .line-sin .subway-line {background:#fff;color:#DE4552;border:2px #DE4552 solid;}
.black-footer .black-footer-bottom {text-align:center;padding:42px 0 145px;background:#000;}
.black-footer .black-footer-bottom .bottom-inner {max-width:1760px;margin:70px auto 0;}
.black-footer .footer-company {font-size:16px;font-weight:500;color:#B6B6B6;}
.black-footer .footer-company span {font-weight:700;color:#404040;}
.black-footer .footer-company span.line {color:#A4A4A4;}
.black-footer .footer-copy {margin-top:10px;font-size:16px;color:#404040;}
.black-footer .footer-links {margin-top:34px;display:flex;justify-content:center;gap:38px;}
.black-footer .footer-links a {font-size:14px;font-weight:500;color:#A4A4A4;text-decoration:none;}

@media (max-width:1080px) {
    .black-footer {padding:0;margin-bottom: 118px;}
    .black-footer .black-footer-top {display:flex;flex-direction:column;padding:40px 24px 62px;gap:40px;}
    .black-footer .black-footer-logo img {display:none;}
    .black-footer-info {text-align:left;width:100%;}
    .black-footer .footer-label {font-size:18px;}
    .black-footer .footer-phone {font-size:38px;margin-bottom:24px;}
    .black-footer .footer-hours li {font-size:18px;gap:18px;}
    .black-footer .footer-hours li span {min-width:62px;}
    .black-footer .black-footer-map {height:240px;}
    .black-footer .footer-hospital {font-size:28px;}
    .black-footer .footer-address {font-size:18px;padding-bottom:22px;margin-bottom:22px;}
    .black-footer .subway-badge {width:32px;height:32px;font-size:16px;}
    .black-footer .subway-line {font-size:14px;padding:4px 10px;}
    .black-footer .subway-item p {font-size:16px;}
    .black-footer .black-footer-bottom {padding:45px 24px;}
    .black-footer .black-footer-bottom .bottom-inner {margin:0;}
    .black-footer .footer-company {font-size:13px;line-height:1.8;}
    .black-footer .footer-copy {font-size:12px;}
    .black-footer .footer-links {gap:20px;flex-wrap:wrap;}
    .black-footer .footer-links a {font-size:14px;}
}

/* 메인 비주얼 */
.visual-section {position:relative;height:100vh;min-height:800px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:url('/images/black/black_visual.jpg') no-repeat center center/cover;}
.visual-video {display:none;}
.visual-section::before {content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);z-index:1;}
.visual-text {position:relative;z-index:10;text-align:center;color:#fff;}
.visual-text p {margin-bottom:18px;opacity:.9;letter-spacing:.08em;}
.visual-text h2 {color:#fff;font-size:clamp(52px,6vw,100px);line-height:1.1;font-weight:500;}
.quick-menu {z-index:20;}

@media (max-width:1080px) {
	.visual-section {min-height:100svh;background-image:url('/images/black/m/black_visual.jpg');padding:0 20px;}
	.visual-text p {font-size:13px;line-height:1.6;margin-bottom:12px;}
	.visual-text h2 {font-size:42px;}
}

/* 퀵바 */
.quick-menu {position:absolute;right:60px;bottom:80px;z-index:100;display:flex;flex-direction:column;align-items:flex-end;gap:14px;z-index:1 !important;}
.quick-menu-list {display:flex;flex-direction:column;gap:12px;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:.35s ease;}
.quick-menu.is-collapsed .quick-menu-list {opacity:0;visibility:hidden;transform:translateY(20px);pointer-events:none;}
.quick-item {position:relative;width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,.18);transition:.35s ease;}
.quick-item img {position:relative;z-index:2;width:28px;height:28px;object-fit:contain;}
.quick-label {position:absolute;right:0;top:0;width:64px;height:64px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;padding:0 80px 0 28px;font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;opacity:0;transition:.35s ease;box-sizing:border-box;z-index:1;}
.quick-item:hover {background:#111;}
.quick-item:hover img {filter:brightness(0) invert(1);}
.quick-item:hover .quick-label {width:220px;opacity:1;}
.quick-toggle {width:64px;height:64px;border-radius:50%;border:0;background:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative;}
.quick-toggle span {position:absolute;width:34px;height:4px;border-radius:4px;background:#fff;animation:none;opacity:1;}
.quick-toggle span:nth-child(1) {transform:rotate(45deg);}
.quick-toggle span:nth-child(2) {opacity:0;}
.quick-toggle span:nth-child(3) {transform:rotate(-45deg);}
.quick-menu.is-collapsed .quick-toggle {gap:6px;}
.quick-menu.is-collapsed .quick-toggle span {position:static;width:8px;height:8px;border-radius:50%;background:#fff;animation:quickDot 1.2s infinite ease-in-out;transform:none;opacity:1;}
.quick-menu.is-collapsed .quick-toggle span:nth-child(2) {animation-delay:.2s;}
.quick-menu.is-collapsed .quick-toggle span:nth-child(3) {animation-delay:.4s;}
@keyframes quickDot{0%,80%,100%{transform:scale(.6);opacity:.4;}40%{transform:scale(1.2);opacity:1;}}

@media (max-width:1080px) {
    .quick-menu {position:fixed;right:20px;bottom:28px;z-index:100;gap:10px;}
    .quick-menu-list {gap:10px;align-items:flex-end;}
    .quick-item {width:56px;height:56px;border-radius:50%;background:#fff;padding:0;justify-content:center;}
    .quick-item img {width:25px;height:25px;filter:none;}
    .quick-label {position:absolute;right:0;top:0;width:56px;height:56px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;padding:0 70px 0 24px;font-size:17px;font-weight:700;white-space:nowrap;overflow:hidden;opacity:0;transition:.35s ease;box-sizing:border-box;z-index:1;}
    .quick-item.is-active {background:#111;}
    .quick-item.is-active img {filter:brightness(0) invert(1);}
    .quick-item.is-active .quick-label {width:200px;opacity:1;}
    .quick-toggle {width:56px;height:56px;}
    .quick-toggle span {width:30px;height:3px;}
    .quick-menu.is-collapsed .quick-toggle span {width:7px;height:7px;}
}

@media (max-width:480px) {
    .quick-menu {right:16px;bottom:24px;}
    .quick-item,.quick-toggle {width:52px;height:52px;}
    .quick-item img {width:23px;height:23px;}
    .quick-label {width:52px;height:52px;padding:0 64px 0 22px;font-size:16px;}
    .quick-item.is-active .quick-label {width:185px;}
}

/* 더보기 버튼 */
.detail-btn {display: inline-flex;align-items: center;gap: 8px;display: flex;align-items: center;justify-content:center;width: 168px;height: 52px;margin: 50px auto 0;padding: 5px;border: 1px solid #000;border-radius: 999px;}
.detail-btn .arrow-mask {display: inline-block;width: 24px;   /* 시작 짧은 길이 */overflow: hidden;animation: arrowGrow 1.5s ease-in-out infinite;}
.detail-btn .arrow-mask img {display: block;width: 80px; /* 실제 긴 화살표 이미지 길이 맞게 수정 */max-width: none;}
@keyframes arrowGrow {
    0%, 20% {width: 24px;}50% {width: 80px;}80%, 100% {width: 24px;}
}

/* 1. advisor */
.advisor-section {padding:308px 0 310px;background: url('/images/black/black_advisor_bg.jpg') center/cover no-repeat;}
.advisor-section .sub-inner {max-width:1440px;margin:0 auto;padding:0 20px;}
.advisor-cont {display:flex;align-items:center;}
.advisor-text {max-width:520px;color:#fff;}
.advisor-text .sub-tit {display:flex;flex-direction:column;gap:16px;text-align:left;padding-bottom:0;}
.advisor-text .sub-tit .small {color:#fff;opacity:.8;order:-1;}
.advisor-text h3 {color:#fff;line-height:1.1;}
.advisor-text .desc {margin:40px 0 60px;color:rgba(255,255,255,.8);}
.advisor-list {display:flex;flex-direction:column;gap:24px;}
.advisor-list li > div {display:flex;align-items:center;gap:16px;}
.advisor-list li .imgbox {width:46px;height:46px;border:1px #626262 solid;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;filter: drop-shadow(0 3.4px 3.4px rgba(25, 25, 25, 0.50));}
.advisor-list li .imgbox img {width:24px;}
.advisor-list strong {display:block;font-size:30px;font-weight:500;font-family:"sangbleuogsans";color:#fff;line-height:1;}
.advisor-list span {display:block;margin-top:6px;font-size:16px;color:rgba(255,255,255,.75);}
@media (max-width:1080px) {
    .advisor-cont {justify-content:center;}
	.advisor-section {text-align:center; padding:100px 0 250px;background:#181818 url('/images/black/m/black_advisor_bg.png') no-repeat center bottom/ cover;}
    .advisor-text .sub-tit .small {text-align:center;}
    .advisor-list {width: fit-content;margin: 0 auto;}
}

/* 2. package */
.package-section {padding:160px 0;background:#F8F8F8;}
.package-item {position:relative;display:flex;align-items:center;min-height:136px;padding:40px 54px;border-bottom:1px solid #d5d5d5;background:#F8F8F8;color:#222;overflow:hidden;transition:.4s ease;}
.package-item:first-child {border-top:1px solid #d5d5d5;}
.package-item .package-info {display:flex;align-items:center;}
.package-item .num {width:96px;font-size:24px;font-weight:700;color:#666;font-family:"sangbleuogsans";flex-shrink:0;}
.package-text {position:relative;z-index:2;}
.package-text strong {display:block;}
.package-text p {margin-top:8px;color:#666;}
.package-img {position:absolute;right:80px;bottom:0;opacity:0;visibility:hidden;transform:translateY(30px);transition:.4s ease;z-index:1;}
.package-img img {display:block;max-width:420px;height:auto;}
.package-item .arrow {position:absolute;right:42px;top:50%;width:34px;height:34px;border:1px solid #aaa;border-radius:50%;transform:translateY(-50%);transition:.3s ease;}
.package-item .arrow::after {content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-top:1px solid #999;border-right:1px solid #999;transform:translate(-60%,-50%) rotate(45deg);}
.package-item.active {background: var(--_hover_bg, linear-gradient(105deg, #F8F8F8 31.9%, #D4D4D4 110.13%));}
.package-item.active .package-img {opacity:1;visibility:visible;transform:translateY(0);}
.package-item.active .arrow {opacity:0;}
@media (max-width:1080px) {
    .package-section {padding:100px 0 75px;}
    .package-item .num {font-size:12px;}
    .package-item {flex-direction: column;padding:16px;}
    .package-item .package-info {display:flex;text-align:center;align-items:start;align-self: start;}    
    .package-item .package-info .package-text {text-align:left;}
    .package-item .package-info .package-text p {margin-top:4px;}
    .package-img {position:inherit;right:0;}
    .package-item .arrow {display:none;}
}

/* 3. space */
.space-section {padding:180px 0;overflow:hidden;background:#EFEFEF;}
.space-section .sub-tit {margin-bottom:70px;}
.space-swiper {overflow:visible;}
.space-swiper .swiper-slide {width:883px;height:589px;border-radius:24px;overflow:hidden;opacity:.25;transition:.4s ease;}
.space-swiper .swiper-slide img {width:100%;height:100%;object-fit:cover;display:block;}
.space-swiper .swiper-slide-active {opacity:1;}
.space-section .btn-wrap {margin-top:50px;text-align:center;}
@media (max-width:1080px) {
    .space-section {padding:100px 0 75px;}
}

/* 4. signature */
.signature-section {padding:180px 0;background:#181818;color:#fff;}
.signature-cont {display:flex;align-items:center;justify-content:space-between;gap:80px;}
.signature-title {width:38%;}
.signature-title h3 {color:#fff;line-height:1.15;}
.signature-title p {margin-top:24px;color:rgba(255,255,255,.75);}
.signature-title .more-btn {margin-top:46px;color:#fff;border-color:rgba(255,255,255,.8);}
.signature-list {display:flex;gap:28px;}
.signature-item {position:relative;width:303px;height:400px;border-radius:20px;overflow:hidden;border:2px solid transparent;background:linear-gradient(#181818,#181818) padding-box,linear-gradient(135deg,#181818,#f8f8f8,#1a1a1a) border-box;}
.signature-item .imgbox {position:absolute;inset:0;}
.signature-item .imgbox::after {content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 60%);}
.signature-item .imgbox img {width:100%;height:100%;object-fit:cover;display:block;}
.signature-item .textbox {position:absolute;left:24px;right:24px;bottom:28px;z-index:2;text-align:center;color:#fff;}
.signature-item .textbox h4 {color:#fff;font-weight:700;}
.signature-item .textbox p {margin-top:14px;color:rgba(255,255,255,.9);}
.signature-item .tag {display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;justify-content:center;}
.signature-item .tag span {min-width:86px;padding:8px 14px;border:1px solid rgba(255,255,255,.75);border-radius:999px;font-size:14px;color:#fff;}
.signature-section .detail-btn {margin: 50px auto 0 0;border:1px #fff solid;}
@media (max-width:1080px) {
    .signature-title {width:100%;text-align: center;}
    .signature-list {display:block;}
    .signature-cont {flex-direction: column;}
    .signature-section .detail-btn {margin: 50px auto 0;}
}

/* 5. device */
.device-section {padding:140px 0 160px;}
.device-section .sub-inner {max-width: 1440px; padding: 0; margin: 0 auto;}
.device-section .sub-tit .small {color: #333;}
.device-section .device-gallery {position: relative;}
.device-section .swiper {width: 100%; height: 100%;}
.device-section .swiper-wrapper {align-items: stretch;}
.device-section .swiper-slide {display: flex;flex-direction: column;align-items: center;position: relative;will-change: width, height, transform;}
.device-section .swiper-slide .imgbox {position: relative; overflow: hidden; border-radius: 16px; margin: 0 auto; transition: width .6s ease, height .6s ease, margin-top .6s ease;}
.device-section .swiper-slide .imgbox img {display: block; width: 100%; height: 100%; object-fit: cover;}
.device-section .swiper-slide .tag {position: absolute;left: 20px;bottom: 20px;z-index: 2;}
.device-section .swiper-slide .tag p {width: fit-content; margin-bottom: 3px; padding: 5px 8px; text-align: left; color: #fff; background: rgb(0 0 0 / 40%); border-radius: 999px;}
.device-section .swiper-slide .textbox {margin-top: 32px; opacity: 0; transform: translateY(8px); transition: opacity .35s ease .1s, transform .35s ease .1s; pointer-events: none;}
.device-section .swiper-slide .textbox em {color: #A08964;}
.device-section .swiper-slide .textbox h4 {color: #222; font-weight: 700;}
.device-section .swiper-slide .textbox p {margin-top: 12px; color: #101010;}
.device-section .swiper-slide-active .textbox {opacity: 1;transform: none;pointer-events: auto;}
@media (min-width:1080px) {
	.device-section .device-swiper .swiper-slide {width:auto; padding-top:420px;}
	.device-section .device-swiper .swiper-slide .imgbox {position:absolute; left:50%; top:0; transform:translateX(-50%); width: 280px; height: 360px; margin-top: calc((420px - 360px) / 2);   border-radius:16px; overflow:hidden;  transition: height .6s ease, margin-top .6s ease;}
	.device-section .device-swiper .swiper-slide-active .imgbox {width: 280px; height: 420px; margin-top: 0;}
}

/* 6.model */
.model-section {padding:130px 0 90px;background:#f8f8f8;overflow:hidden;}
.model-section .sub-inner {max-width:none;padding:0;}
.model-section .sub-tit {margin-bottom:60px;text-align:center;}
.model-swiper {overflow:visible;width:calc((304px * 5) + (8px * 4));margin-left:auto;margin-right:0;}
.model-swiper .swiper-wrapper {justify-content:flex-start;}
.model-swiper .swiper-slide {width:228px;;}
.model-swiper .swiper-slide img {display:block;width:100%;height:100%;object-fit:cover;}
.model-section .btn-wrap {margin-top:40px;text-align:center;}
@media (min-width:1080px) {
    .model-swiper {width:calc((304px * 5) + (8px * 4));margin-left:auto;margin-right:0;}
	.model-swiper .swiper-slide {width:304px;overflow:hidden;flex-shrink:0;}
	.event-section .btn-wrap { margin-top: 32px; }
}

/* 7. event */
.event-section {padding:140px 0 90px;overflow: hidden;background:#f8f8f8;}
.event-section .sub-inner {max-width:none;padding:0;}
.event-section .textbox {text-align:left;margin-top:14px;}
.event-swiper {overflow:visible;width:100%;} 
.event-swiper .swiper-wrapper {justify-content:flex-start;}
.event-swiper .swiper-slide {width:100%;}
.event-swiper .swiper-slide img {display:block;width:100%;height:100%;object-fit:cover;}
.event-section .btn-wrap { margin-top: 48px; }
@media (min-width:1080px) {
    .event-swiper {width:calc((304px * 5) + (8px * 4));margin-left:auto;margin-right:0;}
	.event-swiper .swiper-slide {width:304px;overflow:hidden;flex-shrink:0;}
	.event-section .btn-wrap { margin-top: 32px; }
}

@media (max-width: 1080px) {
    .font-16-m {font-size: 14px; font-weight: 500; line-height:21px;}
	.font-16-r {font-size: 14px; font-weight: 400; line-height:21px;}
	.font-18-r {font-size: 16px; font-weight: 400; line-height:24px;}
	.font-18-m {font-size: 16px; font-weight: 500; line-height:24px;}
	.font-18-b {font-size: 16px; font-weight: 700; line-height:24px;}
	.font-22-b {font-size: 18px; font-weight: 700; line-height:27px;}
	.font-22-m {font-size: 18px; font-weight: 500; line-height:27px;}
    .font-24-n {font-size: 16px;line-height:1.2;}
    .font-36-b {font-size: 16px;line-height:1.2;}
	.font-44-m {font-size: 32px; font-weight: 500; line-height:48px;}
	.font-56-b {font-size: 44px; font-weight: 700; line-height:57px;}
	.section {padding:100px 0;}
}