@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

.font_noto {
    font-family: "Noto Sans KR", sans-serif;
}
/* 초기화 */
html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Noto Sans KR", "Malgun Gothic", dotum, sans-serif;
    background: #fff;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: "Noto Sans KR", "Malgun Gothic", dotum, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
label,
input,
button,
select,
img {
    vertical-align: middle;
    /*font-size: 1em;*/
}
input,
button {
    margin: 0;
    padding: 0;
    /*font-family: "Malgun Gothic", dotum, sans-serif;
    font-size: 1em;*/
}
input[type="submit"] {
    cursor: pointer;
}
button {
    cursor: pointer;
}

textarea,
select {
    font-family: "Malgun Gothic", dotum, sans-serif;
    font-size: 1em;
}
select {
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
hr {
    display: none;
}
pre {
    overflow-x: scroll;
    font-size: 1.1em;
    letter-spacing: normal;
}
a {
    color: #000;
    text-decoration: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-items-start {
    align-items: flex-start;
}
.flex-items-end {
    align-items: flex-end;
}
.flex-items-stretch {
    align-items: stretch;
}
.flex-items-center {
    align-items: center;
}
.flex-content-start {
    justify-content: flex-start;
}
.flex-content-around {
    justify-content: space-around;
}
.flex-content-between {
    justify-content: space-between;
}
.flex-content-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.text-bold,
.txt-bold {
    font-weight: bold;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
time,
figure,
article,
nav,
header,
footer,
hgroup,
video,
audio,
aside,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

.container_wrap {
    position: relative;
    margin: 130px auto;
    width: 100%;
    min-width: 1200px;
    min-height: 450px;
}

.container_wrap__con {
    width: 1200px;
}

/* [s] Pageing Nav */

.pageination_new {
    padding: 15px 0 30px;
    margin: 10px;
    text-align: center;
}

.pageination_new a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    /* no underline */
    color: #036cb4;
}

.pageination_new a:hover,
.pageination_new a:active {
    border: 1px solid #999;
    color: #666;
}

.pageination_new .current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #08bfff;
    font-weight: bold;
    background-color: #08bfff;
    color: #fff !important;
}

.pageination_new .disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
}

/* [e] Pageing Nav */

/*
셀렉트
*/
.select_box {
    border: 1px solid #f2f2f2;
    padding: 5px 10px;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-info {
    color: orange !important;
}
.text-bold {
    font-weight: 800 !important;
}
.text-gray {
    color: gray;
    font-size: 12px;
}

.content_wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    min-height: 396px;
}
.content_wrap .content_title {
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    box-shadow: inset 0 -3px 0 0 #ffc800;
}

.cursor {
    cursor: pointer;
}

/* Table List eb */
.table-list-eb {
    font-size: 13px;
}

.table-list-eb .table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table-list-eb .table > thead > tr > th,
.table-list-eb .table > tbody > tr > th,
.table-list-eb .table > tfoot > tr > th,
.table-list-eb .table > thead > tr > td,
.table > tbody > tr > td,
.table-list-eb .table > tfoot > tr > td {
    padding: 10px;
    font-family: "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
}

.table-list-eb .table-bordered > thead > tr > th,
.table-list-eb .table-bordered > tbody > tr > th,
.table-list-eb .table-bordered > tfoot > tr > th,
.table-list-eb .table-bordered > thead > tr > td,
.table-list-eb .table-bordered > tbody > tr > td,
.table-list-eb .table-bordered > tfoot > tr > td {
    border: 1px solid #d5d5d5;
}

.table-list-eb .table thead > tr > th,
.table-list-eb .table thead > tr > td {
    text-align: center;
}

.table-list-eb .table-bordered > thead > tr > th,
.table-list-eb .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    text-align: center;
}

.table-list-eb .table-bordered > tbody > tr > td {
    border: 1px solid #f0f0f0 !important;
}

.table-list-eb thead {
    border-top: 2px solid #454545;
    background: #f2f2f2 !important;
}

.table-list-eb tbody {
    border-bottom: 1px solid #d5d5d5 !important;
}

.table-list-eb tfoot {
    border-bottom: 1px solid #d5d5d5;
    background: #f9f9f9 !important;
}

.table-list-eb thead th.text-left {
    text-align: left !important;
}

.table-list-eb thead th.text-right {
    text-align: right !important;
}

.table-list-eb th,
.table-list-eb td {
    vertical-align: middle !important;
}

.border-none {
    border: 0 !important;
}

/* 기본테이블 */
.tbl_wrap {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px !important;
}

.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left;
}

/* 폼 테이블 */

.tbl_frm01 {
    margin: 0;
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_frm01 th {
    border-bottom: 1px solid #e9e9e9;
    border-left: 0;
    background: #f3f3f3;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 0.8rem;
}

.tbl_frm01 th > span {
    display: block;
    background: transparent;
    height: 100%;
    color: #222;
}

.tbl_frm01 td {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    vertical-align: middle;
}

.tbl_frm01 td > span.addtxt {
    display: block;
    padding: 5px 0;
}

.tbl_frm01 h1.titles {
    font-size: 1rem;
    padding: 15px 0 15px 10px;
    color: #0b5a8b;
}

.tbl_wrap .frm_input {
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #000;
    border-radius: 0;
    line-height: 100%;
    margin: 0;
    font-weight: 500;
    height: 100%;
}

.frm_input01 {
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #000;
    border-radius: 0;
    line-height: 100%;
    padding: 10px !important;
    margin: 0;
    font-weight: 500;
    height: 100% !important;
    width: 100%;
}

.frm_textarea {
    border: 1px solid #e4e4e4 !important;
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 0 10px !important;
    margin: 0 !important;
    resize: none;
}

.frm_select {
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #000;
    border-radius: 0;
    line-height: 100%;
    font-size: 1.125rem;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    min-width: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl_frm02 {
    margin: 0;
}

.tbl_frm02 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_frm02 th {
    border-bottom: 1px solid #e9e9e9;
    border-left: 0;
    background: #f3f3f3;
    text-align: left;
    vertical-align: middle;
    font-size: 0.8rem;
}
.tbl_frm02 th.border-left,
.tbl_frm02 td.border-left {
    border-left: 1px solid #e9e9e9;
}

.tbl_frm02 th.border-right,
.tbl_frm02 td.border-right {
    border-right: 1px solid #e9e9e9;
}

.tbl_frm02 th > span {
    display: block;
    background: transparent;
    height: 100%;
    color: #222;
}

.tbl_frm02 td {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    vertical-align: middle;
    font-family: "Malgun Gothic", dotum, sans-serif;
    font-size: 12px;
    min-width: 80px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbl_frm02 td > span.addtxt {
    display: block;
    padding: 5px 0;
}

.tbl_frm02 h1.titles {
    font-size: 1rem;
    padding: 15px 0 15px 10px;
    color: #0b5a8b;
}

.tbl_frm03 {
    margin: 0;
}

.tbl_frm03 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_frm03 th {
    border-bottom: 1px solid #e9e9e9;
    border-left: 0;
    background: #f3f3f3;
    text-align: left;
    vertical-align: middle;
    font-size: 0.8rem;
}
.tbl_frm03 th.border-left,
.tbl_frm03 td.border-left {
    border-left: 1px solid #e9e9e9;
}
.tbl_frm03 th.border-right,
.tbl_frm03 td.border-right {
    border-right: 1px solid #e9e9e9;
}

.tbl_frm03 th > span {
    display: block;
    background: transparent;
    height: 100%;
    color: #222;
}

.tbl_frm03 td {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    vertical-align: middle;
    font-family: "Malgun Gothic", dotum, sans-serif;
    font-size: 12px;
    min-width: 80px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbl_frm03 td > span.addtxt {
    display: block;
    padding: 5px 0;
}

.tbl_frm03 h1.titles {
    font-size: 1rem;
    padding: 15px 0 15px 10px;
    color: #0b5a8b;
}

.w-50 {
    width: 50%;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.tip {
    background-color: #263646;
    padding: 0 14px;
    line-height: 30px;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    animation-name: tip;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.tip:before {
    content: "";
    background-color: #263646;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 30px;
}

#copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    bottom: -35px;
    left: -30px;
}

@keyframes tip {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
}

@keyframes come_and_leave {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    20% {
        transform: translateY(0px);
        opacity: 1;
    }

    80% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.copy_event {
    cursor: pointer;
}

.copy_event:hover {
    background-color: #f3f3f3;
}

.text-orange {
    color: orange !important;
}

.text-red {
    color: red !important;
}

.text-blue {
    color: #036cb4 !important;
}
.text-green {
    color: green !important;
}

h1.h1_title {
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    box-shadow: inset 0 -3px 0 0 #ffc800;
}

h2.h2_title {
    clear: both;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
}

.hidden-block {
    display: none;
}
