/*
	- Project : tag story
	- Author : odini84@gmail.com
	- Description : reset style sheet
	- Create : 2011-01-15
	- Modify : YYYY-MM-DD
	- Version : ver 1.0

	* 수정 주석처리 순서 : 날짜 이름 수정사항

	- MODIFY HISTORY (수정 부분, 수정일 반드시 작성)
		-
*/
/*
========================================================================
RESET
========================================================================
*/
/* global rest */
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
input, select, textarea, button {
	margin: 0;
	padding: 0;
}
body,
h1, h2, h3, h4, h5, h6,
input, select, textarea, a {
	font-family: Dotum, AppleGothic, Helvetica, sans-serif;
}
body,
h1, h2, h3, h4, h5, h6,
input, select, textarea {
	color: #6a6a6a;
	font-size: 12px;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img, fieldset,button {
	border:0 none;
}
img {
	vertical-align: top;
}
li {
	list-style: none;
}
hr, caption, legend {
	display: none;
}
a {
	color: #6a6a6a;
	text-decoration: none;
}
a:hover {
}
button {
	overflow: hidden;
	cursor: pointer;
}
button span {
	visibility: hidden;
}
address, em {
	font-style: normal;
}
button, input, select, textarea, a {
	vertical-align: middle;
}
select {
	line-height: 18px;
	height: 18px;
}
input:focus {
	outline: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: keep-all;
}













/*
========================================================================
공통 class
========================================================================
*/

/* image replace, hidden text */
.ir *,
.blind { z-index:-1; position: absolute; display: block; left: 0; top: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; text-indent: -9999px; }
/* block, inline */
.d-block { display: block;}
.d-inline { display: inline;}
/* form */
.txt-input1 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #999; }
.txt-input2 { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #ddd; }
.txt-disabled { background-color: #f6f6f6; }
.chk-rdo { width: 14px; height: 14px; vertical-align: middle; }
.txtarea { padding: 2px 0 0 2px; height: 17px; line-height: 17px; border: 1px solid #ddd; }
/* file add trick  */
.file-wrap { display: inline-block; overflow: hidden; position: relative; height: 23px; width: 280px; vertical-align: middle; background: url(/img/manager/btn/h20_trick_fileadd.gif) no-repeat right 0; }
.file-wrap .file-txt { float: left; border: 0 none; height: 18px; font-size: 12px; line-height: 18px; width: 198px; border: 1px solid #ccc; }
.file-wrap .file-trick { cursor: pointer; position: absolute; right: 0px; top: 0; right: 0; width: 100px; height: 20px; background: none; border: 0 none; opacity: 0; filter: alpha(opacity=0); }
/* font-color */
.fc-red { color: #fe2d30; }
.fc-purple { color: #7844ff; }
.fc-black { color:#000; }
.fc-gray { color: #333333; }
.fc-orange { color: #f8581c; }
/* bold */
.bold { font-weight: bold; }
/* float clear */
.clear {zoom: 1;}
.clear:after {content: ""; display: block; clear: both;}
/* margin */
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
/* padding */
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
/* table */
table img { vertical-align: middle; }
.tb-bold { font-weight: bold; }
.tb-left,
.tb-center,
.tb-right { padding: 0 10px; }
.tb-btn { padding: 0; }
.tb-left { text-align: left; }
.tb-center { text-align: center; }
.tb-right { text-align: right; }
.tb-label-r5 label { margin-right: 5px; }
.tb-label-r10 label { margin-right: 10px; }
.tb-label-r10 label.last,
.tb-label-r5 label.last{ margin-right: 0; }
    /* 가로형 테이블 타입 1 */
    .hor-tb-1 { border-left: 1px solid #dbdbdb; }
    .hor-tb-1 th,
    .hor-tb-1 td { color: #636363; padding-top:8px; padding-bottom:8px; border-bottom:1px solid #dbdbdb; border-left:1px solid #dbdbdb}
    .hor-tb-1 th { font-weight: bold; border-right:1px solid #dbdbdb; background-color: #f6f6f6; }
    .hor-tb-1 td { }
    /* 가로형 테이블 타입 2 */
    .hor-tb-2 { border: 1px solid #dbdbdb; }
    .hor-tb-2 th,
    .hor-tb-2 td { color: #636363; padding-top:8px; padding-bottom:8px; border:1px solid #dbdbdb; }
    .hor-tb-2 th { text-align:left; font-weight: bold; background-color: #f6f6f6; }
    /* 세로형 테이블 타입 1 */
    .ver-tb-1 th,
    .ver-tb-1 td { padding-top:8px; padding-bottom:8px; color:#636363; border: 1px solid #dbdbdb; }
    .ver-tb-1 th { text-align:center; background-color:#f6f6f6; }

/* paging */
.paging { padding-top: 35px; height: 17px; text-align: center; font-size: 0; line-height: 0; vertical-align: top; }
.paging li { display: inline;}
.paging li a { overflow: hidden; display: inline-block; width: auto; height: 15px; padding: 0 13px; color: #999; font-size: 11px; cursor: pointer; font-weight: bold; }
.paging li a:hover,
.paging li.now a { color: #502cbd; }
.paging li.first a ,
.paging li.prev a ,
.paging li.next a ,
.paging li.last a { font-size: 0; line-height: 0; padding: 0 5px;}
.paging li.prev a { margin-right: 10px; }
.paging li.next a { margin-left: 10px; }
.paging li.first a span,
.paging li.prev a span,
.paging li.next a span,
.paging li.last a span { display: inline-block; overflow: hidden; height: 7px;  margin-top: 3px; padding: 0; background: url(/img/manager/bg/paging.gif) no-repeat;}
.paging li.prev a span,
.paging li.next a span { width: 4px }
.paging li.first a span,
.paging li.last a span { width: 6px }
.paging li.first a span { background-position: -10px -10px; }
.paging li.prev a span { background-position: -21px -10px; }
.paging li.next a span { background-position: -30px -10px; }
.paging li.last a span { background-position: -39px -10px; }
.paging li.first a span em,
.paging li.prev a span em,
.paging li.next a span em,
.paging li.last a span em { visibility: hidden; }
/* 서브 타이틀 */
.stit-type-1 { height:14px; line-height:14px; margin-bottom:10px;;}
/*
========================================================================
공통 -  레이어
========================================================================
*/

/* 레이어 공통 */
.layer-pop-1 { }

