@charset "UTF-8";
/* 공통 */
.select-box {
  position: relative;
  width: 100%;
  font-size: inherit;
}
.select-box select {
  width: 100%;
  height: 100%;
  font-size: inherit;
}
.select-box::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-family: "fontello";
  font-weight: 100;
  color: #555;
  transform-origin: 50% 0;
  content: "\f107";
  transform: rotate(0) translateY(-50%);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s 0s;
  -moz-transition: transform 0.3s 0s;
  -ms-transition: transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  -webkit-transform: rotate(0) translateY(-50%);
  -moz-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  -o-transform: rotate(0) translateY(-50%);
}
.select-box.active::after {
  transform: rotate(180deg) translateY(-50%);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s 0s;
  -moz-transition: transform 0.3s 0s;
  -ms-transition: transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  -webkit-transform: rotate(180deg) translateY(-50%);
  -moz-transform: rotate(180deg) translateY(-50%);
  -ms-transform: rotate(180deg) translateY(-50%);
  -o-transform: rotate(180deg) translateY(-50%);
}

/*
 비주얼 */
.visual-wrap {
  width: 100%;
  height: 53.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual-wrap.about-v {
  background-image: url("../img/sub/about/visual.jpg");
}
.visual-wrap.bus-sub-1 {
  background-image: url("../img/sub/business/sub_1/visual.jpg");
}
.visual-wrap.bus-sub-2 {
  background-image: url("../img/sub/business/sub_2/visual.jpg");
}
.visual-wrap.bus-sub-3 {
  background-image: url("../img/sub/business/sub_3/visual.jpg");
}
.visual-wrap.support {
  background-image: url("../img/sub/support/visual.jpg");
}
.visual-wrap.ir {
  background-image: url("../img/sub/ir/visual.jpg");
}
.visual-wrap.ehs {
  background-image: url("../img/sub/esg/ehs/visual.jpg");
}
.visual-wrap.solcal-v {
  background-image: url("../img/sub/esg/social/visual.jpg");
}
.visual-wrap.talented-v {
  background-image: url("../img/sub/esg/talented/visual.jpg");
}
.visual-wrap.structure {
  background-image: url("../img/sub/esg/structure/visual.jpg");
}
.visual-wrap.search-v {
  background-image: url("../img/sub/search/visual.jpg");
}
.visual-wrap.search-v .visual-tit {
  color: #000;
}
.visual-wrap.policy-v {
  background-image: url("../img/sub/policy/visual.jpg");
}

.visual-tit-wrap {
  position: absolute;
  left: 50%;
  top: 24rem;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.visual-tit-wrap .visual-desc {
  color: #ccc;
  line-height: 162.5%;
}
.visual-tit-wrap .visual-tit {
  margin-top: 1rem;
  font-size: var(--md-tit);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

@media all and (max-width: 47.9375rem) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual-tit-wrap {
    top: 18rem;
  }
}
/* 서브 셀렉트 네비 */
.sub-nav-wrap {
  z-index: 20;
  position: absolute;
  top: 46.6rem;
  width: 100%;
  height: 6.8rem;
  font-size: var(--ss-f);
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.sub-nav-wrap .sub-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: inherit;
}
.sub-nav-wrap .sub-nav > li {
  position: relative;
  width: 23.8rem;
  height: inherit;
  height: inherit;
}
.sub-nav-wrap .sub-nav > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.sub-nav-wrap .sub-nav > li:first-child {
  padding: 2.2rem 2.4rem;
}
.sub-nav-wrap .sub-nav > li::after {
  position: absolute;
  top: 50%;
  right: -1px;
  content: "|";
  font-weight: 100;
  color: #ccc;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sub-nav-wrap .sub-nav > li:nth-of-type(3) .option > li > ul {
  display: none !important;
}
.sub-nav-wrap .select-wrap {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--ss-f);
  font-weight: 500;
  line-height: 157.143%;
}
.sub-nav-wrap .select-wrap .select-btn {
  position: relative;
  padding: 2.2rem 2.4rem;
  width: 100%;
  height: 100%;
  text-align: left;
}
.sub-nav-wrap .select-wrap .select-btn::after {
  position: absolute;
  top: 42%;
  right: 2.2rem;
  font-family: "fontello";
  font-weight: 100;
  color: inherit;
  content: "\e80c";
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0;
  -webkit-transition: transform 0.3s 0;
  -moz-transition: transform 0.3s 0;
  -ms-transition: transform 0.3s 0;
  -o-transition: transform 0.3s 0;
}
.sub-nav-wrap .select-wrap .select {
  font-size: var(--ss-f);
}
.sub-nav-wrap .select-wrap .option {
  display: none;
  position: absolute;
  left: 0;
  top: 6.8rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sub-nav-wrap .select-wrap .option a {
  display: block;
  padding: 2.2rem 2.4rem;
  width: 100%;
  min-width: 11rem;
  font-size: var(--ss-f);
  font-weight: 400;
}
.sub-nav-wrap .select-wrap .option a:hover {
  color: #fff;
  background-color: #CC6727;
}
.sub-nav-wrap .select-wrap.active .select-btn::after {
  transform: rotate(180deg);
  transition: transform 0.3s 0;
  -webkit-transition: transform 0.3s 0;
  -moz-transition: transform 0.3s 0;
  -ms-transition: transform 0.3s 0;
  -o-transition: transform 0.3s 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media all and (max-width: 47.9375rem) {
  .sub-nav-wrap {
    top: 35rem;
    height: 4rem;
  }
  .sub-nav-wrap .inner {
    padding: 0;
  }
  .sub-nav-wrap .sub-nav > li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sub-nav-wrap .sub-nav > li:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
  .sub-nav-wrap .select-wrap .select-btn {
    padding: 1rem 2rem 1rem 1rem;
    min-width: 8rem;
  }
  .sub-nav-wrap .select-wrap .select-btn::after {
    right: 0.8rem;
    font-size: 0.8em;
  }
  .sub-nav-wrap .select-wrap .option {
    top: 4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sub-nav-wrap .select-wrap .option a {
    padding: 1rem;
  }
}
/*
서브네비 카테고리 */
.sub-catagory {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
  margin: 12rem auto 8rem;
}
.sub-catagory + .content .section {
  margin-top: 0;
}
.sub-catagory li {
  position: relative;
}
.sub-catagory li:not(:last-child)::after {
  position: absolute;
  top: 0.5rem;
  right: -1.95rem;
  width: 1px;
  height: 58.8%;
  content: "";
  background-color: #ccc;
}
.sub-catagory li a {
  display: block;
  position: relative;
  padding-bottom: 0.6rem;
  width: 100%;
  font-size: var(--lg-f);
  font-weight: 500;
  color: #ccc;
  line-height: 1.4;
}
.sub-catagory li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
}
.sub-catagory li a:focus {
  color: #000;
}
.sub-catagory li a:focus::after {
  background-color: #CC6727;
}
@media (hover: hover) {
  .sub-catagory li a:hover {
    color: #000;
  }
  .sub-catagory li a:hover::after {
    background-color: #CC6727;
  }
}
.sub-catagory li.active a {
  color: #000;
}
.sub-catagory li.active a::after {
  background-color: #CC6727;
}

@media all and (max-width: 47.9375rem) {
  .sub-catagory {
    margin: 8rem auto 4rem;
    gap: 0 3rem;
  }
  .sub-catagory li:not(:last-child)::after {
    top: 0.25rem;
    right: -1.5rem;
  }
  .sub-catagory li > a {
    font-size: var(--ss-f);
  }
}
.section {
  margin: 12rem 0;
}
.section.sec-bg {
  margin: 0;
  padding: 12rem 0;
  background-color: #F6F5F2;
}
.section.sec-bg .arti-card {
  margin: 0;
}

.sec-tit-wrap {
  margin-bottom: 8rem;
}

.sec-tit {
  font-size: var(--sec-tit);
  font-weight: 400;
  line-height: 1.25;
}

.arti-card {
  display: grid;
  grid-template-columns: minmax(25.353%, 36rem) minmax(74.647%, 1fr);
  margin: 8rem 0;
}
.arti-card .card-header > span {
  display: block;
  margin-top: 2rem;
  font-size: var(--ss-f);
  color: #555;
  line-height: 157.143%;
}
.arti-card .sub-tit {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 133.333%;
}
.arti-card .sub-tit::after {
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background-color: #CC6727;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.arti-card .sub-tit.logo::after {
  display: none;
}
.arti-card .card-body {
  line-height: 1.625;
}
.arti-card .card-body .ol-list {
  margin: 2rem 0;
  font-weight: 600;
}
.arti-card .desc .bt-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
  margin-top: 4rem;
  color: #000;
  line-height: 1.625;
}

@media all and (max-width: 79.9375rem) {
  .section {
    margin: 8rem 0;
  }
  .section.sec-bg {
    padding: 8rem 0;
  }
  .sec-tit-wrap {
    margin-bottom: 4rem;
  }
  .arti-card {
    grid-template-columns: minmax(27%, 36rem) minmax(76%, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .arti-card {
    margin: 6rem 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 4rem 0;
  }
  .arti-card .card-body {
    width: 100%;
  }
  .ol-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.8rem 0;
  }
  .ol-list li {
    position: relative;
  }
  .ol-list li::before {
    position: absolute;
    left: 0;
  }
}
.card-header .sec-tit {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
}
.card-header .sec-tit::after {
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background-color: #CC6727;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.card-header .tit-desc {
  margin-top: 1rem;
  line-height: 162.5%;
}

.line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 162.5%;
  border: 1px solid rgba(85, 85, 85, 0.4);
  border-radius: 4.8rem;
  -webkit-border-radius: 4.8rem;
  -moz-border-radius: 4.8rem;
  -ms-border-radius: 4.8rem;
  -o-border-radius: 4.8rem;
}
.line-btn .dot-icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.line-btn i {
  position: relative;
  width: 0.8rem;
  font-size: 0;
}
.line-btn i::before {
  position: absolute;
  top: 50%;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--ss-f);
  color: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media all and (max-width: 47.9375rem) {
  .line-btn {
    font-size: var(--ss-f);
  }
}
/*
about us */
.about-us .section {
  margin: 0;
  padding: 12rem 0;
}
.about-us .arti-card {
  grid-template-columns: minmax(32.4%, 46rem) minmax(67.6%, 1fr);
}
.about-us .arti-card:last-child:not(:only-child) {
  margin-bottom: 0;
}
.about-us .sec-01 .arti-card {
  grid-template-columns: minmax(32.4%, 46rem) minmax(67.6%, 1fr);
}
.about-us .sec-01 .card-header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.about-us .sec-01 .down-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  margin-top: auto;
  width: 22rem;
}
.about-us .sec-01 .card-body .desc-box {
  gap: 2rem 0;
}
.about-us .grid-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(32.4%, 46rem));
  gap: 2rem;
}
.about-us .grid-card dl {
  position: relative;
  padding: 2rem 4rem;
  background-color: #F6F5F2;
}
.about-us .grid-card dl::after {
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ccc;
}
.about-us .grid-card dl::before {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ccc;
}
.about-us .grid-card dl:nth-of-type(3n)::after {
  display: none;
}
.about-us .grid-card dl:nth-of-type(n+4)::before {
  display: none;
}
.about-us .grid-card dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 1rem;
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.about-us .grid-card dl dd {
  line-height: 162.5%;
}
.about-us .sec-02 {
  margin: 0;
}
.about-us .sec-03 .full-bg-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 38.2rem;
  color: #fff;
  background: url("../img/sub/about/con-01.jpg") center/cover no-repeat;
}
.about-us .sec-03 .mission {
  font-size: var(--md-tit);
  font-weight: 400;
  line-height: 1.25;
}
.about-us .sec-03 .arti-card {
  display: grid;
  grid-template-columns: minmax(40.8%, 58rem) minmax(49%, 70rem);
  justify-content: space-between;
  margin: 8rem 0;
}
.about-us .sec-03 .arti-card:last-child {
  margin-bottom: 0;
}
.about-us .sec-03 .arti-card .sub-tit {
  margin-bottom: 2rem;
}
.about-us .sec-03 .arti-card .tit-desc {
  font-size: var(--md-tit);
  font-weight: 400;
  line-height: 1.25;
}
.about-us .sec-03 .arti-card .figure {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about-us .sec-04 {
  position: relative;
  margin: 0;
  padding-bottom: 0;
}
.about-us .sec-04 .sec-tit-wrap {
  margin-bottom: 0;
}
.about-us .sec-05 {
  padding: 0;
}
.about-us .sec-05 .table-wrap {
  position: relative;
}
.about-us .sec-05 .table-wrap col.ss {
  width: 20%;
}
.about-us .sec-05 .table-wrap col.md {
  width: 60%;
}
.about-us .sec-05 .table-wrap thead {
  background-color: #F4F4F4;
}
.about-us .sec-05 .table-wrap tr .pop-img-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  transform-origin: left top;
  background-color: #ccc;
  border-radius: 2.2rem;
  -webkit-border-radius: 2.2rem;
  -moz-border-radius: 2.2rem;
  -ms-border-radius: 2.2rem;
  -o-border-radius: 2.2rem;
}
.about-us .sec-05 .table-wrap tr.active .pop-img-btn {
  background-color: #E06C1F;
}
.about-us .sec-05 .table-pop {
  display: none;
  position: absolute;
  width: 18rem;
  height: 24.6rem;
  font-size: 0;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.about-us .sec-05 .table-pop > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .sec-06 {
  margin: 0;
  padding: 12rem 0;
  background-color: #EEEAE3;
}
.about-us .sec-07 .arti-card {
  margin-bottom: 4rem;
}
.about-us .sec-07 dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
  line-height: 162.5%;
}
.about-us .sec-07 dl:not(:last-child) {
  margin-bottom: 1rem;
}
.about-us .sec-07 dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  min-width: 10.3rem;
  font-size: var(--com-f);
}
.about-us .sec-07 dl dt .icon {
  margin-right: 1rem;
}
.about-us .map {
  width: 100%;
  height: 50rem;
}
.about-us .map > iframe {
  width: 100%;
  height: 100%;
}

.his-item {
  margin-top: 8rem;
}
.his-item > li {
  display: grid;
  grid-template-columns: minmax(32.4%, 46rem) minmax(67.6%, 1fr);
  gap: 0 2rem;
}
.his-item .left {
  position: relative;
}
.his-item .left::before {
  z-index: -1;
  position: absolute;
  top: -26rem;
  right: -10.7rem;
  width: 50vw;
  height: calc(100% + 26rem);
  content: "";
  background-color: #F6F5F2;
}
.his-item .md-tit {
  position: relative;
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--md-tit);
  line-height: 1.25;
}
.his-item .md-tit::after {
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background-color: #CC6727;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
}
.his-item .period {
  font-size: var(--sec-tit);
  font-weight: 700;
  color: #CC6727;
  line-height: 1.25;
}
.his-item .right {
  z-index: 1;
  left: 42.62625%;
}
.his-item .right dl {
  display: flex;
  justify-content: flex-start;
}
.his-item .right dt {
  padding-right: 4rem;
  min-width: 8.6rem;
  font-size: var(--lg-f);
  font-weight: 600;
  color: #CC6727;
  line-height: 1.4;
}
.his-item .right dd {
  position: relative;
  padding: 0 1rem 6rem 4rem;
  border-left: 1px solid #CC6727;
}
.his-item .right dd::before {
  position: absolute;
  top: 0;
  left: -0.6rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #fff;
  border: 0.3rem solid #CC6727;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.his-item .right li {
  display: flex;
  justify-content: flex-start;
  gap: 0 1rem;
  font-size: var(--com-f);
  line-height: 162.5%;
}
.his-item .right li:not(:last-child) {
  margin-bottom: 1rem;
}
.his-item .right li .month {
  min-width: 3.4rem;
}

.thumb-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(15.492%, 22rem));
  gap: 2rem;
}
.thumb-list li .figure {
  position: relative;
  padding-bottom: 136.37%;
  width: 100%;
}
.thumb-list li .figure > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list li > h5 {
  display: block;
  margin-top: 1rem;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 162.5%;
  text-align: center;
}

@media all and (max-width: 79.9375rem) {
  .about-us .section {
    padding: 8rem 0;
  }
  .his-item .left::before {
    top: -20rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .about-us .grid-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-us .sec-04 {
    padding-bottom: 0;
  }
  .about-us .sec-05 {
    padding: 0;
  }
  .his-item > li {
    grid-template-columns: minmax(29.4%, 46rem) minmax(67.6%, 1fr);
  }
  .his-item .left::before {
    right: -8.7rem;
  }
  .his-item .right dt {
    padding-right: 2rem;
    min-width: 6.6rem;
  }
  .his-item .right dd {
    padding: 0 1rem 4rem 2rem;
  }
  .grid-card dl::after {
    display: none;
  }
  .thumb-list {
    grid-template-columns: repeat(3, minmax(15.492%, 22rem));
  }
}
@media all and (max-width: 47.9375rem) {
  .about-us .arti-card {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .about-us .grid-card {
    grid-template-columns: 1fr;
  }
  .about-us .grid-card dl:nth-of-type(n+4)::before {
    display: block;
  }
  .about-us .grid-card dl:last-child::before {
    display: none;
  }
  .about-us .sec-01 .arti-card {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 4rem 0;
  }
  .about-us .sec-01 .arti-card:nth-of-type(1) {
    margin-bottom: 6rem;
  }
  .about-us .sec-03 .arti-card {
    grid-template-columns: 1fr;
  }
  .about-us .sec-07 dl {
    align-items: flex-start;
  }
  .his-item > li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 2rem;
  }
  .his-item .left {
    margin-bottom: 2rem;
  }
  .his-item .left::before {
    display: none;
  }
  .thumb-list {
    grid-template-columns: repeat(2, minmax(15.492%, 22rem));
  }
}
/*
Business */
/* 파워모듈 */
.card-body .desc-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem 0;
  line-height: 162.5%;
}
.card-body .desc-box .desc-tit {
  margin-bottom: 3rem;
  font-size: var(--lg-f);
  line-height: 1.4;
}

.img-list {
  display: flex;
  justify-content: flex-start;
}
.img-list.col-3 {
  gap: 0 2.2rem;
}
.img-list.col-4 {
  flex-wrap: wrap;
  gap: 2rem;
}
.img-list .line {
  width: 1px;
  height: inherit;
  background-color: #ccc;
}

.full-bg-img {
  width: 100%;
  height: 40rem;
}

.sec-arti {
  margin: 12rem 0;
}

.bg-article {
  padding: 12rem 0;
  background-color: #F6F5F2;
}
.bg-article .arti-card {
  margin: 0;
}

@media all and (max-width: 47.9375rem) {
  .bg-article {
    padding: 8rem 0;
  }
  .img-list {
    flex-direction: column;
  }
  .img-list.col-3 {
    gap: 1.2rem 0;
  }
  .img-list.col-4 {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .img-list.col-4 .figure {
    width: calc(50% - 1rem);
  }
  .img-list .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
}
.bus-1 {
  background: url("../img/sub/business/sub_1/full.jpg") center/cover no-repeat;
}

.bus-2 {
  background: url("../img/sub/business/sub_2/full.jpg") center/cover no-repeat;
}

.bus-3 {
  background: url("../img/sub/business/sub_3/full.jpg") center/cover no-repeat;
}

.tab-nav-wrap {
  padding: 2rem 0;
  height: 6.6rem;
  background-color: #CC6727;
}
.tab-nav-wrap .inner {
  height: 100%;
}

@media all and (max-width: 63.9375rem) {
  .card-body .desc-box .desc-tit {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .tab-nav-wrap {
    padding: 1rem 0;
    height: auto;
  }
  .tab-nav-wrap .tab-wrap {
    grid-template-columns: repeat(3, 33.3333333333%);
    gap: 1rem 0;
  }
  .tab-nav-wrap .tab-wrap li:nth-of-type(3n)::after {
    display: none;
  }
}
/* prame */
.prame .panel {
  overflow: hidden;
  padding: 8rem 0;
}
.prame .panel .inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4rem 0;
}
.prame .panel .arti-card {
  margin: 0;
}
.prame .panel:last-child {
  padding-bottom: 0;
}
.prame .sec-arti {
  margin: 0;
}
.prame .sec-arti:first-child {
  margin-top: 4rem;
}

.tab-wrap {
  display: grid;
  grid-template-columns: repeat(6, 16.6666666667%);
  align-items: center;
  height: 100%;
}
.tab-wrap li {
  position: relative;
  color: #F5E1D4;
  height: 100%;
}
.tab-wrap li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  content: "";
  background-color: #F5E1D4;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tab-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 162.5%;
  text-align: center;
}
.tab-wrap li a:hover, .tab-wrap li a:focus {
  font-weight: 700;
  color: #fff;
}
.tab-wrap li.active a {
  font-weight: 700;
  color: #fff;
}

.tab-tit {
  font-size: 6.4rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
}

.panel-wrap .panel:nth-of-type(even) {
  background-color: #F6F5F2;
}

.mold .sec-arti {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4rem 0;
}

@media all and (max-width: 85.375rem) {
  .tab-tit {
    font-size: 5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .tab-tit {
    font-size: 4rem;
  }
}
/*
EHS경영 */
.full-img-wrap {
  margin: 8rem 0;
  text-align: center;
}

.card-body.row-card-wrap {
  display: grid;
  gap: 4rem 2rem;
}
.card-body .item {
  display: flex;
  justify-content: flex-start;
  gap: 0 2rem;
  overflow: hidden;
}
.card-body dl dt {
  margin-bottom: 1rem;
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.card-body dl dd {
  line-height: 162.5%;
}
.card-body .card-desc {
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.card-body .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.5rem));
  gap: 1rem;
}
.card-body .grid-wrap dl {
  overflow: hidden;
  padding: 3rem 4rem;
  background-color: #EEEAE3;
}

.dot-list .dot {
  position: relative;
  padding-left: 0.8rem;
}
.dot-list .dot::before {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  background-color: #CC6727;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}

.modal-wrap .full-img-wrap {
  margin: 4rem 0;
}
.modal-wrap .m-con {
  line-height: 1.625;
}
.modal-wrap .m-arti-card {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem 0;
}
.modal-wrap .m-arti-card .m-sub-tit {
  font-size: var(--com-f);
}
.modal-wrap .m-arti-card .m-sub-tit.lg {
  font-size: var(--sub-tit);
  font-weight: 700;
  color: #CC6727;
  line-height: 1.33333;
}
.modal-wrap .m-arti-card.col-2 {
  display: grid;
  grid-template-columns: minmax(16%, 18rem) minmax(84%, 1fr);
  margin: 4rem 0;
}
.modal-wrap .m-card-desc {
  font-size: var(--lg-f);
  font-weight: 600;
}
.modal-wrap .row-card-wrap {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}
.modal-wrap .row-card-wrap.col-2 {
  grid-template-columns: repeat(2, minmax(auto, 54.5rem));
  gap: 1rem;
}
.modal-wrap .row-card-wrap.col-3 {
  grid-template-columns: repeat(3, minmax(auto, 35.3rem));
}
.modal-wrap .row-card-wrap .item {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
.modal-wrap .row-card-wrap .item .icon {
  width: 8rem;
  height: 8rem;
}
.modal-wrap .row-card-wrap .item dt {
  margin-bottom: 1rem;
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.modal-wrap .row-card-wrap .card {
  padding: 3rem 4rem;
  line-height: 1.625;
  background-color: #EEEAE3;
}
.modal-wrap .row-card-wrap .card .tit {
  margin-bottom: 1rem;
  font-size: var(--lg-f);
  font-weight: 600;
}
.modal-wrap .row-card-wrap .card.col-2 {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  padding: 3rem 2rem;
  height: 22.8rem;
}
.modal-wrap .row-card-wrap .card.col-2 .icon {
  width: 11.6rem;
  min-width: 11.6rem;
  height: 11.6rem;
}
.modal-wrap .card-header {
  width: 18rem;
}
.modal-wrap .card-body.full-img-wrap {
  margin: 0;
}
.modal-wrap .card-body .item {
  padding: 2rem;
  height: 22.8rem;
  background-color: #EEEAE3;
}
.modal-wrap .card-body .item .icon {
  min-width: 11.6rem;
  height: 11.6rem;
}

@media all and (max-width: 63.9375rem) {
  .card-body .item .icon {
    min-width: 10rem;
  }
  .card-body .grid-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .modal-wrap .row-card-wrap .card.col-2 {
    flex-direction: column;
    height: auto;
  }
}
@media all and (max-width: 47.9375rem) {
  .card-body .grid-wrap dl {
    padding: 1.5rem 2rem;
  }
  .modal-wrap .row-card-wrap.col-2 {
    grid-template-columns: 1fr;
  }
  .modal-wrap .row-card-wrap.col-2 .card .icon {
    width: 8rem;
    min-width: 8rem;
    height: 8rem;
  }
}
/*경영방침*/
.management .sec-01 {
  margin-bottom: 0;
}
.management .card-body.row-card-wrap {
  grid-template-columns: repeat(3, minmax(auto, 33.3333333333%));
}
.management .full-img-wrap img {
  width: 80%;
  max-width: 54rem;
}

@media all and (max-width: 47.9375rem) {
  .management .card-body .item {
    flex-direction: row;
    align-items: center;
  }
  .management .card-body .item .icon {
    width: 5rem;
    min-width: 5rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
/* 환경정책 */
.env .full-img-wrap {
  text-align: left;
}
.env .sec-01 {
  margin-bottom: 0;
}
.env .card-body .desc {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  width: calc(100% + 2rem);
  word-break: break-all;
  border-bottom: 1px solid #000;
}

.env-list .item {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  margin-bottom: 2rem;
  padding: 3rem;
  word-break: break-all;
  line-height: 1.625;
  background-color: #F6F5F2;
}
.env-list .item:last-child {
  margin-bottom: 0;
}
.env-list .item .tit {
  margin-bottom: 1rem;
  font-size: var(--com-f);
  font-weight: 600;
}
.env-list .item dd {
  font-size: var(--com-f);
  font-weight: 400;
  color: #000;
}
.env-list .icon {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
}
.env-list .ol-list {
  margin: 0;
  counter-reset: num;
}
.env-list .ol-list li {
  font-weight: 400;
}
.env-list .ol-list li::before {
  margin-right: 0.5rem;
  counter-increment: num;
  content: counter(num) ")";
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 54.5rem));
  gap: 2rem;
}
.data-grid .card {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem 4rem;
  line-height: 1.625;
  background-color: #EEEAE3;
  height: 31.8rem;
  color: #fff;
}
.data-grid .card .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  line-height: 1.4;
}
.data-grid .card .number {
  position: relative;
}
.data-grid .card .number::after {
  margin-left: 1rem;
  font-size: var(--com-f);
  font-weight: 40;
}
.data-grid .card-1 {
  background: url("../img/sub/esg/ehs/sub2-4.png") center/cover no-repeat;
}
.data-grid .card-1 .number::after {
  content: "(톤)";
}
.data-grid .card-2 {
  background: url("../img/sub/esg/ehs/sub2-5.png") center/cover no-repeat;
}
.data-grid .card-2 .number::after {
  content: "(TJ)";
}
.data-grid .card .num-box {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 1rem;
  flex: 1 1 0;
  font-weight: 400;
}
.data-grid .card .num-box .number {
  margin-top: auto;
  font-size: var(--sec-tit);
  font-weight: 800;
}

@media all and (max-width: 85.375rem) {
  .management .card-body.row-card-wrap {
    grid-template-columns: repeat(2, minmax(auto, 50%));
  }
}
@media all and (max-width: 47.9375rem) {
  .management .card-body.row-card-wrap {
    grid-template-columns: 1fr;
  }
  .env .card-body.row-card-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 4rem 0;
  }
  .env .item {
    flex-direction: column;
    gap: 1.5rem 0;
  }
  .env .item li {
    padding-left: 2rem;
  }
  .env .item .icon {
    width: 7rem;
    min-width: 7rem;
    height: 7rem;
  }
  .env .card-body .desc {
    width: 100%;
  }
  .data-grid {
    grid-template-columns: 1fr;
  }
}
/* 안전보건*/
.pop-card-wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 4rem;
}

.pop-card {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.pop-card .txt-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4rem;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.pop-card .pop-tit {
  font-size: var(--sub-tit);
  font-weight: 700;
  color: #fff;
  line-height: 133.333%;
}

.pop-open-btn {
  opacity: 0.6;
  color: #fff;
  border: 1px solid #fff;
}
.pop-open-btn .dot-icon {
  background-color: #fff;
}
.pop-open-btn:hover {
  opacity: 1;
}

.modal-wrap {
  z-index: 6000;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modal-wrap .position {
  position: absolute;
  left: 50%;
  top: 0;
  width: 90%;
  max-width: 118rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.modal-wrap .modal {
  margin: 0 0 12rem;
  padding: 4rem;
  background-color: #F6F5F2;
}
.modal-wrap .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  font-size: var(--sub-tit);
  font-weight: 700;
  color: #CC6727;
  line-height: 133.333%;
}
.modal-wrap .modal-header .modal-tit {
  font-size: var(--sub-tit);
}
.modal-wrap .modal-body .card-desc {
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 162.5%;
  word-break: break-all;
}
.modal-wrap .modal-card {
  margin: 4rem 0;
}
.modal-wrap .modal-card:last-child {
  margin-bottom: 0;
}
.modal-wrap .modal-card.row-crad {
  display: flex;
  justify-content: flex-start;
  gap: 0 2rem;
}
.modal-wrap .modal-card .card-tit {
  margin-bottom: 2rem;
  width: 18rem;
  font-size: var(--com-f);
  font-weight: 600;
  line-height: 162.5%;
}
.modal-wrap .modal-card .card-body {
  flex: 1 1 0;
}
.modal-wrap .modal-card .card-body dl dt {
  margin-bottom: 1rem;
  font-size: var(--com-f);
  font-weight: 600;
  color: #CC6727;
  line-height: 162.5%;
}
.modal-wrap .modal-card .card-body dl .dot-list {
  line-height: 162.5%;
  text-align: left;
  word-break: break-all;
  letter-spacing: -0.01rem;
}
.modal-wrap .row-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.modal-wrap .row-list:only-child {
  margin-top: 0;
}
.modal-wrap .row-list li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  position: relative;
  text-align: center;
  background-color: #EEEAE3;
}
.modal-wrap .row-list li:not(:last-child)::after {
  z-index: 1;
  position: absolute;
  left: calc(100% - 0.8rem);
  top: 50%;
  content: url("../img/icon/arrow.png");
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.modal-wrap .row-list.col-3 {
  grid-template-columns: repeat(3, minmax(32.72%, 36rem));
}
.modal-wrap .row-list.col-3 li {
  padding: 3rem 2rem;
}
.modal-wrap .row-list.col-3 .dot-list {
  padding: 0 2.5rem;
}
.modal-wrap .row-list.col-4 {
  grid-template-columns: repeat(4, minmax(24.318%, 26.75rem));
}
.modal-wrap .row-list.col-4 li {
  padding: 3rem 1.2rem 3rem 1.5rem;
}
.modal-wrap .row-list.col-2 {
  grid-template-columns: repeat(2, minmax(auto, 54rem));
}
.modal-wrap .row-list.col-2 li {
  padding: 3rem 1rem 3rem 2rem;
}
.modal-wrap .row-list.col-2 li::after {
  display: none;
}
.modal-wrap .row-list.col-2 .dot-list.sm-f .dot {
  font-size: var(--ss-f);
}

@media all and (max-width: 63.9375rem) {
  .pop-card-wrap {
    gap: 0 2rem;
  }
  .pop-card-wrap .txt-wrap {
    padding: 2rem;
  }
  .pop-open-btn {
    padding: 0.5rem 1rem;
  }
  .modal-wrap .modal {
    margin: 0 0 6rem;
    padding: 2rem;
  }
  .modal-wrap .modal-close-btn {
    width: 2.5rem;
  }
  .modal-wrap .row-list.col-4 {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media all and (max-width: 47.9375rem) {
  .pop-card-wrap {
    flex-direction: column;
    gap: 2rem 0;
  }
  .pop-card .pop-tit {
    margin-bottom: 0.5rem;
    font-size: var(--lg-f);
  }
  .modal-wrap .modal {
    margin: 0 0 6rem;
    padding: 2rem;
  }
  .modal-wrap .row-list.col-2 {
    grid-template-columns: 1fr;
  }
  .modal-wrap .modal-close-btn {
    width: 2.5rem;
  }
  .modal-wrap .row-list.col-3,
  .modal-wrap .row-list.col-4 {
    grid-template-columns: 1fr;
  }
  .modal-wrap .row-list li:not(:last-child)::after {
    left: 50%;
    top: 100%;
    transform: translate(-49%, -1rem) rotate(90deg);
    -webkit-transform: translate(-49%, -1rem) rotate(90deg);
    -moz-transform: translate(-49%, -1rem) rotate(90deg);
    -ms-transform: translate(-49%, -1rem) rotate(90deg);
    -o-transform: translate(-49%, -1rem) rotate(90deg);
  }
  .pop-open-btn {
    padding: 0.6rem 0.8rem;
  }
}
/* 품질방침 */
.card-body.mes {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4rem 0;
  line-height: 162.5%;
}
.card-body.mes .desc {
  padding-top: 2rem;
  border-top: 1px solid #000;
}
.card-body.mes .desc p:first-child {
  margin-bottom: 1rem;
}
.card-body.mes .num-list {
  counter-reset: num;
}
.card-body.mes .num-list li {
  position: relative;
  padding-left: 2rem;
  font-weight: 600;
}
.card-body.mes .num-list li::before {
  position: absolute;
  left: 0;
  counter-increment: num;
  content: counter(num) ".";
}
.card-body.mes .info-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem 0;
}
.card-body.mes dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card-body.mes dl dt {
  margin-bottom: 0;
  width: 9.8rem;
  font-size: var(--com-f);
}

.row-card {
  display: flex;
  justify-content: space-between;
  gap: 0 6rem;
  margin: 8rem 0;
}
.row-card > * {
  width: 50%;
  max-width: 68rem;
}
.row-card .txt-box .card-header {
  padding: 4rem 0 2rem;
}
.row-card .txt-box .sub-tit {
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 133.333%;
}
.row-card .txt-box .card-body {
  line-height: 162.5%;
}
.row-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.row-card:nth-of-type(even) .txt-box {
  padding-left: 6rem;
}

@media all and (max-width: 47.9375rem) {
  .row-card {
    flex-direction: column;
  }
  .row-card:nth-of-type(even) {
    flex-direction: column;
  }
  .row-card:nth-of-type(even) .txt-box {
    padding-left: 0;
  }
  .row-card > * {
    width: 100%;
  }
}
/* 분쟁광물 */
.mineral .arti-card {
  grid-template-columns: minmax(25.353%, 36rem) minmax(66.4%, 1fr);
  gap: 4rem 8.3%;
  word-break: break-all;
}

@media all and (max-width: 47.9375rem) {
  .mineral .arti-card .card-body .sub-tit {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 60%;
    word-break: keep-all;
  }
}
/*
인재 경영 */
/*인권경영 */
.top-txt-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}
.top-txt-box .desc {
  margin: 0 auto;
  max-width: 75rem;
  line-height: 162.5%;
  text-align: center;
}
.top-txt-box .download-btn {
  margin-left: auto;
}

.human-list li {
  margin: 4rem 0;
}
.human-list li:first-child {
  margin-top: 0;
}
.human-list li:last-child {
  margin-bottom: 0;
}
.human-list li .tit {
  margin-bottom: 1rem;
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.human-list li > p {
  line-height: 162.5%;
  color: #555;
}

/*복리후생*/
.benefits .card-body .grid-wrap {
  grid-template-columns: repeat(4, minmax(auto, 25%));
}
.benefits .card-body .grid-wrap > li {
  padding: 4rem 0;
  background-color: #F6F5F2;
}
.benefits .card-body .grid-wrap > li .icon {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.benefits .card-body .grid-wrap > li ul {
  padding: 3rem 4rem;
  line-height: 162.5%;
}

@media all and (max-width: 63.9375rem) {
  .benefits .card-body .grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 50%));
  }
}
@media all and (max-width: 47.9375rem) {
  .benefits .card-body .grid-wrap {
    grid-template-columns: 1fr;
  }
  .benefits .card-body .grid-wrap > li .icon {
    width: 6rem;
  }
  .benefits .card-body .grid-wrap > li ul {
    padding: 1.5rem 2rem 0;
  }
}
/* 지배구조 */
.table-wrap {
  overflow-x: auto;
  width: 100%;
}
.table-wrap::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #F6F5F2;
}
.table-wrap table {
  width: 100%;
  min-width: 80rem;
}
.table-wrap caption {
  overflow: hidden;
  width: 0;
  height: 0;
}
.table-wrap th,
.table-wrap td {
  height: 5.4rem;
  line-height: 162.5%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
.table-wrap thead,
.table-wrap tfoot {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.table-wrap thead th:last-child,
.table-wrap thead td:last-child,
.table-wrap tfoot th:last-child,
.table-wrap tfoot td:last-child {
  border-right: 0 none;
}
.table-wrap tbody {
  color: #555;
}
.table-wrap tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-wrap tbody th {
  font-weight: 400;
}
.table-wrap tbody td:last-child {
  border-right: 0 none;
}
.table-wrap tbody .pe-0 {
  padding: 0;
  letter-spacing: -0.016rem;
}
.table-wrap.t-type-2 tbody td {
  border-right: 1px solid #ccc;
}
.table-wrap.t-type-2 tbody tr:first-child td:last-child {
  border-right: 0 none;
}
.table-wrap col.col-ll {
  width: 40%;
}
.table-wrap col.col-lg {
  width: 25%;
}
.table-wrap col.col-md {
  width: 37.5%;
}
.table-wrap col.col-mm {
  width: 20%;
}
.table-wrap col.col-ss {
  width: 20%;
}

.smail {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
  font-size: var(--ss-f);
  color: #555;
  line-height: 157.143%;
}

/* 정관 */
.anchor.active {
  position: sticky;
}
.anchor li {
  margin: 1rem 0;
}
.anchor li:first-child {
  margin-top: 0;
}
.anchor li > a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--sub-tit);
  font-weight: 700;
  color: #ccc;
  line-height: 133.333%;
}
.anchor li > a::after {
  position: absolute;
  top: 0;
  right: -0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  transform: scale(0);
  background-color: #CC6727;
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s 0s;
  -moz-transition: transform 0.3s 0s;
  -ms-transition: transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.anchor li.active > a {
  color: #000;
}
.anchor li.active > a::after {
  transform: scale(1);
  background-color: #CC6727;
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s 0s;
  -moz-transition: transform 0.3s 0s;
  -ms-transition: transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.incorporation .sec-tit-wrap .sec-tit {
  transition: font-size 0.2s 0s;
  -webkit-transition: font-size 0.2s 0s;
  -moz-transition: font-size 0.2s 0s;
  -ms-transition: font-size 0.2s 0s;
  -o-transition: font-size 0.2s 0s;
}
.incorporation .sec-tit-wrap.active {
  position: sticky;
}
.incorporation .sec-tit-wrap.active .sec-tit {
  font-size: calc(var(--sec-tit) - 0.5rem);
  transition: font-size 0.2s 0s;
  -webkit-transition: font-size 0.2s 0s;
  -moz-transition: font-size 0.2s 0s;
  -ms-transition: font-size 0.2s 0s;
  -o-transition: font-size 0.2s 0s;
}

.card-body .incorporation-item .ol-list {
  font-weight: 400;
}

.incorporation-item {
  word-break: break-all;
}
.incorporation-item > li {
  margin-bottom: 8rem;
}
.incorporation-item > li:last-child {
  margin-bottom: 0;
}
.incorporation-item > li:last-child .title-num:last-child {
  margin-bottom: 0;
}
.incorporation-item .title-num {
  margin-bottom: 2rem;
}
.incorporation-item .title-num > h4 {
  margin-bottom: 4rem;
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 133.333%;
}
.incorporation-item .title-num > h5 {
  margin-bottom: 1rem;
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.incorporation-item .title-num > p {
  line-height: 162.5%;
  color: #555;
}
.incorporation-item .title-num ol li {
  color: #555;
  line-height: 162.5%;
}
.incorporation-item .title-num ol .num {
  display: inline-block;
  margin-right: 0.5rem;
  width: 2rem;
  text-align: right;
}
.incorporation-item .title-num ol.in-ol {
  padding-left: 2rem;
}
.incorporation-item .title-num ol.in-ol .bar {
  padding-left: 2rem;
}
.incorporation-item .title-num.mb-40 {
  margin-bottom: 4rem;
}

.stipulate .arti-card {
  grid-template-columns: minmax(24%, 36rem) minmax(74.64%, 1fr);
}

@media all and (max-width: 85.375rem) {
  .anchor li > a {
    font-size: var(--lg-f);
  }
  .incorporation-item .title-num ol.in-ol {
    padding-left: 1.5rem;
  }
  .incorporation-item .title-num ol.in-ol .bar {
    padding-left: 1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .anchor {
    display: none;
  }
  .incorporation .sec-tit-wrap.active {
    position: static;
  }
  .incorporation-item > li {
    margin-bottom: 6rem;
  }
  .incorporation-item .title-num > h4 {
    margin-bottom: 3rem;
  }
}
/* 윤리경영 */
.ethical .top-txt-box {
  margin-bottom: 8rem;
  border-bottom: 0 none;
}
.ethical .top-txt-box .desc {
  margin-bottom: 4rem;
  max-width: none;
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.ethical .top-txt-box .desc > span {
  display: block;
}

.link-btn {
  margin: 0 auto;
  color: #555;
}
.link-btn .dot-icon {
  background-color: #CC6727;
}
.link-btn i::before {
  font-weight: 600;
}

.center-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(32%, 34rem));
  gap: 4rem 2rem;
  margin: 0 auto;
  max-width: 106rem;
}
.center-card-wrap .card {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem 0;
  padding: 2rem 0 0 2rem;
  height: 25.6rem;
  border-top: 1px solid #ccc;
}
.center-card-wrap .card .icon {
  position: relative;
  margin-top: auto;
  margin-left: auto;
}
.center-card-wrap .card .icon::before {
  position: absolute;
  right: 4rem;
  bottom: 1rem;
  width: 6rem;
  height: 6rem;
  content: "";
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  background-color: #F6F5F2;
}
.center-card-wrap .card .icon img {
  z-index: 1;
  position: relative;
}
.center-card-wrap .card .card-desc {
  color: #555;
  line-height: 162.5%;
}
.center-card-wrap .card-header {
  font-size: var(--lg-f);
}

@media all and (max-width: 85.375rem) {
  .center-card-wrap .img-wrap {
    padding: 0 5rem;
    width: 50%;
  }
}
@media all and (max-width: 63.9375rem) {
  .center-card-wrap {
    grid-template-columns: repeat(2, minmax(32%, 34rem));
  }
  .center-card-wrap .card {
    height: 23rem;
  }
  .center-card-wrap .card .icon {
    width: 6rem;
  }
  .center-card-wrap .card .icon::before {
    right: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .ethical .top-txt-box {
    margin-bottom: 6rem;
  }
  .center-card-wrap {
    grid-template-columns: 1fr;
  }
  .center-card-wrap .card {
    height: 20rem;
  }
}
/* 부패방지경영 */
.anti .human-list li {
  margin: 4rem 0;
}
.anti .human-list li:first-child {
  margin-top: 0;
}
.anti .bottom-txt p {
  margin-bottom: 1rem;
  line-height: 162.5%;
}

/* 리스트 테이블 */
.table-header {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.4rem;
  margin: 8rem 0 4rem;
}
.table-header .search-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 3.8rem;
  border: 1px solid #ccc;
  font-size: var(--ss-f);
  color: #555;
  line-height: 157.143%;
}
.table-header .select-box {
  position: relative;
  padding-top: 1px;
  width: 10.6rem;
  height: inherit;
}
.table-header .select-box .select {
  padding-left: 2rem;
  height: calc(100% - 2px);
}
.table-header .select-box::after {
  top: 54%;
  font-weight: 10;
}
.table-header .search-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 100%;
}
.table-header .search-group input {
  padding: 0 1rem;
  height: inherit;
  font-size: inherit;
}
.table-header .search-group::before {
  content: "|";
  font-weight: 100;
  color: #ccc;
}
.table-header .search-btn {
  width: 3.4rem;
  min-width: 3.4rem;
  height: 3.8rem;
}

.table-list {
  margin: 0 auto;
  width: 100%;
}
.table-list table {
  width: 100%;
  white-space: nowrap;
  border-top: 2px solid #000;
}
.table-list th {
  padding: 0 1rem;
  height: 5.8rem;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
.table-list th:last-child {
  padding-right: 3rem;
}
.table-list thead {
  border-bottom: 1px solid #000;
}
.table-list tbody tr {
  color: #555;
  border-bottom: 1px solid #ccc;
}
.table-list tbody tr:hover {
  background-color: #F6F5F2;
}
.table-list tbody tr:hover .tit {
  color: #CC6727;
}
.table-list tbody td {
  position: relative;
  padding: 1rem 2rem;
  height: 5.8rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.table-list tbody .tit {
  color: #000;
}
.table-list .tit {
  position: relative;
  padding: 0 3rem;
}
.table-list .tit::before, .table-list .tit::after {
  position: absolute;
  top: 47%;
  content: "|";
  font-weight: 100;
  color: #ccc;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.table-list .tit::before {
  left: 0;
}
.table-list .tit::after {
  right: 0;
}
.table-list .tit > a {
  overflow: hidden;
  display: block;
  max-width: 100%;
  height: 100%;
  line-height: 5.7rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-list .col-1 {
  width: 14.2rem;
}
.table-list .col-2 {
  width: auto;
}

@media all and (max-width: 85.375rem) {
  .noti-table .col-3 {
    width: 12rem;
  }
  .noti-table.t-type-2 .col-2 {
    width: 12rem;
  }
  .noti-table.t-type-2 .col-3 {
    width: 15rem;
  }
}
@media all and (max-width: 79.9375rem) {
  .noti-table thead th {
    height: 7rem;
  }
  .noti-table thead th:last-child {
    padding-right: 1rem;
  }
  .noti-table tbody td {
    height: 6rem;
  }
  .noti-table tbody td:last-child {
    padding-right: 1rem;
  }
  .noti-table .col-4 {
    width: 10rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .table-list .col-1:nth-of-type(1) {
    width: 8rem;
  }
  .table-list .col-1:nth-of-type(3) {
    width: 10rem;
  }
  .noti-table .tit {
    padding: 0 1rem;
  }
  .noti-table .col-2,
  .noti-table .col-3,
  .noti-table .col-4 {
    width: 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .table-header .search-wrap {
    justify-content: flex-start;
    width: 100%;
  }
  .table-header .select-box .select {
    padding-left: 1rem;
  }
  .table-list colgroup {
    display: none;
  }
  .table-list tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .table-list tr td:only-child {
    padding: 2rem;
    width: 100% !important;
  }
  .table-list thead th {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .table-list thead th:nth-of-type(1) {
    width: 6rem;
    min-width: 6rem;
  }
  .table-list thead th:nth-of-type(2) {
    width: calc(100% - 6rem);
  }
  .table-list thead th:nth-of-type(2)::after {
    display: none;
  }
  .table-list thead th:last-child {
    display: none;
  }
  .table-list tbody td {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    height: auto;
  }
  .table-list tbody td:nth-of-type(1) {
    width: 6rem;
    min-width: 6rem;
  }
  .table-list tbody td:nth-of-type(2) {
    width: calc(100% - 6rem);
    text-align: left;
  }
  .table-list tbody td:nth-of-type(2)::after {
    display: none;
  }
  .table-list tbody td:nth-of-type(3) {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
  }
  .table-list tbody .tit {
    padding: 1rem;
  }
  .table-list tbody .tit > a {
    line-height: 1.2;
  }
  .noti-table colgroup {
    display: none;
  }
  .noti-table thead {
    display: none !important;
  }
  .noti-table tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .noti-table tbody td {
    padding: 0 1rem;
    height: 3.7rem;
    line-height: 3.7rem;
  }
  .noti-table tbody td:nth-of-type(n+2) {
    margin-left: auto;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .noti-table .tit {
    width: 100%;
    font-size: 1.4rem;
  }
  .noti-table .date {
    width: 33.3333333333%;
  }
  .noti-table .date::before {
    content: "작성일 : ";
  }
  .noti-table .null td {
    width: 100%;
    font-size: var(--sub-txt);
  }
  .noti-table.t-type-2 tbody td {
    padding: 0 1rem;
    height: 3.7rem;
    line-height: 3.7rem;
  }
  .noti-table.t-type-2 tbody td:nth-of-type(n+2) {
    margin-left: auto;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .noti-table.t-type-2 .date {
    order: 3;
    width: 8rem;
  }
  .noti-table.t-type-2 .date::before {
    content: "";
  }
  .noti-table.t-type-2 .writer {
    order: 2;
    padding-left: 1rem;
    width: calc(100% - 8rem);
    text-align: left;
  }
  .noti-table.t-type-2 .writer::before {
    content: "";
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 8rem 0 0;
}
.pagination a {
  display: block;
  min-width: 2.4rem;
  font-size: var(--ss-f);
  color: #555;
  text-align: center;
}
.pagination .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .btn > i::before {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2em;
  font-weight: 500;
  color: #555;
}
.pagination .btn:hover > i::before {
  color: #CC6727;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 0 0.8rem 0.6rem;
  font-size: inherit;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.pagination ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background-color: transparent;
}
.pagination ul li:hover a, .pagination ul li:focus a {
  color: #CC6727;
}
.pagination ul li.active a {
  color: #CC6727;
}
.pagination ul li.active a::after {
  background-color: #CC6727;
}

@media all and (max-width: 47.9375rem) {
  .pagination {
    margin: 3rem 0 0;
  }
  .pagination a.btn {
    text-align: center;
  }
  .pagination a.btn img {
    height: 0.8rem;
  }
  .pagination ul {
    font-size: 1.3rem;
  }
  .pagination ul li {
    margin: 0;
  }
}
/* view */
.view-wrap {
  margin: 8rem 0;
  width: 100%;
}

.view-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border-top: 2px solid #000;
}
.view-top .view-tit {
  font-size: var(--lg-f);
  font-weight: 500;
  line-height: 1.4;
}
.view-top .view-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1.4rem;
  color: #555;
  line-height: 162.5%;
}
.view-top .view-info dt {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}
.view-top .view-info dt::after {
  position: absolute;
  right: 0;
  content: "|";
  font-size: 0.8em;
  font-weight: 100;
  color: #ccc;
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem 2rem;
  width: 100%;
  font-size: var(--ss-f);
  font-weight: 400;
  color: #555;
  line-height: 157.143%;
  border-bottom: 1px solid #ccc;
}
.download-box.file-box {
  width: 100%;
  max-width: none;
}
.download-box .label {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  font-size: inherit;
  font-weight: inherit;
}
.download-box .label::after {
  position: absolute;
  top: -0.25rem;
  right: 0;
  content: "|";
  font-size: 0.9em;
  font-weight: 100;
  color: #ccc;
}
.download-box .file-download-btn {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
}
.download-box .file-download-btn::after {
  margin-left: 1rem;
  content: url("../img/icon/att.svg");
}
.download-box .file-download-btn:hover {
  color: #CC6727;
}
.download-box .file-download-btn:hover::after {
  content: url("../img/icon/att-h.svg");
}

.view-body {
  padding: 2rem 2rem 6rem;
  font-size: var(--com-f);
  line-height: 162.5%;
  border-bottom: 1px solid #ccc;
}
.view-body th,
.view-body td {
  vertical-align: middle;
}
.view-body .view-video {
  position: relative;
  margin: 2rem auto 0;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-body .view-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}

.view-bottom {
  text-align: center;
  line-height: 157.143%;
}
.view-bottom .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
  font-size: var(--ss-f);
  border-bottom: 1px solid #000;
}
.view-bottom .btn-wrap .btn {
  align-items: center;
  width: 50%;
  font-size: inherit;
  color: #555;
}
.view-bottom .btn-wrap .btn > span {
  padding: 2rem;
}
.view-bottom .btn-wrap .btn > span:not(.tit) i::before {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3em;
}
.view-bottom .btn-wrap .btn:hover {
  background-color: #F6F5F2;
  font-weight: 600;
  color: #CC6727;
}
.view-bottom .btn-wrap .btn:hover > span:not(.tit) {
  color: #fff;
  background-color: #555;
}
.view-bottom .btn-wrap .btn:hover > span:not(.tit) i::before {
  color: #CC6727;
}
.view-bottom .tit {
  font-size: inherit;
}
.view-bottom .prev-btn {
  display: flex;
  justify-content: flex-start;
}
.view-bottom .prev-btn i {
  margin-right: 1rem;
}
.view-bottom .prev-btn .tit {
  margin-left: 1rem;
}
.view-bottom .next-btn {
  display: flex;
  justify-content: flex-end;
}
.view-bottom .next-btn i {
  margin-left: 1rem;
}
.view-bottom .next-btn .tit {
  margin-right: 1rem;
}
.view-bottom .list-btn {
  padding: 1.0014rem 3.094rem;
  font-size: var(--ss-f);
  color: #fff;
  line-height: 157.143%;
  background-color: #555;
  border-radius: 4.8rem;
  -webkit-border-radius: 4.8rem;
  -moz-border-radius: 4.8rem;
  -ms-border-radius: 4.8rem;
  -o-border-radius: 4.8rem;
}
.view-bottom .list-btn:hover {
  background-color: #CC6727;
}

@media all and (max-width: 63.9375rem) {
  .view-top {
    align-items: flex-start;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-top {
    flex-direction: column;
    gap: 1rem 0;
    padding-bottom: 1rem;
  }
  .view-top .view-info dt {
    width: 7rem;
    min-width: 7rem;
  }
  .download-box.file-box {
    align-items: flex-start;
  }
  .download-box .label {
    width: 7rem;
    min-width: 7rem;
  }
  .view-body .view-video {
    padding-bottom: 56%;
    width: 100%;
  }
  .view-bottom .btn-wrap .btn > span {
    padding: 1rem;
    white-space: nowrap;
  }
  .view-bottom .prev-btn .tit {
    overflow: hidden;
    margin-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .view-bottom .next-btn .tit {
    overflow: hidden;
    margin-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* 공시자료 */
.announ .dart-position {
  overflow: hidden;
  overflow-x: auto;
  margin: 0 auto;
  max-width: 75rem;
  height: 95rem;
}

/*
문의 폼 */
.form-wrap {
  width: 100%;
}
.form-wrap form {
  width: 100%;
}
.form-wrap .fieldset {
  margin: 8rem 0;
}
.form-wrap .req {
  display: inline-block;
  position: relative;
  padding-left: 0.8rem;
  line-height: 157.143%;
}
.form-wrap .req::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "*";
  font-weight: 300;
  color: #CC6727;
  vertical-align: super;
}

.form-top {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F4F4F4;
}
.form-top .form-tit {
  font-size: var(--lg-f);
  font-weight: 600;
}
.form-top .req {
  margin-left: auto;
  padding-left: 1rem;
  font-size: var(--ss-f);
  color: #555;
}

.type-panel {
  display: none;
}
.type-panel.active {
  display: block;
}

.input-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #F4F4F4;
}
.input-wrap[data-id] {
  display: none;
}
.input-wrap[data-id].active {
  display: flex;
  justify-content: flex-start;
}
.input-wrap .label {
  padding: 1.6rem 2rem;
  width: 20%;
  min-width: 19rem;
  max-width: 28.4rem;
  height: 5.8rem;
  font-weight: 600;
  color: #000;
  line-height: 162.5%;
}
.input-wrap.textarea-wrap {
  align-items: flex-start;
}
.input-wrap.file-box-wrap {
  flex-wrap: wrap;
  gap: 2rem 0;
}
.input-wrap.file-box-wrap .input-group {
  width: 80%;
}
.input-wrap.file-box-wrap .smail {
  display: flex;
  justify-content: flex-start;
  padding: 0 2rem;
  width: 100%;
  color: #555;
  line-height: 157.143%;
}

fieldset.input-wrap {
  position: relative;
}
fieldset.input-wrap .label {
  float: left;
}

.input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 0;
  height: 100%;
}
.input-group input[type=text],
.input-group input[type=tel],
.input-group input[type=email],
.input-group .file-data-box {
  padding: 0 2rem;
  flex: 1 1 0;
  height: 5.8rem;
  font-size: inherit;
  font-weight: 400;
  color: inherit;
  border: 1px solid #ccc;
}
.input-group input[type=text]::-moz-placeholder, .input-group input[type=tel]::-moz-placeholder, .input-group input[type=email]::-moz-placeholder, .input-group .file-data-box::-moz-placeholder {
  font-size: inherit;
  font-weight: 300;
}
.input-group input[type=text]::placeholder,
.input-group input[type=tel]::placeholder,
.input-group input[type=email]::placeholder,
.input-group .file-data-box::placeholder {
  font-size: inherit;
  font-weight: 300;
}
.input-group .select-box {
  padding: 0;
  flex: 1 1 0;
  height: 5.8rem;
  font-size: inherit;
  font-weight: 400;
  color: inherit;
  border: 1px solid #ccc;
}
.input-group .select-box select {
  outline: 0 none;
  padding: 0 2rem;
}
.input-group.col-3 {
  gap: 0 1rem;
}
.input-group.col-3 input {
  width: 33.3333333333% !important;
}
.input-group.col-3 > .bar {
  display: inline-block;
  margin: 0 0.2rem;
  width: 1rem;
  height: 1px;
  background-color: #555;
}
.input-group.col-2 {
  gap: 1.2rem;
}
.input-group.col-2 input {
  width: 50%;
}
.input-group.col-2 > .at {
  display: inline-block;
  font-size: inherit;
}
.input-group .select-box {
  width: 100%;
  height: 5.8rem;
  border: 1px solid #ccc;
}
.input-group .select-box select {
  padding: 0 2rem;
}

.textarea {
  width: 100%;
  height: 20rem;
  border: 1px solid #ccc;
}
.textarea textarea {
  padding: 2rem 3rem;
  width: 100%;
  height: 100%;
  resize: vertical;
}

.file-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: 2rem;
  width: calc(100% - 32rem);
}
.file-box .file-data-box {
  overflow: hidden;
  flex: 1 1 0;
  line-height: 5.8rem;
  margin-right: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-box .file-data-box::before {
  content: "파일을 선택해주세요.";
  font-size: inherit;
  font-weight: 300;
}
.file-box .file-data-box.active::before {
  display: none;
}
.file-box .file-input {
  overflow: hidden;
  width: 0;
  height: 0;
}

.radio-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.radio-group > span {
  position: relative;
  margin-right: 4rem;
  padding-right: 2.5rem;
  font-size: var(--md-f);
  font-weight: 400;
  line-height: 187.5%;
  color: #000;
}
.radio-group > span::before {
  position: absolute;
  top: 53%;
  right: 0;
  content: url("../img/icon/check.png");
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.radio-group input:checked + span::before {
  content: url("../img/icon/checked.png");
}

.form-btn {
  padding: 1rem 3rem;
  width: 12rem;
  font-size: var(--ss-f);
  color: #fff;
  line-height: 157.143%;
  text-align: center;
  background-color: #555;
  border-radius: 4.8rem;
  -webkit-border-radius: 4.8rem;
  -moz-border-radius: 4.8rem;
  -ms-border-radius: 4.8rem;
  -o-border-radius: 4.8rem;
}

.consent-wrap {
  margin-top: 8rem;
}
.consent-wrap .input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
}
.consent-wrap .label {
  flex: 1 1 0;
  padding-left: 0;
  max-width: none;
}

.check-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.check-wrap > span {
  position: relative;
  padding-right: 2.5rem;
  font-size: var(--com-f);
  font-weight: 600;
  color: #CC6727;
  line-height: 162.5%;
}
.check-wrap > span::before {
  position: absolute;
  top: 53%;
  right: 0;
  content: url("../img/icon/check.png");
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.check-wrap input:checked + span::before {
  content: url("../img/icon/checked.png");
}

.over-box {
  overflow: hidden;
  overflow-y: auto;
  padding: 1.6rem 2rem;
  height: 34rem;
  font-size: var(--ss-f);
  color: #555;
  line-height: 157.143%;
  border: 1px solid #ccc;
}
.over-box > h5 {
  font-size: inherit;
  font-weight: 400;
}

.form-bottom {
  margin-top: 8rem;
  text-align: center;
}

@media all and (max-width: 79.9375rem) {
  .input-wrap {
    padding: 1rem 0;
  }
  .input-wrap .label {
    padding: 1rem 1.5rem;
    height: 4.5rem;
  }
  .input-wrap.file-box-wrap .input-group {
    width: calc(100% - 19rem);
  }
  .input-wrap.file-box-wrap .captcha-box .label {
    min-width: 12rem;
  }
  .input-group input[type=text],
  .input-group input[type=tel],
  .input-group input[type=email],
  .input-group .file-data-box {
    height: 4.5rem;
  }
  .input-group .select-box {
    height: 4.5rem;
  }
  .file-box .file-data-box {
    line-height: 4.5rem;
  }
  .file-box .file-data-box.active::before {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .input-group input[type=text],
  .input-group input[type=tel],
  .input-group input[type=email] {
    padding: 1rem;
  }
  .input-group input[type=text]::-moz-placeholder, .input-group input[type=tel]::-moz-placeholder, .input-group input[type=email]::-moz-placeholder {
    font-size: 0.8em;
  }
  .input-group input[type=text]::placeholder,
  .input-group input[type=tel]::placeholder,
  .input-group input[type=email]::placeholder {
    font-size: 0.8em;
  }
  .input-wrap.file-box-wrap .input-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
  }
  .input-wrap.file-box-wrap .captcha-box {
    margin-left: 0;
  }
  .file-box {
    width: 100%;
    max-width: none;
  }
  .file-box .file-data-box::before {
    font-size: 0.8em;
  }
}
@media all and (max-width: 47.9375rem) {
  .consent-wrap {
    margin: 4rem 0;
  }
  .form-wrap .fieldset {
    margin: 4rem 0;
  }
  .form-wrap .fieldset:nth-of-type(1) .input-group {
    flex-wrap: wrap;
  }
  .input-group {
    width: 100%;
  }
  .input-group.col-2, .input-group.col-3 {
    gap: 0 0.25rem;
  }
  .input-group.col-3:nth-of-type(1) {
    flex-direction: column;
    gap: 0.5rem 0;
    height: auto;
  }
  .input-group.col-3:nth-of-type(1) .select-box {
    flex: auto;
  }
  .input-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .input-wrap .label {
    padding-left: 0;
  }
  .input-wrap.file-box-wrap {
    gap: 1rem 0;
  }
  .input-wrap.file-box-wrap .input-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
    width: 100%;
  }
  .input-wrap.file-box-wrap .smail {
    margin-top: 0;
    padding-left: 0;
  }
  .file-box {
    width: 100%;
  }
  .consent-wrap .input-wrap {
    align-items: flex-start;
    margin-bottom: 1rem;
    border-bottom: 0 none;
  }
  .consent-wrap .input-wrap .label {
    width: 100%;
  }
  .consent-wrap .input-wrap .check-wrap {
    margin-left: auto;
  }
  .over-box {
    padding: 3rem 1.5rem;
  }
}
/*
통합검색 */
.search-p .form-wrap {
  margin: 4rem 0 8rem;
}
.search-p .form-wrap .search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 2rem;
  width: 80%;
  max-width: 70rem;
  height: 5.2rem;
  border-radius: 5.2rem;
  -webkit-border-radius: 5.2rem;
  -moz-border-radius: 5.2rem;
  -ms-border-radius: 5.2rem;
  -o-border-radius: 5.2rem;
  border: 1px solid #555;
}
.search-p .form-wrap .search-wrap input {
  flex: 1 1 0;
  height: 100%;
  font-size: var(--com-f);
  font-weight: 400;
  color: #555;
  outline: 0 none;
}
.search-p .form-wrap .search-wrap input::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.search-p .form-wrap .search-wrap input::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.search-p .form-wrap .search-wrap .search-btn {
  margin-left: 1rem;
}
.search-p .form-wrap .search-wrap:hover {
  font-weight: 500;
  border-color: #CC6727;
}
.search-p .form-wrap .search-wrap:hover input {
  font-weight: 500;
  color: #000;
}
.search-p .form-wrap .txt {
  margin: 4rem 0;
  font-size: var(--sub-tit);
  line-height: 133.333%;
  text-align: center;
}
.search-p .form-wrap .txt > span {
  font-weight: 700;
}

.list-wrap .list-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 162.5%;
}
.list-wrap .list-top .tit {
  display: block;
  margin-right: 0.5rem;
}
.list-wrap .search-list {
  font-size: var(--ss-f);
  line-height: 157.143%;
  border-top: 1px solid #000;
}
.list-wrap .search-list li {
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
.list-wrap .search-list li.null {
  text-align: center;
}
.list-wrap .search-list li.null .figure {
  margin: 0 auto 1rem;
  width: 5.5rem;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0;
  line-height: 0;
}
.list-wrap .search-list li.null .sh-txt {
  font-weight: 700;
}
.list-wrap .search-list a {
  display: flex;
  justify-content: flex-start;
  gap: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.list-wrap .search-list a:hover {
  border-bottom: 1px solid #000;
}
.list-wrap .search-list .loc {
  position: relative;
  font-weight: 700;
}
.list-wrap .search-list .loc::after {
  position: absolute;
  top: -0.2rem;
  right: -1.1rem;
  content: "|";
  font-size: 0.9em;
  font-weight: 100;
  color: #ccc;
}

/*
개인정보 처리방침 */
.policy-box {
  line-height: 1.625;
  word-break: break-all;
}
.policy-box .top-txt {
  padding-bottom: 2rem;
  color: #000;
  border-bottom: 1px solid #000;
}
.policy-box .policy-list > li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem 0;
  margin: 4rem 0;
}
.policy-box .policy-list > li .tit {
  font-size: var(--lg-f);
  font-weight: 600;
  line-height: 1.4;
}
.policy-box .num-type-1 {
  counter-reset: num;
}
.policy-box .num-type-1 li {
  position: relative;
  color: #555;
}
.policy-box .num-type-1 li::before {
  counter-increment: num;
  content: counter(num) ".";
}
.policy-box .num-type-2 {
  counter-reset: num;
}
.policy-box .num-type-2 li {
  position: relative;
  color: #555;
}
.policy-box .num-type-2 li::before {
  margin-right: 0.5rem;
  counter-increment: num;
  content: counter(num) ")";
}
.policy-box .num-type-2 li span {
  padding-left: 0.5rem;
}
.policy-box .table {
  margin-top: 1rem;
  border: 1px solid #ccc;
}
.policy-box .table table {
  width: 100%;
}
.policy-box .table .th {
  width: 20%;
}
.policy-box .table tr {
  border-bottom: 1px solid #ccc;
}
.policy-box .table th,
.policy-box .table td {
  padding: 1.4rem 2.4rem;
  height: 5rem;
  font-size: var(--ss-f);
  line-height: 157.143%;
  vertical-align: middle;
}
.policy-box .table th {
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #555;
}
.policy-box .table td {
  color: #555;
}
.policy-box .table thead th:not(:only-child) {
  border-right: 1px solid #ccc;
}
.policy-box .table thead th:not(:only-child):last-child {
  border-right: 0 none;
}
.policy-box .table tbody tr:last-child {
  border-bottom: 0 none;
}
.policy-box .table tbody td:not(:only-child) {
  border-right: 1px solid #ccc;
}
.policy-box .table tbody td:not(:only-child):last-child {
  border-right: 0 none;
}
.policy-box .table.row-table tbody th {
  text-align: left;
}

@media all and (max-width: 47.9375rem) {
  .policy-box .table th,
  .policy-box .table td {
    padding: 0.7rem;
  }
}
/* 스크롤 이벤트 */
.visual-tit,
.visual-desc,
.desc-box,
.desc,
.sec-tit,
.sub-tit,
.sub-desc,
.tit-desc,
.mission,
.arti-card .figure,
.card-header,
.card-body,
.card-desc,
.center-card,
.pop-card,
.pop-card .txt-wrap > *,
.table-wrap,
.map,
.full-bg-img,
.full-img-wrap,
.row-card .figure,
.table-list,
.table-list > *,
.form-wrap,
.env-list .item,
.data-grid .card,
.top-txt-box .link-btn,
.grid-card dl,
.grid-wrap > *,
.human-list,
.his-item dd ul {
  opacity: 0;
}