@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:16px;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
select {
    text-transform: none;
    vertical-align: baseline;
}

button,
input {
    overflow: visible;
}


button span {
    position: relative;
    top: 1px;
}

input[type=text]::-ms-clear {
    display: none;
}

body,
div,
ul,
li,
ol,
dl,
dt,
dd,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
legend,
label,
input,
textarea,
table,
thead,
tfoot,
tbody,
th,
td,
address,
strong,
em,
pre,
q,
abbr,
cite {
    margin: 0;
    padding: 0;
    font-family:	Noto Sans KR, '맑은 고딕', dotum, '돋움', sans-serif;
    letter-spacing: -0.015em;
}

.ul_col_list::after {
    content: '';
    display: block;
    clear: both;
}

.li_col_list {
    float: left;
    min-width: 150px;
    text-align: left;
}

input::placeholder {
    font-weight: normal;
    font-family:'맑은 고딕', dotum, '돋움', sans-serif;
}

input::-webkit-input-placeholder {
    font-weight: normal;
    font-family:'맑은 고딕', dotum, '돋움', sans-serif;
}

/* IE */
input:-ms-input-placeholder {
    font-weight: normal;
    font-family:'맑은 고딕', dotum, '돋움', sans-serif;
}

/* Firefox */
input:-mos-input-placeholder {
    font-weight: normal;
    font-family:'맑은 고딕', dotum, '돋움', sans-serif;
}

body,
a {
    font-family:'맑은 고딕', dotum, '돋움', sans-serif;
    color: #000;
    background-color: #101010;
}

label,
select,
input,
textarea {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

fieldset,
hr {
    border: 0;
    margin: 0;
    padding: 0;
}

label,
select,
input,
textarea {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

table td img {
    vertical-align: middle;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a {
    background-color: transparent;
}

hr {
    clear: both;
    display: none;
}

caption,
legend {
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

input[type="text"] {
    line-height: normal;
}

a,
select,
input[type=radio],
input[type=checkbox],
input[type=button],
button {
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

header,
section,
nav,
article,
footer,
main {
    display: block;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

button:focus {
    outline: none;
}



/* margin padding */
.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt55 {
    margin-top: 55px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt65 {
    margin-top: 65px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt75 {
    margin-top: 75px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt85 {
    margin-top: 85px !important
}

.mt90 {
    margin-top: 90px !important
}

.mt100 {
    margin-top: 100px !important
}

.mt150 {
    margin-top: 150px !important
}

.mt200 {
    margin-top: 200px !important
}

.mt300 {
    margin-top: 300px !important
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr35 {
    margin-right: 35px !important
}

.mr40 {
    margin-right: 40px !important
}

.mr45 {
    margin-right: 45px !important
}

.mr50 {
    margin-right: 50px !important
}

.mr55 {
    margin-right: 55px !important
}

.mr60 {
    margin-right: 60px !important
}

.mr65 {
    margin-right: 65px !important
}

.mr70 {
    margin-right: 70px !important
}

.mr75 {
    margin-right: 75px !important
}

.mr80 {
    margin-right: 80px !important
}

.mr85 {
    margin-right: 85px !important
}

.mr90 {
    margin-right: 90px !important
}

.mr100 {
    margin-right: 100px !important
}

.mr150 {
    margin-right: 150px !important
}

.mr200 {
    margin-right: 200px !important
}

.mr300 {
    margin-right: 300px !important
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb55 {
    margin-bottom: 55px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb65 {
    margin-bottom: 65px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb85 {
    margin-bottom: 85px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mb150 {
    margin-bottom: 150px !important
}

.mb200 {
    margin-bottom: 200px !important
}

.mb300 {
    margin-bottom: 300px !important
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml35 {
    margin-left: 35px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml45 {
    margin-left: 45px !important
}

.ml50 {
    margin-left: 50px !important
}

.ml55 {
    margin-left: 55px !important
}

.ml60 {
    margin-left: 60px !important
}

.ml65 {
    margin-left: 65px !important
}

.ml70 {
    margin-left: 70px !important
}

.ml75 {
    margin-left: 75px !important
}

.ml80 {
    margin-left: 80px !important
}

.ml85 {
    margin-left: 85px !important
}

.ml90 {
    margin-left: 90px !important
}

.ml100 {
    margin-left: 100px !important
}

.ml150 {
    margin-left: 150px !important
}

.ml200 {
    margin-left: 200px !important
}

.ml300 {
    margin-left: 300px !important
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt35 {
    padding-top: 35px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt45 {
    padding-top: 45px !important
}

.pt50 {
    padding-top: 50px !important
}

.pt55 {
    padding-top: 55px !important
}

.pt60 {
    padding-top: 60px !important
}

.pt65 {
    padding-top: 65px !important
}

.pt70 {
    padding-top: 70px !important
}

.pt75 {
    padding-top: 75px !important
}

.pt80 {
    padding-top: 80px !important
}

.pt85 {
    padding-top: 85px !important
}

.pt90 {
    padding-top: 90px !important
}

.pt100 {
    padding-top: 100px !important
}

.pt150 {
    padding-top: 150px !important
}

.pt200 {
    padding-top: 200px !important
}

.pt300 {
    padding-top: 300px !important
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr35 {
    padding-right: 35px !important
}

.pr40 {
    padding-right: 40px !important
}

.pr45 {
    padding-right: 45px !important
}

.pr50 {
    padding-right: 50px !important
}

.pr55 {
    padding-right: 55px !important
}

.pr60 {
    padding-right: 60px !important
}

.pr65 {
    padding-right: 65px !important
}

.pr70 {
    padding-right: 70px !important
}

.pr75 {
    padding-right: 75px !important
}

.pr80 {
    padding-right: 80px !important
}

.pr85 {
    padding-right: 85px !important
}

.pr90 {
    padding-right: 90px !important
}

.pr100 {
    padding-right: 100px !important
}

.pr150 {
    padding-right: 150px !important
}

.pr200 {
    padding-right: 200px !important
}

.pr300 {
    padding-right: 300px !important
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb45 {
    padding-bottom: 45px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb55 {
    padding-bottom: 55px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.pb65 {
    padding-bottom: 65px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.pb75 {
    padding-bottom: 75px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.pb85 {
    padding-bottom: 85px !important
}

.pb90 {
    padding-bottom: 90px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.pb150 {
    padding-bottom: 150px !important
}

.pb200 {
    padding-bottom: 200px !important
}

.pb300 {
    padding-bottom: 300px !important
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl35 {
    padding-left: 35px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl45 {
    padding-left: 45px !important
}

.pl50 {
    padding-left: 50px !important
}

.pl55 {
    padding-left: 55px !important
}

.pl60 {
    padding-left: 60px !important
}

.pl65 {
    padding-left: 65px !important
}

.pl70 {
    padding-left: 70px !important
}

.pl75 {
    padding-left: 75px !important
}

.pl80 {
    padding-left: 80px !important
}

.pl85 {
    padding-left: 85px !important
}

.pl90 {
    padding-left: 90px !important
}

.pl100 {
    padding-left: 100px !important
}

.pl150 {
    padding-left: 150px !important
}

.pl200 {
    padding-left: 200px !important
}

.pl300 {
    padding-left: 300px !important
}

.size10 {
    font-size: 10px !important;
}

.size11 {
    font-size: 11px !important;
}

.size12 {
    font-size: 12px !important;
}

.size13 {
    font-size: 13px !important;
}

.size14 {
    font-size: 14px !important;
}

.size15 {
    font-size: 15px !important;
}

.size16 {
    font-size: 16px !important;
}

.size17 {
    font-size: 17px !important;
}

.size18 {
    font-size: 18px !important;
}

.size19 {
    font-size: 19px !important;
}

.size20 {
    font-size: 20px !important;
}

.size22 {
    font-size: 22px !important;
}

.size24 {
    font-size: 24px !important;
}

.size26 {
    font-size: 26px !important;
}

.size28 {
    font-size: 28px !important;
}

.size30 {
    font-size: 30px !important;
}

.orange {
    color: #ff6a21 !important;
}

.gray {
    color: #999999 !important;
}

.blue {
    color: #1559dc !important;
}

.purple {
    color: #655de6 !important;
}

.white {
    color: #fff !important;
}


.gray_box {
    padding: 20px;
    border: solid 1px #ddd;
}

.gray_box .gray_box_img {
    padding-left: 150px;
}
.gray_small_box {
    padding:10px;
    border:solid 1px #ddd;
}

.txt_left {
    text-align: left !important;
}

.txt_right {
    text-align: right !important;
}

.txt_center {
    text-align: center !important;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.none {
    display: none;
}




input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 12px;
    margin: 4px 0px;
    margin: 0;
    height: 12px;
    background: url(../images/checkbox.png) no-repeat center center;
    vertical-align: middle;
    background-size: cover;
    display: inline-block;
}

input[type="checkbox"]::-ms-check {
    display: none;
}

input[type="checkbox"]:checked {
    background: url(../images/checkbox_on.png) no-repeat center center;
}

input[type="checkbox"]:disabled {
    background: url(../images/checkbox_dis.png) no-repeat center center;
}

input[type="checkbox"]:checked:disabled {
    background: url(../images/checkbox_dis_on.png) no-repeat center center;
}

input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    /* margin-top: 4px; */
    padding-left: 2px;
    vertical-align: middle;
    display: inline-block;
}

.fo {
    box-shadow: 0 0 0px 2px #000;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    margin: 4px 0px;
    appearance: none;
    width: 16px;
    height: 16px;
    background: url(../images/radio.png) no-repeat center center;
}

input[type="radio"]::-ms-check {
    display: none;
}

input[type="radio"]:checked {
    background: url(../images/radio_on.png) no-repeat center center;
}

input[type="radio"] + label {
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 3px;
    line-height:16px;
    padding-left: 5px;
    vertical-align: top;
    display: inline-block;
}

input[type="radio"]:disabled {
    background: url(../images/radio_dis.png) no-repeat center center;
}

input[type="radio"]:checked:disabled {
    opacity: 0.5;
    background: url(../images/radio_dis_on.png) no-repeat center center;
    border: none;
}

select {
    padding: 0px 25px 0px 5px;
    border: 1px solid #ddd;
    font-family: inherit;
    background: url('../images/nav_select2.png') no-repeat right center #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    height: 22px;
    font-size: 11px;
    color: #666;
    line-height: 20px;
    background-size: 16px;
}

.tbl_wrap textarea {
    max-height: 140px;
    border: solid 1px #ddd;
    width: 100%;
}

.form_select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    min-width: auto;
    margin: 0 2px;
}


input[type='text'],
input[type='password'] {
    padding: 0px 5px;
    border: 1px solid #ddd;
    font-family: inherit;
    display: inline-block;
    height: 22px;
    font-size: 24px;
    color: #666;
    line-height: 20px;
}

input.phone {
    width: 70px;
}

input[type='text'].required,
input[type='password'].required {
    background: url(../images/icon_required.png) no-repeat calc(100% - 10px) center;
}

textarea {
    padding: 0px 5px;
    border: 1px solid #ddd;
    font-family: inherit;
    display: block;
    font-size: 11px;
    color: #666;
    line-height: 28px;
    width: 100%;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
    color: #939393;
    font-size: 11px;
    line-height: 17px;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder {
    color: #939393;
    line-height: 17px;
    font-size: 11px;
}

input[type='text']::placeholder,
input[type='password']::placeholder {
    color: #939393;
    line-height: 28px;
    font-size: 11px;
}

input[type='text'].short,
input[type='password'].short {
    max-width: 150px;
    width: 40%;
}

input[type='text'].long,
input[type='password'].long {
    width: 400px;
}

input[type='text'].xshort,
input[type='password'].xshort {
    width: 100px;
}

.input.full input {
    width: 100%;
}

.input.full .full {
    width: 100%;
}

.input.full textarea {
    width: 100%;
}

input[type='text'].full,
input[type='password'].full,
textarea.full {
    width: 100%;

}

.date[type='text'] {
    padding: 0px 20px 0px 3px;
    border: 1px solid #ddd;
    font-family: inherit;
    background: url('../images/icon_cal.png') no-repeat right center #fff;
    background-position: calc(100% - 3px) center;
    max-width: 100px;
    height: 22px;
    font-size: 11px;
    color: #666;
    line-height: 20px;
}

.btn_group {
    display: block;
    text-align: center;
    margin: 20px 0px;
}

.btn_group::after {
    content: '';
    display: block;
    clear: both;
}

.btn_group.left {
    text-align: left;
}

.btn_group.right {
    text-align: right;
}

.button {
    line-height: 13px;
    display: inline-block;
    padding: 0px 10px;
    background: #fff;
    border: solid 1px #999;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    height: 22px;
    line-height: 20px;
}
.btn_default {
    background: transparent;
    border: solid 1px #ccc;
    color: #666666;
    background: rgb(226,226,226);
background: -moz-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f9f9f9",GradientType=1);
    
}
.btn_icon {
    display: inline-block;
    width: 20px;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
    height: 22px;
    line-height: 20px;
    padding: 0;
}
.btn_icon span {
    display:none;
}
.btn_search {
    border:none;
    background: url(../images/btn_search.png) no-repeat center center;
    text-indent: -9999px;
    height: 22px;
    width: 22px;
    padding: 0px;
    margin-left: 2px !important;
}

.btn_gray {
    border: solid 1px #ccc;
    color: #666666;
    background: rgb(226,226,226);
background: -moz-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f9f9f9",GradientType=1);
}

.btn_blue {
    border: solid 1px #ccc;
    color: #666666;
    background: rgb(226,226,226);
background: -moz-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f9f9f9",GradientType=1);
}


.btn_green {
    border: solid 1px #ccc;
    color: #666666;
    background: rgb(226,226,226);
background: -moz-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f9f9f9",GradientType=1);
}

.btn_input {
    background: #798a9b;
    height: 30px;
    margin-left: 5px;
    border: solid 1px #798a9b;
}

.btn_purple {
    border: solid 1px #ccc;
    color: #666666;
    background: rgb(226,226,226);
background: -moz-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f9f9f9",GradientType=1);
}

.btn_orange {
    border: solid 1px #ccc;
    color: #666666;
    background: rgb(226,226,226);
background: -moz-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#f9f9f9",GradientType=1);
}

.btn_small {
    font-weight: normal;
    font-size: 11px !important;
    /* height: 18px; */
    line-height: 16px;
    padding: 0px 5px;
}

.btn_big {
    font-size: 11px;
    padding: 8px 45px;
}


.btn_plus {
    background: url(../images/plus.png) no-repeat center center;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
}

.btn_minus {
    background: url(../images/minus.png) no-repeat center center;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
}

.btn_plus:hover {
    background: url(../images/plus.png) no-repeat center center;
}

.btn_minus:hover {
    background: url(../images/minus.png) no-repeat center center;
}


.btn_green:hover {
    border:Solid 1px #666;
    color:#333;
}
.button:hover {
    /*color: #fff;*/
}

.button.btn_default:hover {
    border:Solid 1px #666;
    color:#333;
}

.btn_blue:hover {
    border:Solid 1px #666;
    color:#333;
}

.btn_gray:hover {
    border:Solid 1px #666;
    color:#333;
}

.btn_purple:hover {
    border:Solid 1px #666;
    color:#333;
}

.btn_orange:hover {
    border:Solid 1px #666;
    color:#333;
}
.btn_del {
    line-height: 1.2;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0px;
    text-indent: -9999px;
    vertical-align: middle;
    background: url(../images/btn_del.png) no-repeat center center;
    margin-left: 3px;
}

.btn_del:hover {
    background: url(../images/btn_del.png) no-repeat center center;
}

.btn_icon.btn_blue:hover{
    
}
.attach {
    margin-bottom: 5px;
}

.soundonly {
    display: none;
    font-size: 0px;
    text-indent: -9999px;
}

.input_file {
    cursor: pointer;
    position: relative;
    height: 27px;
    width: 300px;
    display: inline-block;
}

.input_file input[type="file"] {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.input_file::before {
    content: '파일첨부';
    background: url(../images/icon_file.png) no-repeat 19px center #003b68;
    background-size: 14px;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    z-index: -1;
    height: 27px;
    padding: 0px 20px;
    float: left;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.input_file input[type="file"] + label {
    border: solid 1px #ddd;
    cursor: pointer;
    position: relative;
    z-index: 0;
    left: 0px;
    float: left;
    border-left: none;
    padding: 0px 10px 0px 120px;
    line-height: 25px;
    height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    display: block;
    color: #666;
    width: 300px;
    top: 0;
}

.input {
    display: inline-block;
    border-radius: 3px;
}

.date {
    display: inline-block;
}

/*.example .input {
    display:block;
}*/

.tbl_wrap {
    width: 99.9%;
    margin-bottom: 15px;
    padding-top: 3px;
    overflow-x: auto;
    position: relative;
}

.tbl_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    right: 0px;
    /* background: url(../images/table_top.gif) no-repeat left top #5e97df; */
    display: block;
    width: 100%;
}

.tbl_wrap table {
    width: 100%;
    border-top: solid 1px #ddd;
}

.tbl_wrap .write tr th {
    color: #000;
    background: #efefef;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    width: 15%;
    text-transform: uppercase;
    line-height: 1.5;
    word-break: break-all;
}

.tbl_wrap .write tr th.required i {
    font-size: 0px;
    text-indent: -9999px;
}

.tbl_wrap .write tr th.required::before {
    content: '*';
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #d82e00;
}

.tbl_wrap .write tr th span.required {
    font-size: 0px;
    text-indent: -9999px;
}

.tbl_wrap .write tr td input[type=file] {
    max-width: 100%;
}

.tbl_wrap .write tr td span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    padding: 0px 2px;
}

.p_num {
    max-width: 55px;
    width: 25%;
}

.tbl_wrap .write tr td {
    padding: 3px 3px 0px 3px;
    font-size: 11px;
    background: #fff;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

.input_info {
    display: block;
    font-size: 11px;
    font-style: normal;
}

.tbl_wrap .little {
    display: block;
    color: #90a6be;
    padding: 2px;
    font-size: 11px;
}

.tbl_wrap .write tr td > * {
    margin-bottom: 3px;
    vertical-align: top;
}
.tbl_wrap .write tr td input[type=checkbox] {
    margin-top:6px;
}

.tbl_wrap .write tr td:last-child {
    border-right: none;
}

.tbl_wrap .tbl_info {
    color: #336699;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 11px;
}

.tbl_wrap .green_info.right {
    display: block;
    text-align: right;
}

.tbl_wrap .view tr th {
    color: #000;
    background: #f7f7f7;
    padding: 8px 10px;
    font-size: 11px;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    width: 15%;
}

.tbl_wrap .view tr th.title {
    font-size: 11px;
    padding: 15px;
}

.tbl_wrap .view tr td {
    padding: 8px;
    line-height: 1.5;
    font-size: 11px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

.tbl_wrap .view tr td ul li {
    padding-left: 10px;
    background: url(../images/dot_cal.png) no-repeat left 9px;
    line-height: 1.5;
}

.tbl_wrap .view tr td.youtube {
    text-align: center;
    padding: 30px 0px;

}

.tbl_wrap .view tr td.youtube .you_wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.tbl_wrap .view tr td.youtube .you {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.tbl_wrap .view tr td.youtube .you iframe {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.tbl_wrap .view tr td p {
    padding: 10px;
    vertical-align: middle;
}

.tbl_wrap .view tr td p.input_file,
.tbl_wrap .view tr td p.input {
    padding: 0;
    margin-bottom: 3px;
}

.tbl_wrap .view tr td:last-child {
    border-right: none;
}

.tbl_wrap table tr td .txt_blue {
    color: #336699;
}

.tbl_wrap table tr td .txt_green {
    color: forestgreen;
}

.tbl_wrap table tr td .txt_orange {
    color: darkorange;
}

.tbl_wrap table tr td .txt_red {
    color: darkred;
}

.tbl_wrap table tr td .txt_gray {
    color: #999999;
}

.sch_box {
    background: #ededed;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.sch_box select {
    min-width: 100px;
    display: inline-block;
}

.sch_box .sch_wrap {
    display: inline-block;
}

.sch_box .sch_wrap .sch_input {
    min-width: 250px;
}

.tbl_top {
    margin-bottom: 5px;
}

.tbl_top::after {
    content: '';
    display: block;
    clear: both;
}

.tbl_top .tbl_top_lt {
    float: left;
}

.tbl_top .tbl_top_lt span {
    font-size: 11px;
    line-height: 30px;
    display: block;
}

.tbl_top .tbl_top_rt {
    float: right;
}

.tbl_top .tbl_top_rt .btn_sort {
    padding-right: 12px;
    margin-left: 7px;
    background: url(../images/down.png) no-repeat right center;
    font-size: 11px;
    color: #003b68;
}

.tbl_top .tbl_top_rt .btn_sort.on {
    background: url(../images/up.png) no-repeat right center;
}

.tbl_wrap .list {}

.tbl_wrap .list tr th {
    color: #000;
    background: #ededed;
    padding: 0px 1px;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #dddddd;
    text-align: center;
    text-transform: uppercase;
    display: table-cell;
    height: 25px;
    line-height: 23px;
}

.tbl_wrap .list tr td {
    padding: 0px 3px;
    word-break: break-all;
    font-size: 11px;
    background: #fff;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
    display: table-cell;
    height: 20px;
    line-height: 20px;
}

.tbl_wrap .list.link tr:hover td {
    cursor: pointer;
    background: #eff3f8;
}

.tbl_wrap .list tr th.pc,
.tbl_wrap .list tr td.pc {}

.tbl_wrap .list tr td a {
    width: calc(100% - 10px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tbl_wrap .list tr th:last-child,
.tbl_wrap .list tr td:last-child {
    border-right: none;
}

.tbl_wrap .list tr td.left {
    text-align: left;
}

.tbl_wrap .list.type02 {
    width: 800px;
    float: left;
}

.tbl_wrap .tbl_btns {
    width: 120px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.tbl_wrap .tbl_btns .button {
    margin: 0;
    margin-top: 10px;
}

.tbl_wrap .tbl_btns .input {
    margin: 0;
    margin-top: 10px;
}

#pagingAjaxUtil {
    text-align: center;
    padding: 30px 0px;
}

.pagination {
    display: inline-block;
}

.pagination::after {
    content: '';
    display: block;
    clear: both;
}

.pagination li {
    float: left;
    margin: 0px 3px;
}

.pagination li a {
    color: #868686;
    padding: 7px;
    display: block;
    border: solid 1px #ededed;
    min-width: 27px;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
}

.pagination li a:hover {
    border: solid 1px #666666;
    color: #333333;
}

.pagination li a.active {
    border: solid 1px #003b68;
    color: #003b68;
}

.pagination li a p {
    line-height: 1;
}

.pagination li a strong {
    line-height: 1;
    font-weight: 500;
    display: block;
}

.pagination li a.ctrl {
    text-indent: -9999px;
    font-size: 0px;
}

.pagination .blind {
    display: none;
}

.pagination li a.ctrl.fir {
    background: url(../images/btn_first.png) no-repeat center center;
}

.pagination li a.ctrl.prev {
    background: url(../images/btn_prev.png) no-repeat center center;
}

.pagination li a.ctrl.next {
    background: url(../images/btn_next.png) no-repeat center center;
}

.pagination li a.ctrl.las {
    background: url(../images/btn_last.png) no-repeat center center;
}

.pagination li a span {}


#error-text {
    padding: 150px 0px;
    position: relative;
    font-size: 40px;
    color: #eee;
}

#error-text a {
    color: #eee;
}

#error-text a:hover {
    color: #fff;
}

#error-text p {
    color: #ddd;
    margin: 70px 0 0 0;
}

#error-text i {
    margin-left: 10px;
}

#error-text p.hmpg {
    margin: 40px 0 0 0;
}

#error-text span {
    position: relative;
    background: #019480;
    color: #fff;
    font-size: 300%;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 500er;
    transition: all .5s;
    cursor: pointer;
    margin: 0 0 40px 0;
}

#error-text span:hover {
    background: #00806f;
    color: #fff;
    -webkit-animation: jelly .5s;
    -moz-animation: jelly .5s;
    -ms-animation: jelly .5s;
    -o-animation: jelly .5s;
    animation: jelly .5s;
}

#error-text span:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #019480;
    border-width: 7px;
    margin-left: -7px;
}

.container {
    /* max-width: 1400px; */
    width: 100%;
    padding: 0px 10px;
    margin: 0 auto;
    position: relative;
}

.tab {}

.tab .tab_tit {}

.tab .tab_tit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tab .tab_tit ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.tab .tab_tit ul li a {
    display: block;
    border: solid 1px #ddd;
    border-bottom: solid 3px #ddd;
    padding: 8px 20px;
    text-align: center;
    font-size: 16px;
    color: #747474;
}

.tab .tab_tit ul li a.on {
    border-color: #193d65;
    color: #193d65;
}

.tab .tab_cont {
    padding: 20px 0px;
}

.tab .tab_cont > div {

    display: none;
}

.tab .tab_cont > div.on {
    display: block;
}

.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;
    background: none;
}

.ui-widget.ui-widget-content:not(.ui-datepicker) {
    /* width: 96% !important; 
     max-width: 500px !important; 
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important; */
}

.ui-dialog .ui-dialog-content {
    height: auto !important;
}
.dialog .pop_tbl {
    padding: 20px 0px 30px;
}

.dialog .pop_tbl .write {
    width: 100%;
    border-top: solid 3px #007af7;
}

.dialog .pop_tbl .write tr {}

.dialog .pop_tbl .write tr th {
    background: #ededed;
    font-size: 11px;
    padding: 4px 3px;

    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.dialog .pop_tbl .write tr td {
    padding: 4px 3px;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
}

.dialog .pop_tbl .write tr td input {
    width: 100%;
    line-height: 24px;
    height: 24px;
}

.dialog .pop_btns {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.dialog .pop_btns .p_btn {
    padding: 6px 15px;
    border: solid 1px #007af7;
    border-radius: 3px;
    color: #007af7;
    font-size: 11px;
    margin: 0px 2px 3px;

}

.popup {
    display: none;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
}

.popup.on {
    display: block;
}

.popup .pop_top {
    padding: 7px;
    border-bottom: solid 1px #ddd;
    display: flex;
    line-height: 30px;
    justify-content: space-between;
}

.popup .pop_top strong {}

.popup .pop_top a.btn_close {
    text-indent: -9999px;
    background: url(../images/btn_close.png) no-repeat center center;
    background-size: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.popup .pop_cont {
    padding: 11px;
}

.dialog .pop_cont h3,
.popup .pop_cont h3 {
    font-size: 15px;
    color: #336699;
    margin-bottom: 5px;
    font-weight: bold;
}

.popup .pop_cont .btn_close_pop {}

.dialog {
    display: none;
}

.ui-dialog {
    padding: 0;
}

.ui-widget-header {
    background: #fff;
    border: none;
    border-bottom: solid 1px #ddd;
}

.ui-dialog .ui-dialog-content {
    padding: 15px;
    /* max-height: 500px !important; */
    overflow-y: auto;
}
.ui-dialog .ui-dialog-maximized {
    width:100% !important;
    max-width: none !important;
}

.tab_cont h3 {
    font-size: 24px;
    margin-top: 5px;
    color: #0a4d9e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.tab_cont h4 {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    position:relative;
    padding-top:3px;
    padding-left:9px;
}
.tab_cont h4::before {
    position:absolute;
    content:'';
    width:3px;
    height:3px;
    top:10px;
    background:#000;
    left:0;
}
.dialog h4 {
    font-size: 12px;
    color: #0a4d9e;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.filebox  {
    display:flex;
}
.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

/* .filebox label {
	display: inline-block;
	padding: 0.5em 5px;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
	margin-left: 3px;
} */

/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em 5px;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .filebox label {
  color: #fff;
	background-color: #81a4c8;
	border-color: #81a4c8;
} */
.block {
    display:block;
}
.tbl_wrap .write .info {
    display:inline-block;
    line-height:25px;
}
#pg10 .multi_sel_wrap {
    margin-right:10px;
}
.pop_box .content .row > section:last-child {
	max-height:100%;
	background:#fff;
	
}
@-webkit-keyframes jelly {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05);
    }
}

@keyframes jelly {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05);
    }
}

@media all and (max-width:960px) {
    .tbl_wrap.scroll {
        overflow-x: scroll;
        width: 100%;
    }

    .tbl_wrap.scroll table {
        width: 960px;
    }
}

/* CSS Error Page Responsive */
@media all and (max-width:640px) {
    .btn_group .button {
        margin-bottom: 5px;
        width: 100%;
        padding: 10px 0px;
        font-size: 11px;
    }

    .btn_group .button.btn_small {
        width: inherit;
        font-weight: normal;
        font-size: 11px;
        padding: 4px 10px;
    }

    .btn_group.left,
    .btn_group.right {
        text-align: center !important;
    }

    .btn_group.small.left {
        text-align: left !important;
    }

    .btn_group.small.right {
        text-align: right !important;
    }

    .tbl_wrap .list tr th.pc,
    .tbl_wrap .list tr td.pc {
        display: none;
    }

    .tbl_wrap .view tr th {
        width: 30px;
        padding: 8px 5px;
        word-break: break-all;
    }

    .tbl_wrap .view tr td {
        width: 90px;
        /* font-size:12px; */
    }

    .tbl_wrap .view tr td > * {
        margin-bottom: 3px;
        vertical-align: middle;
    }

    .sch_box {
        flex-wrap: wrap;
        display: flex;
    }

    .sch_box select {
        min-width: inherit;
        margin-right: 3px;
    }

    .sch_box .sch_wrap {
        display: inline-block;
    }

    .sch_box .sch_wrap .sch_input {
        min-width: inherit;
        width: 120px;
    }

    .ui-widget.ui-widget-content {
        max-width: 92% !important;
    }

    .ui-widget.ui-widget-content:not(.ui-datepicker) {
        /*top: 10% !important;
        transform: translate(-50%, 0) !important;*/
        POSITION: FIXED !IMPORTANT;
    }
	.ui-widget.ui-widget-content:not(.ui-datepicker).position {
		position:static !important;
	}
    .ui-dialog input[type='text'], .ui-dialog input[type='password'] {
        max-width:100%;
    }
}

@media only screen and (max-width:480px) {
    #error-text span {
        font-size: 200%;
    }

    #error-text a:hover {
        color: #fff;
    }
}
