@charset "utf-8";
/* doc.css는 디자인페이지 스타일을 정의합니다. */ 

/* 공통 */
.sub-sec {margin-bottom:var(--space-120);}
.sub-sec:last-child {margin-bottom:0;}

.doc-tit {text-align:center; margin-bottom:var(--space-50);}
.doc-tit .en {margin-bottom:var(--space-20); font-size:var(--font-size-16); font-weight:600; line-height:1.3; letter-spacing:-0.03em; color:var(--color-primary);}
.doc-tit h3 {font-size:var(--font-size-32); line-height:1.3em; color:#2c2c2c;}

.subtitle {margin-bottom:var(--space-16); font-size:var(--font-size-22); font-weight:600; line-height:1.3; letter-spacing:-0.03em; color:#2c2c2c;}

.table-style table {width:100%; border-collapse:collapse; border-spacing:0px; font-size:var(--font-size-18); line-height:1.66em; letter-spacing:-.03em;}
.table-style table th {padding:var(--space-15); border:1px solid #ddd; background: rgba(221, 35, 25, 0.04);font-weight:600; color:#2c2c2c;}
.table-style table td {padding:var(--space-15); border:1px solid #ddd; color:#454545; text-align:center;}
.table-style table td strong {font-weight: 600;}
.table-style tr th:first-child,
.table-style tr td:first-child {border-left:0;}
.table-style tr th:last-child,
.table-style tr td:last-child {border-right:0;}

/* 기업소개 */
.about section {padding: var(--space-100) 0;}
.about section:last-child {padding-bottom: 0;}
.about header.tit {margin-bottom:var(--space-16);}
.about header.tit h3 {padding-left: 20px; color: var(--color-primary); font-size: var(--font-size-20); font-weight: 600; line-height: 1.7; position: relative;}
.about header.tit h3::before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; background: var(--color-primary); border-radius: 2px 10px 10px 2px;}
.about .point {color: var(--color-primary);}
.about .lead {color: #2c2c2c; font-size: var(--font-size-32); font-weight: 600; line-height: 1.43; margin-bottom: var(--space-80);}
.about .desc {font-size: var(--font-size-20); line-height: 1.7;}

.about {overflow: hidden;}
.about .sec1 {padding-top: 0;}
.about .sec1 .lead {margin-bottom: var(--space-30);}
.about .sec1 .desc {margin-bottom: var(--space-80);}
.about .profile table {border-collapse: collapse; border-spacing: 0; font-size: var(--font-size-18); line-height: 1.7; width: 100%; border-top: 1px solid var(--color-primary);}
.about .profile table tbody th {text-align: left; color: #2c2c2c; font-weight: 600; padding: var(--space-32) 0; border-bottom: 1px solid #eee; width: 9%;}
.about .profile table tbody td {padding: var(--space-32) var(--space-20); border-bottom: 1px solid #eee; width: 21%;}
[lang="en"] .about .profile table tbody th {width: auto;}
[lang="en"] .about .profile table tbody td {width: auto;}
.about .sec2 {background: url('/images/sub/about-bg.jpg') no-repeat center / cover; color: #fff;}
.about .sec2 header.tit h3 {color: inherit;}
.about .sec2 header.tit h3::before {background: #fff;}
.about .sec2 .lead {color: inherit;}
.about .sec2 .lead .point {color: inherit;}
.about .sec2 .items {display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-48);}
.about .sec2 .item {padding: var(--space-40); border-radius: var(--radius-16); background: rgba(21, 35, 34, 0.40); backdrop-filter: blur(12px);}
.about .sec2 .item .icon {width: 64px; aspect-ratio: 1/1; margin-bottom: var(--space-60);}
.about .sec2 .item .icon img {width: 100%; height: 100%; object-fit: contain;}
.about .sec2 .item .tit {font-size: var(--font-size-28); font-weight: 600; line-height: 1.5; margin-bottom: var(--space-20);}
.about .sec2 .item .desc {font-size: var(--font-size-20); line-height: 1.7;}
.about .sec3 {border-bottom: 1px dashed #ddd;}
.about .sec3 .img {width: 100%; text-align: center;}
.about .sec3 .img img {max-width: 100%; max-height: 100%; object-fit: contain;}
.about .sec4 .cont {display: flex; justify-content: space-between;}
.about .sec4 .history {width: 50.764%;}
.about .sec4 .history dl {display: flex; justify-content: space-between; padding: var(--space-30) 0; border-bottom: 1px dashed #ddd;}
.about .sec4 .history dl:first-child {border-top: 1px solid var(--color-primary);}
.about .sec4 .history dl:last-child {border-bottom: 1px solid #ddd;}
.about .sec4 .history dl dt {color: #2c2c2c; font-size: var(--font-size-28); font-weight: 600; line-height: 1.3; width: 27.36%;}
.about .sec4 .history dl dd {flex: 1; display: flex; justify-content: center; flex-direction: column; width: 100%;}
.about .sec4 .history dl dd p {font-size: var(--font-size-20); line-height: 1.7; margin-bottom: var(--space-8);}
.about .sec4 .history dl dd p:last-child {margin-bottom: 0;}


/* 사업분야 */
.field {overflow: hidden;}
.field-list .item {display: flex; align-items: center; gap: var(--space-60); border-bottom: 1px dashed #ddd; padding: var(--space-40) 0;}
.field-list .item:first-child {padding-top: 0;}
.field-list .item:last-child {padding-bottom: 0; border-bottom: none;}
.field-list .img {width: 45.715%; aspect-ratio: 640 / 420; border-radius: var(--radius-16); overflow: hidden;}
.field-list .img img {width: 100%; height: 100%; object-fit: cover;}
.field-list .txt-wrap {width: 56.382%;}
.field-list .txt-wrap .num {display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--color-primary); color: #fff; font-size: var(--font-size-14); font-weight: 700; line-height: 1.3; margin-bottom: var(--space-30);}
.field-list .txt-wrap .tit {margin-bottom: var(--space-40);}
.field-list .txt-wrap .tit h3 {color: #2c2c2c; font-size: var(--font-size-36); font-weight: 600; line-height: 1.3; margin-right: var(--space-10);}
.field-list .txt-wrap .tit .en {color: #999; font-size: var(--font-size-24); font-weight: 500; line-height: 1.3;}
.field-list .txt-wrap .desc {font-size: var(--font-size-20); font-weight: 500; line-height: 1.7; margin-bottom: var(--space-30);}
.field-list .txt-wrap .list {padding-top: var(--space-24); border-top: 1px solid #ddd;}
.field-list .txt-wrap .list li {color: #676767; font-size: var(--font-size-20); line-height: 1.6; margin-bottom: var(--space-8); padding-left: 14px; position: relative;}
.field-list .txt-wrap .list li::before {content: ''; position: absolute; left: 0; top: 14px; width: 4px; height: 4px; border-radius: 50%; background: #999;}
.field-list .txt-wrap .list li:last-child {margin-bottom: 0;}

.values {display: flex; align-items: center; flex-direction: column; gap: var(--space-40);}
.values .mission {text-align: center; padding: var(--space-40); background: var(--color-primary); border-radius: var(--radius-16); color: #fff; width: 100%;}
.values .mission .en {display: block; font-size: var(--font-size-18); font-weight: 600; line-height: 1.7; margin-bottom: var(--space-8);}
.values .mission h3 {font-size: var(--font-size-28); font-weight: 600; line-height: 1.5;}
.values .arrow {width: 24px; height: 24px;}
.values .arrow img {width: 100%; height: 100%; object-fit: contain;}
.values .items {display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-16); width: 100%;}
.values .item {text-align: center; padding: var(--space-48) var(--space-22); border-radius: var(--radius-16); border: 1px solid #eee;}
.values .item .tit {color: #2c2c2c; font-size: var(--font-size-28); font-weight: 600; line-height: 1.5; margin-bottom: var(--space-40);}
.values .item .icon {width: 64px; height: 64px; margin: 0 auto; margin-bottom: var(--space-40);}
.values .item .desc {font-size: var(--font-size-18); line-height: 1.77;}

/* 파트너스 */
.catalog .items {display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-24);}
.catalog .item {text-align: center; border-radius: var(--radius-16); overflow: hidden; aspect-ratio: 465 / 324; position: relative; padding: var(--space-8); display: flex; flex-direction: column;}
.catalog .item .img {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0;}
.catalog .item .img img {width: 100%; height: 100%; object-fit: cover; transition: all .3s;}
.catalog .item .tit {margin-top: auto; color: #fff; font-size: var(--font-size-18); font-weight: 600; line-height: 1.77; padding: var(--space-8); border-radius: 48px; background: rgba(0, 0, 0, 0.48); backdrop-filter: blur(4px);}
.catalog .item:hover .img img {transform: scale(1.05);}

.brand .items {display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;}
.brand .item {text-align: center; border-radius: var(--radius-8); overflow: hidden; height: clamp(70px, calc(110 / var(--inner) * 100vw), 110px); position: relative; padding: var(--space-30); display: flex; align-items: center; justify-content: center; flex-direction: column; background: #f9f9f9;}
.brand .item .img {display: flex; align-items: center; justify-content: center;}