<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 티셔츠 색상 CSS */

.nk_whi {background:#ffffff !important; border:1px solid #d9d9d9 !important;} /* 화이트 */
.nk_red {background:#e70013 !important} /* 빨강 */
.nk_org {background:#f17b2e !important} /* 주황 */
.nk_yel {background:#fff100 !important} /* 노랑 */
.nk_yeg {background:#92c21f !important} /* 연두 */
.nk_grn {background:#04903b !important} /* 초록 */
.nk_dgr {background:#006834 !important} /* 진녹 */
.nk_sky {background:#00a1e9 !important} /* 하늘 */
.nk_blu {background:#0c70bb !important} /* 파랑 */
.nk_ulb {background:#1c1f8b !important} /* 군청 */
.nk_pur {background:#621985 !important} /* 보라 */
.nk_pnk {background:#e62f8c !important} /* 분홍 */
.nk_gol {background:#dcaa08 !important} /* 금색 */
.nk_cho {background:#693703 !important} /* 초코 */
.nk_olc {background:#41200c !important} /* 고동 */
.nk_blk {background:#000000 !important} /* 검정 */
.nk_gry {background:#7c7c7c !important} /* 회색 */

.color_span {
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px !important;  
    margin-right: 10px;
}
</pre></body></html>