* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.large_content {
  max-width: 180rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head.bn p {
  font-size: 1.8rem;
  font-weight: 400;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.head.white.bn p {
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head h1 {
  font-size: 6.2rem;
  line-height: 1.14516;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.125rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 54.2981%;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  opacity: 0.68;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91.9rem;
  min-height: max-content;
  padding: 20rem 0px 11.2rem;
}
.page_banner .head {
  flex: 1 1 0%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.page_banner .syedittext {
  flex: 1 1 0%;
  max-width: 98rem;
  width: 100%;
  padding-bottom: 1.9rem;
}
.page_banner p {
  margin-top: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .large_content {
    padding: 0px 3rem;
    max-width: 1440px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
  }
  div.head.white .subtitle,
  div.head.white p,
  div.head.white.bn p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .page_banner::before {
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
  }
  .page_banner .flex {
    height: auto;
    padding: 50px 0px;
  }
  .page_banner .syedittext {
    padding: 0px;
    max-width: 444px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_banner .head {
    display: block;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.page_intro {
  padding: 13.2rem 0px 13.8rem;
}
.page_intro .img {
  width: 47.7083%;
  border-radius: 3.3rem;
  --h: 105.5313%;
  box-shadow: rgba(137, 126, 119, 0.55) 1rem 1rem 2rem;
}
.page_intro .img:hover img {
  transform: scale(1.02);
}
.page_intro .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 61.7rem;
  padding-bottom: 0.7%;
}
.page_intro .head ul {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
  margin-top: 1.8rem;
}
.page_intro .head ul li + li {
  margin-top: 1rem;
}
.page_intro .head ul li {
  position: relative;
  padding-left: 2rem;
}
.page_intro .head ul li::before {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: var(--primary);
  left: 0px;
  top: 1.1rem;
  content: "";
}
.page_intro h2 {
  max-width: 49.5rem;
}
.page_intro p {
  max-width: 52.4rem;
  margin-top: 2rem;
}
.page_intro p:first-of-type {
  margin-top: 2.2rem;
}
.page_intro .btn {
  margin-top: 4.8rem;
}
.page_intro .subtitle {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.page_intro h2 {
  letter-spacing: 0.13rem;
  max-width: 49rem;
}
.page_intro .btn {
  margin-top: 5rem;
}
.page_intro .head {
  padding-bottom: 1.4%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .page_intro {
    padding: 50px 0px;
  }
  .page_intro .flex .head {
    padding: 0px;
  }
  .page_intro .img {
    border-radius: 10px;
  }
  .page_intro .head ul {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .page_intro .head ul li + li {
    margin-top: 5px;
  }
  .page_intro .head ul li {
    padding-left: 20px;
  }
  .page_intro .head ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .page_intro p:first-of-type {
    margin-top: 12px;
  }
  .page_intro {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_intro .img,
  .page_intro .imgs_float,
  .page_intro .imgs {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.page_intro {
  padding: 13.2rem 0px 13.8rem;
}
.page_intro .img {
  width: 47.7083%;
  border-radius: 3.3rem;
  --h: 105.5313%;
  box-shadow: rgba(137, 126, 119, 0.55) 1rem 1rem 2rem;
}
.page_intro .img:hover img {
  transform: scale(1.02);
}
.page_intro .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 61.7rem;
  padding-bottom: 0.7%;
}
.page_intro .head ul {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
  margin-top: 1.8rem;
}
.page_intro .head ul li + li {
  margin-top: 1rem;
}
.page_intro .head ul li {
  position: relative;
  padding-left: 2rem;
}
.page_intro .head ul li::before {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: var(--primary);
  left: 0px;
  top: 1.1rem;
  content: "";
}
.page_intro h2 {
  max-width: 49.5rem;
}
.page_intro p {
  max-width: 52.4rem;
  margin-top: 2rem;
}
.page_intro p:first-of-type {
  margin-top: 2.2rem;
}
.page_intro .btn {
  margin-top: 4.8rem;
}
.page_intro .imgs_float {
  width: 42.2222%;
  position: relative;
}
.page_intro .imgs_float ul {
  position: static;
  padding-bottom: 111.513%;
}
.page_intro .imgs_float .img {
  position: absolute;
}
.page_intro .imgs_float .img1 {
  width: 82.6%;
  right: 0px;
  top: 0px;
}
.page_intro .imgs_float .img2 {
  width: 69.74%;
  --h: 69.104%;
  left: 0px;
  bottom: 0px;
}
.page_intro .subtitle {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.page_intro h2 {
  letter-spacing: 0.13rem;
  max-width: 49rem;
}
.page_intro .btn {
  margin-top: 5rem;
}
.page_intro .head {
  padding-bottom: 1.4%;
}
.work_step2 {
  padding: 17.6rem 0px 14.1rem;
}
.work_step2 .head {
  padding-bottom: 3.4%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .page_intro {
    padding: 50px 0px;
  }
  .page_intro .flex .head {
    padding: 0px;
  }
  .page_intro .img {
    border-radius: 10px;
  }
  .page_intro .head ul {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .page_intro .head ul li + li {
    margin-top: 5px;
  }
  .page_intro .head ul li {
    padding-left: 20px;
  }
  .page_intro .head ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .page_intro p:first-of-type {
    margin-top: 12px;
  }
  .page_intro {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_intro .img,
  .page_intro .imgs_float,
  .page_intro .imgs {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white .subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  letter-spacing: 0.02rem;
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  letter-spacing: 0.03rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.word_step3 {
  padding: 10.8rem 0px 10.5rem;
}
.word_step3 .head .subtitle,
.word_step3 .head p {
  color: rgb(255, 255, 255);
}
.word_step3 p {
  max-width: 73.2rem;
  margin: 2.1rem auto 0px;
}
.word_step3 .swiper_box {
  overflow: hidden;
  margin: 4.6rem -2rem 0px;
  padding: 0px 2rem;
}
.word_step3 .word_step3_swiper {
  max-width: 62.6389%;
  margin: 0px auto;
}
.word_step3 .word_step3_swiper .swiper-slide {
  opacity: 1;
}
.word_step3 .word_step3_swiper .swiper-slide-prev {
  opacity: 0.75 !important;
}
.word_step3 .word_step3_swiper .swiper-slide-prev .item {
  transform: scale(0.931531) translateX(-40.5%);
  transform-origin: right center;
}
.word_step3 .word_step3_swiper .swiper-slide-next {
  opacity: 0.75 !important;
}
.word_step3 .word_step3_swiper .swiper-slide-next .item {
  transform: scale(0.931531) translateX(39.1%);
  transform-origin: left center;
}
.word_step3 .word_step3_swiper .swiper-slide-active {
  z-index: 2;
  opacity: 1;
}
.word_step3 .word_step3_swiper .swiper-slide-active .item {
  transform: scale(1);
  transform-origin: center center;
}
.word_step3 .word_step3_swiper .swiper-slide-active .order {
  opacity: 1;
}
.word_step3 .word_step3_swiper .swiper-slide-active .order .ring .lt::after,
.word_step3 .word_step3_swiper .swiper-slide-active .order .ring .rt::after {
  animation: 2.5s linear 0.9s 1 normal forwards running rotateRing;
}
.word_step3 .word_step3_swiper .swiper-slide-active .order .ring .lt::after {
  animation-delay: 3.4s;
}
.word_step3 .item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  transition:
    0.4s,
    opacity 0.3s;
  border-radius: 3.1rem;
}
.word_step3 .item .img {
  padding-bottom: 61.5299%;
}
.word_step3 .item .img::after {
  position: absolute;
  width: 100%;
  height: 25.77%;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
  opacity: 0.58;
  pointer-events: none;
}
.word_step3 .item .order {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  bottom: 7.75%;
  left: 4.99%;
  z-index: 2;
  border-radius: 50%;
  font-size: 1.405rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.21);
  font-weight: 300;
  letter-spacing: 0.02rem;
  opacity: 0;
  transition: 0.3s;
}
.word_step3 .item .order .ring {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.word_step3 .item .order .ring .lt,
.word_step3 .item .order .ring .rt {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
  right: 0px;
}
.word_step3 .item .order .ring .lt::after,
.word_step3 .item .order .ring .rt::after {
  position: absolute;
  width: calc(200% - 4px);
  height: calc(100% - 4px);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
  border-image: initial;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  content: "";
  transform: rotate(-135deg);
}
.word_step3 .item .order .ring .lt {
  left: 0px;
  right: unset;
}
.word_step3 .item .order .ring .lt::after {
  border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
  right: unset;
  left: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head.white .subtitle,
  div.head.white p,
  div.head.white.bn p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .word_step3 {
    padding: 50px 0px;
    overflow: hidden;
  }
  .word_step3 .swiper_box {
    overflow: unset;
    margin: 30px 0px 0px;
    padding: 0px;
  }
  .word_step3 .item {
    border-radius: 10px;
  }
  .word_step3 .item .order {
    width: 40px;
    height: 40px;
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .word_step3 .word_step3_swiper {
    max-width: 100%;
  }
}

@keyframes rotateRing {
  0% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #a5513a;
  --secondary: #000;
  --title: #211d1b;
  --text: #5b524f;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 6.6rem;
  padding: 0px 3.15rem;
  min-width: 19.5rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
}
.syedittext p,
.syedittext .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.head .subtitle {
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.7rem;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.page_intro {
  padding: 13.2rem 0px 13.8rem;
}
.page_intro .img {
  width: 47.7083%;
  border-radius: 3.3rem;
  --h: 105.5313%;
  box-shadow: rgba(137, 126, 119, 0.55) 1rem 1rem 2rem;
}
.page_intro .img:hover img {
  transform: scale(1.02);
}
.page_intro .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 61.7rem;
  padding-bottom: 0.7%;
}
.page_intro .head ul {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text);
  font-weight: 300;
  letter-spacing: 0.01rem;
  margin-top: 1.8rem;
}
.page_intro .head ul li + li {
  margin-top: 1rem;
}
.page_intro .head ul li {
  position: relative;
  padding-left: 2rem;
}
.page_intro .head ul li::before {
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: var(--primary);
  left: 0px;
  top: 1.1rem;
  content: "";
}
.page_intro h2 {
  max-width: 49.5rem;
}
.page_intro p {
  max-width: 52.4rem;
  margin-top: 2rem;
}
.page_intro p:first-of-type {
  margin-top: 2.2rem;
}
.page_intro .btn {
  margin-top: 4.8rem;
}
.page_intro .imgs {
  position: relative;
  width: 62.5694%;
  margin-left: -12.57%;
}
.page_intro .imgs::after {
  display: block;
  content: "";
  padding-bottom: 80.91%;
}
.page_intro .imgs > .syeditorlist {
  position: absolute;
  left: 0px;
  top: 0px;
}
.page_intro .imgs .syeditorlist {
  display: flex;
  gap: 3.4rem;
  width: 100%;
  height: 100%;
}
.page_intro .imgs .syeditorlist div {
  flex: 1 1 55.765%;
}
.page_intro .imgs .syeditorlist div.sm {
  flex: 1 1 40.355%;
}
.page_intro .imgs .syeditorlist .syeditorlist {
  flex-direction: column;
}
.page_intro .imgs .syeditorlist .syeditorlist div {
  flex: 1 1 43.132%;
}
.page_intro .imgs .syeditorlist .syeditorlist div.lar {
  flex: 1 1 52.2%;
}
.page_intro .imgs .img {
  border-radius: 2.5rem;
  box-shadow: unset;
  width: 100%;
}
.page_intro .subtitle {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.page_intro h2 {
  letter-spacing: 0.13rem;
  max-width: 49rem;
}
.page_intro .btn {
  margin-top: 5rem;
}
.page_intro .head {
  padding-bottom: 1.4%;
}
.word_step4 {
  padding: 12.5rem 0px 14.2rem;
}
.word_step4 .head {
  padding: 1.2% 0px 0px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .page_intro .imgs {
    width: 48%;
    margin-left: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content,
  .large_content,
  .large_swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 120px;
    letter-spacing: unset;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  div.head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_w,
  div.head .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    margin-top: 20px;
  }
  .page_intro {
    padding: 50px 0px;
  }
  .page_intro .flex .head {
    padding: 0px;
  }
  .page_intro .img {
    border-radius: 10px;
  }
  .page_intro .head ul {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 12px;
  }
  .page_intro .head ul li + li {
    margin-top: 5px;
  }
  .page_intro .head ul li {
    padding-left: 20px;
  }
  .page_intro .head ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .page_intro p:first-of-type {
    margin-top: 12px;
  }
  .page_intro .imgs {
    width: 48%;
    margin: 0px;
  }
  .page_intro .imgs .syeditorlist {
    gap: 16px;
  }
  .page_intro .imgs .img {
    border-radius: 10px;
  }
  .page_intro {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_intro .img,
  .page_intro .imgs_float,
  .page_intro .imgs {
    width: 100%;
  }
}
