@charset "utf-8";
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;
}
input, select, textarea, button {
    vertical-align: middle;
}
input::-ms-clear {
    display: none;
}
button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
html, body {
    height: 100%;
}
body, th, td, input, select, textarea, button {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Noto Sans KR", "돋움", dotum, sans-serif;
    background: #fafafa;
    color: #000;
}
.bg-white {
    background-color: #fff;
}
.bg-red {
    background-color: #fb534a;
}
p {
    font-size: .875em;
    margin-bottom: .875em;
}
strong {
    font-weight: 500;
}
.r-rt {
    border-radius: 0 20px 0 0!important;
}
.r-lb {
    border-radius: 0 0 0 20px!important;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.fw-black {
    font-weight: 900;
}
.fw-bold {
    font-weight: 700;
}
.fw-medium {
    font-weight: 500;
}
.fw-light {
    font-weight: 300;
}
.fw-thin {
    font-weight: 100;
}
.fc-blue {
    color: #264282;
}
text-danger {color:#fb534a!important}
a {
    color: rgba(35, 76, 173, .5);
    text-decoration: none;
    outline: none;
}
a:active, a:hover {
    color: rgba(35, 76, 173, 1);
    text-decoration: none;
}
a:active {
    background-color: transparent;
}
.btn {
    border-radius: 0;
}
.btn:focus {
    outline: none !important;
  }
.btn.disabled, .btn:disabled {
    cursor: default;
}
.btn-primary {
    background-color:#122040;
    border-color:#122040
}
.btn-primary:hover {
    background-color:#264282;
    border-color:#264282
}
.btn-primary.focus,
.btn-primary:focus {
    background-color:#264282;
    border-color:#264282;
    box-shadow: none;
}
.btn-danger {
    background-color:#CC342C;
    border-color:#CC342C
}
.btn-danger:hover {
    background-color:#B30D09;
    border-color:#B30D09
}
.btn-danger.focus,
.btn-danger:focus {
    background-color:#B30D09;
    border-color:#B30D09;
    box-shadow: none;
}
.container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}
.carousel {
    height: 100%;
}
.carousel-caption {
  color: #fb534a;
  top: 3rem;
  right: 5%;
  left: 5%;
  z-index: 10;
}
.carousel-caption h3 {
    font-weight: 300;
}
.carousel-indicators {
    bottom: 5rem;
}
.carousel-indicators .active {
    background: #fb534a;
    opacity: 1;
}
.carousel-indicators li {
    background: #fff;
    border: 4px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    }
.carousel-intro {
    min-height: 640px !important;
}
.carousel-intro > img {
    width: 320px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 28% !important;
    left: 0;
    right: 0;
    text-align: center;
}
.intro-action-bt {
    width: 100%;
    position: absolute;
    bottom: 0
}
.slogan-area {
    position: absolute;
    top: 40px;
    right: 20px;
}
.slogan-area img {
    width: 96px;
}
.logo-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 208px;
    height: 208px;
    margin: -104px 0 0 -104px;
}
.logo-area img {
    width: 208px;
}
.logo-area-sm {
    width: 180px;
    height: 57px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.logo-area-sm img {
    width: 100%;
}
.text-copyrights {
    position: absolute;
    bottom: 46px;
    width: 100%;
    text-align: center;
    font-size: 0.6875em;
}
.login-form-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 380px;
    background-color: #fff;
    border-radius: 0 24px 0 0;
}
.reg-form-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 520px;
    background-color: #fff;
    border-radius: 0 24px 0 0;
}
.reg-detail-area {
    width: 100%;
    min-height: 570px;
    background-color: #fff;
    border-radius: 0 0 24px 0;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.form-group {
    margin-bottom: .5rem;
}
.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    border-radius: 8px
}
@media (max-width: 576px) {
.form-signin {
    padding: 20px;
    }
}
.form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 8px;
    font-size: .75em;
    color: #1d1d1d;
    border: 1px solid #dee2e6;
    border-radius: 0;
    font-family: "Noto Sans KR"
}
.col-form-label {
    font-size: .75em;
}
.form-control:focus {
    z-index: 2;
    border: 1px solid #002f82;
    box-shadow: none !important
}
.form-control::-webkit-input-placeholder {
    font-family: "Noto Sans KR";
    font-weight: 100;
    color: #999;
    opacity: 1
}
.form-control::-moz-placeholder {
    font-family: "Noto Sans KR";
    font-weight: 100;
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    font-family: "Noto Sans KR";
    font-weight: 100;
    color: #999;
    opacity: 1
}
.form-control::-ms-input-placeholder {
    font-family: "Noto Sans KR";
    font-weight: 100;
    color: #999;
    opacity: 1
}
.form-control::placeholder {
    font-family: "Noto Sans KR";
    font-weight: 100;
    color: #999;
    opacity: 1
}
label {
    white-space: nowrap;
    overflow: hidden;
}
input[type="radio"]{
    width: 21px;
    height: 21px;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.form-check-label {
    margin-left: 4px;
}

.nav-bottom {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
}
.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #122040;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    border-top: 2px solid transparent;
}
.nav-link:hover {
    border-top: 2px solid #fb534a;
    color: #122040;
}
.nav-link-active {
    color: #fb534a;
    border-top: 2px solid #fb534a;
}
.nav-icon {
    width: 24px;
    height: 24px;
}
.nav-top {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    height: 60px!important;
    overflow: hidden;
    z-index: 100;
    display: inline-block;
}
.header h5 {
    line-height: 60px!important;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 42px;
}
.nav-action-bt {
    text-decoration: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 8px;
    background: url(../images/icon-undo.png) no-repeat 0 0;
    background-size: 24px 24px;
}
.nav-notice-bt {
    text-decoration: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 50px;
}
.notice {
    position: relative;
    width: 24px;
    height:24px;
    background: url(../images/icon-notice.png) no-repeat 0 0;
    background-size: 24px 24px;
}
.notice .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 20px;
    height: 20px;
}
.badge-danger {
    background-color: #fb534a;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 280px;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    transform: translateX(280px);
    transition: transform 250ms ease-in-out;
    background: #fff;
    z-index: 20;

}
.content {
    padding: 60px 0;
}
.content img {
    max-width: 100% ;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li {
    list-style: none;
    color: #122040;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.sidebarMenuInner li span {
    display: inline-block;
    color: rgba(0, 0, 0, 0.50);
}
.sidebarMenuInner li a {
    color: #122040;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    right: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #122040;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.notice-area {
    margin-bottom: 30px;
}
.card {
    font-family: "Noto Sans KR", "돋움", dotum, sans-serif;
    margin: -1px 0 0 0;
    border-radius: 0;
}
.card-body {
    padding: 12px;
}
.card-read {
    background: transparent;
    opacity: 0.75;
}
.card a {
    color: #000;
}
.card a:active, .card a:hover {
    color: #002f82;
    background: #F2F6FF;
}
.card-title {
    margin-bottom: 4px;
    font-size: .875em;
    font-weight: 500;
}
.card-text {
    font-weight: 300;
    font-size: .875em;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.card li {
    font-size: .875em;
    font-weight: 300;
    padding: 4px 0;
}
mark {
    position: absolute;
    top: 0;
    padding-top: 4px;
    font-size: .75em;
    font-weight: 500;
    color: #264282;
    border-top: 2px solid #fb534a;
    background-color: transparent;
}
.mark {
    padding-top: 4px;
    font-size: .75em;
    font-weight: 500;
    color: #264282;
    border-top: 2px solid #fb534a;
    background-color: transparent;
}
.carousel-item {
    min-height: 180px;
}
.carousel-item > img {
    top: 0;
}
.badge-fin {
    position: absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-top: 46px solid #a7acB8;
    border-left: 46px solid transparent;
    border-radius: 0;
}
.badge-fin small {
    position: absolute;
    top: -40px;
    right: 0;
    font-weight: 500;
    color: #fff;
    width: 30px;
    text-align: center;
}
table {
    color:#000;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #264282;
    border-top: none;
    font-size: .75em;
    text-align: center;
}
.table tbody td {
    font-size: .75em;
    text-align: center;
}
.table tbody td:nth-child(2) {
    text-align: left;
    color: #264282;
    font-weight: 500;
}
.table-border-top td {
    border-top: 1px solid #264282;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

ul.timeline:before {
    content: ' ';
    background: #dfdfdf;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 1px;
    height: 100%;
    z-index: 400;
    border-radius: 0;
}

li.timeline-item {
    position: relative;
    margin: 30px 0;
}
li.timeline-item:after {
    position: absolute;
    right: 14px;
    top:25%;
    content: '>';
    color: #7F7F7F;
}
li.timeline-item small {
    position: absolute;
    bottom: -20px;
    right: 2px;
}

/* Timeline item arrow */
.timeline-arrow {
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid transparent;
    display: block;
    position: absolute;
    top: 0;
    left:-0.65rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #122040;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -22px;
    top: -4px;
    width: 8px;
    height: 8px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.parsley-check,
.parsley-custom-error-message,
.parsley-equal,
.parsley-equalcheck,
.parsley-equalto,
.parsley-inputvaluecompare,
.parsley-inputvaluerecure,
.parsley-inputvaluetest,
.parsley-maxcheck,
.parsley-mincheck,
.parsley-minlength,
.parsley-max,
.parsley-min,
.parsley-range,
.parsley-required,
.parsley-remote,
.parsley-type,
.parsley-pattern {
    font-weight: normal;
    color: #f94950;
    background-color: none;
    border-radius: 2px;
    font-size:80%;
}
.parsley-error {
  border-color: #f94950;
  background-color: none;
}