@charset "UTF-8";
@import url("../font.css");
.subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #444;
}

.sub-txt {
  font-size: 16px;
  color: #444;
  line-height: 28px;
  letter-spacing: -0.64px;
}

.sub-img {
  text-align: center;
}

.sub-img02 {
  border-top: 1px solid #444;
}

.item-wrap {
  margin: 45px 0 0;
}

.img-wrap {
  display: flex;
}
.img-wrap img {
  width: 100%;
}

/*<!-- <div class="ruleBox">
<ul class="ruleBox__inner">
	<li>
		<p class="ruleBox__title">제1조 (부패금지)</p>
		<p class="ruleBox__txt">SK스트아의 임직원은 부패 행위를 금지합니다.</p>
	</li>
	<li>
		<p class="ruleBox__title">제2조 (법규준수)</p>
		<p class="ruleBox__txt">SK스토아의 임직원은 업무 활동에 적용되는 부패 관련 국내/외 법률 및 당사의 규정/지침을 준수합니다.</p>
	</li>
	<li>
		<p class="ruleBox__title">제3조 (부피방지경영체계)</p>
		<p class="ruleBox__txt">SK스트아는 관련 법규를 준수하고 실행 및 모니터링을 동하여 부패방지경영 수준을 지속적으로 개선합니다.</p>
	</li>
</ul>

<div class="ruleBox__cont">
	<p class="ruleBox__item">
		2023년 12월<br>
		SK스토아 대표이사 사장
	</p>
	<p class="ruleBox__name">윤 석 암</p>
</div>
</div> -->*/
.downloadList {
  border-top: 1px solid #444;
  margin: 44px 0 0;
}
.downloadList.w_730 {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.downloadList > li {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.downloadList__title {
  width: 210px;
  font-size: 20px;
  font-weight: 500;
  color: #444;
  padding-left: 36px;
}
.downloadList__txt {
  flex: 1;
}
.downloadList__title + .downloadList__txt {
  margin-left: 20px;
}
.downloadList__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 48px;
  border: 1px solid #444;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  gap: 9px;
}
.downloadList__btn.pdf::before {
  content: "";
  display: flex;
  width: 26px;
  height: 30px;
  background: url("/static/webMain/img/pdfIco@2x.png") no-repeat 0 0/100% auto;
}
.downloadList__txt + .downloadList__btn {
  margin-left: 20px;
}

.anchorItem__link {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px 0;
  border: 1px solid #444;
  padding: 24px 50px;
}
.anchorItem__link li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #444;
}
.anchorItem__link li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 100%;
}
.anchorItem__cont {
  margin: 20px 0 0;
}
.anchorItem__cont li {
  display: flex;
  gap: 0 30px;
  padding: 24px 36px 0;
}
.anchorItem__cont li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
}
.anchorItem__title {
  font-size: 20px;
  color: #444;
  width: 165px;
  letter-spacing: -0.8px;
  line-height: 32px;
}
.anchorItem__txt {
  flex: 1;
  font-size: 16px;
  color: #444;
  line-height: 28px;
  letter-spacing: -0.64px;
}

.table-item {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid #444;
  /*
  &::before{
  	content: "\00a0";
  	position: absolute;
  	top: -0.5px;
  	left: 0;
  	right: 0;
  	height: 0;
  	border-top: 1px solid #444;
  }
  */
}
.table-item thead :is(th, td) {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #E5E5E5;
  padding: 0 24px;
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
}
.table-item thead :is(th, td):first-child {
  border-left-width: 1px;
}
.table-item thead th {
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  background: #F4F5F8;
  color: #444444;
  line-height: 32px;
}
.table-item tbody :is(th, td) {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #E5E5E5;
  padding: 0 24px;
  vertical-align: middle;
}
.table-item tbody :is(th, td):first-child {
  border-left-width: 1px;
}
.table-item tbody th {
  font-size: 16px;
  font-weight: 500;
  height: 56px;
  background: #F4F5F8;
  color: #444444;
  line-height: 32px;
}
.table-item tbody td {
  font-size: 14px;
  color: #444;
  line-height: 1.7em;
  letter-spacing: -0.56px;
  word-break: keep-all;
  padding-top: 21px;
  padding-bottom: 21px;
}
.table-item.vAlign_top tbody td {
  vertical-align: top;
}
.table-item th.table-item__subject {
  font-size: 20px;
  color: #444;
  font-weight: 500;
  background: #fff;
}

.table-caption {
  display: block;
  width: 900px;
  font-size: 16px;
  color: #666;
  margin: 10px auto 0;
}
.table-caption.type2 {
  width: 100%;
}

.photoList {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
}
.photoList > li {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.photoList__img {
  width: 440px;
}
.photoList__img img {
  width: 100%;
}
.photoList__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 0 44px;
}
.photoList__title {
  font-size: 24px;
  font-weight: 500;
  color: #444;
}
.photoList__list {
  display: flex;
  flex-direction: column;
}
.photoList__list > li {
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #444;
  letter-spacing: -0.64px;
  line-height: 28px;
}
.photoList__list > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #c4c4c4;
  flex-shrink: 0;
  position: relative;
  top: 13px;
}

.imgList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 44px;
}
.imgList > li {
  width: calc((100% - 44px) / 2);
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.imgList__img img {
  width: 100%;
}
.imgList__title {
  font-size: 24px;
  color: #444;
  font-weight: 500;
  letter-spacing: -0.96px;
}
.imgList__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: 36px 50px;
  flex: 1;
}
.imgList__cont > li {
  display: flex;
  gap: 0 8px;
  font-size: 16px;
  letter-spacing: -0.64px;
  line-height: 28px;
  color: #444;
}
.imgList__cont > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ccc;
  position: relative;
  top: 13px;
}

.empList {
  width: 695px;
}
.empList__item {
  display: flex;
  align-items: center;
  color: #444444;
}
.empList__item dl {
  flex: 1;
  margin-left: 30px;
}
.empList__item + .empList__item {
  margin-top: 45px;
}
.empList__img {
  width: 64px;
  height: 64px;
}
.empList__title {
  font-size: 20px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.empList__text {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 8px;
  letter-spacing: -0.75px;
}

.safetyGrid01 {
  display: flex;
  gap: 45px;
}
.safetyGrid01_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.safetyGrid01_item .table-item {
  flex: 1;
}

.safetyGrid02 {
  display: flex;
  gap: 45px;
}
.safetyGrid02_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.safetyGrid02_item:nth-child(2) {
  width: 358px;
}
.safetyGrid02_item .table-item {
  flex: 1;
}

.counsel__gride {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 44px;
}
.counsel__gride .counselInfo {
  width: calc(50% - 22px);
}

.counselInfo {
  color: #444;
}
.counselInfo__box {
  padding: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #E5E5E5;
}
.counselInfo__titleGroup {
  height: 137px;
  background-color: #F8F9FA;
  padding: 30px 36px 22px;
}
.counselInfo__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.counselInfo__text {
  font-size: 16px;
  letter-spacing: -0.9px;
  line-height: 1.7em;
  margin-top: 10px;
}
.counselInfo__list {
  height: 200px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: -0.64px;
  padding: 27px 36px 36px;
}
.counselInfo__list li + li {
  margin-top: 16px;
}
.counselInfo__list dl {
  display: flex;
}
.counselInfo__list dt {
  min-width: 70px;
  padding-right: 10px;
}
.counselInfo__list dd {
  letter-spacing: -0.7px;
  line-height: 1.6em;
}
.counselInfo__list dd.colorR {
  color: #E62642;
}
.counselInfo__btn {
  display: block;
  width: 200px;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  background: #444;
  line-height: 54px;
  margin: 24px auto 0;
}

.sub_title10 {
  background: url("/static/webMain/img/snbTop_img10.png") no-repeat center top;
  background-size: auto 200px;
}

html {
  scroll-behavior: smooth;
}

.contents {
  margin: 0;
}

.gnb ul li a {
  min-width: 140px;
  font-weight: 500;
}

.sub_title {
  font-weight: 500;
}

.snb {
  text-align: left !important;
}
.snb ul {
  width: auto;
}
.snb .inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 38px;
}
.snb .snb_01 {
  margin-right: 60px;
}
.snb .snb_02 {
  margin-right: 81px;
}
.snb .snb_03 {
  margin-right: 82px;
}
.snb .snb_04 {
  width: auto !important;
  margin-right: 60px;
}
.snb .snb_05 {
  margin-right: 52px;
}
.snb .snb_06 {
  margin-right: 82px;
}
.snb .snb_07 {
  margin-right: 47px;
}

.sitemapBox {
  padding-right: 9px;
}

.sitemapBox li,
.sitemapBox li.last {
  margin-right: 16px;
}

.TV_text01 {
  letter-spacing: -0.96px;
  line-height: 1.79em;
  font-size: 22px;
}

.TV_text03 {
  font-size: 16px;
  color: #666;
  letter-spacing: -0.052em;
  font-weight: normal;
  line-height: 1.7;
}

.esg_text04 {
  font-size: 16px;
  color: #444;
  letter-spacing: -0.052em;
  font-weight: 500;
  line-height: 1.7;
}

.esg_text05 {
  font-size: 20px;
  color: #444;
  letter-spacing: -0.8px;
  font-weight: 500;
}

.esg_title01 {
  font-size: 20px;
  color: #444;
  letter-spacing: -0.8px;
  font-weight: 500;
}

.esg_subWidth01 {
  width: 900px;
  margin: 0 auto;
}

.esg_subWidth02 {
  width: 1000px;
  margin: 0 auto;
}

.w_800 {
  width: 800px;
}

.txt_center {
  text-align: center;
}

/* 240910_17039 삭제 및 추가 */
.linkTxt {
  color: #228BE6;
  text-decoration: underline;
}

/* 250625_19604 */
.verifyWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0;
}
.verifyWrap * {
  color: #666;
}
.verifyWrap .subtitle {
  color: #444;
}
.verifyWrap .verifyWrap__title {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.verifyWrap .verifyDesc {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 23px;
}
.verifyWrap .verifyOpinion {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 44px 0;
}
.verifyWrap .verifyOpinion .opinionTitle {
  display: flex;
  width: 88px;
  height: 88px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #F8F9FA;
  border-radius: 100px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.verifyWrap .verifyOpinion .opinionText {
  color: #666;
  font-size: 16px;
  line-height: normal;
}
.verifyWrap .verifyInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #dddad5;
  margin-bottom: 44px;
  padding: 40px 60px;
}
.verifyWrap .verifyInfo .infoGroup {
  display: flex;
  gap: 20px;
  margin-bottom: 44px;
}
.verifyWrap .verifyInfo .infoGroup > div {
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 24px 36px;
  flex-direction: column;
}
.verifyWrap .verifyInfo .infoGroup > div.infoScope {
  width: 440px;
}
.verifyWrap .verifyInfo .infoGroup > div.infoObservation {
  flex: 1 0 0;
}
.verifyWrap .verifyInfo .infoGroup .infoText {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.verifyWrap .verifyInfo .infoGroup .infoList {
  padding: 12px 0 0;
}
.verifyWrap .verifyInfo .infoGroup .infoList .infoItem {
  position: relative;
  margin-top: 4px;
  padding: 0 0 0 14px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.verifyWrap .verifyInfo .infoGroup .infoList .infoItem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 4px;
}
.verifyWrap .verifyInfo .standardText {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 44px;
}
.verifyWrap .verifyInfo .verifyRoleWrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 44px;
}
.verifyWrap .verifyInfo .verifyRoleWrap .verifyRole {
  border: 1px solid #E5E5E5;
  padding: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.verifyWrap .verifyInfo .verifyRoleWrap .verifyRole .roleTitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 22px;
}
.verifyWrap .verifyInfo .verifyRoleWrap .verifyRole .roleText {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.25px;
}
.verifyWrap .verifyInfo .verifyCheck {
  margin-bottom: 44px;
}
.verifyWrap .verifyInfo .verifyCheck p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 24px;
}
.verifyWrap .verifyInfo .verifyCheck .checkList .checkItem {
  position: relative;
  font-size: 14px;
  margin-top: 2px;
  padding: 0 0 0 14px;
  line-height: 24px;
}
.verifyWrap .verifyInfo .verifyCheck .checkList .checkItem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 4px;
}
.verifyWrap .verifySign {
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #E5E5E5;
  width: 100%;
}
.verifyWrap .verifySign .signIssuer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
}
.verifyWrap .verifySign .signIssuer .issuerName {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.09px;
}
.verifyWrap .verifySign .signIssuer .issuerLocation {
  line-height: 24px;
}
.verifyWrap .verifySign .signList {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}
.verifyWrap .verifySign .signList .signItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.verifyWrap .verifySign .signList .signItem .signName {
  display: inline-block;
  margin-top: 8px;
  line-height: 24px;
  text-align: center;
}

.verifyDownload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
  border-bottom: 1px solid #E5E5E5;
  width: 1200px;
  height: 74px;
  margin: 0 auto;
  padding: 13px 0;
}
.verifyDownload .downloadTitle {
  font-size: 20px;
  font-weight: 500;
}
.verifyDownload .downloadBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 48px;
  border: 1px solid #444;
  border-radius: 4px;
  background: #fff;
}
.verifyDownload .downloadBtn span {
  position: relative;
  padding: 0 0 0 35px;
  font-size: 16px;
  font-weight: 700;
}
.verifyDownload .downloadBtn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 26px;
  height: 30px;
  background: url(https://imagecdn.skstoa.com/banner/735/922717735.png) no-repeat;
}
.verifyDownload .downloadBtn span:after {
  content: "PDF";
  position: absolute;
  left: 4px;
  top: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

/*# sourceMappingURL=esg_style.css.map */