@charset "utf-8";

/* reset */

@font-face {
    font-family: 'NanumBarunGothic';
    font-weight: 300;
    src: local("NanumBarunGothic"),
    url("../font/NanumBarunGothic.eot") format("eot"),
    url("../font/NanumBarunGothic.woff") format("woff"),
    url("../font/NanumBarunGothic.woff2") format("woff2");
}

body {
    font-family:'NanumBarunGothic';
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #454545;
    font-size: 15px;
    line-height: 140%;
    overflow-y: scroll;
    word-wrap: break-word;
}

body {
    height: 100%; /*background: #fafbfe;*/
    overflow: auto;
}

html, body, div, span, a, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, form, input, select, textarea, button, label, fieldset, caption, video, strong, em, i, b {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-break: keep-all;
    word-wrap: break-word;
    /*transform: skew(-0.01deg);*/
}

table, tr, td, th, tbody, thead, tfoot {
    margin: 0;
    padding: 0;
}

html::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: none;
}

img, a, fieldset {
    border: 0 none;
}

ul, ol, li {
    list-style: none;
    margin-bottom: 0;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li, p, dt, dd, div, span { /*word-break:break-all;*/
    word-wrap: break-word;
    table-layout: fixed
}

legend, caption {
    display: none;
}

h1, h2, h3, h4, h5, h6, strong, b, th {
    font-family: 'NanumBarunGothic';
}

a {
    text-decoration: none;
    color: #444;
}

a:focus, input:focus, button:focus {
    outline: none
}

a, span, strong, p, em, i.b {
    line-height: inherit;
    color: inherit;
    font-size: inherit
}

a:hover, a:active {
    /*color:#4b86c3;*/
    -ms-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

label {
    letter-spacing: -0.3px;
}

.transform-none {
    transform: none !important;
}

/* ::selection {background:#0e6eb8;color:#fff;}
::-moz-selection {background:#0e6eb8;color:#fff;} */
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=post]:focus {
    padding: 0 8px;
}

/*.sec .dropdown-menu.scroll_custom .jspContainer {
    height: 200px !important;
}*/

input.def[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

input.def[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

input.def[type="checkbox"] + label {
    display: inline-block; /* padding-left: 32px; */
    width: 18px;
    height: 18px; /* border: 2px solid #ffc864; */
    border-radius: 3px;
    line-height: 28px;
    font-size: 14px;
    background: url(../images/checkbox.png) left no-repeat;
    margin-right: 6px;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: pointer;
}

input.def[type="checkbox"]:hover + label {
    background: url(../images/checkbox_on.png) center no-repeat;
}
input.def.disabled[type="checkbox"] {
    pointer-events: none;
}

input.def[type="checkbox"]:checked + label {
    background-image: url(../images/checkbox_checked.png);
    background-position: center;
    background-size: contain;
}

input.def.disabled[type="checkbox"] + label {
    background: #d8d8d8;
    pointer-events: none;
}

input.def.disabled[type="checkbox"]:checked + label {
    background-image: url(../images/checkbox_disabled_checked.png);
    background-position: center;
    background-size: contain;
}

input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

input[type="radio"] + label {
    display: inline-block; /* padding-left: 32px; */
    width: 18px;
    height: 18px;
    border: 2px solid #fed58a;
    border-radius: 50%;
    line-height: 28px;
    font-size: 14px; /* background: url(../images/common/checkbox.png) left no-repeat; */
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"] + label:hover {
    border: 2px solid #FFC864;
}

input[type="radio"]:checked + label {
    background-image: url(../images/radio_checked.png);
    background-position: center;
}

/*img { image-rendering: auto; image-rendering: crisp-edges; image-rendering: pixelated; } */

/* 공통 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 13px;
}

::-moz-placeholder {
    color: #999 !important;
    font-size: 13px;
}

:-ms-input-placeholder {
    color: #999 !important;
    font-size: 13px;
}

:-moz-placeholder {
    color: #999 !important;
    font-size: 13px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.bg_none {
    background: none !important;
}

.bd_none {
    border: none !important;
}

.pc_hidden {
    display: none;
}

/* input */
input[type=text], input[type=password], input[type=number], input[type=email], select {
    border: 1px solid #dbdbdb;
    padding: 0 8px;
    width: 100%;
    border-radius: 5px;
}

select {
    border: 1px solid #ddd; /* min-height:32px; */
}

.input_txt {
    border: 1px solid #ddd;
    padding: 0 6px;
    min-height: 32px;
}

.input_l {
    width: 100%;
}

.input_m {
    width: 40%;
}

.input_s {
    width: 10%;
}

.input_phone {
    width: 93px;
}

input[type=file] {
    min-height: 32px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

input.txt_box {
    border-radius: 2px;
    box-shadow: inset 1px 1px 4px #ddd;
    height: 32px;
}

.ind {
    text-indent: 8px;
    display: block;
}
button.default{
    color:white;
}

.form_default {
    height: 30px;
    border-radius: 5px;
    font-size: 11px;
    border: 1px solid #d8d8d8;
}
.form_default:not(.disabled):not(.none_edit):hover {
    transition: 0.2s;
    border: 1px solid #ffc864;
    box-shadow: 0px 3px 6px #00000029;
}

.form_default:focus {
    transition: 0.2s;
    border: 1px solid #D8D8D8 !important;
    box-shadow: 0px 3px 6px #00000029;
}

input[disabled]:hover {
    border: none;
}

/* Change the color to your own background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s;
}

/* txt */
.txt_point {
    color: #c80c47;
}

.txt_l {
    text-align: left !important;
}

.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.basic_txt_area {
    word-break: keep-all;
    line-height: 155%;
}

.basic_txt_area strong:first-child {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.txt_small {
    font-size: 13px;
}

.txt_point {
    color: #f33420;
}

.italic {
    font-style: italic;
    font-size: 14px;
}

.red {
    color: #ac2e1b;
}

.con_point {
    color: #0c7bd4;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 6px;
}

.org {
    color: #FF5722;
    text-decoration: underline;
    font-weight: 500;
}

.org:hover {
    color: #e44412;
}

.bd {
    font-weight: 600;
}

p, a, h1, h2, h3, h4, h5, h6 {
    transform: skew(-0.001deg);
}

.btn_blue {
    color: #fff;
    background: #63a8fe;
}

.inline_block {
    display: inline-block;
    padding-right: 12px;
}

/* input */

.input_none {
    border: 0px !important;;
}

.div_form_input {
    height: 48px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    /* line-height:48px; */
    font-size: 18px;
    padding: 0 20px 0 20px;
    letter-spacing: 1.8px;
}

.div_form_input input {
    max-width: 110px;
    font-size: 18px;
    /* height: 24px; */
    color: #222;
    letter-spacing: 1.8px;
    float: left;
    /* height: 46px; */
    /* line-height: 82px; */
    /* line-height:20px; */
    margin-top: 13px;
    /* border: 1px solid red !important; */
}

.div_form_input span {
    float: left;
    line-height: 46px;
}

.div_form_input input::placeholder {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 20px;
}

/* select */
.btn-group.open .dropdown-toggle {
    box-shadow: none !Important;
}

.select_box {
    width: 100%;
    transform: none !Important;
}

.select_box:before {
    content: '';
    width: 3px;
    height: 3px;
    border-top: 2px solid #404040;
    border-right: 2px solid #404040;
    display: inline-block;
    transform: rotate(135deg);
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 1;
}

.select_box.open:before {
    top: 13px;
    transform: rotate(315deg);
}

.select_box button:hover {
    background: transparent !important;
}

.select_box button[disabled]:hover {
    background: none !important;
}

.select_box button {
    width: 100%;
    height: 28px;
    /* border-radius: 3px; */
    padding: 0 8px;
    text-align: left;
    background-color: transparent;
    color: #404040;
    border: none;
    font-size: 11px;
}

.select_box .dropdown-menu {
    width: 158px;
    min-width: 158px;
    /* background: #171f31; */
    border: #ddd;
    border-radius: 0px;
    box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 20%);
    padding: 0;
}

.select_box .dropdown-menu li {
    /* padding: 3px; */
    /* background: #171f31; */
    height: 30px;
    font-size: 11px;
}

.select_box .dropdown-menu li a {
    padding: 0;
    color: #404040;
    font-size: 11px;
    line-height: 30px;
    padding: 0 8px;
}

/*.select_box .dropdown-menu li a:hover {
    background-color: rgb(255 200 100 / 0.15);
}*/

.select_box .dropdown-menu li:hover {
    background-color: rgb(255 200 100 / 0.15);
}
/* button */

button {
    height: 50px;
    border: 0;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    background: #5c5c5c;
    color: #fff;
    cursor: pointer;
    font-family: 'NanumBarunGothic' !important;
}

button:hover {
    background: #000;
    color: #FFC864;
    transition: 0.3s;
}

.btn_ma_default {
    background: #000;
    color: #FFC864;
    transition: 0.3s;
}

button:disabled {
    background: #d8d8d8;
    color: #fff;
}

.disabled {
    background: #d8d8d8;
    color: #fff;
}

.disabled:hover {
    background: #d8d8d8;
    color: #fff;
}

.pressed {
    background: #000 !important;
    color: #fff !important;
}

.pressed:hover {
    background: #000 !important;
    color: #fff !important;
}

.hover {
    background: #000;
    color: #ecb95d;
}

.btn_typeA {
    width: 100px;
}

.btn_typeB {
    width: 90px;
}

.btn_typeC {
    width: 60px;
}

.btn_fr {
    float: right;
}


.bg_red {
    background: #a6200c;
    color: #fff !important;
}

.bg_yellow {
    background: #ffc864;
    color: #fff !important;
}

.bg_dgray {
    background: #888;
    color: #fff !important;
}


.max4 {
    display: block;
    width: 40px;
    height: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.max5 {
    display: block;
    width: 50px;
    height: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.max6 {
    display: block;
    width: 60px;
    height: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.max7 {
    display: block;
    width: 70px;
    height: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.max16 {
    display: block;
    width: 155px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* rayout */

.dropdown_content {
    display: none;
    position: absolute;
    top: 115px;
    left: 42px;
    z-index: 999;
    width: 140px;
    height: 155px;
    background-image: url(../images/ic_alarmbg.png);
    /* background-size: auto; */
    background-position-y: -5px;
    /* padding: 5 20px; */
    border-radius: 4px;
    /* box-shadow: 1px 1px 5px 3px rgb(0 0 0 / 10%); */
    padding-top: 15px;
}

.dropdown_content.on {
    display: block;
}

.dropdown_content a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #555;
    /* padding: 7px 0; */
    font-size: 12px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.dropdown_content a:last-child {
    border-bottom: none;
}

.dropright_noti {
    display: none;
    position: absolute;
    width: 350px;
    top: 90px;
    left: 219px;
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    box-shadow: 1px 2px 10px 5px rgb(0 0 0 / 10%);
}

.dropright_noti.on {
    display: block;
}

.dropright_noti .header:before {
    content: '';
    top: 10px;
    left: -20px;;
    border-top: 10px solid transparent;
    border-right: 10px solid #FFC864;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
}

.dropright_noti .header {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffc864;
    font-size: 17px;
    font-weight: 500;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropright_noti .footer {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffc864;
    font-size: 11px;
    font-weight: 500;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dropright_noti .contents .sec {
    border-bottom: 1px solid #dfddd8;
    padding: 16px 25px;
    /* height: 60px; */
}

.dropright_noti .contents .sec .tit {
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 500;
}
.dropright_noti .contents .sec .comm {
    font-size: 9px;
    line-height: 14px;
}


/* dropdown */

.tips {
    width: 84px;
    height: 122px;
    min-width: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    left: -30px !important;
}

/*
.tips .scroll_custom {
    width: 84px;
    height: 122px;
    overflow-x: hidden;
}
*/

.tips .sec {
    /*width: 100px;*/
    height: 30px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
}

.tips .sec .check_box {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.tips .sec .check_box label {
    margin-right: 3px;
}

.tips .sec:hover {
    background: #fcf8e3;

}

/* calendar */

.ui-datepicker {
    width: 180px !Important;
}

/*
a.ui-datepicker-prev.ui-corner-all:after {content: url(../images/ic_prev.png);width: 20px;height: 20px;overflow: hidden;display: block; top: 0;left:0;position: absolute;}
a.ui-datepicker-next.ui-corner-all:after {content: url(../images/ic_next.png);width: 20px;height: 20px;overflow: hidden;display: block; top: 0;right:0;position: absolute;}
*/
.ui-widget-header {
    border: none !important;
    background: none !important;
    margin: 5px 0;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 1.5em !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html
.ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
    color: #404040;
    font-size: 9px;
    font-family: 'NanumBarunGothic';
    text-align: center;
    /* width: 20px; */
    /* height: 20px; */
}

select.ui-datepicker-year {
    width: 60px !important;
    height: 30px !important;
    font-family: 'NanumBarunGothic' !important;
    font-size: 11px !important;
    margin-right: 5px !important;
    padding: 0 3px !important;
}

select.ui-datepicker-year option {
    border: 1px solid #ddd;
}

select.ui-datepicker-month {
    width: 50px !important;
    height: 30px !important;
    font-family: 'NanumBarunGothic' !important;
    font-size: 11px !important;
    padding: 0 3px !important;
}

table.ui-datepicker-calendar tr td, table.ui-datepicker-calendar tr th {
    padding: 0px !important;
    height: 20px !important;
}

.ui-datepicker table {
    width: 140px;
    margin: 0 auto;
    margin-top: 15px;
}

table.ui-datepicker-calendar tr th {
    padding-bottom: 10px !important;
    font-size: 9px !important;
}

table.ui-datepicker-calendar tr td:nth-child(1) a, table.ui-datepicker-calendar tr th:nth-child(1) {
    color: #a6200c !important;
    font-weight: 600;
}

table.ui-datepicker-calendar tr td:nth-child(7) a, table.ui-datepicker-calendar tr th:nth-child(7) {
    color: #ffc864;
    font-weight: 600;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FFC864 !important;
    border-radius: 50% !important;
    color: #fff !important;
}

table.ui-datepicker-calendar tr td a, table.ui-datepicker-calendar tr th a {
    padding: 0;
    height: 20px;
    line-height: 20px;
    width: 20px;
    display: block;
}

.ui-datepicker .ui-datepicker-prev span {
    background-image: url(../images/ic_prev.png) !important;
}

.ui-datepicker .ui-datepicker-next span {
    background-image: url(../images/ic_next.png) !important;
}

.ui-datepicker .ui-datepicker-prev {
    width: 20px;
    height: 20px;
    background-image: url(../images/ic_prev.png);
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    background-image: url(../images/ic_next.png);
    background-repeat: no-repeat;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
}

a.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
    border: none;
    background-image: url(../images/ic_prev.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 10px !important;
    left: 2px;
}

a.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    border: none;
    background-image: url(../images/ic_next.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 10px !important;
    right: 2px;
}

a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-prev.ui-corner-all {
    top: 10px !important;
}

a.ui-state-active, a.ui-state-active:hover {
    border: 1px solid #FFC864 !important;
    background: #FFC864 !important;
    border-radius: 50% !important;
}

.nonMem_info {
    display: none;
}

/* switch */
.switch {
    float: left;
    width: 36px;
    height: 17px;
    margin-top: 3px;
}

.switch input[type="checkbox"] {
    margin: 0;
    visibility: inherit;
}

.switch input[type="checkbox"]:checked + label {
    /* background: none; */
    /* width: auto; */
    /* height: auto; */
    border: none !important;
    /* border-radius: 0; */
    line-height: normal;
    margin: 0;
}

.switch input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.switch input[type="checkbox"] + label:hover {
    border: none;
}

.switch label {
    display: block;
    position: absolute;
    width: 36px !important;
    height: 17px !important;
    border-radius: 9px !important;
    background-color: #000;
    border: none !important;
}

.switch label span {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: 0.2s;
    box-shadow: 0px 1px 1px 1px rgb(0 0 0 / 10%);
}

.switch label:before,
.switch label:after {
    position: absolute;
    top: -1px;
    width: 20px;
    font-size: 10px ;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-transform: scale(0.8);
}

.switch label:before {
    left: 0;
    content: 'ON';
}

.switch label:after {
    content: 'OFF';
    right:2px;
}

.switch input:checked + label {
    background-color: #ffc864;
    background-image: none;
}
.switch input + label::before {
    display:none;
}

.switch input:checked + label::after {
    content:'';
    display: none;
}
.switch input:checked + label::before {
    display: block;
}

.switch input:checked + label span {
    left:auto;
    right:2px;
}
.switch input:disabled + label {
    background-color:#d8d8d8;
    pointer-events: none;
}
.switch input:disabled + label::after,
.switch input:disabled + label::before {
    content:'';
    display:none;
}


.tooltipUI {
    background-color: #fff;
}

.ui-tooltip {
    padding: 12px;
    position: absolute;
    z-index: 9999;
    max-width: 400px;
    -webkit-box-shadow: 0 0 5px #aaa;
    right: 0;
    box-shadow: 0 0 5px #aaa;
    border-radius: 5px;
    font-size: 12px;
    background: #fff;
}

.ui-tooltip {
    border-width: 2px;
}

.ic_tooltip {
    width: 18px;
    height: 18px;
    background: #888;
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    border-radius: 50%;
    color: #f1f1f1;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    margin-left: 10px;
}

.modal {
    top: 200px !important;
}

.jspPane {
    padding-right: 5px !important;
}

.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-left: 2px solid #ffc864;
    border-top: 2px solid #ffc864;
    border-bottom: 2px solid #ffc864;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* S: 달력 어디있니 */
.ui-state-active,
.ui-widget-content .ui-state-active {
    background:#FFC864 !important;
}
/* E: 달력 어디있니 */