@charset "UTF-8";
body {
  padding-top: unset !important;
  overflow-x: hidden;
  color: #000;
  background-color: #000;
  touch-action: pan-y;
  transition: background-color 0.5s;
}
body.body-bgcb {
  background-color: #FFF;
}
body.body-bgcb .service-hooking .service-title {
  color: #000;
}
body.body-bgcb .service-portfolio .service-title {
  opacity: 1;
}
body.body-bgcb .service-portfolio .service-title .deco-line-under::before {
  width: 100%;
}
body.body-bgcb .service-portfolio .portfolio-wrap {
  opacity: 1;
}

.deco-line-under {
  display: inline-block;
  position: relative;
}
.deco-line-under::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -10%;
  display: block;
  width: 100%;
  height: 45%;
}

@media screen and (min-width: 1150.1px) {
  br.brs1150 {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  br.brl1150 {
    display: none;
  }
}
@media screen and (min-width: 600.1px) {
  br.brs600 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  br.brl600 {
    display: none;
  }
}
@media screen and (min-width: 750.1px) {
  br.brs750 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  br.brl750 {
    display: none;
  }
}
.text, span {
  letter-spacing: inherit;
}

/* ---------------공통 START--------------- */
.fsz100 {
  font-size: 100px;
}

.fsz80 {
  font-size: 80px;
}

.fsz50 {
  font-size: 50px;
}

.fsz30 {
  font-size: 30px;
}

.fsz25 {
  font-size: 25px;
}

.fsz20 {
  font-size: 20px;
}

/* ---------------공통 END--------------- */
/* 
height: calc(var(--vh, 1vh) * 10); //10vh
height: calc(var(--full-vh, 100vh) * 1); //100vh
*/
/* ---------------service-visual START--------------- */
.service-visual {
  position: relative;
  width: 100%;
  height: calc(var(--full-vh, 100vh) * 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-visual .bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 0.3s;
}
.service-visual .text-box {
  position: relative;
}
.service-visual .text-box .service-visual-eng {
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 0.6s;
}
.service-visual .text-box .service-visual-title {
  display: inline-block;
  margin-top: 40px;
  line-height: 130%;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 0.9s;
}
.service-visual .text-box .service-visual-desc {
  margin-top: 30px;
  line-height: 150%;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 1.2s;
}
.service-visual.active .bg {
  opacity: 1;
}
.service-visual.active .text-box .service-visual-eng {
  opacity: 1;
}
.service-visual.active .text-box .service-visual-title {
  opacity: 1;
}
.service-visual.active .text-box .service-visual-desc {
  opacity: 1;
}

/* ---------------service-visual END--------------- */
/* 

*/
/* ---------------service-intro START--------------- */
.service-intro {
  position: relative;
  width: 100%;
  height: calc(var(--full-vh, 100vh) * 2);
}
.service-intro .service-title {
  pointer-events: none;
  position: sticky;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  line-height: 600%;
}
.service-intro .service-title .text {
  display: inline-block;
  line-height: 130%;
}

/* ---------------service-intro END--------------- */
/* 

*/
/* ---------------service-circle START--------------- */
.service-circle {
  height: calc(var(--full-vh, 100vh) * 3);
}
.service-circle.active .circle-wrap .circle-list {
  opacity: 1;
  transform: translateY(0);
}
.service-circle.active .circle-wrap .circle-list li {
  opacity: 1;
}
.service-circle.active .circle-wrap .circle-list li:nth-of-type(1) {
  transform: translateX(0);
}
.service-circle.active .circle-wrap .circle-list li:nth-of-type(3) {
  transform: translateX(0);
}
.service-circle.active .circle-wrap .circle-tit {
  opacity: 1;
  transform: translateY(0);
}
.service-circle .circle-wrap {
  position: sticky;
  transform: translateY(-50%);
  top: 50%;
}
.service-circle .circle-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-circle .circle-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 350px;
  border-radius: 100%;
  background-color: #383090;
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.service-circle .circle-list li:nth-of-type(1) {
  z-index: 1;
  transition-delay: 0.8s;
}
.service-circle .circle-list li:nth-of-type(2) {
  z-index: 3;
}
.service-circle .circle-list li:nth-of-type(3) {
  z-index: 2;
  transition-delay: 0.4s;
}
.service-circle .circle-list li:nth-of-type(1) {
  transform: translateX(525px);
}
.service-circle .circle-list li:nth-of-type(3) {
  transform: translateX(-525px);
}
.service-circle .circle-list li .circle-text {
  line-height: 150%;
}
.service-circle .circle-tit {
  line-height: 150%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 1.6s;
}

/* ---------------service-circle END--------------- */
/* 

*/
/* ---------------service-square START--------------- */
.service-square .square-wrap .square-tit {
  line-height: 130%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-square .square-wrap .square-tit.active {
  opacity: 1;
  transform: translateY(0);
}
.service-square .square-wrap .square-list {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.service-square .square-wrap .square-list.active li {
  opacity: 1;
  transform: translateY(0);
}
.service-square .square-wrap .square-list li {
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-square .square-wrap .square-list li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.service-square .square-wrap .square-list li .square-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  line-height: 150%;
  background-color: #383090;
  border-radius: 20px;
}
.service-square .square-wrap .square-tit2 {
  line-height: 150%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-square .square-wrap .square-tit2.active {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------service-square END--------------- */
/* 

*/
/* ---------------service-square2 START--------------- */
.service-square2 .square2-wrap .square2-tit {
  line-height: 130%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-square2 .square2-wrap .square2-tit.active {
  opacity: 1;
  transform: translateY(0);
}
.service-square2 .square2-wrap .square2-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
}
.service-square2 .square2-wrap .square2-list.active li {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) !important;
}
.service-square2 .square2-wrap .square2-list li {
  width: calc(50% - 15px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.service-square2 .square2-wrap .square2-list li:nth-of-type(1) {
  z-index: 4;
  transition-delay: 0.4s;
}
.service-square2 .square2-wrap .square2-list li:nth-of-type(2) {
  z-index: 3;
  transform: translateX(-100%);
  transition-delay: 0.8s;
}
.service-square2 .square2-wrap .square2-list li:nth-of-type(3) {
  z-index: 1;
  transform: translateX(100%);
  transition-delay: 1.6s;
}
.service-square2 .square2-wrap .square2-list li:nth-of-type(4) {
  z-index: 2;
  transform: translateY(-100%);
  transition-delay: 1.2s;
}
.service-square2 .square2-wrap .square2-list li .square2-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
  background-color: #383090;
  border-radius: 30px;
  line-height: 150%;
}

/* ---------------service-square2 END--------------- */
/* 

*/
/* ---------------service-typing START--------------- */
.service-typing {
  height: calc(var(--full-vh, 100vh) * 3);
}
.service-typing .typing-tit {
  position: sticky;
  transform: translateY(-50%);
  top: 50%;
  line-height: 130%;
}
.service-typing .typing-tit.active span {
  opacity: 1;
}
.service-typing .typing-tit span {
  opacity: 0;
  transition: opacity 1.5s;
}
.service-typing .typing-tit span:nth-of-type(2) {
  transition-delay: 0.4s;
}
.service-typing .typing-tit span:nth-of-type(3) {
  transition-delay: 0.8s;
}

/* ---------------service-typing END--------------- */
/* 

*/
/* ---------------service-point START--------------- */
.service-point .point-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(var(--vh, 1vh) * 75);
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-point .point-list li.active {
  opacity: 1;
  transform: translateY(0);
}
.service-point .point-list li .text-q {
  line-height: 150%;
}
.service-point .point-list li .text-q + .point-tit {
  margin-top: 15px;
}
.service-point .point-list li .point-tit + .text-q {
  margin-top: 15px;
}
.service-point .point-list li .point-tit {
  line-height: 130%;
}
.service-point .point-list li .point-desc {
  margin-top: 30px;
  line-height: 150%;
}

/* ---------------service-point END--------------- */
/* 

*/
/* ---------------service-hooking START--------------- */
.service-hooking {
  position: relative;
  width: 100%;
  height: calc(var(--full-vh, 100vh) * 4);
}
.service-hooking .service-title {
  pointer-events: none;
  position: sticky;
  transform: translateY(-50%);
  top: 50%;
  line-height: 150%;
  text-align: center;
  transition: color 0.5s;
}
.service-hooking .service-title .text {
  opacity: 0.15;
}

/* ---------------service-hooking END--------------- */
/* 

*/
/* ---------------service-portfolio START--------------- */
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service-portfolio {
  overflow: hidden;
}
.service-portfolio .service-title {
  line-height: 150%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.service-portfolio .service-title .deco-line-under::before {
  width: 0;
  transition: width 1s;
  transition-delay: 0.2s;
}
.service-portfolio .portfolio-wrap {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.service-portfolio .portfolio-wrap .text-box {
  width: 50%;
  box-sizing: border-box;
  padding-left: calc((100vw - 1600px) / 2);
  padding-right: 50px;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list {
  position: relative;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li {
  width: 100%;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li.text-dummy {
  visibility: hidden;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li:not(.text-dummy) {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li:nth-of-type(2) {
  display: block;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
  margin-bottom: 40px;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .tit,
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .text,
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .tit,
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .text {
  line-height: 150%;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
  margin-top: 80px;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .process-list {
  display: flex;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .process-list li {
  width: 33.3333333333%;
  flex-shrink: 0;
}
.service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .process-list li .tit {
  margin-bottom: 7px;
}
.service-portfolio .portfolio-wrap .img-box {
  width: 55vw;
  margin-right: -5vw;
}
.service-portfolio .portfolio-wrap .img-box .img-inner {
  position: relative;
  cursor: pointer;
}
.service-portfolio .portfolio-wrap .img-box .img-inner .img-frame {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 14px 14px rgba(0, 0, 0, 0.5));
}
.service-portfolio .portfolio-wrap .img-box .img-inner .img-list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 97.25%;
  border-radius: 4%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-portfolio .portfolio-wrap .img-box .img-inner .img-list li.img-dummy {
  visibility: hidden;
}
.service-portfolio .portfolio-wrap .img-box .img-inner .img-list li:not(.img-dummy) {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  display: none;
}
.service-portfolio .portfolio-wrap .img-box .img-inner .img-list li:nth-of-type(2) {
  display: block;
}
.service-portfolio .portfolio-wrap .img-box .img-inner .img-list li .bg {
  display: block;
  width: 100%;
  height: auto;
}
.service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li {
  width: 100%;
  height: 100%;
}
.service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
  display: block;
  width: 75%;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}
.service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
}
.service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a img, .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a svg {
  display: block;
  width: 100%;
  height: auto;
}
.service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb .thumb-img {
  display: block;
  width: 100%;
}
.service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(15px) grayscale(0.5);
}

.next-box {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s, opacity 0.5s;
}
.next-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ---------------service-portfolio END--------------- */
/* 

*/
/* ---------------service-process START--------------- */
.schedule-object[data-day="1"] {
  width: 14.2857142857%;
}

.schedule-object[data-day="2"] {
  width: 28.5714285714%;
}

.schedule-object[data-day="3"] {
  width: 42.8571428571%;
}

.schedule-object[data-day="4"] {
  width: 57.1428571429%;
}

.schedule-object[data-day="5"] {
  width: 71.4285714286%;
}

.schedule-object[data-day="6"] {
  width: 85.7142857143%;
}

.schedule-object[data-start="1"] {
  left: 0%;
}

.schedule-object[data-start="2"] {
  left: 14.2857142857%;
}

.schedule-object[data-start="3"] {
  left: 28.5714285714%;
}

.schedule-object[data-start="4"] {
  left: 42.8571428571%;
}

.schedule-object[data-start="5"] {
  left: 57.1428571429%;
}

.schedule-object[data-start="6"] {
  left: 71.4285714286%;
}

.schedule-object[data-start="7"] {
  left: unset;
  right: 0;
}

.service-process .process-wrap .service-title {
  line-height: 150%;
  text-align: center;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-process .process-wrap .service-title.active {
  opacity: 1;
  transform: translateY(0);
}
.service-process .process-wrap .schedule-list {
  overflow: hidden;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 5px;
  padding: 50px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-process .process-wrap .schedule-list.active {
  opacity: 1;
  transform: translateY(0);
}
.service-process .process-wrap .schedule-list .schedule-week {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #FFF;
}
.service-process .process-wrap .schedule-list .schedule-week:nth-of-type(odd) {
  background-color: #f1f1f1;
}
.service-process .process-wrap .schedule-list .schedule-week:not(:nth-of-type(1)) .schedule-day {
  border-top: none;
}
.service-process .process-wrap .schedule-list .schedule-week.active .schedule-object {
  background-color: #dadada !important;
}
.service-process .process-wrap .schedule-list .schedule-week.active .schedule-object .text {
  color: #FFF;
}
.service-process .process-wrap .schedule-list .schedule-week.active .schedule-object::before {
  width: 100%;
}
.service-process .process-wrap .schedule-list .schedule-week .schedule-day {
  width: 14.2857142857%;
  height: 60px;
  box-sizing: border-box;
}
.service-process .process-wrap .schedule-list .schedule-week .schedule-object {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #dadada;
  text-align: center;
  transition: background-color 0.5s;
  white-space: nowrap;
}
.service-process .process-wrap .schedule-list .schedule-week .schedule-object.active {
  background-color: #cacaca;
}
.service-process .process-wrap .schedule-list .schedule-week .schedule-object .text {
  position: relative;
  font-size: inherit;
  transition: color 0.5s;
}
.service-process .process-wrap .schedule-list .schedule-week .schedule-object::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  transition: width 0.5s;
  border-radius: 30px;
  background-color: #000;
}
.service-process .process-wrap .text-list {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 5px;
  padding: 50px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.2s;
}
.service-process .process-wrap .text-list.active {
  opacity: 1;
  transform: translateY(0);
}
.service-process .process-wrap .text-list li {
  flex-shrink: 0;
  box-sizing: border-box;
  width: calc(16.6666666667% - 16.6666666667px);
}
.service-process .process-wrap .text-list li:not(:nth-of-type(1)) {
  margin-left: 20px;
}
.service-process .process-wrap .text-list li .btn-schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-align: left;
  opacity: 0.3;
  transition: opacity 0.5s;
}
.service-process .process-wrap .text-list li .btn-schedule.active {
  opacity: 1 !important;
}
.service-process .process-wrap .text-list li .btn-schedule .btn-inner {
  width: 100%;
}
.service-process .process-wrap .text-list li .btn-schedule .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
  line-height: 130%;
  margin-top: 20px;
}
.service-process .process-wrap .text-list li .btn-schedule .schedule-date {
  margin-top: 25px;
}

/* ---------------service-process END--------------- */
/* 

*/
/* ---------------service-provide START--------------- */
.service-provide .title-box {
  width: 95%;
  max-width: calc(100% - (100% - 1600px) / 2);
  margin-left: calc((100% - 1600px) / 2);
  border-radius: 60px 0 0 60px;
  background-color: #FFF;
  overflow: hidden;
}
.service-provide .title-box .title-inner {
  position: relative;
  box-sizing: border-box;
  padding-left: 100px;
}
.service-provide .title-box .title-inner .text-box {
  width: 50%;
}
.service-provide .title-box .title-inner .text-box .service-title {
  line-height: 150%;
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.2s;
}
.service-provide .title-box .title-inner .text-box .provide-desc {
  line-height: 150%;
  margin-top: 30px;
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.4s;
}
.service-provide .title-box .title-inner img {
  position: absolute;
  right: calc((100vw - 1600px) / 2);
  top: 8%;
  display: block;
  width: 30%;
  height: auto;
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-provide .title-box.active .title-inner .text-box .service-title {
  opacity: 1;
  transform: translateX(0);
}
.service-provide .title-box.active .title-inner .text-box .provide-desc {
  opacity: 1;
  transform: translateX(0);
}
.service-provide .title-box.active .title-inner img {
  opacity: 1;
  transform: translateY(0);
}
.service-provide .text-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-provide .text-list li {
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
  padding: 0 100px;
  opacity: 0;
  transition: opacity 1.5s;
}
.service-provide .text-list li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.service-provide .text-list li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.service-provide .text-list li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.service-provide .text-list li:nth-of-type(3), .service-provide .text-list li:nth-of-type(4) {
  margin-top: 100px;
}
.service-provide .text-list li .provide-tit {
  display: flex;
  align-items: center;
}
.service-provide .text-list li .provide-tit .icon {
  display: block;
  height: 1.5em;
  margin-right: 0.25em;
}
.service-provide .text-list li .provide-tit .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
.service-provide .text-list li .provide-text {
  line-height: 150%;
  margin-top: 30px;
}
.service-provide .text-list.active li {
  opacity: 1;
}

/* ---------------service-provide END--------------- */
/* 

*/
/* ---------------service-product START--------------- */
.service-product .product-wrap .service-title {
  line-height: 150%;
  text-align: center;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-product .product-wrap .service-title.active {
  opacity: 1;
  transform: translateY(0);
}
.service-product .product-wrap .product-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.service-product .product-wrap .product-list .list-item {
  width: calc(25% - 22.5px);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-product .product-wrap .product-list .list-item:not(:nth-of-type(4n+1)) {
  margin-left: 30px;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(6) {
  transition-delay: 1s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(7) {
  transition-delay: 1.2s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(8) {
  transition-delay: 1.4s;
}
.service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
  margin-top: 30px;
}
.service-product .product-wrap .product-list .list-item .inner {
  height: 100%;
}
.service-product .product-wrap .product-list .list-item .inner .bg-box {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.service-product .product-wrap .product-list .list-item .inner .bg-box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.7s;
  transition-timing-function: linear;
}
.service-product .product-wrap .product-list .list-item .inner .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: calc(100% - 250px);
  box-sizing: border-box;
  padding: 30px;
  background-color: #FFF;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category {
  display: block;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .price {
  display: flex;
  align-items: flex-end;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .price .won {
  margin-left: 3px;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
  margin: 30px 0;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list li {
  line-height: 150%;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list li:not(:nth-of-type(1)) {
  margin-top: 3px;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
  margin-top: 15px;
}
.service-product .product-wrap .product-list .list-item .inner .text-box .btn-view {
  align-self: center;
}
.service-product .product-wrap .product-list.active .list-item {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------service-product END--------------- */
/* 

*/
/* ---------------service-etc START--------------- */
.service-etc .etc-wrap .service-title {
  line-height: 150%;
  text-align: center;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-etc .etc-wrap .service-title.active {
  opacity: 1;
  transform: translateY(0);
}
.service-etc .etc-list {
  display: flex;
  justify-content: center;
}
.service-etc .etc-list li {
  width: 41vw;
  height: 41vw;
  max-width: 650px;
  max-height: 650px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.5s, transform 1.5s;
}
.service-etc .etc-list li:nth-of-type(2) {
  margin-left: 30px;
  transition-delay: 0.2s;
}
.service-etc .etc-list li .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-etc .etc-list li .inner::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.service-etc .etc-list li .inner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s;
  transition-timing-function: linear;
  filter: grayscale(1);
}
.service-etc .etc-list li .inner .text-box {
  z-index: 2;
  position: relative;
  width: 90%;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
.service-etc .etc-list li .inner .text-box .service-title {
  line-height: 150%;
}
.service-etc .etc-list li .inner .text-box .etc-desc {
  line-height: 150%;
  margin-top: 20px;
}
.service-etc .etc-list.active li {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------service-etc END--------------- */
/* 

*/
/* ---------------media query START--------------- */
@media screen and (min-width: 850.1px) {
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .text-list li .btn-schedule:hover {
    opacity: 0.75;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item:hover .bg-box .bg {
    transform: scale(1.05);
  }
  .service-product .product-wrap .product-list .list-item:hover .btn-bubble {
    color: #FFF;
  }
  .service-product .product-wrap .product-list .list-item:hover .btn-bubble .btn-bubble-item {
    transform: translateZ(0) scale(1.4);
  }
  @supports (filter: url("#bubble-start")) {
    .service-product .product-wrap .product-list .list-item:hover .btn-bubble .btn-bubble-item {
      transform: translateZ(0) scale(1.2);
    }
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li .inner:hover img {
    transform: scale(1.05);
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (max-width: 1760px) {
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    padding-left: 5vw;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    max-width: 95vw;
    margin-left: 5vw;
  }
  .service-provide .title-box .title-inner img {
    right: 5vw;
  }
  /* ---------------service-provide END--------------- */
}
@media screen and (max-width: 1600px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 93px;
  }
  .fsz80 {
    font-size: 5vw;
  }
  .fsz50 {
    font-size: 47px;
  }
  .fsz30 {
    font-size: 27px;
  }
  .fsz25 {
    font-size: 23px;
  }
  .fsz20 {
    font-size: 19px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 37px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 28px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 14px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 14px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 28px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    padding-right: 40px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 37px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 70px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    border-radius: 23px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 85px;
  }
  .next-box {
    width: 85px;
    height: 85px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 47px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 57px;
  }
  .service-process .process-wrap .text-list {
    padding: 47px;
    margin-top: 37px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(16.6666666667% - 14.1666666667px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(1)) {
    margin-left: 17px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 19px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 23px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 57px 0 0 57px;
  }
  .service-provide .title-box .title-inner {
    padding-left: 90px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 28px;
  }
  .service-provide .text-list li {
    padding: 0 90px;
  }
  .service-provide .text-list li:nth-of-type(3), .service-provide .text-list li:nth-of-type(4) {
    margin-top: 90px;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 27px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item {
    width: calc(25% - 20.25px);
  }
  .service-product .product-wrap .product-list .list-item:not(:nth-of-type(4n+1)) {
    margin-left: 27px;
  }
  .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 27px;
  }
  .service-product .product-wrap .product-list .list-item .inner .bg-box {
    height: 240px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    height: calc(100% - 240px);
    padding: 27px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 27px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 14px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li:nth-of-type(2) {
    margin-left: 25px;
  }
  .service-etc .etc-list li .inner .text-box .etc-desc {
    margin-top: 18px;
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 85px;
  }
  .fsz50 {
    font-size: 43px;
  }
  .fsz30 {
    font-size: 25px;
  }
  .fsz25 {
    font-size: 21px;
  }
  .fsz20 {
    font-size: 18px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 35px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 26px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 13px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 13px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 26px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    padding-right: 30px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 35px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 60px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    border-radius: 21px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 80px;
  }
  .next-box {
    width: 80px;
    height: 80px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 43px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 53px;
  }
  .service-process .process-wrap .text-list {
    padding: 43px;
    margin-top: 33px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(16.6666666667% - 12.5px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(1)) {
    margin-left: 15px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 18px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 21px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 55px 0 0 55px;
  }
  .service-provide .title-box .title-inner {
    padding-left: 80px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 26px;
  }
  .service-provide .text-list li {
    padding: 0 80px;
  }
  .service-provide .text-list li:nth-of-type(3), .service-provide .text-list li:nth-of-type(4) {
    margin-top: 80px;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 25px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item {
    width: calc(25% - 18.75px);
  }
  .service-product .product-wrap .product-list .list-item:not(:nth-of-type(4n+1)) {
    margin-left: 25px;
  }
  .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 25px;
  }
  .service-product .product-wrap .product-list .list-item .inner .bg-box {
    height: 230px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    height: calc(100% - 230px);
    padding: 25px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 25px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 13px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li:nth-of-type(2) {
    margin-left: 20px;
  }
  .service-etc .etc-list li .inner .text-box .etc-desc {
    margin-top: 16px;
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 75px;
  }
  .fsz80 {
    font-size: 6vw;
  }
  .fsz50 {
    font-size: 40px;
  }
  .fsz30 {
    font-size: 23px;
  }
  .fsz25 {
    font-size: 19px;
  }
  .fsz20 {
    font-size: 17px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 33px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 24px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 12px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 12px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 24px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
  }
  .service-portfolio .portfolio-wrap .text-box {
    padding-right: unset;
    padding-left: unset;
    width: 100%;
    margin-top: 50px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 33px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 50px;
  }
  .service-portfolio .portfolio-wrap .img-box {
    width: 100%;
    margin-right: unset;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    width: 85%;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 75px;
  }
  .next-box {
    width: 75px;
    height: 75px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 40px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 50px;
  }
  .service-process .process-wrap .text-list {
    padding: 40px;
    margin-top: 30px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(16.6666666667% - 10.8333333333px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(1)) {
    margin-left: 13px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 16px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 19px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 53px 0 0 53px;
  }
  .service-provide .title-box .title-inner {
    padding-left: 70px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 24px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc br:not(:nth-of-type(1)) {
    display: none;
  }
  .service-provide .title-box .title-inner img {
    top: 13%;
  }
  .service-provide .text-list li {
    padding: 0 70px;
  }
  .service-provide .text-list li:nth-of-type(3), .service-provide .text-list li:nth-of-type(4) {
    margin-top: 70px;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 23px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list {
    flex-wrap: wrap;
  }
  .service-product .product-wrap .product-list .list-item {
    width: calc(50% - 10px);
    max-width: 340px;
    border-radius: 13px;
  }
  .service-product .product-wrap .product-list .list-item:not(:nth-of-type(4n+1)) {
    margin-left: unset;
  }
  .service-product .product-wrap .product-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 20px;
  }
  .service-product .product-wrap .product-list .list-item:nth-of-type(3), .service-product .product-wrap .product-list .list-item:nth-of-type(4), .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 20px;
  }
  .service-product .product-wrap .product-list .list-item .inner .bg-box {
    height: 210px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    height: calc(100% - 210px);
    padding: 20px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 23px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .price .won {
    padding-bottom: 3px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 12px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li:nth-of-type(2) {
    margin-left: 17px;
  }
  .service-etc .etc-list li .inner .text-box .etc-desc {
    margin-top: 14px;
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (min-width: 991.1px) {
  /* ---------------service-visual START--------------- */
  .service-visual .bg.bg-m, .service-visual .bg.bg-s {
    display: none;
  }
  /* ---------------service-visual END--------------- */
}
@media screen and (min-width: 600.1px) and (max-width: 991px) {
  /* ---------------service-visual START--------------- */
  .service-visual .bg.bg-l, .service-visual .bg.bg-s {
    display: none;
  }
  /* ---------------service-visual END--------------- */
}
@media screen and (max-width: 991px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 65px;
  }
  .fsz50 {
    font-size: 35px;
  }
  .fsz30 {
    font-size: 21px;
  }
  .fsz25 {
    font-size: 18px;
  }
  .fsz20 {
    font-size: 16px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 30px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 22px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 11px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 11px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 22px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    margin-top: 45px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 30px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 45px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .process-list li .tit {
    margin-bottom: 6px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    border-radius: 19px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 70px;
  }
  .next-box {
    width: 70px;
    height: 70px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 37px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 47px;
  }
  .service-process .process-wrap .text-list {
    padding: 37px;
    margin-top: 27px;
    flex-wrap: wrap;
  }
  .service-process .process-wrap .text-list li {
    width: calc(33.3333333333% - 10px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(1)) {
    margin-left: unset;
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(3n+1)) {
    margin-left: 15px;
  }
  .service-process .process-wrap .text-list li:nth-of-type(4), .service-process .process-wrap .text-list li:nth-of-type(5), .service-process .process-wrap .text-list li:nth-of-type(6) {
    margin-top: 30px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 15px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 18px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 50px 0 0 50px;
  }
  .service-provide .title-box .title-inner {
    padding-left: 60px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 22px;
  }
  .service-provide .title-box .title-inner img {
    top: 20%;
  }
  .service-provide .text-list li {
    padding: 0 60px;
  }
  .service-provide .text-list li:nth-of-type(3), .service-provide .text-list li:nth-of-type(4) {
    margin-top: 60px;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 20px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item {
    max-width: 320px;
  }
  .service-product .product-wrap .product-list .list-item .inner .bg-box {
    height: 200px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    height: calc(100% - 200px);
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 20px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 11px;
  }
  /* ---------------service-product END--------------- */
}
@media screen and (max-width: 850px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 60px;
  }
  .fsz50 {
    font-size: 33px;
  }
  .fsz30 {
    font-size: 20px;
  }
  .fsz25 {
    font-size: 17px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 27px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 20px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 10px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 10px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 20px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    margin-top: 40px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 27px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 40px;
  }
  .next-box {
    width: auto;
    height: auto;
    position: absolute;
    left: 50% !important;
    top: unset !important;
    bottom: 5%;
    transform: translate(-50%, 0) scale(1) !important;
    border-radius: unset;
    background-color: transparent;
    box-shadow: unset;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    animation: blink 1s ease-in-out infinite alternate;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 33px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 43px;
  }
  .service-process .process-wrap .text-list {
    padding: 33px;
    margin-top: 25px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(33.3333333333% - 9.3333333333px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(3n+1)) {
    margin-left: 14px;
  }
  .service-process .process-wrap .text-list li:nth-of-type(4), .service-process .process-wrap .text-list li:nth-of-type(5), .service-process .process-wrap .text-list li:nth-of-type(6) {
    margin-top: 28px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 14px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 17px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 47px 0 0 47px;
  }
  .service-provide .title-box .title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: unset;
  }
  .service-provide .title-box .title-inner .text-box {
    width: 90%;
    margin-bottom: 50px;
    text-align: center;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 20px;
  }
  .service-provide .title-box .title-inner img {
    position: unset;
    top: unset;
    right: unset;
    margin-bottom: -20em;
  }
  .service-provide .text-list li {
    padding: 0 5vw;
  }
  .service-provide .text-list li:nth-of-type(3), .service-provide .text-list li:nth-of-type(4) {
    margin-top: 5vw;
  }
  .service-provide .text-list li .provide-tit {
    white-space: nowrap;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 17px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item {
    max-width: 300px;
    width: calc(50% - 8.5px);
    border-radius: 10px;
  }
  .service-product .product-wrap .product-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: 17px;
  }
  .service-product .product-wrap .product-list .list-item:nth-of-type(3), .service-product .product-wrap .product-list .list-item:nth-of-type(4), .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 17px;
  }
  .service-product .product-wrap .product-list .list-item .inner .bg-box {
    height: 190px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    padding: 17px;
    height: calc(100% - 190px);
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 17px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 10px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li:nth-of-type(2) {
    margin-left: 2vw;
  }
  .service-etc .etc-list li .inner .text-box .etc-desc {
    margin-top: 12px;
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 50px;
  }
  .fsz80 {
    font-size: 7vw;
  }
  .fsz50 {
    font-size: 30px;
  }
  .fsz30 {
    font-size: 18px;
  }
  .fsz25 {
    font-size: 16px;
  }
  .fsz20 {
    font-size: 15px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .bg.bg-l, .service-visual .bg.bg-m {
    display: none;
  }
  .service-visual .text-box .service-visual-title {
    margin-top: 23px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 18px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 9px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 9px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 18px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    margin-top: 35px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 25px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 35px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    border-radius: 17px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 65px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 25px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 40px;
  }
  .service-process .process-wrap .text-list {
    padding: 25px;
    margin-top: 23px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(33.3333333333% - 8.6666666667px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(3n+1)) {
    margin-left: 13px;
  }
  .service-process .process-wrap .text-list li:nth-of-type(4), .service-process .process-wrap .text-list li:nth-of-type(5), .service-process .process-wrap .text-list li:nth-of-type(6) {
    margin-top: 26px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 13px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 16px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 45px 0 0 45px;
  }
  .service-provide .title-box .title-inner .text-box {
    margin-bottom: 45px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 18px;
  }
  .service-provide .title-box .title-inner img {
    margin-bottom: -15em;
  }
  .service-provide .text-list li {
    padding: 0 2.5vw;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 15px;
  }
  .service-provide .text-list li .provide-text br {
    display: none;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item {
    width: 100%;
    max-width: 100%;
  }
  .service-product .product-wrap .product-list .list-item:not(:nth-of-type(2n+1)) {
    margin-left: unset;
  }
  .service-product .product-wrap .product-list .list-item:nth-of-type(2), .service-product .product-wrap .product-list .list-item:nth-of-type(3), .service-product .product-wrap .product-list .list-item:nth-of-type(4), .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 30px;
  }
  .service-product .product-wrap .product-list .list-item .inner .bg-box {
    height: 50vw;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    height: auto;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 15px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list li:not(:nth-of-type(1)) {
    margin-top: 2px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list {
    flex-direction: column;
    align-items: center;
  }
  .service-etc .etc-list li {
    width: 87vw;
    height: 87vw;
  }
  .service-etc .etc-list li:nth-of-type(2) {
    margin-left: unset;
    margin-top: 20px;
  }
  .service-etc .etc-list li .text-box br {
    display: none;
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 40px;
  }
  .fsz80 {
    font-size: 7.5vw;
  }
  .fsz50 {
    font-size: 6.4vw;
  }
  .fsz30 {
    font-size: 16px;
  }
  .fsz25 {
    font-size: 3.6vw;
  }
  .fsz20 {
    font-size: 14px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 20px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 16px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 8px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 8px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 16px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    margin-top: 30px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 20px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 30px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .process-list li .tit {
    margin-bottom: 5px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    border-radius: 15px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 60px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 20px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 37px;
  }
  .service-process .process-wrap .text-list {
    padding: 20px;
    margin-top: 20px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(50% - 6px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(3n+1)) {
    margin-left: unset;
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(2n+1)) {
    margin-left: 12px;
  }
  .service-process .process-wrap .text-list li:nth-of-type(3), .service-process .process-wrap .text-list li:nth-of-type(4), .service-process .process-wrap .text-list li:nth-of-type(5), .service-process .process-wrap .text-list li:nth-of-type(6) {
    margin-top: 24px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 12px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 14px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 43px 0 0 43px;
  }
  .service-provide .title-box .title-inner .text-box {
    margin-bottom: 40px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 16px;
  }
  .service-provide .title-box .title-inner img {
    margin-bottom: -10em;
  }
  .service-provide .text-list li {
    padding: 2.5vw;
    width: 100%;
  }
  .service-provide .text-list li:nth-of-type(2) {
    margin-top: 5vw;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 10px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item:nth-of-type(2), .service-product .product-wrap .product-list .list-item:nth-of-type(3), .service-product .product-wrap .product-list .list-item:nth-of-type(4), .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 27px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    padding: 15px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 13px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list li:not(:nth-of-type(1)) {
    margin-top: 1px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 9px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .price .won {
    padding-bottom: 1px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li:nth-of-type(2) {
    margin-top: 15px;
  }
  .service-etc .etc-list li .inner .text-box .etc-desc {
    margin-top: 10px;
  }
  /* ---------------service-etc END--------------- */
}
@media screen and (max-width: 350px) {
  /* ---------------공통 START--------------- */
  .fsz100 {
    font-size: 30px;
  }
  .fsz30 {
    font-size: 15px;
  }
  .fsz25 {
    font-size: 3.8vw;
  }
  .fsz20 {
    font-size: 13px;
  }
  /* ---------------공통 END--------------- */
  /* 

  */
  /* ---------------service-visual START--------------- */
  .service-visual .text-box .service-visual-title {
    margin-top: 17px;
  }
  .service-visual .text-box .service-visual-desc {
    margin-top: 14px;
  }
  /* ---------------service-visual END--------------- */
  /* 

  */
  /* ---------------service-point START--------------- */
  .service-point .point-list li .text-q + .point-tit {
    margin-top: 7px;
  }
  .service-point .point-list li .point-tit + .text-q {
    margin-top: 7px;
  }
  .service-point .point-list li .point-desc {
    margin-top: 14px;
  }
  /* ---------------service-point END--------------- */
  /* 

  */
  /* ---------------service-portfolio START--------------- */
  .service-portfolio .portfolio-wrap .text-box {
    margin-top: 27px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-explain .portfolio-tit,
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process .portfolio-tit {
    margin-bottom: 15px;
  }
  .service-portfolio .portfolio-wrap .text-box .text-inner .text-list > li .portfolio-process {
    margin-top: 27px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb {
    border-radius: 13px;
  }
  .service-portfolio.portfolio-video .portfolio-wrap .img-box .img-inner .img-list li .thumb a {
    width: 55px;
  }
  /* ---------------service-portfolio END--------------- */
  /* 

  */
  /* ---------------service-process START--------------- */
  .service-process .process-wrap .schedule-list {
    padding: 17px;
  }
  .service-process .process-wrap .schedule-list .schedule-week .schedule-day {
    height: 33px;
  }
  .service-process .process-wrap .text-list {
    padding: 17px;
    margin-top: 15px;
  }
  .service-process .process-wrap .text-list li {
    width: calc(50% - 5px);
  }
  .service-process .process-wrap .text-list li:not(:nth-of-type(2n+1)) {
    margin-left: 10px;
  }
  .service-process .process-wrap .text-list li:nth-of-type(3), .service-process .process-wrap .text-list li:nth-of-type(4), .service-process .process-wrap .text-list li:nth-of-type(5), .service-process .process-wrap .text-list li:nth-of-type(6) {
    margin-top: 20px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-tit {
    margin-top: 11px;
  }
  .service-process .process-wrap .text-list li .btn-schedule .schedule-date {
    margin-top: 13px;
  }
  /* ---------------service-process END--------------- */
  /* 

  */
  /* ---------------service-provide START--------------- */
  .service-provide .title-box {
    border-radius: 40px 0 0 40px;
  }
  .service-provide .title-box .title-inner .text-box {
    margin-bottom: 30px;
  }
  .service-provide .title-box .title-inner .text-box .provide-desc {
    margin-top: 14px;
  }
  .service-provide .title-box .title-inner img {
    margin-bottom: -8.5em;
  }
  .service-provide .text-list li .provide-text {
    margin-top: 5px;
  }
  /* ---------------service-provide END--------------- */
  /* 

  */
  /* ---------------service-product START--------------- */
  .service-product .product-wrap .product-list .list-item:nth-of-type(2), .service-product .product-wrap .product-list .list-item:nth-of-type(3), .service-product .product-wrap .product-list .list-item:nth-of-type(4), .service-product .product-wrap .product-list .list-item:nth-of-type(5), .service-product .product-wrap .product-list .list-item:nth-of-type(6), .service-product .product-wrap .product-list .list-item:nth-of-type(7), .service-product .product-wrap .product-list .list-item:nth-of-type(8) {
    margin-top: 25px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box {
    padding: 13px;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .text-list {
    margin: 13px 0;
  }
  .service-product .product-wrap .product-list .list-item .inner .text-box .text-inner .category + .price {
    margin-top: 8px;
  }
  /* ---------------service-product END--------------- */
  /* 

  */
  /* ---------------service-etc START--------------- */
  .service-etc .etc-list li:nth-of-type(2) {
    margin-top: 13px;
  }
  .service-etc .etc-list li .inner .text-box .etc-desc {
    margin-top: 7px;
  }
  /* ---------------service-etc END--------------- */
}
/* ---------------media query END--------------- */