* {
  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;
}
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 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;
}
@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 p:first-of-type {
    margin-top: 12px;
  }
}

@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;
}
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 .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;
}
.case_design {
  padding: 16rem 0px 7.15rem;
}
.case_design .subtitle {
  margin-bottom: 2.2rem;
}
.case_design .case_design_swiper {
  overflow: hidden;
  border-radius: 2rem 2rem 0px 0px;
  margin-top: 5.3rem;
}
.case_design .case_design_swiper .swiper-slide {
  max-width: 425px;
}
.case_design .item {
  height: 100%;
  display: block;
}
.case_design .item:hover img {
  transform: scale(1.02);
}
.case_design .item .img {
  border-radius: 2rem;
  padding-bottom: 120.755%;
}
.case_design .item .info {
  margin-top: 3.7rem;
}
.case_design .item .info h3 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.case_design .item .info p {
  font-size: 1.8rem;
  color: rgb(76, 76, 76);
  margin-top: 2rem;
  font-weight: 400;
  letter-spacing: unset;
}
@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 .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;
  }
  .case_design {
    padding: 50px 0px;
  }
  .case_design .case_design_swiper {
    width: calc(100% + 60px);
    margin: 30px -30px 0px;
    padding: 0px 30px;
    border-radius: 0px;
  }
  .case_design .case_design_swiper .swiper-slide {
    max-width: 277px;
  }
  .case_design .item .img {
    border-radius: 10px;
  }
  .case_design .item .info {
    margin-top: 20px;
  }
  .case_design .item .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .case_design .item .info p {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .case_design .case_design_swiper {
    width: calc(100% + 40px);
    margin: 30px -20px;
    padding: 0px 20px;
  }
}

* {
  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;
}
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;
}
.swiper_btns {
  gap: 13.1rem;
  display: flex;
}
.swiper_btns div {
  width: 3.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 64.5161%;
  transition: 0.3s;
  background: url("https://gdesign.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/case4-case_gallery/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover::after {
  filter: unset;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.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;
}
.sec_bg ~ section .content,
.sec_bg ~ section .swiper_content,
.sec_bg ~ section .large_content,
.sec_bg ~ section .swiper_box {
  z-index: 2;
}
.case_gallery {
  padding: 7.15rem 0px 4.25rem;
  overflow: hidden;
}
.case_gallery .subtitle {
  margin-bottom: 1.9rem;
}
.case_gallery .case_gallery_swiper {
  margin-top: 4rem;
}
.case_gallery .case_gallery_swiper .imgs {
  position: relative;
  padding-bottom: 46.6667%;
}
.case_gallery .case_gallery_swiper .imgs .syeditorlist {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 18px;
}
.case_gallery .case_gallery_swiper .imgs .syeditorlist .syeditorlist {
  flex-direction: column;
}
.case_gallery .case_gallery_swiper .imgs > .syeditorlist {
  position: absolute;
  left: 0px;
  top: 0px;
}
.case_gallery .case_gallery_swiper .imgs > .syeditorlist > div {
  flex: 1 1 32.926%;
}
.case_gallery .case_gallery_swiper .imgs > .syeditorlist > div.lar {
  flex: 1 1 65.852%;
}
.case_gallery .case_gallery_swiper .imgs .img {
  flex: 1 1 0%;
  border-radius: 3rem;
}
.case_gallery .case_gallery_swiper .imgs .img:hover img {
  transform: scale(1.02);
}
.case_gallery .swiper_btns {
  justify-content: center;
  margin-top: 5.3rem;
  gap: 11.8rem;
}
@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;
  }
  .swiper_btns {
    gap: 30px;
  }
  .swiper_btns div {
    width: 22px;
  }
  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;
  }
  .case_gallery {
    padding: 50px 0px;
  }
  .case_gallery .case_gallery_swiper {
    margin-top: 30px;
  }
  .case_gallery .case_gallery_swiper .imgs .syeditorlist {
    gap: 10px;
  }
  .case_gallery .case_gallery_swiper .imgs .img {
    border-radius: 10px;
  }
  .case_gallery .swiper_btns {
    margin-top: 30px;
    gap: 30px;
  }
}

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

* {
  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;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
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;
}
.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;
}
.sec_bg ~ section .content,
.sec_bg ~ section .swiper_content,
.sec_bg ~ section .large_content,
.sec_bg ~ section .swiper_box {
  z-index: 2;
}
.case_spec {
  padding: 4.25rem 0px 9.05rem;
}
.case_spec table {
  margin-top: 4.1rem;
  table-layout: fixed;
}
.case_spec table td,
.case_spec table th {
  font-size: 1.8rem;
  color: rgb(76, 76, 76);
  opacity: 0.76;
  text-align: left;
  font-weight: 400;
  padding: 2.3rem 0px;
}
.case_spec table th {
  width: 16.6%;
}
.case_spec table td {
  font-weight: 500;
  opacity: 1;
}
.case_spec .tip {
  font-size: 1.8rem;
  color: rgba(76, 76, 76, 0.75);
  margin-top: 3.8rem;
}
.case_spec .tip a {
  text-decoration: underline;
  vertical-align: top;
  transition: 0.3s;
}
.case_spec .tip a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}
.case_spec .case_spec_swiper {
  overflow: hidden;
  border-radius: 3rem 3rem 0px 0px;
  margin-top: 5.5rem;
}
.case_spec .case_spec_swiper .swiper-slide {
  max-width: 466px;
}
.case_spec .item {
  display: block;
  height: 100%;
}
.case_spec .item:hover img {
  transform: scale(1.02);
}
.case_spec .item .img {
  border-radius: 3rem;
  padding-bottom: 90.3434%;
}
.case_spec .item .info {
  margin-top: 3.6rem;
}
.case_spec .item .info h3 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.case_spec .item .info p {
  font-size: 1.8rem;
  color: rgb(76, 76, 76);
  font-weight: 400;
  margin-top: 1.7rem;
}
@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 .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;
  }
  .case_spec {
    padding: 50px 0px;
    overflow: hidden;
  }
  .case_spec table {
    margin-top: 30px;
  }
  .case_spec table td,
  .case_spec table th {
    font-size: 14px;
    padding: 14px 0px;
  }
  .case_spec .tip {
    font-size: 14px;
    margin-top: 20px;
  }
  .case_spec .case_spec_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .case_spec .case_spec_swiper .swiper-slide {
    max-width: 277px;
  }
  .case_spec .item .img {
    border-radius: 10px;
  }
  .case_spec .item .info {
    margin-top: 20px;
  }
  .case_spec .item .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .case_spec .item .info p {
    font-size: 14px;
    margin-top: 10px;
  }
}

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