<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub_top01 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.sub_top01 .subTop-visual {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub_top01 hgroup {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.sub_top01 hgroup a {
  color: #fff;
}
.sub_top01 hgroup path {
  fill: #fff;
}

.sub_top02 {
  height: 100vh;
  position: relative;
  padding-top: var(--headerHeight);
  overflow: hidden;
}
.sub_top02 hgroup {
  height: 43vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sub_top02 .subTop-visual {
  height: 47vh;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sub_top02 .subTop-visual img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  /* max-width: none; */
}

.sub_top03 {
  margin-top: var(--headerHeight);
  padding-top: 10rem;
}

.subTop-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.subTop-path li {
  line-height: 1;
}
.subTop-path li svg {
  width: 1.25rem;
}
.subTop-path li:nth-child(1) svg {
  width: 1.5rem;
}

.subTop-tit {
  font-size: 4.375rem;
  font-weight: 500;
  text-align: center;
}

.lnbWrap {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.875rem;
  z-index: 999;
  opacity: 0;
  display: none;
}
.lnbWrap .lnb {
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.25rem;
  border: 1px solid rgba(235, 235, 235, 0.48);
  padding: 0.5rem 0.625rem;
}
.lnbWrap .lnb a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  border-radius: 0.9375rem;
  white-space: nowrap;
}
.lnbWrap .lnb a.on {
  background: var(--mainColor);
  color: #fff;
  font-weight: 700;
}

.sub-page &gt; .content {
  padding: 10rem 0 12.5rem;
}
.sub-page &gt; .content &gt; section {
  margin-top: 7.5rem;
}
.sub-page .pb0 {
  padding-bottom: 0 !important;
}

.sub-tit {
  text-align: center;
}
.sub-tit h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  line-height: 1.3em;
}
.sub-tit p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media all and (max-width: 640px) {
  .sub-tit p {
    font-size: 16px;
  }
}

.navigation-wrap .nav {
  position: fixed;
  left: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 31.25rem;
  background: #f7f8f9;
  width: 1.75rem;
  height: 6.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.navigation-wrap .nav.show {
  opacity: 1;
  visibility: visible;
}
.navigation-wrap .nav a {
  position: relative;
  /* width: 100%; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-wrap .nav a span {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #ccc;
  border-radius: 100%;
  display: block;
}
.navigation-wrap .nav a p {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: 600;
  display: none;
  color: #aaa;
}
.navigation-wrap .nav a.on span {
  background-color: #283b57;
}
.navigation-wrap .nav a:hover p {
  display: block;
}
.navigation-wrap .nav a.on p {
  color: #283b57;
}

.historyScroll .historyScroll-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.historyScroll .historyScroll-fix {
  width: 43%;
  color: #000;
  font-size: 2.25rem;
  font-weight: 500;
}
.historyScroll .historyScroll-list {
  width: 57%;
  border-top: 1px solid #ebebeb;
}
.historyScroll .historyScroll-list li {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.9375rem;
  padding: 2.1875rem 1.25rem;
}
.historyScroll .historyScroll-list li .month {
  color: #aaa;
  font-size: 1rem;
  font-weight: 500;
  width: 5rem;
  font-family: var(--gibson);
}
.historyScroll .historyScroll-list li .text {
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basic-listGrid .list {
  display: grid;
  grid-template-columns: auto 57.5rem;
}
.basic-listGrid .list:not(:nth-of-type(1)) {
  padding-top: 7.8125rem;
}
.basic-listGrid .list .desc-tit {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 3rem 0 0.9375rem;
}
.basic-listGrid .list .descBold {
  color: #232323;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.7rem;
}
.basic-listGrid .list .descBold strong {
  color: var(--lightBlue);
}
.basic-listGrid .list .desc {
  margin-bottom: 2.5rem;
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}
@media all and (max-width: 640px) {
  .basic-listGrid .list .desc {
    font-size: 16px;
  }
}
.basic-listGrid .list_tit {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4em;
}
.basic-listGrid .hr-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5625rem;
}
.basic-listGrid .hr-card li {
  width: 100%;
  background: var(--bgColor);
  border: 1px solid var(--bgColor);
  padding: 2.75rem 1.375rem;
  height: 20.1875rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.basic-listGrid .hr-card li span {
  font-size: 1rem;
  font-weight: 500;
}
.basic-listGrid .hr-card li h5 {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0.3125rem 0 1rem;
}
.basic-listGrid .hr-card li p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media all and (max-width: 640px) {
  .basic-listGrid .hr-card li p {
    font-size: 16px;
  }
}
.basic-listGrid .hr-card li img {
  position: absolute;
  right: 1.625rem;
  bottom: 1.875rem;
}
.basic-listGrid .hr-card li:hover {
  background: #fff;
  border: 1px solid var(--lightBlue);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(38, 79, 140, 0.08);
  box-shadow: 8px 8px 8px 0px rgba(38, 79, 140, 0.08);
}
.basic-listGrid .hr-card li:hover span,
.basic-listGrid .hr-card li:hover h5 {
  color: var(--lightBlue);
}
.basic-listGrid .hr-imgBox {
  background: var(--bgColor);
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basic-listGrid .hr-hoverBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8125rem;
}
.basic-listGrid .hr-hoverBox li {
  height: 8.875rem;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1.875rem 1.1875rem;
  overflow: hidden;
}
.basic-listGrid .hr-hoverBox li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.basic-listGrid .hr-hoverBox li h6 {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.basic-listGrid .hr-hoverBox li p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.basic-listGrid .hr-hoverBox li:hover p,
.basic-listGrid .hr-hoverBox li:hover::before {
  opacity: 1;
}
.basic-listGrid .hr-imgFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2%;
}
.basic-listGrid .hr-imgFlex img {
  width: 49%;
}

.basic-listGrid .welfare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.basic-listGrid .welfare-grid li {
  border-radius: 0.5rem;
  background: #f4f4f4;
  border: 0px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.5rem;
  height: 9.125rem;
}
.basic-listGrid .welfare-grid li feImage {
  width: 6.25rem;
  margin-bottom: 0;
}
.basic-listGrid .welfare-grid li h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.basic-listGrid .welfare-grid li p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media all and (max-width: 640px) {
  .basic-listGrid .welfare-grid li p {
    font-size: 16px;
  }
}

.basic-listGrid .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
.basic-listGrid .about-list &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 26.25rem;
  padding: 2.5rem 1.875rem 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.basic-listGrid .about-list &gt; li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(47, 63, 87, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.basic-listGrid .about-list &gt; li:hover::before {
  opacity: 1;
}
.basic-listGrid .about-list &gt; li:hover .about-list_tit p {
  opacity: 1;
}
.basic-listGrid .about-list &gt; li:hover .about-list_hover {
  opacity: 1;
}
.basic-listGrid .about-list .about-list_tit {
  z-index: 1;
}
.basic-listGrid .about-list .about-list_tit h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.basic-listGrid .about-list .about-list_tit p {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  transition: all 0.3s;
}
.basic-listGrid .about-list .about-list_hover {
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.basic-listGrid .about-list .about-list_infra li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.basic-listGrid .about-list .about-list_infra span {
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  background: #fff;
  display: inline-block;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.basic-listGrid .about-list .about-list_infra p {
  font-size: 0.875rem;
  font-weight: 300;
}

.formWrap .guide {
  color: #000;
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 0.625rem;
}
.formWrap .requisite {
  color: #5e8caf;
  font-size: 1.275rem;
}

.form {
  border-top: 2px solid #3e425e;
  padding-top: 37px;
}
.form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  margin-bottom: 2.5rem;
}
.form.check .form-input {
  height: auto;
  min-height: 3.625rem;
  border: 1px solid #dedede;
  padding: 0.9375rem 1.875rem;
  background: var(--bgColor);
}

.form li.is-file .file-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .75rem !important;
}
.form li.is-file .file-input label {
  display: flex;
  gap: 1.25rem;
  border-radius: .5rem;
  width: 10.5rem;
  height: 3.625rem;
  background-color: #303030;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.form li.is-file .file-input label svg {
  width: 1.063rem;
  height: 1.063rem;
}
.form li.is-file .file-input ul {
  flex: 1;
  display: flex;
  gap: .75rem;
}
.form li.is-file .file-input li {
  width: 12.5rem;
  overflow: hidden;
  height: 3.625rem;
  background-color: #e0e0e0;
  margin-bottom: 0;
  border-radius: .5rem;
  padding-inline: .938rem;
  display: flex;
  align-items: center;
  gap: .625rem;
  align-items: center;
}
.form li.is-file .file-input li span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.form li.is-file .file-input li button {
  flex: none;
  width: 1.563rem;
  height: 1.563rem;
}
.form li.is-file .file-input li button svg {
  width: 99%;
  height: 99%;
}
.form li.is-file .form-input &gt; p {
  margin-top: 1.125rem;
  color: #808080;
  font-size: .938rem;
  font-weight: 400;
  line-height: 1;
}
.form-name {
  font-size: 1.125rem;
  font-weight: 500;
  width: 20%;
  height: 3.625rem;
  display: flex;
  align-items: center;
}

.form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.125rem;
}
.form-input input[type='text'],
.form-input input[type='password'] {
  width: 100%;
}
.form-input .file-input {
  flex-direction: column;
  gap: 0 !important;
  flex: 1;
}
.form-input .file-input input + p {
  color: #808080;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.form-input textarea {
  width: 100%;
  height: 20.625rem;
  padding-top: 1.875rem;
}
.form-input select {
  width: 21.25rem;
  cursor: pointer;
}
.form-input input:-moz-read-only:not(input[type='file']),
.form-input textarea:-moz-read-only {
  background-color: var(--bgColor);
}
.form-input input:focus,
.form-input input:read-only:not(input[type='file']),
.form-input textarea:read-only {
  background-color: var(--bgColor);
}
.form-input.has-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
}
.form-input.has-btn &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.form-input.has-btn input {
  width: auto;
}
.form-input.has-btn input::placeholder { color: #888888;}

.form-input.has-btn button {
  width: 9.25rem;
  height: 3.625rem;
  background: #303030;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%; /* 18px */
  border-radius: 8px;
}
.form-input.has-btn span {
  color: var(--mainColor);
  font-size: 0.9375rem;
  font-weight: 400;
  align-self: center;
}
.form-input.has-btn span.use {
  color: #f24e44;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9375rem;
}
.form-check span {
  color: #aaa;
  font-size: 0.9375rem;
  font-weight: 400;
}
.form-check input[type='checkbox'] {
  border: 1px solid #dedede;
  accent-color: var(--lightBlue);
  width: 1.25rem;
  height: 1.25rem;
}
.form-check input[type='checkbox']:checked + span {
  color: var(--lightBlue);
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
}
.form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.form-radio input[type='radio'] {
  accent-color: var(--lightBlue);
  width: 1.5rem;
  height: 1.5rem;
}

.form-desc {
  border-top: 0.125rem solid #3e425e;
  padding-top: 2.3125rem;
}
.form-desc h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.form-desc .requisite {
  font-weight: 700;
  font-size: 1.375rem;
}
.form-desc .desc_box {
  color: #686868;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 1rem 0;
  border: 0px solid #dedede;
  height: 15.5rem;
  overflow-y: auto;
}

.accordion-wrap {
  border-top: 1px solid #ebebeb;
}
.accordion-wrap .accordion-head {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 3.75rem;
  gap: 1.5625rem;
  cursor: pointer;
}
.accordion-wrap .accordion-head p {
  font-size: 1.375rem;
  font-weight: 500;
}
.accordion-wrap .accordion-head i {
  margin-left: auto;
  font-size: 1.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-wrap .accordion-head.on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-wrap .accordion-desc {
  background: #f7f8f9;
  border-bottom: 1px solid #ebebeb;
  padding: 3.75rem;
  display: none;
  color: var(--textColor);
  font-size: 1rem;
  font-weight: 500;
}
.accordion-wrap .accordion-desc li h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.accordion-wrap .accordion-desc li p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media all and (max-width: 640px) {
  .accordion-wrap .accordion-desc li p {
    font-size: 16px;
  }
}
.accordion-wrap .accordion-desc li:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.companyCeo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.companyCeo h2 {
  font-size: 2.75rem;
  font-weight: 500;
  margin-bottom: 3.125rem;
  margin-top: -10px;
  letter-spacing: -0.44px;
}
.companyCeo &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9%;
}
.companyCeo feimage {
  width: 33.5%;
}
.companyCeo feimage img {
  width: 100%;
}
.companyCeo .ceo-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.companyCeo .ceo-desc p {
  color: var(--textColor);
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: -0.17px;
  margin-bottom: 1.5625rem;
}
@media all and (max-width: 640px) {
  .companyCeo .ceo-desc p {
    font-size: 16px;
  }
}
.companyCeo .ceo-sign {
  font-size: 22px;
  font-weight: 500;
  margin-top: 45px;
}
.companyCeo .ceo-sign strong {
  font-size: 36px;
  font-weight: 500;
  margin-left: 20px;
}

.companyPhilosophy h3 strong {
  color: #2c6ccb;
}
.companyPhilosophy p {
  margin-top: 30px;
}

.companyVision .vision-tit {
  font-size: 2.375rem;
  font-weight: 500;
}
.companyVision .vision-tit span {
  display: block;
  color: #808080;
  font-family: var(--gibson);
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 0.3125rem;
  margin-left: 0.2rem;
}
.companyVision .basic-listGrid .list hgroup p {
  font-size: 1rem;
  font-weight: 500;
}
.companyVision .basic-listGrid .list hgroup h4 {
  font-family: var(--gibson);
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-top: 0.625rem;
  margin-bottom: 2.1875rem;
}
.companyVision .basic-listGrid .list hgroup h5 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
}
.companyVision .value-nav {
  margin-top: 60px;
}
.companyVision .value-nav a {
  color: #c5c5c5;
  font-family: var(--gibson);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.companyVision .value-nav a span {
  display: none;
}
.companyVision .value-nav a.active {
  color: #323232;
  transform: translateX(10px);
}
.companyVision .value-nav a.active span {
  display: block;
}
.companyVision .historyScroll .historyScroll-fix {
  width: auto;
}
.companyVision .value-list {
  width: 57.5rem;
  padding-bottom: 7.8125rem;
}
.companyVision .value-list .nav-section {
  border-bottom: 1px solid #ddd;
  padding: 5rem 0;
  min-height: 55rem;
}
.companyVision .value-list_thumb {
  position: relative;
  width: 16.25rem;
  height: 16.25rem;
  margin: auto;
  overflow: hidden;
  border-radius: 8.125rem;
}
.companyVision .value-list_thumb img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
.companyVision .value-list_text h5 {
  color: #3c3c3c;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5625rem;
  margin-top: 4.375rem;
}
.companyVision .value-list_text p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.45px;
}

.companyVision .hoimyungStory-slide {
  width: calc(100% + 1.5625rem);
}
.companyVision .hoimyungStory-slide li {
  margin-right: 1.5625rem;
}
.companyVision .hoimyungStory-slide li &gt; div {
  overflow: hidden;
  position: relative;
}
.companyVision .hoimyungStory-slide li &gt; div &gt; img {
  width: 100%;
}
.companyVision .hoimyungStory-slide li .story-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(18, 33, 55, 0.84) 0%, rgba(18, 33, 55, 0.84) 100%);
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.3s;
}
.companyVision .hoimyungStory-slide li .story-hover p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 1.6em;
}
.companyVision .hoimyungStory-slide li &gt; div:hover .story-hover {
  opacity: 1;
}
.companyVision .hoimyungStory-slide li &gt; p {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: -0.55px;
  margin-top: 0.875rem;
}
.companyVision .hoimyungStory-slide .slick-arrow {
  position: absolute;
  right: -4rem;
  top: 40%;
  font-size: 0;
  text-indent: -9999px;
  background-image: url(/image/common/slide-prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.3s;
}
.companyVision .hoimyungStory-slide .slick-arrow:hover {
  background-image: url(/image/common/slide-prev_hover.png);
}
.companyVision .hoimyungStory-slide .slick-prev {
  display: none !important;
}
.companyVision .hoimyungStory-slide .slick-next {
  transform: rotate(180deg);
}
.companyVision .business-banner {
  background-image: url(/image/sub/business-banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7.1875rem 0 5rem;
  text-align: center;
}
.companyVision .business-banner &gt; span {
  color: rgba(255, 255, 255, 0.70);
  font-family: var(--gibson);
  font-size: 1rem;
  font-weight: 400;
}
.companyVision .business-banner p {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0.4375rem 0 1.875rem;
}

.companyCi .basic-listGrid .list &gt; div &gt; img {
  margin-bottom: 5rem;
  width: 100%;
}
.companyCi .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.companyCi .flex .desc-tit {
  margin: 0 !important;
}

.companyHistory .navigation-wrap .nav {
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0px);
  border-radius: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  flex-direction: row;
  height: 4rem;
  justify-content: center;
  gap: 5%;
}
.companyHistory .navigation-wrap .nav a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.companyHistory .navigation-wrap .nav a.on,
.companyHistory .navigation-wrap .nav a:hover {
  border-bottom: 1px solid #283b57;
}
.companyHistory .navigation-wrap .nav a:hover p {
  color:#283b57;
}
.companyHistory .navigation-wrap .nav a span {
  display: none;
}
.companyHistory .navigation-wrap .nav a p {
  position: static;
  transform: translateY(0);
  display: block;
  font-size: 1.25rem;
}
.companyHistory .nav-section {
  border-bottom: 1px solid #ddd;
}
.companyHistory .history-tit {
  margin-bottom: 12.5rem;
  text-align: center;
}
.companyHistory .history-tit h2 {
  font-family: var(--gibson);
  font-size: 4.75rem;
  font-weight: 500;
}
.companyHistory .history-tit p {
  font-size: 2rem;
  font-weight: 500;
}
.companyHistory .history-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  height: 25.5rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.companyHistory .history-intro span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
.companyHistory .history-intro p {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
}
.companyHistory .historyScroll-area {
  padding: 7.5rem 0;
}
.companyHistory .historyScroll-area h2 {
  font-size: 5rem;
  font-weight: 500;
  /* margin-bottom: 3.125rem; */
  line-height: 1.2em;
  font-family: var(--gibson);
  position: absolute;
  top: 7.5rem;
  left: 0;
}
.companyHistory .historyScroll-area h2 span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Pretendard', sans-serif;
}
.companyHistory .historyScroll-fix  {
  padding-top: 13rem;
}
.companyHistory .historyScroll-fix figure {
  margin: 0;
}
.companyHistory .historyScroll-fix img {
  display: block;
  width: 77%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
}
.companyHistory .historyScroll-list li.hasImg:hover {
  background: #fcfcff;
}
.companyHistory .historyScroll-list li.hasImg feImage {
  display: none;
}
.companyHistory .historyScroll-list li .icon {
  line-height: 0;
}
.companyHistory .historyScroll-list li .icon span {
  color: #aaa;
  margin-left: auto;
  font-size: 1.875rem;
  line-height: 1;
}
.companyHistory .history-dream {
  background-image: url(/image/sub/history-dream_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.companyHistory .history-dream h3 {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.companyHistory .history-dream .btn-type01::before {
  background: var(--mainColor);
}
.companyHistory .history-dream .desc {
  margin-top: 5rem;
  margin-left: auto;
  max-width: 34.875rem;
}
.companyHistory .history-dream .desc p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
  color: #fafafa;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 640px) {
  .companyHistory .history-dream .desc p {
    font-size: 16px;
  }
}

.companyPlace .place-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.companyPlace .place-tit h2 {
  font-size: 2.25rem;
  font-weight: 500;
}
.companyPlace .place-tit nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
.companyPlace .place-tit nav a {
  color: #aaa;
  font-size: 1.375rem;
  font-weight: 500;
}
.companyPlace .place-tit nav a.on {
  color: var(--mainColor);
}
.companyPlace .place-mapArea {
  background-color: #dde4f1;
  position: relative;
  width: 100%;
  height: 34vw;
  z-index: 1;
}
.companyPlace .place-mapArea .dim {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 100%;
}
.companyPlace .place-map_img {
  width: 100%;
}
.companyPlace .place-mapArea.global {
  height: 34vw;
}
.companyPlace .place-mapArea.global .place-map {
  width: 100%;
}
.companyPlace .place-map {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 38vw;
}
.companyPlace .place-map_marker {
  position: absolute;
  width: 0.6vw;
  height: 0.6vw;
  background-color: #d0d0d0;
  border-radius: 100%;
  z-index: 1;
}
.companyPlace .place-map_marker.marker-0 {
  top: 2.5vw;
  left: 13.1vw;
}
.companyPlace .place-map_marker.marker-1 {
  top: 9.6vw;
  left: 14.1vw;
}
.companyPlace .place-map_marker.marker-2 {
  top: 15.6vw;
  right: 13vw;
}
.companyPlace .place-map_marker.marker-3 {
  top: 18vw;
  left: 11.3vw;
}
.companyPlace .place-map_marker.marker-4 {
  top: 20.9vw;
  right: 6.9vw;
}
.companyPlace .place-map_marker.marker-5 {
  top: 28.3vw;
  left: 17.1vw;
}
.companyPlace .place-map_marker.marker-6 {
  top: 26.8vw;
  right: 15.7vw;
}
.companyPlace .global .place-map_marker.marker-0 {
  top: 10.9vw;
  right: 14.1vw;
  left: auto;
}
.companyPlace .global .place-map_marker.marker-1 {
  top: 8.4vw;
  left: 32vw;
}
.companyPlace .global .place-map_marker.marker-2 {
  top: 11vw;
  left: 25.2vw;
}
.companyPlace .global .place-map_marker.marker-3 {
  top: 15vw;
  left: 20.5vw;
}
.companyPlace .place-map_marker.active &gt; em {
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 100%;
  background-color: var(--mainColor);
  border: 0;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.companyPlace .place-map_marker.active::before,
.companyPlace .place-map_marker.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.4vw;
  height: 0.4vw;
  background-color: var(--mainColor);
  opacity: 0.1;
  border-radius: 100%;
}
.companyPlace .place-map_marker.active::before {
  -webkit-animation: waves 1.5s ease-in-out infinite 0.1s;
  animation: waves 1.5s ease-in-out infinite 0.1s;
}
.companyPlace .place-map_marker.active::after {
  -webkit-animation: waves 1.5s ease-in-out infinite 0.4s;
  animation: waves 1.5s ease-in-out infinite 0.4s;
}
.companyPlace .place-map_name {
  display: none;
}
.companyPlace .place-map_name.active {
  display: block;
}
.companyPlace .place-map_name {
  padding: 1vw;
  border-radius: 2px;
  background: var(--mainColor);
  position: absolute;
  width: 20vw;
}
.companyPlace .place-map_name .name_close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bec4cc;
  font-size: 0.7vw;
  font-weight: 500;
  z-index: 1;
}
.companyPlace .place-map_name .name_close span {
  color: #fff;
  font-size: 1.1vw;
  cursor: pointer;
}
.companyPlace .place-map_name .name_box &gt; li {
  position: relative;
}
.companyPlace .place-map_name .name_box &gt; li:nth-child(2) {
  border-top: 1px solid #687589;
  padding-top: 1vw;
  margin-top: 1vw;
}
.companyPlace .place-map_name .name_box h4 {
  color: #fff;
  font-size: 0.9vw;
  font-weight: 500;
  margin-bottom: 1.5vw;
}
.companyPlace .place-map_name .name_box h4 span {
  font-size: 0.7vw;
}
.companyPlace .place-map_name .name_box h5 {
  background-color: #fff;
  color: var(--mainColor);
  font-size: 0.7vw;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 4px;
  padding: 5px 8px;
  line-height: 1;
}
.companyPlace .place-map_name .name_box p {
  color: #fff;
  font-size: 0.8vw;
  font-weight: 300;
}
.companyPlace .place-map_name .name_box &gt; li &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.companyPlace .place-map_name .name_box &gt; li a {
  line-height: 0;
  display: inline-block;
}
.companyPlace .place-map_name .name_box &gt; li a span {
  color: #fff;
  font-weight: 100;
  line-height: 1;
  font-size: 1.4vw;
}
.companyPlace .place-map_name .name_box .photo {
  display: none;
}
.companyPlace .place-map_name .name_box .photo img {
  width: 100%;
}
.companyPlace .place-map_name::before {
  content: '';
  position: absolute;
  width: 5vw;
  height: 1px;
  background: #ddd;
}
.companyPlace .place-map_name.marker-0 {
  top: 0.9vw;
  right: -0.7vw;
  z-index: 6;
}
.companyPlace .place-map_name.marker-0::before {
  top: 1.9vw;
  right: 100%;
}
.companyPlace .place-map_name.marker-1 {
  top: 5.4vw;
  left: -11vw;
  z-index: 6;
}
.companyPlace .place-map_name.marker-1::before {
  top: 4.5vw;
  left: 100%;
}
.companyPlace .place-map_name.marker-2 {
  top: 11.6vw;
  right: -12vw;
  z-index: 5;
}
.companyPlace .place-map_name.marker-2::before {
  top: 4.3vw;
  right: 100%;
}
.companyPlace .place-map_name.marker-3 {
  top: 15.27vw;
  left: -13.9vw;
  z-index: 4;
}
.companyPlace .place-map_name.marker-3::before {
  top: 3vw;
  left: 100%;
}
.companyPlace .place-map_name.marker-4 {
  top: 19.0vw;
  right: -18.2vw;
  z-index: 3;
}
.companyPlace .place-map_name.marker-4::before {
  top: 2.2vw;
  right: 100%;
}
.companyPlace .place-map_name.marker-5 {
  top: 20.2vw;
  left: -7.9vw;
  z-index: 2;
}
.companyPlace .place-map_name.marker-5::before {
  top: 8.4vw;
  left: 100%;
}
.companyPlace .place-map_name.marker-6 {
  top: 24.9vw;
  right: -9.4vw;
  z-index: 1;
}
.companyPlace .place-map_name.marker-6::before {
  top: 2.2vw;
  right: 100%;
}
.companyPlace .global .place-map_name.marker-0 {
  top: 9vw;
  right: 19.8vw;
  left: auto;
  z-index: 1;
}
.companyPlace .global .place-map_name.marker-0::before {
  top: 2.2vw;
  left: 100%;
}
.companyPlace .global .place-map_name.marker-1 {
  top: 6.5vw;
  left: 37.6vw;
  z-index: 2;
}
.companyPlace .global .place-map_name.marker-2 {
  top: 9.1vw;
  left: 30.8vw;
  z-index: 3;
}
.companyPlace .global .place-map_name.marker-3 {
  top: 13.1vw;
  left: 26.1vw;
  z-index: 4;
}
.companyPlace .global .place-map_name::before {
  top: 2.2vw;
  right: 100%;
  left: auto;
}
.companyPlace .place-list h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.companyPlace .place-list ul {
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}
.companyPlace .place-list ul &gt; li {
  border-bottom: 1px solid #ebebeb;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.companyPlace .place-list .list_name {
  font-size: 1.35rem;
  font-weight: 600;
  width: 21.375rem;
}
.companyPlace .place-list.global .list_name {
  width: 17.375rem;
}
.companyPlace .place-list .list_name span {
  display: block;
  color: #808080;
  font-size: 0.875rem;
  font-weight: 300;
}
.companyPlace .place-list ul &gt; li &gt; div {
  flex: 1;
}
.companyPlace .place-list ul .list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.companyPlace .place-list .list_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 7%;
}
.companyPlace .place-list .list_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.companyPlace .place-list .list_info li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.companyPlace .place-list .list_info li &gt; span {
  font-size: 1.125rem;
  font-weight: 600;
  width: 6.25rem;
}
.companyPlace .place-list .list_info li p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.companyPlace .place-list .list_info.is-company {
  margin-right: 0;
}
.companyPlace .place-list .list_info.is-company li p{
  margin-right: 7%;
}
.companyPlace .place-list.global .list_info li p strong {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}
.companyPlace .place-list .category-adress .category {
  color: #888;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  background: #dedede;
  padding: 0.4375rem 0.625rem;
  line-height: 1;
  display: inline-block;
  width: max-content;
  margin-bottom: 0.625rem;
}
.companyPlace .place-list .category-adress .category:nth-of-type(2) {
  margin-top: 0.925rem;
}
.companyPlace .place-list.global .category-adress {
  display: flex;
}
.companyPlace .place-list.global .category-adress:nth-of-type(1) {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #ebebeb;
}
.companyPlace .place-list .list_icon {
  margin-left: auto;
  align-self: center;
}
.companyPlace .place-list .list_icon span {
  font-size: 1.9rem;
  font-weight: 300;
  color: #aaa;
}
.companyPlace .place-list .photo {
  margin-top: 2.1875rem;
  display: none;
}
.companyPlace .place-list .photo img {
  width: 100%;
}

.business-wrap .sub-tit {
  background: var(--bgColor);
  padding: 5rem 0;
}
.business-wrap .sub-tit nav {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.1875rem;
}
.business-wrap .sub-tit nav a {
  border-radius: 31.25rem;
  padding: 0.9375rem 2.5rem;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 400;
  background: #e0e0e0;
}
.business-wrap .sub-tit nav a.on {
  font-weight: 600;
  background: var(--mainColor);
  color: #fff;
}
.business-wrap .busi-tit {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: left;
}
.business-wrap .busi-tit span {
  display: block;
  color: #808080;
  font-family: var(--gibson);
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 0.3125rem;
  margin-left: 0.2rem;
}
.business-wrap &gt; section {
  padding: 7.5rem 0;
}

.business-summary {
  padding-top: 0.9375rem !important;
}
.business-summary .carousel-wrap {
  color: rgba(39, 49, 64, 0.06);
  font-family: var(--gibson);
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1.875rem;
}
.business-summary .carousel-wrap .carousel-item {
  white-space: nowrap;
}
.business-summary p {
  text-align: center;
  margin: 1.875rem auto 3.4375rem;
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
}
@media all and (max-width: 640px) {
  .business-summary p {
    font-size: 16px;
  }
}

.business-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  margin-bottom: 5rem;
}
.business-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 2.5rem;
  width: 63%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business-product ul li {
  width: 50%;
  font-size: 1.25rem;
  font-weight: 500;
}
.business-product ul li span {
  color: var(--lightBlue);
  font-family: var(--gibson);
  font-size: 0.9375rem;
  font-weight: 400;
  /*vertical-align: super; */
  margin-right: 0.8rem;
}
.business-product ul li em {
  display: block;
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  margin-left: 1.4375rem;
}

.business-illust {
  position: relative;
  background-color: var(--bgColor);
  padding: 2.5rem 2.5rem;
}
.business-illust h4 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-illust h4 span {
  color: var(--textColor);
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
.business-illust h4 span em {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #364E72;
  display: inline-block;
}
.business-illust &gt; div:nth-of-type(1) {
  margin-bottom: 5rem;
}
.business-illust &gt; div:nth-of-type(1) img {
  margin: auto;
}
.business-illust_hover figure {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s;
}
.business-illust_hover figure:hover {
  opacity: 1;
}
.business-illust_hover figure.hover01 {
  bottom: 35.65rem;
  left: 11.4rem;
  width: 8.95rem;
}
.business-illust_hover figure.hover02 {
  bottom: 34.1rem;
  left: 29.84rem;
  width: 13.5rem;
}
.business-illust_hover figure.hover03 {
  bottom: 35.65rem;
  left: 52.6rem;
  width: 9.99rem;
}

.business-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.business-advantage ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.25rem;
  width: 63%;
}
.business-advantage ul li {
  border-radius: 0.25rem;
  background: #F7F8F9;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #232323;
  border-radius: 8px;
}
.business-advantage ul li img {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-right: 1.875rem;
  width: 37%;
}
.business-advantage ul li:nth-child(5) {
  grid-column: 1 / 3;
}
.business-advantage ul li:nth-child(5) span {
  font-weight: 300;
  width: 100%;
}

.business-list {
  background-color: var(--bgColor);
}
.business-list_item {
  margin-top: 2.5rem;
  background: #FFF;
  display: flex;
  padding: 3.75rem 5rem 3.75rem 2.5rem;
  align-items: center;
  gap: 2.5rem;
}
.business-list_item &gt; img {
  width: 46.5%;
}
.business-list_txt {
  flex: 1;
}
.business-list_txt &gt; h3 {
  color: #3C3C3C;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.business-list_txt &gt; h3 span {
  display: block;
  color: #808080;
  font-size: 1.375rem;
  font-weight: 500;
}
.business-list_txt &gt; div {
  padding: 1.25rem 0;
}
.business-list_txt &gt; div:not(:last-child) {
  border-bottom: 1px dashed rgba(60, 60, 60, 0.20);
}
.business-list_txt &gt; div h4 {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}
.business-list_txt &gt; div li {
  color: var(--textColor);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
}
.business-list_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.business-list_tags li {
  position: relative;
}
.business-list_tags li span {
  border-radius: 0.25rem;
  border: 1px solid #DDD;
  background: #EEE;
  color: var(--textColor);
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
  white-space: nowrap;
  padding: 0.625rem;
  transition: all 0.2s;
  display: block;
}
.business-list_tags li span:hover {
  background: var(--mainColor);
  color: #fff;
}
.business-list_tags li img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  width: 23rem;
  max-width: none;
}
.business-list_tags li span:hover ~ img {
  opacity: 1;
  visibility: visible;
}
.listDesc li {
  display: flex;
}
.listDesc li em {
  font-weight: bold;
  width: 0.9375rem;
  text-align: center;
  margin-right: 0.1875rem;
  line-height: 1.6em;
}
.listDesc li p {
  color: var(--textColor);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  flex: 1;
}
.busiList-modal_btn {
  margin: 7.5rem auto 0;
}
.busiList-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 49, 64, 0.80);
  z-index: 999;
  display: none;
  opacity: 0;
}
.busiList-modal &gt; div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 68.75rem;
  background: #F7F8F9;
  padding: 3.75rem 4rem;
}
.busiList-modal hgroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
.busiList-modal hgroup h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.busiList-modal .overScroll {
  overflow-y: auto;
  max-height: 65vh;
}
.busiList-modal_close {
  width: 1.5625rem;
  cursor: pointer;
}
.busiList-modal table {
  width: 100%;
}
.busiList-modal table .br0 {
  border-right: 0;
}
.busiList-modal table thead th {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: #273140;
  color: #FFF;
  font-size: 1.0625rem;
  font-weight: 500;
  padding: 1.125rem 0;
  text-align: center;
}
.busiList-modal table tbody th {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
}
.busiList-modal table tbody th {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-color: #fff;
}
.busiList-modal table tbody td {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: left;
  background-color: #fff;
  padding: 0.9375rem 1.875rem;
}
.busiList-modal table tbody td:last-child {
  padding: 0.9375rem 0.9375rem;
}
.busiList-modal table.type2 thead th {
  padding: 0.3125rem 0;
}
.busiList-modal table.type2 tbody td {
  padding: 0.625rem;
  text-align: center;
}
.busiList-modal table.type2 tbody span {
  display: block;
  color: #888;
  font-size: 0.9375rem;
  font-weight: 300;
}

.business-outLink {
  background-image: url(/image/sub/busiEnviroment-outLink_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 22.5rem;
}
.business-outLink .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.business-outLink p {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--gibson);
  font-size: 1rem;
  font-weight: 500;
}
.business-outLink h3 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
}

.rndAbout &gt; h2 {
  text-align: center;
  font-size: 3.25rem;
  font-weight: 500;
}
.rndAbout .about-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rndAbout .about-intro_box {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  height: 100vh;
}
.rndAbout .about-intro_box .cover {
  overflow: hidden;
  width: 20%;
  display: flex;
}
.rndAbout .about-intro_box .left {
  border-radius: 0 40px 40px 0;
  left: 0;
  top: 0;
}
.rndAbout .about-intro_box .right {
  border-radius: 40px 0 0 40px;
  right: 0;
  top: 0;
  justify-content: flex-end;
}
.rndAbout .about-intro_box .cover img {
  max-width: unset;
  width: 100vw;
  filter: brightness(1);
}
.rndAbout .about-intro_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
.rndAbout .about-intro_bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0;
  width: 100%;
  object-fit: cover;
}
.rndAbout .about-intro_txt {
  position: absolute;
  font-size: 2.6875rem;
  text-align: center;
  width: 100%;
}
.rndAbout .about-intro_txt p {
  width: 90%;
  opacity: 0;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.6em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rndResult .result-list {
  border-top: 1px solid #ebebeb;
}
.rndResult .result-list li {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 35px 20px;
}
.rndResult .result-list li .month {
  color: #aaa;
  font-size: 16px;
  font-weight: 600;
  width: 80px;
}
.rndResult .result-list li .text {
  font-size: 18px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.rndResult .result-count {
  background-image: url(/image/sub/result-count_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 26.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rndResult .result-count ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  gap: 0.625rem;
}
.rndResult .result-count .count {
  color: #fff;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.rndResult .result-count p {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.esgSustain {
  position: relative;
  width: 100%;
}
.esgSustain .inner {
  display: flex;
  flex-direction: column;
  gap: 8.5rem;
}
.esgSustain .esgSustain-item {
  display: flex;
  align-items: flex-end;
  gap: 3.125rem;
}
.esgSustain .esgSustain-item figure {
  width: 49.188rem;
  aspect-ratio: 1.8 / 1;
}
.esgSustain .esgSustain-item figure img {
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 100%);
  transition: clip-path 1.6s ease-in-out;
}
.esgSustain .esgSustain-item.active figure img {
  clip-path: inset(0 0 0 0);
}
.esgSustain .esgSustain-item .text {
  flex: 1;
  margin-top: 1.25rem;
  transform: translateY(100px);
  transition: all 1.4s .8s ease-in-out;
  opacity: 0;
}
.esgSustain .esgSustain-item.active .text {
  transform: translateY(0);
  opacity: 1;
} 
.esgSustain .esgSustain-item .text h3 {
  color: #3C3C3C;
  font-family: var(--gibson);
  font-size: 2.375rem;
  font-weight: 400;
}
.esgSustain .esgSustain-item .text h3 span {
  font-size: 1rem;
  font-weight: 500;
  vertical-align: baseline;
  font-family: 'Pretendard', sans-serif;
  margin-left: 1rem;
}
.esgSustain .esgSustain-item .text li {
  padding: .75rem 0;
}
.esgSustain .esgSustain-item:nth-child(even) {
  flex-direction: row-reverse;
}
.esgSustain .esgSustain-item .text li h6 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.esgSustain .esgSustain-item .text li p {
  color: var(--textColor);
  font-size: 1rem;
  font-weight: 400;
}

.esgWrap .basic-listGrid .list_tit p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 1.5625rem;
  width: 90%;
}
.esgWrap .esg-listTit {
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 3.125rem;
}
.esgWrap .esg-listTit.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.esgWrap .esg-listDesc {
  color: var(--textColor);
  font-size: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  /* margin-bottom: 1.25rem; */
  font-weight: 300;
  line-height: 1.6em;
}
.esgWrap .esg-listDesc:nth-of-type(1) {
  margin-top: 0;
}
.esgWrap .esg-list {
  border-top: 1px solid #DDD;
  margin-top: 1.875rem;
  margin-bottom: 5rem;
}
.esgWrap .esg-list &gt; li {
  border-bottom: 1px solid #DDD;
  padding: 1.875rem 0;
  display: flex;
}
.esgWrap .esg-list li &gt; span {
  width: 3.75rem;
  color: var(--lightBlue);
  font-family: var(--gibson);
  font-size: 1.125rem;
  font-weight: 400;
}
.esgWrap .esg-list li &gt; p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  flex: 1;
}
.esgWrap .esg-list li.accordion-list {
  display: block;
  padding: 0;
}
.esgWrap .esg-list.accordion-wrap .accordion-head {
  justify-content: space-between;
  border-bottom: none;
  padding: 1.5625rem 1.25rem;
  font-weight: 500;
}
.esgWrap .esg-list.accordion-wrap .accordion-desc {
  height: 50vh;
  overflow-y: scroll;
}
.esgWrap .esg-list.accordion-wrap .accordion-desc img {
  margin: auto;
  width: 100%;
}

.esgHuman-rule {
  background: var(--bgColor);
  padding: 2.8125rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6%;
  row-gap: 1.875rem;
  margin-top: 1.875rem;
}
.esgHuman-rule li img {
  width: 9.6875rem;
  margin: auto;
}
.esgHuman-rule li p {
  color: #5e8caf;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.9375rem;
}
.esgHuman-list {
  border-top: 1px solid #DDD;
  margin-top: 1.875rem;
}
.esgHuman-list li {
  border-bottom: 1px solid #DDD;
  padding: 2.1875rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--textColor);
}
.esgHuman-list li span {
  color: var(--lightBlue);
  margin-bottom: 0.9375rem;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
}

.esgNetwork {
  padding-top: 7.5rem;
  border-top: 1px solid #ddd;
}
.esgNetwork-tab {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 3.5rem;
  width: 57.5rem;
  margin-left: auto;
}
.esgNetwork-tab button {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  border-radius: 31.25rem;
  background: #E0E0E0;
  padding: 0.9375rem 2.5rem;
}
.esgNetwork-tab button.on {
  color: #fff;
  font-weight: 600;
  background: var(--mainColor);
}
.esgNetwork-cont &gt; div {
  display: none;
}
.esgNetwork-cont &gt; div.on {
  display: block;
}
.esgNetwork-list {
  background-color: var(--bgColor);
  padding: 2.5rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.esgNetwork-list &gt; li {
  width: 12.5rem;
}
.esgNetwork-list h4 {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  padding: 1rem 0.625rem;
  justify-content: center;
  align-items: center;
  background: var(--mainColor);
  margin-bottom: 0.625rem;
}
.esgNetwork-list &gt; li &gt; div {
  background: #FFF;
  padding: 1.25rem;
  min-height: 13.75rem;
}
.esgWrap .esgNetwork .esg-list {
  margin-top: 0;
}
.esgNetwork .esgNetwork-cont img {
  margin: 2.5rem 0;
}


.esg-banner {
  background-image: url(/image/sub/esgCyber-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7.1875rem 0 5rem;
  text-align: center;
}
.esg-banner &gt; span {
  color: rgba(255, 255, 255, 0.70);
  font-family: var(--gibson);
  font-size: 1rem;
  font-weight: 400;
}
.esg-banner p {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0.4375rem 0 1.875rem;
}


.esgCyber-banner {
  background-image: url(/image/sub/esgCyber-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 22.5rem;
}
.esgCyber-banner .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.esgCyber-banner hgroup &gt; span {
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--gibson);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.esgCyber-banner hgroup h2 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 500;
}
.esgCyber .cyber-check {
  border-radius: 0.75rem;
  background: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5.3125rem 5.3125rem 5.3125rem 5.3125rem;
  margin-bottom: 7.5rem;
}
.esgCyber .cyber-check h6 {
  color: var(--lightBlue);
  font-size: 1.125rem;
  font-weight: 700;
}
.esgCyber .cyber-check p {
  margin-top: 0.3125rem;
  font-size: 1.625rem;
  font-weight: 500;
}
.esgCyber .cyber-check .commonBtn {
  margin: 0px;
}
.esgCyber .cyber-ok {
  padding: 7.0625rem 0;
  border-radius: 0.75rem;
  background: var(--bgColor);
  text-align: center;
}
.esgCyber .cyber-ok h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
.esgCyber .cyber-ok p {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
  margin: 0.9375rem 0 2.1875rem;
}
@media all and (max-width: 640px) {
  .esgCyber .cyber-ok p {
    font-size: 16px;
  }
}
.esgCyber .cyber-login {
  border-radius: 0.75rem;
  background: #f4f6fa;
  padding: 5.25rem 4%;
  text-align: center;
}
.esgCyber .cyber-login .form {
  max-width: 34.5625rem;
  margin: 0 auto 2.5rem;
  text-align: left;
  padding-top: 0;
  border: none;
}
.esgCyber .cyber-login .form li {
  margin-bottom: 1rem;
}
.esgCyber .cyber-login .form-name {
  width: 8.75rem;
}

.careersWelfare .list_tit span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}
.careersWelfare .list_tit nav {
  margin-top: 2.8125rem;
}
.careersWelfare .list_tit nav a {
  display: block;
  margin-bottom: 0.9375rem;
  color: #AAA;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9375rem 0 0.9375rem 1.5rem;
  border-left: 0.25rem solid transparent;
  line-height: 1;
}
.careersWelfare .list_tit nav a.active {
  border-color:var(--lightBlue);
  color: var(--lightBlue);
}
.careersWelfare .list:nth-of-type(2) .list_tit span {
  color: #55b4e9;
}
.careersWelfare .list:nth-of-type(4) .list_tit span {
  color: #2456d7;
}
.careersWelfare .list feImage {
  margin-bottom: 1.5625rem;
  display: block;
}
.careersWelfare .welfare-bg {
  background: var(--bgColor);
  margin-top: 7.8125rem;
  padding: 7.8125rem 0;
}
.careersWelfare .welfare-bg .list .list_tit span {
  color: #8099f3;
}

.privacy-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.9375rem;
  color: var(--textColor);
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 3.75rem;
}

.privacy-select select {
  border: 1px solid #ebebeb;
  height: 3.125rem;
  width: 11.875rem;
  padding: 0 1.25rem;
  background-position: center right 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--textColor);
}

.privacy-desc {
  color: var(--textColor);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 5rem;
}
@media all and (max-width: 640px) {
  .privacy-desc {
    font-size: 16px;
  }
}

@-webkit-keyframes waves {
  0% {
    width: 16px;
    height: 16px;
    opacity: 0.1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    width: 16px;
    height: 16px;
    opacity: 0.1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}</pre></body></html>