@charset "UTF-8";
/* Made by Masstige */
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes img-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.main-visual {
  position: relative;
}
.main-visual .item {
  position: relative;
}
.main-visual .m-visual {
  display: none;
}
@media all and (max-width: 768px) {
  .main-visual .m-visual {
    display: block;
  }
}
.main-visual .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-visual .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 100vh;
}
.main-visual .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.main-visual .txt-bx {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  text-align: center;
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.4);
}
.main-visual .txt-bx .title {
  font-size: 3em;
  font-weight: bold;
  margin-top: 0.125em;
  transition-delay: 300ms !important;
  animation-delay: 0.5s !important;
}
.main-visual .txt-bx .text {
  font-size: 1.75em;
  font-weight: 400;
  animation-delay: 0.3s !important;
}
.main-visual .txt-bx .sub-text {
  margin-top: 0.525em;
  font-size: 1em;
  transition-delay: 500ms !important;
  animation-delay: 0.7s !important;
}
.main-visual .swiper-slide .txt-bx .title,
.main-visual .swiper-slide .txt-bx .text,
.main-visual .swiper-slide .txt-bx .sub-text {
  transform: translateY(0);
  opacity: 1;
}
.main-visual .swiper-slide-active .img-bx {
  animation: img-scale 8.5s ease-out;
}
@media all and (max-width: 768px) {
  .main-visual .img-bx {
    height: 100% !important;
  }
  .main-visual .img-bx::after {
    padding-bottom: 172.4590163934%;
  }
  .main-visual .txt-bx {
    font-size: 2.3vw;
  }
}
.main-visual .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
}
.main-visual .swiper-pagination-bullet {
  margin: 0 4px;
}
@media all and (max-width: 1024px) {
  .main-visual .swiper-pagination {
    bottom: 1.25rem;
  }
}
.main-visual .swiper-button {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  transition: 300ms color;
}
.main-visual .swiper-button:hover {
  color: #11a0db;
}
.main-visual .swiper-button--prev {
  left: 50%;
  margin-left: -700px;
}
.main-visual .swiper-button--next {
  right: 50%;
  margin-right: -700px;
}
@media all and (max-width: 1400px) {
  .main-visual .swiper-button {
    display: none;
  }
}
.main-visual .swiper-play {
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  cursor: pointer;
}
.main-visual .swiper-play .xi-pause {
  display: none;
}
.main-visual .swiper-play.on .xi-pause {
  display: inline-block;
}
.main-visual .swiper-play.on .xi-play {
  display: none;
}
.main-visual .swiper-control.swiper-control--progress {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-left: -8px;
  margin-right: -8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination {
  transform: none;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
  position: relative;
  display: block;
  margin: 0 5px;
  border-radius: 0;
  width: 88px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #11a0db;
}
.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: progress 3s linear 0s 1;
  width: 100%;
}
.main-visual .swiper-control.swiper-control--progress-no {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125rem;
  z-index: 10;
}
.main-visual .swiper-control.swiper-control--progress-no .container {
  display: flex;
  align-items: center;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination {
  position: static;
  transform: none;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  color: #fff;
  font-weight: 700;
  margin-right: 1.875rem;
  padding-right: 0;
  position: relative;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::before {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet::after {
  content: "";
  display: none;
  position: absolute;
  left: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #000;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
  color: #000;
  padding-right: 8.4375rem;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::before, .main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  display: block;
}
.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active::after {
  animation: progress 5.1s linear 0s 1;
}

/*공통*/
@keyframes hoverUp {
  0% {
    bottom: -88px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: -88px;
  }
}
@keyframes fadeInUppc {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUpm {
  from {
    transform: translate(-50%, 30px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes MainfadeInUp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes borderwidth {
  from {
    border-left-width: 10px;
    border-right-width: 10px;
    opacity: 0;
  }
  to {
    border-left-width: 2px;
    border-right-width: 2px;
    opacity: 1;
  }
}
.line-section {
  position: absolute;
  height: 100% !important;
  width: 100%;
  top: 0;
}
.line-section .line-area {
  display: table;
  table-layout: fixed;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 3.125%;
  right: 3.125%;
  width: 93.75%;
  height: 100%;
  animation: MainfadeInUp 2s ease-in;
}
.line-section .line {
  display: table-cell;
  width: 50%;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  animation: borderwidth 2s ease-in;
}
@media all and (max-width: 1024px) {
  .line-section {
    display: none;
  }
}

.container h3 {
  text-align: center;
}

.scroll-bx {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  animation: down ease-in-out 1s infinite alternate;
  z-index: 999;
}
@media all and (max-width: 576px) {
  .scroll-bx.main {
    bottom: 10%;
  }
}

@keyframes down {
  0% {
    transform: translate(-50%, 0px);
  }
  100% {
    transform: translate(-50%, -10px);
  }
}
.box-contain {
  max-width: 1600px;
  margin: auto;
}

.main-visual .img-bx {
  display: block;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  min-height: 500px;
}
.main-visual .img-bx video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1024px) {
  .main-visual .img-bx video {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
  }
}

.center {
  background: url(../images/center-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 576px) {
  .center .scroll-bx {
    bottom: 4%;
  }
}
.center .icon-bx {
  background: url(../images/center.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 146px;
  height: 31px;
  left: 2px;
}
@media all and (max-width: 1200px) {
  .center .icon-bx {
    top: 45% !important;
  }
}
@media all and (max-width: 768px) {
  .center .icon-bx {
    width: 126px;
  }
}
@media all and (max-width: 576px) {
  .center .icon-bx {
    width: 101px;
    left: 1px;
  }
}
.center .icon-txt {
  letter-spacing: -3px;
  position: absolute;
  text-align: center;
  top: 16%;
  left: 5%;
  width: 145px;
  z-index: 3;
  color: #000;
}
.center .icon-txt span {
  font-size: 2.125rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1200px) {
  .center .icon-txt {
    top: 3%;
  }
}
@media all and (max-width: 768px) {
  .center .icon-txt {
    width: 125px;
  }
}
@media all and (max-width: 576px) {
  .center .icon-txt {
    width: 100px;
    letter-spacing: -2px;
  }
  .center .icon-txt span {
    font-size: 1.625rem;
  }
}
.center .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.3s !important;
}
.center .icon-txt .wow:nth-child(2) {
  animation-delay: 0.4s !important;
}
.center .icon-txt .wow:nth-child(3) {
  animation-delay: 0.5s !important;
}
.center .icon-txt .wow:nth-child(4) {
  animation-delay: 0.6s !important;
}
.center .icon-txt .wow:nth-child(5) {
  animation-delay: 0.7s !important;
}
.center .icon-txt .wow:nth-child(6) {
  animation-delay: 0.8s !important;
}
.center .icon-txt .wow:nth-child(7) {
  animation-delay: 0.9s !important;
}
@media all and (max-width: 576px) {
  .center .icon-txt {
    display: none;
  }
}
.center .item-bx {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.center .item-bx .item {
  flex-wrap: wrap;
  align-items: center;
  margin: -1.25rem;
}
.center .item-bx .item .list {
  flex: 1 0 20%;
  flex: 1 0 25%;
  max-width: 20%;
  max-width: 25%;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
}
.center .item-bx .item .list .inner {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 0.6s;
  padding: 1.5rem 0.3125rem;
}
.center .item-bx .item .list .inner:hover {
  background: #fff;
  color: #000;
}
.center .item-bx .item .list .inner:hover .link {
  color: #000;
}
.center .item-bx .item .list img {
  width: 3.75rem;
}
.center .item-bx .item .list .link {
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  font-size: 0.8125rem;
}
.center .item-bx .item .list:nth-child(1) {
  animation-delay: 0.2s !important;
}
.center .item-bx .item .list:nth-child(2) {
  animation-delay: 0.4s !important;
}
.center .item-bx .item .list:nth-child(3) {
  animation-delay: 0.6s !important;
}
.center .item-bx .item .list:nth-child(4) {
  animation-delay: 0.8s !important;
}
.center .item-bx .item .list:nth-child(5) {
  animation-delay: 1s !important;
}
.center .item-bx .item .list:nth-child(6) {
  animation-delay: 1.2s !important;
}
.center .item-bx .item .list:nth-child(7) {
  animation-delay: 1.4s !important;
}
.center .item-bx .item .list:nth-child(8) {
  animation-delay: 1.6s !important;
}
.center .item-bx .item .list:nth-child(9) {
  animation-delay: 1.8s !important;
}
.center .item-bx .item .list:nth-child(10) {
  animation-delay: 2s !important;
}
@media all and (max-width: 1024px) {
  .center {
    background: url(../images/center-m.jpg) no-repeat center center;
    background-size: cover;
  }
  .center .icon-bx {
    top: 5%;
  }
  .center .item-bx .item {
    justify-content: space-between;
    margin: -0.625rem;
  }
  .center .item-bx .item .list {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0.625rem;
  }
  .center .item-bx .item .list .inner {
    border-color: #fff;
    padding: 0.9375rem 0.3125rem;
  }
  .center .item-bx .item .list .common-text--18 {
    font-size: 1rem;
  }
  .center .item-bx .item .list .link {
    font-size: 0.5rem;
  }
}

.introduce {
  background: url(../images/introduce-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.introduce .icon-bx {
  background: url(../images/introduce.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 210px;
  height: 31px;
  left: 2px;
}
@media all and (max-width: 1200px) {
  .introduce .icon-bx {
    width: 210px;
    top: 50% !important;
  }
}
@media all and (max-width: 576px) {
  .introduce .icon-bx {
    width: 140px;
    left: 1px;
  }
}
.introduce .icon-txt {
  letter-spacing: -3px;
  position: absolute;
  text-align: center;
  top: 16%;
  left: 5%;
  width: 210px;
  z-index: 3;
  color: #000;
}
.introduce .icon-txt span {
  font-size: 2.125rem;
  display: inline-block;
  position: relative;
  font-weight: 900;
}
@media all and (max-width: 1200px) {
  .introduce .icon-txt {
    width: 210px;
    top: 3%;
  }
}
@media all and (max-width: 576px) {
  .introduce .icon-txt {
    width: 140px;
    letter-spacing: -2px;
  }
  .introduce .icon-txt span {
    font-size: 1.625rem;
  }
}
.introduce .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.3s !important;
}
.introduce .icon-txt .wow:nth-child(2) {
  animation-delay: 0.4s !important;
}
.introduce .icon-txt .wow:nth-child(3) {
  animation-delay: 0.5s !important;
}
.introduce .icon-txt .wow:nth-child(4) {
  animation-delay: 0.6s !important;
}
.introduce .icon-txt .wow:nth-child(5) {
  animation-delay: 0.7s !important;
}
.introduce .icon-txt .wow:nth-child(6) {
  animation-delay: 0.8s !important;
}
.introduce .icon-txt .wow:nth-child(7) {
  animation-delay: 0.9s !important;
}
.introduce .icon-txt .wow:nth-child(8) {
  animation-delay: 1s !important;
}
.introduce .icon-txt .wow:nth-child(9) {
  animation-delay: 1.1s !important;
}
.introduce .icon-txt .wow:nth-child(10) {
  animation-delay: 1.2s !important;
}
@media all and (max-width: 576px) {
  .introduce .icon-txt {
    display: none;
  }
}
.introduce .txt-bx {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-top: 6rem;
}
@media all and (max-width: 1200px) {
  .introduce .txt-bx {
    padding: 15rem 0;
  }
}
@media all and (max-width: 768px) {
  .introduce .txt-bx {
    padding: 8rem 0;
  }
}
.introduce .txt-bx .delay-01 {
  animation-delay: 0.4s !important;
}
.introduce .txt-bx .delay-02 {
  animation-delay: 0.6s !important;
}
.introduce .txt-bx .link {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 1.125rem;
  transition: all 0.6s;
  animation-delay: 0.8s !important;
}
.introduce .txt-bx .link:hover {
  background: #11a0db;
  border: 1px solid #11a0db;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .introduce .icon-bx {
    top: 5%;
  }
}
@media all and (max-width: 576px) {
  .introduce {
    display: none !important;
  }
}

.insights {
  position: relative;
  /* 2022-08-12 수정*/
}
.insights .line-section .line {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.insights .icon-bx {
  background: url(../images/care.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 112px;
  height: 31px;
  left: 1px;
}
@media all and (max-width: 1200px) {
  .insights .icon-bx {
    width: 111px;
    top: 45% !important;
  }
}
@media all and (max-width: 576px) {
  .insights .icon-bx {
    width: 73px;
  }
}
.insights .icon-txt {
  letter-spacing: -3px;
  position: absolute;
  text-align: center;
  top: 16%;
  left: 5%;
  width: 110px;
  z-index: 3;
  color: #000;
}
.insights .icon-txt span {
  font-size: 2.125rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1600px) {
  .insights .icon-txt {
    top: 12%;
  }
}
@media all and (max-width: 1200px) {
  .insights .icon-txt {
    width: 109px;
    top: 3%;
  }
}
@media all and (max-width: 576px) {
  .insights .icon-txt {
    width: 71px;
    letter-spacing: -2px;
  }
  .insights .icon-txt span {
    font-size: 1.625rem;
  }
}
.insights .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.3s !important;
}
.insights .icon-txt .wow:nth-child(2) {
  animation-delay: 0.4s !important;
}
.insights .icon-txt .wow:nth-child(3) {
  animation-delay: 0.5s !important;
}
.insights .icon-txt .wow:nth-child(4) {
  animation-delay: 0.6s !important;
}
.insights .icon-txt .wow:nth-child(5) {
  animation-delay: 0.7s !important;
}
@media all and (max-width: 576px) {
  .insights .icon-txt {
    display: none;
  }
}
.insights .bg-bx {
  margin-top: 10rem;
  max-width: 87.5rem;
}
.insights .bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.insights .bx::after {
  content: "";
  display: block;
  padding-bottom: 39.2857142857%;
}
.insights .bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.insights .flex-bx {
  position: relative;
}
.insights .txt-bx {
  position: absolute;
  top: 48%;
  left: 0;
  width: 43.125rem;
  background: #fff;
  padding: 3.125rem 3.125rem 1.875rem;
  z-index: 6;
  transition: top 0.7s cubic-bezier(0.77, 0, 0.18, 1), box-shadow 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  box-shadow: 10px 10px 20px 3px rgba(59, 56, 55, 0.15);
}
.insights .txt-bx:hover {
  top: calc(50% - 3rem);
}
.insights .txt-bx:hover .hover-wrap {
  display: block;
}
.insights .txt-bx:hover::after {
  border: 3px solid #11a0db;
}
.insights .txt-bx::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 solid #11a0db;
  transition: border-width 0.3s;
  z-index: -1;
}
.insights .txt-bx .sort {
  color: #11a0db;
  font-weight: 500;
}
.insights .txt-bx .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #263238;
}
.insights .txt-bx .dec {
  color: #5f666a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 7.5em;
}
.insights .txt-bx .hover-wrap {
  display: none;
  padding-top: 1.875rem;
}
.insights .txt-bx .link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insights .txt-bx .date {
  color: #5f666a;
}
.insights .txt-bx .link {
  color: #11a0db;
  display: inline-block;
  border: 1px solid #11a0db;
  padding: 10px 40px;
  font-size: 0.9375rem;
  transition: all 0.6s;
}
.insights .txt-bx .link:hover {
  background: #11a0db;
  color: #fff;
}
.insights .swiper-container {
  padding-bottom: 5rem;
  z-index: 2;
}
.insights .wrap {
  width: 7.5rem;
  height: 3.4375rem;
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.insights .swiper-button-next {
  height: 3.125rem;
  width: 3.125rem;
  right: 5px;
  box-shadow: 10px 10px 30px 3px rgba(59, 56, 55, 0.13);
}
.insights .swiper-button-next::after {
  content: "";
  background: url(../images/next.png) no-repeat;
  height: 3.125rem;
  width: 3.125rem;
}
.insights .swiper-button-prev {
  height: 3.125rem;
  width: 3.125rem;
  left: 5px;
  box-shadow: 10px 10px 30px 3px rgba(59, 56, 55, 0.1);
}
.insights .swiper-button-prev::after {
  content: "";
  background: url(../images/prev.png) no-repeat;
  height: 3.125rem;
  width: 3.125rem;
}
.insights .swiper-slide-active .txt-bx {
  animation: fadeInUp 0.8s;
  transition: all 0.5s;
}
.insights .swiper-pagination {
  bottom: 5%;
  right: 0;
  width: 47%;
  display: inline-block;
  text-align: left;
}
.insights .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  margin-right: 8px;
  border-radius: inherit;
  background: #fff;
  opacity: 0.7;
}
.insights .swiper-pagination-bullet-active {
  background: #11a0db;
}
.insights .scroll-bx {
  color: #cfcfcf;
}
@media all and (max-width: 1600px) {
  .insights .bx {
    height: 34.375rem;
    width: 87.5rem;
  }
  .insights .txt-bx {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 43.125rem;
    background: #fff;
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .insights .txt-bx:hover {
    top: auto;
  }
  .insights .txt-bx .hover-wrap {
    display: block;
  }
  .insights .swiper-pagination {
    left: 50%;
  }
  .insights .wrap {
    bottom: 0;
  }
}
@media all and (max-width: 1400px) {
  .insights .bg-bx {
    margin-top: 7.5rem;
  }
  .insights .swiper-container {
    padding-bottom: 8.75rem;
  }
  .insights .wrap {
    display: none;
  }
  .insights .swiper-pagination {
    bottom: -8%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
  .insights .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin-right: 8px;
    border-radius: inherit;
    background: #222;
    opacity: 0.7;
  }
  .insights .swiper-pagination-bullet-active {
    background: #11a0db;
  }
}
@media all and (max-width: 768px) {
  .insights .swiper-container {
    padding-bottom: 6.25rem;
  }
  .insights .txt-bx {
    margin: auto;
    width: 90%;
    padding: 1.875rem;
  }
}

.care {
  position: relative;
}
.care .scroll-bx {
  bottom: 0%;
  color: #cfcfcf;
}
.care .line-section .line {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.care .icon-bx {
  background: url(../images/care-00.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 280px;
  height: 31px;
  z-index: 1;
  left: 2px;
}
@media all and (max-width: 1024px) {
  .care .icon-bx {
    width: 260px;
    top: 45% !important;
  }
}
@media all and (max-width: 576px) {
  .care .icon-bx {
    width: 170px;
    left: 1px;
  }
}
.care .icon-txt {
  letter-spacing: -2px;
  position: absolute;
  text-align: center;
  top: 12%;
  left: 5%;
  width: 280px;
  z-index: 3;
  color: #000;
}
.care .icon-txt span {
  font-size: 2.125rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1600px) {
  .care .icon-txt {
    top: 7%;
  }
}
@media all and (max-width: 1024px) {
  .care .icon-txt {
    width: 260px;
  }
}
@media all and (max-width: 576px) {
  .care .icon-txt {
    width: 170px;
  }
  .care .icon-txt span {
    font-size: 1.625rem;
  }
}
.care .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.1s !important;
}
.care .icon-txt .wow:nth-child(2) {
  animation-delay: 0.1s !important;
}
.care .icon-txt .wow:nth-child(3) {
  animation-delay: 0.2s !important;
}
.care .icon-txt .wow:nth-child(4) {
  animation-delay: 0.3s !important;
}
.care .icon-txt .wow:nth-child(5) {
  animation-delay: 0.4s !important;
}
.care .icon-txt .wow:nth-child(6) {
  animation-delay: 0.5s !important;
}
.care .icon-txt .wow:nth-child(7) {
  animation-delay: 0.6s !important;
}
.care .icon-txt .wow:nth-child(9) {
  animation-delay: 0.7s !important;
}
.care .icon-txt .wow:nth-child(10) {
  animation-delay: 0.8s !important;
}
.care .icon-txt .wow:nth-child(11) {
  animation-delay: 0.9s !important;
}
.care .icon-txt .wow:nth-child(12) {
  animation-delay: 1s !important;
}
.care .icon-txt .wow:nth-child(13) {
  animation-delay: 1.1s !important;
}
@media all and (max-width: 576px) {
  .care .icon-txt {
    display: none;
  }
}
.care .container {
  max-width: 1640px;
}
.care .bg {
  background: url(../images/case-bg.jpg) no-repeat center center;
  background-size: 100%;
  width: 35.375rem;
  height: 43.75rem;
  position: relative;
  z-index: 2;
}
.care .form-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem 3.125rem;
}
.care .text-title {
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.625rem 0 2.1875rem;
}
.care .search-bx {
  position: relative;
}
.care .search-bx input {
  background: transparent;
  border: 2px solid #fff;
}
.care .search-bx input::placeholder {
  color: #fff;
  font-weight: 500;
}
.care .search-bx .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.125rem;
  width: 3.125rem;
  background: #fff;
}
.care .search-bx .btn-search::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/search-icon.png) no-repeat;
  background-size: cover;
  z-index: 3;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
}
.care .style-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.875rem;
}
.care .style-list br {
  display: none;
}
.care .style-list .list {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.care .btn-style {
  cursor: pointer;
  position: relative;
}
.care .btn-style input[type=checkbox] {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 0 solid transparent;
  outline: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.care .btn-style input:checked + span {
  background: #11a0db;
  border: 1px solid #11a0db;
  color: #fff;
}
.care .style {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.875rem;
  color: #333;
  font-weight: 300;
  width: 100%;
  text-align: center;
}
.care .btn-morecase {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  border: 1px solid #fff;
  padding: 0.625rem 0.9375rem;
}
.care .btn-morecase span {
  padding-right: 0.625rem;
}
.care .btn-morecase::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #11a0db;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  transition: width 0.8s ease;
}
.care .btn-morecase:hover {
  color: #fff;
  border: 1px solid #11a0db;
}
.care .btn-morecase:hover::after {
  width: 100%;
}
.care .flex-contain {
  display: flex;
  align-items: flex-start;
  margin-top: 6.875rem;
}
.care .search-contain {
  flex: 1 0 35.375rem;
  max-width: 35.375rem;
}
.care .swiper-contain {
  flex: 1 0 59.375rem;
  max-width: 59.375rem;
  margin-left: 5rem;
  position: relative;
  z-index: 3;
}
.care .swiper-contain .title-bx {
  position: relative;
}
.care .swiper-contain .title-bx .title {
  color: #263238;
  font-weight: bold;
  text-align: center;
}
.care .swiper-contain .title-bx .more {
  position: absolute;
  bottom: 45%;
  right: 0;
}
.care .swiper-contain .swiper-bx {
  position: relative;
}
.care .swiper-contain .swiper-container {
  padding-top: 1.875rem;
}
.care .swiper-contain .swiper-slide {
  padding-bottom: 1.875rem;
  margin-top: 0;
}
.care .swiper-contain .item {
  background: #f2f3f3;
  padding: 1.25rem;
  padding-bottom: 0;
  position: relative;
  transition: all 0.5s;
}
.care .swiper-contain .item.best {
  position: relative;
}
.care .swiper-contain .item.best::after {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  background: url(../images/best.png) no-repeat;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.care .swiper-contain .item:hover {
  transform: translateY(-20px);
}
.care .swiper-contain .item:hover .bg {
  display: block;
}
.care .swiper-contain .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  z-index: 3;
  border: 4px solid #11a0db;
  display: none;
  cursor: pointer;
}
.care .swiper-contain .item .bg .color {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  text-align: center;
}
.care .swiper-contain .item .sub-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
}
.care .swiper-contain .item .dec {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 4.5em;
  min-height: 76px;
}
.care .swiper-contain .item .dec * {
  font-size: 1em !important;
}
.care .swiper-contain .item .d-flex {
  justify-content: flex-end;
  align-items: end;
  text-align: right;
}
.care .swiper-contain .item .d-flex .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.care .swiper-contain .item .d-flex .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.care .swiper-contain .item .d-flex .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.care .swiper-contain .item .d-flex .img-bx img {
  min-width: 100%;
}
@media all and (max-width: 1600px) {
  .care .bg {
    margin: auto;
  }
  .care .flex-contain {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
    margin-top: 8.75rem;
  }
  .care .search-contain {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 3.125rem;
  }
  .care .swiper-contain {
    flex: 1 0 80%;
    max-width: 80%;
    margin: auto;
  }
}
@media all and (max-width: 576px) {
  .care {
    display: none !important;
  }
  .care .bg {
    width: 100%;
    background-size: cover;
  }
  .care .form-bx {
    padding: 2.5rem 1.25rem;
  }
  .care .swiper-contain {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.advice {
  position: relative;
}
.advice .scroll-bx {
  color: #cfcfcf;
}
@media all and (max-width: 576px) {
  .advice .scroll-bx {
    bottom: 4%;
  }
}
.advice .line-section .line {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.advice .container {
  max-width: 1300px;
}
.advice .pd-wrap {
  position: relative;
  z-index: 5;
}
.advice .title {
  color: #263238;
  text-align: center;
  font-weight: bold;
}
.advice .icon-bx {
  background: url(../images/advice.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 270px;
  height: 31px;
  z-index: 1;
  left: 2px;
}
@media all and (max-width: 1024px) {
  .advice .icon-bx {
    width: 250px;
    top: 45% !important;
  }
}
@media all and (max-width: 576px) {
  .advice .icon-bx {
    width: 163px;
    left: 1px;
  }
}
.advice .icon-txt {
  letter-spacing: -2px;
  position: absolute;
  text-align: center;
  top: 13%;
  left: 5%;
  width: 270px;
  z-index: 4;
  color: #000;
}
.advice .icon-txt span {
  font-size: 2.125rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1024px) {
  .advice .icon-txt {
    top: 7%;
    width: 250px;
  }
}
@media all and (max-width: 576px) {
  .advice .icon-txt {
    width: 163px;
  }
  .advice .icon-txt span {
    font-size: 1.625rem;
  }
}
.advice .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.1s !important;
}
.advice .icon-txt .wow:nth-child(2) {
  animation-delay: 0.1s !important;
}
.advice .icon-txt .wow:nth-child(3) {
  animation-delay: 0.2s !important;
}
.advice .icon-txt .wow:nth-child(4) {
  animation-delay: 0.3s !important;
}
.advice .icon-txt .wow:nth-child(5) {
  animation-delay: 0.4s !important;
}
.advice .icon-txt .wow:nth-child(7) {
  animation-delay: 0.5s !important;
}
.advice .icon-txt .wow:nth-child(8) {
  animation-delay: 0.6s !important;
}
.advice .icon-txt .wow:nth-child(9) {
  animation-delay: 0.7s !important;
}
.advice .icon-txt .wow:nth-child(10) {
  animation-delay: 0.8s !important;
}
.advice .icon-txt .wow:nth-child(11) {
  animation-delay: 0.9s !important;
}
.advice .icon-txt .wow:nth-child(12) {
  animation-delay: 1s !important;
}
.advice .icon-txt .wow:nth-child(13) {
  animation-delay: 1.1s !important;
}
@media all and (max-width: 576px) {
  .advice .icon-txt {
    display: none;
  }
}
.advice .online-bx .form-bx {
  padding: 30px;
  border: 1px solid #ddd;
}
.advice .online-bx .table-form-01 td {
  padding: 6px 10px;
}
.advice .online-bx .table-form-01 td:first-child {
  width: 40%;
}
.advice .online-bx .table-form-01 td:last-child {
  width: 60%;
}
.advice .online-bx .table-form-01 td .name {
  color: #263238;
  font-weight: 500;
  padding-bottom: 5px;
}
@media all and (max-width: 576px) {
  .advice .online-bx .table-form-01 td.m-input {
    display: none;
  }
}
.advice .online-bx .table-form-01 .btn-submit {
  color: #11a0db;
  border: 1px solid #11a0db;
  text-align: center;
  width: 100%;
  height: 50px;
}
.advice .submit-hover {
  position: relative;
  z-index: 1;
}
.advice .submit-hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: #11a0db;
  transition: width 0.8s ease;
  z-index: -1;
}
.advice .submit-hover:hover .btn-submit {
  color: #fff;
}
.advice .submit-hover:hover::after {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .advice .online-bx {
    margin-top: 5rem;
  }
}
@media all and (max-width: 768px) {
  .advice .online-bx .form-bx {
    padding: 20px 10px;
  }
  .advice .online-bx .table-form-01 td {
    display: block;
  }
  .advice .online-bx .table-form-01 td:first-child {
    width: 100%;
  }
  .advice .online-bx .table-form-01 td:last-child {
    width: 100%;
  }
  .advice .online-bx .table-form-01 td.option {
    display: none;
  }
  .advice .online-bx .table-form-01 .btn-submit {
    border: 1px solid #11a0db;
    text-align: center;
    width: 100%;
    height: 50px;
  }
}
@media all and (max-width: 576px) {
  .advice .online-bx {
    margin-top: 1.875rem;
  }
}

.guide {
  position: relative;
}
.guide .line-section .line {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.guide .container {
  max-width: 1300px;
}
.guide .pd-wrap {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1600px) {
  .guide .pd-wrap {
    margin-top: 3.125rem;
  }
}
.guide .icon-bx {
  background: url(../images/guide.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 115px;
  height: 31px;
  z-index: 1;
  left: 2px;
}
@media all and (max-width: 1024px) {
  .guide .icon-bx {
    top: 45% !important;
  }
}
@media all and (max-width: 576px) {
  .guide .icon-bx {
    width: 77px;
  }
}
.guide .icon-txt {
  letter-spacing: -3px;
  position: absolute;
  text-align: center;
  top: 12%;
  left: 5%;
  width: 115px;
  z-index: 4;
  color: #000;
}
.guide .icon-txt span {
  font-size: 2.125rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1600px) {
  .guide .icon-txt {
    top: 11%;
  }
}
@media all and (max-width: 1024px) {
  .guide .icon-txt {
    top: 8%;
  }
}
@media all and (max-width: 576px) {
  .guide .icon-txt {
    width: 77px;
    letter-spacing: -2px;
  }
  .guide .icon-txt span {
    font-size: 1.625rem;
  }
}
.guide .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.3s !important;
}
.guide .icon-txt .wow:nth-child(2) {
  animation-delay: 0.4s !important;
}
.guide .icon-txt .wow:nth-child(3) {
  animation-delay: 0.5s !important;
}
.guide .icon-txt .wow:nth-child(4) {
  animation-delay: 0.6s !important;
}
.guide .icon-txt .wow:nth-child(5) {
  animation-delay: 0.7s !important;
}
.guide .icon-txt .wow:nth-child(6) {
  animation-delay: 0.8s !important;
}
@media all and (max-width: 576px) {
  .guide .icon-txt {
    display: none;
  }
}
.guide .title {
  color: #263238;
  text-align: center;
  font-weight: bold;
}
.guide .flex-bx .item {
  flex-wrap: wrap;
}
.guide .flex-bx .item .list {
  padding-bottom: 10px;
  display: flex;
}
.guide .flex-bx .item .list:nth-child(even) {
  width: 40%;
}
.guide .flex-bx .item .list:nth-child(odd) {
  width: 60%;
}
.guide .flex-bx .item .list img {
  width: 18px;
  height: 20px;
  vertical-align: middle;
}
.guide .flex-bx .social-item {
  display: flex;
}
.guide .flex-bx .social-item .list {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
}
.guide .flex-bx .social-item .list a {
  display: block;
  height: 100%;
}
.guide .flex-bx .social-item .list button {
  width: 100%;
  height: 100%;
}
.guide .flex-bx .social-item .list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.guide .notice-bx .advice {
  display: flex;
}
.guide .notice-bx .advice-list {
  display: flex;
  align-items: center;
  flex: 1;
  font-family: "NotoSansCJKkr";
}
.guide .notice-bx .advice-list:first-child .tel span {
  position: relative;
}
.guide .notice-bx .advice-list:first-child .tel span::after {
  position: absolute;
  top: 55%;
  right: 5px;
  transform: translateY(-50%);
  content: "";
  height: 0.8em;
  width: 0.1em;
  background: #666;
}
.guide .notice-bx .advice-list .advice-txt {
  padding-left: 1.25rem;
}
@media all and (max-width: 1024px) {
  .guide .notice-bx .advice {
    flex-direction: column;
  }
  .guide .notice-bx .advice-list {
    padding-bottom: 1.25rem;
  }
}
.guide .social-bx {
  position: relative;
}
.guide .sns-share {
  position: absolute;
  top: 0%;
  right: 0;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  width: 18.75rem;
  display: none;
}
.guide .sns-share .share-header {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.guide .sns-share .share-header .btn-close {
  width: 25px;
  height: 25px;
}
.guide .sns-share .share-header .btn-close i {
  font-size: 20px;
}
.guide .sns-share .share-body .item {
  padding-right: 18px;
}
@media all and (max-width: 1024px) {
  .guide .pd-wrap {
    padding-top: 3.75rem;
  }
  .guide .pd-wrap .flex-bx {
    flex-direction: column-reverse;
  }
  .guide .pd-wrap .flex-bx .item {
    flex-direction: column;
  }
  .guide .pd-wrap .flex-bx .item .list:nth-child(even) {
    width: 100%;
  }
  .guide .pd-wrap .flex-bx .item .list:nth-child(odd) {
    width: 100%;
  }
  .guide .pd-wrap .flex-bx .social-item {
    justify-content: center;
    margin-bottom: 20px;
  }
  .guide .pd-wrap .flex-bx .social-item .list {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media all and (max-width: 576px) {
  .guide .pd-wrap {
    padding-top: 1.25rem;
  }
}

.fullpage-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  right: 4%;
}
.fullpage-nav .link {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: 20px auto;
  position: relative;
}
.fullpage-nav .link.color-bg {
  background: #000;
}
.fullpage-nav .link .link-txt {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #11a0db;
  transform: translatey(-50%);
  font-size: 0.9375rem;
  opacity: 0;
}
.fullpage-nav .link .link-txt.color-b {
  color: #11a0db;
}
.fullpage-nav .link:last-child {
  background: transparent !important;
}
.fullpage-nav .link.active {
  width: 12px;
  height: 12px;
  background: #11a0db;
}
.fullpage-nav .link.active .link-txt {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .fullpage-nav {
    display: none;
  }
}

.fullpage .fp-scroller {
  transition-duration: 2000ms !important;
}

.store-search__map {
  display: block;
  position: relative;
  overflow: hidden;
}
.store-search__map::after {
  content: "";
  display: block;
  padding-bottom: 450px;
}
.store-search__map > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
@media all and (max-width: 768px) {
  .store-search__map {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .store-search__map::after {
    content: "";
    display: block;
    padding-bottom: 260px;
  }
  .store-search__map > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1);
  }
}

/* 2022-08-16 추가 */
.media {
  position: relative;
}
.media .scroll-bx {
  color: #cfcfcf;
}
@media all and (max-width: 576px) {
  .media .scroll-bx {
    bottom: 4%;
  }
}
.media .line-section .line {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.media .icon-bx {
  background: url(../images/media.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 55%;
  width: 130px;
  height: 31px;
  left: 2px;
}
@media all and (max-width: 1024px) {
  .media .icon-bx {
    top: 45% !important;
  }
}
@media all and (max-width: 576px) {
  .media .icon-bx {
    width: 80px;
    left: 1px;
  }
}
.media .icon-txt {
  letter-spacing: -2px;
  position: absolute;
  text-align: center;
  top: 13%;
  left: 5%;
  width: 128px;
  z-index: 3;
  color: #000;
}
.media .icon-txt span {
  font-size: 2.125rem;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 1200px) {
  .media .icon-txt {
    top: 3% !important;
  }
}
@media all and (max-width: 576px) {
  .media .icon-txt {
    width: 78px;
  }
  .media .icon-txt span {
    font-size: 1.625rem;
  }
}
.media .icon-txt .wow:first-child {
  animation: fadeInUp 1s;
  animation-delay: 0.3s !important;
}
.media .icon-txt .wow:nth-child(2) {
  animation-delay: 0.4s !important;
}
.media .icon-txt .wow:nth-child(3) {
  animation-delay: 0.5s !important;
}
.media .icon-txt .wow:nth-child(4) {
  animation-delay: 0.6s !important;
}
.media .icon-txt .wow:nth-child(5) {
  animation-delay: 0.7s !important;
}
.media .icon-txt .wow:nth-child(6) {
  animation-delay: 0.8s !important;
}
@media all and (max-width: 576px) {
  .media .icon-txt {
    display: none;
  }
}
.media .swiper-container {
  z-index: 2;
}
.media .wrap {
  width: 7.5rem;
  height: 3.4375rem;
  position: absolute;
  bottom: 25%;
  left: 5%;
  z-index: 10;
}
.media .swiper-button-next {
  height: 3.125rem;
  width: 3.125rem;
  right: 5px;
  box-shadow: 10px 10px 30px 3px rgba(59, 56, 55, 0.13);
  border: 1px solid #ddd;
}
.media .swiper-button-next:hover {
  background: #11a0db;
  transition: all 0.6s;
}
.media .swiper-button-next:hover::after {
  color: #fff;
}
.media .swiper-button-next::after {
  font-size: 1.25rem;
  color: #999;
}
.media .swiper-button-prev {
  height: 3.125rem;
  width: 3.125rem;
  left: 5px;
  box-shadow: 10px 10px 30px 3px rgba(59, 56, 55, 0.1);
  border: 1px solid #ddd;
}
.media .swiper-button-prev:hover {
  background: #11a0db;
  transition: all 0.6s;
}
.media .swiper-button-prev:hover::after {
  color: #fff;
}
.media .swiper-button-prev::after {
  font-size: 1.25rem;
  color: #999;
}
.media .media-bx {
  margin-top: 8.75rem;
}
.media .swiper-wrapper {
  padding-bottom: 8.75rem;
}
.media .swiper-slide {
  position: relative;
  overflow: hidden;
}
.media .swiper-slide-active .txt-bx {
  animation: fadeInUppc 0.8s;
  transition: all 0.5s;
}
@media all and (max-width: 576px) {
  .media .swiper-slide-active .txt-bx {
    animation: fadeInUpm 0.8s;
    transition: all 0.5s;
  }
}
@media (hover: hover) {
  .media .swiper-slide:hover {
    overflow: visible;
  }
  .media .swiper-slide:hover .txt-bx {
    background: rgb(255, 255, 255);
    top: calc(50% - 3rem);
    height: auto;
  }
  .media .swiper-slide:hover .txt-bx::after {
    border: 3px solid #11a0db;
  }
}
.media .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}
.media .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 70.5882352941%;
}
.media .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.media .txt-bx {
  position: absolute;
  top: 48%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 18.75rem;
  height: 75.7647058824%;
  padding: 30px;
  transition: top 0.7s;
  box-shadow: 10px 10px 20px 3px rgba(59, 56, 55, 0.2);
}
.media .txt-bx::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 solid #11a0db;
  transition: border-width 0.3s;
  z-index: 0;
}
.media .title {
  color: #263238;
  min-height: 3.4375rem;
  font-size: 1.125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 3em;
}
.media .text-line {
  margin-top: 3.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #11a0db;
}
.media .link-bx {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: auto;
  margin-right: 0;
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}
.media .link-list {
  flex: 1 0 49%;
  max-width: 49%;
  border: 1px solid #11a0db;
  margin-bottom: 0.625rem;
  text-align: center;
  color: #11a0db;
  position: relative;
  z-index: 1;
}
.media .link-list::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #11a0db;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  transition: width 0.8s ease;
}
.media .link-list:hover {
  color: #fff;
}
.media .link-list:hover::after {
  width: 100%;
}
.media .link-list i {
  padding: 0rem 0.3125rem;
}
.media .link-list:nth-child(odd) {
  margin-right: 0.625rem;
}
.media .m-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.625rem;
}
@media all and (max-width: 1400px) {
  .media .media-bx {
    margin-bottom: 3.125rem;
    margin-top: 6.25rem;
  }
  .media .wrap {
    bottom: 30%;
  }
  .media .link-bx {
    margin-top: 1.25rem;
  }
}
@media all and (max-width: 1024px) {
  .media .txt-bx {
    top: 45%;
  }
}
@media all and (max-width: 768px) {
  .media .wrap {
    left: 50%;
    bottom: 40%;
    transform: translateX(-50%);
  }
  .media .txt-bx {
    padding: 1.875rem 0.9375rem;
  }
}
@media all and (max-width: 576px) {
  .media .media-bx {
    margin-top: 2.5rem;
  }
  .media .wrap {
    bottom: 45%;
  }
  .media .txt-bx {
    left: 50%;
    transform: translateX(-50%);
  }
  .media .link-list {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .media .link-list:nth-child(odd) {
    margin-right: 0rem;
  }
  .media .swiper-wrapper {
    padding-bottom: 6.25rem;
  }
}
@media all and (max-width: 375px) {
  .media .wrap {
    bottom: 50%;
  }
  .media .txt-bx {
    width: 15.625rem;
  }
}

/* 모바일퀵메뉴 */
.quick-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 4px 0px;
}
.quick-menu .quick-list {
  display: flex;
  align-items: center;
  height: 60px;
}
.quick-menu .quick-list__item {
  flex: 1;
  text-align: center;
  position: relative;
}
.quick-menu .quick-list__item:last-child::after {
  display: none;
}
.quick-menu .quick-list__item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.9em;
  background: #11a0db;
}
.quick-menu .quick-list__item i {
  font-size: 2.125rem;
  color: #11a0db;
}
.quick-menu .quick-list .link {
  padding: 0 0.625rem;
}
.quick-menu .quick-list .box {
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=main.min.css.map */