/* Base colors */
/* Text colors */
/* Gray scale */
/* Brand / Accent colors */
/* =========================
   Border Colors
========================= */
/* =========================
   Font System
========================= */
/* =========================
   Background System
========================= */
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 146rem;
  padding: 0 2rem;
}

.fixed {
  z-index: 5000;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}
.fixed .button-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 47.9375rem) {
  .fixed {
    bottom: 1rem;
    right: 1rem;
  }
  .fixed .button-wrap {
    align-items: end;
    gap: 0.5rem;
  }
  .fixed .button-wrap a {
    width: 80%;
  }
}
.sec-1 {
  overflow: hidden;
  position: relative;
  height: 97.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-1 .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.sec-1 .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-1 .txt-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  gap: 3rem;
  color: #fff;
  font-style: normal;
}
.sec-1 .txt-wrap .t1 {
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
  font-size: calc(var(--fs-tit) + 1rem);
  font-weight: 800;
  line-height: 1.08333;
  letter-spacing: -0.15rem;
}
.sec-1 .txt-wrap .t2 {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.33333;
  letter-spacing: -0.075rem;
}
.sec-1 .txt-wrap .t3 {
  font-size: var(--fs-md);
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.sec-1 .txt-wrap .check {
  display: flex;
  gap: 3rem;
}
.sec-1 .txt-wrap .check li {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: -0.04rem;
}
.sec-1 .txt-wrap .check li span {
  padding-right: 0.5rem;
}
.sec-1 .txt-wrap .link-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-1 .txt-wrap .link-wrap a {
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.sec-1 .txt-wrap .link-wrap .link {
  color: #fff;
  background-color: #BC9657;
  gap: 0.5rem;
}
.sec-1 .txt-wrap .link-wrap .link:hover {
  background-color: #8f6d36;
}
.sec-1 .txt-wrap .link-wrap .link span img {
  display: block;
}
.sec-1 .txt-wrap .link-wrap .link_w {
  color: #BC9657;
  background-color: #fff;
}
.sec-1 .txt-wrap .link-wrap .link_w:hover {
  background-color: #BC9657;
  color: #fff;
}

.sec-2 {
  padding: 10rem 0;
  background: #fff;
}
.sec-2 .inner {
  height: 100%;
}
.sec-2 .flex-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15rem;
}
.sec-2 .top-txt .t1 {
  color: #222;
  text-align: center;
  font-size: calc(var(--fs-mtit) + 0.5rem);
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
.sec-2 .top-txt .t1 b {
  font-weight: 600;
}
.sec-2 .img-box {
  display: flex;
  gap: 2rem;
}
.sec-2 .img-box .item {
  color: #222;
  width: calc(25% - 1.5rem);
  height: 25rem;
  padding: 8rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid #BC9657;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  position: relative;
}
.sec-2 .img-box .item .t2 {
  font-size: calc(var(--fs-sm) + 1rem);
  font-weight: 600;
  line-height: 1.23077;
  letter-spacing: -0.065rem;
}
.sec-2 .img-box .item p {
  font-size: var(--fs-sm);
  font-style: normal;
  line-height: 1.625;
  letter-spacing: -0.04rem;
}
.sec-2 .img-box .item::after {
  content: "";
  position: absolute;
  width: 14.13rem;
  height: 13.79rem;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-2 .img-box .item:nth-child(1)::after {
  background: url(/static/img/main/item1.png) no-repeat;
}
.sec-2 .img-box .item:nth-child(2)::after {
  background: url(/static/img/main/item2.png) no-repeat;
}
.sec-2 .img-box .item:nth-child(3)::after {
  background: url(/static/img/main/item3.png) no-repeat;
}
.sec-2 .img-box .item:nth-child(4)::after {
  background: url(/static/img/main/item4.png) no-repeat;
}

.sec-3 {
  position: relative;
  padding: 10rem 0;
  background-color: #222;
}
.sec-3 .inner {
  max-width: 156rem;
  padding: 0 2rem;
}
.sec-3 .top-txt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
  text-align: center;
  font-family: "Pretendard", sans-serif;
}
.sec-3 .top-txt .t1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
.sec-3 .top-txt .t2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.sec-3 .top-txt .t3 {
  color: #CDCDCD;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: -0.04rem;
}
.sec-3 .img-box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.sec-3 .img-box ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sec-3 .img-box li {
  width: calc(33.33% - 1.3333rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-3 .img-box li .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.sec-3 .img-box li .txt h3 {
  color: #BC9657;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.05rem;
}
.sec-3 .img-box li .txt p {
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.09rem;
  display: block;
  min-height: 4rem;
}

.sec-4 {
  position: relative;
  padding: 10rem 0;
}
.sec-4 .inner {
  height: 100%;
  max-width: 130.2rem;
}
.sec-4 .flex-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 6rem;
}
.sec-4 .top-txt .t1 {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}
.sec-4 .top-txt .t2 {
  color: #222;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.sec-4 .img-box {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
.sec-4 .img-box .item {
  color: #222;
  width: calc(25% - 3.75rem);
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.sec-4 .img-box .item .t2 {
  color: #222;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.23077;
  letter-spacing: -0.65px;
}
.sec-4 .bottom-txt .t3 {
  color: #ACACAC;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -0.4px;
}

.sec-5 {
  position: relative;
  padding: 10rem 0;
  background-color: #222;
}
.sec-5 .top-txt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #fff;
}
.sec-5 .top-txt .t1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
.sec-5 .top-txt .t2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.sec-5 .img-box {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.sec-5 .img-box .item {
  width: 50.5rem;
  padding: 0 !important;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  overflow: hidden;
}
.sec-5 .img-box .item .item-title {
  text-align: center;
  display: flex;
  padding: 1.5rem 2.4rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #575757;
  color: #fff;
}
.sec-5 .img-box .item .img-wrap {
  background: rgba(255, 255, 255, 0.08);
}
.sec-5 .img-box .item .img-wrap ul {
  padding: 3rem 0;
}
.sec-5 .img-box .item .img-wrap ul li {
  padding: 1rem 5rem;
  gap: 1rem;
  color: #CDCDCD;
  display: flex;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.sec-5 .img-box .item:nth-child(2) {
  transform: translateX(-2rem);
  -webkit-transform: translateX(-2rem);
  -moz-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
  border: 0.5rem solid #BC9657;
}
.sec-5 .img-box .item:nth-child(2) .item-title {
  background: #BC9657;
}
.sec-5 .img-box .item:nth-child(2) .img-wrap {
  background-color: #fff;
}
.sec-5 .img-box .item:nth-child(2) .img-wrap ul {
  padding: 3rem 0;
}
.sec-5 .img-box .item:nth-child(2) .img-wrap ul li {
  color: #222;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.1rem;
}
.sec-5 .bottom-txt {
  text-align: center;
}
.sec-5 .bottom-txt .t3 {
  color: #CDCDCD;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -0.4px;
}

.sec-6 {
  padding: 10rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec-6 .inner {
  height: 100%;
  max-height: 100vh;
}
.sec-6 .flex-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10rem;
}
.sec-6 .top-txt {
  text-align: center;
  color: #222;
}
.sec-6 .top-txt .t1 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
.sec-6 .top-txt .t2 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.sec-6 .img-box {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sec-6 .img-box .item {
  color: #222;
  width: calc(25% - 1.5rem);
  padding: 5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid #BC9657;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  position: relative;
}
.sec-6 .img-box .item .t2 {
  color: #222;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.23077;
  /* 123.077% */
  letter-spacing: -0.65px;
}
.sec-6 .img-box .item p {
  color: #222;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -0.11rem;
}
.sec-6 .img-box .item span {
  color: #BC9657;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: -0.04rem;
}
.sec-6 .img-box .item::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sec-6 .img-box .item:nth-child(1)::after {
  background: url(/static/img/main/num1.png) no-repeat;
}
.sec-6 .img-box .item:nth-child(2)::after {
  background: url(/static/img/main/num2.png) no-repeat;
}
.sec-6 .img-box .item:nth-child(3)::after {
  background: url(/static/img/main/num3.png) no-repeat;
}
.sec-6 .img-box .item:nth-child(4)::after {
  background: url(/static/img/main/num4.png) no-repeat;
}
.sec-6 .img-box .item:last-child {
  flex: 1;
  height: 15.2rem;
  padding: 4rem 2rem;
  background-color: #BC9657;
}
.sec-6 .img-box .item:last-child .t2 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.38462;
  letter-spacing: -0.65px;
}
.sec-6 .img-box .item:last-child .t2 b {
  font-weight: 600;
}

.sec-7 {
  padding: 10rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #222;
}
.sec-7 .inner {
  height: 100%;
  max-height: 100vh;
}
.sec-7 .flex-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 6rem;
}
.sec-7 .top-txt {
  text-align: center;
  color: #fff;
}
.sec-7 .top-txt .t1 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
.sec-7 .top-txt .t2 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.sec-7 .img-box {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sec-7 .img-box .item {
  color: #222;
  width: calc(25% - 1.5rem);
  padding: 0rem 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid #BC9657;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  position: relative;
  background-color: #Fff;
}
.sec-7 .img-box .item .top {
  padding: 2rem;
  width: 24rem;
  border-radius: 0 0 2rem 2rem;
  -webkit-border-radius: 0 0 2rem 2rem;
  -moz-border-radius: 0 0 2rem 2rem;
  -ms-border-radius: 0 0 2rem 2rem;
  -o-border-radius: 0 0 2rem 2rem;
  background: linear-gradient(116deg, #BC9657 3.64%, #E6CCA1 39.26%, #BC9657 94%);
  margin-bottom: 2rem;
}
.sec-7 .img-box .item .top h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.06667;
  letter-spacing: -0.75px;
  margin-bottom: 0.5rem;
}
.sec-7 .img-box .item .top p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.4px;
}
.sec-7 .img-box .item .t2 {
  color: #222;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.23077;
  /* 123.077% */
  letter-spacing: -0.65px;
}
.sec-7 .img-box .item p {
  color: #222;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.11rem;
}
.sec-7 .img-box .item span {
  color: #BC9657;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: -0.04rem;
}
.sec-7 .bottom-txt p {
  color: #CDCDCD;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: -0.4px;
}

.sec-8 {
  padding: 20rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: url(/static/img/main/section08.png) center center;
  background-size: cover;
  height: 97.6rem;
}
.sec-8 .inner {
  height: 100%;
  max-height: 100vh;
  max-width: 146rem;
  padding: 0 2rem;
}
.sec-8 .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sec-8 .top-txt {
  color: #fff;
}
.sec-8 .top-txt .t1 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
.sec-8 .top-txt .t2 {
  font-size: 2rem;
  line-height: 1.5;
  /* 150% */
  letter-spacing: -0.5px;
}
.sec-8 .img-box {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sec-8 .img-box .item {
  color: #222;
  width: 25rem;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  position: relative;
  background-color: #Fff;
}
.sec-8 .img-box .item .t2 {
  color: #BC9657;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  margin-bottom: 0.5rem;
}
.sec-8 .img-box .item p {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  white-space: nowrap;
}
.sec-8 .bottom-txt p {
  color: #CDCDCD;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: -0.4px;
}

.sec-9 {
  padding: 10rem 0;
}
.sec-9 .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 10rem;
  align-items: flex-start;
}
.sec-9 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5rem;
}
.sec-9 .txt-wrap .t1 {
  color: #222;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
.sec-9 .txt-wrap .t2 {
  color: var(--22, #222);
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.sec-9 .txt-wrap .check {
  display: flex;
  flex-direction: column;
}
.sec-9 .txt-wrap .check li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: -0.4px;
  color: #222;
  line-height: 1.25;
  letter-spacing: -0.04rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-9 .txt-wrap .check li span {
  padding-right: 0.5rem;
}
.sec-9 .bottom-txt {
  width: 100%;
  color: #ACACAC;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -0.04rem;
}

.sec-10 {
  padding: 10rem 0;
  background: #FAF7F3;
}
.sec-10 .txt-wrap .t1 {
  color: #222;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
}
.sec-10 .txt-wrap .t1 .hidden {
  display: none;
}
.sec-10 .txt-wrap .t2 {
  color: #222;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.sec-10 .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.sec-10 .faq-wrap .faq-item .faq-question {
  border-bottom: 0.1rem solid #D4D4D4;
  padding: 2.4rem 2rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sec-10 .faq-wrap .faq-item .faq-question p {
  color: #222;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
}
.sec-10 .faq-wrap .faq-item .faq-answer {
  display: none;
  background: #fff;
  padding: 3rem 2rem;
}
.sec-10 .faq-wrap .faq-item button img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sec-10 .faq-wrap .faq-item.active button img {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.sec-11 {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}
.sec-11 .img-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
}
.sec-11 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-11 .txt-wrap {
  width: 100%;
  position: absolutes;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 3rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-style: normal;
}
.sec-11 .txt-wrap .t1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.08333;
  letter-spacing: -1.5px;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1.25px;
}
.sec-11 .txt-wrap .t2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.33333;
  letter-spacing: -0.75px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33333;
  letter-spacing: -0.075rem;
}
.sec-11 .txt-wrap .t3 {
  color: #CDCDCD;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: -0.04rem;
}
.sec-11 .txt-wrap p {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.sec-11 .txt-wrap .check {
  display: flex;
  gap: 3rem;
}
.sec-11 .txt-wrap .check li {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: -0.04rem;
}
.sec-11 .txt-wrap .check li span {
  padding-right: 0.5rem;
}
.sec-11 .txt-wrap .link-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sec-11 .txt-wrap .link-wrap a {
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.sec-11 .txt-wrap .link-wrap .link {
  color: #fff;
  background-color: #BC9657;
  gap: 0.5rem;
}
.sec-11 .txt-wrap .link-wrap .link:hover {
  background-color: #8f6d36;
  color: #fff;
}
.sec-11 .txt-wrap .link-wrap .link span img {
  display: block;
}
.sec-11 .txt-wrap .link-wrap .link_w {
  color: #BC9657;
  background-color: #fff;
}

@media (max-width: 1280px) {
  .sec-1 {
    height: 70rem;
    padding: 15rem 0 10rem;
  }
  .sec-2 .flex-wrap {
    gap: 10rem;
  }
  .sec-2 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-2 .img-box {
    flex-wrap: wrap;
  }
  .sec-2 .img-box .item {
    width: calc(50% - 1rem);
  }
  .sec-3 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-3 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-3 .img-box li {
    width: calc(50% - 1rem);
  }
  .sec-3 .img-box li .txt {
    padding: 2.5rem;
  }
  .sec-3 .img-box li .txt h3 {
    font-size: 1.8rem;
  }
  .sec-3 .img-box li .txt p {
    font-size: 1.5rem;
  }
  .sec-3 .img-box li .txt p {
    min-height: 6rem;
  }
  .sec-4 .inner {
    max-height: none;
  }
  .sec-4 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-4 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-4 .img-box {
    gap: 2rem;
    justify-content: center;
  }
  .sec-4 .img-box .item {
    width: calc(25% - 3rem);
  }
  .sec-4 .img-box .item .t2 {
    font-size: 2.2rem;
  }
  .sec-5 .top-txt {
    margin-bottom: 8rem;
  }
  .sec-5 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-5 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-5 .img-box {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .sec-5 .img-box .item {
    width: calc(50% - 1rem);
  }
  .sec-5 .img-box .item:nth-child(2) {
    transform: none;
  }
  .sec-6 .inner {
    max-height: none;
  }
  .sec-6 .flex-wrap {
    gap: 8rem;
  }
  .sec-6 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-6 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-6 .img-box .item {
    width: calc(50% - 1rem);
  }
  .sec-6 .img-box .item .t2 {
    font-size: 2.2rem;
  }
  .sec-6 .img-box .item:last-child {
    width: 100%;
    flex: none;
  }
  .sec-7 .inner {
    max-height: none;
  }
  .sec-7 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-7 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-7 .img-box .item {
    width: calc(50% - 1rem);
  }
  .sec-7 .img-box .item .top {
    width: 22rem;
  }
  .sec-7 .img-box .item .top h4 {
    font-size: 2.6rem;
  }
  .sec-7 .img-box .item .t2 {
    font-size: 2.2rem;
  }
  .sec-8 {
    padding: 15rem 0;
    height: auto;
    min-height: 70rem;
    background-position: center;
  }
  .sec-8 .inner {
    max-height: none;
  }
  .sec-8 .top-txt .t1 {
    font-size: 3.6rem;
  }
  .sec-8 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-8 .img-box .item {
    width: calc(50% - 1rem);
  }
  .sec-9 .flex-wrap {
    gap: 5rem;
    justify-content: flex-start;
  }
  .sec-9 .txt-wrap {
    margin-top: 0;
  }
  .sec-9 .txt-wrap .t1 {
    font-size: 3.6rem;
  }
  .sec-9 .txt-wrap .t2 {
    font-size: 1.8rem;
  }
  .sec-9 .img-wrap {
    flex: 1;
  }
  .sec-9 .img-wrap img {
    max-width: 100%;
    height: auto;
  }
  .sec-10 .txt-wrap .t1 {
    font-size: 3.6rem;
  }
  .sec-10 .txt-wrap .t2 {
    font-size: 1.8rem;
  }
  .sec-10 .faq-wrap .faq-item .faq-question p {
    font-size: 2.2rem;
  }
  .sec-11 .txt-wrap .t1 {
    font-size: 4.5rem;
  }
  .sec-11 .txt-wrap .t2 {
    font-size: 2.6rem;
  }
  .sec-11 .txt-wrap p {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 64rem) {
  .sec-9 .img-wrap {
    flex: auto;
  }
}
@media (max-width: 768px) {
  .sec-1 {
    height: auto;
    min-height: 70rem;
    padding: 14rem 0 8rem;
  }
  .sec-1 .txt-wrap {
    gap: 2rem;
    text-align: left;
    align-items: flex-start;
  }
  .sec-1 .txt-wrap .t1 {
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 600;
  }
  .sec-1 .txt-wrap .t2 {
    font-size: 1.8rem;
  }
  .sec-1 .txt-wrap .t3 {
    font-size: 1.6rem;
  }
  .sec-1 .txt-wrap .t3 br {
    display: none;
  }
  .sec-1 .txt-wrap .check {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .sec-1 .txt-wrap .check li {
    font-size: 1.5rem;
  }
  .sec-1 .txt-wrap .link-wrap {
    flex-direction: column;
    width: 100%;
  }
  .sec-1 .txt-wrap .link-wrap a {
    width: 100%;
    max-width: 32rem;
  }
  .sec-2 {
    padding: 8rem 0;
  }
  .sec-2 .flex-wrap {
    gap: 8rem;
  }
  .sec-2 .top-txt .t1 {
    font-size: 2.8rem;
  }
  .sec-2 .img-box {
    flex-direction: column;
    gap: 8rem;
  }
  .sec-2 .img-box .item {
    width: 100%;
    height: auto;
    min-height: 22rem;
    padding: 8rem 2rem 3rem;
  }
  .sec-2 .img-box .item .t2 {
    font-size: 1.8rem;
  }
  .sec-2 .img-box .item p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-2 .img-box .item::after {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    background-size: contain !important;
  }
  .sec-3 {
    padding: 8rem 0;
  }
  .sec-3 .top-txt {
    gap: 1.5rem;
    margin-bottom: 4rem;
    text-align: left;
  }
  .sec-3 .top-txt .t1 {
    font-size: 2.8rem;
  }
  .sec-3 .top-txt .t2 {
    font-size: 1.8rem;
  }
  .sec-3 .top-txt .t3 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-3 .img-box ul {
    gap: 2rem;
  }
  .sec-3 .img-box li {
    width: 100%;
  }
  .sec-3 .img-box li img {
    width: 100%;
  }
  .sec-3 .img-box li .txt {
    padding: 2rem;
  }
  .sec-3 .img-box li .txt h3 {
    font-size: 1.8rem;
  }
  .sec-3 .img-box li .txt p {
    min-height: 5rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-4 {
    padding: 8rem 0;
  }
  .sec-4 .inner {
    max-height: none;
  }
  .sec-4 .flex-wrap {
    gap: 5rem;
  }
  .sec-4 .top-txt .t1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .sec-4 .top-txt .t2 {
    font-size: 1.6rem;
  }
  .sec-4 .top-txt .t2 br {
    display: none;
  }
  .sec-4 .img-box {
    gap: 2rem 1rem;
  }
  .sec-4 .img-box .item {
    width: calc(50% - 0.5rem);
    padding: 0;
  }
  .sec-4 .img-box .item img {
    max-width: 12rem;
  }
  .sec-4 .img-box .item .t2 {
    font-size: 2rem;
  }
  .sec-4 .bottom-txt .t3 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-5 {
    padding: 8rem 0;
  }
  .sec-5 .top-txt {
    margin-bottom: 5rem;
    gap: 1.5rem;
    text-align: left;
  }
  .sec-5 .top-txt .t1 {
    font-size: 2.8rem;
    width: 60%;
  }
  .sec-5 .top-txt .t2 {
    font-size: 1.5rem;
    text-align: left;
  }
  .sec-5 .img-box {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .sec-5 .img-box .item {
    width: 100%;
  }
  .sec-5 .img-box .item .item-title {
    padding: 1.4rem 2rem;
  }
  .sec-5 .img-box .item .img-wrap ul {
    padding: 2rem 0;
  }
  .sec-5 .img-box .item .img-wrap ul li {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
  .sec-5 .img-box .item:nth-child(2) {
    transform: none;
  }
  .sec-5 .bottom-txt .t3 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-6 {
    padding: 8rem 0;
  }
  .sec-6 .inner {
    max-height: none;
  }
  .sec-6 .flex-wrap {
    gap: 6rem;
  }
  .sec-6 .top-txt .t1 {
    font-size: 2.8rem;
    width: 72%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .sec-6 .top-txt .t2 {
    font-size: 1.6rem;
  }
  .sec-6 .img-box {
    gap: 4rem;
  }
  .sec-6 .img-box .item {
    width: 100%;
    padding: 5rem 2rem 3rem;
  }
  .sec-6 .img-box .item .t2 {
    font-size: 2rem;
  }
  .sec-6 .img-box .item p,
  .sec-6 .img-box .item span {
    font-size: 1.5rem;
  }
  .sec-6 .img-box .item:last-child {
    height: auto;
    padding: 3rem 2rem;
  }
  .sec-6 .img-box .item:last-child .t2 {
    font-size: 1.6rem;
  }
  .sec-7 {
    padding: 8rem 0;
  }
  .sec-7 .inner {
    max-height: none;
  }
  .sec-7 .flex-wrap {
    gap: 4rem;
  }
  .sec-7 .top-txt .t1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .sec-7 .top-txt .t2 {
    font-size: 1.5rem;
  }
  .sec-7 .img-box {
    gap: 3rem;
  }
  .sec-7 .img-box .item {
    width: 100%;
    padding: 0 2rem 3rem;
  }
  .sec-7 .img-box .item .top {
    width: 100%;
    max-width: 24rem;
    padding: 1.8rem;
  }
  .sec-7 .img-box .item .top h4 {
    font-size: 2.4rem;
  }
  .sec-7 .img-box .item .top p {
    font-size: 1.5rem;
  }
  .sec-7 .img-box .item .t2 {
    font-size: 2rem;
  }
  .sec-7 .img-box .item p,
  .sec-7 .img-box .item span {
    font-size: 1.5rem;
  }
  .sec-7 .bottom-txt p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-8 {
    padding: 10rem 0;
    height: auto;
    min-height: 70rem;
    background-position: center;
  }
  .sec-8 .inner {
    max-height: none;
  }
  .sec-8 .flex-wrap {
    gap: 4rem;
  }
  .sec-8 .top-txt .t1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    width: 80%;
  }
  .sec-8 .top-txt .t2 {
    font-size: 1.5rem;
  }
  .sec-8 .img-box {
    gap: 2rem;
  }
  .sec-8 .img-box .item {
    width: 100%;
    padding: 2rem;
  }
  .sec-8 .img-box .item .t2 {
    font-size: 1.8rem;
  }
  .sec-8 .img-box .item p {
    font-size: 1.5rem;
    white-space: normal;
    line-height: 1.6;
  }
  .sec-8 .img-box .item p br {
    display: none;
  }
  .sec-9 {
    padding: 8rem 0;
  }
  .sec-9 .flex-wrap {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
  .sec-9 .txt-wrap {
    text-align: left;
    align-items: flex-start;
    margin-top: 0;
  }
  .sec-9 .txt-wrap .t1 {
    font-size: 2.8rem;
  }
  .sec-9 .txt-wrap .t2 {
    font-size: 1.6rem;
    text-align: left;
  }
  .sec-9 .txt-wrap .check {
    width: 100%;
  }
  .sec-9 .txt-wrap .check li {
    justify-content: flex-start;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0.5rem 0;
  }
  .sec-9 .txt-wrap .check li span {
    padding-right: 0;
  }
  .sec-9 .txt-wrap .check li span img {
    display: block;
    width: 2.4rem;
  }
  .sec-9 .img-wrap img {
    width: 100%;
    max-width: 50rem;
    height: auto;
  }
  .sec-9 .bottom-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .sec-10 {
    padding: 8rem 0;
  }
  .sec-10 .flex-wrap {
    gap: 4rem;
  }
  .sec-10 .txt-wrap .t1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .sec-10 .txt-wrap .t2 {
    font-size: 1.5rem;
    text-align: left;
  }
  .sec-10 .faq-wrap .faq-item .faq-question {
    padding: 2rem 1.5rem;
  }
  .sec-10 .faq-wrap .faq-item .faq-question p {
    font-size: 1.6rem;
    padding-right: 2rem;
  }
  .sec-10 .faq-wrap .faq-item .faq-question button img {
    width: 1.8;
  }
  .sec-10 .faq-wrap .faq-item .faq-answer {
    padding: 2rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .sec-11 {
    padding: 8rem 0;
  }
  .sec-11 .img-box img {
    min-height: 60rem;
  }
  .sec-11 .txt-wrap {
    gap: 2rem;
    padding: 0 2rem;
  }
  .sec-11 .txt-wrap .t1 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .sec-11 .txt-wrap .t2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .sec-11 .txt-wrap .t3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .sec-11 .txt-wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sec-11 .txt-wrap .check {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .sec-11 .txt-wrap .check li {
    font-size: 1.5rem;
  }
  .sec-11 .txt-wrap .link-wrap {
    width: 100%;
    flex-direction: column;
  }
  .sec-11 .txt-wrap .link-wrap a {
    width: 100%;
    max-width: 32rem;
  }
}
@media (max-width: 480px) {
  .sec-1 .txt-wrap .t1 {
    font-size: 3rem;
  }
  .sec-1 .txt-wrap .t2 {
    font-size: 1.9rem;
  }
  .sec-1 .txt-wrap .t3 {
    font-size: 1.4rem;
  }
  .sec-1 .txt-wrap .check li {
    font-size: 1.4rem;
  }
  .sec-1 .txt-wrap .link-wrap a {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
  .sec-2 .top-txt .t1 {
    font-size: 2.4rem;
  }
  .sec-2 .img-box .item {
    padding: 7rem 2rem 2.5rem;
  }
  .sec-2 .img-box .item .t2 {
    font-size: 2rem;
  }
  .sec-2 .img-box .item p {
    font-size: 1.4rem;
  }
  .sec-2 .img-box .item::after {
    width: 9rem;
    height: 9rem;
    top: -4.5rem;
  }
  .sec-3 .top-txt .t1 {
    font-size: 2.4rem;
  }
  .sec-3 .top-txt .t2 {
    font-size: 1.6rem;
  }
  .sec-3 .top-txt .t3 {
    font-size: 1.4rem;
  }
  .sec-3 .img-box li .txt {
    padding: 1.8rem;
  }
  .sec-3 .img-box li .txt h3 {
    font-size: 1.7rem;
  }
  .sec-3 .img-box li .txt p {
    font-size: 1.4rem;
  }
  .sec-4 .top-txt .t1 {
    font-size: 2.4rem;
  }
  .sec-4 .top-txt .t2 {
    font-size: 1.6rem;
  }
  .sec-4 .img-box .item img {
    max-width: 10rem;
  }
  .sec-4 .img-box .item .t2 {
    font-size: 1.8rem;
  }
  .sec-4 .bottom-txt .t3 {
    font-size: 1.4rem;
  }
  .sec-5 .top-txt .t1 {
    font-size: 2.4rem;
    width: 70%;
  }
  .sec-5 .top-txt .t2 {
    font-size: 1.5rem;
  }
  .sec-5 .img-box .item .item-title {
    font-size: 1.6rem;
  }
  .sec-5 .img-box .item .img-wrap ul li {
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
  }
  .sec-5 .bottom-txt .t3 {
    font-size: 1.4rem;
  }
  .sec-6 .top-txt .t1 {
    font-size: 2.4rem;
    width: 85%;
  }
  .sec-6 .top-txt .t2 {
    font-size: 1.5rem;
  }
  .sec-6 .img-box .item {
    padding: 4rem 2rem 2.5rem;
  }
  .sec-6 .img-box .item .t2 {
    font-size: 1.8rem;
  }
  .sec-6 .img-box .item p,
  .sec-6 .img-box .item span {
    font-size: 1.4rem;
  }
  .sec-6 .img-box .item::after {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
    background-size: contain !important;
  }
  .sec-6 .img-box .item:last-child .t2 {
    font-size: 1.6rem;
  }
  .sec-7 .top-txt .t1 {
    font-size: 2.4rem;
  }
  .sec-7 .top-txt .t2 {
    font-size: 1.5rem;
  }
  .sec-7 .img-box .item .top {
    padding: 1.5rem;
  }
  .sec-7 .img-box .item .top h4 {
    font-size: 2rem;
  }
  .sec-7 .img-box .item .top p {
    font-size: 1.4rem;
  }
  .sec-7 .img-box .item .t2 {
    font-size: 1.8rem;
  }
  .sec-7 .img-box .item p,
  .sec-7 .img-box .item span {
    font-size: 1.4rem;
  }
  .sec-7 .bottom-txt p {
    font-size: 1.4rem;
  }
  .sec-8 {
    padding: 8rem 0;
  }
  .sec-8 .top-txt .t1 {
    font-size: 2.4rem;
  }
  .sec-8 .top-txt .t2 {
    font-size: 1.5rem;
  }
  .sec-8 .img-box .item {
    padding: 1.8rem;
  }
  .sec-8 .img-box .item .t2 {
    font-size: 1.7rem;
  }
  .sec-8 .img-box .item p {
    font-size: 1.4rem;
  }
  .sec-9 .txt-wrap .t1 {
    font-size: 2.4rem;
  }
  .sec-9 .txt-wrap .t2 {
    font-size: 1.5rem;
  }
  .sec-9 .txt-wrap .check li {
    justify-content: flex-start;
    font-size: 1.4rem;
    text-align: left;
    align-items: flex-start;
  }
  .sec-9 .bottom-txt {
    font-size: 1.4rem;
  }
  .sec-10 .txt-wrap .t1 {
    font-size: 2.4rem;
  }
  .sec-10 .txt-wrap .t2 {
    font-size: 1.5rem;
  }
  .sec-10 .faq-wrap .faq-item .faq-question p {
    font-size: 1.7rem;
  }
  .sec-10 .faq-wrap .faq-item .faq-question button img {
    width: 2rem;
  }
  .sec-10 .faq-wrap .faq-item .faq-answer {
    font-size: 1.4rem;
    padding: 1.8rem 1.5rem;
  }
  .sec-11 {
    padding: 6rem 0;
  }
  .sec-11 .img-box img {
    min-height: 55rem;
  }
  .sec-11 .txt-wrap {
    padding: 0;
  }
  .sec-11 .txt-wrap .t1 {
    font-size: 3rem;
  }
  .sec-11 .txt-wrap .t2 {
    font-size: 1.9rem;
  }
  .sec-11 .txt-wrap .t2 br {
    display: none;
  }
  .sec-11 .txt-wrap .t3 {
    font-size: 1.4rem;
  }
  .sec-11 .txt-wrap p {
    font-size: 1.5rem;
  }
  .sec-11 .txt-wrap .check li {
    font-size: 1.4rem;
  }
  .sec-11 .txt-wrap .link-wrap a {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}
.t1.up,
.t2.up,
.t3.up {
  opacity: 0;
}

.txt-wrap .t1,
.txt-wrap .t2,
.txt-wrap .t3,
.txt-wrap .check,
.txt-wrap .link-wrap {
  opacity: 0;
}

.item.a,
.item.b,
.item.c,
.item.d,
.item.e {
  opacity: 0;
}

.sec-4 .img-box li,
.sec-4 .img-box .item {
  opacity: 0;
}

.bottom-txt p {
  opacity: 0;
}

.faq-wrap {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */