:root {
  --transition-custom: all 0.4s ease-in-out;
}

.navbar-item img, .navbar-item svg {
  max-height: calc(var(--ko-navbar-height) * 0.5);
}

@media screen and (max-width: 768px) {
  .navbar-item img, .navbar-item svg {
    max-height: calc(var(--ko-navbar-height) * 0.4);
  }
}
@keyframes scroll-icon-ani {
  0% {
    top: -1rem;
    opacity: 0;
  }
  10% {
    top: -1rem;
    opacity: 1;
  }
  32% {
    top: -1rem;
    opacity: 1;
  }
  80% {
    top: 4.3rem;
    opacity: 1;
  }
  100% {
    top: 4.3rem;
    opacity: 0;
  }
}
.bg1 {
  background-image: url(/images/contents/bg2.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  z-index: 1;
}
.content ul {
  list-style: none;
  margin: 0;
}
.content li {
  list-style: none;
}
.content .item4 {
  background-image: url(/images/contents/bg3.jpg);
}
.content__bg {
  min-height: 50svh;
  height: 50svh;
  position: relative;
}
.content__bg::before {
  content: "";
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.content__bg h1 {
  z-index: 1;
}
.content__bg .inr {
  display: flex;
  height: 100%;
  align-items: center;
}
.content__info {
  z-index: 1;
  position: relative;
  width: 100%;
}
.content__01 .c__title {
  font-size: 4rem;
  line-height: 1.2;
}
.content__01 .c__vision {
  background: var(--ko-dark);
  min-height: 30rem;
  background-image: url("/images/common/bg6.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-attachment: fixed;
}
.content__01 .c__vision .card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.content__01 .c__mission {
  padding-block: 12rem;
}
.content__01 .quote {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.content__01 .chart {
  display: flex;
  position: relative;
  flex-direction: column;
  white-space: nowrap;
  height: 100%;
  margin-top: 5rem;
  --ch-width: 10rem;
  --ch-height: 3rem;
  --ch-gap: 3rem;
}
.content__01 .chart .ceo {
  text-transform: uppercase;
  width: 15rem;
  height: 15rem;
  background-color: var(--ko-primary);
  color: var(--ko-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 9.4rem;
  position: relative;
}
.content__01 .chart .ceo h3, .content__01 .chart .ceo h1 {
  color: var(--ko-white);
  margin: 0;
}
.content__01 .chart .ceo h3 {
  font-size: 1.2rem;
}
.content__01 .chart .ceo h1 {
  font-size: 3rem;
}
.content__01 .chart .ceo::after {
  content: "";
  display: flex;
  height: 10rem;
  width: 1px;
  background-color: var(--ko-grey-darker);
  position: absolute;
  bottom: -10rem;
}
.content__01 .chart .ceo::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--ko-primary);
  display: flex;
  position: absolute;
  bottom: -10rem;
  border-radius: 50%;
  z-index: 1;
}
.content__01 .chart__wrap {
  display: flex;
  position: relative;
  flex-direction: column;
}
.content__01 .chart_line {
  display: flex;
  height: 1px;
  width: calc(var(--ch-width) * 4 + var(--ch-gap) * 4 + 1px);
  background-color: var(--ko-grey-darker);
  position: relative;
  margin: 0 auto;
}
.content__01 .chart_child {
  list-style: none;
  display: flex;
  gap: var(--ch-gap);
  margin: var(--ch-height) auto;
}
.content__01 .chart_child_title {
  margin: 0;
  width: var(--ch-width);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.content__01 .chart_child_title span {
  background-color: var(--ko-primary);
  color: var(--ko-white);
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  display: flex;
  width: 100%;
}
.content__01 .chart_child_title::before {
  content: "";
  width: 1px;
  height: var(--ch-height);
  position: absolute;
  background-color: var(--ko-grey-darker);
  top: calc(var(--ch-gap) * -1);
}
.content__01 .chart_child_title .chart_child_2nd {
  display: flex;
  list-style: none;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0;
  gap: 0.5rem;
  margin-top: 1rem;
}
.content__01 .chart_child_title .chart_child_2nd_title {
  display: flex;
  width: 100%;
  padding: 0.8rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--ko-grey-darker);
  color: var(--ko-dark);
}
.content__01 .cert__wrap .certs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.content__01 .cert__wrap .certs li a:hover figure {
  border: 1px solid var(--ko-dark);
}
.content__01 .cert__wrap .certs li figure {
  margin: 0;
  border: 1px solid var(--ko-link-dark-invert);
  padding: 0.5rem;
  transition: all 0.4s;
}
.content__01 .cert__wrap .certs li img {
  width: 100%;
  height: auto;
}
.content__01 .map .map_loc {
  display: flex;
  gap: 2rem;
}
.content__01 .map .map_loc li {
  margin: 0;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.content__01 .map .mapLoc {
  display: none;
}
.content__01 .map .mapArea {
  display: none;
  height: 600px;
}
.content__01 .map .mapArea .locationPoint {
  display: flex;
  align-items: center;
  position: absolute;
  background: #fff;
  padding: 19px 27px;
  font-size: 2.8rem;
  line-height: 1.5;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  font-weight: 700;
  transform: translate(-50%, -100%);
}
.content__01 .map .mapArea .locationPoint::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-radius: 2px;
}
.content__01 .map .mapArea[aria-hidden=false] {
  display: block;
}
.content__01 .map .mapLoc[aria-hidden=false] {
  display: block;
}
.content__02 .snb {
  display: flex;
}
.content__02 .snb li {
  margin-top: 0;
}
.content__02 .products__wrap {
  display: flex;
  margin: 0;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.content__02 .products__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.content__02 .products__info {
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  transform: translatey(100%);
  transition: all 0.4s;
}
.content__02 .products a:hover .products__info {
  transform: translatey(0);
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
}
.content__03 .cat__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}
.content__03 .cat__card {
  display: flex;
  position: relative;
  margin-top: 4rem;
}
.content__03 .cat__card_content {
  position: relative;
  border: 1px solid var(--ko-link-dark-invert);
  display: flex;
  gap: 1rem;
  padding: 1rem;
  max-height: 15rem;
}
.content__03 .cat__card_content_img {
  width: 90%;
  position: relative;
  bottom: 3.5rem;
}
.content__03 .cat__card_content_img img {
  width: 100%;
  height: auto;
}
.content__03 .cat__card_content_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.lnb__box {
  display: flex;
  width: 100%;
}
.lnb__bar {
  display: flex;
  align-items: center;
}
.lnb__bar a {
  font-size: 1.12rem;
  padding: 20px;
  position: relative;
  transition: all 0.4s;
}
.lnb__bar a:hover {
  color: var(--ko-primary);
  transition: all 0.4s;
}
.lnb__bar a::after {
  content: "";
  width: 1px;
  height: 30%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
}
.lnb__bar a:last-child::after {
  display: none;
}
.lnb__bar .active {
  color: var(--ko-primary);
}

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