.content {
  width: 100%;
}
main {
  width: 100%;
  position: relative;
}
main .banner-box {
  background: url(../img/photo-service-banner.jpg) no-repeat;
  background-position-x: 18%;
  background-position-y: center;
  filter: brightness(.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main .text-box{
  margin-top: 200px;
  color: #000;
  margin-bottom: 30px;
}
main .text-box p{
  line-height: 1.2em;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}
main .text-box span{
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}
main .text-box strong{font-weight: 400;}
.fixed-menu{
  top: 10px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  z-index: 1000;
}
.fixed-menu a{
  display: block;
  padding: 10px 30px;
}
.fixed-menu li.on{
  border: 1px solid var(--color-main);
  background: var(--color-main);
  border-radius: 25px;
  color: #fff;
}
/* 컨설팅 섹선 */
section.consult{
  width: 900px;
  margin: 0 auto;
}
.consult-1>span{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  display: block;
  text-align: center;
}
.consult-1>span strong{font-weight: 700;}
.consult-1>p{
  font-size: 42px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.consult-1>p i{color: var(--color-main);}
.consult-ul{
  width: 900px;
  height: 800px;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
  background: url("../img/bg-illust-ellipse.png") no-repeat;
  background-size: 800px;
  background-position: top;
}
.consult-ul img{
  width: 100px;
  height: 100px;
  display: inline-block;
  object-fit: contain;
}
.consult-ul .text-box{width: 300px; text-align: center;}
.consult-ul .text-box span{
  font-size: 20px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 15px;
  display: inline-block;
}
.consult-ul .img-hovered {text-align: center;}
.consult-ul .text-box p{
  font-size: 15px;
  color: #333;
  width: 80%;
  margin: 0 auto;
}
.consult-ul .cons-1{
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
}
.consult-ul .cons-1 .text-box{width: 350px;}
.consult-ul .cons-2{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.consult-ul .cons-3{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.consult-ul .cons-4{
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
}
.cons-2 .text-box,
.cons-4 .text-box{
  margin-top: 20px;
}
.consult-2{
  width: 100%;
  margin: 0 auto;
  margin: 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.consult-2 li{
  border: 1px solid var(--color-main);
  border-radius: 15px;
  padding: 15px;
  min-height: 100px;
}
.consult-2 li .text-wrap{
  display: flex;
  align-items: flex-end;
}
.consult-2 li img{
  display: inline-block;
  width: 30px;
}
.consult-2 li span.title{
  line-height: 0.8rem;
  margin-left: 10px;
  display: inline-block;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.consult-2 li p{
  margin-top: 10px;
}
.cons-3 .img-hovered{
  margin-right: 50px;
}

/* 임플렌테이션 섹션 - swiper */
section.implement{
  width: 100%;
  height: 100vh;
  background-color: var(--color-bg-01);
}
.implement .implement-ul{
  height: 500px;
  position: absolute;
  top: 30%;
}
.implement-ul li{
  width: 400px;
  min-width: 300px;
  max-width: 400px;
  height: 400px;
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
}
.implement-ul a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.implement-ul>li h4{
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.implement-ul>li p{
  color: #000;
  margin: 30px 0;
  width: 300px;
  margin: 30px auto;
}
.implement-ul img{
  height: 25px;
  display: inline-block;
  object-fit: contain;
}
.implement-ul img.itsm{
  height: 38px;
  display: inline-block;
  object-fit: contain;
}
.img-box img:first-of-type{
  margin-right: 20px;
}
.implement.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}
.develop h4{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.develop-1{
  margin: 100px 0;
}
.develop-1 .text-box{
  width: 60%;
  margin-bottom: 50px;
}
.develop-1 .develop-swipe{
  width: 100%;
  overflow: hidden;
}
.develop-1 .text-box p,
.develop-2 .text-box p{
  width: 300px;
  font-size: 14px;
  width: 90%;
  line-height: 1.2;
}
.develop-2 p{
  width: 700px;
}
.develop-2 ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.develop-2 ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.develop-2 ul img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.develop-2 ul span{
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.develop-2 ul li:first-of-type span{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 100px;
}
.develop-2 ul li:last-of-type span{
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 100px;
}
.develop .swiper-scrollbar-drag {
  background: var(--color-main);
}
/* new design */
.develop-2{
  display: flex;
  margin-bottom: 100px;
}
.develop-2 .text-box{
  width: 250px;
  margin-right: 20px;
}
.develop-2 p {
  width: auto;
}
.develop-2 ul.swiper-wrapper li span {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 0;
}

/* 탭 반응형 */
@media (max-width: 1024px) and (min-width: 769px) {
  .consult-ul {
    background: url(../img/bg-illust-ellipse.png) no-repeat;
    background-size: 90%;
    background-position-x: center;
    width: auto;
  }
  .consult-ul .cons-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cons-1 .text-box {
    margin-top: 10px;
  }
  .consult-ul .cons-2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .consult-ul .cons-3 {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cons-3 .text-box {
    margin-left: 0;
    margin-top: 10px;
  }
  .consult-ul .cons-4 {
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
  }
  section.implement {
    height: 60vh;
  }
  .develop h4{
    word-break: keep-all;
    text-wrap-mode: nowrap;
  }
  .develop-1 {
    margin: 80px 0;
  }
  .develop-1 .text-box {
    margin-right: 20px;
  }
  .develop-1 .text-box p{
    width: 300px;
  }
  .develop-1 .develop-swipe {
    min-height: 320px;
  }
  .develop-2 ul {
    align-items: flex-start;
  }
  .develop-2 ul li:first-of-type span {
    text-align: center;
  }
  .develop-1 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -5px);
  }
}

@media (max-width: 768px) {
  .content {
    width: 100%;
    margin-top: 0;
  }
  main {
    width: 100%;
    height: auto;
  }
  main .banner-box {
    width: 100%;
    height: 70vh;
    background: url(../img/photo-service-banner.png) no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
  }
  .inner{width: 90%;}
  main .text-box {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    width: 350px;
    margin-top: 120px;
    margin-bottom: 0;
  }
  main .text-box p {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
  }
  main .text-box span {
    font-size: 18px;
  }
  .fixed-menu{
    transform: unset;
    justify-content: space-around;
  }
  .fixed-menu li.on {
    border: none;
    background: transparent;
    color: var(--color-main);
    font-weight: 500;
    text-decoration: underline;
  }
  .fixed-menu a {
    padding: unset;
  }
  section.consult {
    width: 90%;
  }
  .consult-1>span, 
  .consult-1>p{
    font-size: 24px;
    text-align: start;
  }
  .consult-1>p i {
    color: #000;
  }
  .consult-ul {
    border: unset;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background: unset;
  }
  .consult-ul>li::after {
    content: "";
    background: url(../img/arrow_bottom_down_downward_navigation_color_icon.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .consult-ul>li:last-of-type:after {display: none;}
  .consult-ul .cons-1 {
    position: static;
    transform: none;
  }
  .consult-ul .cons-2 {
    position: static;
    transform: none;
  }
  .consult-ul .cons-3 {
    display: block;
    position: static;
    transform: none;
  }
  .consult-ul .cons-4 {
    position: static;
    transform: none;
  }
  .consult-1 .consult-ul .text-box {
    width: auto;
    text-align: center;
    margin: 20px 0 30px;
  }
  .consult-ul .text-box p {
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
    width: 300px;
  }
  .consult-ul img{
    margin: 0 auto;
  }
  .consult-2 {
    width: 100%;
    margin: 50px 0;
    display: block;
    border: 2px solid var(--color-main);
    border-radius: 10px;
  }
  .consult-2 li {
    border: none;
    padding: 20px;
    opacity: .5;
    transition: all .5s ease 0s;
    min-height: unset;
    padding: 20px 10px 0 15px;
  }
  .consult-2 li:last-of-type {
    padding-bottom: 20px;
  }
  .consult-2 li span.title {
    color: #000;
  }
  .consult-2 li.on{
    height: auto;
    opacity: 1;
  }
  .consult-2 li p{
    color: #000;
    height: auto;
    margin-left: 5px;
  }
  .consult-2 li p.hide{
    display: none;
  }
  .consult-2 li.on p{
    display: block;
  }
  section.implement {
    height: 600px;
  }
  .implement .implement-ul {
    height: auto;
    top: 20%;
  }
  .implement-ul li{
    width: 90%;
    min-width: 300px;
    max-width: 400px;
    height: 400px;
  }
  .develop-1 {
    display: block;
    margin: 50px 0;
  }
  .develop-1 .text-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .develop-1 .text-box p,
  .develop-2 .text-box p{
    line-height: 1.3;
    font-size: 16px;
    width: 100%;
  }
  .develop-1 .develop-swipe {
    width: auto;
    /* height: 380px; */
  }
  .develop-1 img {
    width: 80%;
    object-fit: contain;
  }
  .develop h4 {
    text-align: center;
  }
  .develop-2 {
    display: block;
  }
  .develop-2 .text-box {
    width: auto;
    margin-right: 0;
  }
  .develop-2 p {
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }
  .develop-2 .dashb-swipe ul span {
    color: #fff;
    background-color: var(--color-main);
  }
  .develop-2 ul li:first-of-type span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    height: 55px;
    margin: 0;
    line-height: 1.5;
  }
  .develop-2 ul li:last-of-type span {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 55px;
    margin: 0;
    width: 100%;
    height: 55px;
  }
  .develop-2 ul img{
    margin-top: 30px;
  }
  .develop .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--color-main);
    width: 5%;
    border-radius: 25px;
  }
  .develop .swiper-horizontal {
    min-height: 320px;
  }
  .develop-swipe li.swiper-slide{
    display: flex;
    justify-content: center;
  }
  .develop-1 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0);
  }
  .wrap footer{margin-top: 80px;}
}