/* 공통 슬라이드 버튼 */
.btn-more-slide {
  z-index: 0;
  overflow: hidden;
  position: relative;
  width: 0;
  min-width: 133px;
  margin: 65px auto 0;
  padding: 0;
  padding-left: 18px;
  border: 1px solid #b2a89b;
  border-radius: 17.5px;

  @media (max-width: 600px) {
    min-width: 143px;
    height: 38px;
    background-color: #fff;
  }
}

.btn-more-slide::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s;
}

.btn-more-slide:hover::after {
  width: 100%;
}

.btn-more-slide:hover .txt-grp.type-on {
  opacity: 1;
}

.btn-more-slide:hover {
  border-color: transparent;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.btn-more-slide:hover .btn-txt-grp.type-on {
  opacity: 1;
}

.btn-more-slide:hover .btn-txt-grp.type-on .icon-arrow {
  opacity: 1;
  border-radius: inherit;
}

.btn-more-slide:hover .btn-txt-grp.type-off {
  opacity: 0;
}

.btn-more-slide:hover .btn-txt-grp.type-off .btn-txt {
  opacity: 0;
}

.btn-more-slide:hover .btn-txt-grp.type-off .icon-arrow {
  opacity: 0;
}

.btn-more-slide .btn-txt-grp {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn-more-slide .btn-txt-grp.type-on {
  opacity: 0;
}

.btn-more-slide .btn-txt-grp.type-off {
  opacity: 1;
}

.btn-more-slide .btn-txt {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #7b7269;
  transform: translateY(-53%);

  @media (max-width: 600px) {
    left: 18px;
    font-size: 17px;
    transform: translateY(-55%);
  }
}

.btn-more-slide .icon-arrow {
  z-index: 1;
  position: absolute;
  top: -1px;
  right: -1px;

  @media (max-width: 600px) {
    top: 0;
    height: 100%;
  }
}

.btn-more-slide .icon-arrow-off {
  border-radius: 50%;
  background-color: var(--pointcolor02);
}

/* d-header */
.d-header {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 88px;
  transition: all 0.2s;

  @media (max-width: 600px) {
    height: 64px;
  }
}

.d-header.is-scroll {
  background-color: #fff;
}

.d-header.is-scroll02 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  backdrop-filter: saturate(180%) blur(20px) brightness(0.85);
}

.d-header.is-scroll .logo-img-grp .icon-logo::after {
  background-color: var(--black);
}

.d-header.is-scroll .gnb-depth1-grp .txt {
  color: var(--black);
}

.d-header.is-scroll .menu-icon .line {
  background-color: var(--black);
}

.d-header .xl-center {
  height: 100%;
}

.d-header-grp {
  height: 100%;

  @media (max-width: 1200px) {
    padding: 5px 0;
  }
}

.logo-img-grp {
  width: 150px;
  height: 48px;
  margin-top: 4px;

  @media (max-width: 600px) {
    width: 150px;
    height: 44px;
    margin-top: 5px;
  }
}

.logo-img-grp .icon-logo {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.logo-img-grp .icon-logo::after {
  content: "";
  mask: url(../img/img_logo.svg) no-repeat 100%;
  mask-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s;
}

.d-header .img.default {
  display: block;
}

.d-header .img.scroll {
  display: none;
}

.logo-img-grp .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.7s;
}

.d-header .gnb-menu {
  height: 100%;
  max-height: 82px;
  margin-left: 31%;
  line-height: 82px;

  @media (max-width: 1900px) {
    margin-left: 24%;
  }

  @media (max-width: 1600px) {
    margin-left: 14%;
  }
}

.d-header .menu-icon {
  z-index: 5;
  cursor: pointer;
  display: block;
  position: relative;
  width: 30px;
  height: 31px;
}

.d-header .menu-icon .line {
  width: 18px;
  height: 2px;
  float: right;
  background-color: #fff;
  margin-bottom: 7px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: width 0.3s ease, transform 0.2s ease, background-color 0.5s ease,
    -webkit-transform 0.2s ease;

  @media (max-width: 900px) {
    height: 2px;
  }
}

.d-header .btn .line.type-left {
  width: 30px;
  margin-top: 7px;
  transition: all 200ms linear;
}

.d-header .btn .line.type-right {
  width: 30px;
  float: right;
  transition: all 200ms linear;
}

.menu-icon:hover .line,
.menu-icon:hover .line.type-left,
.menu-icon:hover .line.type-right {
  width: 30px;
}

.d-header .btn-ham.is-active .menu-icon .line {
  width: 30px;
  height: 2px;
  background-color: var(--black);
  transform: translate(0px, 0px) rotate(45deg);
}
.d-header .btn-ham.is-active .menu-icon .line.type-left {
  width: 16px;
  transform: translate(-3px, 5px) rotate(-45deg);
}
.d-header .btn-ham.is-active .menu-icon .line.type-right {
  width: 16px;
  float: right;
  transform: translate(-12px, -4px) rotate(-45deg);
}
.d-header .btn-ham.is-active .menu-icon .menu-icon:hover .line.type-left,
.d-header .btn-ham.is-active .menu-icon .menu-icon:hover .line.type-right {
  width: 16px;
}

.d-header .nav-content {
  z-index: 3;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  /* transform: translateX(-100%); */
}

.d-header .nav-content .nav-content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.8, 0, 1, 1);
}

.d-header .nav-content .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.d-header .nav-content .bg-bar {
  width: 0;
  height: 100%;
  margin: -1px 0;
  transition: width cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.d-header .nav-content .bg-bar:nth-child(1) {
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}

.d-header .nav-content .bg-bar:nth-child(2) {
  transition-duration: 0.5s;
  transition-delay: 0.12s;
}

.d-header .nav-content .bg-bar:nth-child(3) {
  transition-duration: 0.7s;
  transition-delay: 0.14s;
}

.d-header .nav-content .bg-bar:nth-child(4) {
  transition-duration: 0.9s;
  transition-delay: 0.16s;
}

.d-header .nav-content .bg-bar:nth-child(5) {
  transition-duration: 1.1s;
  transition-delay: 0.18s;
}

.d-header .nav-content .bg-bar:nth-child(6) {
  transition-duration: 1.3s;
  transition-delay: 0.2s;
}

.d-header .nav-content .bg-bar:nth-child(7) {
  transition-duration: 1.5s;
  transition-delay: 0.22s;
}

.d-header .content-txt-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.d-header .content-txt-container .logo-img-grp {
  visibility: hidden;
  position: absolute;
  top: 18px;
  left: 99px;

  @media (max-width: 1951px) {
    left: 16px;
  }

  @media (max-width: 900px) {
    position: fixed;
    margin-top: 0;
  }
}

.d-header .content-txt-container .logo-img-grp .icon-logo::after {
  background-color: var(--black);
}

.d-header .content-txt-container .content-txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  transform: translate(-50%, -50%);

  @media (max-width: 1600px) {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 96px);
    top: 96px;
    transform: translate(-50%, 0);
  }

  @media (max-width: 900px) {
    height: calc(100vh - 64px);
    max-width: none;
    top: auto;
    transform: translate(-50%, 0);
    bottom: 0;
  }
}

.d-header .content-txt-container .content-txt-grp {
  opacity: 0;
  justify-content: space-between;
  margin-bottom: 20px;
  transform: translate3d(-120%, 0, 0) scale3d(0.95, 0.95, 1) rotateY(8deg)
    skewX(60deg);

  @media (max-width: 1600px) {
    flex-wrap: wrap;
    padding-left: 6vw;
    margin-bottom: 0;
  }
}

.d-header .content-txt-container .content-txt-grp.type-02 {
  @media (max-width: 1600px) {
    padding-bottom: 65px;
  }

  @media (max-width: 350px) {
    padding-bottom: 126px;
  }
}

.d-header .content-txt-container .content-txt-grp:last-child {
  margin-bottom: 0;
}

.d-header .content-txt-container .content-txt-item {
  position: relative;
  width: 100%;

  @media (max-width: 900px) {
    padding: 5px 0;
  }
}

.d-header .content-txt-container .depth2-txt-grp {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 12px;
  width: 100%;

  @media (max-width: 1600px) {
    top: 120px;
    left: 44px;
    bottom: auto;
  }

  @media (max-width: 900px) {
    display: flex;
    flex-wrap: wrap;
    top: 58px;
    left: 25px;
    transform: translateY(0);
  }
}

.d-header .content-txt-item .depth2-link {
  overflow: hidden;
  height: 38px;
  margin-right: 20px;

  @media (max-width: 900px) {
    flex-basis: 144px;
    height: 31px;
  }
}

.d-header .content-txt-item .depth2-link:last-child {
  margin-right: 0;
}

.d-header .content-txt-item .depth2-link:hover .txt {
  transform: translateY(-170%) skew(0, 15deg);
}

.d-header .content-txt-item .depth2-link:hover .txt:nth-child(2) {
  transform: translateY(-100%);
}

.d-header .content-txt-item .depth2-link .txt {
  line-height: 41px;
  transition: transform 0.7s, color 0.7s;

  @media (max-width: 1200px) {
    font-size: 1.625rem;
  }

  @media (max-width: 900px) {
    font-size: 1.1875rem;
    line-height: 26px;
  }
}

.d-header .content-txt-item .depth2-link .txt:nth-child(2) {
  transform: translateY(70%) skew(0, 15deg);
}

.d-header .content-txt-item .link {
  position: relative;
  height: 100%;
  padding-left: 40px;

  @media (max-width: 900px) {
    padding-left: 23px;
  }
}

.d-header .content-txt-item .link:hover .num {
  border-color: transparent;
  background-color: var(--black);
  color: #fff;
}

.d-header .content-txt-item .link:hover .depth1-txt-grp .txt {
  transform: translateY(-170%) skew(0, 15deg);
}

.d-header .content-txt-item .link:hover .depth1-txt-grp .txt:nth-child(2) {
  transform: translateY(-100%);
}

.d-header .content-txt-item .num {
  position: absolute;
  top: 7px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bebfc0;
  text-align: center;
  line-height: 28px;
  transition: all 0.2s ease-in-out;

  @media (max-width: 900px) {
    top: 0;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 15px;
  }
}

.d-header .content-txt-grp.type-02 .depth1-txt-grp {
  min-width: auto;
}

.d-header .content-txt-grp.type-02 .depth1-txt-grp .txt {
  margin-right: 30px;
}

.d-header .content-txt-item .depth1-txt-grp {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 130px;
  min-width: 650px;

  @media (max-width: 900px) {
    height: auto;
    min-width: auto;
  }
}

.d-header .content-txt-item .depth1-txt-grp .txt {
  transition: transform 0.7s, color 0.7s;

  @media (max-width: 900px) {
    font-size: 2.8125rem;
  }
}

.d-header .content-txt-item .depth1-txt-grp .txt:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(70%) skew(0, 15deg);
}

.d-header .nav-content.is-active {
  pointer-events: auto;
  /* transform: translateX(0); */
}

.d-header .nav-content.is-active .bg-bar {
  width: 100%;
  transition: width cubic-bezier(0.01, 0.52, 0.18, 1.38);
}

.d-header .nav-content.is-active .bg-bar:nth-child(1) {
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}

.d-header .nav-content.is-active .bg-bar:nth-child(2) {
  transition-duration: 0.8s;
  transition-delay: 0.3s;
}

.d-header .nav-content.is-active .bg-bar:nth-child(3) {
  transition-duration: 1.3s;
  transition-delay: 0.4s;
}

.d-header .nav-content.is-active .bg-bar:nth-child(4) {
  transition-duration: 1.7s;
  transition-delay: 0.5s;
}

.d-header .nav-content.is-active .bg-bar:nth-child(5) {
  transition-duration: 1.9s;
  transition-delay: 0.6s;
}

.d-header .nav-content.is-active .bg-bar:nth-child(6) {
  transition-duration: 2.1s;
  transition-delay: 0.7s;
}

.d-header .nav-content.is-active .bg-bar:nth-child(7) {
  transition-duration: 2.2s;
  transition-delay: 0.8s;
}

.d-header .nav-content.is-active .logo-img-grp {
  visibility: visible;
}

.d-header .nav-content.is-active .content-txt-container {
  visibility: visible;
  opacity: 1;

  @media (max-width: 900px) {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.d-header .gnb-list {
  cursor: pointer;
  display: inline-block;
  height: 82px;
  position: relative;
  margin-right: 2.5rem;
  line-height: 100px;

  @media (max-width: 1600px) {
    margin-right: 1.875rem;
  }

  @media (max-width: 1200px) {
    display: none;
  }
}

/* .d-header .gnb-list:hover::before {
  content: "";
  width: 100%;
}

.d-header .gnb-list::before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.15s;
} */

.d-header .gnb-list:last-child {
  margin-right: 0;
}

.d-header .gnb-list.is-active {
  font-weight: 700;
  /* color: var(--pointcolor02); */
}

/* .d-header .gnb-list.is-active {
  position: relative;
}

.d-header .gnb-list.is-active::before {
  content: "";
  width: 88%;
} */

.d-header .gnb-depth1-grp {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 25px;
  padding: 0 5px;
}

.d-header .gnb-depth1-grp:last-child {
  margin-right: 0;
}

.d-header .gnb-depth1-grp .txt {
  overflow: hidden;
  display: block;
  height: 25px;
  font-size: 17px;
  line-height: 25px;
  transition: transform 0.7s, color 0.7s;

  @media (max-width: 1600px) {
    font-size: 0.9375rem;
  }
}

.d-header .gnb-depth1-grp .txt:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(70%) skew(0, 15deg);
}

.d-header .gnb-depth1-grp:hover .txt {
  transform: translateY(-170%) skew(0, 15deg);
}

.d-header .gnb-depth1-grp:hover .txt:nth-child(2) {
  transform: translateY(-100%);
}

/* .d-header .gnb-depth2-grp {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 90%;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  padding: 20px 18px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.2s;
  transform: translateX(-50%);

  @media (max-width: 1600px) {
    min-width: 150px;
    padding: 17px 18px;
  }
}

.d-header .gnb-depth2-grp .txt {
  height: 25px;
  margin-bottom: 5px;
  line-height: 25px;
  color: #192426;

  @media (max-width: 1600px) {
    height: 23px;
    font-size: 0.8125rem;
  }
}

.d-header .gnb-depth2-grp .txt:last-child {
  margin-bottom: 0;
} */

/* floating-menu */
.floating-menu {
  z-index: 1;
  position: fixed;
  top: auto;
  left: 50%;
  bottom: 20px;
  width: calc(100% - 30px);
  height: 85px;
  max-width: 1223px;
  padding: 19px 0;
  border-radius: 15px;
  transform: translateX(-50%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);

  @media (max-width: 1600px) {
    height: 79px;
  }
}

.btn-circle-float {
  width: 156px;
  height: 156px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.floating-menu-right .btn-circle-float:hover .active-box {
  opacity: 1;
  transform: scale(1);
}

.btn-circle-float .img.type-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: spin 20s infinite linear;
}

.floating-menu-right .btn-circle-float:hover .txt {
  opacity: 1;
  transform: unset;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
}

.btn-circle-float .active-box {
  opacity: 0;
  position: absolute;
  width: 101%;
  height: 101%;
  border-radius: 50%;
  background-color: var(--pointcolor02);
  transform: scale(0);
  transition: transform 0.5s, opacity 0.3s;
  overflow: hidden;
}

.btn-circle-float .active-box .txt-grp {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: auto;
  transform: translateY(-40%);
}

.btn-circle-float .active-box .txt {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0s, opacity 0s;
  transition-delay: 0.2s;
}

.floating-menu-right {
  z-index: 1;
  position: fixed;
  top: auto;
  width: 156px;
  right: 100px;
  bottom: 20px;

  @media (max-width: 1600px) {
    bottom: 120px;
    right: 15px;
  }
}

.floating-menu-right .btn-top-float {
  pointer-events: none;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 50px;
  gap: 0;
  padding-top: 3px;
  line-height: 30px;
  transform: translateY(150%);
  transition: transform 0.6s;
}

.floating-menu-right .btn-top-float::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -2px;
  width: 45px;
  height: 46px;
  background: #fff;
  border-radius: 4px;
}

.floating-menu-right .btn-top-float.is-active {
  pointer-events: auto;
  margin-bottom: 5px;
  transform: unset;
}

.floating-menu-right .btn-top-float .icon-arrow-top {
  flex-basis: 15px;
  flex-shrink: 0;
}

.floating-menu-right .btn-top-float:hover .icon-arrow-top {
  animation-name: vertical-scroll;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.mo-floating-menu {
  z-index: 1;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  background-color: var(--black);
}

.mo-floating-menu .menu-grp {
  height: 100%;
}

.mo-floating-menu .menu-list {
  width: calc(100% / 4);
  height: 100%;
}

.mo-floating-menu .menu-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 7px;
}

.mo-floating-menu .menu-link .icon {
  width: 100%;
  margin: 0 auto;
}

/* cursor-small-dot */
.cursor-small-dot {
  z-index: 100;
  position: fixed;
  width: 15px;
  height: 15px;
  background-color: var(--pointcolor);
  pointer-events: none;
  border-radius: 50%;
  transition: transform 0.1s ease;
  pointer-events: none;
}

/* intro-section */
.intro-section {
  pointer-events: none;
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-color: var(--black);
}

.intro-section .txt-wrap {
  position: relative;
}

.intro-section .txt-grp {
  z-index: 1;
  position: absolute;
  left: 50%;
  width: 100%;
  height: calc(100vh - 96px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media (max-width: 900px) {
    width: 100%;
    height: calc(100vh - 47px);
    padding-bottom: 100px;
    top: 64px;
    transform: translate(-50%, -4%);
  }
}

.intro-section .txt-grp .txt {
  position: relative;
  line-height: 0.85;

  @media (max-width: 1800px) {
    font-size: 7.1875rem;
    line-height: 7.5rem;
  }

  @media (max-width: 1200px) {
    font-size: 5rem;
    line-height: 5.3125rem;
  }

  @media (max-width: 900px) {
    font-size: 55px;
    line-height: 1;
  }

  @media (max-width: 600px) {
    font-size: 2.5rem;
    line-height: 1.05;
  }
}

.intro-section .txt-grp .sm-txt-grp {
  margin-top: 3.75rem;

  @media (max-width: 900px) {
    margin-top: 2.5rem;
  }

  @media (max-width: 600px) {
    margin-top: 20px;
  }
}

.intro-section .txt-grp .sm-txt {
  line-height: 30px;

  @media (max-width: 900px) {
    font-size: 14px;
    line-height: 22px;
  }
}

/* trust-section */
.trust-section {
  z-index: 0;
  overflow: hidden;
  height: 100vh;
  position: relative;
  background-color: var(--BodyColor);

  @media (max-width: 600px) {
    height: 100vh;
  }
}

.trust-section .txt-grp {
  position: absolute;
  top: 50%;
  left: 0;
  left: 50%;
  transform: translate(-50%, -50%);

  @media (max-width: 900px) {
    width: 100%;
  }

  @media (max-width: 600px) {
    left: 50%;
    transform: translateX(-50%);
  }
}

.trust-section .top-txt {
  z-index: 0;
  position: relative;
  background-image: linear-gradient(90deg, var(--black), var(--black));
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0% 100%;
  font-size: 3rem;
  letter-spacing: -0.5px;
  line-height: 66.5px;
  color: transparent;
  transition: background-size 0.5s cubic-bezier(0.1, 0.5, 0.5, 1);

  @media (max-width: 600px) {
    font-size: 1.875rem;
    line-height: 35px;
  }
}

.trust-section .top-txt::after {
  content: " 다이앤메디는 성장의 본질을 디자인합니다 \A전략과 신뢰, 그리고 실행력으로 \A브랜드의 가치를 완성합니다";
  z-index: -1;
  white-space: pre-line;
  position: absolute;
  width: 120%;
  top: -4px;
  left: -0.4px;
  right: 0;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  /* color: rgb(248, 243, 236); */
  letter-spacing: -0.5px;
  line-height: 66.5px;

  @media (max-width: 1552px) {
    content: "다이앤메디는 보이는 것을 넘어, \A본질을 디자인하고, \A신뢰로 완성합니다.";
    width: 100%;
    top: 0.4px;
    left: 0.4px;
    /* top: 0.9px;
    left: 0.4px; */
  }

  @media (max-width: 600px) {
    content: "다이앤메디는 보이는 것을 넘어, \A본질을 디자인하고, \A신뢰로 완성합니다.";
    top: -0.1px;
    left: 0px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}

/* work-section */
.work-section {
  padding-bottom: 5.625rem;
  background-color: var(--BodyColor);
}

.work-section .txt-grp {
  margin-bottom: 80px;

  @media (max-width: 600px) {
    margin-bottom: 35px;
  }
}
.work-section .txt-grp .txt {
  margin-bottom: 0.3125rem;
  letter-spacing: -0.3px;
  color: var(--pointcolor02);
}

.work-section .txt-grp .txt02 {
  margin-bottom: 1.625rem;
  color: #192426;

  @media (max-width: 600px) {
    margin-bottom: 1.0625rem;
    font-size: 20px;
  }
}

.work-section .txt-grp .txt03 {
  letter-spacing: -1.1px;
  color: #010101;

  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.work-section .work-item {
  flex-grow: 1;
  width: 25%;
  height: 100%;
  position: relative;
  padding-top: 24.935%;

  @media (max-width: 900px) {
    width: 50%;
    padding-top: 50%;
  }
}

.work-section .work-item .work-bg-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-image: url("../img/img_work_01.jpg");
  background-size: cover;
  background-position: center;
}

.work-section .work-item .work-bg-off .sub-txt {
  z-index: 0;
  position: absolute;
  bottom: 20px;
  left: 23px;

  @media (max-width: 1200px) {
    font-size: 16px;
  }

  @media (max-width: 600px) {
    bottom: 10px;
    left: 13px;
    font-size: 14px;
  }
}

.work-section .work-item.type-02 .work-bg-off {
  background-image: url("../img/img_work_02.jpg");
}

.work-section .work-item.type-03 .work-bg-off {
  background-image: url("../img/img_work_03.jpg");
}

.work-section .work-item.type-04 .work-bg-off {
  background-image: url("../img/img_work_04.jpg");
}

.work-section .work-item.type-05 .work-bg-off {
  background-image: url("../img/img_work_05.jpg");
}

.work-section .work-item.type-06 .work-bg-off {
  background-image: url("../img/img_work_06.jpg");
}

.work-section .work-item.type-07 .work-bg-off {
  background-image: url("../img/img_work_07.jpg");
}

.work-section .work-item.type-08 .work-bg-off {
  background-image: url("../img/img_work_08.jpg");
}

.work-section .work-item.type-09 .work-bg-off {
  background-image: url("../img/img_work_09.jpg");
}

.work-section .work-item.type-10 .work-bg-off {
  background-image: url("../img/img_work_10.jpg");
}

.work-section .work-item.type-11 .work-bg-off {
  background-image: url("../img/img_work_11.jpg");
}

.work-section .work-item.type-12 .work-bg-off {
  background-image: url("../img/img_work_12.jpg");
}

.work-section .work-item.type-13 .work-bg-off {
  background-image: url("../img/img_work_13.jpg");
}

.work-section .work-item.type-14 .work-bg-off {
  background-image: url("../img/img_work_14.jpg");
}

.work-section .work-item.type-15 .work-bg-off {
  background-image: url("../img/img_work_15.jpg");
}

.work-section .work-item.type-16 .work-bg-off {
  background-image: url("../img/img_work_16.jpg");
}

.work-section .work-item .work-bg-on {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.work-section .work-item .work-bg-on .txt-grp {
  padding-top: 5.1875rem;
}

.work-section .work-item .work-bg-on .ttl {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s 0.3s;

  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.work-section .work-item .work-bg-on .sub-txt {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s 0.6s;

  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.work-section .work-item .work-bg-on .sub-txt .icon-arrow-02 {
  margin-left: 5px;

  @media (max-width: 600px) {
    width: 0.3125rem;
    height: 0.5625rem;
    margin-left: 0.1875rem;
  }
}

.work-section .work-item .work-bg-on .sub-txt .icon-arrow-03 {
  margin: 33px auto 0;
}

.work-section .work-item .work-bg-on .bar {
  display: block;
  width: 0;
  height: 2px;
  margin: 1.5625rem auto 1.875rem;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.2s;

  @media (max-width: 600px) {
    margin: 0.8125rem auto 0.9375rem;
  }
}

.work-section .work-item:hover .work-bg-off .sub-txt {
  opacity: 0;
}

.work-section .work-item:hover .work-bg-on .ttl,
.work-section .work-item:hover .work-bg-on .sub-txt {
  opacity: 1;
  transform: translateY(0);
}

.work-section .work-item:hover .work-bg-on {
  visibility: visible;
  opacity: 1;
  background: rgb(130, 120, 109, 0.85);
}

.work-section .work-item:hover .work-bg-on .bar {
  width: 2.5rem;
  transition-delay: 0.15s;

  @media (max-width: 600px) {
    width: 1.5625rem;
  }
}

.work-section .btn-txt-grp.type-on .btn-txt {
  color: #241914;
}

/* oper-section */
.oper-section {
  position: relative;
  padding: 8.9375rem 0 14.375rem;
  background-color: var(--BodyColor);
}

.oper-section .top-txt-grp {
  margin-bottom: 40px;

  @media (max-width: 600px) {
    margin-bottom: 60px;
  }
}

.oper-section .top-txt-grp .txt {
  margin: 5px 0 20px;
}

.oper-section .top-txt-grp .ttl {
  color: var(--pointcolor02);
}

.oper-section .top-txt-grp .txt {
  @media (max-width: 600px) {
    font-size: 20px;
  }
}
.oper-section .oper-swiper {
  z-index: 0;
  padding-bottom: 65px;
}
.oper-section .oper-swiper .swiper-wrapper {
  padding-left: 40px;
  transition: transform 0.3s linear;

  @media (max-width: 600px) {
    padding-left: 30px;
  }
}

.oper-section .oper-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 30px;
  transition: transform 0.3s;

  @media (max-width: 600px) {
    border-radius: 20px;
  }
}

.oper-section .oper-swiper .swiper-slide:hover .img-grp::after {
  height: 100%;
}
.oper-section .oper-swiper .swiper-slide:hover .txt-wrap {
  transform: translateY(0);
}

.oper-section .oper-swiper .swiper-slide:hover .txt {
  opacity: 1;
  visibility: visible;
}

.oper-section .oper-swiper .swiper-slide .img-grp {
  position: relative;
  padding-top: 124.8%;
}

.oper-section .oper-swiper .swiper-slide .img-grp::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: height 0.6s, opacity 0.6s;
  opacity: 0.5;
}

.oper-section .oper-swiper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oper-section .oper-swiper .txt-wrap {
  position: absolute;
  bottom: 70px;
  left: 45px;
  transform: translateY(25px);
  transition: transform 0.3s;

  @media (max-width: 600px) {
    left: 25px;
    bottom: 47px;
  }
}

.oper-section .oper-swiper .txt-wrap .ttl {
  @media (max-width: 900px) {
    font-size: 28px;
  }
  @media (max-width: 600px) {
    font-size: 23px;
  }
}

.oper-section .oper-swiper .txt-wrap .txt {
  opacity: 0;
  visibility: hidden;
  margin-top: 1.5625rem;
  line-height: 28px;
  transition: all 0.2s;

  @media (max-width: 900px) {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0.9375rem;
  }

  @media (max-width: 600px) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 21px;
  }
}

.oper-section .oper-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3.5px;
  transition: all 0.15s;
}

.oper-section .oper-swiper .swiper-pagination-bullet-active {
  width: 52px;
  border-radius: 5px;
  background-color: #b7a28b;
}

/* client-section */
.client-section {
  padding: 17.5rem 0 18.75rem;
  background-color: #2d1f12;

  @media (max-width: 600px) {
    padding: 4.5rem 0 5.25rem;
  }
}

.client-section .ttl {
  margin-bottom: 5.625rem;

  @media (max-width: 600px) {
    margin-bottom: 60px;
    font-size: 48px;
  }
}

.client-section .img-grp {
  position: relative;
  gap: 5.875rem;

  @media (max-width: 600px) {
    gap: 62px;
  }
}

.client-section .img-grp::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(45, 31, 18, 1) 0%,
    rgba(45, 31, 18, 0) 100%
  );

  @media (max-width: 600px) {
    width: 80px;
  }
}

.client-section .img-grp::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(45, 31, 18, 0) 0%,
    rgba(45, 31, 18, 1) 100%
  );
  @media (max-width: 600px) {
    width: 80px;
  }
}

.client-section .img {
  width: 100%;
  background-position: 0;
  background-repeat: repeat-x;
  animation-name: ptnLogo;
  animation-duration: 70s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.client-section .img01 {
  height: 39px;
  background-image: url("../img/img_rolling_01.png");
  background-size: 4472px 39px;

  @media (max-width: 900px) {
    background-image: url("../img/mo_img_rolling_01.png");
    background-size: 3351px 30px;
  }
}

.client-section .img02 {
  height: 39px;
  background-image: url("../img/img_rolling_02.png");
  background-size: 5316px 29px;
  animation-name: ptnLogo-right;

  @media (max-width: 900px) {
    background-image: url("../img/mo_img_rolling_02.png");
    background-size: 3476px 25px;
  }
}

.client-section .img03 {
  height: 39px;
  background-image: url("../img/img_rolling_03.png");
  background-size: 4254px 30px;

  @media (max-width: 900px) {
    background-image: url("../img/mo_img_rolling_03.png");
    background-size: 3238px 26px;
  }
}

/* review-section */
.review-section {
  padding: 10.8125rem 0 12.5rem;
  background-color: #e7ddcc;

  @media (max-width: 600px) {
    padding: 4.6875rem 0 5.9375rem;
  }
}

.review-section .ttl {
  @media (max-width: 600px) {
    font-size: 48px;
  }
}

.review-section .review-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.review-section .review-swiper {
  z-index: 0;
  height: 500px;
  margin-top: 95px;

  @media (max-width: 1600px) {
    height: 520px;
  }

  @media (max-width: 600px) {
    height: 390px;
    margin-top: 40px;
  }

  @media (max-width: 320px) {
    height: 392px;
  }
}

.review-section .swiper-slide {
  padding: 47px 40px;
  background-color: #fefefd;
  transition: transform 0.3s;

  @media (max-width: 600px) {
    padding: 31px 34px;
  }
}

.review-section .swiper-slide .star {
  margin-bottom: 30px;
  color: #f3b203;

  @media (max-width: 600px) {
    margin-bottom: 15px;
  }
}

.review-section .swiper-slide .txt {
  word-break: keep-all;
  line-height: 29.1px;
  letter-spacing: -0.5px;
  color: #404040;

  @media (max-width: 600px) {
    font-size: 12px;
    line-height: 23px;
  }
}

/* made-section */
.made-section {
  position: relative;
  height: 100vh;
}

.made-section .img-grp {
  z-index: -1;
  position: relative;
  height: 100%;
}

.made-section .img-grp .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.made-section .ttl-txt-grp {
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  @media (max-width: 600px) {
    top: 38%;
  }
}

.made-section .ttl-txt-grp .txt {
  @media (max-width: 900px) {
    font-size: 1.875rem;
  }
}

.made-section .ttl-txt-grp .txt-sm {
  margin-top: 35px;
}
.made-section .btn-more-slide {
  min-width: 182px;
  height: 45px;
  border-radius: 22.5px;

  @media (max-width: 600px) {
    margin-top: 35px;
  }
}

.made-section .btn-more-slide:hover .btn-txt {
  color: #434343;
  color: var(--pointcolor);
}

.made-section .btn-more-slide .btn-txt-grp.type-off {
  background-color: rgba(255, 255, 255, 0.4);
}
.made-section .btn-more-slide .btn-txt {
  right: 52px;
  height: 100%;
  color: #fff;
  line-height: 48px;

  @media (max-width: 600px) {
    top: 52%;
    font-size: 16px;
    color: #434343;
  }
}

.made-section .btn-more-slide .icon-arrow {
  width: 45px;
  height: 45px;

  @media (max-width: 600px) {
    width: 43px;
    height: 43px;
  }
}

/* count-section */
.count-section .count-grp {
  overflow: hidden;
  display: flex;
  gap: 30px;
  position: relative;

  @media (max-width: 900px) {
    flex-direction: column;
    gap: 0;
  }
}

.count-section .count-grp::after {
  content: "";
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--black);
}

.count-section .count-list {
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  position: relative;
  flex-direction: column;
  padding: 11.25rem 0 10.6875rem;

  @media (max-width: 900px) {
    padding: 3.5625rem 0 2.9375rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.count-section .count-list:nth-child(1) {
  @media (max-width: 900px) {
    background-image: url("../img/mo_img_num_01.jpg");
  }
}

.count-section .count-list:nth-child(2) {
  @media (max-width: 900px) {
    background-image: url("../img/mo_img_num_02.jpg");
  }
}

.count-section .count-list:nth-child(3) {
  @media (max-width: 900px) {
    background-image: url("../img/mo_img_num_03.jpg");
  }
}

.count-section .count-list:nth-child(4) {
  @media (max-width: 900px) {
    background-image: url("../img/mo_img_num_04.jpg");
  }
}

.count-section .count-list::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(136, 136, 136, 0.07);

  @media (max-width: 900px) {
    display: none;
  }
}

.count-section .count-list:last-child::after {
  display: none;
}

.count-section .count-list:hover .txt-grp-01 {
  transform: translateY(0);
}

.count-section .count-list:hover .txt-grp-02 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease 0.2s;
}

.count-section .txt-grp-01 {
  transform: translateY(30%);
  transition: all 0.5s ease;
}

.count-section .txt {
  z-index: 0;
  position: relative;
  font-size: 19px;
}

.count-section .txt:nth-child(2) {
  margin-top: 0.625rem;
  font-size: 70px;

  @media (max-width: 1200px) {
    font-size: 3.4375rem;
  }

  @media (max-width: 900px) {
    margin-top: 0px;
    font-size: 3.125rem;
  }
}

.count-section .txt-grp-02 {
  opacity: 0;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 26px;
  transform: translateY(-50%);
  transition: all 0.5s ease;

  @media (max-width: 1200px) {
    font-size: 14px;
    line-height: 22px;
  }

  @media (max-width: 900px) {
    position: relative;
    border-top: none;
    font-size: 12px;
    line-height: 20px;
  }

  @media (max-width: 600px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.count-section .txt-grp-02::after {
  @media (max-width: 900px) {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 248px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
  }
}

.count-section .count-bg {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.6s ease, transform 0.6s ease, background-image 0.6s ease;
}

.count-section .count-bg.show {
  opacity: 1;
}

/* d-footer */
.d-footer {
  padding-bottom: 175px;
  background-color: var(--black);
  color: var(--light-gray);

  @media (max-width: 600px) {
    padding-bottom: 90px;
  }
}

.d-footer .txt-grp {
  margin: 0 auto;
  padding: 21px 0 20px;
  border-top: 1px solid rgb(255, 255, 255, 0.2);
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);

  @media (max-width: 600px) {
    padding: 13px 0;
  }
}

.d-footer .txt-grp .txt {
  position: relative;
  margin-right: 52px;

  @media (max-width: 600px) {
    margin-right: 28px;
    font-size: 14px;
  }
}

.d-footer .txt-grp .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 1px;
  height: 15px;
  background-color: var(--light-gray);
  transform: translateY(-37%);

  @media (max-width: 600px) {
    right: -14px;
    height: 10px;
  }
}
.d-footer .txt-grp .txt:last-child {
  @media (max-width: 600px) {
    margin-right: 0;
  }
}
.d-footer .txt-grp .txt:last-child::after {
  display: none;
}

.d-footer .bottom-grp {
  margin-top: 100px;

  @media (max-width: 1200px) {
    gap: 6.25rem;
  }

  @media (max-width: 900px) {
    gap: 0;
  }

  @media (max-width: 600px) {
    margin-top: 50px;
    flex-direction: column;
  }
}

.d-footer .bottom-grp .left {
  flex-shrink: 0;

  @media (max-width: 600px) {
    width: 100%;
  }
}

.d-footer .left .txt-logo {
  line-height: 52.5px;

  @media (max-width: 1200px) {
    font-size: 2.5rem;
    line-height: 47px;
  }

  @media (max-width: 600px) {
    font-size: 27px;
    line-height: 33px;
  }
}

.d-footer .right {
  margin-bottom: 13px;

  @media (max-width: 600px) {
    margin-top: 2.8125rem;
  }
}

.d-footer .right .sns-grp {
  justify-content: right;
  gap: 9px;
  margin-right: auto;
  margin-bottom: 18px;

  @media (max-width: 600px) {
    justify-content: initial;
    margin-bottom: 30px;
  }
}

.d-footer .right .right-txt-grp {
  gap: 11px 23px;
  justify-content: right;
  text-align: right;

  @media (max-width: 1200px) {
    max-width: 440px;
    width: 100%;
  }

  @media (max-width: 600px) {
    gap: 8px 16px;
    justify-content: flex-start;
    max-width: none;
    width: auto;
    text-align: left;
  }
}

.d-footer .right .right-txt-grp .txt {
  position: relative;
  letter-spacing: -0.1px;

  @media (max-width: 600px) {
    font-size: 11px;
  }
}

.d-footer .right .right-txt-grp .txt::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background-color: rgba(136, 136, 136, 0.8);

  @media (max-width: 600px) {
    top: 47%;
    right: -8px;
    height: 8px;
  }
}

.d-footer .right .right-txt-grp .txt.type-last::before {
  content: "";
  display: none;
}

.d-footer .right .right-txt-grp .txt.type-last-02::before {
  @media (max-width: 1200px) {
    display: none;
  }

  @media (max-width: 682px) {
    display: block;
  }

  @media (max-width: 605px) {
    display: none;
  }

  @media (max-width: 388px) {
    display: block;
  }
}

.d-footer .right .right-txt-grp .txt.type-last-03::before {
  @media (max-width: 682px) {
    display: none;
  }

  @media (max-width: 600px) {
    display: block;
  }

  @media (max-width: 388px) {
    display: none;
  }
}

.d-footer .right .right-txt-grp .txt.type-last:last-child {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}


.intro-section { position: relative; overflow: hidden; background: #050609; }
.introWebglBg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; opacity: .98; filter: contrast(1.12) brightness(.9); }
.intro-section .xl-center { position: relative; z-index: 2; }