/* 메인 */
.main #top { position:fixed; width:100%; top:0; left:0; z-index:9999; }
.main .visual { position:relative; width:100%; height:100vh; background-repeat:no-repeat; background-position:center; background-size:cover; }
.main .visual .tx { position:absolute; width:1290px; left:50%; margin-left:-645px; top:50%;  font-size:60px; line-height:80px; color:#fff; font-weight:300; letter-spacing:-0.05em; opacity:0; transform:translateY(20%); }
.main .visual.show .tx { animation:textMove01 1.5s cubic-bezier(.12,.03,.12,.95) 1; animation-fill-mode:forwards; }

.main-info { position:relative; overflow:hidden; }
.main-info .inbox { position:relative; width:1290px; margin:0 auto; padding:160px 0; z-index:1; }
.main-info ul { width:100%; }
.main-info li { display:flex; margin-bottom:160px; padding-left:230px; }
.main-info li > *:first-child { flex-basis:470px; }
.main-info li .img { transform:translateY(20%); opacity:0; }
.main-info .tx-wrap { letter-spacing:-0.05em; transform:translateY(20%); opacity:0; }
.main-info .tx-wrap .title { font-size:36px; line-height:40px; color:#111; font-weight:300; }
.main-info .tx-wrap .title > strong { display:block; margin-top:10px; font-size:50px; font-weight:700; }
.main-info .tx-wrap .tx { margin-top:25px; font-size:20px; line-height:30px; color:#666; font-weight:300; }
.main-info .tx-wrap .tx > strong { display:block; margin-top:5px; color:#111; font-weight:400;}
.main-info .total-tx { font-size:20px; line-height:39px; text-align:center; font-weight:300;}
.main-info .total-tx > strong { font-weight:500; }
.main-info .deco { position:absolute; left:50%; z-index:0; }
.main-info .deco01 { top:250px; margin-left:-930px; }
.main-info .deco02 { top:600px; margin-left:290px; }
.main-info .deco03 { top:1800px; margin-left:-720px; }

.main-info .show .tx-wrap { animation:textMove02 0.7s cubic-bezier(.12,.03,.12,.95) 1; animation-fill-mode:forwards; }
.main-info .show .img { animation:textMove02 0.7s cubic-bezier(.12,.03,.12,.95) 1; animation-fill-mode:forwards; animation-delay:.2s; }

.main-link { padding:50px 0; background:#f5f5f5; }
.main-link .inbox { width:1120px; margin:0 auto; }
.main-link li { float:left; width:560px; }
.main-link li + li { position:relative; }
.main-link li + li:before { content:''; position:absolute; width:1px; height:90px; left:0; top:50%; margin-top:-45px; background:#d5d5d5; }
.main-link li > a { display:block; padding-left:120px; }
.main-link .title { display:inline-block; padding-right:20px; font-size:28px; line-height:32px; color:#212121; font-weight:500; background:url(../images/ico_arrow-mainlink.png) no-repeat right 70%; letter-spacing:-0.03em; }
.main-link .desc { margin-top:20px; font-size:18px; line-height:22px; color:#777; font-weight:400; }

@keyframes textMove01 {
    0% { opacity:0; transform:translateY(0); }
    100% { opacity:1; transform:translateY(-50%); }
}
@-webkit-keyframes textMove01 {
    0% { opacity:0; transform:translateY(0); }
    100% { opacity:1; transform:translateY(-50%); }
}
@keyframes textMove02 {
    0% { opacity:0; transform:translateY(20%); }
    100% { opacity:1; transform:translateY(0); }
}
@-webkit-keyframes textMove02 {
    0% { opacity:0; transform:translateY(20%); }
    100% { opacity:1; transform:translateY(0); }
}

/* 회사소개 - 인사말 */
.int-greet { padding-right:0px; }
.int-greet .ment { margin-bottom:60px; font-size:32px; line-height:48px; color:#212121; font-weight:300; letter-spacing:-0.05em; }
.int-greet .tx-wrap { overflow:hidden; font-size:20px; line-height:30px; font-weight:300; color:#212121; }

/* 2024-02-01 수정 */
.int-greet .tx-wrap .img { text-align:center; }   
.int-greet .tx-wrap .tx { width:881px; margin:50px auto 0; font-size:18px;}
.int-greet .tx-wrap .tx > p { margin-bottom:25px; }
.int-greet .tx-wrap .tx > p.top_txt {font-size:28px; font-weight:500; line-height: 45px; margin-bottom: 45px; letter-spacing:-1px;}
.int-greet .tx-wrap .name { margin-top:90px; text-align:right; }
/* // 2024-02-01 수정 */

/* 회사소개 - 연혁 */
.int-history .tab-wrap { margin-top:60px; }
.list-arcd.history { border-top:1px solid #ddd; }
.list-arcd.history ul { width:100%; }
.list-arcd.history .btn-tgl { position:relative; display:block; width:100%; padding:23px 50px; font-size:38px; line-height:40px; color:#909090; text-align:left; border-bottom:1px solid #ddd; transition:background-color .2s; font-weight:500; }
.list-arcd.history .btn-tgl:hover { background:#f9f9f9; }
.list-arcd.history .btn-tgl:after { content:''; position:absolute; width:19px; height:10px; right:50px; top:50%; margin-top:-5px; background:url(../images/ico_arrow-arcd.png) no-repeat left top; transition:transform .2s;}
.list-arcd.history .on .btn-tgl { color:#212121; }
.list-arcd.history .on .btn-tgl:after { transform:scaleY(-1); }
.list-history { display:none; width:100%; padding:10px 30px 10px 300px; border-bottom:1px solid #ddd; box-sizing:border-box; }
.list-arcd.history .on .list-history { display:block; }
.list-history li { margin:26px 0; font-size:20px; line-height:30px; font-weight:300; }
.list-history dl { position:relative; padding-left:80px; }
.list-history dt { position:absolute; top:0; left:0; font-weight:500; }
.list-history dd { position:relative; padding-left:14px; }
.list-history dd:before { content:'-'; position:absolute; top:0; left:0; }

.history-ins { margin:100px 0 50px; text-align:center; }
.history-ins li { display:inline-block; padding:0 60px; }
.history-ins li + li { position:relative; }
.history-ins li + li:before { content:''; position:absolute; width:1px; height:94px; top:-5px; left:0; background:#ddd; }

/* 회사소개 - 위치 */
.int-location .map { margin:40px auto 30px; border:1px solid #ddd; }
.location-info { font-size:18px; line-height:24px; color:#212121; }
.location-info li { margin-bottom:15px; }
.location-info dl { overflow:hidden; }
.location-info dt { float:left; width:110px; font-weight:500; }
.location-info dd { display:block; overflow:hidden; font-weight:300;}

/* 홍보센터 - CI */
.pr_ci .tx-desc { margin-bottom:60px; }
.pr_ci .btn-group { margin:20px 8px 0 0; text-align:right; }

/* 홍보센터 - 뉴스,공지 */
.pr_news .btn-group { margin:50px 0; text-align:center; }

/* 홍보센터 - 결산공고 */
.pr_settle .tx-ment { margin:-40px 0 50px; font-size:16px; line-height:24px; color:#212121; text-align:right; }
.tbl.settle { display:flex; justify-content:space-between;}
.tbl.settle > table { width:49%; }
.tbl.settle thead th,
.tbl.settle thead td { padding:20px 25px; font-size:20px; line-height:28px; color:#212121; font-weight:500; text-align:right; }
.tbl.settle thead th > strong { font-size:20px; font-weight:500; vertical-align:top; }
.tbl.settle tbody td { padding:17px 25px 17px 43px; font-size:18px; line-height:24px; color:#212121; font-weight:300; border-top:1px solid #e7e7e7; letter-spacing:-0.05em; text-align:right; }
.tbl.settle tbody td strong { font-weight:500; }
.tbl.settle tbody .like-th td { padding-left:25px; font-weight:500; border-top:1px solid #979797; background:#f9f9f9; }
.tbl.settle tbody .like-th + tr td { border-top:none; }
.tbl.settle tbody .td-total td { background-color:#f9f9f9; font-weight:500; }
.tbl.settle tbody .t-line td { border-top:1px solid #979797; }
.tbl.settle tr th:first-child,
.tbl.settle tr td:first-child { text-align:left; }

.settle-info { padding:100px 0; text-align:center; font-size:23px; line-height:33px; color:#212121; font-weight:300; }
.settle-info .com { display:block; font-size:18px; }
.settle-info .date { font-weight:500; margin-bottom:30px; }

.settle-ins { display:flex; padding:45px 30px; border-top:1px solid #e7e7e7; font-size:18px; line-height:28px; color:#212121; font-weight:300; }
.settle-ins .tit { flex-basis:115px; font-size:23px; font-weight:500;}
.settle-ins .tx { flex:1; }
.settle-ins .tx p + p { margin-top:30px; }

/* 인재채용 - 인재이야기 */
.incruit-info .info-02, .incruit-info .info-03 {margin-top:180px;}
.incruit-info .tx-ment { font-size:30px; line-height:40px; font-weight:300; color:#212121; letter-spacing:-0.03em; }
.incruit-info .tx-desc { font-size:18px; line-height:26px; font-weight:400; color:#999; letter-spacing:-0.03em; }
.incruit-info .tx-desc.small { font-size:16px; }
.incruit-info .incruit-more {position:relative;font-size:16px; line-height:24px; color:#999; padding-top:40px;}
/* .incruit-info .incruit-more::before {content:'';position:absolute;top:0;left:0;width:29px;height:1px;background-color:#4c4c4c;} */
.incruit-info .incruit-more li { position:relative; margin-bottom:5px;}
.incruit-info .incruit-more li:last-child {margin-top:40px;}

.incruit-info .info-01 .tx-desc { margin:20px 0 70px; }
.inc-info-list { display:flex;margin-top: 70px;}
.inc-info-list > li { width:305px;padding:65px 55px 0 55px;border-right:1px solid #eee;box-sizing:border-box;font-size:18px; line-height:30px; color:#777; font-weight:400; letter-spacing:-0.03em; }
.inc-info-list > li:nth-child(1) {width:245px;padding-left:0;background:url('../images/incruit_icon01.png') 0 0 no-repeat;}
.inc-info-list > li:nth-child(2) {background:url('../images/incruit_icon02.png') 53px 0 no-repeat;}
.inc-info-list > li:nth-child(3) {background:url('../images/incruit_icon03.png') 53px 0 no-repeat;}
.inc-info-list > li:nth-child(4) {width:271px;padding-right:0;border-right:none;background:url('../images/incruit_icon04.png') 53px 0 no-repeat;}
.inc-info-list .title {color:#111;margin-bottom:20px; font-size:24px; line-height:35px; font-weight:700;}
.inc-info-list .title span {color:#ff7a00;}
.inc-info-list.type2 > li {width:351px; padding:65px 55px 0 79px;}
.inc-info-list.type2 > li:nth-child(1) {padding-left:0; background:url('../images/incruit_icon05.png') 0 0 no-repeat;}
.inc-info-list.type2 > li:nth-child(2) {width:430px; background:url('../images/incruit_icon06.png') 81px 0 no-repeat;}
.inc-info-list.type2 > li:nth-child(3) {background:url('../images/incruit_icon07.png') 81px 0 no-repeat; padding-right:0;border-right:none;}

.incruit-btn {text-align: center;margin:60px 0;}
.incruit-btn.mb {margin-bottom:0;}
.incruit-info .grayline { padding:15px 50px; font-size:18px; line-height:24px;font-weight:500;}
.incruit-info .grayline.ml {margin-left:17px;}
.incruit-info .info-02 { position:relative; }
.incruit-info .info-02 .tx-desc { margin-top:20px; }
.incruit-info .info-02 .tx-desc span, .incruit-info .info-03 .tx-desc span {font-size:17px;}
.incruit-info .info-02 .incImg {text-align: center; padding-top: 100px;}

.incruit-info .info-03 .tx-desc {margin: 30px 0 85px;}

.incruit-info .conts-injae {overflow:hidden; margin-top:87px;}
.incruit-info .conts-injae dt {width:187px; min-height:119px; font-size:24px; font-weight:bold; float:left;}
.incruit-info .conts-injae dt > span {display:inline-block; padding-top:14px; border-top:2px solid #222;}
.incruit-info .conts-injae dt.type2 {height:241px;}
.incruit-info .conts-injae dd {min-height:103px; font-size:18px; padding-top:16px;}
.incruit-info .conts-injae dd.step {margin-bottom: 98px; height: auto;}
.incruit-info .conts-injae dd.step2 {height: auto;}
.incruit-info .conts-injae dd.intern {height: auto;}
.incruit-info .conts-injae dd.intern li {width:345px; height:170px;  float:left; margin-right:60px; color:#777; letter-spacing:-1px;}
.incruit-info .conts-injae dd.intern li span {display:inline-block; margin-top:19px;}
.incruit-info .conts-injae dd.intern li:nth-child(1) {background:url(../images/incruit_icon08.png) no-repeat left top;}
.incruit-info .conts-injae dd.intern li:nth-child(1) span {border-right:1px solid #eee; height:119px; display: flex; align-items: center;}
.incruit-info .conts-injae dd.intern li:nth-child(2) {background:url(../images/incruit_icon09.png) no-repeat left top;}
.incruit-info .conts-injae dd.intern li:nth-child(2) span {border-right:1px solid #eee; height:119px; display: flex; align-items: center;}
.incruit-info .conts-injae dd.intern li:nth-child(3) {background:url(../images/incruit_icon10.png) no-repeat left top; margin-right:0; width:auto;}
.incruit-info .conts-injae dd.intern li:nth-child(3) span {height:119px; display: flex; align-items: center;}
.incruit-info .conts-injae dd.intern li:nth-child(4) {background:url(../images/incruit_icon11.png) no-repeat left top; width:auto; margin-right:0;}
.incruit-info .conts-injae dd.intern li:nth-child(4) > span {margin-top:44px;}
.incruit-info .conts-injae dd.intern .small {color:#777; font-size:14px;}
.incruit-info .conts-injae .incruit-step.type2 {width:1096px;}
.incruit-info .conts-injae .incruit-step li + li {margin-left:36px;}
.incruit-info .conts-injae .incruit-step li + li:before {left:-31px;}
.incruit-info .injae-tx1 {color:#999; font-size:16px; margin-top:50px;}
.incruit-info .injae-tx2 {color:#999; font-size:16px;}
.incruit-info .injae-tx1.mt7 {margin-top:7px;}

.incruit-step {width: 975px;margin:0 auto;display:flex;font-size:19px;line-height:28px;color:#212121;font-weight:500;}
.incruit-step li {width:155px;height:155px;padding-top: 33px;border: 7px solid #d1d1d1;border-radius: 100px;text-align:center;box-sizing:border-box;letter-spacing:-0.05em;}
.incruit-step li:nth-child(1) {border-color:#eaeaea;}
.incruit-step li:nth-child(2) {border-color:#faecdf;}
.incruit-step li:nth-child(3) {border-color:#ffe0c4;}
.incruit-step li:nth-child(4) {border-color:#ffcb9d;}
.incruit-step li:nth-child(5) {border-color:#feb97a;}
.incruit-step li:nth-child(6) {border-color:#ff983a;}
.incruit-step li.imp {padding-top: 43px;}
.incruit-step li.imp .tx {font-size:22px;}
.incruit-step li + li { position:relative; margin-left:50px; }
.incruit-step li + li:before {content:'';position:absolute;width:15px;height:23px;top:50%;left: -38px;margin-top:-8px;background:url(../images/ico_arrow_right.png) no-repeat left top;}
.incruit-step li .num {font-size:13px;color:#444;}


/* 인재채용 - 우리이야기 */
.incruit-system .tx-ment { font-size:30px; line-height:40px; font-weight:300; color:#212121; letter-spacing:-0.03em; padding-bottom:55px;}
.incruit-system .lis_txt {line-height: 50px;}
.incruit-system .lis_txt .small_txt {display:block;font-size:16px;color:#ff7a00;letter-spacing: 0;line-height: 32px;}
.incruit-system .tx-ment-01 { font-size:17px; line-height:33px; font-weight:300; color:#212121; letter-spacing:-0.03em; }
.incruit-system .tx-ment-02 {font-size:14px;color:#a2a2a2;line-height: 23px;margin-top: 20px;}
.incruit-system .cnt-box ul {display:flex;flex-flow: row wrap;align-items: stretch;}
.incruit-system .cnt-box li:nth-child(1) {width:320px;margin-right:100px;}
.incruit-system .cnt-box li:nth-child(2) {width:700px;}
.incruit-system .cnt-title {font-size:36px;}
.incruit-system .system_list {padding-top:100px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.incruit-system .system_list dl {margin-bottom:90px; width:290px; display:inline-block;}
.incruit-system .system_list dl:last-child {margin-bottom:0;} 
.incruit-system .system_list dt {width: 198px;font-size:22px;font-weight:700; padding: 36px 0 10px; background-repeat:no-repeat;}
.incruit-system .system_list dt span {font-size:18px;}
.incruit-system .system_list dd {font-size:17px;font-weight: 300;line-height:33px;letter-spacing: -1px;}


.system-sum .goal { position:relative; width:170px; height:170px; margin-left:135px; padding-top:63px; font-size:18px; line-height:28px; font-weight:500; color:#111; letter-spacing:-0.03em; text-align:center; border:2px solid #fbac9d; border-radius:90px; box-sizing:border-box; }
.system-sum .goal:before { content:''; position:absolute; width:10px; height:16px; top:50%; left:-60px; margin-top:-8px; background:url(../images/ico_arrow-incruit.png) no-repeat left top; }

/* 기타 - contact us */
.contact-us .cnt-box { position:relative; }
.contact-us .int-location {margin-top:100px;}
.contact-us .tx-ment { font-size:38px; line-height:48px; font-weight:300; color:#212121; }
.contact-us .tx-desc { margin:40px 0; font-size:18px; line-height:26px; font-weight:400; color:#999; }
.contact-us .tx-desc > span { display:block; margin-bottom:10px; }
.contact-us .tx-info { font-size:18px; line-height:30px; font-weight:300; color:#212121;margin-left:55px;}
.contact-us .tx-info dl { overflow:hidden; }
.contact-us .tx-info dt { float:left; padding-right:17px; font-weight:500; }
.contact-us .tx-info dd { display:block; overflow:hidden; }
.contact-us .contact-info { position:absolute; top:110px; left:780px; font-size:21px; line-height:29px; font-weight:300; color:#212121; }
.contact-us .contact-info dl { padding:18px 12px; }
.contact-us .contact-info dl + dl { border-top:1px solid #dcdcdc; }
.contact-us .contact-info dt { padding-left:35px; font-size:24px; line-height:30px; font-weight:500; background:url(../images/ico_contact-01.png) no-repeat left 50%;}
.contact-us .contact-info dd { margin-top:8px; padding-left:35px; }
.contact-us .contact-info .mail dt { background-image:url(../images/ico_contact-02.png); }
.contact-us .contact-info .call dt { background-image:url(../images/ico_contact-03.png); }
.contact-us .info-box {display:flex;padding: 35px 0 35px 80px;border: 1px solid #d7d7d7;}
.contact-us .info-box dl.mail {display:flex;font-size:21px;line-height: 60px;padding-right: 55px;border-right: 1px solid #d7d7d7;}
.contact-us .info-box dl.mail dt {padding-left:35px;font-size:24px;font-weight:500;margin-right: 40px;background: url(../images/ico_contact-02.png) no-repeat left 21px;}


/* 사업소개 2024-04-11 수정 */
.business-info .info-01 .tx-desc { margin:20px 0 70px; }
.business-info .tx-ment { font-size:30px; line-height:40px; font-weight:300; color:#212121; letter-spacing:-0.05em; }
.business-info .cnt-box + .cnt-box {margin-top:0;padding-top:110px;}
.business-info .cnt-box + .cnt-box.info-03 {margin:80px 0;}
.business-info .cnt-box ul {display:flex;flex-flow: row wrap;align-items: stretch;}
.business-info .cnt-box li {display: flex; align-items: center;}
.business-info .cnt-box li:nth-child(1) {width:320px;margin-right:60px;}
.business-info .cnt-box li:nth-child(2) {width:740px;}
.business-info .cnt-box li .cnt-title {margin-bottom:33px;}
.business-info .info_list dl {margin-bottom: 60px;}
.business-info .info_list dl:last-child {margin-bottom:0;} 
.business-info .info_list dt {font-size:26px;font-weight: 700;margin-bottom: 15px;}
.business-info .info_list dd {font-size:17px;font-weight: 300;line-height: 28px;}
.business-info .info_num {display:flex;margin-top: 25px;}
.business-info .info_num p {width:32%;} /* 2023-06-08 수정 */
.business-info .info_num p:last-child {width:36%;} /* 2023-06-08 추가 */
.business-info .info_num .txt {margin-right:15px;font-weight: 500;}
.business-info .info_num .txt img {vertical-align: -5px;margin-right: 6px;}
.business-info .info_num .num {font-size:26px;font-weight:700;vertical-align: -2px;}
.business-info .info_num .info_num-02 {margin-right:30px;font-weight:500;}
.business-info .info_list .btnWrap {margin-top:20px; text-align:right;}
.business-info .info_list .btnWrap a {background:#f9f9f9; border:1px solid #bbb; padding:3px 10px 4px; font-size:17px; font-weight:400; color:#222; border-radius:2px;} /* 2022.04.18 수정 */

/* ckEdit viewer costom style define */
.news-cnt .pop-cnt .table {margin: 10px 0;}
.news-cnt .pop-cnt .table table {width: 100%; border-collapse: collapse; border-spacing: 0;}
.news-cnt .pop-cnt .table table thead th {padding: 15px; font-size: 16px; line-height: 20px; font-weight: 400; background-color: #f9f9f9; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; color: #212121;}
.news-cnt .pop-cnt .table table tbody td {padding: 20px; font-size: 16px; line-height: 22px; border-bottom: 1px solid #e5e5e5;}
.news-cnt .pop-cnt .table table th + th,
.news-cnt .pop-cnt .table table td + td { border-left:1px solid #e5e5e5}
.news-cnt .pop-cnt .table tbody td:nth-child(2n) {text-align: left; border-right: none;}

.news-cnt .pop-cnt .image {margin: 10px 0; text-align: center;}

.new-cnt .pop-cnt h3,
.new-cnt .pop-cnt h4 {margin-bottom: 10px;}


/* 홍보센터 - 동영상 2022-05-18 */
.pr_movie {position:relative; overflow:hidden;}
.pr_movie > li {float:left; width:542px; height:538px; margin-bottom:10px;}
.pr_movie > li:nth-child(even) {margin-left:30px;}
.pr_movie > li .thumb {position:relative; overflow:hidden; border:1px solid #e1e1e1; border-top-right-radius: 38px; border-bottom-left-radius: 38px; height:304px;}
.pr_movie > li .thumb .rollover_movie {display:none;}
.pr_movie > li .thumb .rollover_movie span {position:absolute; left:0; top:0; width:542px; height:306px; opacity:0.4; background:#000; display:block;}
.pr_movie > li .thumb .rollover_movie > img {position:absolute; left:240px; top:121px; }
.pr_movie > li .pr_movie_txt {margin:35px 0 0 25px;}
.pr_movie > li .pr_movie_txt .pr_movie_tit {font-size:22px; font-weight:bold;}
.pr_movie > li .pr_movie_txt .pr_movie_tx {font-size:14px; color:#555; margin-top:20px;}
.pr_movie > li .thisMovie {position:fixed; left:0; top:0; width:100%; height:100%; display:none; z-index:9999;}
.pr_movie > li .thisMovie span {display:block; width:100%; height:100%; background:#000; opacity:0.8;}
.pr_movie > li .thisMovie .movieWrap {position:absolute; width:852px; height:480px; left:50%; margin-left:-426px; top:180px;}
.pr_movie > li .thisMovie .moviePopClose {position:absolute; left:50%; margin-left:390px; top:135px; padding:2px;}
body.noScroll {overflow:hidden;}


/* ESG 2022-06-24 */
/* .esg .cnt-box {margin-bottom:113px;} 2024-07-09 삭제 */
.esg .tx-ment {font-size: 30px; line-height: 46px; font-weight: 300; color: #212121; letter-spacing:-0.8px;}
.esg .tx-ment>strong {display: block; margin-bottom: 30px;} /*  2024-07-09 추가 */
.esg .tx-ment2 {font-size: 24px; line-height: 42px; font-weight: 300; color: #212121; letter-spacing:-0.8px;}   /* 2024-06-27 추가 */
.esg .esg_conts1 {margin-top:132px;}
.esg .esg_conts2 {text-align:center; margin-top:100px;}
.esg .esg_conts3 {margin-top:30px;} /*  2024-07-09 수정 */
.esg .cnt-title {font-weight:500; margin-bottom:25px;}
.esg .new_inc_conts02 {margin: 40px 0 90px; display:inline-block;}
.esg .new_inc_conts02 button {font-size:20px;}
.esg .new_inc_conts02 > li:nth-child(6), .esg .new_inc_conts02 > li:nth-child(7) {margin-top:-1px;}
.esg .esg_tit1 {font-size:30px; margin:100px 0 30px; font-weight:500;}
.esg .esg_tit2 {font-size: 20px; margin: 65px 0 20px; font-weight: 500;}
.esg .desc-type {text-indent: -12px; padding-left: 12px;}  /*  2024-07-09 추가 */
.esg .esg_tx01 {font-size:14px; color:#666; height:40px; line-height:18px; text-align:right; margin-right:31px;}
.esg .esg_tx02 {font-size:17px; color:#212121; padding:25px 0 0 18px; clear:both; text-align:left;}  /*  2024-07-09 수정 */
.esg .tbl_esg {overflow:hidden;}
.esg .tbl_esg > p {float:left; margin:40px 45px 0 30px;}
.esg .tbl_esg2 {overflow:hidden;}
.esg .tbl_esg2 > p {float:left; margin:40px 0 0 0;}
.esg .tbl_esg2 > p:first-child {margin:40px 91px 0 30px;}
.esg .tbl_esg .esg_table {display:inline-block; width:555px;}
.esg .tbl_esg table {border-top:2px solid #222; border-bottom:1px solid #222; font-size:14px; }
.esg .tbl_esg table th {background:#f9f9f9; height:66px; border-right:1px solid #ddd; text-align:center;}
.esg .tbl_esg table td {height:66px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center;}
.esg .tbl_esg table th:last-child, .esg .tbl_esg table td:last-child {border-right:0;}
.esg .tbl_esg table.type2 {width:100%;}
.esg .tbl_esg sup {font-size:10px;}
.esg .pb100  {padding-bottom:100px;}
.esg .tar  {text-align:right; margin:0 28px 0 0;}
.esg .mt-40  {margin-top:-40px !important;}
.esg .mt0  {margin-top:0;}
.esg .tbl_esg .download {text-align:left; border-right:0; padding-left:48px;}
.btn_download {display:inline-block; background:url(../images/btn_download.png) no-repeat 141px 14px #f9f9f9; width:189px; height:44px; line-height:44px; border:1px solid #bbb; border-radius:1px; font-size:18px; color:#212121; text-align:left; letter-spacing:-0.5px;}
.btn_download span {margin-left:27px;}

/* 2024-06-27 ESG 추가 */
table.type2.new1 thead tr:first-child th { border-bottom:1px solid #ddd; }
table.type2.new1 thead tr:last-child th, 
table.type2.new1 thead tr:first-child th:first-child  { border-bottom:1px solid #222; }
table.type2.new1 thead th.rightline {border-right:1px solid #222;}
table.type2.new1 tbody td.rightline {border-right:1px solid #222;}