@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; }

.table2 { width:30%; border: none; border-top: 1px solid #393c4b; border-bottom: 1px solid #ccc; }
.table2 th, .table td { padding: 3px 3px; }
.table2 th { background: #f7f7f7; }
.table2 td { border-top: 1px solid #e8e8e8; color: #444; }
.table2 td.no-result { padding: 3px 0; text-align: center; font-weight: bold; }

.table-border td { padding: 5px; }
.table-border tbody tr:nth-child(even) td { background: #f7f7f7; }

.table-row th { padding-left: 15px; 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: #eaf5fd; }
.table.over tr:hover .text-white { color: #eaf5fd; }
.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; padding-right: 7px; text-align: left; }

.table.over tr td.no-result { background: none; }
.table.fixed { table-layout: fixed; }
.table .top-bor { border-top: 1px solid #e8e8e8; }

.table2.over tr:hover td { background: #eaf5fd; }
.table2.over tr:hover .text-white { color: #eaf5fd; }
.table2.center tr td { padding-left: 0; padding-right: 0; text-align: center; }
.table2.center td.right { padding-right: 7px; text-align: right; }
.table2.center td.left { padding-left: 7px; padding-right: 7px; text-align: left; }

.table2.over tr td.no-result { background: none; }
.table2.fixed { table-layout: fixed; }
.table2 .top-bor { border-top: 1px solid #e8e8e8; }
/*
.table.join-list tbody tr:nth-child(even) td i { color: #f7f7f7; }
*/

/* Form ------------------------------------------------ */
/*
// 포커스 색상 넣기
input.text:focus { border-color: red; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { outline: none; } 
*/
label { display: inline-block; cursor: pointer; }
input[type="text"],
textarea { IME-MODE: active; -webkit-ime-mode: active; -moz-ime-mode: active; -ms-ime-mode: active; }
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}

input.half { width: 45%; }
input.full { width: 95%; }
input.w20 { width: 20px; }
input.w30 { width: 30px; }
input.w40 { width: 40px; }
input.w50 { width: 50px; }
input.w60 { width: 60px; }
input.w70 { width: 70px; }
input.w80 { width: 80px; }
input.w90 { width: 90px; }
input.w100 { width: 100px; }
input.w115 { width: 115px; }
input.w150 { width: 150px; }
input.w200 { width: 200px; }
input.w450 { width: 450px; }
input.w65, input.date { width: 65px; }
textarea.textarea { border: 1px solid #ccc; padding: 5px; width: 95%; height: 50px; resize: none; }

.form-group { margin-bottom: 5px; }
.checkbox-group, .radio-group { display: inline-block; }
.checkbox-group label + input,
.radio-group label + input { margin-left: 10px; }

.file-group label { width: 80px; }
.file-group input[type="file"] { overflow: hidden; height: 0; width: 0; border: 0; border-radius: 0; background: none; appearance: none; -webkit-appearance: none; }

/* 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; }

/* 버튼 추가 (20211123 정 혁) */
.btn-pink { border-color: #cc00cc; background-color: #ff00ff; }
.btn-pink:hover { border-color: #cc00cc; background-color: #e619e5; }

.btn-link { }
.btn-link:hover { text-decoration: underline; }

.btn-lightblue { border-color: #376e9c; background-color: #5c95c5; }
.btn-lightblue:hover { border-color: #204d74; background-color: #295f8c; }

.btn-disable, .btn-disable:hover { border-color: #ccc; background-color: #e9e9e9; color: #999; cursor: default; }

.btn-group { position: relative; display: inline-block; vertical-align: middle; }
.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; }

.btn-group .btn-blue.active, .btn-group .btn-blue:hover,
.btn-group .btn-lightblue.active, .btn-group .btn-lightblue:hover { border-color: #d58512; background-color: #ec971f; }

.page-button { margin: 15px 0 20px 0; text-align: center; }
.btn-md { padding: 7px 25px; font-size: 14px; }


/* 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: -1px; 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; }
.pagination a:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.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: #999; }
.text-white { color: #fff; }

.text-small { font-size: 11px; }
.text-right { text-align: right; }
.text-center { text-align: center !important; }

.text-italic { font-style: italic; color: #888; }

/* 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; }
.label-pink { background: #CC00FF; }


/* ETC ------------------------------------------------ */
.badge { display: inline-block; width: 21px; height: 22px; line-height: 20px; background: url('/img/badge.png') no-repeat; text-align: center; font-size: 11px;font-weight: bold; color: #fff; }
.point-input { margin-right: 3px; font-size: 20px; font-weight: bold; vertical-align: middle; color: #e9422e; line-height: 0; }
.modal { z-index: 200; }
.bar { margin: 0 10px; color: #ccc; }
.underline { text-decoration: underline; }
input.ime-kor { IME-MODE: active; -webkit-ime-mode: active; -moz-ime-mode: active; -ms-ime-mode: active; }
input.ime-eng { IME-MODE: inactive; -webkit-ime-mode: inactive; -moz-ime-mode: inactive; -ms-ime-mode: inactive;}
.bar-line a:before,
.bar-line span:before { display: inline-block; margin: 0 7px 0 6px; content: "/"; }
.bar-line a:first-child:before,
.bar-line span:first-child:before { margin: 0; content: ""; }
.dp-none { display: none; }
.block { display: block; }
.il-block { display: inline-block; }
.relative { position: relative; }
.vm { vertical-align: middle; }

/* 이미지 라디오박스 */
.img-radio { position: relative; }
.img-radio input[type="radio"] { position: absolute; top: 0; left: 0; height: 18px; width: 18px; border: 0; border-radius: 0; background: none; appearance: none; -webkit-appearance: none;}
.img-radio input[type="radio"] + label { padding-left: 23px; background: url("/img/img_radio.png") 0 0 no-repeat; background-size: 18px 39px; }
.img-radio input[type="radio"]:checked + label { background-position: 0 -21px; }
.img-radio input[type="radio"] { outline: none; }

.term { display: block; padding: 0 7px; }
.term input, .term textarea { padding: 2px 0; width: 100%; text-indent: 5px; }

.fl { float: left; }
.fr { float: right; }

.p-none { padding: 0 !important; }
.ptb5 { padding: 5px 0 !important; }
.m-none { margin: 0 !important; }
.mt-none { margin-top: 0 !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr5 { margin-right: 5px !important; }
.mr10, .mr20 { margin-right: 20px !important; }

.Pop_Contents > p:last-child {margin:0; padding:0; line-height: 0.8;}
