<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: 16px;
}

.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;
}

.t_1 {position:relative;padding-left:25px;width:100%; margin-bottom:0;}
.t_1_1 {position:absolute;top:0;left:0;}

.t_2 {position:relative;padding-left:15px;width:100%; margin-bottom:0;}
.t_2_1 {position:absolute;top:0;left:0;}

.txt_con {border-top:3px solid #a0a0a7; border-right:1px solid #e2e3e5; border-bottom:1px solid #e2e3e5; border-left:1px solid #e2e3e5; padding:20px; margin-bottom:20px; overflow:hidden;}</pre></body></html>