@charset "utf-8";
/* 공통 */
.subtit { font-size: var(--font-size30); font-weight: 700; line-height: 1.2em; color: #2c2c2c; margin-bottom: 18px;}
.subtit.tc { text-align: center; margin-bottom: 60px; }
.subtxt { font-size: var(--font-size18); line-height: 1.556em; }

/* sub2 공통 */
.sub2-fx { display: flex; align-items: center; margin-bottom: 60px; }
.sub2-fx .img { width: 41%; }
.sub2-fx .img>div { position: relative; padding-bottom: 100%; display: block; overflow: hidden;}
.sub2-fx .img>div img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; }
.sub2-fx .img>div::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border: 1px solid #ddd;}
.sub2-fx .info { width: 59%; padding-left: 100px; padding-right: 30px;}
.sub2-chk { display: flex; gap: 10px 20px; flex-wrap: wrap; margin-top: 55px; }
.sub2-chk span { position: relative; display: inline-block; padding: 13px 18px; font-size: var(--font-size18); font-weight: 500; line-height: 1.2em; background: #f8f8f8; padding-left: 45px; }
.sub2-chk span::before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; margin: auto; width: 14px; height: 10px; background: url(../images/sub/sub2-chk-icon.png) center no-repeat; background-size: contain; }
.sub2-gray { margin-bottom: 80px; background: #f8f8f8; padding: 50px 0; text-align: center; display: flex; }
.sub2-gray.item2 { padding: 50px 200px; }
.sub2-gray .col { flex: 1; border-right: 1px solid #ddd;}
.sub2-gray .col:last-child { border: none; }
.sub2-gray .col h4 { font-size: var(--font-size24); font-weight: 600; line-height: 1.2em; color: #454545; margin-top: 15px; }
.sub2-func { display: flex; flex-wrap: wrap; gap: 30px; }
.sub2-func .col { width: calc(100%/2 - 15px); border: 1px solid #ddd; display: flex; padding: 40px; }
.sub2-func .col .icon { margin-right: 40px; position: relative; }
.sub2-func .col .icon .num { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10); position: absolute; right: 0; top: 0; width: 36px; height: 36px; border-radius: 36px; background: #fff; display: flex; align-items: center; justify-content: center; border: 3px solid var(--color-primary); font-weight: 700; color: var(--color-primary); line-height: 1em; right: -10px; top: -10px; }
.sub2-func .col .info { flex: 1 1 auto; min-width: 0; width: 1%; } 
.sub2-func .col .info h4 { font-size: var(--font-size24); font-weight: 700; line-height: 1.2em; color: #2c2c2c; margin-bottom: 7px; }
.sc75-section {padding-bottom: 150px; border-bottom: 1px solid #ddd;}
.sc75-section:last-child {padding-bottom: 0; border-bottom: none;}
.sc75-tit {margin-bottom: 70px;}
.sc75-tit h3 { font-size: var(--font-size30); font-weight: 700; color: #2c2c2c; text-align: center;}
.sc75-section2 {padding-top: 150px;}

/* sub3 공통 */
.sub3-wrap .col { margin-bottom: 135px; }
.sub3-wrap .col:last-child { margin-bottom: 0; }
.sub3-big { margin: 30px 0 10px; }
.sub3-list > li { display: flex; align-items: center; border-bottom: 1px solid #ddd; padding: 30px 0;}
.sub3-list > li .tit { position: relative; width: 310px; padding-left: 15px; font-size: var(--font-size20); font-weight: 700; line-height: 1.4em; }
.sub3-list > li .tit::before { content: ""; position: absolute; left: 0; top: 12px; width: 4px; height: 4px; border-radius: 4px; background: var(--color-primary);}
.sub3-list > li .subtxt { flex: 1 1 auto; min-width: 0; width: 1%; line-height: 1.2em; }
.sub3-list.flex { display: flex; flex-wrap: wrap; border-bottom: 1px solid #ddd;}
.sub3-list.flex li { width: calc(100%/2); position: relative; font-size: var(--font-size18); line-height: 1.556em; padding-left: 12px; }
.sub3-list.flex li::before { content: ""; position: absolute; left: 0; width: 3px; height: 20px; background: var(--color-primary); top: 34px; }
.sub3-list.flex li.bd { border: none; }
.sub3-list .subtxt-list li { position: relative; font-size: var(--font-size18); line-height: 1.222em; color: #454545; padding-left: 10px;}
.sub3-list .subtxt-list li:before {content: "-"; position: absolute; left: 0; top: 0; color: #454545;}

/**************** 회사소개 ****************/
/* 회사개요 */
.overview-section {padding-bottom: 150px;}
.overview-section:last-child {padding-bottom: 0;}
.overview-intro { text-align: center; margin-bottom: 60px; }
.overview-desc { font-size: var(--font-size18); line-height: 1.556em; color: #454545; max-width: 800px; margin: 0 auto; }
.overview-desc .highlight { color: var(--color-primary); font-weight: 600; }
.overview-info { margin-bottom: 80px; background: #f8f8f8; padding: 50px 0; }
.overview-info-inner { display: flex; align-items: stretch; text-align: center; margin: 0 auto; }
.overview-info-inner .col { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 16px; padding: 0 30px; border-right: 1px solid #ddd; }
.overview-info-inner .col:last-child { border-right: none; }
.overview-info-inner .label { font-size: var(--font-size18); color: #454545; font-weight: 400; }
.overview-info-inner .value { font-size: var(--font-size24); font-weight: 600; color: #454545; line-height: 1.16em; }
.overview-cards { display: flex; flex-wrap: wrap; gap:20px; }
.overview-card { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 30px; border: 1px solid #ddd; background: #fff; }
.overview-card-icon { width:78px; height:78px; background:url(../images/sub/sub1-1-chk.png) no-repeat center; display: flex; align-items: center; justify-content: center; }
.overview-card-tit { font-size: var(--font-size24); font-weight: 600; color: #454545; line-height: 1.2em; }

/* VISION & MISSION*/
.overview-section2 { text-align: center; }
.ovv-tit { margin-bottom: 50px; text-align: center;}
.ovv-tit h3 { font-size: var(--font-size30); font-weight: 600; line-height: 1.2em; color: var(--color-secondary); }
.vision-cont { margin: 0 auto 40px; padding: 40px; background: #f8f8f8; border-radius: 8px; }
.vision-cont p { font-size: var(--font-size18); line-height: 1.556em; color: #454545; margin: 0; }
.vision-cont .highlight { color: var(--color-primary); font-weight: 600; }
.vision-diagram { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 25px; }
.vision-circle { width: clamp(150px, 16vw, 230px); height: clamp(150px, 16vw, 230px); border-radius: 50%; border: 1px solid #ddd; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 16px; filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.06));}
.vision-circle-tit { font-size: var(--font-size24); font-weight: 700; line-height: 1.166em; color: #454545; display: block; }
.vision-circle-sub { font-size: var(--font-size18); font-weight: 400; line-height: 1.556em; color: #454545; display: block; }
.vision-circle-emphasis {width: clamp(160px, 20vw, 270px); height: clamp(160px, 20vw, 270px); background: var(--color-primary); border-color: var(--color-primary); filter: drop-shadow(0 8px 30px rgba(29, 172, 233, 0.35));}
.vision-circle-emphasis .vision-circle-tit { color: #fff; font-size: var(--font-size24); }
.vision-circle-emphasis .vision-circle-sub { display: none; }

/* 연혁 */
.history-list { list-style: none; margin: 0; padding: 0; }
.history-item { display: flex; align-items: flex-start; gap: 40px; margin-bottom: 40px;}
.history-item:last-child { margin-bottom: 0; }
.history-year { width: 140px; height: 74px; flex-shrink: 0; background: var(--color-primary); color: #fff; font-size: var(--font-size28); font-weight: 700; line-height: 1.2em; display: flex; align-items: center; justify-content: center; }
.history-body { flex: 1; min-width: 0; padding: 50px; border: 1px solid #ddd; }
.history-tit { font-size: var(--font-size24); font-weight: 700; line-height: 1.166em; margin: 0 0 10px; }
.history-sub { font-size: 16px; font-weight: 600; line-height: 1.75em; color: var(--color-primary); padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.history-detail { list-style: none; margin: 0; padding-top: 20px; }
.history-detail li {position: relative; font-size: var(--font-size18); line-height: 1.555em; color: #454545; padding-left: 12px; margin-bottom: 5px; }
.history-detail li:last-child { margin-bottom: 0; }
.history-detail li::before { content: ""; position: absolute; left: 0; top: 12px; width: 3px; height: 3px; border-radius: 50%; background: #454545;}

/* 조직도 */
.organization-img {display: flex; align-items: center; justify-content: center; margin-left: 11%;}
.only-mobile.organization-img {display: none;}

/* 주요고객처 */
.customer-tit {padding-bottom: 30px; margin-bottom: 60px; border-bottom: 1px solid #ddd;}
.customer-tit p {font-size: var(--font-size18); color: #454545; text-align: center; letter-spacing: -.03em;}
.customer-list {display: grid; grid-template-columns: repeat(5, 1fr); gap: 40px;}
.customer-item {display: flex; align-items: center; justify-content: center;}
.customer-item-img {position: relative; padding-bottom: 38%; overflow: hidden; display: block; width: 100%; }
.customer-item-img img {position: absolute; top: 50%; left: 50%; transition: .4s ease-in-out; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: auto; height: auto !important; max-width: 50%; min-height: 100%; object-fit: contain;}
.customer-item-img:after {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid #ddd;}

/* 찾아오시는 길 */
.map-wrap {position: relative;}
.root_daum_roughmap {width: 100% !important;}
.root_daum_roughmap .wrap_map {height: 440px !important;}
.root_daum_roughmap .wrap_controllers {display: none !important;}
.drc-info {display: flex; justify-content: flex-end; gap: 60px; padding: 45px 0 109px;}
.drc-info dl {display: flex; align-items: center; gap: 20px; }
.drc-info dl dt:before {content: ""; display: block; width: 6px; height: 6px; background: var(--color-primary);}
.drc-info dl dt {display: flex; align-items: center; gap: 12px; font-size: var(--font-size18); font-weight: 600; color: var(--color-primary);letter-spacing: -.03em;}
.drc-info dl dd {font-size: 16px; color: #454545; letter-spacing: -.03em;}
.drc-adress {position: absolute; bottom: 0; left: 30px; width: 340px; font-size: var(--font-size24); line-height: 1.33em; color: #fff; background: var(--color-primary); padding: 35px; z-index: 1; font-weight: 600;}
.drc-adress p.small {font-size: var(--font-size18); margin-bottom: 80px; font-weight: 400; }
