@charset "UTF-8";

section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
}
#page-content:not(.no-sidebar).sidebar-right > .container > .row,
#page-content:not(.no-sidebar).sidebar-right > .container-wide > .row,
#page-content:not(.no-sidebar).sidebar-right > .container-fluid > .row {
    flex-direction: row;
}

.screen-wrap {
    background-color: #cccccc;
    display: block;
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.screen-wrap.fullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

.screen-wrap .card {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.screen-wrap.fullscreen > .container {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 80px;
    margin-bottom: 40px;
}

.screen-wrap .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.p-3 {
    padding: 1rem !important;
}

.container .comm-box {
    padding: 0 10px;
    margin-bottom: 30px;
}

.container .comm-box .title {
    margin: 10px 0;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 576px) {
    .screen-wrap .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .screen-wrap .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .screen-wrap .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .screen-wrap .container {
        max-width: 1140px;
    }
}
@media (min-width: 576px) {
    .screen-wrap .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .screen-wrap .container {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .screen-wrap .col-form-label {
        display: none;
    }
    .chkIdBtn {
        position: relative;
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media (min-width: 992px) {
    .screen-wrap .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .screen-wrap .container {
        max-width: 1140px;
    }
}

.screen-wrap .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.screen-wrap .b-r-6 {
    border-radius: 6px !important;
}

.screen-wrap .p-50 {
    padding: 50px !important;
}

.screen-wrap .background-white {
    background-color: #fff !important;
}

.screen-wrap .center {
    float: none !important;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .screen-wrap .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .screen-wrap .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .screen-wrap .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .screen-wrap .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.screen-wrap .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.screen-wrap .col-lg-2,
.screen-wrap .col-lg-3,
.screen-wrap .col-lg-5,
.screen-wrap .col-lg-6,
.screen-wrap .col-lg-9,
.screen-wrap .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.screen-wrap h4:not(:last-child),
.screen-wrap .h4:not(:last-child) {
    margin-bottom: 8px;
}

.screen-wrap h4,
.screen-wrap .h4 {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 600;
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}

.screen-wrap .mt-3,
.screen-wrap .my-3 {
    margin-top: 1rem !important;
}

.screen-wrap .form-group {
    margin-bottom: 1rem;
}

.screen-wrap a:not(.btn):not(.badge):hover,
.screen-wrap a:not(.btn):not(.badge):focus,
.screen-wrap a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #23203f;
}

.screen-wrap .form-group > label {
    display: block;
}

.screen-wrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-wrap input:not([type="checkbox"]):not([type="radio"]),
.screen-wrap select {
    line-height: 18px;
    padding: 10px 16px;
    min-height: 40px;
    font-size: 0.9rem;
}

.screen-wrap .form-control {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .screen-wrap .form-control {
        transition: none;
    }
}

.screen-wrap .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.screen-wrap .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.screen-wrap .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.screen-wrap .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.screen-wrap .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.screen-wrap .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.screen-wrap .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.screen-wrap .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.screen-wrap .form-control:disabled,
.screen-wrap .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.screen-wrap select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.screen-wrap button,
.screen-wrap input {
    overflow: visible;
}

@media (min-width: 576px) {
    .screen-wrap .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
}

.screen-wrap .form-inline .form-check {
    width: 100%;
}

.screen-wrap .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.screen-wrap .text-left {
    text-align: left !important;
}

.screen-wrap a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
    font-size: 14px;
}

.screen-wrap a:not(.btn):not(.badge):hover,
.screen-wrap a:not(.btn):not(.badge):focus,
.screen-wrap a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #23203f;
}

.screen-wrap .right {
    float: right !important;
}

.screen-wrap .line-sm {
    clear: both;
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #e3e3e3;
}

.screen-wrap button.btn.btn-block,
.screen-wrap .btn:not(.close):not(.mfp-close).btn-block,
.screen-wrap a.btn:not([href]):not([tabindex]).btn-block {
    width: 100%;
    display: block;
}

.screen-wrap form .btn {
    padding: 12px 14px;
}

.screen-wrap .btn-block {
    display: block;
    width: 100%;
}

.screen-wrap button.btn.btn-whit {
    background-color: #fff;
    border-color: #e6e8eb;
    color: #4c5667;
}

.screen-wrap .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #00afec;
    color: #ffffff;
    border-color: #00afec;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    border-color: #00afec;
    color: #ffffff;
}

.screen-wrap button.btn,
.screen-wrap .btn:not(.close):not(.mfp-close),
.screen-wrap a.btn:not([href]):not([tabindex]) {
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #009dda;
    border-color: #009dda;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
}

.screen-wrap button.btn:after,
.screen-wrap .btn:not(.close):not(.mfp-close):after,
.screen-wrap a.btn:not([href]):not([tabindex]):after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.screen-wrap [type="button"],
.screen-wrap [type="reset"],
.screen-wrap [type="submit"],
.screen-wrap button {
    -webkit-appearance: button;
}

.screen-wrap button.btn.btn-block,
.screen-wrap .btn:not(.close):not(.mfp-close).btn-block,
a.btn:not([href]):not([tabindex]).btn-block {
    width: 100%;
    display: block;
}

.screen-wrap .btn_social {
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    outline: none;
    position: relative;
    text-transform: uppercase;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    cursor: pointer;
}

.screen-wrap .btn_social.kakao {
    background-color: #fee500 !important;
    border-color: #fee500 !important;
    color: #000000 !important;
}

.screen-wrap .btn_social.naver {
    background-color: #19ce60 !important;
    border-color: #19ce60 !important;
    color: #fff !important;
}

.screen-wrap .btn_social span {
    color: #fff;
    float: left;
    padding: 10px;
}

.screen-wrap .btn_social.kakao img {
    background: #fee500;
    vertical-align: middle;
}

.screen-wrap .btn_social.naver img {
    background: #19ce60;
    vertical-align: middle;
}

.screen-wrap .btn_img {
    height: 25px;
}

.screen-wrap * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    color: #484848;
}

.screen-wrap .p-40 {
    padding: 40px !important;
}

.screen-wrap p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #777777;
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.screen-wrap p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.screen-wrap .form-group label:not(.error) {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 4px;
    color: #777777;
}

.screen-wrap input:not([type="checkbox"]):not([type="radio"]),
.screen-wrap select {
    line-height: 18px;
    padding: 10px 16px;
    min-height: 40px;
    font-size: 0.9rem;
}

.screen-wrap .form-group .help-block {
    display: none;
    font-size: 10px;
    color: #d9001b;
}

.screen-wrap .btn-secondary {
    color: #fff;
    background-color: #383a4a !important;
    border-color: #383a4a !important;
}

.screen-wrap a.btn.right:hover,
.screen-wrap button.btn.btn-secondary:hover,
.screen-wrap button.btn.btn-secondary:focus,
.screen-wrap button.btn.btn-secondary:not(:disabled):not(.disabled):active,
.screen-wrap button.btn.btn-secondary:not(:disabled):not(.disabled).active,
.screen-wrap .btn:not(.close):not(.mfp-close).btn-secondary:hover,
.screen-wrap .btn:not(.close):not(.mfp-close).btn-secondary:focus,
.screen-wrap
    .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(
        .disabled
    ):active,
.screen-wrap
    .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(
        .disabled
    ).active,
.screen-wrap a.btn:not([href]):not([tabindex]).btn-secondary:hover,
.screen-wrap a.btn:not([href]):not([tabindex]).btn-secondary:focus,
.screen-wrap
    a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(
        .disabled
    ):active,
.screen-wrap
    a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(
        .disabled
    ).active {
    opacity: 0.5;
}

.screen-wrap button.btn.btn-white,
.screen-wrap button.btn.btn-light,
.screen-wrap .btn:not(.close):not(.mfp-close).btn-white,
.screen-wrap .btn:not(.close):not(.mfp-close).btn-light,
.screen-wrap a.btn:not([href]):not([tabindex]).btn-white,
.screen-wrap a.btn:not([href]):not([tabindex]).btn-light {
    background-color: #fff;
    border-color: #e6e8eb;
    color: #4c5667;
}
.screen-wrap button.btn + .btn,
.screen-wrap .btn:not(.close):not(.mfp-close) + .btn,
.screen-wrap a.btn:not([href]):not([tabindex]) + .btn {
    margin-left: 4px;
}

.screen-wrap .m-l-20 {
    margin-left: 20px !important;
}

.screen-wrap .mr-3,
.screen-wrap .mx-3 {
    margin-right: 1rem !important;
}

.screen-wrap select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url(/uris/lib/publish/images/users/dropdown-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    word-wrap: normal;
    text-transform: none;
}

.screen-wrap .input-group-text i {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 1.2rem;
}
.screen-wrap .fa {
    font-weight: 900;
}
.fa {
    font-family: "Font Awesome 5 Free";
}
.screen-wrap .fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-image:before {
    content: "\f03e";
}

.fa-search:before {
    content: "\f002";
}

.screen-wrap .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    justify-content: space-between;
}

.screen-wrap .input-group > .custom-file,
.screen-wrap .input-group > .custom-select,
.screen-wrap .input-group > .form-control,
.screen-wrap .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.screen-wrap .input-group-append {
    margin-left: -4px;
}
.screen-wrap .input-group-append,
.screen-wrap .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.screen-wrap .default-font-size {
    font-size: 13px !important;
}

.screen-wrap .input-group-text {
    border: 0;
}
.screen-wrap .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.screen-wrap label.p-checkbox {
    display: block;
    cursor: pointer;
}

.screen-wrap input[type="checkbox"],
.screen-wrap input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.screen-wrap .p-checkbox > input[type="checkbox"] {
    display: none;
}

.screen-wrap .p-checkbox > span:first-child {
    margin-left: 6px;
}

.screen-wrap .p-checkbox > input[type="checkbox"] + .p-checkbox-style {
    position: relative;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

.screen-wrap
    .p-checkbox
    > input[type="checkbox"]:checked
    + .p-checkbox-style:before {
    -webkit-animation-name: none;
    animation-name: none;
    border: #2250fc;
    background: #2250fc;
}

.screen-wrap .p-checkbox > input[type="checkbox"] + .p-checkbox-style:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    content: "";
    border: 1px solid #cecece;
    border-radius: 3px;
}

.screen-wrap
    .p-checkbox
    > input[type="checkbox"]:checked
    + .p-checkbox-style:after {
    display: block;
}

.screen-wrap .p-checkbox > input[type="checkbox"] + .p-checkbox-style:after {
    position: absolute;
    display: none;
    content: "";
    top: 0.15em;
    left: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.4em;
    height: 0.85em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.screen-wrap button.btn.disabled,
.screen-wrap .btn:not(.close):not(.mfp-close).disabled,
.screen-wrap a.btn:not([href]):not([tabindex]).disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}

.screen-wrap .line-xsm {
    clear: both;
    position: relative;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #e3e3e3;
}

.screen-wrap h6:not(:last-child),
.screen-wrap .h6:not(:last-child) {
    margin-bottom: 6px;
}
.screen-wrap h6,
.screen-wrap .h6 {
    font-size: 0.85714286em;
    line-height: 2.16666667em;
    font-weight: 500;
}

.screen-wrap h3,
.screen-wrap .h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
    font-weight: 500;
}

.screen-wrap h1,
.screen-wrap h2,
.screen-wrap h3,
.screen-wrap h4,
.screen-wrap h5,
.screen-wrap h6,
.screen-wrap .h1,
.screen-wrap .h2,
.screen-wrap .h3,
.screen-wrap .h4,
.screen-wrap .h5,
.screen-wrap .h6 {
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}

#page-title {
    text-align: center;
    padding: 0;
}

.screen-wrap .line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 50px 0;
    border-top: 1px solid #e3e3e3;
}
#page-title .page-title > h1 {
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1rem;
}
.text-center {
    text-align: center !important;
}
.heading-text h4 {
    font-size: 17px;
    margin-bottom: 30px;
    letter-spacing: -0.7px;
    line-height: 40px;
    font-weight: 600;
}
.heading-text h1,
.heading-text h2,
.heading-text h3,
.heading-text h4,
.heading-text h5,
.heading-text h6 {
    position: relative;
    margin-bottom: 30px;
}
.heading-text {
    margin-bottom: 30px;
}
.heading-text.heading-line.text-center h1:before,
.heading-text.heading-line.text-center h2:before,
.heading-text.heading-line.text-center h3:before,
.heading-text.heading-line.text-center h4:before,
.heading-text.heading-line.text-center h5:before,
.heading-text.heading-line.text-center h6:before {
    margin: 0 auto;
}
.heading-text.heading-line h1:before,
.heading-text.heading-line h2:before,
.heading-text.heading-line h3:before,
.heading-text.heading-line h4:before,
.heading-text.heading-line h5:before,
.heading-text.heading-line h6:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -16px;
    right: 0;
    background-color: #7cb62d;
}

.p-t-20 {
    padding-top: 20px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}

.mb-1,
.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.content {
    padding-right: 25px;
    margin-bottom: 26px;
}

.container .btn-box {
    padding: 10px;
    text-align: right;
    width: 100%;
    float: right;
}

.container .header-btn {
    width: 100px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 35px !important;
    border-radius: 5px;
    line-height: 35px !important;
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
}
.btn-save {
    background-color: #23203f;
    border: 1px solid #23203f;
    color: white;
}

.btn-list {
    border: 1px solid gray;
}

.avatar {
    border-radius: 50%;
    display: block;
    float: none;
    height: 72px !important;
    margin: 10px auto 10px;
    width: 72px !important;
    flex-shrink: 0;
    vertical-align: middle;
    border-style: none;
    padding: 12% !important;
}

.text-center {
    text-align: center;
}

.sns-wrap {
    display: block;
    padding-top: 5px;
}

.sns-btn {
    padding: 15px;
    width: 30px;
    line-height: 26px;
    border-radius: 50px;
    display: table-cell;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transition: width 0.4s ease 0s, background 0.4s ease 0s;
    background-color: #fff;
    border-color: #e6e8eb;
    color: #4c5667;
    font-size: 15px;
    height: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: "KoPubWorldDotum", -apple-system, BlinkMacSystemFont, system-ui,
        Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 6px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    z-index: 10;
    vertical-align: middle;
}

.sns-btn i {
    float: left;
    position: absolute;
    font-weight: 400;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
}

.root_daum_roughmap .wrap_controllers {
    overflow: hidden;
    padding: 7px 11px;
    border: 1px solid #dfdfdf;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    background-color: #f9f9f9;
}
.root_daum_roughmap .wrap_controllers .tit_controllers {
    float: left;
}
.root_daum_roughmap a:active,
.root_daum_roughmap a:link,
.root_daum_roughmap a:visited {
    color: #333;
    text-decoration: none;
}

.root_daum_roughmap fieldset,
.root_daum_roughmap img {
    border: 0 none;
}

.os_mac.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
    top: 0;
    font-size: 12px;
}
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
    float: right;
    position: relative;
    top: 1px;
    font-size: 11px;
}
.root_daum_roughmap button,
.root_daum_roughmap div,
.root_daum_roughmap form,
.root_daum_roughmap h1,
.root_daum_roughmap h2,
.root_daum_roughmap h3,
.root_daum_roughmap h4,
.root_daum_roughmap h5,
.root_daum_roughmap h6,
.root_daum_roughmap input,
.root_daum_roughmap legend,
.root_daum_roughmap textarea,
.root_daum_roughmap ul,
.root_daum_roughmap ul li {
    margin: 0;
    padding: 0;
    line-height: normal;
    background: transparent;
}
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview .txt {
    float: left;
    height: 15px;
    padding-top: 1px;
    line-height: 15px;
    color: #000;
}
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview > * {
    float: left;
}
.root_daum_roughmap a:active,
.root_daum_roughmap a:link,
.root_daum_roughmap a:visited {
    color: #333;
    text-decoration: none;
}

.policy {
    margin-bottom: 25px !important;
}

.cal_box .calender table td.possible {
    cursor: pointer;
}

.cal_box .calender table td.possible.selected {
    background-color: #fffdef;
}

.cal_box .calender table td.impossible {
    background-color: #fff;
    color: #ccc;
    cursor: not-allowed;
}

.cal_box .calender table td.impossible p,
.cal_box .calender table td.another_month p {
    color: #e4e4e4 !important;
}

.cal_box .calender table td.impossible:hover {
    background-color: #fff;
}

.facility_onoff {
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 23px;
    border-radius: 23px;
}

.facility_onoff .ckbox {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.facility_onoff .circle {
    z-index: 2;
}
.facility_onoff .circle,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.facility_onoff.circle,
.facility_onoff .circle:before,
.facility_onoff .layer {
    transition: 0.3s ease all;
}

.facility_onoff .ckbox:checked + .circle:before {
    content: "";
    left: 30px;
    background-color: #fff;
}

.facility_onoff .ckbox:checked ~ .layer {
    background-color: #c1c1c1;
}

.facility_onoff .layer {
    z-index: 1;
    width: 100%;
    background-color: #0097da;
    transition: 0.3s ease all;
}

.facility_onoff .circle:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #a9a9a9;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.agreeText {
    text-decoration: underline;
}

.agreeText:hover {
    font-weight: 500;
}

.faq_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 100px;
    row-gap: 50px;
}
@media screen and (max-width: 800px) {
    .faq_wrap {
        display: block;
    }
}
.faq_box {
    padding: 15px 15px;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 100;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.faq_box h2 {
    display: flex;
}

.faq_box h2:before {
    content: "\e9ad";
    position: relative;
    display: inline-block;
    font-family: "xeicon";
    font-size: 25px;
    width: 30px;
}

#faq_as {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.close {
    display: none;
}

@media print {
    .intro_area .about_box > li > span {
        width: 300px;
    }
    .intro_area .about_box > li .txt {
        padding: 20px 0 0 340px;
    }
    .intro_area .about_box > li .txt:after {
        top: 15px;
        font-size: 150px;
    }
    .intro_area .about_box > li:nth-child(2n) .txt {
        padding: 20px 340px 0 340px;
    }

    .intro_area .plan_box {
        transform: scale(0.8);
    }
    .intro_area .plan_box ul li strong span {
        display: block;
    }
    .dashbiz_area > li > ol {
        padding-bottom: 10px;
    }
    .dashbiz_area > li > ol > li {
        flex-flow: column wrap;
        margin-bottom: 15px;
        text-align: left;
    }
    .dashbiz_area > li > ol > li span {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .dashbiz_area > li > ol > li > p {
        width: 100%;
    }
    .dashbiz_area > li > ol > li > p > strong {
        font-size: 28px;
    }
}

.info .sns a {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}
.checkbox:checked + label {
    background-image: url(../img/assets/ico-checkbox-fill.svg);
}

.checkbox + label {
    width: 27px;
    height: 27px;
    background-image: url(../img/assets/ico-checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
}

.checkbox-span {
    position: absolute;
    margin-left: 40px;
    line-height: 27px;
}

.brand_block .ci_wrap .info strong {
    font-weight: bold;
}

.brand_block .info p {
    margin: 14px 0;
}
.data_cont {
    margin-bottom: 30px;
}
