div.content-wrap {
  width: 100%;
  height: auto;
  /* margin-top: 130px; */
}

/* div.content-wrap div.content__section-sld */ 
div.content-wrap div.content__section-sld {
  width: 100%;
  height: 960px;
  background-image: url('../img/main_sld_bg.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -100px;
  position: relative;
}
div.content-wrap div.content__section-sld::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit; /* Use the same background image */
  background-size: inherit;
  background-repeat: inherit;
  filter: blur(20px); /* Optional: Apply blur */
  opacity: 0.2; /* Set the background opacity */
  z-index: 2; /* Ensure the background is behind content */
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap span.sld__top-img {
  position: absolute;
  top: 167px;
  left: 50%;
  width: 80%;
  max-width: 1580px;
  height: auto;
  transform: translateX(-50%);
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap span.sld__top-img img {
  width: 100%;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content {
  position: absolute;
  top: 292px;
  left: 0;
  width: 100%;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap span.title {
  display: inline-block;
  font-family: 'Gmarket Sans';
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  color: #505050;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap h2 {
  font-family: 'Gmarket Sans';
  font-size: 95px;
  font-weight: 400;
  color: #ED1B23;
  line-height: 95px;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images {
  width: 100%;
  margin-top: 36px;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.image {
  width: 925px;
  height: 384px;
  border-radius: 500px;
  overflow: hidden;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.image div.image-list {
  width: 100%;
  height: 100%;
  display: flex;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.image p {
  width: 100%;
  height: 100%;
  float: left;
  flex: 0 0 100%;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.image p img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: auto;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.percent {
  width: 200px;
  height: 5px;
  background: #D4D4D8;
  border-radius: 8000px;
  position: relative;
  overflow: hidden;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.percent span.line {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #ED1B23;
}
div.content-wrap div.content__section-sld div.content__section-sld-wrap span.sld__bottom-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1580px;
  width: 80%;
  height: auto;
}
/* div.content-wrap div.content__section-sld */ 

/* div.content-wrap div.content__section-info */ 
div.content-wrap div.content__section-info {
  width: 100%;
  height: auto;
  background: #FFF;
}
div.content-wrap div.content__section-info div.content__section-info-wrap {
  width: 90%;
  max-width: 1780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 120px 0;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section:nth-child(2) {
  justify-content: flex-end;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section:nth-child(1) div.info-msg {
  position: absolute;
  top: 48px;
  right: 5%;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section:nth-child(2) div.info-msg {
  position: absolute;
  top: 104px;
  left: 8%;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.section-image {
  width: 940px;
  height: 506px;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.section-image img {
  width: 100%;
  object-fit: cover;
  image-rendering: auto;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.top h2 {
  font-family: 'Gmarket Sans';
  font-size: 48px;
  font-weight: 400;
  color: #ED1B23;
  line-height: 62px;
  margin-bottom: 16px;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.top span {
  font-family: 'Gmarket Sans';
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #111111;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail {
  width: 700px;
  margin-top: 32px;
  border-top: 2px solid #ED1B23;
  padding: 24px 0 0 84px;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail.eng {
  padding-left: 0;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail div.detail-index {
  width: 244px;
  height: 222px;
  padding: 0 13px;
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail.eng div.detail-index {
  width: 50%;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail div.detail-index:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 160px;
  background: #D9D9D9;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail div.detail-index span.title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #ED1B23;
}
div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg div.detail div.detail-index span.txt {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 26px;
  text-align: center;
  margin-top: 8px;
}
/* div.content-wrap div.content__section-info */ 

/* div.content-wrap div.content__section-menu */ 
div.content-wrap div.content__section-menu {
  width: 100%;
  height: 928px;
  background-image: url('../img/main_menu_bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap img.section-img {
  position: absolute;
  top: 0;
  right: 0;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap h2 {
  font-family: 'Gmarket Sans';
  font-size: 48px;
  font-weight: 400;
  color: #ED1B23;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap span.msg {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  color: #505050;
  line-height: 30px;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products {
  width: 100%;
  margin-top: 40px;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list-sld-wrap {
  overflow: hidden;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
  justify-content: flex-start;
  transition: transform 0.3s ease;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list.index1 {
  display: flex;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list p.img {
  width: 408px;
  height: auto;
  cursor: pointer;
  flex: 0 0 31.33%;
  margin: 0 1%;
  border-radius: 24px;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list p.img a {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list p.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  position: absolute;
  top: 0;
  left: 0;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.list p.img span {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #111;
  margin-top: 28px;
  text-align: center;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap i.arrow {
  position: absolute;
  top: calc(50% - 56px);
  transform: translateY(-50%);
  left: -110px;
  cursor: pointer;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap i.arrow.i-btn_right02 {
  left: initial;
  right: -110px;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.bar {
  width: 100%;
  height: 4px;
  background: #EEEEEE;
  margin-top: 60px;
  position: relative;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap div.bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background: #ED1B23;
  transition: width 0.3s ease;
}



div.content-wrap div.content__section-menu div.content__section-menu-wrap div.menu-sld {
  width: 100%;
  margin-top: 40px;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.menu-sld div.menu-sld-wrap {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.menu-sld div.menu-sld-wrap div.menus {
  width: 100%;
  display: flex;
  gap: 28px;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.menu-sld div.menu-sld-wrap div.menus div.menu {
  width: 408px;
  height: auto;
  flex: 0 0 31.33%;
  margin: 0 1%;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.menu-sld div.menu-sld-wrap div.menus div.menu p.img {
  width: 100%;
  height: 408px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}
div.content-wrap div.content__section-menu div.content__section-menu-wrap div.menu-sld div.menu-sld-wrap div.menus div.menu span {
  display: inline-block;
  width: 100%;
  margin-top: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #111111;
}
/* div.content-wrap div.content__section-menu */ 

/* div.content-wrap div.content__section-aboutus */
div.content-wrap div.content__section-aboutus {
  width: 100%;
  height: auto;
  background-image: url('../img/main/about-left-bg.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap {
  width: 90%;
  max-width: 1780px;
  height: auto;
  padding: 120px 0 100px 0;
  margin: 0 auto;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap p.top-img {
  width: 100%;
  margin-bottom: 104px;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap p.top-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: auto;
  cursor: pointer;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content {
  width: 100%;
  margin-top: 105px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left h2 {
  font-family: 'Gmarket Sans';
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  color: #ED1B23;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news {
  width: 620px;
  margin-top: 32px;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul {
  width: 100%;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D4D4D8;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li p.img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li p.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li div {
  width: calc(100% - 176px);
  margin-left: 16px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li div span.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 두 줄로 제한 */
  overflow: hidden;
  text-overflow: ellipsis;
}
div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li div span.date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
}
/* div.content-wrap div.content__section-aboutus */

div.main-guide {
  width: 83px;
  height: auto;
  background: #333333;
  position: fixed;
  top: 165px;
  right: 35px;
  padding: 0 15px;
}
div.main-guide div.guide {
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}
div.main-guide div.guide:last-child {
  border-bottom: 0;
}
div.main-guide div.guide span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 15.6px;
  text-align: center;
  margin-top: 6px;
}
div.main-guide div.guide img {
  max-width: 100%;
}

div.content-wrap div.content__section-pre__mo,
div.content-wrap div.content__section-news__mo,
div.content-wrap div.content__section-introduce__mo {
  display: none;
}

/* 모바일 */
@media screen and (max-width: 1200px) {
  div.main-guide {
    display: none;
  }

  /* div.content-wrap div.content__section-sld */ 
  div.content-wrap div.content__section-sld {
    height: 600px;
    background-image: url('../img/main_sld_bg_mo.svg');
    background-size: cover;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap span.sld__top-img {
    top: 156px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content {
    top: 200px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap span.title {
    font-size: 28px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap h2 {
    font-size: 56px;
    line-height: 56px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.image {
    width: 50%;
    height: auto;
  }
  /* div.content-wrap div.content__section-sld */ 

  /* div.content-wrap div.content__section-info div.content__section-info-wrap */ 
  div.content-wrap div.content__section-info div.content__section-info-wrap {
    width: 100%;
    min-width: initial;
    padding: 48px 16px 48px 16px;
    gap: 16px;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section {
    flex-direction: column;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.section-image {
    width: 100%;
    height: auto;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-top {
    margin-bottom: 24px;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-top div.top h2 {
    font-family: 'Gmarket Sans';
    font-size: 24px;
    font-weight: 400;
    color: #ED1B23;
    line-height: 34px;
    margin-bottom: 8px;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-top div.top span {
    font-family: 'Gmarket Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-bottom div.detail {
    width: 100%;
    margin-top: 32px;
    padding: 0 0 0 0;
    display: flex;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-bottom div.detail div.detail-index {
    width: 46%;
    margin: 0 2%;
    height: auto;
    padding: 15px 0;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #ED1B23;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-bottom div.detail div.detail-index span.title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #ED1B23;
  }
  div.content-wrap div.content__section-info div.content__section-info-wrap div.section div.info-msg-bottom div.detail div.detail-index span.txt {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    line-height: 20px;
    text-align: center;
  }
  /* div.content-wrap div.content__section-info div.content__section-info-wrap */ 

  /* div.content-wrap div.content__section-menu */ 
  div.content-wrap div.content__section-menu {
    height: auto;
  }
  div.content-wrap div.content__section-menu div.content__section-menu-wrap {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  div.content-wrap div.content__section-menu div.content__section-menu-wrap img.section-img {
    width: 92px;
  }
  div.content-wrap div.content__section-menu div.content__section-menu-wrap h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }
  div.content-wrap div.content__section-menu div.content__section-menu-wrap span.msg {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  div.content-wrap div.content__section-menu div.content__section-menu-wrap div.products div.products-wrap {
    width: 100%;
  }
  /* div.content-wrap div.content__section-menu */ 

  /* div.products-mo */ 
  div.products-mo {
    width: 100%;
    padding: 0 16px;
    margin-top: 24px;
  }
  div.products-mo div.btn {
    width: 100%;
    margin-top: 32px;
  }
  div.products-mo div.btn a {
    display: inline-flex;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #D4D4D8;
    font-size: 14px;
    font-weight: 600;
    color: #505050;
    background: #FFF;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  /* div.products-mo */ 

  /* div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap */ 
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap {
    width: 100%;
    padding: 0;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap p.top-img {
    margin-bottom: 0;
  }
  /* div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap */ 

  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    padding: 0 16px;
    gap: 35px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news {
    width: 100%;
    margin-top: 20px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.right {
    text-align: center;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.right img {
    max-width: 100%;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li p.img {
    width: 80px;
    height: 80px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li div {
    padding: 9px 0;
    margin-left: 12px;
    gap: 4px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li div span.title {
    font-size: 14px;
    line-height: 20px;
  }
  div.content-wrap div.content__section-aboutus div.content__section-aboutus-wrap div.about-content div.left div.news ul li div span.date {
    font-size: 12px;
    line-height: 18px;
  }
}



@media screen and (max-width: 768px) {
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap h2 {
    font-size: 34px;
    line-height: 36px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap span.sld__top-img {
    top: 176px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content {
    top: 232px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.image {
    width: 90%;
    max-width: 330px;
    height: auto;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap span.title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap {
    gap: 50px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap div.sld-content div.sld-content-wrap div.sld-images div.sld-images-wrap div.percent {
    width: 120px;
    height: 3px;
  }
  div.content-wrap div.content__section-sld div.content__section-sld-wrap span.sld__bottom-scroll {
    text-align: right;
  }
}