@charset "utf-8";

/* Reset ------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none;margin:0;padding:0;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
body {margin:0;background:#fff;}
body,th,td,input,select,textarea,button {font-size:12px;line-height:1.5;font-family:'Malgun Gothic', '맑은 고딕', '돋움',dotum,sans-serif,Verdana;color:#333} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none}
/* a:active, a:hover {text-decoration:underline} */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
table {border-collapse: collapse;border-spacing: 0;}
caption, .blind { visibility:hidden;overflow:hidden;width:1px;height:1px;font-size:0;line-height:0}
img { image-rendering: -webkit-optimize-contrast; }


/* Table ------------------------------------------------ */
.table { width: 100%; border: none; border-top: 2px solid #393c4b; border-bottom: 1px solid #ccc; }
.table th, .table td { padding: 7px 5px; }
.table th { background: #f7f7f7; }
.table td { border-top: 1px solid #e8e8e8; color: #444; }
.table td.no-result { padding: 8px 0; text-align: center; font-weight: bold; }

.table-row th { padding-left: 10px; border-top: 1px solid #e8e8e8; border-bottom: 0; vertical-align: top; }
.table-row th, .table-row td { text-align: left; }
.table-row td { padding-left: 10px; padding-top: 0; padding-bottom: 0; }

.table-border tr th:first-child ,
.table-border tr td:first-child { border-left: 1px solid #e8e8e8; }
.table-border th, .table-border td { border-right: 1px solid #e8e8e8; }

.table.over tr:hover td { background: #f2faff; }
.table.over tr:hover .text-white { color: #f2faff; }
.table.center tr td { padding-left: 0; padding-right: 0; text-align: center; }
.table.center td.right { padding-right: 7px; text-align: right; }
.table.center td.left { padding-left: 7px; text-align: left; }

.table.over tr td.no-result { background: none; }
.table.fixed { table-layout: fixed; }
.td-pad { padding: 4px 10px !important; }


/* Form ------------------------------------------------ */
/*
// 포커스 색상 넣기
input.text:focus { border-color: red; }
*/
input[type="text"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, textarea:focus { outline: none; } 
label { display: inline-block; cursor: pointer; }
input.text, select.select { padding: 2px 7px; border: 1px solid #ccc; }
input[type="checkbox"], input[type="radio"] { margin: 0; vertical-align: middle; cursor: pointer; }
input[type="radio"] { margin-top: 0}
textarea.textarea { border: 1px solid #ccc; padding: 5px; width: 95%; height: 50px; }

.form-group { margin-bottom: 5px; }
.checkbox-group, .radio-group { display: inline-block; }
.checkbox-group label + input,
.radio-group label + input { margin-left: 10px; }

input.half { width: 46%; }
input.full { width: 96%; }
input.w20 { width: 20px; }
input.w30 { width: 30px; }
input.w40 { width: 40px; }
input.w50 { width: 50px; }
input.w65 { width: 65px; }
input.w100 { width: 100px; }

/* Button ------------------------------------------------ */
.btn { display: inline-block; padding: 2px 8px; border: 1px solid transparent; border-radius: 3px; text-align: center; font-weight: bold; vertical-align: middle; white-space: nowrap; cursor: pointer; color: #fff; }
.btn-default { border-color: #ccc; background: #fff; }
.btn-default:hover { border-color: #bababa; background-color: #e8e8e8; }

.btn-default, .btn-lightgray { color: #444;}
.btn-sky { border-color: #46b8da; background-color: #5bc0de; }
.btn-sky:hover { border-color: #269abc; background-color: #31b0d5; }

.btn-blue { border-color: #2e6da4; background-color: #337ab7; }
.btn-blue:hover { border-color: #204d74; background-color: #286090; }

.btn-green { border-color: #4cae4c; background-color: #5cb85c; }
.btn-green:hover { border-color: #398439; background-color: #449d44; }

.btn-yellow { border-color: #eea236; background-color: #f0ad4e; }
.btn-yellow:hover { border-color: #d58512; background-color: #ec971f; }

.btn-red { border-color: #d43f3a; background-color: #d9534f; }
.btn-red:hover { border-color: #ac2925; background-color: #c9302c; }

.btn-lightgray { border-color: #bababa; background-color: #e8e8e8; }
.btn-lightgray:hover { border-color: #ababab; background-color: #cbcbcb; }

.btn-gray { border-color: #a6a6a6; background-color: #b3b3b3; }
.btn-gray:hover { border-color: #7d7d7d; background-color: #959595; }

.btn-black { border-color: #303030; background-color: #444; }
.btn-black:hover { border-color: #252525; background-color: #2a2a2a; }

.btn-link { }
.btn-link:hover { text-decoration: underline; }

.btn-md { padding: 7px 25px; font-size: 14px; }

.btn-group { position: relative; display: inline-block; }
.btn-group a:first-child, .btn-group input:first-child,
.btn-group button:first-child { border-radius: 3px 0 0 3px; }
.btn-group a:last-child, .btn-group input:last-child,
.btn-group button:last-child { border-radius: 0 3px 3px 0; }
.btn-group a, .btn-group input, .btn-group button { position: relative; float: left; margin-left: -1px; border-radius: 0px; }

.page-button { margin: 15px 0; text-align: center; }


/* breadcrumb ------------------------------------------------ */
.breadcrumb > li { display: inline-block; color: #888; }
.breadcrumb > li+li:before { padding: 0 5px; color: #ccc; /*content: "/\00a0"; */ content: "\f105"; font-family: FontAwesome; }
.breadcrumb > li.active { font-weight: bold; color: #0184a8; }


/* pagination ------------------------------------------------ */
.pagination { margin-top: 15px; text-align: center; }
.pagination a { position: relative; display: inline-block; margin-left: -5px; padding: 4px 11px; border: 1px solid #ccc; background: #fff; font-weight: bold; color: #666; }
.pagination a:first-child { border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-right: 0; }
.pagination a:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-left: 0; }
.pagination a:hover { background: #eee; }
.pagination a.active { border-color: #337ab7; background: #337ab7; color: #fff; z-index: 3; }
.pagination a i { font-size: 16px; }


/* Text ------------------------------------------------ */
.text-sky { color: #5bc0de; }
.text-blue { color: #337ab7; }
.text-green { color: #5cb85c; }
.text-yellow { color: #f0ad4e; }
.text-red { color: #e9422e; }
.text-lightgray { color: #e8e8e8; }
.text-gray { color: #b3b3b3; }
.text-white { color: #fff; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

/* Label ------------------------------------------------ */
.label { display: inline-block; padding: 3px 7px 4px 7px; border-radius: 10px; font-size: 11px; font-weight: bold; text-align: center; line-height: 1; white-space: nowrap; vertical-align: baseline; color: #fff; }
.label-default, .label-lightgray { color: #444; }

.label-default { border: 1px solid #ccc; background: #fff; }
.label-sky { background: #5bc0de; }
.label-blue { background: #337ab7; }
.label-green { background: #5cb85c; }
.label-yellow { background: #f0ad4e; }
.label-red { background: #d9534f; }
.label-lightgray { background: #e8e8e8; }
.label-gray { background: #b3b3b3; }
.label-black { background: #444; }


/* ETC ------------------------------------------------ */
.block { display: block; }

.fl { float: left; }
.fr { float: right; }

.p-none { padding: 0 !important; }
.pt5 { padding-top: 5px !important; }
.mt5 { margin-top: 5px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mb5 { margin-bottom: 5px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px !important; }