<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel .item { position: relative; padding: 15px; }
.owl-carousel .item img { display: block; width: 100%; height: auto; }
.owl-controls { display: none; }
.main-img { width: 100%; }

/*swiper*/
.swiper { height: 440px; }
.swiper-button-next:after, .swiper-button-prev:after { color: #000; }
#header .logo img { margin-top: -20px; width: auto !important; height: 90px !important; }
@media (max-width:767px) {
  #header .logo img { margin-top: 10px; margin-left: -15px; height: 70px !important; max-width: 100% !important; }
}

/*support-message*/
#supportMessages { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.support-message { background-size: cover; background-position: center; padding: 50px 20px 20px 20px; margin-top: 20px; margin-bottom: 20px; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; width: 334px; min-height: 400px; overflow: hidden; }
.message { background: rgba(255, 255, 255, 0); /* 湲��� �� 蹂댁씠�꾨줉 諛섑닾紐� 諛곌꼍 */ padding: 0px; margin: 0 0 10px; border: 0px; }
.support-message .support-content { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 15; /* 理쒕� 5以꾧퉴吏� �쒖떆 */ -webkit-box-orient: vertical; }
.support-message .support-content .xe_content { font-size: 16px; margin: 5px 0 0; line-height: 1.8; }
.support-message .support-content .xe_content p { margin: 0 !important; }
.support-message .support-nickname { font-size: 16px; font-weight: bold; margin: 5px 0 0; text-align: right; }
@media (max-width:767px) {

  /*support-message*/
  .support-message { background-size: cover; background-position: center; padding: 50px 20px 20px 20px; margin-top: 0px; margin-bottom: 0px; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; width: 32%; /* 媛� �붿냼媛� 遺�紐⑥쓽 30%瑜� 李⑥� */ min-height: 400px; overflow: hidden; box-sizing: border-box; }
  .support-message .support-content .xe_content { font-size: 10px; margin: 5px 0 0; line-height: 1.8; }
  .support-message .support-nickname { font-size: 12px; margin: 5px 0 0; line-height: 1.8; }

  /*swiper-container*/
  .swiper-container { width: 100%; height: 100%; margin: 0 0px; }
  .swiper-slide { background: #fff; display: flex; justify-content: center; align-items: center; font-size: 18px; }
  .swiper-slide img { width: 100%; }
}
</pre></body></html>