﻿/*******************************
* Site Name:GENETOX
* Client:GENETOX
* Author:Mushroom
* Description:GENETOX
* Update:2021.10
********************************/

/********************************************************
* Header
*********************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: height 0.3s;
  z-index: 1500;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 0 0 60px;
}
.header__logo {
  flex: 0 0 170px;
}
.branding__link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 151px;
  height: 45px;
  overflow: hidden;
  text-indent: 100%;
  background: url("../image/logo.png") no-repeat center left;
  background-size: 100% auto;
  transition: width 0.3s;
}
.gnb {
  width: 100%;
  max-width: 840px;
  height: 100%;
}
.gnb .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gnb .nav__menu {
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
}
.gnb .nav__menu > .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.gnb .nav__menu > .link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  background-color: #30b28d;
  transform: translateX(-50%);
  transition:
    width 0.3s,
    visibility 0.3s,
    opacity 0.3s;
}
body:not(.home) .gnb .nav__menu > .link {
  opacity: 0.7;
}
body:not(.home) .gnb .nav__menu.active > .link {
  opacity: 1;
}
.gnb .nav__sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    visibility 0.3s,
    opacity 0.3s,
    transform 0.3s;
}
.gnb .nav__menu.hover .nav__sub-nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.gnb .depth {
  padding: 27px 10px 43px;
  background-color: rgba(0, 0, 0, 0.5);
}
.gnb .depth__item {
  margin: 8px 0;
}
.gnb .depth__item:first-child {
  margin-top: 0;
}
.gnb .depth__item:last-child {
  margin-bottom: 0;
}
.gnb .depth__item .link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ccc;
  transition: color 0.3s;
}
.gnb .depth__item.active .link {
  color: #fff;
}
.header__quick-menu {
  display: flex;
  flex: 0 0 230px;
  justify-content: flex-end;
  height: 100%;
}
.quick-menu__menu-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  transition: width 0.3s;
}
.menu-bar__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30px;
  height: 22px;
}
.menu-bar__btn::before,
.menu-bar__btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.menu-bar__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}

/* All Menu */
.gnb--mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.3s,
    opacity 0.3s;
  z-index: 1600;
}
.gnb--mobile.mobile--open {
  visibility: visible;
  opacity: 1;
}
.gnb__inner {
  width: 100%;
  height: 100vh;
  background: url("../image/sitemap_bg.jpg") no-repeat top center;
  background-size: cover;
}
.nav-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
}
.nav-header .branding {
  display: none;
}
.nav-mobile--close {
  position: relative;
  width: 100px;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  border: 0;
  background: none;
}
.gnb-mobile__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 38px;
  color: #fff;
  text-indent: 0;
  transform: translate(-50%, -50%);
}
.gnb-mobile__icon::before {
  display: inline-block;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.nav__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1275px;
  height: calc(100% - 110px);
  margin: 0 auto;
}
.nav__icon-list {
  display: flex;
  width: 100%;
  height: 46px;
}
.icon-list__item {
  width: 20%;
}
.nav--mobile {
  display: flex;
  width: 100%;
}
.nav--mobile .nav__menu {
  position: relative;
  width: 20%;
  padding: 85px 17.5px 0;
  text-align: center;
}
.nav--mobile .nav__menu::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 46px;
  background-image: url("../image/all_menu_icon_sitemap.png");
  transform: translateX(-50%);
}
.nav--mobile .nav__menu:nth-child(1)::before {
  width: 45px;
}
.nav--mobile .nav__menu:nth-child(2)::before {
  width: 38px;
  background-position: -46px 0;
}
.nav--mobile .nav__menu:nth-child(3)::before {
  width: 32px;
  background-position: -84px 0;
}
.nav--mobile .nav__menu:nth-child(4)::before {
  width: 43px;
  background-position: -116px 0;
}
.nav--mobile .nav__menu:nth-child(5)::before {
  width: 44px;
  background-position: -159px 0;
}
.nav--mobile .nav__menu > .link {
  display: block;
  padding-bottom: 23px;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: color 0.3s;
}
.nav--mobile .nav__menu.active > .link {
  font-weight: 700;
  color: #fff;
}
.nav--mobile .depth {
  padding: 7px 0;
}
.nav--mobile .depth__item {
  margin: 14px 0;
}
.nav--mobile .depth__item .link {
  font-size: 16px;
  color: #bbb;
  transition: color 0.3s;
}
.nav--mobile .depth__item.active .link {
  color: #fff;
}
.nav__language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  height: 50px;
  padding: 0 20px;
}
.nav__language-link {
  position: relative;
  opacity: 0.8;
  color: #fff;
  text-align: center;
}
.nav__language-link::after {
  content: "";
  position: Absolute;
  top: 50%;
  right: -20px;
  width: 1px;
  height: 12px;
  opacity: 0.3;
  background-color: #fff;
  transform: translateY(-50%);
}
.nav__language-link:last-child::after {
  display: none;
}
.language_list_icon {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("../image/flags.png");
  margin-right: 10px;
}
.language_list_icon.ko {
  background-position: -144px -77px;
}
.language_list_icon.zh {
  background-position: -128px -177px;
}
.language_list_icon.en {
  background-position: -16px -44px;
}

/* Floating */
.header.header--floating {
  height: 80px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header.header--floating .branding__link {
  background-image: url("../image/logo_mo.png");
}
.header.header--floating .gnb .nav__menu > .link {
  opacity: 1;
  color: #444;
}
.header.header--floating .quick-menu__menu-bar {
  width: 80px;
  background-color: #00919e;
}
body:not(.home) .header.header--floating .gnb .nav__menu.active:not(.hover) > .link {
  color: #30b28d;
}
.gnb--mobile.header--floating .nav-header {
  height: 80px;
}
.gnb--mobile.header--floating .nav-mobile--close {
  width: 80px;
}

.gnb--mobile .language_switcher.type1 {
  display: none;
}

@media (max-width: 1440px) {
  .header {
    height: 90px;
  }
  .header__inner {
    padding-left: 20px;
  }
  .header__quick-menu {
    flex-basis: 190px;
  }
  .quick-menu__menu-bar {
    width: 90px;
  }

  /* All Menu */
  .nav-header {
    height: 90px;
  }
  .nav-mobile--close {
    width: 90px;
  }
}
@media (max-width: 1280px) {
  .header .depth {
    padding-bottom: 35px;
  }
  .header .depth__item .link {
    font-size: 15px;
  }

  /* All Menu */
  .nav--mobile .nav__menu {
    padding-top: 70px;
  }
  .nav--mobile .depth__item .link {
    font-size: 15px;
  }
}
@media (min-width: 971px) {
  body:not(.home) .gnb .nav__menu.hover > .link {
    opacity: 1;
  }
  .gnb .nav__menu.hover > .link {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .gnb .nav__menu.hover > .link::after {
    width: calc(100% - 70px);
    visibility: visible;
    opacity: 1;
  }
  .gnb .depth__item .link:hover {
    color: #fff;
  }
  .menu-bar__btn:hover .menu-bar__line {
    width: 30px;
  }
  .header.header--floating .gnb .nav__menu.hover > .link {
    color: #fff;
  }
  .quick-menu__menu-bar:hover .menu-bar__line {
    width: 100%;
  }
  .nav--mobile .nav__menu > .link:hover {
    color: #fff;
  }
  .nav--mobile .depth__item .link:hover {
    color: #fff;
  }
  .nav-mobile--close:hover .gnb-mobile__icon::before {
    transform: rotate(180deg);
  }
}
@media (max-width: 970px) {
  .header,
  .header.header--floating {
    height: 70px;
  }
  .gnb {
    display: none;
  }
  .branding {
    flex-basis: auto;
  }
  .branding__link {
    width: 120px;
  }
  .header__quick-menu {
    flex-basis: auto;
  }
  .quick-menu__menu-bar,
  .header.header--floating .quick-menu__menu-bar {
    width: 70px;
  }
  .menu-bar__btn {
    width: 22px;
    height: 18px;
  }
  .menu-bar__btn::before,
  .menu-bar__btn::after {
    width: 100%;
  }
  .menu-bar__line {
    width: 100%;
  }

  /* All Menu */
  .gnb--mobile {
    width: 90%;
    max-width: 600px;
    transform: translateX(100%);
    transition: transform 0.3s linear;
  }
  .gnb--mobile.mobile--open {
    transform: translateX(0);
  }
  .gnb--mobile .language_switcher.type1 {
    display: block;
    float: none;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 10px 0 0;
    z-index: 10;
  }
  .gnb--mobile .language_switcher > a {
    top: auto;
    width: 100%;
    font-family: "Poppins";
    color: #fff;
    border-color: #fff;
  }
  .gnb--mobile .language_switcher > a:after {
    border-color: #fff;
  }
  .gnb--mobile .language_switcher.type1.open > a {
    background-color: #000;
  }
  .gnb--mobile .language_switcher.type1 > .language_list {
    top: 50px;
    right: auto;
    width: calc(100% - 40px);
    background-color: #000;
    border-color: #fff;
  }
  .header--floating .language_switcher.type1 > .language_list > li > a {
    color: #fff;
  }
  .nav-header {
    justify-content: space-between;
    height: 70px;
    padding-left: 40px;
  }
  .nav-header .branding {
    display: block;
  }
  .nav-mobile--close {
    width: 70px;
  }
  .gnb-mobile__icon {
    font-size: 30px;
  }
  /* .nav__content{margin-top:20px;} */
  .nav--mobile {
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav--mobile .nav__menu {
    width: 100%;
    padding: 0 20px;
    text-align: left;
  }
  .nav--mobile .nav__menu::before {
    display: none;
  }
  .nav--mobile .nav__menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
  }
  .nav--mobile .nav__menu > .link {
    padding: 30px 20px 20px;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
  }
  .nav--mobile .nav__sub-nav {
    display: none;
  }
  .nav--mobile .depth {
    padding: 10px 20px 0;
  }
  .nav--mobile .depth__item:first-child {
    margin-top: 0;
  }
  .nav--mobile .depth {
    padding: 0 20px 12px;
  }
  .nav--mobile .depth__item {
    position: relative;
    padding-left: 15px;
  }
  .nav--mobile .depth__item::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #bbb;
  }
  .nav--mobile .depth__item.active::before {
    color: #fff;
  }
  .gnb--mobile .language_switcher {
    display: block;
  }
}
@media (max-width: 480px) {
  .nav-header {
    padding-left: 20px;
  }
}

/********************************************************
* Common
*********************************************************/
/* Title */
.title-wrap {
  position: relative;
}
.title--st1 {
  position: relative;
  font-family: "Noto Sans KR", "notokr", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.2px;
  z-index: 50;
}
.title--st2 {
  position: relative;
  font-family: "Poppins";
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 50;
}
.title--st3 {
  font-size: 30px;
  font-family: "Noto Sans KR", "notokr", sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
.title-st6 {
  padding-bottom: 60px;
  font-family: "Noto Sans KR", "notokr", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}
.title-st5 {
  padding: 45px 0 80px;
  font-size: 22px;
  color: #222;
  text-align: center;
}
.title--dots {
  display: inline-block;
  position: relative;
}
.title--dots::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #30b28d;
}
.title-circle {
  display: inline-block;
}
.point-dots {
  display: inline-block;
  position: relative;
}
.point-dots::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: -18px;
  width: 10px;
  height: 10px;
  background: #30b28d;
  border-radius: 50%;
}

/* Text */
.subscript {
  position: relative;
  margin-bottom: 15px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  color: #30b28d;
  letter-spacing: 0.08em;
  z-index: 50;
}
.text--circle {
  position: absolute;
  width: 183px;
  height: 183px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  color: #e5e5e5;
  letter-spacing: 0.2em;
  transform: translateX(50%);
  z-index: 1;
}
.text__img {
  position: absolute;
  top: 0;
  left: 0;
  animation: 20s circleRotate linear infinite;
}
.title-circle--right .text--circle {
  top: -110px;
  right: -45px;
  transform: translateX(50%);
}
.title-circle--left .text--circle {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@keyframes circleRotate {
  0% {
    transform: rotate(360deg);
  }
}

/* Button */
.btn--st1 {
  display: flex;
  
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 240px;
  height: 50px;
  overflow: hidden;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #222;
  border-radius: 30px;
  background-color: #222;
  transition:
    color 0.3s,
    background-color 0.3s;
}
.btn--st1 .btn__icon {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 22px;
  color: #30b28d;
  transition: transform 0.5s;
}
.btn--st1 .btn__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Layout */
.wide-inner {
  position: relative;
  top: -140px;
  max-width: 1600px;
  padding: 60px 0 0;
  margin: auto;
  background: #fff;
}
.wide-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}

.align-style--col {
  display: flex;
  gap: 0 30px;
  width: 100%;
}
.align-style--col .align-style__title {
  width: 100%;
 text-align:center;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 28px;
  color: #222;
  font-weight: 900;
}
.align-style--col .align-style__title > span {
  position: relative;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 28px;
  color: #222;
  font-weight: 900;
  letter-spacing: -0.25px;
  
}
.align-style--col .align-style__title > span.dots::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -25px;
  background-color: #30b28d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.align-style--col .align-style__desc {
  width: 100%;

}
.align-style--col .align-style__title .point-dots::after {
  top: -6px;
  right: -12px;
}

.icon-desc {
  display: flex;
  flex-wrap: wrap;
}
.icon-desc .ic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
}
.icon-desc.icon-desc--col-2 {
  margin: 0 -20px;
}
.icon-desc--col-2 .icon-desc__li {
  width: 50%;
}
.icon-desc--col-1 .icon-desc__li {
  width: 100%;
}
.icon-desc__inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.icon-desc__txt {
  width: calc(100% - 170px);
  padding: 10px;
}
.icon-desc__txt__title {
  font-size: 22px;
  padding-bottom: 15px;
}
.icon-desc__txt__title .gene-mark {
  font-family: "notokr", sans-serif;
  font-weight: 900;
}
.icon-desc__txt__desc {
  font-size: 17px;
  color: #222;
}

@media (max-width: 1440px) {
  .text--circle {
    display: none;
  }
}
@media (max-width: 1280px) {
  .title-st5 {
    font-size: 20px;
  }
  .title-st6 {
    font-size: 22px;
    padding-bottom: 30px;
  }

  .align-style--col {
    flex-wrap: wrap;
  }
  .align-style--col .align-style__title {
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
  }
  .align-style--col .align-style__title > span {
    font-size: 22px;
  }
  .align-style--col .align-style__desc {
    width: 100%;
    max-width: none;
  }

  .icon-desc .ic {
    height: 140px;
  }
  .icon-desc__txt__title {
    font-size: 20px;
  }
  .icon-desc.icon-desc--col-2 {
    margin: 0 -10px;
  }
  .icon-desc--col-2 .icon-desc__li {
    padding: 0 10px;
  }

  .wide-inner {
    top: 0;
  }

  /* Text */
  .title--st1 {
    font-size: 30px;
  }
  .title--st2 {
    font-size: 42px;
  }
  .title--st3 {
    font-size: 26px;
  }
}
@media (min-width: 971px) {
  /* Button */
  .btn--st1:hover .btn__icon {
    transform: rotate(90deg);
  }
}
@media (max-width: 970px) {
  .title-st5 {
    padding-bottom: 60px;
    font-size: 17px;
  }
  .title-st6 {
    font-size: 20px;
  }

  .point-dots::after {
    top: -4px;
    right: -15px;
    width: 8px;
    height: 8px;
  }

  .align-style--col .align-style__title {
    padding-bottom: 10px;
  }
  .align-style--col .align-style__title .point-dots::after {
    top: 6px;
    right: -13px;
  }
  .align-style--col .align-style__title > span {
    font-size: 21px;
  }

  .icon-desc .ic {
    width: 110px;
    height: 110px;
  }
  .icon-desc .ic img {
    transform: scale(0.8);
  }
  .icon-desc__txt {
    width: calc(100% - 110px);
  }
  .icon-desc__txt__title {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .icon-desc__txt__desc {
    font-size: 16px;
  }
  .icon-desc--col-2 .icon-desc__txt {
    display: flex;
  }
  .icon-desc--col-2 .icon-desc__txt__desc {
    padding-left: 12px;
  }

  /* Text */
  .title--st1 {
    font-size: 28px;
  }
  .title--st2 {
    font-size: 38px;
  }
  .title--st3 {
    font-size: 24px;
  }

  /* Button */
  .btn--st1 {
    max-width: 210px;
    height: 55px;
    padding: 0 25px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .title-st5 {
    font-size: 16px;
  }
  .title-st6 {
    font-size: 18px;
  }

  .point-dots::after {
    top: -2px;
    right: -13px;
  }

  .align-style--col .align-style__title > span {
    font-size: 20px;
  }
  .align-style--col .align-style__title > span.dots::after {
    top: 2px;
    right: -11px;
    width: 7px;
    height: 7px;
  }

  .icon-desc.icon-desc--col-2 {
    margin: 0;
  }
  .icon-desc--col-2 .icon-desc__li {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .title-st5 {
    padding-bottom: 40px;
    font-size: 15px;
  }

  .wide-inner {
    padding: 40px 0 0;
  }

  .icon-desc .ic {
    height: 100px;
  }
  .icon-desc__txt__title {
    font-size: 16px;
  }
  .icon-desc__txt__desc {
    font-size: 15px;
  }

  /* Text */
  .title--st1 {
    font-size: 21px;
  }
  .title--st2 {
    font-size: 38px;
  }
  .title--st3 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .icon-desc--col-1 .icon-desc__inner {
    flex-direction: column;
  }
  .icon-desc--col-1 .icon-desc__txt {
    width: 100%;
    padding: 0 0 20px;
  }
  .icon-desc--col-1 .icon-desc__txt__title {
    text-align: center;
  }
  .icon-desc--col-1 .icon-desc .ic {
    height: 90px;
    padding-top: 10px;
  }
  .icon-desc__txt {
    flex-direction: column;
  }
  .icon-desc__txt__desc {
    font-size: 14px;
  }
  .icon-desc--col-2 .icon-desc__txt__desc {
    padding-left: 0;
  }

  /* Text */
  .title--st2 {
    font-size: 30px;
  }
}

/********************************************************
* Main
*********************************************************/
/* Main Visual */
.main__visual {
  position: relative;
}
.visual {
  height: 100vh;
}
.visual .slick-list,
.visual .slick-track {
  height: 100%;
}
.visual .slick-slide {
  position: relative;
  background-size: cover !important;
}
.main-visual__text-wrap {
  position: absolute;
  top: calc(50% + 50px);
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.main-visual__text-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.main-visual__text-wrap .inner {
  max-width: 1540px;
}
.main-visual__title {
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.main-visual__count {
  position: absolute;
  top: -50px;
  left: -26px;
  width: 118px;
  height: 76px;
  background: url("../image/visual_num1.png") no-repeat center center;
  background-size: 100% auto;
}
.main-visual__count1 {
  background: url("../image/visual_num2.png") no-repeat center center;
  background-size: 100% auto;
}
.main-visual__count2 {
  background: url("../image/visual_num3.png") no-repeat center center;
  background-size: 100% auto;
}
.main-visual__text {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.main-visual__visual-ctrl {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.main-visual__dots-wrap {
  display: flex;
  align-items: center;
  margin: 0 -12.5px;
}
.main-visual__dots {
  padding: 0 12.5px;
}
.main-visual__dots-btn {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: #dcdcdc;
}
.main-visual__dots.active .main-visual__dots-btn {
  background-color: #fff;
}
.main-visual__ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 30px;
  margin-left: 25px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-visual__btn {
  position: relative;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 9px;
  text-indent: 100%;
  border: 0;
  background: none;
}
.main-visual__btn--pause {
  width: 9px;
  background-image: url(../image/ma-pause-btn.png);
}
.main-visual__btn--play {
  width: 9px;
  background-image: url(../image/ma-play-btn.png);
}
.main-visual__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  text-indent: 0;
}

/* Main Poduct */
.main__product {
  padding-top: 160px;
}
.main-product__flex-wrap {
  display: flex;
  align-items: center;
  max-width: 1960px;
  padding-right: 20px;
  margin: 50px auto 0;
}
.main-product__img-wrap {
  width: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.main-product__img {
  width: 100%;
  max-width: 970px;
  height: auto;
}
.main-product__text-wrap {
  width: 50%;
  padding-left: 110px;
}
.main-product__title {
  line-height: 1;
}
.main-product__dots-title {
  margin-top: 25px;
}
.main-product__text {
  margin-top: 28px;
  font-size: 17px;
  color: #666;
  letter-spacing: -0.2px;
}
.main-product__btn {
  margin-top: 65px;
}

/* Main R&D */
.main__rnd {
  position: relative;
  overflow: hidden;
  padding: 160px 0 145px;
}
.main__rnd::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  width: 50%;
  height: 100%;
  border-bottom-right-radius: 200px;
  background-color: #f3f6fc;
  transform: translateX(-100%);
}
.main__rnd .inner {
  position: relative;
}
.main__rnd .title-wrap {
  position: absolute;
  top: 25px;
  left: 20px;
}
.main-rnd__slider-ctrl {
  display: none;
  align-items: center;
  margin-top: 45px;
}
.main-rnd__slider-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  border: 0;
  background: none;
}
.slider-arrow__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #222;
  text-indent: 0;
  transform: translate(-50%, -50%);
}
.main-rnd__slider-num {
  padding: 0 25px;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
}
.main-rnd__slider-num--idx {
  position: relative;
}
.main-rnd__slider-num--idx::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 15px;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.main-rnd__slider-num--total {
  color: #c4c7cb;
}
.main-rnd__btn {
  margin-top: 45px;
}
.main-rnd__left-box {
  float: left;
  width: 41.67%;
}
.main-rnd__right-box {
  float: right;
  width: 58.33%;
}
.main-rnd__slider-wrap {
  overflow: hidden;
  border-top-left-radius: 20px;
}
.main-rnd__slider {
  margin: 0 -12.5px;
}
.main-rnd__item {
  padding: 0 12.5px;
}
.main-rnd__link {
  display: block;
}
.main-rnd__img-wrap {
  text-align: center;
}
.main-rnd__img-box {
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  border-radius: 20px;
}
.main-rnd__img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 20px;
  transition: transform 0.3s;
}
.main-rnd__img-title {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.main-rnd__img-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -18px;
  width: 10px;
  height: 10px;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  background-color: #30b28d;
  transition:
    visibilit 0.3s,
    opacity 0.3s;
}
.main-rnd__item.slick-current .main-rnd__img-title::after {
  visibility: visible;
  opacity: 1;
}

/* Main News */
.main__news {
  margin-top: 145px;
}
.main-news__tab {
  display: flex;
  margin: 30px -25px 0;
}
.main-news-tab__item {
  padding: 0 25px;
}
.main-news-tab__link {
  position: relative;
  padding-top: 10px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  color: #ccc;
  border: 0;
  background: none;
  transition: color 0.3s;
}
.main-news-tab__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  background-color: #30b28d;
  transform: translateX(-50%);
  transition:
    visibility 0.3s,
    opacity 0.3s;
}
.main-news-tab__link.active {
  color: #30b28d;
}
.main-news-tab__link.active::before {
  visibility: visible;
  opacity: 1;
}
.main-news__list-wrap {
  margin-top: 25px;
  border-top: 4px solid #222;
}
.main-news__item-wrap {
  display: none;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.3s;
}
.main-news__item-wrap--active {
  background-color: #f8f8f8;
}
.main-news__item-wrap:nth-child(n + 5) {
  display: none;
}
.main-news__item-wrap.show {
  display: flex;
}
.main-news__item--date {
  flex: 0 0 200px;
  min-width: 150px;
}
.main-news__time {
  display: block;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  color: #d7d7d7;
  text-align: center;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
.main-news__item-wrap--active .main-news__time {
  color: #222;
}
.main-news__item--date .main-news__day {
  display: block;
  margin-bottom: 5px;
  font-family: "Poppins";
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
.main-news__item--content {
  width: calc(100% - 400px);
}
.main-news__link {
  display: block;
}
.main-news__title-wrap {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.main-news__title {
  display: -webkit-box;
  height: 1.5em;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-news__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  margin-right: 20px;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.main-news__category--news {
  background-color: #30b28d;
}
.main-news__category--notice {
  background-color: #00919e;
}
.main-news__text {
  display: -webkit-box;
  height: 3em;
  overflow: hidden;
  margin-top: 15px;
  font-size: 15px;
  color: #aaa;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
  letter-spacing: -0.25px;
}
.main-news__item-wrap--active .main-news__text {
  color: #888;
}
.main-news__item--btn {
  flex: 0 0 200px;
  min-width: 150px;
  text-align: center;
}
.main-news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
  transition: color 0.3s;
}
.main-news__item-wrap--active .main-news__btn {
  color: #366f87;
}
.main-news__icon {
  position: relative;
  top: -1px;
  margin-left: 15px;
  font-size: 18px;
}
.main-news-list__btn {
  margin: 60px auto 0;
}

/* Main Careers */
.main__careers {
  padding: 195px 0 190px;
  margin-top: 140px;
  background: url("../image/main_bg1.jpg") no-repeat top center;
  background-size: cover;
}
.main__careers .title-circle--left .text--circle {
  top: 20px;
}
.main-careers__text {
  position: relative;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #4d4d4d;
  z-index: 50;
}
.main-careers__btn {
  margin-top: 85px;
}

@media (max-width: 2480px) {
  /* Main R&D */
  .main-rnd__slider-ctrl {
    display: flex;
  }
}
@media (max-width: 1600px) {
  .main-visual__count {
    left: 0;
  }
}
@media (max-width: 1440px) {
  /* Main R&D */
  .main-rnd__img-box {
    width: 400px;
  }
}
@media (max-width: 1280px) {
  /* Main Visual */
  .main-visual__text-wrap::after {
    top: 50%;
  }
  .main-visual__count {
    top: -44px;
    width: 78px;
  }
  .main-visual__text {
    font-size: 22px;
  }
  .main-visual__visual-ctrl {
    margin-top: 40px;
  }

  /* Main Poduct */
  .main__product {
    padding-top: 120px;
  }
  .main-product__flex-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .main-product__img-wrap {
    width: 100%;
    border-radius: 0;
  }
  .main-product__img {
    border-top-right-radius: 40px;
  }
  .main-product__text-wrap {
    width: 85%;
    max-width: 1050px;
    padding: 60px 20px 0 60px;
    margin: -160px 0 0 auto;
    background-color: #fff;
  }
  .main-product__btn {
    margin-top: 50px;
  }

  /* Main R&D */
  .main__rnd {
    padding: 120px 0 0;
  }
  .main__rnd::before {
    display: none;
  }
  .main__rnd .title-wrap {
    position: static;
    top: 0;
    left: 0;
  }
  .main-rnd__slider-ctrl {
    display: none;
  }
  .main-rnd__btn {
    display: none;
  }
  .main-rnd__left-box {
    display: none;
  }
  .main-rnd__right-box {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .main-rnd__slider-wrap {
    margin-top: 80px;
    border-radius: 0;
  }
  .main-rnd__item {
    opacity: 0.7;
    padding: 0;
    transform: scale(0.8);
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .main-rnd__item.slick-current {
    opacity: 1;
    transform: scale(1);
  }
  .main-rnd__img-box {
    width: 450px;
  }
  .main-rnd__img-title {
    font-size: 20px;
  }
  .main-rnd__img-title::after {
    display: none;
  }
  .main-rnd__slider-wrap .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .main-rnd__slider-wrap .slick-dots li {
    padding: 0 10px;
  }
  .main-rnd__slider-wrap .slick-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.6;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background-color: #00919e;
  }
  .main-rnd__slider-wrap .slick-dots li.slick-active button {
    opacity: 1;
  }

  /* Main News */
  .main__news {
    margin-top: 120px;
  }
  .main-news__tab {
    margin: 30px -15px 0;
  }
  .main-news-tab__item {
    padding: 0 15px;
  }
  .main-news__item--date,
  .main-news__item--btn {
    flex-basis: 150px;
  }
  .main-news__item--content {
    width: calc(100% - 300px);
  }
  .main-news-list__btn {
    margin-top: 50px;
  }

  /* Main Careers */
  .main__careers {
    padding: 120px 0;
    margin-top: 120px;
  }
  .main-careers__text {
    font-size: 22px;
  }
}
@media (min-width: 971px) {
  /* Main R&D */
  .main-rnd__link:hover .main-rnd__img {
    transform: scale(1.1);
  }

  /* Main News */
  .main-news-tab__link:hover {
    color: #30b28d;
  }
  .main-news-tab__link:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 970px) {
  /* Main Visual */
  .visual {
    max-height: 800px;
  }
  .main-visual__text-wrap {
    top: 50%;
  }
  .main-visual__text-wrap::after {
    display: none;
  }
  .main-visual__title {
    position: relative;
  }
  .main-visual__title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .main-visual__text {
    font-size: 20px;
  }

  /* Main Poduct */
  .main__product {
    padding-top: 80px;
  }
  .main-product__flex-wrap {
    margin-top: 40px;
  }
  .main-product__img-wrap {
    position: relative;
    height: 400px;
  }
  .main-product__img {
    position: absolute;
    top: -50px;
    left: 0;
    max-width: 970px;
    border-radius: 0;
  }
  .main-product__text-wrap {
    width: 100%;
    padding: 40px 20px 0;
    margin: 0;
  }
  .main-product__dots-title {
    margin-top: 10px;
  }
  .main-product__text {
    font-size: 16px;
  }
  .main-product__btn {
    margin-top: 40px;
  }

  /* Main R&D */
  .main__rnd {
    padding-top: 80px;
  }
  .main-rnd__slider-wrap {
    margin-top: 50px;
  }
  .main-rnd__img-title {
    margin-top: 20px;
    font-size: 18px;
  }
  .main-rnd__slider-wrap .slick-dots {
    margin-top: 20px;
  }

  /* Main News */
  .main__news {
    margin-top: 80px;
  }
  .main-news__item-wrap {
    flex-wrap: wrap;
    padding: 35px 20px;
  }
  .main-news__item--date {
    order: 2;
    margin-right: 20px;
  }
  .main-news__time {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .main-news__item--date .main-news__day {
    display: inline-block;
    font-size: inherit;
    margin: 0;
    font-weight: 600;
  }
  .main-news__item--date .main-news__day::before {
    content: ".";
  }
  .main-news__item--content {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .main-news__title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-news__title {
    font-size: 17px;
  }
  .main-news__category {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    line-height: 1;
    background-color: transparent;
  }
  .main-news__category--news {
    color: #30b28d;
  }
  .main-news__category--notice {
    color: #00919e;
  }
  .main-news__item--btn {
    order: 3;
    margin-left: auto;
  }
  .main-news__item--date,
  .main-news__item--btn {
    flex-basis: auto;
    min-width: 1px;
  }
  .main-news-list__btn {
    margin-top: 40px;
  }

  /* Main Careers */
  .main__careers {
    padding: 80px 0;
    margin-top: 80px;
  }
  .main-careers__text {
    font-size: 20px;
  }
  .main-careers__btn {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  /* Main Poduct */
  .main-product__img-wrap {
    height: auto;
  }
  .main-product__img {
    position: static;
    top: 0;
  }

  /* Main News */
  .main-news__item-wrap {
    padding: 20px 10px;
  }
}
@media (max-width: 640px) {
  /* Main Visual */
  .main__visual .slick-slide {
    background-position: center left 30% !important;
  }
  .main-visual__text-wrap::after {
    top: calc(50% + 20px);
  }
  .main-visual__text {
    font-size: 17px;
  }

  /* Main Poduct */
  .main__product {
    padding-top: 60px;
  }
  .main-product__text {
    font-size: 15px;
  }

  /* Main R&D */
  .main__rnd {
    padding-top: 60px;
  }
  .main-rnd__img-box {
    width: auto;
  }
  .main-rnd__item {
    padding: 0 10px;
    transform: scale(1);
  }

  /* Main News */
  .main__news {
    margin-top: 60px;
  }

  /* Main Careers */
  .main__careers {
    padding: 60px 0;
    margin-top: 60px;
    background: url("../image/main_bg1_mo.jpg") no-repeat top center;
    background-size: cover;
  }
  .main__careers .title-circle {
    display: block;
    text-align: center;
  }
  .main-careers__text {
    font-size: 17px;
  }
  .main-careers__btn {
    margin: 50px auto 0;
  }
}

/********************************************************
* Sub
*********************************************************/
/* Common */
.sub__section {
  overflow: clip;
  padding: 135px 0 200px;
}
.sub__section.ideology {
  padding-bottom: 60px;
}
.sub-visual {
  position: relative;
  height: 450px;
}
.sub-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 935px;
  height: 139px;
  background: url("../image/sub_visual_simbol.png") no-repeat bottom right;
  background-size: 100% auto;
}
.sub-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub-visual__img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  animation: 0.7s visualMotion linear forwards;
}
.sub-visual--company .sub-visual__img {
  background: url(../image/sv-company.jpg) no-repeat top center;
}
.sub-visual--product .sub-visual__img {
  background: url(../image/botulinum_toxin_visual12_2408.jpg) no-repeat top center;
}
.sub-visual--rnd .sub-visual__img {
  background: url(../image/ideology_visual.jpg) no-repeat top right;
}
.sub-visual--news .sub-visual__img {
  background: url(../image/news_visual3.jpg) no-repeat top center;
}
.sub-visual--careers .sub-visual__img {
  background: url(../image/careers_visual.jpg) no-repeat top center;
}
.sub-visual .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  padding-bottom: 50px;
}
.sub-visual__title {
  position: relative;
  padding-bottom: 10px;
  color: #fff;
}
.sub-visual__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.sub-visual__nav .firstHome {
  display: none;
}
.sub-visual__depth1 {
  display: none;
}
.sub-visual__depth-list {
  display: flex;
  margin: 28px -25px 0;
}
.sub-visual .depth__item {
  padding: 0 25px;
}
.sub-visual__link {
  opacity: 0.5;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s;
}
.sub-visual .depth__item.active .sub-visual__link {
  opacity: 1;
}
.img {
  display: block;
  max-width: 100%;
}
.bar {
  position: relative;
}
.bar::before {
  content: "";
  position: absolute;
  top: 93px;
  left: 0;
  width: 40px;
  height: 4px;
  margin-right: 15px;
  background: #30b28d;
}
.gene-mark {
  background: linear-gradient(to top, #e0f4ee 50%, transparent 50%);
}

@media (max-width: 1280px) {
  .sub__section {
    padding: 120px 0 150px;
  }
  .sub__section.iot,
  .sub__section.ideology {
    padding-bottom: 150px;
  }
  .sub-visual {
    height: 400px;
  }
  .sub-visual::after {
    width: 645px;
  }
  .sub-visual__depth-list {
    margin-top: 20px;
  }
}
@media (min-width: 971px) {
  .sub-visual .depth__item .sub-visual__link:hover {
    opacity: 1;
  }
  @keyframes visualMotion {
    0% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 970px) {
  .wrap {
    overflow: hidden;
  }
  .sub__section {
    padding: 80px 0 100px;
  }
  .sub__section.iot,
  .sub__section.ideology {
    padding-bottom: 100px;
  }
  .sub-visual::after {
    display: none;
  }
  .sub-visual .inner {
    padding-bottom: 90px;
  }
  .sub-visual__title::after {
    display: none;
  }
  .sub-visual__sub-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 1450;
  }
  .sub-visual__nav {
    display: flex;
    height: 100%;
  }
  .sub-visual__nav .firstHome {
    display: block;
    position: relative;
    width: 60px;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    border-right: 1px solid #eee;
  }
  .sub-visual__nav .firstHome .sub-visual__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #30b28d;
    text-indent: 0;
    transform: translate(-50%, -50%);
  }
  .sub-visual__depth1 {
    display: block;
  }
  .sub-visual__depth {
    position: relative;
    width: calc(50% - 30px);
    height: 100%;
  }
  .sub-visual__depth .sub-visual__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    opacity: 1;
    padding: 0 30px;
    font-size: 16px;
    color: #444;
    word-break: break-all;
  }
  .sub-visual__depth2 > .sub-visual__link {
    color: #fff;
    background-color: #30b28d;
  }
  .sub-visual__depth .sub-visual__ellips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sub-visual__depth .sub-visual__link .sub-visual__icon {
    transition: transform 0.3s;
  }
  .sub-visual__depth.open .sub-visual__link .sub-visual__icon {
    transform: rotate(180deg);
  }
  .sub-visual__depth-list {
    display: block;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    visibility: hidden;
    opacity: 0;
    margin: 0;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    transition:
      visibility 0.3s,
      opacity 0.3s;
    z-index: 50;
  }
  .sub-visual__depth.open .sub-visual__depth-list {
    visibility: visible;
    opacity: 1;
  }
  .sub-visual__depth-list .depth__item,
  .sub-visual__depth-list .nav__menu {
    padding: 17px 0;
    border-bottom: 1px solid #eee;
  }
  .sub-visual__depth-list .depth__item:last-child,
  .sub-visual__depth-list .nav__menu:last-child {
    border: 0;
  }
  .sub-visual__depth-list .depth__item.active .sub-visual__link,
  .sub-visual__depth-list .nav__menu.active .sub-visual__link {
    color: #30b28d;
  }

  /* Visual */
  .sub-visual--product .sub-visual__img {
    background-position: top right -480px;
  }
  .sub-visual--rnd .sub-visual__img {
    background-position: top right -50px;
  }
}
@media (max-width: 640px) {
  .sub__section {
    padding: 60px 0 80px;
  }
  .sub__section.iot,
  .sub__section.ideology {
    padding-bottom: 80px;
  }
  .sub-visual {
    height: 360px;
  }
  .sub-visual__sub-nav {
    height: 55px;
  }
  .sub-visual__nav .firstHome {
    width: 50px;
  }
  .sub-visual__depth {
    width: calc(50% - 25px);
  }
  .sub-visual__depth .sub-visual__link {
    padding: 0 20px;
    font-size: 15px;
  }
  .sub-visual__depth-list .depth__item,
  .sub-visual__depth-list .nav__menu {
    padding: 15px 0;
  }
}

.text--circle2 {
  bottom: -91px;
  right: 0px;
  z-index: -1;
}

/*───────────────────────────────────────────────────────────

    Company

───────────────────────────────────────────────────────────*/
.sub-tit-title {
  padding-top: 80px;
  font-family: "Noto Sans KR", "notokr", sans-serif;
  font-size: 30px;
  color: #222;
  font-weight: 700;
}
.sub-tit-desc {
  padding: 45px 0 80px;
  font-size: 22px;
  color: #222;
  text-align: center;
}
/* Media Query */
@media (min-width: 1025px) {
}
@media (max-width: 1280px) {
  .sub-tit-title {
    padding-top: 30px;
    font-size: 24px;
  }
  .sub-tit-desc {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .sub-tit-title {
    font-size: 22px;
  }
  .sub-tit-desc {
    padding-bottom: 60px;
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .sub-tit-title {
    font-size: 18px;
  }
  .sub-tit-desc {
    padding-bottom: 40px;
    font-size: 15px;
  }
}

/*─────────── Greeting ───────────*/
.greeting .figure-img {
  max-width: 1920px;
  margin: auto;
  padding-top: 40px;
}
.greeting .figure-img img {
  float: right;
}
.greeting .figure-img::after {
  float: none;
  clear: both;
}
.greeting__desc {
  position: relative;
  top: -40px;
  max-width: 1617px;
  padding: 0 100px;
  background: #fff;
}
.greeting__desc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.greeting__title {
  position: relative;
  font-size: 25px;
  font-weight: 400;
  color: #222;
  padding: 75px 0 50px 60px;
}
.greeting__desc-wrap {
  display: flex;
  padding-left: 70px;
  margin: 0 -30px;
}
.greeting__text .desc {
  width: 50%;
  padding: 0 30px;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  letter-spacing: -0.25px;
}
.greeting__text .sign {
  display: block;
  padding-top: 50px;
  font-weight: 500;
  text-align: right;
  font-size: 20px;
  color: #999;
}
.greeting__text .sign .bold {
  padding-right: 20px;
  color: #222;
}
.greeting__text .name {
  font-style: italic;
}
/* Media Query */
@media (max-width: 1280px) {
  .greeting__desc {
    top: 0;
    padding: 0 20px;
  }
  .greeting__title {
    padding: 30px 0 20px 80px;
    font-size: 22px;
  }
  .greeting__title.bar::before {
    top: 47px;
  }
  .greeting__text .desc {
    padding: 0 20px;
  }
  .greeting .figure-img img {
    float: none;
    clear: both;
    max-width: 100%;
  }
  .greeting__desc-wrap {
    padding-left: 90px;
  }
}
@media (max-width: 970px) {
  .greeting__text .desc {
    width: 100%;
    font-size: 15px;
  }
  .greeting__title {
    font-size: 20px;
  }
  .greeting__desc-wrap {
    flex-wrap: wrap;
    padding-left: 60px;
    margin: 0;
  }
  .greeting .figure-img {
    position: relative;
    height: 300px;
    margin-top: 30px;
  }
  .greeting .figure-img img {
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    top: 0;
  }
}
@media (max-width: 768px) {
  .greeting__title.bar::before {
    display: none;
  }
  .greeting__title {
    font-size: 18px;
    padding: 30px 0 20px 0;
  }
  .greeting__desc-wrap {
    padding-left: 0;
  }
  .greeting__desc-wrap .desc {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .greeting .figure-img {
    height: 200px;
  }
  .greeting__text .sign {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .greeting__title {
    font-size: 16px;
  }
  .greeting__desc-wrap .desc {
    font-size: 14px;
  }
  .greeting__text .sign,
  .greeting__text .sign .bold {
    padding-right: 10px;
    font-size: 14px;
  }
}
/*───────────// Greeting ───────────*/

/*─────────── Info ───────────*/
.info__intro .sub-tit-desc {
  padding-left: 200px;
  text-align: left;
}
.info__intro {
  position: relative;
}
.info__intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f4f8fa;
  z-index: -1;
}
.info__intro .figure-img {
  padding-top: 70px;
}
.info__vision {
  padding-top: 160px;
}
.vision-icons {
  display: flex;
  margin: 0 -10px;
}
.vision-icons__item {
  width: 25%;
  max-width: 260px;
  padding: 30px 0 50px;
  margin: 0 10px;
  text-align: center;
  background: #fcfdfd;
  border-radius: 10px;
  box-shadow: 0px 10px 50px rgba(49, 121, 139, 0.15);
}
.vision-icons__item--en {
  font-size: 20px;
  color: #30b28d;
}
.vision-icons__item--ko {
  font-size: 18px;
  color: #222;
}
.vision-icons__item .ic {
  width: 110px;
  height: 110px;
}
.vision-icons__item.customer .ic {
  background: url(../image/vision-icon-1.jpg);
}
.vision-icons__item.society .ic {
  background: url(../image/vision-icon-2.jpg);
}
.vision-icons__item.staff .ic {
  background: url(../image/vision-icon-3.jpg);
}
.vision-icons__item.trust .ic {
  background: url(../image/vision-icon-4.jpg);
}
.vision-desc__title {
  padding: 50px 0 20px;
  font-size: 22px;
  color: #222;
  font-weight: 300;
}
.vision-desc__txt {
  font-size: 17px;
  color: #444;
  letter-spacing: -0.25px;
}
.history-bg {
  width: 100%;
  padding-top: 23.95833333333333%;
  background: center / cover no-repeat url(../image/history-bg.jpg);
}
.history-wrap {
  position: relative;
}
.history-wrap__history-sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: -150px;
  width: 30%;
  max-width: 420px;
  min-width: 300px;
  height: 300px;
  padding-left: 70px;
  background: linear-gradient(to bottom right, #347187, #028f9d);
  color: #fff;
  border-radius: 0 60px 0 60px;
}
.history-wrap__history-sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 1px;
  opacity: 0.3;
  background: #fff;
}
.history-sign__item--since {
  opacity: 0.3;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}
.history-sign__item--year {
  padding-bottom: 30px;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.history-sign__item--genetox {
  font-size: 30px;
  font-family: "Poppins", "notokr", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
.history-sign__item--history {
  font-size: 30px;
  font-family: "Poppins", "notokr", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
}
.history-wrap__history-cont {
  position: relative;
  padding: 100px 0 0;
}
.history-wrap__history-cont::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: url(../image/history-line.png);
}
.history-cont__list {
  display: flex;
}
.history-cont__year {
  width: 50%;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #30b28d;
  padding-left: 38.57%;
}
.history-cont__desc {
  position: relative;
  width: 50%;
  padding-top: 17px;
  padding-bottom: 40px;
}
.history-cont__desc::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../image/history-marker.png);
  transform: translateX(-50%);
  z-index: 1;
}
.history-cont__desc-txt {
  padding-bottom: 25px;
}
.history-cont__txt--month {
  display: inline-block;
  width: 100px;
  padding-left: 60px;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.history-cont__txt--txt {
  display: inline-block;
  width: calc(100% - 100px);
  position: relative;
  float: right;
  padding-left: 15px;
  font-size: 17px;
  color: #444;
  padding-top: 3px;
}
.history-cont__txt--txt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #222;
}
/* Media Query */
@media (max-width: 1280px) {
  .info__intro .sub-tit-desc {
    padding-left: 0;
  }
  .info__intro .figure-img {
    padding-top: 50px;
  }
  .info__intro img {
    max-width: 100%;
  }
  .info__vision {
    padding: 80px 0;
  }
  .vision-icons {
    margin: 0 -10px;
  }
  .vision-icons__item {
    max-width: none;
    padding: 25px 0 30px;
  }
  .vision-desc__title {
    font-size: 20px;
  }
  .vision-desc__txt {
    font-size: 16px;
  }
  .history-wrap__history-cont {
    padding-top: 80px;
  }
  .history-wrap__history-sign {
    padding-left: 40px;
  }
  .history-sign__item--since {
    font-size: 18px;
  }
  .history-sign__item--year {
    font-size: 30px;
  }
  .history-sign__item--genetox,
  .history-sign__item--history {
    font-size: 24px;
  }
  .history-cont__year {
    padding-left: 34%;
    font-size: 40px;
  }
}
@media (max-width: 970px) {
  .info__intro .figure-img {
    padding-top: 30px;
  }
  .info__vision {
    padding: 60px 0;
  }
  .info__intro .figure-img {
    position: relative;
    height: 300px;
    margin-top: 30px;
  }
  .info__intro .figure-img img {
    max-width: none;
    position: absolute;
    left: -30%;
    height: 100%;
    width: auto;
    top: 0;
    transform: translateX(-20px);
  }
  .vision-icons {
    margin: 0 -5px;
  }
  .vision-icons__item {
    padding: 20px 0;
    margin: 0 5px;
  }
  .vision-desc__txt {
    font-size: 15px;
  }
  .vision-icons__item--en {
    font-size: 18px;
  }
  .history-bg {
    padding-top: 0;
    height: 300px;
  }
  .history-wrap__history-cont::after {
    left: 150px;
  }
  .history-wrap__history-sign {
    left: 50%;
    top: -260px;
    height: auto;
    padding: 20px;
    border-radius: 0 50px 0 50px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 10;
  }
  .history-wrap__history-sign::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .history-wrap__history-cont {
    padding-top: 40px;
  }
  .history-cont__desc-txt {
    padding-bottom: 15px;
  }
  .history-cont__desc {
    width: calc(100% - 150px);
    padding-bottom: 20px;
  }
  .history-cont__year {
    width: 150px;
    padding-left: 0;
    font-size: 32px;
  }
  .history-cont__txt--txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .vision-icons {
    flex-wrap: wrap;
  }
  .vision-icons__item {
    width: calc(50% - 10px);
    padding: 0;
    margin: 5px;
  }
  .vision-icons__item--en {
    position: relative;
    top: 15px;
    font-size: 16px;
    z-index: 1;
  }
  .vision-icons__item--ko {
    position: relative;
    bottom: 15px;
  }
  .history-cont__txt--txt {
    position: relative;
    padding-left: 15px;
  }
  .history-cont__txt--txt::before {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media (max-width: 640px) {
  .info__intro .figure-img {
    height: 200px;
  }
  .info__intro .figure-img img {
    left: 10%;
  }
  .info__vision {
    padding: 40px 0;
  }
  .vision-desc__title {
    padding-top: 40px;
  }
  .vision-icons__item .ic {
    transform: scale(0.7);
  }
  .history-sign__item--since {
    font-size: 16px;
  }
  .history-sign__item--year {
    font-size: 24px;
  }
  .history-sign__item--genetox,
  .history-sign__item--history {
    font-size: 20px;
  }
  .history-wrap__history-cont {
    padding-top: 20px;
  }
  .history-cont__desc {
    width: calc(100% - 90px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .history-cont__desc::before {
    top: 13px;
  }
  .history-wrap__history-cont::after {
    left: 90px;
  }
  .history-cont__year {
    width: 90px;
    font-size: 24px;
    padding: 10px 0;
  }
  .history-cont__txt--month {
    width: 68px;
    padding-left: 35px;
    font-size: 16px;
  }
  .history-cont__txt--txt {
    width: calc(100% - 75px);
  }
}
@media (max-width: 480px) {
  .vision-desc__txt {
    font-size: 14px;
  }
  .vision-icons__item--en {
    font-size: 14px;
  }
  .history-cont__txt--txt {
    width: calc(100% - 40px);
    padding-top: 2px;
    font-size: 14px;
  }
  .history-wrap__history-cont::after {
    display: none;
  }
  .history-cont__desc::before {
    display: none;
  }
  .history-cont__list {
    flex-direction: column;
  }
  .history-cont__txt--month {
    width: 40px;
    padding-left: 0px;
    font-size: 16px;
  }
  .history-cont__desc {
    width: 100%;
    padding-top: 0;
  }
  .history-cont__desc-txt {
    padding-bottom: 15px;
  }
  .history-sign__item--since {
    font-size: 15px;
  }
  .history-sign__item--year {
    font-size: 20px;
  }
  .history-sign__item--genetox,
  .history-sign__item--history {
    font-size: 18px;
  }
}
/*───────────// Info ───────────*/

/*─────────── History ───────────*/
.color-point {
  color: #30b28d;
}
.history-sec {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  .history-sec {
    margin-top: 100px;
  }
}
@media (max-width: 800px) {
  .history-sec {
    margin-top: 60px;
  }
}
.history-sec__wrap {
  position: relative;
  padding-bottom: 105px;
}
@media (max-width: 1024px) {
  .history-sec__wrap {
    padding-bottom: 0;
  }
}
.history-sec__gage {
  content: "";
  display: block;
  position: absolute;
  top: 135px;
  left: 50%;
  width: 1px;
  height: calc(100% - 135px);
  background-color: #e5e5e5;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .history-sec__gage {
    display: none;
  }
}
.history-sec__bar {
  display: block;
  width: 100%;
  background-color: #30b28d;
}
.history-sec__inner {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 545px;
  padding-top: 120px;
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .history-sec__inner {
    flex-direction: column;
    gap: 80px;
    min-height: 1px;
    padding-top: 0;
    margin-top: 90px;
  }
}
.history-sec__inner:nth-child(even) .history-sec__box {
  left: auto;
  right: 40px;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__box {
    right: 0;
  }
}
.history-sec__inner:nth-child(even) .history-sec__item {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__item {
    flex-direction: column;
  }
}
.history-sec__inner:nth-child(even) .history-sec__year {
  padding: 0 0 0 50px;
  text-align: left;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__year {
    padding: 0;
  }
}
.history-sec__inner:nth-child(even) .history-sec__year::before,
.history-sec__inner:nth-child(even) .history-sec__year::after {
  right: auto;
  left: 0;
  translate: -50% -50%;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__year::before,
  .history-sec__inner:nth-child(even) .history-sec__year::after {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__year::after {
    translate: -50% -100%;
  }
}
.history-sec__inner:nth-child(even) .history-sec__inner-item {
  text-align: right;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__inner-item {
    text-align: center;
  }
}
.history-sec__inner:nth-child(even) .history-sec__inner-text {
  padding: 0 15px 0 0;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__inner-text {
    padding: 0 0 0 15px;
  }
}
.history-sec__inner:nth-child(even) .history-sec__inner-text::before {
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__inner-text::before {
    left: 0;
    right: auto;
  }
}
.history-sec__inner:nth-child(even) .history-sec__inner-small {
  padding: 0 20px 0 0;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__inner-small {
    padding: 15px 0 0;
  }
}
.history-sec__inner:nth-child(even) .history-sec__inner-small::before {
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  .history-sec__inner:nth-child(even) .history-sec__inner-small::before {
    left: 50%;
    right: auto;
  }
}
.history-sec__inner-list {
  align-self: center;
  width: 50%;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .history-sec__inner-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-top: 0;
  }
}
.history-sec__inner-item {
  position: relative;
}
@media (max-width: 1024px) {
  .history-sec__inner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.history-sec__inner-item + .history-sec__inner-item {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .history-sec__inner-item + .history-sec__inner-item {
    margin-top: 25px;
  }
}
.history-sec__inner-item .img-wrap {
  padding: 0 15px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .history-sec__inner-item .img-wrap {
    padding: 0;
    text-align: center;
  }
}
.history-sec__inner-date {
  font-size: 18px;
  font-weight: 700;
  color: #ddd;
}
.history-sec__inner-text {
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #444;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .history-sec__inner-text {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .history-sec__inner-text {
    font-size: 16px;
  }
}
.history-sec__inner-text + .history-sec__inner-text {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .history-sec__inner-text + .history-sec__inner-text {
    margin-top: 10px;
  }
}
.history-sec__inner-text::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #222;
}
@media (max-width: 1024px) {
  .history-sec__inner-text::before {
    top: 12px;
  }
}
@media (max-width: 640px) {
  .history-sec__inner-text::before {
    top: 11px;
  }
}
.history-sec__inner-img {
  max-width: 100%;
}
.history-sec__inner-small {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
  color: #999;
}
@media (max-width: 1024px) {
  .history-sec__inner-small {
    padding: 15px 0 0;
  }
}
.history-sec__inner-small::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #999;
}
@media (max-width: 1024px) {
  .history-sec__inner-small::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 8px;
  }
}
.history-sec__box {
  position: absolute;
  top: 0;
  left: 20px;
  width: 24.64788732394366%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .history-sec__box {
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.history-sec__floating {
  position: sticky;
  top: 150px;
  left: 0;
}
@media (max-width: 1024px) {
  .history-sec__floating {
    position: relative;
    top: auto;
  }
}
.history-sec__floating-list {
  margin-top: 65px;
}
@media (max-width: 1024px) {
  .history-sec__floating-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
}
.history-sec__floating-list .history-sec__inner-text {
  padding-left: 15px !important;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .history-sec__floating-list .history-sec__inner-text {
    white-space: normal;
  }
}
.history-sec__floating-list .history-sec__inner-text::before {
  left: 0 !important;
}
.history-sec__category {
  font-size: 16px;
  font-weight: 700;
  color: #ccc;
  letter-spacing: 0.1em;
}
.history-sec__title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .history-sec__title {
    font-size: 46px;
  }
}
@media (max-width: 800px) {
  .history-sec__title {
    font-size: 38px;
  }
}
.history-sec__img {
  max-width: 100%;
  border-top-right-radius: 60px;
}
.history-sec__img-wrap {
  position: relative;
  margin-top: 35px;
  font-size: 0;
  line-height: 1;
}
.history-sec__img-wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: url("../image/history_figure.png") repeat;
  z-index: -1;
}
@media (max-width: 1024px) {
  .history-sec__img-wrap {
    display: none;
  }
}
.history-sec__list {
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .history-sec__list::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    width: 1px;
    height: calc(100% + 25px);
    background-color: #e5e5e5;
    transform: translateX(-50%);
  }
}
.history-sec__item {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .history-sec__item {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
  }
}
.history-sec__item:last-child {
  padding-bottom: 0;
}
.history-sec__item + .history-sec__item {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .history-sec__item + .history-sec__item {
    margin-top: 80px;
  }
}
@media (max-width: 640px) {
  .history-sec__item + .history-sec__item {
    margin-top: 55px;
  }
}
.history-sec__year {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 50%;
  padding-right: 50px;
  font-size: 46px;
  color: #30b28d;
  line-height: 1;
  text-align: right;
}
@media (max-width: 1024px) {
  .history-sec__year {
    width: auto;
    text-align: center;
    padding: 0;
    font-size: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 800px) {
  .history-sec__year {
    font-size: 27.2727272727px;
  }
}
.history-sec__year::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border: 2px solid#30b28d;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  translate: 50% -50%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .history-sec__year::before {
    top: -56px;
    right: auto;
    left: 50%;
    translate: -50% -50%;
  }
}
@media (max-width: 640px) {
  .history-sec__year::before {
    top: -46px;
  }
}
.history-sec__year::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background-color: #94d7c4;
  box-sizing: border-box;
  translate: 50% -50%;
}
@media (max-width: 1024px) {
  .history-sec__year::after {
    top: -45px;
    right: auto;
    left: 50%;
    translate: -50% -100%;
  }
}
@media (max-width: 640px) {
  .history-sec__year::after {
    top: -35px;
  }
}
/*─────────── History ───────────*/

/*─────────── Contents Visual ───────────*/
.contents-visual {
  display: flex;
  justify-content: center;
  padding-bottom: 85px;
  margin: 60px -10px 0px -10px;
}
.contents-visual__img-wrap {
  width: 50%;
  margin-right: -10px;
  font-size: 0;
  line-height: 1;
}
.contents-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-visual__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
  padding: 70px 60px;
  margin-left: -10px;
  background: linear-gradient(to bottom right, #347187, #30b28d);
  color: #fff;
  transform: translateY(20px);
}
.contents-visual__right::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 50%;
  max-width: 240px;
  padding-top: 14%;
  background: url("../image/location-logo.png") no-repeat right bottom / 100% auto;
}
.contents-visual__title {
  position: relative;
  font-family: "Poppins", "notokr", sans-serif;
  font-weight: 700;
  opacity: 0.2;
  font-size: 40px;
  line-height: 0.75;
}
.contents-visual__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.contents-visual__text-wrap {
  position: relative;
  margin-top: 30px;
}
.contents-visual__text {
  font-size: 19px;
}
.contents-visual__text + .contents-visual__text {
  margin-top: 30px;
}
/* Media Query */
@media (max-width: 1440px) {
  .contents-visual__right {
    padding: 50px 30px;
  }
}
@media (max-width: 1280px) {
  .contents-visual__text-wrap::before {
    left: 0;
    width: 100%;
  }
  .contents-visual__text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .contents-visual {
    flex-direction: column;
    padding: 0;
    margin: 30px -20px 0;
  }
  .contents-visual__img-wrap {
    width: 100%;
    margin: 0;
    height: 350px;
    transform: none;
  }
  .contents-visual__right {
    padding: 40px 20px;
  }
  .contents-visual__right {
    width: 100%;
    margin: 0;
    transform: none;
    z-index: 1;
  }
  .contents-visual__title {
    font-size: 30px;
  }
  .contents-visual__text {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .contents-visual__img-wrap {
    height: 210px;
  }
  .contents-visual__text {
    font-size: 16px;
  }
}
/*───────────// Contents Visual ───────────*/

/*─────────── Location ───────────*/
.location__img {
  position: relative;
}
.location__img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1760px;
  padding-top: 15%;
  background: #f4f8fa;
  border-radius: 30px 0 0 80px;
  z-index: -1;
}
.location__organization {
  margin-top: 130px;
}
.location-organization__img {
  max-width: 100%;
  margin: 0 auto;
}
.location__map {
  padding: 125px 0 0;
}
.location-info {
  display: flex;
  padding-bottom: 55px;
}
.location-info__list--title {
  width: 300px;
}
.location-info__list--title .title {
  font-size: 28px;
  font-weight: 700;
}
.location-info__list .text {
  padding-bottom: 10px;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.location-info__list--address {
  width: 395px;
}
.location-info__list--tel {
  width: 220px;
}
.location-info__list--tel .tel:hover,
.location-info__list--mail .mail:hover {
  text-decoration: underline;
}
.location-info__list .ic {
  padding-right: 15px;
  color: #30b28d;
}
.location-info__list .txt {
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 17px;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.25px;
}
/* Media Query */
@media (max-width: 1280px) {
  .location__organization {
    margin-top: 100px;
  }
  .location__map {
    padding-top: 80px;
  }
  .location-info {
    padding-bottom: 30px;
  }
  .location-wrap__desc {
    top: 40px;
    padding: 50px 50px 70px;
  }
  .location-info__list .text {
    padding-top: 0;
    font-size: 18px;
  }
  .location-info__list .txt {
    font-size: 16px;
  }
  .location-wrap__item--genetox {
    font-size: 32px;
  }
  .location-wrap__item--txt {
    font-size: 18px;
  }
}
@media (max-width: 970px) {
  .location-wrap__figure {
    float: none;
    clear: both;
    width: 100%;
    margin: 30px auto 0;
  }
  .location-wrap__desc {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 30px 30px 50px;
    margin: 0 auto;
  }
  .location__img::after {
    display: none;
  }
  .location__map {
    padding-top: 60px;
  }
  .location-wrap__item--genetox {
    font-size: 24px;
  }
  .location-wrap__item--genetox::after {
    bottom: 8px;
  }
  .location-wrap__item--txt {
    font-size: 17px;
    padding-bottom: 0;
  }
  .location-info__list .txt {
    font-size: 15px;
  }
  .location-info__list .text {
    padding-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .location-info {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .location-info__list .text {
    padding-bottom: 5px;
  }
  .location-info__list {
    padding-bottom: 15px;
  }
  .location-info__list--address,
  .location-info__list--tel,
  .location-info__list--mail {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .location__organization {
    margin-top: 70px;
  }
  .location__map {
    padding-top: 40px;
  }
  .location-info__list .text {
    padding-bottom: 0;
    font-size: 16px;
  }
  .location-info__list .txt {
    font-size: 14px;
  }
  .location-wrap__item--txt {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .location-wrap__desc {
    padding: 20px 20px 30px;
  }
  .location-wrap__item--genetox {
    font-size: 20px;
  }
}
/*───────────// Location ───────────*/

/*─────────── Ci ───────────*/
.ci__logo {
  position: relative;
}
.ci__logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  height: 430px;
  background: #f4f8fa;
  border-radius: 0 80px 0 80px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ci-logo__img-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  margin: 0 -10px;
}
.ci-logo__img-wrap .img {
  width: 50%;
  max-width: 680px;
  padding: 0 10px;
}
.ci__concept {
  padding: 100px 0 0;
}
.ci-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.ci-desc:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.ci-desc:last-child .ci-desc__p {
  padding-bottom: 0;
}
.ci-desc .ci-desc__txt {
  width: 82.85%;
  max-width: 865px;
}
.ci-desc__title,
.ci-desc__title > span {
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 22px;
}
.ci-desc__p {
  padding: 20px 30px 70px 0;
  font-size: 17px;
  color: #222;
  line-height: 1.64;
}
.ci-desc .ci-desc__img {
  width: 17.14%;
  max-width: 240px;
}
.ci-desc .ci-desc__img .img {
  float: right;
}
.ci-desc--geneblue .img {
  box-shadow: 0 10px 20px rgba(49, 121, 139, 0.2);
}
/* Media Query */
@media (max-width: 1280px) {
  .ci__concept {
    padding: 80px 0 0;
  }
  .ci-desc__title,
  .ci-desc__title > span {
    padding-top: 20px;
    font-size: 18px;
  }
  .ci-desc__p {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
@media (max-width: 970px) {
  .ci__concept {
    padding: 60px 0 0;
  }
  .ci__logo::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .ci-desc {
    flex-direction: column;
    text-align: center;
  }
  .ci-desc__p {
    padding-right: 0;
    font-size: 15px;
  }
  .ci-desc .ci-desc__img {
    order: 1;
    width: 100%;
  }
  .ci-desc .ci-desc__txt {
    order: 2;
    width: 100%;
  }
  .ci-desc .ci-desc__img .img {
    float: none;
    margin: auto;
  }
  .ci-desc__title,
  .ci-desc__title > span {
    font-size: 17px;
  }
  .ci-logo__img-wrap {
    flex-direction: column;
    margin: 0;
    padding-top: 30px;
  }
  .ci-logo__img-wrap .img {
    width: 100%;
    padding: 5px 0;
  }
}
@media (max-width: 640px) {
  .ci__concept {
    padding: 40px 0 0;
  }
}
@media (max-width: 480px) {
  .ci-desc__p {
    font-size: 14px;
  }
  .ci-desc__title,
  .ci-desc__title > span {
    font-size: 16px;
  }
}
/*───────────// Ci ───────────*/

/********************************************************
* Product
*********************************************************/
/* Botulinum Toxin */
.botulinum__about {
  position: relative;
  padding-bottom: 40px;
}
.botulinum__about::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 46.87%;
  max-width: 900px;
  padding-top: 17%;
  background: #f4f8fa;
  border-radius: 0 0 30px 0;
  z-index: -1;
}
.about__overview {
  display: flex;
  align-items: center;
  padding-top: 45px;
}
.overview__figure {
  width: 50%;
}
.overview__desc {
  width: 50%;
  padding-left: 70px;
}
.overview__desc .point-dots {
  padding-bottom: 40px;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 28px;
}
.overview__li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 18px;
  font-size: 17px;
  color: #222;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.overview__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: #222;
  border-radius: 50%;
}

.botulinum_field {
  padding-top: 160px;
}

.botulinum__product {
  padding-top: 110px;
}
.product-wrap__title {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
}
.product-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-top: 2px solid #222;
}
.product-col__list {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
.product-col__title {
  display: flex;
  align-items: center;
  justify-items: center;
  position: relative;
  width: 165px;
  padding: 20px 30px;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
}
.product-col__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 70%;
  background: #efefef;
  transform: translateY(20%);
}
.product-col__desc {
  display: flex;
  align-items: center;
  width: calc(100% - 165px);
  height: 110px;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: -0.7px;
}
.botulinum__product .align-style__desc {
  display: flex;
  align-items: flex-end;
  gap: 0 40px;
}
.product-wrap {
  width: 48%;
}
.product-wrap__img-wrap {
  position: relative;
  width: 48%;
}
.product-wrap__img {
  max-width: 100%;
}
.product-wrap__img-wrap .btn--st1 {
  position: relative;
  bottom:100px;
  left: 25%;
  
}

.botulinum__plan {
  padding: 80px 0 0;
}
.plan-desc__left {
  display: flex;
  align-items: center;
  position: relative;
  width: 41.01%;
  max-width: 370px;
}
.plan-desc__left::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  background: #ddd;
  transform: translateY(-50%);
}
.plan-desc__left .ic {
  width: 85px;
  height: 70px;
  background: url(../image/plan-icon.jpg);
}
.plan-desc {
  display: flex;
  align-items: center;
  padding: 40px 65px;
  background: #f8f8f8;
}
.plan-desc--title {
  padding-left: 35px;
  font-size: 24px;
  font-weight: 400;
  color: #222;
}
.plan-desc--desc {
  padding-left: 40px;
  font-size: 16px;
}

@media (max-width: 1280px) {
  .overview__desc {
    padding-left: 40px;
  }
  .overview__desc .point-dots {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .overview__li {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .plan-desc--title {
    font-size: 20px;
  }
  .plan-desc--desc {
    font-size: 15px;
  }

  .botulinum_field {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .about__overview {
    flex-direction: column;
    gap: 30px 0;
  }
  .overview__figure {
    width: 100%;
  }
  .overview__desc {
    width: 100%;
    padding-left: 0;
  }
  .botulinum__about {
    padding-bottom: 0;
  }
  .botulinum__about::before {
    display: none;
  }
  .botulinum__product .align-style__desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
  }
  .product-wrap {
    order: 2;
    width: 100%;
  }
  .product-wrap__img-wrap {
    order: 1;
    width: 100%;
    max-width: 530px;
  }
}
@media (max-width: 970px) {
  .botulinum__about::before {
    display: none;
  }
  .overview__desc .point-dots {
    font-size: 20px;
  }
  .overview__li {
    font-size: 15px;
  }

  .botulinum__product {
    padding-top: 60px;
  }
  .product-col__title {
    padding: 20px 15px;
    font-size: 16px;
  }
  .product-col__desc {
    height: 100px;
    padding: 0px 15px;
    font-size: 15px;
  }
  .product-wrap__title {
    font-size: 19px;
  }

  .botulinum__plan {
    padding-top: 60px;
  }

  .plan-desc {
    padding: 30px 35px;
    flex-direction: column;
  }
  .plan-desc__left {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
  }
  .plan-desc__left::after {
    display: none;
  }
  .plan-desc--desc {
    padding-left: 0;
    text-align: center;
  }
  .plan-desc--title {
    padding-left: 15px;
    font-size: 18px;
  }
  .botulinum_field {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .about__overview {
    flex-direction: column;
    padding-top: 20px;
  }
  .overview__figure {
    width: 100%;
  }

  .product-wrap {
    flex-direction: column;
    margin: 0;
  }
  .product-col {
    flex-direction: column;
    width: 100%;
  }
  .product-col__desc {
    height: 80px;
  }

  .plan-desc__left .ic {
    transform: scale(0.7);
  }
  .plan-desc--title {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .overview__li {
    font-size: 14px;
  }
  .overview__desc .point-dots {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .botulinum_field {
    padding-top: 70px;
  }
  .botulinum__product {
    padding-top: 70px;
  }

  .product-col__title {
    width: 120px;
    padding: 15px 10px;
    font-size: 15px;
  }
  .product-col__desc {
    width: calc(100% - 115px);
    height: auto;
    padding: 15px 10px;
    font-size: 14px;
  }

  .plan-desc__left {
    padding-bottom: 5px;
  }
  .botulinum__plan {
    padding-top: 40px;
  }

  .product-wrap__img-wrap .btn--st1 {
    bottom: 100px;
  }
}
@media (max-width: 480px) {
  .plan-desc__left {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .plan-desc {
    padding: 15px;
  }
  .plan-desc--desc {
    font-size: 14px;
  }
}

/*───────────────────────────────────────────────────────────

  R & D

───────────────────────────────────────────────────────────*/
/*─────────── Common ───────────*/
.sub__section--rnd.iot {
  padding-bottom: 0;
}
.sub__section--rnd .top-bg {
  padding-top: 80px;
}
/* Media Query */
@media (max-width: 1280px) {
  .sub__section--rnd .top-bg {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .sub__section--rnd .top-bg {
    position: relative;
    height: 300px;
    margin-top: 30px;
  }
  .sub__section--rnd .top-bg .img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .sub__section--rnd .top-bg {
    height: 200px;
    padding-top: 40px;
  }
}
/*───────────// Common ───────────*/

/*─────────── Iot ───────────*/
.iot-sec {
  margin-top: -140px;
}
.iot-sec__item {
  display: flex;
  gap: 0 80px;
  margin-top: 55px;
}
.iot-sec__item:first-child {
  margin-top: 0;
}
.iot-sec__img-wrap {
  flex-shrink: 0;
  width: 48.57142857%;
  font-size: 0;
  line-height: 1;
}
.iot-sec__img {
  max-width: 100%;
}
.iot-sec__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.iot-sec__number {
  font-family: "Poppins";
  font-size: 46px;
  font-weight: 700;
  color: #eee;
  line-height: 1;
}
.iot-sec__title {
  margin-top: 15px;
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.iot-sec__item:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.iot-sec__banner {
  margin: 100px 0;
 
}
.iot-sec__banner:last-child {
  margin-bottom: 0;
}
.iot-sec__banner .inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 140px;
  min-height: 700px;
}
.iot-sec__banner-title {
  font-family: "Poppins", "notokr";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
}
.iot-sec__banner.last {
  background-image: url("../image/rnd_iot_ft.jpg");
}
.iot-sec__banner.last .inner {
  justify-content: flex-start;
  padding-bottom: 180px;
}
/* Media Query */
@media (max-width: 1280px) {
  .iot-sec {
    margin-top: 0;
  }
  .iot-sec__item {
    gap: 0 40px;
  }
  .iot-sec__title {
    font-size: 20px;
  }
  .iot-sec__banner {
    background-position: center left;
  }
  .iot-sec__banner.last {
    background-position: center right;
  }
  .iot-sec__banner .inner,
  .iot-sec__banner.last .inner {
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: 20px;
    text-align: center;
  }

  .iot-sec__banner-title {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .iot-sec__item,
  .iot-sec__item:nth-child(2n) {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    text-align: left;
  }
  .iot-sec__img-wrap {
    width: 100%;
  }
  .iot-sec__title {
    font-size: 18px;
    margin: -20px 0 0 30px;
  }
  .iot-sec__text-wrap {
    margin-bottom: 0;
  }
  .iot-sec__banner-title {
    font-size: 22px;
  }
  .iot-sec__banner .inner,
  .iot-sec__banner.last .inner {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .iot-sec__text-wrap {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .iot-sec__title {
    margin: -20px 0 0 0;
  }
}
@media (max-width: 640px) {
  .iot-sec__title {
    font-size: 17px;
  }
  .iot-sec__banner {
    margin: 60px 0;
  }
  .iot-sec__banner-title {
    font-size: 20px;
  }
}
/*───────────// Iot ───────────*/

/*─────────── Ideology ───────────*/
.ideology .align-style--col .align-style__title {
  padding-top: 30px;
}
/* Media Query */
@media (max-width: 1280px) {
  .ideology .align-style--col .align-style__title {
    padding-top: 0px;
  }
}
/*───────────// Ideology ───────────*/

/*─────────── Field ───────────*/
.field .title-st6 {
  padding-top: 80px;
  padding-bottom: 50px;
}
/* Tab */
.field-tab__list {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}
.field-tab__item {
  width: 33.3333333%;
  height: 100%;
}
.field-tab__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 5px solid #eee;
}
.field-tab__title {
  font-size: 20px;
  color: #aaa;
  transition: color 0.3s;
}
.field-tab__item.active .field-tab__title {
  color: #222;
}
.field-tab__item.active .field-tab__link {
  border-color: #30b28d;
}
.field-sec__title-wrap {
  margin-top: 50px;
}
.field-sec__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}
.field-sec__title-wrap.center {
  justify-content: center;
  text-align: center;
}
.field-sec__text {
  font-size: 17px;
  line-height: 1.8;
}
.field-sec__item {
  display: none;
}
.field-sec__item.show {
  display: block;
}
.field-sec__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.field-sec__img {
  max-width: 100%;
}
/* Pannel */
.field-sec__beauty-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.field-sec__beauty-img {
  max-width: 100%;
}
.field-sec__therapy .field-sec__title-wrap {
  margin-bottom: 95px;
}
.field-sec__therapy .field-sec__title + .field-sec__title {
  margin-top: 5px;
}
.field-sec__therapy-market {
  padding: 80px 0 250px;
  margin-bottom: -200px;
  background-color: #f8f8f8;
}
.field-sec__therapy-left {
  display: flex;
  gap: 0 20px;
}
.field-sec__therapy-title {
  flex-shrink: 0;
  width: 300px;
  font-size: 30px;
  line-height: 1.3;
}
.field-sec__therapy-text {
  font-size: 20px;
}
.field-sec__therapy-text + .field-sec__therapy-text {
  margin-top: 50px;
}
.scroll-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-wrap__guide {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  translate: -50% -50%;
}
@media (max-width: 640px) {
  .scroll-wrap__guide {
    display: flex;
  }
}
.scroll-wrap__icon {
  font-size: 40px;
  color: #fff;
  rotate: 90deg;
}
.scroll-wrap__text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.field-sec__therapy-img-wrap {
  min-width: 600px;
  overflow: hidden;
  margin-top: 65px;
  font-size: 0;
  line-height: 1;
  border-radius: 30px;
}
.field-sec__therapy-img {
  max-width: 100%;
}
.field-sec__sales {
  padding-top: 120px;
}
.field-sec__sales .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 60px;
}
.field-sec__sales-img-wrap {
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.field-sec__sales-img {
  max-width: 100%;
}
.field-sec__sales-title {
  font-size: 26px;
}
.field-sec__sales-cation {
  max-width: 100%;
  margin-top: 40px;
}
.field-sec__new-img-wrap {
  margin-top: 90px;
}
.field-sec__new-img {
  max-width: 100%;
  margin: 0 auto;
}
/* Media Query */
@media (min-width: 1025px) {
  .field-tab__item:hover:not(.active) .field-tab__title {
    color: #30b28d;
  }
}
@media (max-width: 1280px) {
  .field .title-st6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  /* Tab */
  .field-tab__title {
    font-size: 18px;
  }
  .field-tab__link {
    padding-bottom: 20px;
  }
  /* Panel */
  .field-sec__therapy-market {
    padding-bottom: 150px;
    margin-bottom: -150px;
  }
  .field-sec__new-img-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .field .title-st6 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  /* Tab */
  .field-tab__list {
    gap: 5px 10px;
  }
  .field-tab__link {
    gap: 0;
    padding-bottom: 15px;
  }
  .field-tab__title {
    font-size: 17px;
  }
  .field-tab__icon-wrap {
    transform: scale(0.8);
  }
  /* Panel */
  .field-sec__title-wrap {
    flex-direction: column;
  }
  .field-sec__text {
    font-size: 15px;
    line-height: 1.5;
  }
  .field-sec__img-wrap {
    height: 300px;
    overflow: hidden;
    margin: 50px -20px 0;
  }
  .field-sec__img {
    max-width: none;
  }
  .field-sec__title {
    font-size: 20px;
  }
  .field-sec__therapy .field-sec__title-wrap {
    margin-bottom: 50px;
    text-align: center;
  }
  .field-sec__therapy-title {
    margin-top: 0;
    font-size: 23px;
  }
  .field-sec__therapy-text {
    font-size: 15px;
  }
  .field-sec__therapy-text + .field-sec__therapy-text {
    margin-top: 30px;
  }
  .field-sec__therapy-left {
    flex-direction: column;
    gap: 20px 0;
  }
  .field-sec__therapy-img-wrap {
    margin-top: 50px;
    border-radius: 20px;
  }
  .field-sec__sales {
    padding-top: 100px;
  }
  .field-sec__sales .inner {
    justify-content: space-between;
    gap: 30px;
  }
  .field-sec__sales-title {
    font-size: 23px;
  }
}
@media (max-width: 970px) {
  .field-sec__therapy-market {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
@media (max-width: 640px) {
  /* Tab */
  .field-tab__list {
    flex-direction: column;
  }
  .field-tab__item {
    width: 100%;
    background-color: #eee;
  }
  .field-tab__link {
    padding: 10px 0;
    border: none;
  }
  .field-tab__icon-wrap {
    display: none;
  }
  .field-tab__title {
    font-size: 16px;
  }
  .field-tab__item.active {
    background-color: #30b28d;
  }
  .field-tab__item.active .field-tab__title {
    color: #fff;
  }
  /* Panel */
  .field-sec__title {
    font-size: 17px;
  }
  .field-sec__img-wrap {
    height: 250px;
  }
  .field-sec__therapy-market {
    padding-bottom: 80px;
    margin-bottom: -80px;
  }
  .field-sec__therapy-text + .field-sec__therapy-text {
    margin-top: 15px;
  }
  .field-sec__sales {
    padding-top: 70px;
  }
  .field-sec__sales .inner {
    flex-direction: column;
  }
  .field-sec__sales-title {
    font-size: 20px;
    text-align: center;
  }
  .field-sec__sales-cation {
    margin-top: 25px;
  }
}
/*───────────// Field ───────────*/

.notice_txt {
  text-align: center;
  padding-bottom: 100px;
  border-bottom: 1px solid #ddd;
}

/*───────────────────────────────────────────────────────────

    Careers

───────────────────────────────────────────────────────────*/
.growth {
  margin-top: 80px;
}
.growth__wrap {
  display: flex;
  gap: 0 100px;
}
.growth__wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.growth__wrap + .growth__wrap {
  margin-top: 60px;
}
.growth__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.growth__img-wrap {
  width: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  border-radius: 0 60px;
}
.growth__text-wrap {
  align-self: center;
  width: 50%;
  padding: 10px 0;
}
.growth__title {
  font-size: 28px;
}
.growth__list {
  margin-top: 40px;
}
.growth__item {
  display: flex;
  gap: 0 20px;
}
.growth__item + .growth__item {
  margin-top: 20px;
}
.growth__icon {
  flex-shrink: 0;
  font-size: 0;
  line-height: 1;
}
.growth__icon-img {
  max-width: 100%;
}
.growth__text {
  align-self: center;
  font-size: 17px;
}

/* Media Query */
@media (max-width: 1280px) {
  .growth__wrap {
    gap: 0 50px;
  }
}
@media (max-width: 1024px) {
  .growth {
    margin-top: 60px;
  }
  .growth__wrap {
    flex-direction: column;
    gap: 30px 0;
  }
  .growth__wrap:nth-child(even) {
    flex-direction: column;
  }
  .growth__img-wrap {
    width: 100%;
    max-width: 700px;
    border-radius: 30px;
  }
  .growth__text-wrap {
    align-self: flex-start;
    width: 100%;
  }
  .growth__title {
    font-size: 25px;
  }
  .growth__list {
    margin-top: 20px;
  }
  .growth__item + .growth__item {
    margin-top: 15px;
  }
  .growth__text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .growth {
    margin-top: 40px;
  }
  .growth__img-wrap {
    border-radius: 20px;
  }
  .growth__title {
    font-size: 23px;
  }
  .growth__text {
    font-size: 15px;
  }
}

/********************************************************
* Footer
*********************************************************/
.footer {
  padding: 35px 0 85px;
  background-color: #1d1d1d;
}
.footer__inner {
  display: flex;
  max-width: 1830px;
  padding: 0 20px;
  margin: 0 auto;
}
.footer .inner {
  max-width: 1400px;
  padding: 0;
}
.footer__logo {
  margin-right: 50px;
}
.footer-logo__link {
  display: block;
  width: 100%;
  max-width: 151px;
  transition: width 0.3s;
}
.footer-logo__img {
  width: 100%;
  max-width: 151px;
  height: auto;
}
.footer__content {
  padding-top: 12px;
}
.footer__link-list {
  display: flex;
}
.footer-link-list__item:not(:last-child) {
  position: relative;
  padding-right: 16px;
  margin-right: 15px;
}
.footer-link-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
}
.footer-link-list__link {
  font-size: 15px;
  color: #bbb;
}
.footer-link-list__link:hover {
  text-decoration: underline;
}
.footer__address {
  max-width: 610px;
  margin-top: 35px;
}
.footer-address__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-address__item {
  margin-right: 28px;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 15px;
  color: #777;
}
.footer-address__item:nth-child(3) {
  margin: 0;
}
.footer-address__item:nth-child(n + 4) {
  margin-top: 10px;
}
.footer-address__title {
  font-weight: 600;
}
.footer-address__link {
  font-family: "Poppins", "notokr", sans-serif;
  color: #777;
}
.footer-address__link:hover {
  text-decoration: underline;
}
.footer__copy {
  flex-shrink: 0;
  margin: auto 0 0 auto;
  font-family: "Poppins", "notokr", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #777;
}
.top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 65px;
  height: 65px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  text-indent: -999px;
  border: 0;
  border-radius: 5px;
  background-color: #00919e;
  transition:
    bottom 0.3s,
    visibility 0.3s,
    opacity 0.3s;
  z-index: 1500;
}
.top.show {
  visibility: visible;
  opacity: 1;
}
.top.__footer-bottom {
  bottom: 200px;
}
.top .top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: #fff;
  text-indent: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 1830px) {
  .footer {
    padding: 40px 0;
  }
  .footer__inner {
    flex-direction: column;
    max-width: 1440px;
  }
  .footer__content {
    padding-top: 30px;
  }
  .footer__address {
    margin-top: 20px;
  }
  .footer__copy {
    margin: 30px auto 0 0;
  }
  .top.__footer-bottom {
    bottom: 260px;
  }
}
@media (max-width: 1440px) {
  .top {
    right: 20px;
  }
}
@media (max-width: 970px) {
  .footer-logo__link {
    width: 120px;
  }
  .footer__address {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .footer__link-list {
    flex-wrap: wrap;
    margin: -5px;
  }
  .footer-link-list__item {
    width: 50%;
    padding: 5px !important;
    margin: 0 !important;
  }
  .footer-link-list__item:not(:last-child)::after {
    display: none;
  }
  .footer-link-list__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-address__item {
    font-size: 14px;
  }
  .footer-address__item1,
  .footer-address__item4 {
    width: 100%;
  }
  /* .footer-address__item:not(.footer-address__item1){opacity:.6;} */
  .footer-address__item:nth-child(n + 2) {
    margin-top: 10px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .top.__footer-bottom {
    bottom: 450px;
  }
}
@media (max-width: 480px) {
  .footer-link-list__link {
    height: 40px;
  }
  .top {
    width: 45px;
    height: 45px;
  }
  .top .top__icon {
    font-size: 25px;
  }
}
