@charset "UTF-8";
/* 인풋스타일*/
input::-moz-placeholder {
  font-size: inherit;
}
input::placeholder {
  font-size: inherit;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.point-b {
  color: #0081CC;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.section {
  padding: 16rem 0;
}

.inner {
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.visual {
  position: relative;
  width: 100%;
  height: 54rem;
  overflow: hidden;
}
.visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  animation: scale 2s ease forwards;
  -webkit-animation: scale 2s ease forwards;
}
.visual.vis0 .bg {
  background: url("/static/img/sub/visual/sub1-1.png") no-repeat center;
  background-size: cover;
}
.visual.vis1 .bg {
  background: url("/static/img/sub/visual/sub1.png") no-repeat center;
  background-size: cover;
}
.visual.vis2 .bg {
  background: url("/static/img/sub/visual/sub2-1.png") no-repeat center;
  background-size: cover;
}
.visual.vis3 .bg {
  background: url("/static/img/sub/visual/sub2-2.png") no-repeat center;
  background-size: cover;
}
.visual.vis4 .bg {
  background: url("/static/img/sub/visual/sub2-3.png") no-repeat center;
  background-size: cover;
}
.visual.vis5 .bg {
  background: url("/static/img/sub/visual/sub2-4.png") no-repeat center;
  background-size: cover;
}
.visual.vis6 .bg {
  background: url("/static/img/sub/visual/sub3.png") no-repeat center;
  background-size: cover;
}
.visual.vis7 .bg {
  background: url("/static/img/sub/visual/sub4.png") no-repeat center;
  background-size: cover;
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
.visual:hover .bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.visual .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
  gap: 2.4rem;
}
.visual .v-tit {
  display: block;
  font-weight: 600;
  line-height: 1.33333;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--tit-f) + 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.visual .v-tit.white {
  color: #ffffff;
}
.visual .v-subtit {
  opacity: 0.5;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.visual .v-subtit.white {
  opacity: 0.5;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #FFF;
}

.sec-tit-48 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--tit-f) + 0.8rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.sec-tit-48 span {
  color: #0081CC;
  line-height: 6rem;
}

.tit-wrapper p > span {
  color: #0081CC;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600 !important;
  line-height: 3.6rem;
}

.group-title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  color: #000;
  font-size: calc(var(--com-f) * 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.group-title .bar {
  width: 4px;
  height: 3.2rem;
  background: #0081CC;
  display: inline-block;
}

.sub-nav-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  max-width: 100vw;
  margin: -6rem 0 0;
  padding: 3rem 0 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sub-nav-wrap .sub-2dep {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 162rem;
  padding: 0 4rem;
  margin: 0 auto;
}
.sub-nav-wrap .sub-2dep a {
  display: block;
  width: 15rem;
  text-align: center;
  font-size: var(--fs-com);
  font-weight: 500;
  line-height: normal;
  color: #222;
  border: 1px solid #000;
  padding: 1.6rem 2.4rem;
}
.sub-nav-wrap .sub-2dep .active {
  border-bottom: 0.2rem solid #0081CC;
}
.sub-nav-wrap .sub-2dep .active a {
  font-weight: 700;
}
.sub-nav-wrap .sub-2dep::before {
  content: "";
  width: calc(100% - 8rem);
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  background: #DEDEDE;
  z-index: -1;
}

@media all and (max-width: 63.9375rem) {
  .section {
    padding: 8rem 0;
  }
  .visual {
    height: 50rem;
  }
  .sub-nav-wrap {
    padding: 2rem 4rem 0;
    width: 100%;
    height: 8rem;
    margin-top: -8rem;
  }
  .sub-nav-wrap::before {
    content: "";
    width: calc(100% - 8rem);
    height: 0.1rem;
    position: absolute;
    bottom: 0;
    background: #DEDEDE;
    z-index: -1;
  }
  .sub-nav-wrap .sub-2dep {
    overflow-x: auto;
    padding: 0;
  }
  .sub-nav-wrap .sub-2dep::before {
    display: none;
  }
  .sub-nav-wrap a {
    width: 14rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .section {
    padding: 6rem 0;
  }
  .sub-nav-wrap {
    padding: 1.2rem 2rem 0;
    height: 6rem;
    margin-top: -6rem;
  }
  .sub-nav-wrap::before {
    width: calc(100% - 4rem);
  }
  .sub-nav-wrap .sub-2dep a {
    width: 10rem;
    padding-bottom: 1.6rem;
    font-size: var(--fs-sm);
  }
  .visual {
    height: 45rem;
  }
  .visual .v-tit {
    padding-bottom: 10rem;
  }
}
.location-area {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fff;
  z-index: 1000 !important;
}
.location-area > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  max-width: 144rem;
  height: 100%;
  margin: 0 auto;
}
.location-area > div > a {
  min-width: 60px;
  height: 100%;
  border-left: 1px solid #d7d7d7;
  line-height: 100%;
  text-align: center;
  padding-top: 2rem;
}
.location-area .locationSEL {
  position: relative;
  min-width: 230px;
  height: 100%;
}
.location-area .locationSEL .first-btn {
  border: 1px solid #d7d7d7;
  border-top: none;
  position: relative;
}
.location-area .locationSEL .first-btn .first-btn.a {
  border-right: none;
}
.location-area .locationSEL .first-btn:after {
  content: "";
  background: url(/static/img/icon/bottom.svg) no-repeat center right;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0.8rem;
  right: 2rem;
}
.location-area .locationSEL a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--com-f);
  color: #222;
  padding: 0 35px 0 20px;
}
.location-area .locationSEL ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 10;
  width: calc(100% + 2px);
  background-color: var(--c-wt);
  border: 1px solid #d7d7d7;
  border-width: 0 1px 1px 1px;
}
.location-area .locationSEL ul li:hover a {
  background-color: black;
  color: #fff;
}

.overview .inner {
  max-width: 192rem;
  padding: 0 2rem;
}
.overview .flex-wrap.p {
  display: flex;
  gap: 6rem;
  align-items: center;
  padding-left: 24rem;
}
.overview .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 46.753247%;
}
.overview .txt-top {
  display: block !important;
  padding-top: 0 !important;
}
.overview .txt-top.b {
  display: block !important;
  padding-top: 2rem;
}
.overview .sign {
  margin-top: 8rem;
}
.overview .type {
  display: block;
  font-size: var(--fs-com);
  font-weight: 700;
  line-height: normal;
  color: #0081CC;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
.overview .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  font-family: "Pretendard", sans-serif;
}

.overview.edu .inner, .overview.value .inner {
  max-width: 148rem;
  padding: 0 2rem;
}

@media all and (max-width: 85.375rem) {
  .overview .flex-wrap.p {
    padding-left: 12rem;
  }
}
@media all and (max-width: 64rem) {
  .overview .flex-wrap.p {
    padding-left: 12rem;
  }
  .overview .sec-tit-48 {
    font-size: var(--tit-f);
  }
}
@media all and (max-width: 63.9375rem) {
  .overview .flex-wrap.p {
    flex-direction: column;
    gap: 4rem;
  }
  .overview .txt-wrap {
    width: 100%;
    max-width: none;
  }
  .overview .txt-top {
    padding-top: 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .overview .inner {
    width: 100%;
    padding: 0 2rem;
  }
  .overview .flex-wrap {
    gap: 3rem;
    padding-left: 0;
  }
  .overview .txt-top {
    gap: 1rem;
  }
  .overview .flex-wrap.p {
    padding-left: 0rem;
  }
}
.overseas {
  padding: 0;
}
.overseas .inner {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.overseas .over-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  align-items: center;
}
.overseas .flex-wrap {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 92rem;
  background: url(/static/img/sub/sub1/section_01.png) no-repeat center center;
  background-size: cover;
}
.overseas .txt-wrap {
  position: absolute;
  left: 24rem;
  top: 16rem;
  text-align: left;
}
.overseas .left-img {
  margin-bottom: 6rem;
}
.overseas .group {
  max-width: 144rem;
  width: 144rem;
}
.overseas .group.b {
  margin-bottom: 16rem;
}
.overseas .company-list {
  display: flex;
  gap: 4.8rem;
  flex-wrap: wrap;
}
.overseas .company-card {
  width: calc(50% - 2.4rem);
  padding: 4rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0 0 1px #eee;
  transition: box-shadow 0.3s;
  border-radius: 12px;
  background: var(--fff, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.overseas .company-card strong {
  display: block;
  color: #0081CC;
  margin-bottom: 1.2rem;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.overseas .company-card p {
  line-height: 1.6;
  word-break: keep-all;
  color: #3C3C3C;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .overseas .company-list {
    display: block;
  }
  .overseas .overseas .group {
    max-width: 100%;
    width: 100%;
  }
  .overseas .overseas .company-card {
    width: 100%;
  }
}

@media all and (max-width: 85.375rem) {
  .ceo .txt-wrap {
    left: 7rem;
    top: 7rem;
  }
  .ceo .flex-wrap {
    height: 60rem;
    background-position: center;
    background-size: cover;
  }
  .ceo .group {
    padding: 0 2rem;
    width: 100%;
    margin: 0 auto;
  }
  .ceo .company-card {
    width: calc(50% - 2.4rem);
  }
  .overseas .img-box {
    padding-top: 0;
    align-items: center;
  }
  .overseas .img-box .txt-box {
    flex: 1;
  }
  .overseas .img-box .txt-box p {
    padding-right: 0 !important;
  }
}
@media all and (max-width: 64rem) {
  .ceo .img-box {
    align-items: end;
    padding-top: 0;
  }
  .ceo .img-box .txt-box {
    flex: 1;
  }
  .ceo .img-box .txt-box p {
    padding-right: 0 !important;
  }
  .ceo .company-card {
    gap: 12rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ceo .img-box {
    display: block;
    padding-top: 0;
  }
  .ceo .img-box .txt-box {
    display: block;
  }
  .ceo .img-box .txt-box p {
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .ceo .flex-wrap {
    height: 50rem;
  }
  .ceo .txt-wrap {
    left: 3rem;
    top: 3rem;
  }
  .overseas {
    padding: 0;
  }
  .overseas .txt-wrap {
    left: 2rem;
  }
  .overseas .flex-wrap {
    height: 52rem;
  }
  .overseas .group {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
  }
  .overseas .group.b {
    margin-bottom: 16rem;
  }
  .overseas .company-list {
    display: flex;
    gap: 4.8rem;
    flex-wrap: wrap;
  }
  .overseas .company-card {
    width: 100%;
    padding: 4rem;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 0 0 1px #eee;
    transition: box-shadow 0.3s;
    border-radius: 12px;
    background: var(--fff, #FFF);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
  }
  .overseas .company-card strong {
    display: block;
    color: #0081CC;
    margin-bottom: 1.2rem;
    font-family: "Pretendard", sans-serif;
    font-size: calc(var(--com-f) + 0.4rem);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
  }
  .overseas .company-card p {
    line-height: 1.6;
    word-break: keep-all;
    color: #3C3C3C;
    font-size: var(--com-f);
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
  }
  .overseas {
    /* 모바일 */
  }
}
@media (max-width: 63.9375rem) and (max-width: 768px) {
  .overseas .company-list {
    display: block;
  }
  .overseas .overseas .group {
    max-width: 100%;
    width: 100%;
  }
  .overseas .overseas .company-card {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .ceo .img-box {
    display: block;
    padding-top: 0;
  }
  .ceo .img-box .txt-box {
    display: block;
  }
  .ceo .img-box .txt-box p {
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .ceo .flex-wrap {
    height: 30rem;
  }
  .ceo .txt-wrap {
    left: 3rem;
    top: 3rem;
  }
  .ceo .company-card {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.vision .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 4rem;
}
.vision .txt-wrap .flex-txt {
  display: flex;
  gap: 10rem;
  align-items: end;
}
.vision .txt-wrap .flex-txt .subtit span {
  display: block;
  margin-bottom: 0.5rem;
}
.vision .txt-wrap .flex-txt .subtit h4 {
  font-size: var(--fs-md);
  margin-bottom: 2rem;
}
.vision .left-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.vision .left-img > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10rem;
}
.vision .left-img > div .icon-box {
  flex: 1;
  color: #fff;
  box-sizing: border-box;
  padding: 2.4rem;
  position: relative;
}
.vision .left-img > div .icon-box::after {
  width: 2rem;
  height: 100%;
  content: "";
  position: absolute;
  background: url(/static/img/sub/sub1/line.png) no-repeat center;
  top: 0;
  right: 0;
}
.vision .left-img > div .icon-box:nth-child(2) img {
  margin-bottom: 1rem;
}
.vision .left-img > div .icon-box:nth-child(3) img {
  margin-bottom: 1rem;
}
.vision .left-img > div .icon-box:nth-child(3)::after {
  display: none;
}
.vision .left-img > div .icon-box h4 {
  margin-bottom: 2rem;
  color: var(--white, #FFF);
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-md);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  text-transform: capitalize;
}
.vision .left-img > div .icon-box p {
  color: var(--white, #FFF);
  font-family: "NanumGothic", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  /* 150% */
}

@media all and (max-width: 85.375rem) {
  .vision .txt-wrap .flex-txt {
    gap: 10rem;
    align-items: start;
  }
  .vision .txt-wrap .subtit {
    flex: 1;
  }
  .vision .icon-box {
    text-align: center;
  }
  .vision .icon-box .v-text {
    height: 50%;
  }
  .vision .icon-box .v-text h4 {
    font-size: calc(var(--fs-md) - 1rem);
    height: 10rem;
  }
  .vision .icon-box.box-a .v-text {
    margin-top: 1rem;
  }
  .vision .left-img > div {
    align-items: start;
  }
}
@media all and (max-width: 64rem) {
  .vision .txt-wrap .flex-txt {
    gap: 5rem;
    align-items: start;
    justify-content: space-between;
  }
  .vision .txt-wrap .subtit {
    flex: 1;
  }
  .vision .left-img > div {
    padding: 0;
  }
  .vision .left-img > div .icon-box {
    text-align: center;
  }
  .vision .left-img > div .icon-box h4 {
    font-size: calc(var(--fs-md) - 1rem);
    margin-bottom: 1rem;
  }
  .vision .left-img > div .icon-box p {
    font-size: calc(var(--fs-com) - 0.2rem);
  }
  .vision .left-img > div .icon-box .icon-box {
    text-align: center;
  }
  .vision .left-img > div .icon-box .icon-box .v-text {
    height: 24rem;
  }
  .vision .icon-box {
    text-align: center;
  }
  .vision .icon-box .v-text {
    height: 50%;
  }
  .vision .icon-box .v-text h4 {
    font-size: calc(var(--fs-md) - 1rem);
    height: 5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .vision .txt-wrap {
    text-align: center;
  }
  .vision .txt-wrap .flex-txt {
    display: block;
  }
  .vision .txt-wrap .subtit {
    margin-top: 2rem;
  }
  .vision .left-img {
    position: static;
    width: 100%;
    height: 100%;
  }
  .vision .left-img > div {
    position: static;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
  }
  .vision .left-img > div .icon-box {
    text-align: center;
    flex: 1;
    color: #000000;
    box-sizing: border-box;
    padding: 0;
    position: static;
    margin-bottom: 3rem;
  }
  .vision .left-img > div .icon-box::after {
    display: none;
  }
  .vision .left-img > div .icon-box:nth-child(2) img {
    margin-bottom: 1rem;
  }
  .vision .left-img > div .icon-box:nth-child(3) img {
    margin-bottom: 1rem;
  }
  .vision .left-img > div .icon-box:nth-child(3)::after {
    display: none;
  }
  .vision .left-img > div .icon-box h4 {
    margin-bottom: 2rem;
    color: var(--white, #000000);
    font-family: "Pretendard", sans-serif;
    font-size: var(--fs-md);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 30px */
    text-transform: capitalize;
  }
  .vision .left-img > div .icon-box p {
    color: var(--white, #000000);
    font-family: "NanumGothic", sans-serif;
    font-size: var(--fs-com);
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    /* 150% */
  }
  .vision .left-img > div .icon-box img {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
}
@media all and (max-width: 47.9375rem) {
  .vision .txt-wrap {
    text-align: center;
  }
  .vision .txt-wrap .flex-txt {
    display: block;
  }
  .vision .txt-wrap .subtit {
    margin-top: 5rem;
  }
  .vision .left-img {
    position: static;
    width: 100%;
    height: 100%;
  }
  .vision .left-img > div {
    position: static;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
  }
  .vision .left-img > div .icon-box {
    text-align: center;
    flex: 1;
    color: #000000;
    box-sizing: border-box;
    padding: 0;
    position: static;
    margin-bottom: 3rem;
  }
  .vision .left-img > div .icon-box::after {
    display: none;
  }
  .vision .left-img > div .icon-box:nth-child(2) img {
    margin-bottom: 1rem;
  }
  .vision .left-img > div .icon-box:nth-child(3) img {
    margin-bottom: 1rem;
  }
  .vision .left-img > div .icon-box:nth-child(3)::after {
    display: none;
  }
  .vision .left-img > div .icon-box h4 {
    margin-bottom: 2rem;
    color: var(--white, #000000);
    font-family: "Pretendard", sans-serif;
    font-size: var(--fs-md);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 30px */
    text-transform: capitalize;
  }
  .vision .left-img > div .icon-box p {
    color: var(--white, #000000);
    font-family: "NanumGothic", sans-serif;
    font-size: var(--fs-com);
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    /* 150% */
  }
  .vision .left-img > div .icon-box img {
    filter: invert(1);
    -webkit-filter: invert(1);
  }
}
.history {
  width: 100%;
  background: linear-gradient(180deg, #F4FAFE 0%, rgba(244, 250, 254, 0) 100%);
}

.history-wrap {
  display: flex;
  align-items: flex-start;
  height: auto;
  padding: 0;
}

/* LEFT */
.history-title {
  width: 46.4rem;
  position: sticky;
  top: 12rem;
}
.history-title .sub {
  color: var(--000, #000);
  /* title-32 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) * 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  /* 150% */
  margin-bottom: 1.2rem;
}
.history-title .main {
  color: var(--main-logo, #0081CC);
  font-family: "Pretendard", sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
}

/* LINE */
.history-line {
  position: relative;
  width: 2px;
  background: #dbe7f2;
  min-height: 120rem;
}

.progress-box {
  width: 1px;
  height: 220rem;
  position: relative;
  background: #dbe7f2;
}

.progress-bar {
  width: 100%;
  height: 0;
  background-color: #0081CC;
  position: absolute;
  top: 0;
  left: 0;
}

.circle {
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-1.2rem, -50%);
  border: 1px solid #0081CC;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.circle:after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #0081cc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* RIGHT */
.history-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6rem 0 0 14.5rem;
  flex: 1;
}
.history-list li {
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.history-list li::before {
  content: "";
  position: absolute;
  left: calc(-14.9rem + 1px);
  top: 50%;
  width: 6px;
  height: 6px;
  background: #959FA1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
}
.history-list .year {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) * 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.history-list .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.history-list p {
  color: #3C3C3C;
  /* p-20 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.history-list p b {
  padding-right: 1.2rem;
  font-weight: 600;
}

.history-list li.active::before {
  opacity: 0;
}

.record {
  max-width: 144rem;
  margin: 0 auto;
  padding: 10rem 0;
  padding: 0 2rem;
}

.record-block {
  margin-bottom: 16rem;
}

.record-tit {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 4.8rem;
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 700;
}
.record-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 3px;
  height: 1.6rem;
  background: #0066cc;
}

.record-table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000000;
  border-collapse: collapse;
}
.record-table thead th {
  padding: 2rem 0;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000000;
  color: #000;
  border-top: 2px solid #000;
  /* p-20-SB */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.record-table tbody td {
  padding: 2rem 2.4rem;
  border-bottom: 1px solid #EAECEC;
  color: #000;
  /* p-18-SB */
  font-size: var(--md-f);
  font-style: normal;
  font-weight: 600;
  line-height: 1.555;
}
.record-table tbody tr:last-child td {
  border-bottom: none;
}
.record-table tbody td:last-child {
  padding-right: 1rem;
  white-space: nowrap;
  text-align: center;
  color: #3C3C3C;
  text-align: center;
  /* p-16-R */
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

@media all and (max-width: 85.375rem) {
  .overview .inner {
    padding: 0 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history-title .main {
    font-size: calc(var(--com-f) * 2rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .history-wrap {
    gap: 5rem;
  }
  .history-list {
    width: 45%;
    padding: 6rem 0 0 0rem;
  }
  .history-list li {
    padding: 2rem;
  }
  .history-list li::before {
    content: "";
    display: none;
  }
  .history-title {
    width: 20%;
  }
  .history-title .sub {
    font-size: calc(var(--ss-f) + 1rem);
  }
  history-list li {
    padding: 2rem;
  }
  .history-title .main {
    font-size: calc(var(--ss-f) + 1rem);
  }
  .progress-box {
    height: 180rem;
  }
}
.value .sec-1 {
  max-width: 144rem;
  margin: 0 auto;
}
.img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.vision-section {
  padding: 8rem 0;
  background: #f6fbff;
}
.vision-section .inner {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 4rem;
}

/* title */
.sec-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: calc(var(--ss-f) + 1rem);
  font-weight: 700;
  margin-bottom: 5rem;
}
.sec-title .bar {
  width: 4px;
  height: 2.4rem;
  background: #0a7ad1;
}

.vision {
  width: 100%;
  background-color: #F4FAFE;
  padding: 16rem 0;
}

/* layout */
.vision-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

/* LEFT MENU */
.vision-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.vision-menu li {
  width: 100%;
  display: flex;
  gap: 4rem 2.4rem;
  align-items: stretch;
}
.vision-menu li h4 {
  width: 28.2rem;
  min-width: 20%;
  padding: 4rem 0;
  background: #0081CC;
  color: #fff;
  border-radius: 0.8rem;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-menu .card-wrap {
  flex: 1;
  display: flex;
  gap: 2.4rem;
}
.vision-menu .card {
  flex: 1;
  background: #fff;
  padding: 4rem 2.4rem;
  border-radius: 1.2rem;
  text-align: center;
  box-shadow: none;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  min-height: 14.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
  border: none;
}
.vision-menu .card strong {
  color: #0081CC;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  font-size: calc(var(--com-f) + 0.4rem);
}
.vision-menu .card h6 {
  color: #3C3C3C;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(var(--com-f) + 0.4rem);
}
.vision-menu .arrow {
  display: flex;
  align-self: center;
  gap: 0.6rem;
}
.vision-menu .arrow img {
  width: 2.4rem;
  height: 2.4rem;
}

@media (max-width: 1024px) {
  .vision {
    padding: 10rem 0;
  }
  .vision-menu li {
    gap: 2rem;
    align-items: stretch;
  }
  .vision-menu li h4 {
    width: auto;
  }
  .arrow {
    display: none;
  }
}
@media (max-width: 1024px) {
  .vision-menu .card-wrap {
    flex: 1;
    gap: 1rem;
  }
  .vision-menu .card-wrap .card {
    padding: 4rem 2rem;
  }
  .vision-menu .arrow {
    justify-content: center;
    text-align: center;
    width: 4rem;
  }
}
@media (max-width: 768px) {
  .vision {
    padding: 6rem 0;
  }
  .vision-menu .card-wrap {
    display: flex;
    flex-direction: column;
  }
  .vision-menu li {
    display: block;
  }
  .vision-menu li h4 {
    width: 100%;
    padding: 2.4rem 0;
    margin-bottom: 2rem;
    font-size: calc(var(--com-f) + 0.4rem);
  }
  .vision-menu .card {
    width: 100%;
    margin-bottom: 1.6rem;
    padding: 2.4rem 2rem;
  }
  .vision-menu .card strong,
  .vision-menu .card h6 {
    font-size: var(--com-f);
  }
  .vision-menu .arrow {
    margin-bottom: 2rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.Rnd {
  padding: 16rem 0 12rem 0;
}
.Rnd .txt-wrapper {
  text-align: center;
}
.Rnd .txt-wrapper h2 {
  margin-bottom: 4.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--tit-f) + 0.8rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.Rnd .txt-wrapper p {
  margin-bottom: 2.4rem;
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.vision .image-wrapper {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
  height: 100%;
}
.vision .image-wrapper .bg {
  width: 826px;
  height: 342px;
  background: url(/static/img/sub/sub1/rnd.png) no-repeat center center;
  background-size: contain;
}
.vision .image-wrapper .txt-box {
  flex: 1;
}
.vision .image-wrapper .txt-box h5 {
  color: #0081CC;
  font-family: "Pretendard", sans-serif;
  margin-bottom: 1.2rem;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.vision .image-wrapper .txt-box ul li {
  color: #3C3C3C;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.vision .image-wrapper div:last-of-type {
  text-align: end;
}

.sec-rnd {
  padding: 10rem 0;
  background: #fff;
}
.sec-rnd .inner {
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.content-tit {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 4rem;
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 700;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) * 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.content-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 3px;
  height: 3.2rem;
  background: #0078d4;
}

.rnd-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.rnd-item {
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rnd-tit {
  color: var(--main-logo, #0081CC);
  margin-bottom: 1.2rem;
  /* p-20-SB */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}

.rnd-item ul {
  display: flex;
  flex-direction: column;
}
.rnd-item ul li {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #3C3C3C;
  /* p-16-R */
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

@media all and (max-width: 85.375rem) {
  .Rnd .image-wrapper .txt-box:nth-child(1) {
    left: 5%;
  }
  .Rnd .image-wrapper .txt-box:nth-child(2) {
    right: 5%;
  }
  .Rnd .image-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .vision .image-wrapper .bg {
    background-size: contain;
    height: 342px;
    margin: 0 auto;
  }
}
@media all and (max-width: 64rem) {
  .Rnd .image-wrapper .txt-box:nth-child(1) {
    left: 5%;
    top: 0;
  }
  .Rnd .image-wrapper .txt-box:nth-child(2) {
    top: 100%;
    right: 5%;
  }
  .vision .image-wrapper {
    display: block;
  }
  .vision .image-wrapper .bg {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .vision .image-wrapper {
    display: block;
  }
  .vision .image-wrapper .txt-box {
    width: 100%;
  }
  .vision .image-wrapper .bg {
    background-size: contain;
    height: 200px;
  }
}
.organization .sec-tit.o-txt {
  line-height: 140%;
}
.organization .img-wrap {
  width: 100%;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.location {
  padding: 10rem 0;
}
.location .inner {
  display: flex;
  gap: 25rem;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.location .inner .common-tit {
  text-align: left;
}
.location .inner .common-tit span {
  text-align: left;
}
.location .inner .common-tit h3 {
  text-align: left;
  font-family: "NanumGothic", sans-serif;
  font-size: var(--fs-tit);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.location .inner .right .info {
  padding-top: 4rem;
}
.location .inner .right .info-box {
  padding: 2rem;
}
.location .inner .right .info-box li {
  color: var(--black_txt, #222);
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.location .inner .right .info-box .info-tit {
  color: var(--grey-2, #777);
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1rem;
}
.location .map-box {
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.location .location {
  padding: 10rem 0;
}
.location .location .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.location .location .inner .left .small-title {
  font-size: var(--ss-f);
  color: #7a7a7a;
  font-weight: 600;
  margin-bottom: 2rem;
}
.location .location .inner .left .title {
  font-size: calc(var(--md-f) * 2);
  line-height: 1.4;
  font-weight: 700;
}
.location .location .inner .left .title span {
  color: #7DC242;
}
.location .location .inner .right .info .label {
  font-size: var(--ss-f);
  font-weight: 600;
  color: #7a7a7a;
}
.location .location .inner .right .info .text {
  font-size: var(--com-f);
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.location .location .inner .right .info .mt {
  margin-top: 1.5rem;
}
.location .location .map-box {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.location .location .map-box img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .location .location {
    padding: 8rem 0;
  }
  .location .location .inner {
    flex-direction: column;
    gap: 4rem;
  }
  .location .location .inner .left .title {
    font-size: 3rem;
  }
  .location .location .inner .right .info .label {
    font-size: 1.3rem;
  }
  .location .location .inner .right .info .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .location .location {
    padding: 6rem 0;
  }
  .location .location .inner {
    gap: 3rem;
  }
  .location .location .inner .left .small-title {
    font-size: 1.2rem;
  }
  .location .location .inner .left .title {
    font-size: 2.6rem;
  }
  .location .location .inner .right .info .label {
    font-size: 1.2rem;
  }
  .location .location .inner .right .info .text {
    font-size: 1.4rem;
  }
  .location .location .map-box {
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
  }
}
@media (max-width: 480px) {
  .location .location .inner .left .title {
    font-size: 2.2rem;
  }
  .location .location .inner .right .info .text {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .location .inner {
    display: block;
  }
}
@media all and (max-width: 47.9375rem) {
  .location .inner .right .info-box {
    padding: 1rem;
  }
}
section .common-tit span {
  display: block;
  color: var(--main_green, #7CB30A);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
section .common-tit h3 {
  color: var(--black_txt, #222);
  text-align: center;
  font-family: "NanumGothic", sans-serif;
  font-size: var(--fs-tit);
  font-style: normal;
  font-weight: 600;
  margin: 0;
  margin-top: 2rem;
  /* 140% */
}
section .common-tit h3 .point {
  display: inline-block;
  color: var(--main_green, #7CB30A);
  font-family: "NanumGothic", sans-serif;
  font-size: var(--fs-tit);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
section .common-tit p {
  display: block;
  padding: 10rem 0 0 0;
  color: var(--black_txt, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: capitalize;
  position: relative;
}
section .common-tit .talent-p::before {
  content: "";
  width: 0.1rem;
  height: 6rem;
  background: #7CB30A;
  position: absolute;
  top: 2rem;
  left: 50%;
}
section .common-tit .talent-p span {
  display: inline;
  color: var(--black_txt, #222);
  font-weight: 700;
}

@media all and (max-width: 47.9375rem) {
  section .common-tit h3 {
    line-height: 120%;
  }
}
.product-section {
  font-family: "Pretendard", sans-serif;
}
.product-section .inner {
  margin: 0 auto;
}
.product-section {
  /* 적용분야 */
}
.product-section .field-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 8rem;
}
.product-section .field-wrap .field {
  width: 33.33%;
  text-align: center;
  background: #fff;
}
.product-section .field-wrap .field h4 {
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #5aa846;
  padding: 2rem 0;
  border-radius: 2rem;
  background: #F7FBED;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.product-section .field-wrap .field span {
  height: auto;
  display: block;
  line-height: 150%;
  color: #222;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #DEDEDE;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 400;
  word-spacing: -0.5rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.product-section {
  /* title */
}
.product-section .sec-title {
  font-weight: 700;
  margin-bottom: 3rem;
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-md);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 100% */
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.product-section .sec-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  background-color: rgba(124, 179, 10, 0.5019607843);
  bottom: 0;
  z-index: -1;
}

.alflex .inner {
  max-width: 192rem;
  padding: 0;
}

.sec-product {
  padding: 0;
  padding-left: 24rem;
}

.product-top {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */
.product-info {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 70rem;
}
.product-info .sign {
  width: 81px;
}
.product-info .desc {
  color: #3C3C3C;
  /* p-20 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.product-tit {
  color: #000;
  /* title-48 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--tit-f) + 0.8rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

.product-desc {
  color: #3C3C3C;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.product-desc strong {
  display: block;
  color: #000;
  margin-bottom: 1.2rem;
}
.product-desc span {
  font-weight: 600;
  line-height: 1.5;
}

.btn-wrap {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.btn.gray {
  display: inline-block;
  min-width: 32rem;
  padding: 1rem 2.6rem;
  font-size: var(--com-f);
  color: #ffffff;
  border-radius: 999px;
  background: #959FA1;
  margin-right: auto;
  display: flex;
  position: relative;
}
.btn.gray span {
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 1rem;
  background: url(/static/img/icon/right-white.svg) no-repeat center right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.btn.gray:hover {
  border-radius: 999px;
  background: #0081CC;
}

.btn.gray.wide {
  padding-right: 3.5rem;
}

/* RIGHT */
.product-visual {
  position: relative;
  border-radius: 1.2rem;
}
.product-visual img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.brand-logo {
  position: absolute;
  top: -1.7rem;
  left: -12rem;
  width: 24.4rem;
  height: 24.4rem;
  /* background: #fff; */
  border-radius: 50%;
  /* box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo img {
  width: 100%;
}

.alflex-detail {
  max-width: 148rem;
  margin: 0 auto;
  margin-bottom: 16rem;
}
.alflex-detail .inner .inner-flex {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.alflex.ez .product-txt-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.alflex.ez .product-txt-wrapper strong {
  margin-bottom: 0;
}

/* APPLY AREA */
.area-tit {
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
  padding-left: 1.2rem;
}
.area-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 3px;
  height: 1.6rem;
  background: #0078d4;
}

.area-list {
  display: flex;
  gap: 4.8rem;
  flex-wrap: wrap;
}
.area-list li {
  padding: 4rem;
  border: 1px solid #eee;
  border-radius: 1.2rem;
  text-align: center;
  background: #fff;
  width: calc(33.33% - 3.2rem);
  background: var(--fff, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.area-list li img {
  height: 8rem;
  margin-bottom: 2.4rem;
  width: 8rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.area-list li p {
  line-height: 1.5;
  color: #3C3C3C;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.area-list.w-25 li {
  width: calc(25% - 3.6rem);
}

@media all and (max-width: 85.375rem) {
  .alflex .inner {
    width: 100%;
    max-width: 100%;
  }
  .sec-product {
    padding-left: 10rem;
  }
  .product-info {
    gap: 0;
  }
  .product-top {
    align-items: start;
  }
}
@media all and (max-width: 64rem) {
  .sec-product {
    padding-left: 2rem;
  }
  .product-info {
    gap: 0;
    max-height: 72rem;
  }
  .product-tit {
    font-size: calc(var(--md-f) * 2);
  }
  .brand-logo {
    width: 50%;
    height: 50%;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-top {
    display: block;
  }
  .product-top .product-info {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    max-height: 72rem;
  }
  .product-top .product-visual {
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .sec-product {
    padding-left: 0;
    padding: 0 2rem;
  }
  .area-list {
    display: block;
  }
  .area-list li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .area-list.w-25 li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .brand-logo {
    left: 61%;
    top: -1rem;
    width: 12rem;
  }
  .product-tit {
    font-size: calc(var(--md-f) * 2);
  }
  .product-desc {
    margin-bottom: 1rem;
  }
}
.spec-section {
  margin: 0 auto;
  max-width: 144rem;
}

.spec-wrap {
  display: flex;
  gap: 4.8rem;
  align-items: flex-start;
}

.spec-table {
  width: 80.6rem;
}
.spec-table .section-tit {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 3rem;
  font-size: calc(var(--ss-f) + 1rem);
  font-weight: 600;
}
.spec-table .section-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 4px;
  height: 2.2rem;
  background: #0a74c9;
}
.spec-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #0081CC;
  border-bottom: 2px solid #0081CC;
}
.spec-table table th {
  width: 30%;
  padding: 1.6rem;
  background: #0a74c9;
  color: #fff;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  /* p-16-SB */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
.spec-table table td {
  padding: 1.6rem 2rem;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  text-align: center;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 1.75;
}

.spec-diagram {
  border-radius: 1.6rem;
}
.spec-diagram .legend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 2rem;
  margin-bottom: 3rem;
}
.spec-diagram .legend li {
  display: flex;
  align-items: center;
  font-size: var(--ss-f);
  color: #444;
}
.spec-diagram .legend li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.8rem;
  background: #0a74c9;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
}
.spec-diagram .layer-img img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 586/360;
  width: 58.6rem;
}

@media (max-width: 1024px) {
  .spec-wrap {
    flex-direction: column;
  }
  .spec-wrap .spec-table {
    width: 100%;
  }
  .spec-wrap .spec-diagram {
    width: 100%;
  }
}
.tit-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  text-align: center;
}
.tit-wrapper .tit-48 {
  color: #000;
  /* title-48 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--tit-f) + 0.8rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
.tit-wrapper p {
  color: #000;
  /* p-20 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.tit-wrapper p span {
  color: #0081CC;
}

.edu .tit-wrapper.b,
.recruit .tit-wrapper.b {
  align-items: center;
  margin-bottom: 12rem;
}
.edu .recruit-wrap,
.recruit .recruit-wrap {
  display: flex;
  justify-content: center;
}
.edu .recruit-box,
.recruit .recruit-box {
  padding-right: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.edu .recruit-box .recruit-img,
.recruit .recruit-box .recruit-img {
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.edu .recruit-box .recruit-img img,
.recruit .recruit-box .recruit-img img {
  text-align: center;
}
.edu .recruit-box .text-box,
.recruit .recruit-box .text-box {
  min-height: 6rem;
}
.edu .recruit-box .text-box h3,
.recruit .recruit-box .text-box h3 {
  color: #0081CC;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
  margin-bottom: 0.6rem;
}
.edu .recruit-box .text-box p,
.recruit .recruit-box .text-box p {
  color: #3C3C3C;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.edu .recruit-box:after,
.recruit .recruit-box:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(/static/img/sub/sub4/arrow-b.png) no-repeat center center;
  top: 35%;
  right: 0rem;
  position: absolute;
}
.edu .recruit-box:last-child::after,
.recruit .recruit-box:last-child::after {
  display: none;
}
@media (max-width: 1024px) {
  .edu .recruit-wrap,
  .recruit .recruit-wrap {
    gap: 3rem;
  }
  .edu .recruit-box,
  .recruit .recruit-box {
    flex: 1;
  }
  .edu .recruit-box:after,
  .recruit .recruit-box:after {
    right: -2rem;
  }
  .edu .recruit-box .text-box,
  .recruit .recruit-box .text-box {
    min-height: 6rem;
  }
}
@media (max-width: 767px) {
  .edu .recruit-wrap,
  .recruit .recruit-wrap {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .edu .recruit-box,
  .recruit .recruit-box {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .edu .recruit-box .text-box,
  .recruit .recruit-box .text-box {
    min-height: auto;
  }
  .edu .recruit-box:after,
  .recruit .recruit-box:after {
    width: 2rem;
    height: 2rem;
    top: auto;
    bottom: -3.5rem;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .edu .recruit-box:last-child::after,
  .recruit .recruit-box:last-child::after {
    display: none;
  }
}

.person {
  margin: 0 auto;
}

.person-detail {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: var(--bg, #F4FAFE);
  padding: 16rem 0;
}
.person-detail .title-box {
  width: 46rem;
  border-radius: 999px;
  background: #0081CC;
  padding: 2.4rem 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.person-detail .title-box:after {
  content: "";
  width: 0.1rem;
  height: 6rem;
  background: #0081CC;
  position: absolute;
  top: 100%;
}
.person-detail h3 {
  color: #fff;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
}

.type-box {
  height: 32rem;
  padding: 2.4rem;
  border-radius: 999px;
  border: 1px solid #0081CC;
  position: relative;
  margin-top: 6rem;
}
.type-box .type {
  position: absolute;
  display: flex;
  width: clamp(16rem, 18vw, 27.2rem);
  height: clamp(16rem, 18vw, 27.2rem);
  padding-bottom: clamp(4rem, 6vw, 10.8rem);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  border-radius: 50%;
  border: 1px dashed rgba(0, 129, 204, 0.5);
  transition: all 0.3s ease;
}
.type-box .type .num {
  color: #0081CC;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}
.type-box .type p {
  color: #0081CC;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-weight: 600;
  line-height: 1.6;
}
.type-box {
  /* 4.8rem씩 겹치도록 균등 배치 */
}
.type-box .type.a {
  left: 2.4rem;
}
.type-box .type.b {
  left: calc(2.4rem + (clamp(16rem, 18vw, 27.2rem) - 4.8rem) * 1);
}
.type-box .type.c {
  left: calc(2.4rem + (clamp(16rem, 18vw, 27.2rem) - 4.8rem) * 2);
}
.type-box .type.d {
  left: calc(2.4rem + (clamp(16rem, 18vw, 27.2rem) - 4.8rem) * 3);
}
.type-box .type.e {
  left: calc(2.4rem + (clamp(16rem, 18vw, 27.2rem) - 4.8rem) * 4);
}
.type-box .type.f {
  right: 2.4rem;
  left: auto;
}

/* 노트북 */
@media (max-width: 1400px) {
  .type-box {
    height: 28rem;
    width: 96%;
    margin: 0 auto;
    margin-top: 6rem;
  }
  .type-box .type {
    width: 22rem;
    height: 22rem;
    padding-bottom: 7rem;
  }
  .type-box .type.a {
    left: 2rem;
  }
  .type-box .type.b {
    left: calc(2rem + (22rem - 3.6rem) * 1);
  }
  .type-box .type.c {
    left: calc(2rem + (22rem - 3.6rem) * 2);
  }
  .type-box .type.d {
    left: calc(2rem + (22rem - 3.6rem) * 3);
  }
  .type-box .type.e {
    left: calc(2rem + (22rem - 3.6rem) * 4);
  }
  .type-box .type.f {
    left: calc(2rem + (22rem - 3.6rem) * 5);
  }
}
/* 태블릿 */
@media (max-width: 1024px) {
  .type-box {
    height: auto;
    padding: 4rem 2rem;
    border-radius: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .type-box .type {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 20rem;
    height: 20rem;
    padding-bottom: 6rem;
  }
}
/* 모바일 */
@media (max-width: 767px) {
  .person-detail .title-box {
    width: 100%;
  }
  .type-box {
    padding: 3rem 1.6rem;
    gap: 1.6rem;
    width: 100%;
  }
  .type-box .type {
    width: 18rem;
    height: 18rem;
    padding-bottom: 6rem;
  }
  .type-box .type p {
    font-size: var(--ss-f);
    line-height: 1.5;
  }
}
.edu .box-wrapper {
  display: flex;
  gap: 4.8rem;
}
.edu .box-wrapper .icon-box {
  width: calc(25% - 3.6rem);
  display: flex;
  padding: 4.8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-shrink: 0;
  border-radius: 1.2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
}
.edu .box-wrapper .icon-box .text-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.edu .box-wrapper .icon-box h4 {
  color: #000;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  font-size: calc(var(--com-f) + 0.4rem);
}
.edu .box-wrapper .icon-box p {
  color: #3C3C3C;
  text-align: center;
  /* p-16 */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.edu .progress h5 {
  color: #3C3C3C;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.edu .progress .flex-box {
  display: flex;
  gap: 2.4rem;
}
.edu .progress .flex-box > div {
  width: calc(33.333% - 4.8rem);
  border-radius: 12px;
  background: #F4FAFE;
}
.edu .progress .flex-box > div .tit-box {
  display: flex;
  width: 384px;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #0081CC;
}

.edu-system {
  background: #fff;
  padding: 0 0 16rem 0;
}
.edu-system .desc {
  margin-bottom: 4.8rem;
}
.edu-system .system-wrap {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.edu-system .system-box {
  background: #f4fafe;
  border-radius: 1.6rem;
  padding: 3.2rem;
  width: calc(33.333% - 4rem);
  position: relative;
}
.edu-system .system-box::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/static/img/sub/sub4/arrow-b.png) no-repeat center center;
  top: 7rem;
  right: -4.5rem;
}
.edu-system .system-box .system-head {
  background: #0081cc;
  color: #fff;
  text-align: center;
  padding: 4rem 2.4rem;
  border-radius: 1rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  /* p-24-SB */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
}
.edu-system .system-box:last-child::after {
  display: none;
}

.edu-system .group-title,
.edu-detail .group-title,
.edu-matrix .group-title,
.edu-schedule .group-title {
  margin-bottom: 1.2rem !important;
}
.edu-system .group-title > h3,
.edu-detail .group-title > h3,
.edu-matrix .group-title > h3,
.edu-schedule .group-title > h3 {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) * 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.edu-system .desc,
.edu-detail .desc,
.edu-matrix .desc,
.edu-schedule .desc {
  color: #3C3C3C;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}

.system-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.system-list.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.system-list.grid .full {
  grid-column: 1/-1;
}
.system-list li {
  border-radius: 1rem;
  padding: 2.4rem;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #0081CC;
  background: #FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.system-list li strong {
  color: #0081cc;
  display: block;
  margin-bottom: 0.6rem;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.system-list li p {
  font-size: 1.3rem;
  color: #3C3C3C;
  text-align: center;
  /* p-16 */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}

.system-desc {
  color: #3C3C3C;
  text-align: center;
  /* p-16 */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.arrow {
  color: #5aa8dd;
  display: inline-block;
  width: 2.4rem;
  height: 2.2rem;
}
.arrow img {
  width: 100%;
  height: 100%;
}

.edu-detail {
  background: #f4fafe;
}

.edu-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4.8rem;
}

.edu-card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 3rem 2rem;
  box-shadow: 0 0 0 1px #e6eef5;
  border: 1px solid #EAECEC;
}
.edu-card h4 {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0081CC;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.edu-card p {
  color: #3C3C3C;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/* 태그 */
.tag {
  padding: 0.6rem 1.6rem;
  border-radius: 1.6rem;
  font-size: var(--ss-f);
  color: #fff;
}
.tag.basic {
  background: #EAECEC;
  color: var(--bk, #3C3C3C);
}
.tag.basic2 {
  background: #CCE6F5;
  color: #0081CC;
}
.tag.deep {
  background: #0081CC;
}
.tag.leader {
  background: #3C3C3C;
}
.tag.basic3 {
  background: #959FA1;
  color: #fff;
}

.edu-matrix {
  background: #fff;
}
.edu-matrix .desc {
  margin-bottom: 4rem;
  color: #3C3C3C;
}
.edu-matrix .desc small {
  display: block;
  margin-top: 0.8rem;
  color: #3C3C3C;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 3rem; /* 150% */
}

.table-wrap {
  overflow-x: auto;
  border-bottom: 1px solid #0081CC;
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 110rem;
  border-top: 2px solid #0081cc;
}
.matrix-table th,
.matrix-table td {
  padding: 1.2rem 0;
  border: 1px solid #EAECEC;
  text-align: center;
  white-space: nowrap;
  color: #3C3C3C;
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.matrix-table thead th {
  background: #0081cc;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  /* 150% */
}
.matrix-table .subject th {
  color: #FFF;
  text-align: center;
  font-size: var(--com-f);
  line-height: 1.75;
  /* 175% */
}
.matrix-table tbody th {
  background: #f4fafe;
  font-weight: 600;
  color: #0081cc;
  vertical-align: middle;
  text-align: center;
  /* p-16-SB */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  line-height: 1.75;
  /* 175% */
}
.matrix-table tbody tr.manager {
  background: var(--bg, #F4FAFE);
}
.matrix-table tbody tr.manager td:nth-child(1) {
  background: #fff;
}
.matrix-table .dot::before {
  content: "●";
  color: #0081cc;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}

span.dot {
  content: "●";
  color: #0081cc;
  font-size: 1.5rem;
}

.edu-schedule {
  background: #f4fafe;
}
.edu-schedule .desc {
  margin-bottom: 4rem;
}
.edu-schedule .schedule-cards {
  width: calc(75% - 2.4rem);
  display: flex;
  gap: 4.8rem;
}
.edu-schedule .schedule-card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem;
  text-align: center;
  box-shadow: 0 0 0 1px #e6eef5;
  flex: 1;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.edu-schedule .schedule-card .icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2.4rem;
  border-radius: 50%;
  background: #0081cc;
  color: #fff;
  font-size: calc(var(--com-f) + 0.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding: 0.2rem;
}
.edu-schedule .schedule-card strong {
  display: block;
  margin-bottom: 1.2rem;
  font-size: var(--com-f);
  color: var(--main-logo, #0081CC);
  /* p-16-SB */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 175% */
}
.edu-schedule .schedule-card p {
  font-size: 1.4rem;
  color: #000;
  /* p-20-SB */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.edu-schedule .schedule-card p span {
  display: block;
  margin-top: 0.6rem;
  color: #3C3C3C;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.edu-schedule .schedule-wrap {
  display: flex;
  gap: 4.8rem;
  align-items: center;
}
.edu-schedule .schedule-info {
  width: calc(25% - 2.4rem);
}
.edu-schedule .schedule-info ul li {
  font-size: var(--com-f);
  line-height: 1.6;
  margin-bottom: 1.2rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.edu-schedule .flex {
  width: 100%;
  display: flex;
  gap: 4.8rem;
}
.edu-schedule .flex .schedule-card {
  width: calc(33.33% - 3.2rem);
  text-align: left;
}
.edu-schedule .flex .schedule-card p {
  color: var(--000, #000);
  /* p-20 */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.edu-schedule .flex .schedule-card strong {
  color: #0081CC;
  color: var(--main-logo, #0081CC);
  /* p-24-SB */
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
}
.edu-schedule .flex .schedule-card .keyword {
  margin-top: 4rem;
}

.edu-schedule.b {
  background-color: #fff;
}
.edu-schedule.b ul {
  display: flex;
}

@media (max-width: 1024px) {
  .edu .box-wrapper {
    flex-wrap: wrap;
  }
  .edu .box-wrapper .icon-box {
    width: calc(50% - 2.4rem);
  }
  .system-wrap {
    flex-direction: row;
  }
  .system-box {
    width: calc(33.333% - 1.8rem);
  }
  .edu-schedule.b ul {
    display: block;
  }
  .edu-schedule.b ul .schedule-card {
    width: 100%;
    margin-bottom: 2rem;
  }
  .edu-schedule .schedule-wrap {
    display: block;
  }
  .edu-schedule .schedule-cards {
    width: 100%;
  }
  .edu-schedule .schedule-info {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .edu-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .edu-system .system-wrap {
    display: block;
  }
  .edu-system .system-wrap .system-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .edu-system .system-wrap .system-box:after {
    top: 100%;
    right: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .edu-card-list {
    display: block;
  }
  .edu-schedule .schedule-cards {
    display: block;
    margin-bottom: 2rem;
  }
  .edu .box-wrapper {
    display: block;
  }
  .edu .box-wrapper .icon-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .edu .edu-card {
    margin-bottom: 2rem;
  }
  .edu-schedule .schedule-card {
    margin-bottom: 2rem;
  }
}
.welfare {
  background: #fff;
}
.welfare .inner {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* 그룹 */
.welfare-group {
  margin-bottom: 4rem;
  margin-top: 12rem;
}
.welfare-group h3 {
  font-weight: 600;
  margin-bottom: 4.8rem;
  text-align: left;
  color: #000;
  font-size: calc(var(--com-f) * 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

/* 카드 리스트 */
.card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem;
  align-items: start;
}

/* 카드 */
.card {
  padding: 3.2rem;
  border: 1px solid #eee;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: space-between;
  transition: box-shadow 0.3s;
  text-align: left;
  justify-content: flex-start;
  border-radius: 12px;
  background: var(--fff, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-width: 0;
}
.card h4 {
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #0081CC;
  font-size: calc(var(--ss-f) + 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.card p {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--com-f) + 0.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.card p.desc {
  color: var(--bk, #3C3C3C);
  /* p-16-R */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.card {
  /* 상세 영역 */
}
.card .card-detail {
  display: none;
}
.card .card-detail .dot-list li {
  position: relative;
  color: #555;
  line-height: 1.6;
  color: #3C3C3C;
  /* p-16-R */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.card .card-detail .point {
  color: #0081CC;
  /* p-16-SB */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.card .card-detail .desc {
  margin-top: 1.2rem;
}
.card .card-detail.b {
  width: 100%;
}
.card .card-detail.b .table-wrap {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 2.4rem;
}
.card .card-detail.b .welfare-table {
  min-width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #0081CC;
}
.card .card-detail.b .welfare-table th,
.card .card-detail.b .welfare-table td {
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #EAECEC;
  text-align: center;
  font-size: var(--ss-f);
  white-space: nowrap;
}
.card .card-detail.b .welfare-table thead th {
  background: #0081CC;
  color: #fff;
  font-weight: 600;
  border-right: 1px solid #fff;
}
.card .card-detail.b .welfare-table thead th:last-child {
  border-right: none;
}
.card .card-detail.b .welfare-table tbody th {
  color: #0081CC;
  font-weight: 600;
  background: #f8fbff;
}
.card .card-detail.b .welfare-table tbody td {
  color: #333;
}
.card .card-detail.b .welfare-table .l-line {
  border-left: 1px solid #EAECEC;
}
.card .card-detail.b {
  /* 하단 안내 문구 */
}
.card .card-detail.b .notice-list {
  margin-top: 1.6rem;
}
.card .card-detail.b .notice-list li {
  font-size: var(--com-f);
  color: #333;
  line-height: 1.6;
  padding-left: 1.2rem;
  position: relative;
}
.card .card-detail.b .notice-list li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.card .card-detail.b .etc {
  margin-top: 1.2rem;
  font-size: var(--com-f);
  color: #3C3C3C;
}

/* 버튼 */
.btn-toggle {
  width: 100%;
  padding: 1.2rem 2.8rem;
  border-radius: 3rem;
  background: #fff;
  color: #3C3C3C;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 999px;
  border: 1px solid rgba(60, 60, 60, 0.5);
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  /* 175% */
}
.btn-toggle em {
  font-style: normal;
}
.btn-toggle span {
  margin-left: 1.2rem;
  background: url(/static/img/icon/angle.svg) no-repeat center right;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.btn-toggle:hover {
  border: 1px solid #0081CC;
  color: #0081CC;
}
.btn-toggle:hover span {
  background: url(/static/img/icon/angle-b.png) no-repeat center right;
}

/* 닫힐 때 (active 제거된 상태에서 180도) */
.card.active .btn-toggle {
  border-radius: 999px;
  border: 1px solid #0081CC;
  color: #0081CC;
}
.card.active .btn-toggle span {
  background: url(/static/img/icon/angle2.svg) no-repeat center right;
}

/* 반응형 */
@media (max-width: 768px) {
  .card-list {
    grid-template-columns: 1fr;
  }
  .welfare-header h2 {
    font-size: 3rem;
  }
}
.news .inner,
.gallery-wrap .inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.news .top,
.gallery-wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.news .top form,
.gallery-wrap .top form {
  display: flex;
  border: 1px solid #EAECEC;
  border-radius: 6px;
}
.news .top .search-select,
.gallery-wrap .top .search-select {
  padding: 1.6rem 1.2rem 1.6rem 2rem;
  outline: none;
  flex: 1;
}
.news .top .search-select select,
.gallery-wrap .top .search-select select {
  width: 100%;
  background: url(/static/img/icon/bottom-black.svg) no-repeat center right 1rem;
  color: #000;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 1.75;
  outline: none;
}
.news .top .search,
.gallery-wrap .top .search {
  display: flex;
  width: 42rem;
  align-items: center;
  gap: 10rem;
  height: 5.6rem;
  padding: 1rem 2rem;
  background: #fff;
  flex: 3;
}
.news .top .search input,
.gallery-wrap .top .search input {
  color: #777;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  outline: none;
}
.news .top .search input::-moz-placeholder, .gallery-wrap .top .search input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news .top .search input::placeholder,
.gallery-wrap .top .search input::placeholder {
  transition: 0.3s;
}
.news .top .search input:focus::-moz-placeholder, .gallery-wrap .top .search input:focus::-moz-placeholder {
  opacity: 0;
}
.news .top .search input:focus::placeholder,
.gallery-wrap .top .search input:focus::placeholder {
  opacity: 0;
}
.news .list,
.gallery-wrap .list {
  width: 100%;
}
.news .list li,
.gallery-wrap .list li {
  padding: 2.4rem 2rem;
  border-bottom: 0.1rem solid #D4D4D4;
}
.news .list li:first-child,
.gallery-wrap .list li:first-child {
  border-top: 0.1rem solid #D4D4D4;
}
.news .list li:hover .num,
.news .list li:hover .title,
.gallery-wrap .list li:hover .num,
.gallery-wrap .list li:hover .title {
  font-weight: 600;
}
.news .list a,
.gallery-wrap .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.news .list span,
.gallery-wrap .list span {
  color: #000;
}
.news .list .num-title,
.gallery-wrap .list .num-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: calc(100% - 18rem);
  font-family: "Pretendard", sans-serif;
  line-height: normal;
  text-transform: uppercase;
}
.news .list .num,
.gallery-wrap .list .num {
  font-size: var(--fs-sm);
  font-weight: 500;
}
.news .list .title,
.gallery-wrap .list .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-txt_b, #222);
  font-size: var(--fs-com);
  font-weight: 400;
}
.news .date-view,
.gallery-wrap .date-view {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.news .date-view span,
.gallery-wrap .date-view span {
  color: var(--color-txt_b, #222);
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.news .date-view .date,
.gallery-wrap .date-view .date {
  position: relative;
}

.pagination {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.pagination ul {
  display: flex;
}
.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #666;
  border-radius: 5px;
}
.pagination ul .active a {
  color: #fff;
  font-weight: 700;
  background: var(--main_green, #7CB30A);
}
.pagination .btn {
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}

@media all and (max-width: 64rem) {
  .news .inner,
  .gallery-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .news .inner .news-list .top {
    display: block;
  }
  .news .inner .news-list .top span {
    margin-bottom: 1rem;
  }
  .news .inner .news-list .top .search {
    gap: 7rem;
    justify-content: space-between;
  }
  .news .list a {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .news .list a .num {
    padding-left: 0;
    min-width: 2rem;
  }
  .news .list .num-title {
    max-width: 100%;
  }
  .gallery-wrap {
    padding: 0 2rem;
  }
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10rem;
  margin-bottom: 4rem;
}
.wrapper .esg-box {
  width: calc(33.333333% - 5rem);
  text-align: center;
}
.wrapper .esg-box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .esg-box .txtbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  letter-spacing: -0.1rem;
}
.wrapper .esg-box .txtbox h3,
.wrapper .esg-box .txtbox strong {
  color: #0081CC;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--md-f) * 2);
  font-style: normal;
  font-weight: 700;
  line-height: 138.889%;
  text-transform: capitalize;
}
.wrapper .esg-box .txtbox p {
  color: #222;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media all and (max-width: 85.375rem) {
  .esg .inner {
    padding: 0 4rem;
  }
  .esg .inner .wrapper .esg-box .txtbox {
    width: 100%;
  }
  .esg .inner .wrapper .esg-box .txtbox h3 {
    letter-spacing: -0.3rem;
  }
  .esg .inner .wrapper .esg-box .txtbox p {
    font-size: var(--md-f);
  }
}
@media all and (max-width: 64rem) {
  .esg .inner {
    padding: 0 4rem;
  }
  .esg .inner .wrapper .esg-box .txtbox {
    width: 100%;
  }
  .esg .inner .wrapper .esg-box .txtbox h3 {
    letter-spacing: -0.3rem;
  }
  .esg .inner .wrapper .esg-box .txtbox strong {
    display: block;
  }
  .esg .inner .wrapper .esg-box .txtbox p {
    font-size: var(--md-f);
  }
}
@media all and (max-width: 63.9375rem) {
  .esg .wrapper {
    display: block;
    gap: 5rem;
  }
  .esg .wrapper .esg-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .esg .wrapper .esg-box img {
    width: 50%;
    height: 50%;
  }
  .esg .wrapper .esg-box .txtbox {
    width: 100%;
  }
  .esg .wrapper .esg-box .txtbox h3 {
    letter-spacing: -0.3rem;
  }
  .esg .wrapper .esg-box .txtbox strong {
    display: inline !important;
  }
  .esg .wrapper .esg-box .txtbox p {
    font-size: var(--md-f);
  }
}
@media all and (max-width: 47.9375rem) {
  .esg .wrapper {
    display: block;
  }
  .esg .wrapper .esg-box {
    width: 100%;
  }
  .esg .e-img {
    margin-top: 3rem;
  }
}
.contact .contact .inner {
  margin: 0 auto;
}
.contact .contact .inner button {
  margin-top: 5rem;
}
.contact .contact-form {
  margin: 0 auto;
  margin-top: 10rem;
  max-width: 144rem;
}
.contact .contact-form form {
  margin: 0 auto;
  background: #f3f9e9;
  border-radius: 2rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  font-family: "Pretendard", sans-serif;
}
.contact .contact-form label {
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: inline-block;
  color: var(--black_txt, #222);
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--fs-sm) + 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.contact .contact-form label span {
  color: #77b03a;
}
.contact .contact-form {
  /* 2열 구조 */
}
.contact .contact-form .form-row.two {
  display: flex;
  gap: 3rem;
}
.contact .contact-form .form-row.two > div {
  width: calc(50% - 3rem);
}
.contact .contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact .contact-form .form-group input,
.contact .contact-form .form-group select,
.contact .contact-form .form-group textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e7edd8;
  border-radius: 2rem;
  padding: 3rem;
  outline: none;
  color: #777;
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.contact .contact-form .form-group input:focus,
.contact .contact-form .form-group select:focus,
.contact .contact-form .form-group textarea:focus {
  border-color: #a8c98b;
}
.contact .contact-form .form-group textarea {
  height: 30rem;
  resize: none;
  margin-top: 0.4rem;
}
.contact .contact-form {
  /* 연락처 3칸 */
}
.contact .contact-form .phone-wrap {
  display: flex;
  gap: 1rem;
}
.contact .contact-form .phone-wrap select,
.contact .contact-form .phone-wrap input {
  width: calc(33.33% - 1rem);
  padding: 3rem 2rem 3rem 3rem;
  box-sizing: content-box;
}
.contact .contact-form .phone-wrap select {
  background: #fff url(/static/img/sub/sub5/Arrow-bottom.svg) no-repeat center right 2rem;
  pointer-events: none;
}
.contact .contact-form .phone-wrap span {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 3rem 0;
}
.contact {
  /* 이메일 4칸 */
}
.contact .email-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact .email-wrap span {
  font-size: var(--md-f);
  color: #666;
}
.contact .email-wrap select,
.contact .email-wrap input {
  width: 16.3rem;
  padding: 3rem 2rem 3rem 3rem;
  box-sizing: content-box;
}
.contact .email-wrap select {
  pointer-events: none;
  background: #fff url(/static/img/sub/sub5/Arrow-bottom.svg) no-repeat center right 2rem !important;
}
.contact {
  /* 체크박스 */
}
.contact .agree {
  text-align: center;
  margin: 0 auto;
  color: var(--black_txt, #222);
  font-size: var(--fs-com);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Pretendard", sans-serif;
}
.contact .agree label {
  text-align: center;
  font-weight: 500;
}
.contact .agree label span {
  color: #77b03a;
  font-weight: 500;
}
.contact .agree label b {
  font-weight: 500;
  text-decoration: underline;
}
.contact .agree input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
  display: inline-block !important;
  opacity: 1 !important;
  position: static !important;
  font-weight: 500;
  /* 체크박스 모양 초기화 해제 */
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
       appearance: checkbox !important;
}
.contact {
  /* 버튼 */
}
.contact .submit-btn {
  margin: 0 auto;
  margin-top: 5rem;
  display: block;
  background: #78b428;
  color: #fff;
  border-radius: 3rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  width: 20rem;
  padding: 3rem;
  font-size: var(--fs-sm);
  border-radius: 18rem;
  -webkit-border-radius: 18rem;
  -moz-border-radius: 18rem;
  -ms-border-radius: 18rem;
  -o-border-radius: 18rem;
}
.contact .submit-btn:hover {
  background: #6aa321;
}
@media all and (max-width: 63.9375rem) {
  .contact .contact-form .form-row.two {
    display: block;
  }
  .contact .contact-form .form-row.two > div {
    width: 100%;
  }
  .contact .contact-form .form-group label {
    margin-top: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .contact .contact-form {
    max-width: 100%;
  }
  .contact .contact-form .phone-wrap select {
    padding: 2rem;
  }
  .contact .contact-form form {
    padding: 3rem;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .contact .contact-form .form-row.two {
    display: block;
  }
  .contact .contact-form .form-row.two > div {
    width: 100%;
  }
  .contact .contact-form .agree input[type=checkbox] {
    margin-right: 0;
  }
  .contact .contact-form .form-group label {
    margin-top: 2rem;
  }
  .contact .contact-form .form-group input,
  .contact .contact-form .form-group select {
    padding: 2rem;
  }
  .contact .contact-form {
    /* 이메일 4칸 */
  }
  .contact .contact-form .email-wrap {
    flex-wrap: wrap;
  }
  .contact .contact-form .email-wrap span {
    font-size: var(--md-f);
    color: #666;
  }
  .contact .contact-form .email-wrap select,
  .contact .contact-form .email-wrap input {
    width: 100%;
  }
  .contact .contact-form .email-wrap select {
    pointer-events: none;
    background: #fff url(/static/img/sub/sub5/Arrow-bottom.svg) no-repeat center right 2rem !important;
  }
}

.section.news {
  padding: 16rem 0;
}
.section.news .inner {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.section.news .inner .sec-tit {
  padding-top: 7rem;
}
.section.news .news-list .top,
.section.news .gallery-wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4.8rem;
}
.section.news .news-list .top span,
.section.news .gallery-wrap .top span {
  color: #0081CC;
  font-size: var(--com-f);
  font-weight: 600;
  line-height: 175%;
}
.section.news .news-list .top form,
.section.news .gallery-wrap .top form {
  display: flex;
}
.section.news .news-list .top .search-select,
.section.news .gallery-wrap .top .search-select {
  flex: 1;
}
.section.news .news-list .top .search,
.section.news .gallery-wrap .top .search {
  flex: 3;
  width: 42.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem;
  background: #fff;
}
.section.news .news-list .top .search input,
.section.news .gallery-wrap .top .search input {
  color: #777;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.section.news .news-list .top .search input::-moz-placeholder, .section.news .gallery-wrap .top .search input::-moz-placeholder {
  color: #777;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 175%;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.section.news .news-list .top .search input::placeholder,
.section.news .gallery-wrap .top .search input::placeholder {
  color: #777;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 175%;
  transition: 0.3s;
}
.section.news .news-list .top .search input:focus::-moz-placeholder, .section.news .gallery-wrap .top .search input:focus::-moz-placeholder {
  opacity: 0;
}
.section.news .news-list .top .search input:focus::placeholder,
.section.news .gallery-wrap .top .search input:focus::placeholder {
  opacity: 0;
}
.section.news .news-list .top .button img,
.section.news .gallery-wrap .top .button img {
  padding-top: 0.1rem;
}
.section.news .list {
  width: 100%;
  border-bottom: 1px solid #000;
}
.section.news .list li {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #D4D4D4;
  color: #959FA1;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 175%;
}
.section.news .list li:first-child {
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 600;
  border-top: 0.2rem solid #000;
  border-bottom: 0.1rem solid #000;
  color: #000;
}
.section.news .list li:hover .title {
  color: #0081CC;
}
.section.news .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0rem;
}
.section.news .list span {
  color: #000;
}
.section.news .list .title-list {
  display: flex;
  text-align: center;
}
.section.news .list .title-list .first-list {
  width: 10%;
}
.section.news .list .title-list .sec-list {
  width: 80%;
}
.section.news .list .title-list .third-list {
  width: 10%;
}
.section.news .list .num-title {
  width: 10%;
  font-family: "Pretendard", sans-serif;
  line-height: normal;
  text-transform: lowercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.section.news .list .num-title .num {
  display: block;
  width: 100%;
  text-align: center;
  color: #959FA1;
  text-align: center;
  /* p-16-R */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.section.news .list .num-title.link {
  overflow: visible;
  padding: 1.6rem 0rem;
}
.section.news .list .num-title-center {
  width: 100%;
  padding: 0 2.4rem;
  text-align: left;
}
.section.news .list .num-title-center .title {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: var(--md-f);
  font-weight: 600;
  line-height: 1.555;
}
.section.news .list .date-view {
  width: 10%;
  flex-shrink: 0;
  text-align: center;
}
.section.news .list .date-view .date {
  display: block;
  width: 100%;
  color: #959FA1;
  text-align: center;
  /* p-16-R */
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.section.news .list .date-view.title {
  width: auto;
}
.section.news .list.view {
  border-bottom: none;
  border-top: 1px solid #000;
}
.section.news .list.view li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #000;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 175%;
  border-bottom: 1px solid #EAECEC;
  padding: 1.6rem 0 1.6rem 2.4rem;
}
.section.news .list.view li:first-child {
  padding: 2.4rem;
}
.section.news .list.view li:hover {
  background: transparent;
}
.section.news .list.view li:hover .num,
.section.news .list.view li:hover .title {
  font-weight: 400;
}
.section.news .list.view .view-body {
  padding: 6rem 2.4rem;
}
.section.news .list.view span {
  color: #000;
}
.section.news .list.view .num-title {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1rem;
  max-width: 100%;
  font-family: "Pretendard", sans-serif;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
}
.section.news .list.view .num {
  color: #595757;
  font-size: calc(var(--com-f) + 0.4rem);
  font-weight: 400;
  line-height: 170%;
  text-transform: uppercase;
}
.section.news .list.view .title {
  color: #000;
  font-size: calc(var(--fs-lg) - 0.2rem);
  font-weight: 400;
  line-height: 170%;
}
.section.news button {
  text-align: left;
}
.section.news button .list-btn {
  padding: 1rem 4rem;
  color: #000;
  font-size: var(--com-f);
  font-weight: 600;
  line-height: 175%;
  background: #fff;
  transition: 0.3s;
}
.section.news button .list-btn:hover {
  color: #fff;
  background: #0081CC;
}
.section.news .date-view {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.section.news .date-view span {
  color: #000;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 175%;
  text-transform: uppercase;
}
.section.news .date-view .date {
  position: relative;
}

section.news.view {
  padding-top: 16rem;
}
section.news.view .inner {
  gap: 6rem;
}
section.news.view .inner .txt-wrap {
  display: none;
}
section.news.view button {
  text-align: center;
}
section.news.view .view-title {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: calc(var(--ss-f) + 1rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1.2rem;
}
section.news.view .content {
  color: #000;
  font-size: var(--com-f);
  font-weight: 400;
  line-height: 2.8rem;
}
section.news.view .content a {
  display: inline-block;
  text-decoration: underline;
}
section.news.view .content.b {
  display: flex;
}
section.news.view .content.b p {
  width: 9.8rem;
  text-align: left;
}
section.news.view .list li:first-child {
  border-top: none;
}
section.news.view .list-btn {
  border-radius: 999px;
  background: var(--gray-logo, #959FA1);
  color: #fff;
  padding: 1rem 2.6rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  vertical-align: middle;
}
.pagination ul {
  display: flex;
  gap: 0.3rem;
}
.pagination ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #666;
  font-size: var(--com-f);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  border-radius: 999px;
  border: 1px solid #EAECEC;
}
.pagination ul .active a {
  color: #fff;
  background: #0081CC;
  border-radius: 50%;
  text-align: center;
}
.pagination .btn {
  transform: translateY(0.2rem);
}
.pagination .prev-btn {
  margin-right: 2.4rem;
}
.pagination .next-btn {
  margin-left: 2.4rem;
}

@media (max-width: 1024px) {
  .section.news {
    padding: 12rem 0;
  }
  .section.news .inner {
    gap: 4rem;
  }
  .section.news .inner .sec-tit {
    padding-top: 5rem;
  }
  .section.news .news-list .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .section.news .news-list .top .search {
    width: 100%;
  }
  .section.news .list .title-list .first-list {
    width: 12%;
  }
  .section.news .list .title-list .sec-list {
    width: 68%;
  }
  .section.news .list .title-list .third-list {
    width: 20%;
  }
  .section.news .list .num-title {
    width: 12%;
  }
  .section.news .list .num-title-center {
    padding: 0 1.6rem;
  }
  .section.news .list .num-title-center .title {
    font-size: 1.7rem;
  }
  .section.news .list .date-view {
    width: 20%;
  }
  section.news.view {
    padding-top: 15rem;
  }
  section.news.view .view-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .section.news {
    padding: 10rem 0;
  }
  .section.news .inner {
    gap: 3rem;
  }
  .section.news .inner .sec-tit {
    padding-top: 3rem;
  }
  .section.news .news-list .top {
    padding-bottom: 3rem;
  }
  .section.news .news-list .top span {
    font-size: 1.4rem;
  }
  .section.news .news-list .top .search {
    padding: 1.2rem 1.6rem;
  }
  .section.news .news-list .top .search input {
    font-size: 1.4rem;
  }
  .section.news .news-list .top .search input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .section.news .news-list .top .search input::placeholder {
    font-size: 1.4rem;
  }
  .section.news .list {
    border-bottom: 0;
  }
  .section.news .list li {
    padding: 1.8rem 0;
    font-size: 1.4rem;
  }
  .section.news .list a {
    align-items: flex-start;
    gap: 1rem;
  }
  .section.news .list .title-list {
    display: none;
  }
  .section.news .list .num-title {
    width: auto;
    min-width: 4rem;
  }
  .section.news .list .num-title .num {
    text-align: left;
  }
  .section.news .list .num-title-center {
    padding: 0;
    flex: 1;
  }
  .section.news .list .num-title-center .title {
    font-size: 1.5rem;
    line-height: 1.5;
    word-break: keep-all;
  }
  .section.news .list .date-view {
    width: auto;
    min-width: 0;
  }
  .section.news .list .date-view .date {
    font-size: 1.3rem;
  }
  .section.news .list.view li {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .section.news .list.view .num-title {
    max-width: 100%;
  }
  .section.news .list.view .num {
    font-size: 1.6rem;
  }
  .section.news .list.view .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section.news button .list-btn {
    padding: 1rem 2.4rem;
    font-size: 1.4rem;
  }
  .section.news .date-view {
    gap: 1.2rem;
  }
  .section.news .date-view span {
    font-size: 1.3rem;
  }
  section.news.view {
    padding-top: 12rem;
  }
  section.news.view .view-title {
    font-size: var(--md-f);
  }
  section.news.view .content {
    font-size: var(--ss-f);
    line-height: 1.8;
  }
  section.news.view .content.b {
    flex-direction: column;
    gap: 0.8rem;
  }
  section.news.view .content.b p {
    width: 100%;
  }
  section.news.view .content img {
    margin-bottom: 2.4rem;
  }
  .news .top form {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section.news {
    padding: 8rem 0;
  }
  .section.news .news-list .top .search {
    width: 100%;
    padding: 1rem 1.2rem;
  }
  .section.news .news-list .top .search input {
    width: 100%;
    font-size: 1.3rem;
  }
  .section.news .news-list .top .search input::-moz-placeholder {
    font-size: 1.3rem;
  }
  .section.news .news-list .top .search input::placeholder {
    font-size: 1.3rem;
  }
  .section.news .list li {
    padding: 1.6rem 0;
  }
  .section.news .list a {
    gap: 0.8rem;
  }
  .section.news .list .num-title {
    min-width: 3rem;
  }
  .section.news .list .num-title .num {
    font-size: 1.2rem;
  }
  .section.news .list .num-title-center .title {
    font-size: var(--ss-f);
  }
  .section.news .list .date-view {
    min-width: 7rem;
  }
  .section.news .list .date-view .date {
    font-size: 1.2rem;
  }
  .section.news .list.view .title {
    font-size: var(--com-f);
  }
  .section.news .list.view .num {
    font-size: var(--ss-f);
  }
  .section.news .date-view {
    flex-wrap: wrap;
  }
  .section.news .date-view span {
    font-size: 1.2rem;
  }
  section.news.view {
    padding-top: 10rem;
  }
  section.news.view .view-title {
    font-size: 1.6rem;
  }
  section.news.view .content {
    font-size: 1.3rem;
  }
}
.gallery-wrap {
  max-width: 152rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.gallery-wrap .inner {
  padding: 16rem 0;
  gap: 0;
}

/* top */
/* list */
.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  row-gap: 6rem;
  margin-bottom: 12rem;
  margin-top: 2.4rem;
}
.gallery-list li a {
  display: block;
}
.gallery-list li .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  aspect-ratio: 448/252;
  overflow: hidden;
  width: 44.8rem;
  background: #fff;
  margin-bottom: 2.4rem;
  border: 1px solid #EAECEC;
}
.gallery-list li .thumb:hover {
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  border: 2px solid #0081CC;
  background: #FFF;
}
.gallery-list li .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list li .info {
  margin-top: 1.6rem;
}
.gallery-list li .info .title {
  margin-bottom: 0.6rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: var(--md-f);
  font-style: normal;
  font-weight: 600;
  line-height: 1.555;
  /* 155.5% */
}
.gallery-list li .info .date {
  color: #959FA1;
  font-family: "Pretendard", sans-serif;
  font-size: var(--com-f);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
}
.gallery-list li:hover .thumb {
  border: 2px solid #0081CC;
}
.gallery-list li:hover .info p {
  color: #0081CC;
}

@media all and (max-width: 63.9375rem) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-wrap .inner {
    padding-top: 3rem;
    gap: 0;
  }
  .gallery-wrap .inner .top {
    display: block;
  }
  .gallery-wrap .inner .top h4 {
    margin-bottom: 1rem;
  }
  .gallery-wrap .inner .top .search-select {
    width: 20%;
  }
  .gallery-wrap .inner .top .search {
    gap: 0rem;
    justify-content: space-between;
    width: 80%;
  }
}
@media all and (max-width: 47.9375rem) {
  .gallery-wrap {
    padding: 0 2rem;
  }
  .gallery-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.location-wrap {
  width: 100%;
  padding: 12rem 0;
}

.location-inner {
  max-width: 152rem;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  grid-template-columns: 36rem 1fr;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
}

/* left */
.location-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 36.6rem;
}

.location-card {
  padding: 2.4rem;
  border-radius: 1.2rem;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.location-card .name {
  font-size: var(--md-f);
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.location-card .info li {
  font-size: var(--ss-f);
  line-height: 1.6;
  display: flex;
  gap: 1.2rem;
  color: #3C3C3C;
  /* p-14 */
  font-family: "Pretendard", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857; /* 142.857% */
  letter-spacing: -0.28px;
}
.location-card .info li strong {
  display: inline-block;
  min-width: 4.7rem;
  color: #111;
  font-weight: 500;
}
.location-card:hover {
  border-radius: 12px;
  border: 2px solid #0081CC;
  background: var(--fff, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.location-card:hover .name {
  color: #0081CC;
  font-weight: 600;
}

/* right */
.map-wrapper {
  flex: 1;
}

.map-area {
  width: 100%;
  height: 100%;
  min-height: 42rem;
  border-radius: 1.2rem;
  overflow: hidden;
  display: none;
}
.map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.map-area #daumRoughmapContainer1782873873662 .cont, .map-area #daumRoughmapContainer1782874506238 .cont, .map-area #daumRoughmapContainer1782874607415 .cont, .map-area #daumRoughmapContainer1782878264291 .cont {
  display: none;
}
.map-area .root_daum_roughmap .wrap_controllers {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  overflow: hidden;
  padding: 7px 11px;
  display: none;
}

@media all and (max-width: 63.9375rem) {
  .location-inner {
    display: block;
    padding: 0;
  }
  .location-inner .location-list {
    width: 100%;
  }
  .location-inner .map-area {
    margin-top: 2rem;
    width: 100%;
  }
  .location-inner .map-area iframe {
    height: 45rem;
  }
}
.map-area.active {
  display: block;
}

.subnav-wrap {
  border-bottom: 1px solid #EAECEC;
  background: #fff;
  position: relative;
  z-index: 10;
}

.subnav {
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
}

.col {
  position: relative;
  width: 28rem;
  border-left: 1px solid #EAECEC;
  box-sizing: border-box;
}
.col:last-child {
  border-right: 1px solid #EAECEC;
}

.home {
  width: 8rem;
}

.nav-btn {
  width: 100%;
  height: 6rem;
  padding: 0 2.4rem;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  text-align: left;
  font-size: var(--com-f);
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: #3C3C3C;
  line-height: 1.75;
}
.nav-btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #3C3C3C;
  border-bottom: 2px solid #3C3C3C;
  transform: translateY(-50%) rotate(45deg);
}
.nav-btn.active {
  background: #111;
  color: #fff;
}
.nav-btn.active::after {
  border-color: #fff;
}

.nav-list {
  display: none;
  position: absolute;
  top: 6rem;
  left: -0.5px;
  width: calc(100% + 2px);
  background: #fff;
  border-top: 1px solid #e5e5e5;
  z-index: 20;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.nav-list li a {
  display: block;
  padding: 1.6rem 2.4rem;
  font-size: calc(var(--com-f) - 0.1rem);
  color: #333;
}
.nav-list li a:hover, .nav-list li a.active {
  background: #F4FAFE;
  color: #0081CC;
}

/* hover open (PC) */
.col:hover .nav-list {
  display: block;
}

/* home icon */
.home-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}

.icon-home {
  width: 2rem;
  height: 2rem;
  background: url("/static/img/common/icon-home.svg") no-repeat center/contain;
}

/*aos*/
.overview .left-img,
.overview .txt-wrap {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.overview .left-img .txt-top,
.overview .txt-wrap .txt-top {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-top: 2rem;
}

.history .txt-wrap {
  opacity: 0;
}
.history .history-table {
  opacity: 0;
}

.organization .common-tit,
.organization .img-wrap {
  opacity: 0;
}

.location .common-tit,
.location .right,
.location .map-box {
  opacity: 0;
}

.r-d .img-wrap,
.r-d .common-tit {
  opacity: 0;
}

.core .img-wrap {
  opacity: 0;
}

.development .img {
  opacity: 0;
}

.benefits .benefit-small {
  opacity: 0;
}

.news .news-list {
  opacity: 0;
}

.contact .contact-form {
  opacity: 0;
}
.contact .record .record-block {
  opacity: 0;
}

.overview .group {
  opacity: 0;
}

.vision .inner {
  opacity: 0;
}

.visual .inner {
  opacity: 0;
}

.sec-1 .txt-wrapper {
  opacity: 0;
}

.sec-rnd .inner {
  opacity: 0;
}

.overview .product-top {
  opacity: 0;
}
.overview .apply-area {
  opacity: 0;
}
.overview .spec-section {
  opacity: 0;
}
.overview .tit-wrapper {
  opacity: 0;
}
.overview .location-wrap {
  opacity: 0;
}
.overview .sec-2 {
  opacity: 0;
}
.overview .welfare-group {
  opacity: 0;
}
.overview .history-list li {
  opacity: 0;
}

.alflex .sec-product {
  opacity: 0;
}

.overseas .over-wrapper,
.overseas .group {
  opacity: 0;
}

.value .group {
  opacity: 0;
}

.recruit .recruit-box.a,
.recruit .recruit-box.b,
.recruit .recruit-box.c,
.recruit .recruit-box.d {
  opacity: 0;
}

.recruit .tit-wrapper {
  opacity: 0;
}

.edu .tit-wrapper,
.edu .icon-box,
.edu .group-title,
.edu .desc {
  opacity: 0;
}

.edu-system .system-wrap {
  opacity: 0;
}

.edu-detail .edu-card-list {
  opacity: 0;
}

.edu-matrix .table-wrap {
  opacity: 0;
}

.edu-schedule .schedule-wrap,
.edu-schedule .flex {
  opacity: 0;
}

.person-detail .title-box,
.person-detail .type-box {
  opacity: 0;
}

.person .tit-wrapper {
  opacity: 0;
}

.welfare .welfare-group {
  opacity: 0;
}

.welfare .tit-wrapper {
  opacity: 0;
}

.alflex-detail .area-list,
.alflex-detail .spec-wrap {
  opacity: 0;
}/*# sourceMappingURL=style_en.css.map */