<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* ê¸°ë³¸ ìŠ¤íƒ€ì¼ */
.product {
    /* ì›í•˜ëŠ” ìŠ¤íƒ€ì¼ ì„¤ì&nbsp;• */
}

/* 576px ì´í•˜ í™”ë©´ í¬ê¸°ì— ëŒ€í•œ ìŠ¤íƒ€ì¼ */
@media (max-width: 576px) {
    .product {
        width: 50%; /* í™”ë©´ ë„ˆë¹„ì˜ 50%ë¡œ ì„¤ì&nbsp;•í•˜ì—¬ 2ê°œì˜ ìƒí’ˆì„ í•œ ì¤„ì— í‘œì‹œ */
    }
}

.button {
	background-color: white; /* ë²„íŠ¼ì˜ ê¸°ë³¸ ë°°ê²½ìƒ‰ì„ í°ìƒ‰ìœ¼ë¡œ ì„¤ì&nbsp;• */
	border-radius: 23px;
	padding: 10px 20px; /* ë²„íŠ¼ ë‚´ìš©ê³¼ ì—¬ë°± ì„¤ì&nbsp;• (ì›í•˜ëŠ” í¬ê¸°ë¡œ ì¡°ì&nbsp;•) */
	color: black; /* ë²„íŠ¼ í…ìŠ¤íŠ¸ ìƒ‰ìƒ ì„¤ì&nbsp;• */
	transition: background-color 0.3s ease-in-out; /* í˜¸ë²„ ì‹œ ë°°ê²½ìƒ‰ ì&nbsp;„í™˜ ì•&nbsp;ë‹ˆë©”ì´ì…˜ ì„¤ì&nbsp;• */
	text-decoration: none; /* ë§í¬ í…ìŠ¤íŠ¸ ë°‘ì¤„ ì&nbsp;œê±° */
}

.button:hover {
	background-color: red; /* í˜¸ë²„ ì‹œ ë°°ê²½ìƒ‰ì„ ë¹¨ê°„ìƒ‰ìœ¼ë¡œ ë³€ê²½ */
}

.bg-overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) { /* ëª¨ë°”ì¼ í™”ë©´ í¬ê¸°ì— ë”°ë¼ ì¡°ì&nbsp;• */
  .bg-overlay {
    display: none; /* ìš”ì†Œ ìˆ¨ê¸°ê¸° */
  }
}

h1, h2, h3, h4, p, span {
  color: #777 !important;
}

.font-body {
  color: #777 !important;
}

.bi-play-circle-fill {
    font-size: 150px !important;
    color: white !important;
}
</pre></body></html>