@charset "utf-8";

/* =========================== PAGE */

/* 공통 */
.pagecommon {
  position: relative;
  min-height: 1500px;
  padding: 150px 0 20px;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}
.pagecommon * {
  word-break: keep-all;
}
.pagecommon .pl {
  white-space: pre-line;
}
.pagecommon .cm_tit {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--e-font);
}
.pagecommon .s_tit {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
}

#service1016 .tit .txt {
  margin-bottom: 85px;
  text-align: center;
}
#service1016 .tit .cm_tit {
  margin-bottom: 20px;
}
#service1016 .tit .img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#service1016 .tit .b_txt {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 70px;
  color: #fff;
  background: var(--primary);
}
#service1016 .tit .b_txt p {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
}
#service1016 .tit .b_txt span {
  opacity: 0.5;
}
#service1016 .tit .b_txt img {
  animation: rotate_image 10s linear infinite;
}

#service1016 .cont {
  margin-top: 120px;
}
#service1016 .cont .cm_tit {
  width: 300px;
}
#service1016 .cont > div {
  display: flex;
  height: auto;
  padding: 100px 50px;
  border-top: 1px solid #e1e1e1;
}
#service1016 .it .cm_tit {
  position: sticky;
  top: 50px;
}
#service1016 .it > ul {
  width: 75%;
}
#service1016 .it > ul > li + li {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e1e1e1;
}
#service1016 .it > ul > li {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
#service1016 .it > ul > li:nth-child(2) {
  flex-direction: row-reverse;
}
#service1016 .it .hash {
  display: flex;
  gap: 8px;
}
#service1016 .it .hash li {
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  color: var(--primary);
  background: #f2f2f2;
  transition: all 0.3s;
}
#service1016 .it .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#service1016 .it .txt span {
  font-size: 13px;
  font-weight: 700;
  color: #aaa;
  font-family: var(--e-font);
}
#service1016 .it a {
  overflow: hidden;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  max-height: 300px;
  transition: all 0.3s;
}
#service1016 .it a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service1016 .it a:hover {
  border-radius: 50%;
}

#service1016 .wwd .arrow {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
#service1016 .wwd .arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: var(--primary);
  cursor: pointer;
  background: #f2f2f2;
  transition: all 0.3s;
}
#service1016 .wwd .arrow svg {
  width: 18px;
}
#service1016 .wwd_slide div {
  margin-top: 30px;
}
#service1016 .wwd_slide img {
  width: 100%;
  aspect-ratio: 5/2;
}

@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}

@media (hover: hover) {
  #service1016 .it .hash li:hover {
    color: #fff;
    cursor: default;
    background: var(--primary);
  }
  #service1016 .wwd .arrow span:hover {
    color: #fff;
    background: var(--primary);
  }
}
/* 반응형 [s] */
@media (max-width: 1024px) {
  .pagecommon {
    padding: 100px 0 20px;
  }
  .pagecommon .cm_tit {
    font-size: 30px;
  }
  #service1016 .tit .img_wrap img {
    width: 100%;
  }
  #service1016 .tit .b_txt p {
    font-size: 23px;
  }
  #service1016 .cont > div {
    padding: 70px 50px;
  }

  #service1016 .it > ul > li {
    padding: 0;
  }
  #service1016 .it a img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pagecommon .pl {
    white-space: normal;
  }
  .pagecommon .cm_tit {
    font-size: 25px;
  }
  .pagecommon .s_tit {
    font-size: 18px;
  }
  #service1016 .cont {
    margin-top: 50px;
  }
  #service1016 .cont .cm_tit {
    width: 100%;
    text-align: center;
  }
  #service1016 .cont > div {
    display: block;
    padding: 70px 20px;
    border-top: none;
  }

  #service1016 .tit .txt {
    margin-bottom: 40px;
  }
  #service1016 .tit .img {
    display: block;
  }
  #service1016 .tit .img_wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
  }
  #service1016 .tit .b_txt {
    padding: 35px;
    text-align: center;
  }
  #service1016 .tit .b_txt p {
    margin-top: 50px;
    font-size: 20px;
  }
  #service1016 .tit .b_txt img {
    margin: 0 auto;
  }

  #service1016 .it .cm_tit {
    height: auto;
  }
  #service1016 .it .txt_box {
    width: 50%;
  }
  #service1016 .it > ul {
    width: 100%;
    margin-top: 80px;
  }

  #service1016 .wwd {
    background: #f2f2f2;
  }
  #service1016 .wwd .arrow {
    justify-content: center;
  }
  #service1016 .wwd .arrow span {
    background: #fff;
  }
  #service1016 .wwd_slide {
    margin-top: 30px;
  }
  #service1016 .wwd_slide div {
    text-align: center;
  }
}
@media (max-width: 580px) {
  #service1016 .it > ul > li {
    gap: 50px;
  }
  #service1016 .it a {
    width: 50%;
  }
  #service1016 .it .hash {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  #service1016 .it > ul {
    margin-top: 40px;
  }
  #service1016 .it > ul > li {
    display: block;
  }
  #service1016 .it .txt_box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    flex-direction: column-reverse;
  }
  #service1016 .it a {
    width: 100%;
  }
  #service1016 .it .hash {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
  #service1016 .it > ul > li + li {
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 380px) {
}
/* 반응형 [e] */
