@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes opacityAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ovcos {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #000;
}

.ovcos .container {
  max-width: 1712px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* Size */
.fs-0 {
  font-size: 0px;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-72 {
  font-size: 7.2rem;
}

.fs-82 {
  font-size: 8.2rem;
}

.fs-96 {
  font-size: 9.6rem;
}

@media screen and (max-width: 1200px) {
  .fs-16 {
    font-size: 1.4rem;
  }
  .fs-18 {
    font-size: 1.6rem;
  }
  .fs-20 {
    font-size: 1.8rem;
  }
  .fs-24 {
    font-size: 2rem;
  }
  .fs-28 {
    font-size: 2.4rem;
  }
  .fs-34 {
    font-size: 2.8rem;
  }
  .fs-36 {
    font-size: 3rem;
  }
  .fs-42 {
    font-size: 3.4rem;
  }
  .fs-72 {
    font-size: 5.2rem;
  }
  .fs-82 {
    font-size: 5rem;
  }
  .fs-96 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 1.4rem;
  }
  .fs-20 {
    font-size: 1.6rem;
  }
  .fs-24 {
    font-size: 1.8rem;
  }
  .fs-28 {
    font-size: 2rem;
  }
  .fs-34 {
    font-size: 2.4rem;
  }
  .fs-36 {
    font-size: 2.6rem;
  }
  .fs-42 {
    font-size: 2.8rem;
  }
  .fs-72 {
    font-size: 4.2rem;
  }
  .fs-82 {
    font-size: 4.4rem;
  }
  .fs-96 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-16 {
    font-size: 1.3rem;
  }
  .fs-18 {
    font-size: 1.2rem;
  }
  .fs-20 {
    font-size: 1.4rem;
  }
  .fs-24 {
    font-size: 1.6rem;
  }
  .fs-28 {
    font-size: 1.8rem;
  }
  .fs-xs-10 {
    font-size: 1rem;
  }
  .fs-xs-12 {
    font-size: 1.2rem;
  }
  .fs-xs-13 {
    font-size: 1.3rem;
  }
  .fs-xs-14 {
    font-size: 1.4rem;
  }
  .fs-xs-16 {
    font-size: 1.6rem;
  }
  .fs-xs-18 {
    font-size: 1.8rem;
  }
  .fs-xs-20 {
    font-size: 2rem;
  }
  .fs-xs-24 {
    font-size: 2.4rem;
  }
  .fs-xs-28 {
    font-size: 2.8rem;
  }
}
/* Weight */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-40 {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .fs-40 {
    font-size: 3.2rem;
  }
  .fs-28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-40 {
    font-size: 2.6rem;
  }
  .fs-28 {
    font-size: 2rem;
  }
}
.ovcos {
  background: #fff;
  letter-spacing: -0.02em;
}
.ovcos .sec01 {
  font-family: "Montserrat", sans-serif;
  background: url(../img/main.jpg) no-repeat center top fixed #000;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding: 5% 0;
}
.ovcos .sec01 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.ovcos .sec01 h2 {
  text-align: center;
  font-size: 96px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.06em;
  text-align: center;
  color: #fff;
}
.ovcos .sec01 p {
  font-size: 4.8rem;
  letter-spacing: -0.06em;
  text-align: center;
  color: #fff;
}
.ovcos .sec02 {
  font-family: "Montserrat", sans-serif;
  padding: 120px 0;
}
.ovcos .sec02 .item {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.ovcos .sec02 .item img {
  display: block;
}
.ovcos .sec02 .item .img01 {
  width: 400px;
}
.ovcos .sec02 .item .img02 {
  width: 376px;
}
.ovcos .sec02 .item .img03 {
  width: 844px;
}
.ovcos .sec02 .item + .item {
  margin-top: 60px;
}
.ovcos .sec02 .item p {
  position: relative;
  font-size: 156px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.ovcos .sec02 .item.item02 {
  gap: 80px;
}
.ovcos .sec02 .item.item02 p:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  opacity: 0.3;
  background-color: #4c6a26;
  z-index: -1;
}
.ovcos .sec03 {
  padding: 80px 0;
  background: #4c6a26;
}
.ovcos .sec03 h3 {
  position: relative;
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.ovcos .sec03 h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: calc(100% + 24px);
  top: 50%;
  transform: translateY(-50%);
}
.ovcos .sec03 p {
  color: #fff;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.6;
}
.ovcos .sec04 {
  padding: 120px 0;
  background: url(../img/sec04_bg.jpg) no-repeat center/cover;
}
.ovcos .sec04 h3 {
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}
.ovcos .sec04 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ovcos .sec04 .item.item02 {
  margin-top: 120px;
}
.ovcos .sec04 .item.item02 .text-box .box {
  background: #5accc5;
}
.ovcos .sec04 .item.item02 ul li {
  transition: 0.1s ease-in-out;
}
.ovcos .sec04 .item.item02 ul li span {
  color: #5accc5;
}
.ovcos .sec04 .item.item02 ul li:hover {
  background: #5accc5;
  color: #fff;
}
.ovcos .sec04 .item.item02 ul li:hover span {
  color: #fff;
}
.ovcos .sec04 .text-box {
  max-width: 460px;
}
.ovcos .sec04 .text-box h4 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.ovcos .sec04 .text-box .box {
  display: block;
  width: 56px;
  height: 4px;
  background-color: #4c6a26;
  margin-bottom: 40px;
}
.ovcos .sec04 .text-box p {
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.ovcos .sec04 ul li {
  width: 680px;
  height: 160px;
  padding: 32px 20px;
  border: solid 1px #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  line-height: 1.2;
  margin-top: -4px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
.ovcos .sec04 ul li span {
  font-weight: bold;
  font-style: italic;
  color: #4c6a26;
  transition: 0.1s ease-in-out;
}
.ovcos .sec04 ul li:hover {
  background: #4c6a26;
  color: #fff;
}
.ovcos .sec04 ul li:hover span {
  color: #fff;
}
.ovcos .sec04 ul li:nth-child(3) p {
  text-align: left;
}
.ovcos .sec05 {
  width: 100%;
  height: 100vh;
  background: url(../img/sec05.jpg) no-repeat center top fixed #000;
  position: relative;
  background-size: cover;
}
.ovcos .sec06 {
  padding: 120px 0;
}
.ovcos .sec06 h3 {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 65px;
}
.ovcos .sec06 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.ovcos .sec06 ul li {
  position: relative;
  overflow: hidden;
  aspect-ratio: 82/78;
  border-radius: 80px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #f8f8f8;
}
.ovcos .sec06 ul li:nth-child(2) {
  background-color: #5accc5;
  color: #fff;
}
.ovcos .sec06 ul li .text {
  position: relative;
  z-index: 5;
  max-width: 330px;
}
.ovcos .sec06 ul li .text h4 {
  font-weight: bold;
  margin-bottom: 30px;
}
.ovcos .sec06 ul li .img-box {
  position: absolute;
  z-index: 0;
  left: 7px;
}
.ovcos .sec06 ul li .img-box.img-box01 {
  width: 442px;
  top: 50%;
  transform: translateY(-50%);
}
.ovcos .sec06 ul li .img-box.img-box02 {
  width: 900px;
  top: 8%;
  left: 4%;
}
.ovcos .sec07 ul {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: rgba(0, 0, 0, 0.8);
}
.ovcos .sec07 li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 960px;
}
.ovcos .sec07 li:nth-child(1) {
  background: url(../img/sec07_01.jpg) no-repeat center/cover;
}
.ovcos .sec07 li:nth-child(2) {
  background: url(../img/sec07_02.png) no-repeat center/cover;
}
.ovcos .sec07 li:nth-child(3) {
  background: url(../img/sec07_03.png) no-repeat center/cover;
}
.ovcos .sec07 li:nth-child(4) {
  background: url(../img/sec07_04.png) no-repeat center/cover;
}
.ovcos .sec08 {
  padding: 120px 0;
  background: url(../img/sec08_bg.jpg) no-repeat center/cover;
}
.ovcos .sec08 h3 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 60px;
}
.ovcos .sec08 ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000;
}
.ovcos .sec08 ul li {
  cursor: pointer;
  letter-spacing: -0.02em;
  position: relative;
  padding: 55px;
  border-bottom: 1px solid #000;
}
.ovcos .sec08 ul li h4 {
  margin-bottom: 16px;
}
.ovcos .sec08 ul li p {
  color: #444;
  line-height: 1.3;
}
.ovcos .sec08 ul li img {
  width: 560px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  transition: 0.3s ease-in;
}
.ovcos .sec08 ul li:hover img {
  right: 0;
  opacity: 1;
}
.ovcos .sec09 {
  padding: 120px 0;
}
.ovcos .sec09 h3 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 60px;
}
.ovcos .sec09 .item {
  display: grid;
  gap: 40px;
}
.ovcos .sec09 .item.item01 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
}
.ovcos .sec09 .item.item02 {
  grid-template-columns: 60fr 104fr;
}
.ovcos .sec09 .item li .img-box {
  width: 100%;
  display: block;
  border-radius: 80px;
  overflow: hidden;
  margin-bottom: 40px;
}
.ovcos .sec09 .item li img {
  width: 100%;
  display: block;
}
.ovcos .sec09 .item li h4 {
  margin-bottom: 19px;
}
.ovcos .sec09 .item li p.fs-24 {
  margin-bottom: 26px;
}
.ovcos .sec09 .item li p.fs-20 {
  color: #444;
}
.ovcos .sec09 .item li .list-box p {
  line-height: 1.5;
  padding-left: 36px;
  position: relative;
}
.ovcos .sec09 .item li .list-box p::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/check.png) no-repeat center/cover;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.ovcos .sec10 {
  margin-bottom: 90px;
}
.ovcos .sec10 .img-box {
  width: 100%;
  aspect-ratio: 1680/749;
  background: #f6f6f6 url(../img/sec10.png) no-repeat center fixed;
  position: relative;
  background-size: auto 100%;
  border-radius: 80px;
}
.ovcos .sec11 {
  margin-bottom: 120px;
}
.ovcos .sec11 .conts-wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}
.ovcos .sec11 .img-box {
  border-radius: 80px;
  background-color: #e3efd5;
  overflow: hidden;
  padding: 140px 40px;
}
.ovcos .sec11 .img-box img {
  width: 100%;
  display: block;
}
.ovcos .sec11 .text-box {
  width: calc(100% - 920px);
}
.ovcos .sec11 .text-box h4 {
  font-weight: bold;
  margin-bottom: 16px;
}
.ovcos .sec11 .text-box p.fs-24 {
  line-height: 1.5;
  margin-bottom: 28px;
}
.ovcos .sec11 .text-box p.fs-20 {
  color: #444;
}
.ovcos .sec12 {
  margin-bottom: 56px;
}
.ovcos .sec12 .conts-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ovcos .sec12 .conts-wrap h3 {
  font-style: italic;
  font-weight: bold;
}
.ovcos .sec12 .conts-wrap p {
  line-height: 1.6;
  color: #444;
}
.ovcos .sec13 {
  margin-bottom: 80px;
}
.ovcos .sec13 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.ovcos .sec13 ul li {
  padding: 80px;
  border-radius: 80px;
  overflow: hidden;
}
.ovcos .sec13 ul li:first-child {
  background-color: #f9f9f9;
  font-family: "Montserrat", sans-serif;
}
.ovcos .sec13 ul li:nth-child(2) {
  background: #000;
  color: #fff;
}
.ovcos .sec13 ul li span {
  font-weight: bold;
}
.ovcos .sec13 ul li h4 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.ovcos .sec13 ul li h4 span {
  font-size: 140px;
}
.ovcos .sec13 ul li p {
  font-size: 48px;
  font-weight: 800;
  margin-top: 34px;
  margin-bottom: 74px;
}
.ovcos .sec14 {
  margin-bottom: 120px;
}
.ovcos .sec14 .palette {
  font-family: "Montserrat", sans-serif;
  display: grid;
  grid-template-columns: 84fr 42fr 42fr;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  width: 100%;
}
.ovcos .sec14 .swatch {
  overflow: hidden;
  padding: 80px 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
}
.ovcos .sec14 .swatch__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.ovcos .sec14 .swatch .meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  margin: 0;
}
.ovcos .sec14 .swatch .meta dt {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.ovcos .sec14 .swatch .meta dd {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
}
.ovcos .sec14 .swatch--olive {
  background: #4c6a26;
  color: #fff;
}
.ovcos .sec14 .swatch--charcoal {
  background: #333333;
  color: #fff;
}
.ovcos .sec14 .swatch--cultured {
  background: #f4f4f4;
  color: #111;
}
  .ovcos  .sec15 {
    padding: 100px 16px;
    background: #000;
    color: #fff;
    text-align: center;
  }
@media (max-width: 680px) {
  .sec14 .palette {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .sec14 .swatch {
    padding: 22px 20px 24px;
  }
  .sec14 .swatch:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 1760px) {
  .ovcos .sec02 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.222vw; /* 40px */
  }
  .ovcos .sec02 .item img {
    display: block;
  }
  .ovcos .sec02 .item .img01 {
    width: 22.222vw; /* 400px */
  }
  .ovcos .sec02 .item .img02 {
    width: 20.889vw; /* 376px */
  }
  .ovcos .sec02 .item .img03 {
    width: 46.889vw; /* 844px */
  }
  .ovcos .sec02 .item + .item {
    margin-top: 3.333vw; /* 60px */
  }
  .ovcos .sec02 .item p {
    position: relative;
    font-size: clamp(1rem, 8.667vw, 15.6rem); /* 156px → 약 8.667vw */
    font-weight: 600;
    font-style: italic;
    line-height: 1;
  }
  .ovcos .sec02 .item.item02 {
    gap: 4.444vw; /* 80px */
  }
  .ovcos .sec02 .item.item02 p:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 3.111vw; /* 56px */
    opacity: 0.3;
    background-color: #4c6a26;
    z-index: -1;
  }
  .ovcos .sec06 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.222vw; /* 40px */
  }
  .ovcos .sec06 ul li {
    position: relative;
    overflow: hidden;
    aspect-ratio: 82/78;
    border-radius: 4.444vw; /* 80px */
    padding-right: 2.222vw; /* 40px */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f8f8f8;
  }
  .ovcos .sec06 ul li:nth-child(2) {
    background-color: #5accc5;
    color: #fff;
  }
  .ovcos .sec06 ul li .text {
    position: relative;
    z-index: 5;
    max-width: 18.333vw; /* 330px */
  }
  .ovcos .sec06 ul li .text h4 {
    font-weight: bold;
    margin-bottom: 1.667vw; /* 30px */
  }
  .ovcos .sec06 ul li .img-box {
    position: absolute;
    z-index: 0;
    left: 0.389vw; /* 7px */
  }
  .ovcos .sec06 ul li .img-box.img-box01 {
    width: 24.556vw; /* 442px */
    top: 50%;
    transform: translateY(-50%);
  }
  .ovcos .sec06 ul li .img-box.img-box02 {
    width: 50vw; /* 900px */
    top: 4.444%; /* 8% → 퍼센트 유지 */
    left: 2.222%; /* 4% → 퍼센트 유지 */
  }
  .ovcos .sec11 .conts-wrap {
    display: flex;
    align-items: center;
    gap: 5.556vw; /* 100px */
  }
  .ovcos .sec11 .img-box {
    border-radius: 4.444vw; /* 80px */
    background-color: #e3efd5;
    overflow: hidden;
    padding: 7.778vw 2.222vw; /* 140px 40px */
  }
  .ovcos .sec11 .img-box img {
    width: 100%;
    display: block;
  }
  .ovcos .sec11 .text-box {
    width: calc(100% - 51.111vw); /* 920px */
  }
}
@media screen and (max-width: 1400px) {
  .ovcos .sec08 ul li img {
    width: 400px;
  }
  .ovcos .sec09 .item li .img-box {
    border-radius: 40px;
  }
  .ovcos .sec13 ul li {
    padding: 40px;
    border-radius: 40px;
    overflow: hidden;
  }
  .ovcos .sec04 ul li {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .ovcos .sec01{
    padding: 100px 0 40px;
  }
  .ovcos .sec01 h2 {
    font-size: 40px;
  }
  .ovcos .sec01 p {
    font-size: 3.2rem;
  }
  .ovcos .sec02 {
    padding: 60px 0;
  }
  .ovcos .sec03 h3 {
    margin-bottom: 16px;
  }
  .ovcos .sec03 h3::after {
    width: 20px;
    height: 2px;
    left: calc(100% + 16px);
  }
  .ovcos .sec04 {
    padding: 60px 0;
  }
  .ovcos .sec04 .text-box h4 {
    font-size: 3.4rem;
    margin-bottom: 16px;
  }
  .ovcos .sec04 .text-box .box {
    margin-bottom: 30px;
  }
  .ovcos .sec04 ul li {
    gap: 6px;
    width: 500px;
  }
  .ovcos .sec06 {
    padding: 60px 0;
  }
  .ovcos .sec08 ul li {
    padding: 32px;
  }
  .ovcos .sec08 ul li img {
    width: 300px;
  }
  .ovcos .sec09 {
    padding: 60px 0;
  }
  .ovcos .sec09 h3 {
    margin-bottom: 32px;
  }
  .ovcos .sec09 .item {
    gap: 20px;
  }
  .ovcos .sec12 .conts-wrap p {
    width: 70%;
  }
  .ovcos .sec13 ul li p {
    font-size: 3.6rem;
  }
  .ovcos .sec13 ul {
    gap: 40px;
  }
  .ovcos .sec13 ul li {
    border-radius: 32px;
  }
  .ovcos .sec13 ul li h4 {
    font-size: 160px;
  }
  .ovcos .sec13 ul li p {
    margin-bottom: 40px;
    margin-top: 16px;
  }
  .ovcos .sec13 ul li h4 span {
    font-size: 80px;
  }
  .ovcos .sec10 .img-box {
    border-radius: 40px;
  }
  .ovcos .sec14 .palette {
    border-radius: 32px 32px 0 0;
  }
  .ovcos .sec14 .swatch {
    padding: 40px 20px 32px;
  }
  .ovcos .sec14 .swatch__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .ovcos .sec14 .swatch .meta dt {
    font-size: 16px;
  }
  .ovcos .sec14 .swatch .meta dd {
    font-size: 16px;
  }
  .ovcos .sec08 {
    padding: 80px 0;
  }
  .ovcos .sec08 h3 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .ovcos .sec04 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 32px;
  }
  .ovcos .sec04 .item.item02 {
    margin-top: 60px;
    flex-direction: column-reverse;
  }
  .ovcos .sec08 ul li {
    padding: 32px 20px;
  }
  .ovcos .sec08 ul li img {
    width: 250px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .ovcos .sec07 ul {
    grid-template-columns: 1fr 1fr;
  }
  .ovcos .sec07 li {
    height: 450px;
  }
  .ovcos .sec06 ul {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
    row-gap: 32px;
  }
  .ovcos .sec06 ul li .text {
    position: relative;
    z-index: 5;
    max-width: 42vw;
  }
  .ovcos .sec06 ul li .img-box.img-box01 {
    width: 36vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .ovcos .sec06 ul li .img-box.img-box02 {
    width: 100%;
    top: 4.444%;
    left: 2.222%;
  }
  .ovcos .sec09 .item li .img-box {
    border-radius: 20px;
  }
  .ovcos .sec09 .item.item02,
  .ovcos .sec09 .item.item01 {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .ovcos .sec10 .img-box {
    border-radius: 20px;
  }
  .ovcos .sec13 ul {
    gap: 20px;
  }
  .ovcos .sec13 ul li {
    border-radius: 20px;
  }
  .ovcos .sec13 ul li p {
    font-size: 2rem;
  }
  .ovcos .sec13 ul li h4 {
    font-size: 80px;
  }
  .ovcos .sec13 ul li h4 span {
    font-size: 32px;
  }
  .ovcos .sec11 .conts-wrap {
    flex-direction: column;
    row-gap: 32px;
  }
  .ovcos .sec11 .text-box {
    width: 100%;
  }
  .ovcos .sec11 .text-box p.fs-24 {
    margin-bottom: 16px;
  }
  .ovcos .sec12 .conts-wrap p {
    width: 100%;
  }
  .ovcos .sec12 .conts-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .ovcos .sec14 .palette {
    grid-template-columns: 1fr;
  }
  .ovcos .sec04 .text-box {
    width: 100%;
  }

    .ovcos  .sec15{
      padding: 60px 16px;
    }
  
}
@media screen and (max-width: 576px) {
  .ovcos .sec13 ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ovcos .sec04 ul {
    width: 100%;
  }
  .ovcos .sec04 ul li {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 140px;
  }
  .ovcos .sec08 ul li img {
    top: initial;
    bottom: 24px;
    transform: translateY(100%);
  }
}
  .ovcos  .sec04 .item li {
  will-change: background-color, color;
}
