@charset "UTF-8";
/* ELLIPSIS */
/* / */
/* 폰트사이즈 */
img.pc {
  display: inline-block;
}

/*************** INTRO ***************/
/*************** INTRO ***************/
/*************** INTRO ***************/
#intro {
  width: 100%;
  height: 100vh;
  background: url(/gdiff/images/main/introBg.jpg) no-repeat left 21% center/cover;
  color: #fff;
  position: relative;
}

.ft-sy {
  font-family: "Inter Tigh";
}

#intro .conWrap {
  width: 100%;
  animation-name: scene1, scene2-2;
  animation-fill-mode: forwards;
  animation-delay: 0.5s, 3s;
  animation-duration: 3s, 2s;
  animation-timing-function: ease;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% + 91px); /* 91px : 로고 아래 텍스트의 height / 2 값 */
  transform: translateY(-50%);
  opacity: 0;
  line-height: 1.3;
}

#intro .conWrap .achLogo {
  display: inline-block;
  width: 477px;
  animation: scene2-3 2s ease 3s forwards;
}

#intro .conWrap p {
  font-size: 24px;
  font-weight: 500;
  padding-top: 62px;
  opacity: 0;
  animation: scene2-1 2s ease 3s forwards;
}

#intro .conWrap > p {
  font-family: "Sarabun", sans-serif;
}

#intro .conWrap p em {
  font-size: 40px;
  line-height: 1;
  color: inherit;
}

#intro .conWrap .btnWrap {
  width: 1250px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  margin: 0 auto;
  animation: scene3 2s ease 5s forwards;
  height: 0;
}

#intro .conWrap .btnWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: calc(50% - 25px);
  height: 100%;
  position: relative;
  overflow: hidden;
}

#intro .conWrap .btnWrap a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/gdiff/main/gdiffBg.png) no-repeat center center/cover;
  opacity: 0;
  transform: scale(1.3);
  transition: 0.5s ease;
}

#intro .conWrap .btnWrap a:hover::after {
  opacity: 1;
  transform: scale(1);
}

#intro .conWrap .btnWrap a.gdiff {
  margin-right: 50px;
  background-color: #006fba;
}

#intro .conWrap .btnWrap a.nexsurg {
  background-color: #006ca3;
}

#intro .conWrap .btnWrap a.nexsurg::after {
  background-image: url(/nexsurg/images/main/nexsurgBg.png);
}

#intro .conWrap .btnWrap a.nexsurg p {
  font-family: "Roboto", sans-serif;
}

#intro .conWrap .btnWrap a.gdiff::after {
  background-image: url("/gdiff/images/main/gdiffBg.png");
}

#intro .conWrap .btnWrap a .txtBox {
  text-align: center;
  z-index: 1;
}

#intro .conWrap .btnWrap a .txtBox p {
  font-weight: 500;
  padding-top: 30px;
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
}

#intro .conWrap .btnWrap a .txtBox img.m {
  display: none;
}

@keyframes scene1 {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
@keyframes scene2-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scene2-2 {
  0% {
    top: calc(50% + 91px);
  }
  100% {
    top: calc(50% + 0px);
  }
}
@keyframes scene2-3 {
  0% {
    width: 477px;
  }
  100% {
    width: 170px;
  }
}
@keyframes scene3 {
  0% {
    height: 0;
    margin-top: 0;
  }
  100% {
    height: 449px;
    margin-top: 85px;
  }
}
/*************** MAIN HEADER ***************/
/*************** MAIN HEADER ***************/
/*************** MAIN HEADER ***************/
#header {
  background: transparent;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header.nav-up, #header.nav-down {
  background: #fff;
}

#header:hover {
  background: #fff;
}

/*************** MAIN ***************/
/*************** MAIN ***************/
/*************** MAIN ***************/
.col-bl {
  color: #0076b6 !important;
  font-weight: 500;
}

.sec-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-top .titTxt {
  color: var(--0076B6_CI, #0076b6);
  font-size: 72rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1280px) {
  .sec-top .titTxt {
    font-size: 36rem;
  }
}
.clinical .sec-top .titTxt,
.resources .sec-top .titTxt,
.news .sec-top .titTxt {
  font-weight: 500;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 1px;
}

.swiper-scrollbar-drag {
  background-color: #2f6ecb;
}

/*************** contents ***************/
/*************** contents ***************/
/*************** contents ***************/
.mainVisual .wrapper {
  overflow: hidden;
}
.mainVisual .mainVisual__wrap {
  height: 1360rem;
  aspect-ratio: 1920/1360;
  background: url("../../images/main/mainvisual_bg.jpg") no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.mainVisual .mainVisual__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 600rem;
  background: url("../../images/main/gdiff_info_bg.png") no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: -18%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mainVisual .mainVisual-scene01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
}
.mainVisual .mainVisual-scene01 p {
  margin-top: 407rem;
  font-family: "Inter Tight";
  font-size: 130rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(181deg, #fff 0.82%, rgba(255, 255, 255, 0) 157.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(100px);
  opacity: 0;
}
.mainVisual .mainVisual-scene02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
}
.mainVisual .mainVisual-scene02 .item01 {
  margin-top: 400rem;
}
.mainVisual .mainVisual-scene02 .item01 .img-wrap {
  width: 813rem;
  aspect-ratio: 813/189;
  transform: scale(0.8);
  opacity: 0;
}
.mainVisual .mainVisual-scene03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* 배경 */
  /* 아이템 */
  opacity: 0;
}
.mainVisual .mainVisual-scene03 .item01 {
  margin-top: 230rem;
  margin-left: 60rem;
}
.mainVisual .mainVisual-scene03 .item01 .flex-inner {
  display: flex;
  gap: 40rem;
}
.mainVisual .mainVisual-scene03 .item01 .img-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  width: 829rem;
  aspect-ratio: 813/189;
  transform: translateY(100px);
  opacity: 0;
}
.mainVisual .mainVisual-scene03 .item01 p {
  font-family: "Inter Tight";
  font-size: 80rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(100px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mainVisual .mainVisual-scene03 .item02 {
  position: absolute;
  left: 0;
  top: 34%;
  width: 100%;
}
.mainVisual .mainVisual-scene03 .item02 .img-wrap {
  width: 100%;
  aspect-ratio: 1920/910;
  transform: translateY(100px);
  opacity: 0;
}
.mainVisual .mainVisual-scene03 .item03 {
  position: absolute;
  left: 35%;
  top: 28%;
  width: 1063rem;
  aspect-ratio: 1063/997;
}
.mainVisual .mainVisual-scene03 .item03 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100px);
  opacity: 0;
}
.mainVisual .mainVisual-scene04 {
  margin-left: 60rem;
  padding-bottom: 222rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.mainVisual .mainVisual-scene04 .flex-inner {
  height: 87%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mainVisual .mainVisual-scene04 p {
  color: #0076b6;
  font-size: 22rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 38rem;
  transform: translateY(50px);
  opacity: 0;
}
.mainVisual .mainVisual-scene04 ul.list-go {
  display: flex;
  gap: 20rem;
  margin-bottom: 110rem;
}
.mainVisual .mainVisual-scene04 ul.list-go li {
  transform: translateY(50px);
  opacity: 0;
}
.mainVisual .mainVisual-scene04 ul.list-txt {
  display: flex;
  gap: 10rem;
}
.mainVisual .mainVisual-scene04 ul.list-txt li a {
  display: block;
}
.mainVisual .mainVisual-scene04 ul.list-txt li p {
  border-top: 1px solid #c0c5c9;
  width: 220rem;
  color: var(--0076B6_CI, #0076b6);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  padding-top: 12rem;
}
.mainVisual .mainVisual__wrap.on::before {
  opacity: 1;
  bottom: -17%;
}

.gdiff-info {
  width: 100%;
  height: 795rem;
  position: relative;
  overflow: hidden;
}
.gdiff-info .gdiff-info__top {
  margin-bottom: 70rem;
}
.gdiff-info .gdiff-info__top .img-wrap {
  margin: 0 auto;
  width: 151rem;
  height: 35rem;
}
.gdiff-info .gdiff-info__txt-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.gdiff-info .gdiff-info__txt-list .flex-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gdiff-info .gdiff-info__txt-list ul li {
  overflow: hidden;
}
.gdiff-info .gdiff-info__txt-list ul li + li {
  padding-top: 25rem;
}
.gdiff-info .gdiff-info__txt-list ul li:nth-child(3) {
  padding: 0;
}
.gdiff-info .gdiff-info__txt-list ul li:nth-child(4) {
  padding-top: 0rem;
}
.gdiff-info .gdiff-info__txt-list ul li p {
  color: #a7a7a7;
  font-size: 72rem;
  font-weight: 400;
  text-align: center;
  line-height: 170%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .gdiff-info .gdiff-info__txt-list ul li p {
    font-size: 36rem;
  }
}
.gdiff-info .gdiff-info__txt-list ul li .item {
  margin: 0;
  width: 0;
  height: 154rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.gdiff-info .gdiff-info__txt-list ul li .item .item-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86rem;
  flex-shrink: 0;
  border-radius: 50rem;
  background: #a7a7a7;
}
.gdiff-info .gdiff-info__txt-list ul li .item .img-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 165rem;
  flex-shrink: 0;
  aspect-ratio: 15/14;
}
.gdiff-info .gdiff-info__txt-list ul li.active .item {
  width: 223rem;
  margin: 0 30rem;
}
.gdiff-info .gdiff-info__bg {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -1;
}
.gdiff-info .gdiff-info__bg .img-wrap {
  width: 1405rem;
  height: 757rem;
}
.gdiff-info .gdiff-info__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mid-con {
  margin-top: 105rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mid-con video {
  width: 1226rem;
  height: 660rem;
  flex-shrink: 0;
  aspect-ratio: 613/330;
  position: relative;
}

.discover {
  margin-top: 165rem;
}
.discover .sec-con {
  margin-top: 70rem;
}
.discover .discover_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40rem;
}
.discover .discover_list > li {
  width: 48%;
  min-height: 400rem;
  background-color: #f1f5f8;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 503rem 357rem;
  padding: 50rem;
  transition: all 0.3s ease-in-out;
  background-image: url("../../images/main/discover_01.png");
}
.discover .discover_list > li:nth-child(2) {
  background-image: url("../../images/main/discover_02.png");
}
.discover .discover_list > li:nth-child(3) {
  background-image: url("../../images/main/discover_03.png");
}
.discover .discover_list > li:nth-child(4) {
  background-image: url("../../images/main/discover_04.png");
}
.discover .discover_list > li > a.txt1 {
  display: block;
  color: var(--1C2A39, #1c2a39);
  font-size: 36rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 90rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .discover .discover_list > li > a.txt1 {
    font-size: 24rem;
  }
}
.discover .discover_list > li > ul > li + li {
  margin-top: 10rem;
}
.discover .discover_list > li > ul > li a {
  display: inline-block;
  color: var(--6D7578, #6d7578);
  font-size: 20rem;
  font-weight: 400;
  line-height: 140%; /* 28px */
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .discover .discover_list > li > ul > li a {
    font-size: 15rem;
  }
}

.ib-t {
  margin-top: 200rem;
}
.ib-t .topTxt {
  color: #0076b6;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 240rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 240px */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 330rem;
  letter-spacing: 0.1em;
}
.ib-t .ib-t__wrap {
  width: 100%;
  background: url("../../images/main/ib_t_item_bg.png") no-repeat center/cover;
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 134rem 186rem;
  position: relative;
  background-size: 100% 100%;
}
.ib-t .ib-t__wrap .flex-inner {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 420rem;
}
.ib-t .ib-t__wrap ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 70rem;
}
.ib-t .ib-t__wrap ul li .imgBx {
  margin-bottom: 17rem;
}
.ib-t .ib-t__wrap ul li .imgBx .img-wrap {
  margin: 0 auto;
}
.ib-t .ib-t__wrap ul li .txt01 {
  color: #7ec5ff;
  text-align: center;
  font-size: 18rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .ib-t .ib-t__wrap ul li .txt01 {
    font-size: 15rem;
  }
}
.ib-t .ib-t__wrap ul li .txt02 {
  color: #d7d7d7;
  text-align: center;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10rem;
}
@media screen and (max-width: 1280px) {
  .ib-t .ib-t__wrap ul li .txt02 {
    font-size: 14rem;
  }
}
.ib-t .ib-t__wrap .txtlist01 .imgBx .img-wrap {
  width: 148rem;
  flex-shrink: 0;
  aspect-ratio: 74/77;
}
.ib-t .ib-t__wrap .txtlist02 .imgBx .img-wrap {
  width: 278rem;
  height: 163rem;
  flex-shrink: 0;
}
.ib-t .ib-t__bg .img-wrap {
  width: 419rem;
  aspect-ratio: 419/1156;
  position: absolute;
  top: -47%;
  left: 50%;
  transform: translateX(-50%);
}

.company {
  margin-top: 180rem;
  color: var(--FFFFFF, #fff);
  background: #5b99d8;
  background: url("../../images/main/company_bg.jpg") no-repeat center/cover;
}
.company .sec-con {
  padding: 185rem 0;
}
.company .topTxt {
  font-size: 22rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .company .topTxt {
    font-size: 16rem;
  }
}
.company .titTxt {
  font-size: 66rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 72.6px */
  margin-top: 20rem;
}
@media screen and (max-width: 1280px) {
  .company .titTxt {
    font-size: 30rem;
  }
}
.company .desTxt {
  /* Text_20 */
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-top: 100rem;
}
@media screen and (max-width: 1280px) {
  .company .desTxt {
    font-size: 15rem;
  }
}
.company .btn-wrap {
  margin-top: 150rem;
}

.strengths {
  background: url("../../images/main/strengths_bg.jpg") no-repeat center/cover;
  padding-top: 170rem;
  padding-bottom: 470rem;
}
.strengths .titTxt {
  color: var(--0076B6_CI, #0076b6);
  text-align: center;
  font-size: 72rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.strengths .desTxt {
  color: var(--6D7578, #6d7578);
  text-align: center;
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-top: 20rem;
}
.strengths ul {
  margin-top: 120rem;
}
.strengths ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}
.strengths ul li + li {
  border-top: 1px solid #c0c5c9;
}
.strengths ul li .rt {
  display: flex;
  align-items: flex-end;
  color: var(--0076B6_CI, #0076b6);
  line-height: 1;
}
.strengths ul li .rt .txt01 {
  font-size: 200rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.strengths ul li .rt .txt02 {
  font-size: 46rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40rem;
  margin-left: 15rem;
}
.strengths ul li .lf {
  width: 585rem;
}
.strengths ul li .lf .txt01 {
  color: var(--1C2A39, #1c2a39);
  font-size: 36rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .strengths ul li .lf .txt01 {
    font-size: 24rem;
  }
}
.strengths ul li .lf .txt02 {
  color: var(--6D7578, #6d7578);
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-top: 15rem;
}
@media screen and (max-width: 1280px) {
  .strengths ul li .lf .txt02 {
    font-size: 15rem;
  }
}

.clinical {
  margin-top: 170rem;
}
.clinical .sec-con {
  margin-top: 50rem;
}
.clinical .clinical-swiper {
  position: relative;
  padding-bottom: 30rem;
}
.clinical .clinical-swiper ul {
  display: flex;
  gap: 30rem;
}
.clinical .clinical-swiper ul li {
  flex: 1;
}
.clinical .clinical-swiper ul li a {
  display: block;
  width: 100%;
}
.clinical .clinical-swiper ul li a .imgBx .img-wrap {
  width: 100%;
  aspect-ratio: 392/247;
}
.clinical .clinical-swiper ul li a .txtBx {
  margin-top: 20rem;
}
.clinical .clinical-swiper ul li a .txtBx .txt01 {
  color: var(--1C2A39, #1c2a39);
  font-family: "Inter Tight";
  font-size: 22rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
  .clinical .clinical-swiper ul li a .txtBx .txt01 {
    font-size: 16rem;
  }
}

.resources {
  margin-top: 170rem;
}
.resources .sec-con {
  margin-top: 50rem;
}
.resources .resources-swiper {
  position: relative;
  padding-bottom: 30rem;
}
.resources .resources-swiper ul {
  display: flex;
  gap: 50rem;
}
.resources .resources-swiper ul li {
  width: 48%;
}
.resources .resources-swiper ul li .slide-item + .slide-item {
  margin-top: 10rem;
}
.resources .resources-swiper ul li .slide-item a {
  padding: 20rem 30rem;
  background: var(--F1F5F8, #f1f5f8);
  display: flex;
  align-items: center;
  font-size: 20rem;
  line-height: 140%;
  gap: 35rem;
}
@media screen and (max-width: 1280px) {
  .resources .resources-swiper ul li .slide-item a {
    font-size: 15rem;
  }
}
.resources .resources-swiper ul li .slide-item .rt {
  color: var(--0076B6_CI, #0076b6);
  font-weight: 500;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}
.resources .resources-swiper ul li .slide-item .lf {
  flex: 1;
  color: var(--1C2A39, #1c2a39);
  font-style: normal;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resources .resources-swiper ul li .slide-item .lf .txt {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.resources .resources-swiper ul li .slide-item .lf .icon {
  margin-left: 18rem;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20rem;
  aspect-ratio: 20.34/20;
  background: url("../../images/common/download_icon.png") no-repeat center/contain;
}

.news {
  margin-top: 170rem;
}
.news .sec-con {
  margin-top: 50rem;
}
.news .news-swiper {
  position: relative;
  padding-bottom: 30rem;
}
.news .news-swiper ul {
  display: flex;
  gap: 30rem;
}
.news .news-swiper ul li {
  flex: 1;
  display: flex;
  gap: 30rem;
}
.news .news-swiper ul li .slide-item {
  flex: 1;
  padding: 30rem;
  border: 1px solid var(--DDE1E4, #dde1e4);
  width: 25%;
  transition: all 0.3s ease-in-out;
}
.news .news-swiper ul li .slide-item a {
  display: block;
}
.news .news-swiper ul li .slide-item a .category {
  font-size: 20rem;
  color: var(--0076B6_CI, #0076b6);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
@media screen and (max-width: 1280px) {
  .news .news-swiper ul li .slide-item a .category {
    font-size: 15rem;
  }
}
.news .news-swiper ul li .slide-item a .contents {
  color: var(--1C2A39, #1c2a39);
  font-weight: 400;
  font-size: 20rem;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 35rem;
  height: 60rem;
}
@media screen and (max-width: 1280px) {
  .news .news-swiper ul li .slide-item a .contents {
    font-size: 15rem;
  }
}
.news .news-swiper ul li .slide-item a .date {
  color: var(--6D7578, #6d7578);
  font-size: 16rem;
  margin-top: 15rem;
}
@media screen and (max-width: 1280px) {
  .news .news-swiper ul li .slide-item a .date {
    font-size: 14rem;
  }
}

.excellence {
  margin-top: 170rem;
  display: flex;
  background-color: #0076b6;
  color: #fff;
}
.excellence .rt {
  width: 48%;
  background: url("../../images/main/excellence_bg.jpg") no-repeat center/cover;
}
.excellence .lf {
  width: 52%;
  margin: 100rem 120rem;
}
.excellence .lf .topTxt {
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1280px) {
  .excellence .lf .topTxt {
    font-size: 15rem;
  }
}
.excellence .lf .titTxt {
  font-size: 50rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 72.6px */
  margin-top: 15rem;
}
@media screen and (max-width: 1280px) {
  .excellence .lf .titTxt {
    font-size: 24rem;
  }
}
.excellence .lf .desTxt {
  /* Text_20 */
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin-top: 75rem;
  color: #c0c5c9;
}
@media screen and (max-width: 1280px) {
  .excellence .lf .desTxt {
    font-size: 15rem;
  }
}
.excellence .lf .btn-wrap {
  margin-top: 40rem;
}

.network {
  background: #00334f;
  padding-top: 150rem;
}
.network .sec-top {
  text-align: center;
  flex-direction: column;
  gap: 20rem;
  margin-bottom: 58rem;
}
.network .sec-top .titTxt {
  color: var(--FFFFFF, #fff);
  font-size: 72rem;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .network .sec-top .titTxt {
    font-size: 36rem;
  }
}
.network .sec-top .desTxt {
  color: #aaa;
  font-size: 20rem;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media screen and (max-width: 1280px) {
  .network .sec-top .desTxt {
    font-size: 15rem;
  }
}
.network .sec-con {
  position: relative;
}
.network .network-map-list {
  position: relative;
  width: 1921rem;
  aspect-ratio: 1921/702;
  overflow-x: auto;
}
.network .network-map-list .map-wrap {
  background: url("../../images/main/network_map.png") no-repeat center/cover;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.network .network-map-list .map {
  width: 1921rem;
  aspect-ratio: 1921/702;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.network .network-map-list .map .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.network .network-map-list .map01 {
  z-index: 4;
  position: relative;
}
.network .network-map-list .map01 svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.network .network-map-list .map01 polygon {
  pointer-events: auto;
  cursor: pointer;
  fill: transparent;
}
.network .network-map-list .map02 {
  z-index: 3;
}
.network .network-map-list .map03 {
  z-index: 2;
}
.network .network-map-list .map04 {
  z-index: 1;
}
.network .network-map-list .map.active {
  opacity: 1;
  visibility: visible;
}
.network .network-map-tap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14%;
  z-index: 10;
}
.network .network-map-tap ul {
  display: inline-flex;
  border-radius: 32rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 4rem;
}
.network .network-map-tap ul li span {
  display: inline-block;
  cursor: pointer;
  padding: 5rem 20rem;
  border-radius: 50rem;
  color: #fff;
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: -0.32px;
  transition: all 0.3s ease-in-out;
}
.network .network-map-tap ul li.active span {
  background: var(--0076B6_CI, #0076b6);
}

/*************** PC 호버 ***************/
/*************** PC 호버 ***************/
/*************** PC 호버 ***************/
@media screen and (min-width: 1281px) {
  .discover .discover_list > li:hover {
    background-color: #0076b6;
  }
  .discover .discover_list > li:hover > a.txt1 {
    color: #fff;
  }
  .discover .discover_list > li:hover > ul li a {
    color: #c0c5c9;
  }
  .discover .discover_list > li > ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .news .news-swiper ul li .slide-item:hover {
    border: 1px solid var(--4DA6FF, #4da6ff);
  }
}
/*************** 모바일 시작 ***************/
/*************** 모바일 시작 ***************/
/*************** 모바일 시작 ***************/
@media screen and (max-width: 1280px) {
  .mo-btn-wrap {
    margin-top: 50rem;
  }
  .mo-btn-wrap .btn-ty01 {
    width: 100%;
    margin: 0 auto;
  }
  .mo-btn-wrap .btn-ty01 a {
    justify-content: center;
  }
  /*************** contents ***************/
  /*************** contents ***************/
  /*************** contents ***************/
  .mo-mainVisual {
    background: url("../../images/main/mainvisual_bg_m.jpg") no-repeat top center/cover;
    padding-top: 136rem;
    padding-bottom: 390rem;
    position: relative;
  }
  .mo-mainVisual::after {
    content: "";
    display: block;
    width: 1264px;
    height: 89px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../../images/main/gdiff_info_bg_m.png") no-repeat top center/cover;
  }
  .mo-mainVisual .logo .img-wrap {
    width: 319rem;
    aspect-ratio: 813/189;
  }
  .mo-mainVisual .des01 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10rem;
  }
  .mo-mainVisual .des02 {
    color: #0076b6;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 70rem;
  }
  .mo-mainVisual .list-go {
    margin-top: 30rem;
  }
  .mo-mainVisual .list-go li {
    margin-top: 15rem;
  }
  .mo-mainVisual .list-go .btn-ty01 {
    min-width: 227rem;
    max-width: 227rem;
  }
  .mo-mainVisual .list-go .btn-ty01 a {
    justify-content: center;
  }
  .mo-mainVisual .list-txt {
    margin-top: 50rem;
  }
  .mo-mainVisual .list-txt li {
    min-width: 220rem;
    max-width: 220rem;
    color: var(--0076B6_CI, #0076b6);
    font-family: "Inter Tight";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
    padding-top: 8rem;
    border-top: 1px solid #c0c5c9;
  }
  .mo-mainVisual .list-txt li + li {
    margin-top: 20rem;
  }
  .mo-mainVisual .bg-item01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mo-mainVisual .bg-item01 .img-wrap {
    width: 1264px;
    height: 428px;
  }
  .mo-mainVisual .bg-item02 {
    position: absolute;
    bottom: 6px;
    left: 60%;
    transform: translateX(-50%);
  }
  .mo-mainVisual .bg-item02 .img-wrap {
    width: 338px;
    height: 317px;
    aspect-ratio: 338/317;
  }
  .mo-gdiff-info {
    position: relative;
  }
  .mo-gdiff-info .gdiff-info__top {
    margin-top: 42rem;
    margin-bottom: 35rem;
  }
  .mo-gdiff-info .gdiff-info__top .img-wrap {
    margin: 0 auto;
    width: 71.43px;
    height: 16.604px;
  }
  .mo-gdiff-info .gdiff-info__txt-list {
    text-align: center;
    color: #c0c0c0;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .mo-gdiff-info .gdiff-info__txt-list .ani-item {
    display: inline-block;
    width: 83px;
    position: relative;
  }
  .mo-gdiff-info .gdiff-info__txt-list .ani-item .item .item-bg {
    width: 100%;
    height: 32.009px;
    border-radius: 50px;
    margin-bottom: -8rem;
    background: #a7a7a7;
  }
  .mo-gdiff-info .gdiff-info__txt-list .ani-item .item .img-wrap {
    width: 61.12px;
    height: 57.318px;
    flex-shrink: 0;
    aspect-ratio: 61.12/57.32;
    position: absolute;
    bottom: -8px;
    left: 10px;
    overflow: hidden;
  }
  .mid-con {
    margin-top: 50rem;
  }
  .mid-con video {
    width: auto;
    height: 350rem;
    flex-shrink: 0;
    aspect-ratio: 613/330;
    position: relative;
  }
  .discover {
    margin-top: 80rem;
  }
  .discover .sec-con {
    margin-top: 70rem;
  }
  .discover .discover_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
  }
  .discover .discover_list > li {
    width: 100%;
    min-height: 300rem;
    background-size: 245rem 177rem;
    padding: 30rem;
  }
  .discover .discover_list > li > a.txt1 {
    margin-bottom: 20rem;
  }
  .discover .discover_list > li:nth-child(2) ul li:nth-child(4) {
    width: 45%;
  }
  .ib-t {
    margin-top: 80rem;
  }
  .ib-t .topTxt {
    font-size: 65rem;
    margin-bottom: 180rem;
  }
  .ib-t .layout {
    width: 100% !important;
    background: url("../../images/main/ib_t_item_bg_m.jpg") no-repeat center/cover;
    padding-top: 422rem;
    padding-bottom: 70rem;
  }
  .ib-t .ib-t__wrap {
    width: calc(100% - 500rem);
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
    background: none;
    display: block;
    padding: 0;
    position: relative;
  }
  .ib-t .ib-t__wrap .flex-inner {
    flex-direction: column;
    gap: 40rem;
  }
  .ib-t .ib-t__wrap ul {
    display: flex;
    justify-content: flex-start;
    gap: 40rem;
  }
  .ib-t .ib-t__wrap ul li .imgBx {
    margin-bottom: 10rem;
  }
  .ib-t .ib-t__wrap .txtlist01 .imgBx .img-wrap {
    width: 110rem;
  }
  .ib-t .ib-t__wrap .txtlist02 .imgBx .img-wrap {
    width: 250rem;
    height: 137rem;
    flex-shrink: 0;
  }
  .ib-t .ib-t__bg .img-wrap {
    width: 208rem;
    top: -609px;
  }
  .company {
    margin-top: 0rem;
  }
  .company .sec-con {
    padding: 70rem 0 413rem;
  }
  .company .titTxt {
    margin-top: 10rem;
  }
  .company .desTxt {
    margin-top: 25rem;
  }
  .company .btn-wrap {
    margin-top: 50rem;
  }
  .company .btn-wrap .btn-ty01 {
    width: 100%;
  }
  .company .btn-wrap .btn-ty01 a {
    justify-content: center;
  }
  .strengths {
    background: url("../../images/main/strengths_bg_m.jpg") no-repeat center/cover;
    padding-top: 70rem;
    padding-bottom: 70rem;
  }
  .strengths .titTxt {
    font-size: 36rem;
  }
  .strengths .desTxt {
    font-size: 15rem;
    margin-top: 10rem;
  }
  .strengths ul {
    margin-top: 60rem;
  }
  .strengths ul li {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30rem;
    padding: 30rem 0;
  }
  .strengths ul li + li {
    border-top: 1px solid #c0c5c9;
  }
  .strengths ul li .rt {
    display: flex;
    align-items: flex-end;
    color: var(--0076B6_CI, #0076b6);
    line-height: 1;
  }
  .strengths ul li .rt .txt01 {
    font-size: 100rem;
  }
  .strengths ul li .rt .txt02 {
    font-size: 24rem;
    margin-bottom: 20rem;
    margin-left: 10rem;
  }
  .strengths ul li .lf {
    width: 100%;
  }
  .strengths ul li .lf .txt02 {
    margin-top: 10rem;
  }
  .clinical {
    margin-top: 80rem;
  }
  .clinical .sec-con {
    margin-top: 30rem;
  }
  .clinical .clinical-swiper {
    padding-bottom: 30rem;
  }
  .clinical .clinical-swiper ul {
    display: flex;
    gap: 0;
  }
  .clinical .clinical-swiper ul li {
    flex: none;
  }
  .clinical .clinical-swiper ul li a {
    display: block;
    width: 100%;
  }
  .clinical .clinical-swiper ul li a .imgBx .img-wrap {
    width: 100%;
    aspect-ratio: 392/247;
  }
  .clinical .clinical-swiper ul li a .txtBx {
    margin-top: 16rem;
  }
  .clinical .clinical-swiper ul li a .txtBx .txt01 {
    -webkit-line-clamp: 2;
    height: 43rem;
  }
  .resources {
    margin-top: 170rem;
  }
  .resources .sec-con {
    margin-top: 30rem;
  }
  .resources .resources-swiper ul {
    display: flex;
    gap: 0;
  }
  .resources .resources-swiper ul li .slide-item a {
    padding: 20rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .resources .resources-swiper ul li .slide-item .rt {
    width: 100%;
  }
  .resources .resources-swiper ul li .slide-item .lf {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
  }
  .resources .resources-swiper ul li .slide-item .lf .txt {
    -webkit-line-clamp: 2;
  }
  .resources .resources-swiper ul li .slide-item .lf .icon {
    margin-left: 18rem;
    flex-grow: 0;
    flex-shrink: 0;
    width: 20rem;
    aspect-ratio: 20.34/20;
    background: url("../../images/common/download_icon.png") no-repeat center/contain;
  }
  .news {
    margin-top: 80rem;
  }
  .news .sec-con {
    margin-top: 30rem;
  }
  .news .news-swiper ul {
    gap: 0;
  }
  .news .news-swiper ul li {
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 20rem;
  }
  .news .news-swiper ul li .slide-item {
    width: 100%;
    flex: none;
    padding: 20rem;
  }
  .news .news-swiper ul li .slide-item a .contents {
    padding-top: 0;
    margin-top: 20rem;
    height: 43rem;
  }
  .news .news-swiper ul li .slide-item a .date {
    margin-top: 10rem;
  }
  .excellence {
    margin-top: 80rem;
    flex-direction: column;
  }
  .excellence .rt {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 180/131;
  }
  .excellence .lf {
    width: 100%;
    margin: 0;
    padding: 50rem 20rem;
  }
  .excellence .lf .titTxt {
    margin-top: 10rem;
  }
  .excellence .lf .desTxt {
    margin-top: 40rem;
  }
  .excellence .lf .btn-wrap {
    margin-top: 30rem;
  }
  .excellence .lf .btn-wrap .btn-ty01 {
    width: 100%;
  }
  .excellence .lf .btn-wrap .btn-ty01 a {
    justify-content: center;
  }
  .network {
    padding-top: 64rem;
  }
  .network .sec-top {
    gap: 22rem;
    margin-bottom: 40rem;
  }
  .network .sec-top .desTxt {
    padding: 0 20rem;
  }
  .network .sec-con {
    position: relative;
  }
  .network .network-map-list {
    width: 100%;
  }
  .network .network-map-list .map {
    width: 964px;
    min-width: 964px;
  }
  .network .network-map-list .map .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .network .network-map-list .map01 {
    z-index: 4;
    position: relative;
  }
  .network .network-map-list .map01 svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
  }
  .network .network-map-list .map01 polygon {
    pointer-events: auto;
    cursor: pointer;
    fill: transparent;
  }
  .network .network-map-list .map02 {
    z-index: 3;
  }
  .network .network-map-list .map03 {
    z-index: 2;
  }
  .network .network-map-list .map04 {
    z-index: 1;
  }
  .network .network-map-list .map.active {
    opacity: 1;
    visibility: visible;
  }
  .network .network-map-tap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14%;
    z-index: 10;
    width: 340px;
  }
  .network .network-map-tap ul {
    border-radius: 21px;
    padding: 3rem 4rem;
    width: 100%;
  }
  .network .network-map-tap ul li {
    flex: 1 1 auto;
  }
  .network .network-map-tap ul li span {
    display: flex;
    justify-content: center;
    padding: 5rem 15rem;
    color: #fff;
    font-size: 14rem;
    word-wrap: normal;
  }
  .network .network-map-tap ul li.active span {
    background: var(--0076B6_CI, #0076b6);
  }
}
@media (max-width: 1024px) {
  #intro .conWrap .btnWrap a .txtBox img.m {
    display: inline-block;
  }
  /* ================== intro ================= */
  /* ================== intro ================= */
  /* ================== intro ================= */
  #intro .conWrap .achLogo {
    width: 167.28px;
    animation: none;
  }
  #intro .conWrap p {
    font-size: 13px;
  }
  #intro .conWrap > p {
    padding-top: 26px;
    font-weight: 300;
  }
  #intro .conWrap p em {
    font-size: 20px;
  }
  #intro .conWrap .btnWrap a {
    width: 100%;
    height: 152px;
  }
  #intro .conWrap .btnWrap a:not(:last-child) {
    margin-bottom: 16px;
  }
  #intro .conWrap {
    animation-name: scene1;
    top: 50%;
  }
  #intro .conWrap .btnWrap a .txtBox p {
    padding-top: 15px;
    color: #fff;
    font-size: 16px; /*font-weight: 400;*/
  }
  @keyframes scene1 {
    0% {
      transform: translateY(-20%);
      opacity: 0;
    }
    100% {
      transform: translateY(-40%);
      opacity: 1;
    }
  }
  @keyframes scene3 {
    0% {
      height: 0;
      margin-top: 0;
    }
    100% {
      height: 460px;
      margin-top: 35px;
    }
  }
}
@media (max-width: 900px) {
  .network .network-map-list {
    aspect-ratio: 1922/1119;
  }
  .ib-t .ib-t__wrap {
    width: calc(100% - 40rem);
  }
}
@media (max-width: 540px) {
  .mo-mainVisual .bg-item01 {
    left: -24%;
  }
  .network .network-map-list {
    aspect-ratio: 1921/2200;
  }
  .company {
    background: #5b99d8 url(../../images/main/company_bg_m.jpg) no-repeat bottom center/contain;
  }
}/*# sourceMappingURL=main.css.map */