/* 기본 노말라이징 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -0.05em;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
select,
textarea {
  font-family: "Spoqa Han Sans Neo";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}
textarea {
  resize: none;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
button {
  border: none;
  border-radius: 0;
  background: transparent;
  display: block;
  font-size: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------------- */

/* 옵션 */
body {
  overflow-x: hidden;
  background: linear-gradient(166.89deg, #353d78 0%, #020202 100%);
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
body.active {
  overflow-y: hidden;
}
.con {
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
}
.img-box > img {
  width: 100%;
  display: block;
}
.k-cell::after {
  content: "";
  display: block;
  clear: both;
}
.cell {
  float: left;
  box-sizing: border-box;
}
.cell-right {
  float: right;
  box-sizing: border-box;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inflex {
  display: inline-flex;
}
.ais {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.jcs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jce {
  justify-content: flex-end;
}
.jcsb {
  justify-content: space-between;
}
.fdc {
  flex-direction: column;
}
.fdcr {
  flex-direction: column-reverse;
}
.fww {
  flex-wrap: wrap;
}
.tdu {
  text-decoration: underline;
}
.tdm {
  text-decoration: line-through;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.zi5 {
  z-index: 5;
}
.zi6 {
  z-index: 6;
}
.zi7 {
  z-index: 7;
}
.zi8 {
  z-index: 8;
}
.zi9 {
  z-index: 9;
}
.zi10 {
  z-index: 10;
}
.zi100 {
  z-index: 100;
}
.zi1000 {
  z-index: 1000;
}
.zi10000 {
  z-index: 10000;
}
.xy-middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-middle {
  left: 50%;
  transform: translateX(-50%);
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
}
.xy-tl {
  top: 0;
  left: 0;
}
.xy-tr {
  top: 0;
  right: 0;
}
.xy-bl {
  bottom: 0;
  left: 0;
}
.xy-br {
  bottom: 0;
  right: 0;
}
.x-l {
  left: 0;
}
.x-r {
  right: 0;
}
.y-t {
  top: 0;
}
.y-b {
  bottom: 0;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.wsn {
  white-space: nowrap;
}
.cp {
  cursor: pointer;
}
.bsb {
  box-sizing: border-box;
}
.mgc {
  margin: 0 auto;
}
.bdr4 {
  border-radius: 4px;
}
.bdr6 {
  border-radius: 6px;
}
.bdr8 {
  border-radius: 8px;
}
.bdr10 {
  border-radius: 10px;
}
.bdr12 {
  border-radius: 12px;
}
.bdr16 {
  border-radius: 16px;
}
.bdr20 {
  border-radius: 20px;
}
.bdr20 {
  border-radius: 30px;
}
.bdr50 {
  border-radius: 50%;
}
.w100per {
  width: 100%;
}
.h100per {
  height: 100%;
}
.wh100per {
  width: 100%;
  height: 100%;
}
span,
a {
  display: block;
}
.tl {
  font-weight: 300;
}
.tr {
  font-weight: 400;
}
.tm {
  font-weight: 500;
}
.tsb {
  font-weight: 600;
}
.tb {
  font-weight: 700;
}
.tbb {
  font-weight: 900;
}
.ex::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  transform: translateX(-50%);
  transform: translateY(-50%);
}
button {
  position: relative;
  overflow: hidden;
}
button span {
  position: relative;
  z-index: 6;
}
button .hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}
button:hover .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* ------------------------------------------------------------------------------- */

/* 고정 버튼 */
.fix-btn {
  width: 462px;
  height: 110.6px;
  top: 16.8px;
}
.fix-btn .inner-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.fix-btn .inner-wrap .logo-box {
  width: 70.65px;
  top: 0;
  left: 0;
}
.fix-btn .inner-wrap > button {
  width: 100%;
  height: 93.8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #312d68;
  border-radius: 8.4px;
  box-sizing: border-box;
  padding: 0 14px 0 22.4px;
  box-shadow: 0px 9.8px 16.8px 0px #31170e40;
  text-align: left;
}
.fix-btn .inner-wrap > button .inner-box {
  width: 100%;
  height: 100%;
}
.fix-btn .inner-wrap > button .inner-box .text-box > h1 {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #b3b8d7;
}
.fix-btn .inner-wrap > button .inner-box .text-box > h2 {
  font-size: 23.8px;
  line-height: 135%;
  color: #fffffff0;
  letter-spacing: -0.7px;
  align-items: baseline;
}
.fix-btn .inner-wrap > button .inner-box .text-box > h2 > span {
  font-size: 16.8px;
  line-height: 135%;
  letter-spacing: -0.7px;
}
.fix-btn .inner-wrap > button .inner-box .btn-box {
  box-sizing: border-box;
  padding: 11.2px 16.8px;
  border-radius: 999px;
  background: #322df1ee;
  gap: 2.8px;
}
.fix-btn .inner-wrap > button .inner-box .btn-box > .text {
  color: #fff;
  font-size: 19.6px;
}
.fix-btn .inner-wrap > button .inner-box .btn-box > .img-box {
  width: 19.6px;
}

/* ------------------------------------------------------------------------------- */

/* 메인 비주얼 영역 */
.main-visual-area {
  width: 100%;
  height: 1092px;
  background: linear-gradient(166.89deg, #353d78 0%, #020202 100%);
  overflow: hidden;
}
.main-visual-area .con {
  max-width: 686px;
  height: 100%;
  padding: 0;
}
.main-visual-area .bg-box {
  width: 100%;
  top: -140px;
}
.main-visual-area .gra-box {
  width: 41px;
}
.main-visual-area .gra-box-1 {
  left: 0;
}
.main-visual-area .gra-box-2 {
  right: 0;
}
.main-visual-area .ef-img-box-1 {
  width: 148.39999389648438px;
  top: 162.4px;
  left: 26.6px;
}
.main-visual-area .ef-img-box-2 {
  width: 158.1999969482422px;
  top: 14px;
  left: 463.4px;
}
.main-visual-area .ef-img-box-4 {
  width: 604.7999877929688px;
  bottom: 0;
}
.main-visual-area .slide-area {
  width: 100%;
  height: 100%;
  top: 0;
}
.main-visual-area .slide-area .swiper {
  height: 100%;
}
.main-visual-area .slide-area .swiper .swiper-slide {
  height: 100%;
}
.main-visual-area .slide-area .swiper .swiper-slide .ef-img-box-3 {
  width: 345.79998779296875px;
  top: 180.6px;
  left: 336px;
}
.main-visual-area .slide-area .swiper .swiper-slide .title-img-box-1 {
  width: 261.79998779296875px;
  top: 180px;
}
.main-visual-area .slide-area .swiper .swiper-slide .title-img-box-2 {
  width: 420px;
  top: 177.41px;
}
.main-visual-area .slide-area .swiper .swiper-slide .title-img-box-2 > img {
  opacity: 0;
}
.main-visual-area .slide-area .swiper .swiper-slide-active .title-img-box-2 > img {
  animation: fade 0.5s ease-in-out forwards;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-img-box-1 {
  width: 111.7px;
  top: 428.4px;
  left: 131.76px;
  transform: rotate(-3.01deg);
}
.main-visual-area .slide-area .swiper .swiper-slide .card-img-box-2 {
  width: 154.18px;
  top: 347.2px;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-img-box-2 > img {
  opacity: 0;
  transform: perspective(400px) rotateY(90deg);
  border-radius: 8px;
  box-shadow: 0px 21.35px 18.3px 0px #00000040;
}
.main-visual-area .slide-area .swiper .swiper-slide-active .card-img-box-2 > img {
  animation: flip-left 0.5s ease-in-out forwards;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-img-box-3 {
  width: 111.7px;
  top: 428.4px;
  right: 131.76px;
  transform: rotate(3.01deg);
}
.main-visual-area .slide-area .swiper .swiper-slide .card-name-img-box-1 {
  width: 504px;
  top: 579.6px;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-name-img-box-2 {
  width: 184.8px;
  top: 676.2px;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-benefit-img-box {
  width: 316.4px;
  top: 712.6px;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-benefit-img-box > img {
  opacity: 0;
}
.main-visual-area .slide-area .swiper .swiper-slide .card-benefit-img-box > img {
  animation: fade 0.5s ease-in-out forwards;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap {
  width: 253.4px;
  top: 848.8px;
  gap: 11.2px;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn {
  width: 100%;
  height: 56px;
  border-radius: 5.6px;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-1 {
  background: #322de8;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-1 {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}
.main-visual-area .slide-area .swiper .swiper-slide-active .btn-wrap > .btn-1 {
  animation: fade-up 0.3s 0.2s ease-in-out forwards;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-2 {
  background: #7a86fe;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-2 {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}
.main-visual-area .slide-area .swiper .swiper-slide-active .btn-wrap > .btn-2 {
  animation: fade-up 0.3s 0.6s ease-in-out forwards;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn > h1 {
  font-size: 19.6px;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-1 > h1 {
  color: #ffffff;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-2 > h1 {
  color: #000000;
}
.main-visual-area .slide-area .swiper .swiper-slide .btn-wrap > .btn-2 > h1 {
  color: #000000;
}
.main-visual-area .slide-area .swiper .swiper-slide > p {
  font-size: 15px;
  line-height: 20px;
  color: #8e8b84;
  top: 991.2px;
  left: 119px;
  gap: 2.8px;
  opacity: 0;
}
.main-visual-area .slide-area .swiper .swiper-slide-active > p {
  animation: fade 0.5s ease-in-out forwards;
}
.main-visual-area .slide-area .swiper .swiper-slide > p > span {
  line-height: 20px;
  white-space: nowrap;
}
.main-visual-area .slide-area .swiper .swiper-button-prev,
.main-visual-area .slide-area .swiper .swiper-button-next {
  width: 53.2px;
  height: 53.2px;
  top: 663.6px !important;
  margin: 0 !important;
}
.main-visual-area .slide-area .swiper .swiper-button-prev {
  left: 182px !important;
}
.main-visual-area .slide-area .swiper .swiper-button-next {
  right: 182px !important;
}
.main-visual-area .slide-area .swiper .swiper-button-prev > .img-box,
.main-visual-area .slide-area .swiper .swiper-button-next > .img-box {
  width: 100%;
}
.main-visual-area .slide-area .swiper .swiper-button-next > .img-box {
  transform: scaleX(-1);
}
.main-visual-area .slide-area .swiper .swiper-button-prev::after,
.main-visual-area .slide-area .swiper .swiper-button-next::after {
  display: none;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-1 */
.cnt-area-1 {
  box-sizing: border-box;
  padding: 0 0 56px 0;
  background-image: url("../../static/images/city_24benefit_2512/body-pattern.png");
  background-repeat: repeat;
  background-size: 100px 100px;
}
.cnt-area-1 .con {
  gap: 58.8px;
  max-width: 504px;
  padding: 0;
}
.cnt-area-1 .box .title-wrap {
  box-sizing: border-box;
  padding: 33.6px 0;
}
.cnt-area-1 .box .title-wrap .event-text-img-box {
  width: 127.4px;
}
.cnt-area-1 .box .title-wrap .event-img-box {
  width: 302.4px;
  margin-top: 19.6px;
}
.cnt-area-1 .box .title-wrap .event-title-img-box {
  width: 452.2px;
}
.cnt-area-1 .box .text-wrap {
  box-sizing: border-box;
  padding: 44.8px 33.6px;
  background: #ebe4f4;
  border-radius: 11.2px;
  gap: 22.4px;
  box-shadow: 0px 5.6px 19.6px 0px #00000040;
}
.cnt-area-1 .box .text-wrap .text-box .title-box {
  margin-bottom: 11.2px;
}
.cnt-area-1 .box .text-wrap .text-box .title-box > .img-box {
  width: 63px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-4 .title-box > .img-box {
  width: 179.6px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-5 .title-box > .img-box {
  width: 94px;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 .title-box > .img-box {
  width: 153px;
}
.cnt-area-1 .box-2 .text-wrap .text-box-3 .title-box > .img-box {
  width: 94px;
}
.event-box {
  gap: 8.4px;
}
.event-box > span {
  box-sizing: border-box;
  padding: 5.6px;
  border-radius: 8.4px;
  background: #1f1c190a;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #1f1c19;
}
.event-box > p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #1f1c19;
}
.cnt-area-1 .box .text-wrap .text-box > .star-text-list-box {
  gap: 5.6px;
}
.cnt-area-1 .box .text-wrap .text-box > .star-text-list-box > li {
  gap: 2.8px;
}
.cnt-area-1 .box .text-wrap .text-box > .star-text-list-box > li > .text-1 {
  width: 9.8px;
  min-width: 9.8px;
  font-size: 15px;
  line-height: 20px;
  color: #1f1c19;
  margin-top: 4.2px;
}
.cnt-area-1 .box .text-wrap .text-box > .star-text-list-box > li > .text-2 {
  font-size: 15px;
  line-height: 20px;
  color: #1f1c19;
}
.cnt-area-1 .box .text-wrap .text-box > .star-text-list-box > li > .text-2 > span {
  line-height: 20px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-1 > h1 {
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-1 .text-wrap .text-box-1 > h1 > span {
  font-size: 15.4px;
  line-height: 28px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-1 > .p-box {
  margin-top: 5.6px;
  gap: 2.8px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-1 > .p-box > .text {
  font-size: 15px;
  line-height: 20px;
  color: #1f1c19;
  white-space: nowrap;
}
.cnt-area-1 .box-1 .text-wrap .text-box-1 > .p-box > p {
  font-size: 15px;
  line-height: 20px;
  color: #1f1c19;
}
.cnt-area-1 .box-1 .text-wrap .text-box-2 > h1 {
  margin-top: 11.2px;
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-1 .text-wrap .text-box-2 > p {
  font-size: 18px;
  line-height: 135%;
  color: #1f1c19;
}
.cnt-area-1 .box-1 .text-wrap .text-box-2 > .p-box {
  margin-top: 5.6px;
  gap: 5.6px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-2 > .p-box > .img-box {
  width: 11.2px;
  min-width: 11.2px;
  margin-top: 2.8px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-2 > .p-box > p {
  font-size: 16.8px;
  line-height: 18.2px;
  letter-spacing: -0.04em;
  color: #0a0ab9;
}
.cnt-area-1 .box-1 .text-wrap .text-box-2 > .p-box > p > span {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box {
  margin-top: 11.2px;
  gap: 8.4px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li {
  gap: 11.2px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li > .img-box {
  width: 39.2px;
  min-width: 39.2px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li > ul {
  gap: 2.8px;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li > ul > li.text-1 {
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li > ul > li.text-1 > span {
  line-height: 28px;
  color: #0a0ab9;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li > ul > li.text-2 {
  font-size: 19.6px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-1 .text-wrap .text-box-3 > .benefit-box > li > ul > li.text-2 > span {
  font-size: 18.2px;
  line-height: 23.8px;
  letter-spacing: -0.7px;
  color: #0a0ab9;
}
.cnt-area-1 .box-1 .text-wrap .text-box-4 > p {
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-2 .text-wrap .text-box-1 > h1 {
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-2 .text-wrap .text-box-1 > p {
  font-size: 15px;
  line-height: 20px;
  color: #1f1c19;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > h1 {
  font-size: 18px;
  line-height: 24px;
  color: #0a0ab9;
  letter-spacing: -0.7px;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > p {
  margin-top: 2.8px;
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > ul {
  margin-top: 11.2px;
  gap: 5.6px;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > ul > li > .text-1 {
  gap: 2.8px;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > ul > li > .text-1 > .img-box {
  width: 16.8px;
  min-width: 16.8px;
  margin-top: 2.8px;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > ul > li > .text-1 > h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: #0a0ab9;
}
.cnt-area-1 .box-2 .text-wrap .text-box-2 > ul > li > p {
  font-size: 20px;
  line-height: 28px;
  color: #1f1c19;
}

/* ------------------------------------------------------------------------------- */

/* 컨텐츠 영역-3 */
.cnt-area-3 {
  box-sizing: border-box;
  padding: 36px 0 50px 0;
  background: #24222e;
}
.cnt-area-3 .con {
  width: 100%;
  max-width: 1400px;
  padding: 0;
}
.cnt-area-3 .title-box {
  gap: 8px;
  box-sizing: border-box;
  padding-left: 11px;
  margin: 14px 0;
}
.cnt-area-3 .title-box .img-box {
  width: 25px;
}
.cnt-area-3 .title-box h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #efece4;
}
.cnt-area-3 .text-area {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cnt-area-3 .text-area > li > h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #efece4;
  box-sizing: border-box;
  padding-left: 22.4px;
  margin-bottom: 5.6px;
}
.cnt-area-3 .text-area > li .text-box > li {
  box-sizing: border-box;
  padding-left: 26px;
  font-size: 18px;
  line-height: 135%;
  color: #efece4;
  position: relative;
}
.cnt-area-3 .text-area > li .text-box > li:not(.text-ef-1):after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #efece4;
  position: absolute;
  top: 9.5px;
  left: 10.5px;
  border-radius: 50%;
}
.cnt-area-3 .text-area > li .text-box > li.text-ef-1::after {
  content: "※";
  display: block;
  font-size: 18px;
  color: #efece4;
  position: absolute;
  top: 0;
  left: 4.5px;
}
.cnt-area-3 .text-area > li .text-box.mini > li {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
}
.cnt-area-3 .text-area > li .text-box.mini > li:not(.text-ef-1):after {
  top: 8.5px;
}

.cap-txt-1,
.cap-txt-2,
.cap-txt-3 {
  display: none;
}

#go_detail_1 ~ .cap-txt-1 {
  display: flex;
}
#go_detail_2 ~ .cap-txt-2 {
  display: flex;
}
#go_detail_3 ~ .cap-txt-3 {
  display: flex;
}

.kv-sub-title {
  position: absolute;
  left: calc(50%);
  transform: translateX(-50%);
  width: 340px;
  top: 588px;
}
.kv-sub-title img {
  width: 100%;
}
