<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * TOAST Webzine (http://itoast.kr)
 * Copyright (c) 2015 KIKI, Inc.
 *
 * TOAST �뱀쭊 怨듯넻 �ㅽ���
 */

/** �꾩뿭 */
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Nanum Gothic";
  font-size: 15px;
  line-height: 1.6;
  background-color: white;
  -webkit-overflow-scrolling: touch;
}

hr {
	margin-bottom: 0;
	border-top: 1px solid #585858;
}

h5 {
  font-size: 15px;
}

.col-center &gt; [class*="col-"] {
    float: none;
    margin-left: auto;
    margin-right: auto;

}
.highlight {
  padding: 25px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;    
}
.img-center {
  margin: 0 auto;
}


.indent-10 { text-indent: 10px; }
.indent-20 { text-indent: 20px; }
.indent-30 { text-indent: 30px; }

a:link, a:visited {
    color: #666;
}
a, a:hover {
    text-decoration: none;
    color: #333;
}</pre></body></html>