﻿/* Video Section */
.video-section { width: 100%; background-color: #fff; padding-bottom: 100px; position: relative; z-index: auto; }
.video-wrapper { max-width: 1920px; margin: 0 auto; position: relative; z-index: auto; background: url('.././img/video-section_gb.jpg') no-repeat; background-size: 30%; background-position: right top; }
.video-inner { max-width: 1440px; margin: 0 auto; }
.video-header { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.bg-city-line { position: absolute; top: -20px; left: 0; width: 100%; height: 100%; background-image: url('.././img/city_line.png'); background-repeat: no-repeat; background-position: center top; background-size: contain; opacity: 0.1; z-index: 0; pointer-events: none; }
.desc-wrap { max-width: 1440px; width: 100%; position: relative; overflow: hidden; max-height: 500px; padding: 40px; opacity: 1; z-index: 1; background-color: rgba(255, 255, 255, 0.35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 20px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s ease, opacity 0.5s ease, margin-bottom 0.5s ease, border 0.5s ease; }
.desc-wrap.closed { max-height: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important; opacity: 0 !important; border: none !important; overflow: hidden; }
.btn-toggle-desc { background: #fff; border: 1px solid #D7D9DC; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; position: relative; z-index: 10; margin-bottom: -25px; }
.btn-toggle-desc.closed .arrow-icon { transform: rotate(180deg); }
.video-header .desc { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--main); font-weight: 500; margin: 0; padding-top: 10px; word-break: keep-all; text-align: center; }
.btn-toggle-desc { background: #fff; border: 1px solid #D7D9DC; border-bottom: none; width: 100px; height: 30px; border-radius: 5px 5px 0px 0px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; position: relative; z-index: 10; margin-top: 0px; }
.arrow-icon { display: block; width: 14px; height: auto; transition: transform 0.5s; }
.tab-nav { display: flex; width: 100%; border-bottom: 1px solid #e0e0e0; margin-bottom: 40px; margin-top: 80px; }
.tab-btn { flex: 1; background: none; border: none; padding: 20px 0; cursor: pointer; text-align: center; position: relative; transition: all 0.3s; }
.tab-btn .en { display: block; font-size: var(--fs-body); color: var(--sub2); margin-bottom: 10px; font-weight: 500; letter-spacing: 0.02em; }
.tab-btn .ko { display: block; font-size: var(--fs-sub-title-sub); color: var(--sub); font-weight: 500; }
.tab-btn.active .en { color: var(--point); }
.tab-btn.active .ko { color: var(--sub); }
.tab-btn.active::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background-color: var(--point); }
.swiper-button-next, .swiper-button-prev { display: none !important; }
.tab-content { display: none; animation: fadeIn 0.5s; }
.tab-content.active { display: block; }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.video-swiper { padding-bottom: 50px; padding-left: 2px; padding-right: 2px; }
.swiper-slide { height: auto; }
.swiper-button-next, .swiper-button-prev { color: var(--point) !important; top: 40% !important; width: 40px !important; height: 40px !important; background-color: rgba(255,255,255,0.8) !important; border-radius: 50% !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 18px !important; font-weight: bold !important; }
.video-item { display: block; text-decoration: none; transition: transform 0.3s; }
.thumb-box { width: 100%; aspect-ratio: 16 / 9; background-color: #000; border-radius: 6px; overflow: hidden; position: relative; margin-bottom: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.thumb-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: transform 0.3s; }
.play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; background-color: #FF0000; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; padding-left: 4px; transition: transform 0.3s, background-color 0.3s; }
.video-item:hover .thumb-img { transform: scale(1); opacity: 0.3; }
.video-item:hover .play-icon { transform: translate(-50%, -50%) scale(1.1); background-color: #FF0000; }
.video-info .video-title { font-size: var(--fs-small); font-weight: 700; color: #111; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

@media screen and (max-width: 1600px) {
    .video-item:hover .thumb-img { transform: none !important; opacity: 0.9 !important; }
    .video-item:hover .play-icon { transform: translate(-50%, -50%) scale(1) !important; background-color: #FF0000 !important; }
}
@media screen and (max-width: 1024px) {
    .video-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 800px) {
    .video-header .desc { padding-top: 30px; }
    .video-section { padding: 20px 0; }
    .desc-wrap { border-radius: 0; padding: 15px; margin-bottom: 30px; }
    .tab-nav { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 5px; -webkit-overflow-scrolling: touch; border-bottom: none; margin-bottom: 20px; }
    .tab-btn { flex: 0 0 auto; padding: 10px 20px; width: auto; }
    .tab-btn .en { font-size: 12px; margin-bottom: 5px; }
    .tab-btn .ko { font-size: 15px; }
    .video-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .video-swiper { padding-bottom: 20px; }
    .play-icon { width: 25px; height: 25px; font-size: 12px; padding-right: 4px; }
    .video-wrapper { background-size: 60%; }
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* System Set */
.system-set { width: 100%; position: relative; overflow: hidden; }
.system-set .sys-inner { max-width: 1440px; margin: 0 auto; position: relative; padding: 120px 0; }
.top-text-header { width: 100%; margin-bottom: 60px; text-align: left; }
.top-text-header .sub-txt { font-size: var(--fs-body); color: var(--sub); margin-bottom: 20px; font-weight: 500; }
.top-text-header .main-tit { font-size: var(--fs-title); line-height: var(--lh-title); color: var(--main); font-weight: 700; margin-bottom: 20px; }
.top-text-header .main-tit .tm { font-size: 24px; vertical-align: top; font-weight: 400; }
.top-text-header .desc { font-size: var(--fs-sub-title-sub); line-height: 1.5; color: var(--sub); font-weight: 500; }
.content-grid { display: flex; justify-content: space-between; align-items: flex-end; gap: 100px; }
.phone-group { flex: 1.4; display: flex; justify-content: space-between; gap: 40px; }
.phone-item { width: 32%; text-align: center; display: flex; flex-direction: column; align-items: center; }
.phone-item .p-label { display: block; font-size: var(--fs-sub-title-sub); font-weight: 700; color: var(--point); margin-bottom: 25px; }
.phone-item .p-img { width: 100%; height: auto; display: block; }
.stats-group { flex: 1; padding-bottom: 20px; }
.stat-list { list-style: none; padding: 0; margin: 0; border-top: 2px solid #eee; }
.stat-list li { display: flex; justify-content: space-between; align-items: center; padding: 30px 0; border-bottom: 1px solid #eee; }
.stat-label { display: flex; align-items: center; gap: 25px; font-size: var(--fs-body); color: var(--main); font-weight: 500; }
.stat-label img {width:26px}
.rs-icon img {width:60px}
.stat-value { font-size: var(--fs-title); font-weight: 800; color: var(--main); line-height: 1; }
.stat-value.point-color { color: var(--point); }
.stat-value .unit { font-size: var(--fs-sub-title-sub); font-weight: 500; color: var(--sub); margin-left: 5px; }
.stat-notice { font-size: 14px; color: #ccc; text-align: right; margin-top: 15px; }
.sys-middle { position: relative; z-index: 10; margin-top: -100px; margin-bottom: -225px; }
.card-grid { display: flex; gap: 60px; justify-content: center; align-items: flex-start; }
.info-card { width: 300px; height: 283px; background: #fff; border-radius: 20px; border: 2px solid #f5f5f5; box-sizing: border-box; cursor: pointer; box-shadow: 2px 4px 20px 0px rgba(255, 107, 61, 0.2); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.info-card:nth-child(2) { margin-top: 60px; }
.info-card:hover { transform: translateY(-10px); box-shadow: 2px 10px 30px 0px rgba(255, 107, 61, 0.3); }
.card-icon { font-size: 40px; margin-bottom: 20px; }
.card-icon.point-icon { color: var(--point); }
.card-tit { font-size: var(--fs-sub-title-sub); font-weight: 700; color: var(--point); margin-bottom: 15px; }
.point-tit { color: var(--point); }
.card-desc { font-size: var(--fs-small); color: #555; line-height: 1.6; word-break: keep-all; }
.sys-bottom { background-color: var(--main); padding: 50px 0 0px 0; }
.white-box { background: #fff; border-radius: 24px; padding: 50px; text-align: center; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.box-tit { font-size: var(--fs-title); line-height: var(--lh-title); font-family: 'Nanum Myeongjo', serif; font-weight: 800; color: var(--main); margin-bottom: 40px; }
.point-text { color: var(--point); }
.badge-wrap { display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; margin-bottom: 30px; }
.badge { display: inline-block; padding: 14px 24px; background: #ffffff; border-radius: 20px; border: 1px solid #D7D9DC; box-shadow: 1px 3px 16px 0px rgba(255, 107, 61, 0.4); color: var(--sub); font-weight: 400; font-size: 18px; }
.box-desc { font-size: var(--fs-sub-title-sub); line-height: var(--lh-sub-title-sub); font-weight: 500; color: var(--sub); }

@media screen and (max-width: 1600px) {
    .info-card:hover { transform: none !important; }
}
@media screen and (max-width: 1024px) {
    .stat-label img { width: 26px; }
    .system-set .sys-inner { padding: 0 20px; }
    .top-grid { flex-direction: column; text-align: center; gap: 40px; align-items: center; }
    .top-text { width: 100%; }
    .top-phone { margin-top: 0; width: 100%; }
    .top-phone .phone-circle { width: 280px; height: 280px; left: 33%; transform: translate(-50%, -50%); }
    .top-phone .phone-img { max-width: 200px; }
    .top-stats { padding-left: 0; width: 100%; max-width: 500px; margin-top: 40px; }
    .sys-middle { margin-top: -40px; margin-bottom: -40px; }
    .card-grid { flex-direction: column; align-items: center; gap: 20px; }
    .info-card { width: 100%; }
    .info-card:nth-child(2) { margin-top: 0; }
    .sys-bottom { padding: 100px 0 60px 0; }
    .white-box { padding: 40px 20px; }
    .box-tit { word-break: keep-all; margin-bottom: 25px; }
    .badge-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; width: 100%; margin-bottom: 25px; }
    .badge { width: auto; display: flex; align-items: center; justify-content: center; padding: 12px 5px; font-size: 13px; word-break: keep-all; height: 100%; }
    .stat-value .unit { font-size: 14px; }
    .top-text .sub-txt { margin-bottom: 10px; }
    .top-text .main-tit { margin-bottom: 15px; }
    .sys-top { padding: 60px 0 100px 0; }
    .content-grid { display: block; }
    .top-text-header .sub-txt { margin-bottom: 5px; }
    .top-text-header .main-tit { margin-bottom: 5px; }
}

/* Real Stories Section */
.real-stores { width: 100%; max-width: 2560px; background: url('.././img/real_storles_bg.png') no-repeat center top; background-size: cover; padding: 140px 0; position: relative; margin: 0 auto; overflow: hidden; }
.rs-inner { max-width: 1440px; margin: 0 auto; }
.rs-header { margin-bottom: 90px; }
.rs-header .sub-en { display: block; font-size: var(--fs-body); color: var(--blackC); font-weight: 500; margin-bottom: 30px; }
.rs-header .tit { font-size: var(--fs-title); line-height: var(--lh-title); font-weight: 700; color: var(--main); margin-bottom: 20px; }
.rs-header .desc { font-size: var(--fs-sub-title-sub); line-height: var(--lh-sub-title-sub); color: var(--sub); font-weight: 500; }
.rs-card-list { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 120px; }
.rs-card { flex: 1; background: #fff; border-radius: 20px; padding: 50px 30px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); width: 330px; min-height: 353px; position: relative; display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; }
.rs-card:hover { transform: translateY(-10px); cursor: pointer; }
.rs-card:nth-child(even) { margin-top: 80px; }
.quote-icon { margin-bottom: 28px; }
.rs-card .card-tit { font-size: var(--fs-sub-title-sub); line-height: var(--lh-sub-title-sub); font-weight: 700; color: var(--point); margin-bottom: 40px; }
.rs-card .card-txt { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--sub); margin-bottom: 18px; font-weight: 400; flex: 1; word-break: keep-all; }
.rs-card .card-info { font-size: var(--fs-body); color: var(--sub2); text-align: left; display: block; }
.rs-bottom { display: flex; justify-content: center; align-items: center; gap: 60px; padding-top: 40px; }
.stat-box { display: flex; align-items: center; gap: 51px; }
.stat-box .icon-img { font-size: 24px; }
.stat-box .stat-label { font-size: var(--fs-sub-title); font-weight: 500; color: var(--main); line-height: 1.5; }
.stat-box .stat-num { font-size: var(--fs-sub-title); font-weight: 700; color: var(--point); }
.v-line { width: 2px; height: 100px; background-color: var(--sub2); }

@media screen and (max-width: 1600px) {
    .rs-card:hover { transform: none !important; }
}
@media screen and (max-width: 1024px) {
    .real-stores { padding: 80px 0; background-size: auto 100%; }
    .rs-header { text-align: center; margin-bottom: 40px; padding: 0 20px; }
    .rs-header .tit br { display: none; }
    .rs-card-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 60px; padding: 0 20px; }
    .rs-card { width: 100%; min-height: 330px; padding: 30px 20px; }
    .rs-card:nth-child(even) { margin-top: 0; }
    .rs-bottom { flex-direction: row; gap: 15px; padding-top: 20px; border-top: none; flex-wrap: wrap; }
    .v-line { display: block; height: 30px; background-color: #ddd; margin: 0 5px; }
    .stat-box { flex-direction: row; text-align: left; gap: 8px; align-items: center; }
    .stat-box .stat-label { word-break: keep-all; }
}
@media screen and (max-width: 600px) {
    .rs-card-list { grid-template-columns: 1fr; }
    .rs-header .sub-en { margin-bottom: 10px; }
    .rs-header .tit { margin-bottom: 10px; }
    .rs-card .card-tit { margin-bottom: 20px; }
    .quote-icon { margin-bottom: 14px; }
    .quote-icon img { width: 30px; }
    .rs-card .card-txt { flex: none; }
    .rs-card { min-height: 230px; }
    .rs-bottom .v-line { display: none; }
    .rs-bottom { padding: 0px 10px; }
}