@charset "utf-8";
.root_daum_roughmap .wrap_map, .root_daum_roughmap, .direction-map iframe,
.direction-map iframe {width: 100% !important; height: 100% !important;}

.sec-tit {margin-bottom: var(--space-60);}
.sec-tit .tag {font-size: var(--font-size-20); line-height: 1.7em; font-weight: 500; color: #999;}
.sec-tit h3 {font-size: var(--font-size-48); line-height: 1.4167em; color: var(--dark-color);}
.sec-tit h3.dot-tit {display: flex;  font-size: var(--font-size-32); line-height: 1.4375em; font-weight: 600;}
.sec-tit h3.dot-tit:after {content: ''; display: block; margin-left: 10px; width: 8px; height: 8px; border-radius: 100%; background: var(--primary-color);}
.sec-tit p {margin-top: var(--space-20); font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.bg-gray {padding: var(--space-100) 0;background: #F6F6F6;}
.boxes {display:grid; gap: var(--space-16);}
.boxes.four-cols {grid-template-columns: repeat(4, 1fr);}
.boxes.three-cols {grid-template-columns: repeat(3, 1fr);}
.boxes.two-cols {grid-template-columns: repeat(2, 1fr);}
.boxes.five-items {display: flex; flex-wrap: wrap;}
.boxes .box {display: flex; flex-direction: column; gap: var(--space-40); padding: var(--space-34); border-radius: var(--radius-16); border: 1px solid #eee; background: #fff;}
.gray-boxes .box {background: #FAFAFA;}
.boxes.five-items .box {flex: 1 1 auto; width: calc((100% - var(--space-16) * 2) / 3);}
.boxes h4, .boxes h5 {margin-bottom: var(--space-16); font-size: var(--font-size-28); font-weight: 600; line-height: 1.5em; color: var(--dark-color);}
.boxes h5 {font-size: var(--font-size-24); line-height: 1.6667em;}
.boxes h4 small {margin-left: var(--space-16); font-size: var(--font-size-20); font-weight: 500; color: #BBB;}
.boxes.tit20 h4 {margin-bottom: 8px; font-size: var(--font-size-20); line-height: 1.7em;}
.boxes p {font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.dot-list li {text-indent: -.9em; padding-left: .9em;}
.dot-list li:before {content: "•"; margin-right: 8px; color: var(--secondary-color);}

.page-company-story section, .page-company-recruit section {padding: var(--space-100) 0;}
.page-company-story section:first-child, .page-company-recruit section:first-child {padding-top: 0;}

.sec-greeting {position: relative; background: url('/images/sub/bg-greetings.jpg') no-repeat center center / cover;}
.sec-greeting .desc {max-width: 854px; width: 61%;}
.greeting-sign {gap: 10px; margin-top: var(--space-40);}
.greeting-photo {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1400px; text-align: right; pointer-events: none;}
.story-impact-num {display: flex; align-items: flex-end; gap: 8px; font-size: var(--font-size-22); font-weight: 700; line-height: 1.6364em; color: #F09394;}
.story-impact-num span {display: inline-block; font-size: var(--font-size-40); font-weight: 600; color: #CA484A; line-height: 1.4em;}
.help-txt {margin-top: 16px;; font-weight: 500; line-height: 1.625em; color: #BBB; text-align: right;}

.history {display: flex; flex-direction: column; gap: var(--space-100);}
.group-history {display: flex; flex-direction: column; gap: var(--space-40);}
.history-period {font-size: var(--font-size-48); font-weight: 600; line-height: 1.2917em; color: var(--dark-color);}
.history-body {display: flex; align-items: flex-start; justify-content: center; gap: clamp(35px, calc(100 / var(--inner) * 100vw), 140px);}
.history-info {display: flex; flex-direction: column; gap: var(--space-40); flex-shrink: 0; max-width: 600px;}
.history-photo {overflow: hidden; width: 100%; max-width: 600px; aspect-ratio: 600 / 320; border-radius: var(--radius-16);}
.history-photo img {width: 100%; height: 100%; object-fit: cover;}
.history-desc {display: flex; flex-direction: column; gap: var(--space-16);}
.history-desc h5 {font-size: var(--font-size-24); font-weight: 600; line-height: 1.5833em; color: var(--dark-color);}
.history-desc p {font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.history-list {display: flex; flex-direction: column; gap: var(--space-60); flex: 1; min-width: 0; max-width: 641px; list-style: none; margin: 0; padding: 0;}
.history-list li {display: flex; align-items: flex-start; gap: var(--space-30);}
.history-list .year {flex-shrink: 0; width: 77px; padding: 4px 0; font-size: var(--font-size-20); font-weight: 600; line-height: 1.7em; color: var(--dark-color);}
.history-list .txt p {font-size: var(--font-size-20); line-height: 2em; color: #676767;}

.team-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-20); }
.team-card { position: relative; cursor: pointer; }
.team-card .bg {position: relative; aspect-ratio: 335 / 440; border-radius: var(--radius-16); overflow: hidden;}
.team-card .bg:before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #eee; border-radius: var(--radius-16); transition: .2s;}
.team-card .bg img {width: 100%; height: 100%; object-fit: cover;}
.team-card.active .bg:before {background: rgba(0, 0, 0, 0.8);}
.team-card .txt {display: flex; flex-direction: column; position: absolute; left: var(--space-16); right: var(--space-16); bottom: var(--space-16); height: 4.625em; padding: var(--space-16) var(--space-24); background: rgba(0, 0, 0, 0.64); backdrop-filter: blur(12px); border-radius: 8px; color: #fff; transition: .5s; }
.team-card.active .txt { background: rgba(161, 19, 31, 0.64); height: calc(100% - var(--space-16) * 2); }
.team-card .cnt {display: none; height: 100%;}
.team-card .inner {display: flex; flex-direction: column; height: 100%;}
.team-card strong { display: block; margin-bottom: var(--space-16); font-size: var(--font-size-14); line-height: 1.4286em; }
.team-card .dot-list {flex: 1; min-height: 0; overflow-y: auto; padding-right: 10px;}
.team-card .dot-list::-webkit-scrollbar {width: 4px;}
.team-card .dot-list::-webkit-scrollbar-thumb {background: rgba(255,255,255,0.7); border-radius: 2px;}
.team-card .dot-list li, .team-card .dot-list li:before { color: rgba(255,255,255,0.6); }
.team-card .dot-list li:not(:last-child) { margin-bottom: clamp(5px, calc(12 / var(--inner) * 100vw), 12px); }
.team-title { display: flex; align-items: center; gap: 14px; font-size: var(--font-size-28); line-height: 1.5em; font-weight: 600; }
.team-title small { font-size: var(--font-size-18); font-weight: 500; line-height: 1.7778em; color: rgba(255,255,255,0.7); }
.team-card.active .team-title {display: none;}
.team-sentence {font-size: var(--font-size-20); line-height: 1.7em; color:#fff; font-weight: 600; border-bottom: 1px solid rgba(255, 255, 255, 0.10); padding-bottom:var(--space-20); margin-bottom:var(--space-20);}
.btn-team-more {display: flex; gap: 10px; margin-top: var(--space-20); font-weight: 700;}
.btn-team-more:after {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/btn-arrow.svg') no-repeat center center / contain;}
.btn-team-more:hover {text-decoration: underline; text-underline-offset: 4px;}

.sec-recruit-process {background: url('/images/sub/bg-recruit-process.jpg') no-repeat center center / cover;}
.recruit-process-list {display: flex; justify-content: space-between; gap: var(--space-16);}
.recruit-process-list .num {margin-top: var(--space-40); margin-bottom: 4px; font-size: var(--font-size-16); color: var(--primary-color); line-height: 1.5em;}
.recruit-process-list h4 {margin-bottom: var(--space-16); font-size: var(--font-size-24); font-weight: 600; line-height: 1.6667em; color: var(--dark-color);}
.recruit-process-item {max-width: 296px; flex: 1; padding: var(--space-34); border-radius: var(--radius-16);border: 1px solid rgba(255, 255, 255, 0.10);background: rgba(255, 255, 255, 0.80);backdrop-filter: blur(12px);}
.recruit-process-arrow {width: 40px; background: url('/images/sub/recruit-process-arrow.svg') no-repeat center center / contain;}

.welfare-list {display: flex; flex-direction: column; gap: clamp(50px, calc(80 / var(--inner) * 100vw), 80px);}
.welfare-list .group {display: flex; flex-direction: column; gap: var(--space-30);}
.welfare-list .group > h4 {display: flex; align-items: flex-start; gap: 10px; font-size: var(--font-size-28); font-weight: 600; line-height: 1.5em; color: var(--dark-color);}
.welfare-list .group > h4:after {content: ''; flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-color);}
.welfare-list .boxes .wrap {display: flex; flex-direction: column; gap: 8px;}
.welfare-list .boxes h5 {margin-bottom: 0;}
.welfare-list .boxes p {font-size: var(--font-size-18); line-height: 1.6667em;}
.welfare-list .boxes .wrap small {font-size: var(--font-size-16); line-height: 1.625em; color: #AAA;}

.job-posting {display: flex; flex-direction: column; gap: var(--space-16);}
.job-posting-cards {display: flex; gap: var(--space-16);}
.job-posting-card {flex: 1; min-width: 0; display: flex; flex-direction: column; gap: var(--space-24); padding: var(--space-34); border: 1px solid #eee; border-radius: var(--radius-16); background: #fff;}
.job-posting-head {display: flex; align-items: center; justify-content: space-between; gap: var(--space-16);}
.job-posting-tit {display: flex; align-items: center; gap: 8px; font-size: var(--font-size-24); font-weight: 600; line-height: 1.6667em; color: var(--dark-color);}
.job-posting-tit .site {color: #A8A8A8;}
.job-posting-link {display: flex; align-items: center; gap: var(--space-16); font-size: var(--font-size-16); font-weight: 600; line-height: 1.5em; color: #676767; transition: .2s;}
.job-posting-card:hover .job-posting-link {color: var(--primary-color);}
.job-posting-link .btn {display: flex; align-items: center; justify-content: center; transform: rotate(-45deg); flex-shrink: 0; padding: clamp(8px, calc(12 / var(--inner) * 100vw), 12px); border-radius: 50%; background: var(--primary-color);}
.job-posting-logo {flex: 1; display: flex; align-items: center; justify-content: center; padding: var(--space-60) var(--space-16); border-radius: var(--radius-12); background: #F6F6F6;}
.job-posting-contact {display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--space-20); padding: 12px 22px 12px 12px; border-radius: var(--radius-16); background: var(--dark-color);}
.job-posting-badge {flex-shrink: 0; padding: 8px var(--space-16); border-radius: 8px; background: #fff; font-size: var(--font-size-18); font-weight: 600; line-height: 1.6667em; color: var(--dark-color);}
.job-posting-info {display: flex; align-items: center; flex-wrap: wrap; gap: var(--space-20); list-style: none; margin: 0; padding: 0;}
.job-posting-info li {display: flex; align-items: center; gap: var(--space-16);}
.job-posting-info li:not(:last-child):after {content: ''; flex-shrink: 0; width: 1px; height: 16px; margin-left: 4px; background: rgba(255, 255, 255, 0.2);}
.job-posting-info .label {font-size: var(--font-size-20); font-weight: 500; line-height: 1.7em; color: #999;}
.job-posting-info .val {font-size: var(--font-size-20); font-weight: 500; line-height: 1.7em; color: #fff;}
.job-posting-info a.val:hover {text-decoration: underline; text-underline-offset: 4px;}

.page-direction section {display: flex; gap: var(--space-20);}
.page-direction section:not(:last-child) {margin-bottom: var(--space-70);}
.page-direction section>* {border-radius: var(--radius-16); overflow: hidden;}
.direction-map {max-width: 800px; width: 58%; min-height: clamp(270px, calc(500 / var(--inner) * 100vw), 500px);}
.direction-txt {flex: 1; min-width: 0; padding: var(--space-40); border: var(--space-30) solid #F9F9F9;}
.direction-txt h3 {display: flex; gap: 10px; padding-bottom: var(--space-30); margin-bottom: var(--space-40); border-bottom: 1px dashed #DDD; font-size: var(--font-size-28); font-weight: 600; color: var(--dark-color);}
.direction-txt h3:after {content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-color);}
.direction-info li {display: flex; gap: 8px;}
.direction-info li:not(:last-child) {margin-bottom: var(--space-24);}
.direction-info-item {flex-shrink: 0; display: flex; align-items: center; gap: 10px; width: 85px; height: fit-content; font-weight: 500;}
[lang="en"] .direction-info-item {width: 110px;}

.page-consulting {display: flex; flex-direction: column;}
.page-consulting section {padding-bottom: var(--space-100);}
.page-consulting .bg-gray + section,
.cert-section--gradient + section {padding-top: var(--space-100);}
.cert-section--gradient {background: linear-gradient(168deg, rgba(249, 249, 249, 0) 37.58%, #F5EFEF 81.89%);}
.cert-visual .contain {display: flex; flex-direction: column; align-items: center; gap: var(--space-40); text-align: center;}
.cert-visual-txt {display: flex; flex-direction: column; align-items: center; gap: var(--space-30);}
.cert-visual-tit {font-size: var(--font-size-48); font-weight: 700; line-height: 1.4167em; color: var(--dark-color);}
.cert-visual-desc {margin-bottom: var(--space-30); font-size: var(--font-size-22); line-height: 1.6364em; color: #676767;}
.cert-head {display: flex; flex-direction: column; gap: 12px; margin-bottom: var(--space-60);}
.cert-head--center {align-items: center; text-align: center;}
.cert-head-tag {font-size: var(--font-size-20); font-weight: 500; line-height: 1.7em; color: #999;}
.cert-head-tit {font-size: var(--font-size-40); font-weight: 700; line-height: 1.4em; color: var(--dark-color);}
.cert-sub-tit {display: flex; align-items: flex-start; gap: 10px; margin-bottom: var(--space-40); font-size: var(--font-size-32); font-weight: 600; line-height: 1.4375em; color: var(--dark-color);}
.cert-sub-tit:after {content: ''; flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-color);}
.cert-about {display: flex; flex-direction: column; gap: var(--space-50); margin-bottom: var(--space-80);}
.cert-about .cert-head {margin-bottom: 0;}
.cert-docs {display: flex; align-items: flex-start; gap: var(--space-40); padding: var(--space-34); border: 1px solid #eee; border-radius: var(--radius-16); background: #fff;}
.cert-docs.type2 {flex-direction: column;}
.cert-docs-head {display: flex; gap: 8px var(--space-20); flex-wrap: wrap;}
.cert-docs-head .notes {display: flex; align-items: center; gap: 10px; font-size: var(--font-size-18); line-height: 1.5556em; color: #676767;}
.cert-docs-head .notes:before {flex-shrink: 0; content: ''; display: block; height: 1.5556em; width: 12px; background: url('/images/sub/icon-docs-note.svg') no-repeat center center / contain;}
.cert-docs-badge {flex-shrink: 0; max-width: 100%; padding: 8px var(--space-16); border-radius: 100px; background: var(--primary-color); font-size: var(--font-size-18); font-weight: 600; line-height: 1.5556em; color: #fff;}
.cert-docs .dot-list {display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-20) var(--space-16); flex: 1; min-width: 0; list-style: none; margin: 0; padding: 0;}
.cert-docs .dot-list.column {grid-template-columns: 1fr;}
.cert-docs.type2 .dot-list {width: 100%;}
.cert-docs .dot-list li {font-size: var(--font-size-20); font-weight: 500; line-height: 1.5em; color: var(--dark-color);}
.cert-docs .dot-list li:before {color: #ccc;}
.cert-docs .dot-list li small {text-indent: 0; display: block; font-size: var(--font-size-16); line-height: 1.625em; color: #999; font-weight: 400; text-indent: -.9em; padding-left: 0.9em;}
.cert-docs .dot-list li p {margin-top: 3px; color: #676767; font-weight: 400; text-indent: 0;}
.cert-steps {display: flex; gap: var(--space-16);}
.cert-steps-col {flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: var(--space-24); text-align: center;}
.cert-steps-img {width: 100%; max-height: 320px; border-radius: var(--radius-16); overflow: hidden;}
.type2 .cert-steps-img {height: 260px;}
.cert-steps-img img {width: 100%; height: 100%; object-fit: cover;}
.cert-steps-num-wrap {position: relative; display: flex; justify-content: center; width: 100%;}
.cert-steps-col .cert-steps-num-wrap:after {content: ''; position: absolute; top: 50%; left: 50%; width: calc(100% + var(--space-16)); border-top: 1px dashed #A8A8A8; transform: translateY(-50%); pointer-events: none;}
.cert-steps-col:last-child .cert-steps-num-wrap:after {width: 50%;}
.cert-steps-col:last-child .cert-steps-num-wrap:before {content: ''; position: absolute; top: 50%; right: 0; width: 6px; height: 11px; background: url('/images/sub/consulting-process-arrow.svg') no-repeat center center / contain; transform: translateY(-50%); pointer-events: none;}
.cert-steps-num {position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 2px solid #CCC; border-radius: 50%; background: #fff; font-size: var(--font-size-16); font-weight: 700; line-height: 1.5em; color: var(--primary-color);}
.cert-steps-txt {display: flex; flex-direction: column; align-items: center; gap: var(--space-16);}
.cert-steps-txt h4 {font-size: var(--font-size-28); font-weight: 600; line-height: 1.4286em; color: var(--dark-color);}
.cert-steps-txt small {display: block; font-size: var(--font-size-18); font-weight: 500; line-height: 1.5556em; color: #A8A8A8;}
.cert-steps-txt p {font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.cert-steps-txt p strong {font-weight: 500; color: var(--dark-color)}
.cert-partners {display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--space-16); list-style: none; margin: 0; padding: 0;}
.cert-partners li {display: flex; align-items: center; justify-content: center; min-height: 110px; border-radius: var(--radius-16); background: #fff;}
.boxes .main-review-item {position: relative;border: 1px solid #eee; transition: transform .3s, box-shadow .3s;}
.boxes .main-review-item:after {content: ''; position: absolute; right: 15px; bottom: 21px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--primary-color) url('/images/main/cert-arrow.svg') no-repeat center center; opacity: 0; transform: translateY(6px); transition: .3s;}
.boxes .main-review-item:hover:after {opacity: 1; transform: translateY(0);}
.cert-process {display: flex;  gap:var(--space-50) var(--space-16); flex-wrap: wrap; list-style: none; margin: 0; padding: 0; counter-reset: none;}
.cert-process-item {flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: var(--space-34); text-align: center;}
.cert-process.three-cols .cert-process-item {flex: 1 1 25%;}
.cert-process-txt .cert-process-step {font-size: var(--font-size-18); line-height: 1.5556em;}
.cert-process-txt h4 {margin: 8px 0 var(--space-16); font-size: var(--font-size-26); font-weight: 600; line-height: 1.5385em; color: var(--dark-color);}
.cert-process-txt p {font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.cert-cta {position: relative; display: flex; flex-direction: column; align-items: center; gap: var(--space-40); padding: var(--space-80) var(--space-40); border-radius: var(--radius-16); overflow: hidden; text-align: center; background: url('/images/sub/bg-cta.jpg') no-repeat center center / cover;}
.cert-cta:before {content: ''; position: absolute; inset: 0; background:url('/images/sub/bg-cta-gradient.jpg') no-repeat center center / cover;}
.cert-cta > * {position: relative; z-index: 1;}
.cert-cta-tit {font-size: var(--font-size-36); font-weight: 700; line-height: 1.4444em; color: var(--dark-color);}
.cert-num-items {display: flex; flex-direction: column; gap: var(--space-34); font-size: var(--font-size-22); line-height: 1.6364em; font-weight: 500; color: #676767;}
.cert-num-item h4 {display: flex; gap: 10px; margin-bottom: var(--space-16); font-size: var(--font-size-22); font-weight: 600; line-height: 1.6364em; color: #C06667;}
.cert-num-item .num {display: flex; justify-content: center; align-items: center; width: 2.25em; height: 2.25em; border-radius: 100%; border: 2px solid #CCC; background: #fff; border-radius: 100%; font-size: var(--font-size-16); font-weight: 700; line-height: 1.5em;}

.page-terms {display: flex; flex-direction: column; gap: var(--space-24);}
.safety-card {display: flex; flex-direction: column; gap: var(--space-30); padding: var(--space-40); border-radius: var(--radius-16);}
.safety-card--intro {background: #FEFBFB;}
.safety-card--principles {background: #FAFAFA; gap: var(--space-60);}
.safety-card-head {padding-bottom: var(--space-24); border-bottom: 1px solid #DFDFDF;}
.safety-card-tit {display: flex; align-items: flex-start; gap: 10px; font-size: var(--font-size-28); font-weight: 600; line-height: 1.4286em; color: var(--dark-color);}
.safety-card-tit:after {content: ''; flex-shrink: 0; width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--primary-color);}
.safety-card-body {position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-30);}
.safety-check-list {display: flex; flex-direction: column; gap: 10px; flex: 1; min-width: 0; list-style: none; margin: 0; padding: 0;}
.safety-check-list li {display: flex; align-items: flex-start; gap: 10px;}
.safety-check-list img {flex-shrink: 0; margin-top: 5px;}
.safety-check-list p {font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.safety-watermark {position: absolute; right: 0; bottom: 0; flex-shrink: 0; opacity: 0.2;}
.safety-principle-list {display: flex; flex-direction: column; gap: var(--space-16); list-style: none; margin: 0; padding: 0;}
.safety-principle-list li {font-size: var(--font-size-20); font-weight: 500; line-height: 1.7em; color: #505050; text-indent: -2em; padding-left: 2em;}
.safety-principle-list strong {font-weight: 600; color: #CA484A;}
.safety-sign {display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-20);}
.safety-sign-name {display: flex; align-items: center; gap: 10px;}
.safety-sign-name p {font-size: var(--font-size-20); line-height: 1.7em; color: #676767;}
.safety-sign-name strong {font-weight: 600; color: #505050;}
.safety-sign-date {font-size: var(--font-size-16); line-height: 1.75em; color: #999;}

.story-family-cnt {display: flex;flex-direction: column; gap: var(--space-40);}
.story-family-cnt .group {position: relative; z-index:1; display: flex; flex-direction: column; align-items: center;}
.story-family-org {display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 1160px;}
.story-family-ceo {display: flex; align-items: center; justify-content: center; width: 200px; padding: 24px; border-radius: 500px; background: var(--dark-color); font-size: var(--font-size-20); font-weight: 600; line-height: 1.7em; color: #fff; text-align: center;}
.story-family-lines {width: 100%; font-size: var(--font-size-20); line-height: 1.7em;}
.china .story-family-lines {position: absolute; z-index: -1; text-align: center; top: calc(var(--space-40) + 1.7em + 24px)}
.family-tab-menu {display: flex; justify-content: space-between; gap: var(--space-16); margin-bottom: var(--space-40); width: 100%;}
.china .family-tab-menu {margin-top: var(--space-40);}
.family-tab-btn {flex: 1; max-width: 240px; padding: 24px; border: 1px solid #dfdfdf; border-radius: 500px; background: #fafafa; font-size: var(--font-size-20); font-weight: 600; line-height: 1.7em; color: #ff686b; text-align: center; cursor: pointer; transition: .2s;}
.family-tab-btn.active {border: 2px solid var(--primary-color); background: #fce7e7; color: var(--primary-color);}
.family-tab-content {display: none; width: 100%;}
.family-tab-content.active {display: block;}
.story-family-cnt .cert-docs .dot-list {grid-template-columns: repeat(4, 1fr); gap: var(--space-24) var(--space-16);}
.group.china {width: 100%; padding: var(--space-40); border: 2px dashed #dfdfdf; border-radius: var(--radius-16); background: #fafafa;}
.group.china .story-family-ceo {background: var(--primary-color);}
.group.china .family-tab-menu {justify-content: center; gap: clamp(var(--space-16), 10vw, 140px);}
.group.china .family-tab-btn {flex: 0 1 245px; max-width: 245px;}
@media (max-width: 1024px) {
    .story-family-cnt .cert-docs .dot-list {grid-template-columns: repeat(3, 1fr);}
    .family-tab-btn {padding: 15px;}
    .china .story-family-lines {top:calc(var(--space-40) + 1.7em + 15px);}
}
@media (max-width: 900px) {
    .story-family-cnt .cert-docs .dot-list {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 640px) {
    .family-tab-btn, .group.china .family-tab-btn {flex: 1 1 33.335%; max-width: 200px;}
    .story-family-cnt .cert-docs {flex-direction: column;}
    .story-family-cnt .cert-docs .dot-list {grid-template-columns: 1fr;}
    .story-family-ceo, .family-tab-btn {padding: 12px;}
    .family-tab-menu {flex-wrap: wrap; margin: var(--space-40);}
    .story-family-lines {display: none;}
}




.page-company-story  .sec-our-majorwith {overflow: hidden; padding: 0;}
.our-majorwith-gallery {width: 33.3335%;}
.our-majorwith-gallery .slick-list {overflow: visible; margin: 0 -8px;}
.our-majorwith-gallery .slick-slide {padding: 0 8px;}
.our-majorwith-gallery .item {border-radius: var(--radius-16); overflow: hidden;}