.main-visual {
  position: relative;
  width: 100%;
  height: 40.625rem;
  overflow: hidden;
}
.main-visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
}
.main-visual-content {
  position: relative;
  width: 100rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-visual-text {
  position: relative;
  z-index: 2;
  color: white;
  font-family: "S-Core Dream", sans-serif;
  font-weight: 700;
  font-size: var(--f3);
  line-height: var(--l3);
  letter-spacing: -0.045rem;
}
.main-visual-text p {
  margin: 0;
}
.main-visual-text .highlight {
  color: #b11116;
}
.main-visual-divider {
  position: absolute;
  left: 50%;
  top: 10.3125rem;
  transform: translateX(-50%);
  width: 0.0625rem;
  height: 20rem;
  background: rgba(255, 255, 255, 0.5);
}
.main-visual-right {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 4.8125rem;
  align-items: center;
}
.main-visual-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 18.875rem;
  color: white;
}
.main-visual-subtitle {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: var(--f5);
  line-height: var(--l5);
  letter-spacing: -0.0275rem;
}
.main-visual-maintitle {
  margin: 0;
  font-family: "S-Core Dream", sans-serif;
  font-weight: 700;
  font-size: var(--f2);
  line-height: var(--l2);
  letter-spacing: -0.05rem;
}
.main-visual-image {
  width: 25rem;
  height: 18.75rem;
  border-top-right-radius: 2.5rem;
  overflow: hidden;
  position: relative;
}
.main-visual-image .swiper .swiper-wrapper .swiper-slide {
  width: 25rem;
  height: 18.75rem;
}
.main-visual-image .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-visual-image .swiper .swiper-pagination {
  bottom: 0.625rem;
  text-align: right;
  padding-right: 2.5rem;
}
.main-visual-image .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
  border: 0.125rem solid #b11116;
}
.main-visual-image .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b11116;
  opacity: 1;
}
.main-visual-image .swiper .btn-toggle {
  z-index: 11;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 0.625rem;
  right: 1.25rem;
  background: url(../../../images/pause.svg) no-repeat center center/cover;
}
.main-visual-image .swiper .btn-toggle.play {
  background: url(../../../images/play.svg) no-repeat center center/cover;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .main-visual {
    height: 34.375rem;
  }
  .main-visual-content {
    width: 100%;
    padding: 0 2.5rem;
  }
  .main-visual-divider {
    height: 17.5rem;
    top: 8.4375rem;
  }
  .main-visual-text {
    width: calc(50% - 1.25rem);
  }
  .main-visual-right {
    width: calc(50% - 1.25rem);
    gap: 3.75rem;
  }
  .main-visual-title {
    width: 16.25rem;
    gap: 0.5rem;
  }
  .main-visual-image {
    width: 18.75rem;
    height: 14.0625rem;
    border-top-right-radius: 2rem;
  }
  .main-visual-image .swiper .swiper-wrapper .swiper-slide {
    width: 18.75rem;
    height: 14.0625rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .main-visual {
    height: auto;
    padding: 2.5rem 0;
  }
  .main-visual-content {
    width: 100%;
    display: block;
  }
  .main-visual-text {
    font-size: 1.875rem;
    line-height: 1.6;
    text-align: center;
  }
  .main-visual-divider {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 70%;
    height: 0.0625rem;
    margin: 1.25rem auto;
  }
  .main-visual-right {
    gap: 1.25rem;
    flex-direction: column;
    align-items: center;
  }
  .main-visual-title {
    width: auto;
    align-items: center;
    text-align: center;
  }
  .main-visual-subtitle {
    font-size: 1.146rem;
  }
  .main-visual-maintitle {
    font-size: 2.083rem;
  }
  .main-visual-image {
    width: 20.833rem;
    height: 15.625rem;
    border-top-right-radius: 2.083rem;
  }
  .main-visual-image .swiper .swiper-wrapper .swiper-slide {
    width: 20.833rem;
    height: 15.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual {
    height: auto;
    min-height: 35.556rem;
  }
  .main-visual-content {
    width: 100%;
    padding: 2.222rem 1.25rem;
    flex-direction: column;
    gap: 1rem;
  }
  .main-visual-text {
    font-size: 1.111rem;
    line-height: 1.6;
    text-align: center;
  }
  .main-visual-divider {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 70%;
    height: 0.0625rem;
    margin: 0.625rem auto;
  }
  .main-visual-right {
    gap: 1.778rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .main-visual-title {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 0.556rem;
  }
  .main-visual-subtitle {
    font-size: 1rem;
  }
  .main-visual-maintitle {
    font-size: 1.556rem;
  }
  .main-visual-image {
    width: 100%;
    max-width: 22.222rem;
    height: 16.667rem;
    border-top-right-radius: 2.222rem;
  }
}
.notice-service {
  background: white;
  padding: 3.75rem 0;
}
.notice-service-wrapper {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}

.notice-box {
  flex: 1;
  background: #f8f8fa;
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
  border-top-right-radius: 2.5rem;
  overflow: hidden;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
}

.notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding: 0 2rem 0 0;
  background: #b11116;
  border-bottom: 0.0625rem solid #e1e1e4;
  border-top-right-radius: 2.5rem;
}
.notice-header h2 {
  margin: 0;
  padding: 1.5rem 1.25rem;
  font-family: "Noto Sans KR", sans-serif;
  font-size: var(--f5);
  font-weight: 700;
  line-height: var(--l5);
  letter-spacing: -0.0413rem;
  color: white;
}

.notice-more {
  width: 1.1875rem;
  height: 1.1875rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.notice-more .plus-icon {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  position: relative;
}
.notice-more .plus-icon span {
  position: absolute;
  background: white;
}
.notice-more .plus-icon span:first-child {
  width: 0.0625rem;
  height: 1.1875rem;
  left: 0.5625rem;
  top: 0;
}
.notice-more .plus-icon span:last-child {
  width: 1.1875rem;
  height: 0.0625rem;
  left: 0;
  top: 0.5625rem;
}
.notice-more:hover {
  opacity: 0.8;
}

.notice-list {
  padding: 0.5rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.375rem 0;
  border-bottom: 0.0625rem solid #e1e1e4;
  text-decoration: none;
  transition: background 0.3s;
}
.notice-item:hover {
  background: rgba(177, 17, 22, 0.05);
}
.notice-item p {
  margin: 0;
  line-height: 1.5;
}

.notice-title {
  font-family: "Noto Sans KR", sans-serif;
  font-size: var(--f8);
  font-weight: 500;
  line-height: var(--l8);
  letter-spacing: -0.02rem;
  color: #333;
}

.notice-date {
  font-family: "Noto Sans KR", sans-serif;
  font-size: var(--f8);
  font-weight: 400;
  line-height: var(--l8);
  letter-spacing: -0.0175rem;
  color: #767676;
  flex-shrink: 0;
  margin-left: 1rem;
}

.quick-service-box {
  flex: 1;
  background: #f8f8fa;
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
  border-top-right-radius: 2.5rem;
  overflow: hidden;
}

.quick-service-header {
  display: flex;
  align-items: center;
  height: 5rem;
  padding: 0 2rem 0 0;
  background: #b11116;
  border-bottom: 0.0625rem solid #e1e1e4;
  border-top-right-radius: 2.5rem;
}
.quick-service-header h2 {
  margin: 0;
  padding: 1.5rem 1.25rem;
  font-family: "Noto Sans KR", sans-serif;
  font-size: var(--f5);
  font-weight: 700;
  line-height: var(--l5);
  letter-spacing: -0.0413rem;
  color: white;
}

.quick-service-list {
  display: flex;
  gap: 1.25rem;
  padding: 3.125rem 2.5rem;
  height: 13.75rem;
  align-items: center;
}

.quick-service-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0 0.25rem;
  text-decoration: none;
  transition: transform 0.3s;
}
.quick-service-item:hover {
  transform: translateY(-0.25rem);
}

.quick-service-icon {
  width: 5rem;
  height: 5rem;
  background: #b11116;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.quick-service-icon img {
  width: 3.75rem;
  height: 3.75rem;
}
.quick-service-icon .question-mark {
  position: absolute;
  top: 0.75rem;
  left: 1.5rem;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: white;
  pointer-events: none;
}

.quick-service-label {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: var(--f7);
  font-weight: 700;
  line-height: var(--l7);
  color: #b11116;
  text-align: center;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .notice-service {
    padding: 3.125rem 0;
  }
  .notice-service-wrapper {
    gap: 1.875rem;
  }
  .notice-box {
    height: 16.25rem;
    border-top-right-radius: 2rem;
  }
  .quick-service-box {
    border-top-right-radius: 2rem;
  }
  .notice-header,
  .quick-service-header {
    height: 4.375rem;
    border-top-right-radius: 2rem;
  }
  .notice-header h2,
  .quick-service-header h2 {
    padding: 1.25rem 1.125rem;
  }
  .notice-list {
    padding: 0.375rem 1.125rem;
  }
  .notice-item {
    padding: 1.125rem 0;
  }
  .notice-date {
    margin-left: 0.875rem;
  }
  .quick-service-list {
    padding: 2.5rem 2rem;
    height: 11.875rem;
    gap: 1rem;
  }
  .quick-service-item {
    gap: 0.625rem;
  }
  .quick-service-icon {
    width: 4.375rem;
    height: 4.375rem;
  }
  .quick-service-icon img {
    width: 3.25rem;
    height: 3.25rem;
  }
  .quick-service-icon .question-mark {
    top: 0.625rem;
    left: 1.3125rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .notice-service {
    padding: 3.125rem 0;
  }
  .notice-service-wrapper {
    display: block;
  }
  .notice-box,
  .quick-service-box {
    width: 100%;
    border-top-right-radius: 2.083rem;
  }
  .notice-box {
    height: 15.625rem;
    margin-bottom: 2.5rem;
  }
  .notice-header,
  .quick-service-header {
    height: 4.167rem;
    padding: 0 1.667rem 0 0;
    border-top-right-radius: 2.083rem;
  }
  .notice-header h2,
  .quick-service-header h2 {
    padding: 1.25rem 1.042rem;
    font-size: 1.146rem;
  }
  .notice-more {
    width: 0.99rem;
    height: 0.99rem;
  }
  .notice-more .plus-icon {
    width: 0.99rem;
    height: 0.99rem;
  }
  .notice-more .plus-icon span:first-child {
    height: 0.99rem;
    left: 0.469rem;
  }
  .notice-more .plus-icon span:last-child {
    width: 0.99rem;
    top: 0.469rem;
  }
  .notice-list {
    padding: 0.417rem 1.042rem;
  }
  .notice-item {
    padding: 0.729rem 0;
  }
  .notice-title {
    font-size: 0.833rem;
  }
  .notice-date {
    font-size: 0.729rem;
    margin-left: 0.833rem;
  }
  .quick-service-list {
    padding: 2.604rem 2.083rem;
    height: 11.458rem;
    gap: 1.042rem;
  }
  .quick-service-item {
    gap: 0.625rem;
    padding: 0 0.208rem;
  }
  .quick-service-icon {
    width: 4.167rem;
    height: 4.167rem;
  }
  .quick-service-icon img {
    width: 3.125rem;
    height: 3.125rem;
  }
  .quick-service-icon .question-mark {
    top: 0.625rem;
    left: 1.25rem;
    font-size: 1.25rem;
  }
  .quick-service-label {
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 767px) {
  .notice-service {
    padding: 2.222rem 0;
  }
  .notice-service-wrapper {
    display: block;
  }
  .notice-box,
  .quick-service-box {
    width: 100%;
    border-top-right-radius: 1.778rem;
  }
  .notice-box {
    height: 16.875rem;
    margin-bottom: 1.25rem;
  }
  .notice-header,
  .quick-service-header {
    height: 3.556rem;
    padding: 0 1.333rem 0 0;
    border-top-right-radius: 1.778rem;
  }
  .notice-header h2,
  .quick-service-header h2 {
    padding: 1rem 0.889rem;
    font-size: 1rem;
  }
  .notice-more {
    width: 0.844rem;
    height: 0.844rem;
  }
  .notice-more .plus-icon {
    width: 0.844rem;
    height: 0.844rem;
  }
  .notice-more .plus-icon span:first-child {
    height: 0.844rem;
    left: 0.4rem;
  }
  .notice-more .plus-icon span:last-child {
    width: 0.844rem;
    top: 0.4rem;
  }
  .notice-list {
    padding: 0.444rem 0.889rem;
  }
  .notice-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.444rem;
    padding: 0.778rem 0;
  }
  .notice-title {
    font-size: 0.778rem;
  }
  .notice-date {
    font-size: 0.667rem;
    margin-left: 0;
  }
  .quick-service-list {
    padding: 2.222rem 1.778rem;
    height: auto;
    gap: 1.333rem;
    flex-wrap: wrap;
  }
  .quick-service-item {
    flex: 0 0 calc(50% - 0.667rem);
    gap: 0.556rem;
    padding: 0;
  }
  .quick-service-icon {
    width: 3.556rem;
    height: 3.556rem;
  }
  .quick-service-icon img {
    width: 2.667rem;
    height: 2.667rem;
  }
  .quick-service-icon .question-mark {
    top: 0.533rem;
    left: 1.067rem;
    font-size: 1.067rem;
  }
  .quick-service-label {
    font-size: 0.889rem;
  }
}
.photo-album {
  position: relative;
  width: 100%;
  height: 39.5625rem;
  overflow: hidden;
  margin-bottom: 6.4375rem;
}
.photo-album-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-album-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo-album-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
}
.photo-album .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 5rem;
}
.photo-album-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5625rem;
}
.photo-album-header h2 {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: var(--f4);
  font-weight: 600;
  line-height: var(--l4);
  color: white;
}
.photo-album-more {
  width: 3.5rem;
  height: 3.5rem;
  background: #b11116;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.photo-album-more .plus-icon {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo-album-more .plus-icon span {
  position: absolute;
  background: white;
}
.photo-album-more .plus-icon span:first-child {
  width: 0.0625rem;
  height: 1.1875rem;
  left: 0.5625rem;
  top: 0;
}
.photo-album-more .plus-icon span:last-child {
  width: 1.1875rem;
  height: 0.0625rem;
  left: 0;
  top: 0.5625rem;
}
.photo-album-more:hover {
  opacity: 0.9;
}
.photo-album-list {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
.photo-album-item {
  width: calc((100% - 5rem) / 3);
  height: 23.75rem;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-top-right-radius: 2.5rem;
  transition: transform 0.3s;
}
.photo-album-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.photo-album-item .photo-album-overlay-content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(177, 17, 22, 0.9);
  -webkit-backdrop-filter: blur(0.0938rem);
          backdrop-filter: blur(0.0938rem);
  padding: 1.375rem 1.5rem;
  flex-direction: column;
  gap: 0.25rem;
}
.photo-album-item:hover .photo-album-overlay-content {
  display: flex;
}
.photo-album-item:hover {
  transform: translateY(-0.25rem);
}
.photo-album-title {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: var(--f7);
  font-weight: 700;
  line-height: var(--l7);
  letter-spacing: -0.0225rem;
  color: white;
}
.photo-album-date {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  font-size: var(--f8);
  font-weight: 400;
  line-height: var(--l8);
  letter-spacing: -0.0175rem;
  color: white;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .photo-album {
    height: 34.375rem;
    margin-bottom: 5rem;
  }
  .photo-album .container {
    padding-top: 3.75rem;
    gap: 1rem;
  }
  .photo-album-header {
    height: 3.75rem;
  }
  .photo-album-more {
    width: 3rem;
    height: 3rem;
  }
  .photo-album-more .plus-icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .photo-album-more .plus-icon span:first-child {
    height: 1.0625rem;
    left: 0.5rem;
  }
  .photo-album-more .plus-icon span:last-child {
    width: 1.0625rem;
    top: 0.5rem;
  }
  .photo-album-list {
    gap: 1.875rem;
  }
  .photo-album-item {
    border-top-right-radius: 2rem;
    width: 23.6875rem;
    height: 17.8125rem;
  }
  .photo-album-item:hover .photo-album-overlay-content {
    padding: 1.125rem 1.25rem;
    gap: 0.1875rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .photo-album {
    height: auto;
    margin-bottom: 5rem;
  }
  .photo-album .container {
    padding-top: 4.167rem;
    padding-bottom: 4.167rem;
    gap: 1.042rem;
  }
  .photo-album-header {
    height: 3.802rem;
  }
  .photo-album-header h2 {
    font-size: 1.354rem;
  }
  .photo-album-more {
    width: 2.917rem;
    height: 2.917rem;
  }
  .photo-album-more .plus-icon {
    width: 0.99rem;
    height: 0.99rem;
  }
  .photo-album-more .plus-icon span:first-child {
    height: 0.99rem;
    left: 0.469rem;
  }
  .photo-album-more .plus-icon span:last-child {
    width: 0.99rem;
    top: 0.469rem;
  }
  .photo-album-list {
    gap: 2.083rem;
  }
  .photo-album-item {
    width: 13.5625rem;
    border-top-right-radius: 2.083rem;
    height: 10.1875rem;
  }
  .photo-album-item:hover .photo-album-overlay-content {
    padding: 1.146rem 1.25rem;
    gap: 0.208rem;
  }
  .photo-album-title {
    font-size: 0.938rem;
  }
  .photo-album-date {
    font-size: 0.729rem;
  }
}
@media only screen and (max-width: 767px) {
  .photo-album {
    height: auto;
    margin-bottom: 2rem;
  }
  .photo-album .container {
    padding-top: 2.222rem;
    padding-bottom: 2.222rem;
    gap: 0.889rem;
  }
  .photo-album-header {
    height: 3.244rem;
  }
  .photo-album-header h2 {
    font-size: 1.156rem;
  }
  .photo-album-more {
    width: 2.489rem;
    height: 2.489rem;
  }
  .photo-album-more .plus-icon {
    width: 0.844rem;
    height: 0.844rem;
  }
  .photo-album-more .plus-icon span:first-child {
    height: 0.844rem;
    left: 0.4rem;
  }
  .photo-album-more .plus-icon span:last-child {
    width: 0.844rem;
    top: 0.4rem;
  }
  .photo-album-list {
    display: block;
  }
  .photo-album-item {
    width: 100%;
    border-top-right-radius: 1.778rem;
    height: 16.889rem;
  }
  .photo-album-item + .photo-album-item {
    margin-top: 1rem;
  }
  .photo-album-item:hover .photo-album-overlay-content {
    padding: 0.978rem 1.067rem;
    gap: 0.178rem;
  }
  .photo-album-title {
    font-size: 0.8rem;
  }
  .photo-album-date {
    font-size: 0.622rem;
  }
}
.support-center-banner {
  background: #fff9f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
}
.support-center-banner img {
  width: 100rem;
  height: 10.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .support-center-banner {
    padding: 2rem 0;
  }
  .support-center-banner img {
    width: 100%;
    height: auto;
    max-width: calc(100% - 5rem);
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .support-center-banner {
    padding: 2.083rem 2.5rem;
  }
  .support-center-banner img {
    width: 100%;
    height: auto;
    max-width: 83.333rem;
  }
}
@media only screen and (max-width: 767px) {
  .support-center-banner {
    padding: 1.111rem 1.25rem;
  }
  .support-center-banner img {
    width: 100%;
    height: auto;
  }
}