@charset "utf-8";
/* 공통 */
.sub-pd { padding: 100px 0;}
.sub-pd.pb { padding-bottom: 100px; padding-top: 0; }
.sub-pd.gray { background: #f9f9f9; text-align: center; }
.sub-pd.pt { padding-top: 100px; padding-bottom: 0; }
.sub-fx { display: flex; gap: 40px; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.sub-fx:last-child { margin-bottom: 0;}
.sub-fx>div { width: calc(100%/2 - 20px);}
.sub-fx .left {border-radius: 24px; overflow: hidden;}
.sub-fx .right { padding: 30px; background: #fff;}
.sub-fx .right p { font-size: 20px; font-weight: 500; line-height: 1.4em; color: #242424; letter-spacing: -.03em; position: relative; text-align: center;}
.sub-fx .right p::before {display: block; content: ""; position: relative; width: 18px; height: 10px; background: url(../images/main/tit-bf.png) center no-repeat; background-size: contain; margin: 0 auto 15px;}
.sub-fx.rv { flex-direction: row-reverse; }
.gray-tit { font-size: 24px; font-weight: 400; line-height: 1.556em; color: #242424; margin-bottom: 12px; letter-spacing: -.03em;}
.gray-clr { font-size: 24px; font-weight: 500; line-height: 1em; color: #00eac1; display: block; }
.list-tit { text-align: center; font-size: 32px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424; margin-bottom: 40px; }
.sub-list { display: flex; gap: 42px; flex-wrap: wrap;}
.sub-list li {width: calc(100%/3 - 28px); text-align: center; }
.sub-list li img { width: 100%; border-radius: 24px; }
.sub-list li .tit { font-size: 24px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; color: #242424; margin-top: 15px; }
.sub-list.list2 li { width: calc(100%/2 - 21px);}

/* CEO 인사말 */
.gt { position: relative; }
.gt-sb { position: absolute; top: 0; left: 0; z-index: -1;}
.gt h2 { font-size: 56px; font-weight: 700; letter-spacing: -.03em; color: #242424; line-height: 1.2em; padding: 50px 0 35px 40px;}
.gt .big { position: relative; width: calc(100% + 200px); margin-left: -100px;}
.gt-fx {display: flex; align-items: flex-end; position: relative; margin-top: -100px; z-index: 2; }
.gt-fx .left { width: 63%; padding-right: 75px; }
.gt-fx .left h3 { font-size: 32px; line-height: 1.2em; font-weight: 700; color: #242424; letter-spacing: -.03em;}
.gt-fx .left .line { width: 1px; height: 60px; background: #00eac1; margin: 20px 0; }
.gt-fx .left p { font-size: 18px; line-height: 1.5em; letter-spacing: -.03em; margin-bottom: 10px; }
.gt-fx .left .sign {display: flex; align-items: center; gap: 15px; justify-content: flex-end; margin-top: 20px; }
.gt-fx .left .sign strong { font-size: 18px; font-weight: 600; line-height: 1em; }
.gt-fx .right { width: 60%; margin-right: -27%;}

/* 회사연혁 */
.hst-bg { padding: 85px 15px; color: #fff; text-align: center; background: url(../images/sub/hst-img.jpg) no-repeat center center / cover; border-radius: 20px; margin-bottom: 80px; }
.hst-bg h4 { font-size: 20px; font-weight: 700; line-height: 1em; letter-spacing: -.03em;}
.hst-bg h2 { font-size: 40px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; margin-top: 20px; }
.hst {position: relative; }
.hst::before { content: ''; position: absolute; top: 15px; left: 210px; width: 1px; height: 95%; background: #ddd; }
.hst .group { display: flex; align-items: flex-start; padding-bottom: 75px; }
.hst .group:last-child { padding-bottom: 0; }
.hst .group .year { width: 210px; line-height: 1em; font-size: 40px; font-weight: 700; color: #242424; letter-spacing: -.03em; position: relative;}
.hst .group .year::after { content: ""; position: absolute; top: 5px; right: -16px; width: 30px; height: 30px; border-radius: 30px; background: #fff; border: 8px solid #00eac1; }
.hst .group .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 36px; padding-top: 5px; }
.hst .group .info ul li { display: flex; align-items: flex-start;}
.hst .group .info ul li .month { width: 45px; font-size: 20px; font-weight: 600; color: #242424; line-height: 1.5em; letter-spacing: -.03em;}
.hst .group .info ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; font-size: 16px; line-height: 1.666em; letter-spacing: -.03em; padding-top: 3px;}

/* 사업실적 */
.pf-list { display: flex; gap: 39px; flex-wrap: wrap;}
.pf-list li { width: calc(100%/3 - 26px); }
.pf-list li img { width: 100%; border-radius: 24px; }
.pf-list li .tit { margin: 15px 0 8px; font-size: 20px; font-weight: 700; line-height: 1.5em; letter-spacing: -.03em; color: #242424; }


