/* FIXME dev css */
.d-none { display: none !important;}
.login-header { /* ncp, mcp 헤더 로그인 스타일 */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* noto-sans-kr-regular - latin_korean */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/noto-sans-kr-v27-latin_korean-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/noto-sans-kr-v27-latin_korean-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/noto-sans-kr-v27-latin_korean-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/noto-sans-kr-v27-latin_korean-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/noto-sans-kr-v27-latin_korean-regular.svg#NotoSansKR') format('svg');
    /* Legacy iOS */
}

/* noto-sans-kr-700 - latin_korean */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/noto-sans-kr-v27-latin_korean-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/noto-sans-kr-v27-latin_korean-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/noto-sans-kr-v27-latin_korean-700.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/noto-sans-kr-v27-latin_korean-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/noto-sans-kr-v27-latin_korean-700.svg#NotoSansKR') format('svg');
    /* Legacy iOS */
}

* {
    font-family: 'Noto Sans KR';
}

body {
    letter-spacing: normal;
    box-sizing: border-box;
}

.section {
    padding: 0;
}

.sample.wrapper .btn {
    margin-bottom: 10px;
}



/* Breadcrumbs */
.sub-con-header {
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.sub-con-header .left-con {
    padding: 0;
    margin: 0;
    display: flex;
}

.container > .row > .col .sub-con-header .left-con h4 {
    line-height: 24px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.container > .row > .col .sub-con-header .left-con h4.frn {
    font-size: 26px;
}

.sub-con-header .left-con span {
    font-size: 14px;
    font-weight: normal;
    padding-left: 16px;
    line-height: 24px;
}

.sub-con-header .right-con {
    float: right;
}

.sub-con-header .right-con nav.breadcrumb-wrap {
    box-shadow: none;
    font-size: 14px;
    color: #292A2B;
    line-height: 24px;
    height: auto;
    box-shadow: none;
}

.sub-con-header .right-con nav.breadcrumb-wrap .breadcrumb:before {
    margin: 0 5px;
    content: "▶";
    font-size: 12px;
    cursor: text;
}

.sub-con-header .right-con nav.breadcrumb-wrap .breadcrumb:last-child {
    color: #292A2B;
}



/* side nav */
nav.mypg-side-nav {
    height: auto;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 32px;
}

nav.mypg-side-nav .mypg-side-item {
    border-bottom: 1px solid #E2E2E2;
}

nav.mypg-side-nav .mypg-side-item:last-child {
    border-bottom: 0px;
}

nav.mypg-side-nav .mypg-side-item h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
    padding: 8px 0;
}

nav.mypg-side-nav .mypg-side-item:first-child h5 {
    padding-top: 0;
    margin-top: 0;
}

nav.mypg-side-nav .mypg-side-item ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
}

nav.mypg-side-nav .mypg-side-item ul li {
    font-size: 16px;
    line-height: 23px;
    color: #666;
    padding: 8px 0;
}

nav.mypg-side-nav .mypg-side-item a {
    color: #333;
    padding: 0;
}

nav.mypg-side-nav .mypg-side-item a:hover {
    background-color: transparent;
    color: #1784d8;
}



/* Sub nav information */
.sub-con-info {
    padding: 12px 20px;
    background: #fffae1;
    border-top: 1px solid #c4c4c4;
}

.sub-con-info ul {
    margin: 0;
}

.sub-con-info ul li {
    display: inline-block;
}

.sub-con-info ul li::after {
    content: "ㅣ";
    padding: 0 16px;
    color: #ccc
}

.sub-con-info ul li:last-child::after {
    content: '';
}



/* Button */
.btn {
    font-size: 15px;
    color: #333;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.btn.lg {
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
}

.btn.sm {
    height: 30px;
    line-height: 30px;
}

.btn.full {
    width: 100%;
}

.btn.rndcrn {
    border-radius: 5px;
}

.btn.lg.rndcrn {
    border-radius: 8px;
}

.btn > img {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

a.white-btn {
    background: #fff;
}

a.gray-btn {
    background: #eee;
}

a.blue-btn {
    min-width: 90px;
    background: #1784d8;
    color: #fff;
}

a.blueline-btn {
    background: #fff;
    color: #1784d8;
    border: 1px solid #1784d8;
}

a.grayline-btn {
    background: #fff;
    border: 1px solid #bbb;
}

a.user-grayline-btn {
    background: #fff;
    border: 1px solid #e2e2e2;
}

a.user-blueline-btn {
    color: #fff;
    background: #1784d8;
}

a.search-btn {
    width: 80px;
    color: #fff;
    background: #666;
    border-radius: 5px;
}

.input-button a {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.file-btn {
    height: 40px;
    color: #666;
    background: #fff;
    border: 1px solid#bbb;
}

/* @media only screen and (max-width: 640px) {
    .button-area div:nth-child(2) {
        margin-top: 16px;
    }
} */



/* Pagination */
.pagination {
    padding: 20px 0;
}

.pagination li.first,
.pagination li.second,
.pagination li.last-two,
.pagination li.last {
    width: 30px;
    height: 30px;
    border: none;
}

.pagination li a .icon img {
    height: 30px;
    border: 1px solid #eee;
}



/* Select */
/* Input */
input {
    font-size: 15px;
    padding: 10px;
    border: 1px solid #bbb;
}

.input-call {
    width: 163.33px !important;
}

.input-bank01 {
    width: 130px !important;
}

.input-bank02 {
    width: 370px !important;
}

.select svg {
    display: none;
}

.select .icon {
    position: absolute;
    right: 10px;
    top: 20%;
    color: #6666;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom-color: #bbb;
}

.dropdown-content {
    box-shadow: none;
    border: 1px solid #bbb;
}

.dropdown-content li {
    min-height: unset;
}

.dropdown-content li > a,
.dropdown-content li > span {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}



/* Keyword */
.keyword {
    padding: 16px;
}

.keyword ul li.keyword-item {
    display: inline-block;
    margin-right: 15px;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

form .dtsl-optns {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

form .dtsl-optns > li label {
    display: block;
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

form .dtsl-optns > li input:checked + label {
    border-color: #1784D8;
}



/* icon box select */
.icnsl-wrap .icnsl-box {
    border: 1px solid #e2e2e2;
    display: flex;
    padding: 14px 27px;
    align-items: center;
    gap: 26px;
    margin-bottom: 16px;
}

.icnsl-wrap li input:checked + .icnsl-box {
    border-color: #1784D8;
}

.icnsl-wrap .icnsl-box .icnsl-box-left {
    width: 40px;
    height: 40px;
}

.icnsl-wrap .icnsl-box .icnsl-box-left img {
    width: 100%;
}

.icnsl-wrap .icnsl-box .icnsl-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    column-gap: 5px;
}

.icnsl-wrap .icnsl-box .icnsl-box-right .tit {
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
    margin: 0;
}

.icnsl-wrap .icnsl-box .icnsl-box-right .txt {
    font-size: 14px;
    line-height: 130%;
    color: #666;
    margin: 0;
}



/* Accordion */
.Accordion {
    font-size: 16px;
    color: #666;
}

.Accordion ul li .collapsible-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.Accordion ul li .collapsible-header .icon {
    height: 34px;
    transition: all ease.2s;
}

.Accordion ul li.active .collapsible-header .icon {
    transform: rotate(45deg);
}

.Accordion ul li .collapsible-body {
    padding: 15px;
    background: #f4f4f4;
}



/* category box */
.ctgbox .ctgbox-tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.ctgbox .ctgbox-btn-area .row {
    padding-bottom: 0;
}

.ctgbox .ctgbox-btn-area .btn {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.ctgbox .collapsible {
    border: 1px solid #E2E2E2;
    margin-top: 8px;
    margin-bottom: 0;
}

.ctgbox .collapsible > li > div {
    font-size: 14px;
    line-height: 24px;
}

.ctgbox .collapsible .collapsible-header {
    padding: 6px;
    border: none;
}

.ctgbox .collapsible > li > .collapsible-header > span.icon {
    width: 24px;
    height: 24px;
    padding-right: 6px;
}

.ctgbox .collapsible > li.active > .collapsible-header > span.icon:first-child > img {
    transform: rotate(180deg);
}

.ctgbox .collapsible .collapsible-header > span.icon:first-child > img {
    width: 16px;
}

.ctgbox .collapsible .collapsible-body {
    background-color: #F5F5F5;
    padding: 0px;
    border: 0;
}

.ctgbox .collapsible .collapsible-body li {
    padding: 6px 0;
    padding-left: 55px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    display: flex;
}

.ctgbox .collapsible .collapsible-body li:last-child {
    border-bottom: 0;
}

.ctgbox .collapsible .collapsible-body li span.icon {
    height: 24px;
    width: 24px;
    padding: 2px;
    margin-right: 6px;
}



/* Content img box */
.img-slide-area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

@media only screen and (max-width: 1200px) {
    .img-slide-area {
        height: 100%;
        width: auto;
        overflow: auto;
    }
}

.img-slide-box {
    display: block;
    width: 200px;
}

.img-slide-item {
    width: 200px;
    height: 200px;
}

.img-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #e2e2e2;
}

.img-slide-box .btn-box {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.img-slide-box .btn-box .img-btn {
    padding: 10px;
    border: 1px solid #eee;
    flex-grow: 1;
    background-color: #fff;
    cursor: pointer;
}

.img-slide-box .btn-box .img-btn:last-child {
    border-left: 0;
}

.img-slide-box.plus {
    border: 1px dashed #bbb;
}

.img-slide-box.plus a {
    display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
}



/* image upload 개발팀에서 class로 수정함 */
form.img-upload {
    display: block;
}

form.img-upload input {
    display: none;
}

form.img-upload .img-preview {
    width: 200px;
    height: 200px;
    border: 1px solid #e2e2e2;
    margin-bottom: 0px;
    position: relative;
}

form.img-upload .img-preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



/* tags */
.tag-list {
    display: flex;
    flex-direction: row;

    gap: 10px;
    flex-wrap: wrap;
}

.tag-list .tag-item {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.tag-list.frn .tag-item {
    padding: 5px 8px;
    color: #666;
    font-size: 15px;
    line-height: 14px;
}

.tag-list.ncp .tag-item {
    padding: 7px 10px;
    font-size: 14px;
}



/* avatars */
.avatars-box {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.avatars-box.sm {
    height: 32px;
    width: 32px;
}

.avatars-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* modal */
.modal {
    width: fit-content;
    max-width: 50%;
}

.modal .modal-content p {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

.modal .modal-footer {
    display: flex;
    height: auto;
    justify-content: space-between;
    gap: 10px;
    padding: 24px;
    padding-top: 0;
}

.modal .modal-footer a.btn {
    flex-grow: 1;
    margin: 0;
}

.modal.sty2 .modal-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
}

.modal.sty2 .modal-content ul {
    margin-left: 20px;
    margin-bottom: 24px;
}

.modal.sty2 .modal-content li {
    list-style: disc;
    font-size: 14px;
    line-height: 21px;
}

.modal.sty2 .modal-content p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}



/* Table */
.tb-scr {
    width: 100%;
    overflow: auto;
}

table {
    table-layout: fixed;
    font-size: 14px;
    white-space: nowrap;
    border-collapse: collapse;
}

table thead {
    background: #eee;
    text-align: center;
}

table thead th {
    padding: 10px;
}

table tbody td .btn {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    width: 34px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

table tbody td .btn img {
    height: 20px;
    vertical-align: sub;
}

@media only screen and (max-width: 1200px) {
    table {
        table-layout: auto;
    }
}



/* detail table */
.detail-tbl-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.detail-tbl-wrap .detail-tbl-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-grow: 0;
    align-self: stretch;
    flex: none;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.detail-tbl-wrap .detail-tbl-row:last-child {
    border-bottom: 0px;
}

.detail-tbl-wrap .detail-tbl-col {
    padding: 16px 20px;
    font-size: 15px;
    line-height: 25px;
}

.detail-tbl-wrap .detail-tbl-col.tit {
    align-self: stretch;
    flex-shrink: 0;
    background-color: #eee;
    width: 170px;
}

.detail-tbl-wrap .detail-tbl-col.con {
    flex-grow: 1;
    width: calc(100% - 170px);
    align-self: stretch;
    word-break: break-all;
}

.detail-tbl-wrap .detail-tbl-col.con2 {
    flex-grow: 1;
    width: calc(50% - 170px);
    align-self: stretch;
}



/* shadow style */
.shdwsty1 {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.04);
}

.shdwsty2 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
}


/* file input */
.filebox {
    display: flex;
    gap: 10px;
}

.filebox input[type="file"] {
    display: none;
}

.filebox > .upload-name {
    border: 1px solid #bbb !important;
    padding: 10px !important;
    height: 40px !important;
    color: #999 !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    flex-grow: 1;
}

.filebox label {
    width: 120px;
    height: 40px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    background-color: #eee;
    color: #333 !important;
    text-align: center;
    line-height: 20px;
    flex-shrink: 0;
}

.filebox label::after {
    display: none !important;
}

.filebox.sty2 > .upload-name {
    border: 1px solid #e2e2e2 !important;
}

.filebox.sty2 label {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #666 !important;
    font-size: 14px;
    font-weight: normal;
}



/* datepicker */
.datepicker_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

input.datepicker {
    position: relative;
    background-image: url(../../img/icon/ncp/calendar.svg);
    background-repeat: no-repeat;
    background-position: right center;
    flex-grow: 1;
}

.datepicker-date-display {
    display: none;
}

.datepicker-calendar-container {
    padding: 16px;
}

.datepicker-table td.is-selected {
    background-color: #1784D8;
    color: #fff !important;
}

.datepicker-day-button:focus {
    background-color: rgba(23, 132, 216, 0.5);
}

.datepicker-table td.is-today {
    color: #1784D8;
}

.datepicker-clear {
    display: none;
}

.datepicker-footer .confirmation-btns {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.datepicker-footer .confirmation-btns button {
    flex-grow: 1;
    background-color: #e2e2e2;
    color: #333;
}

.datepicker-footer .confirmation-btns button.datepicker-done {
    background-color: #1784D8;
    color: #fff;
}

.datepicker-container.modal-content .datepicker-controls .select-wrapper input {
    border: none;
}

.datepicker-container.modal-content .datepicker-controls .select-wrapper.select-month {
    order: 1;
}

textarea {
    padding: 10px;
    border: 1px solid #bbb;
    height: 200px;
}



/* Footer */
.footer.page-footer {
    background: #F7F8FA;
}

.footer .footer-info {
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.footer .footer-info .container > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.footer .footer-info a.footer-item {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.footer .footer-info a.footer-item:last-child {
    margin-right: 0;
}

.footer .container .row {
    padding: 20px 0;
}

.footer .footer-txt {
    margin: 0;
    font-size: 14px;
    padding: 15px 0;
}

.footer .footer-img {
    margin-top: 15px;
    width: 180px;
    height: auto;
}

.footer .footer-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media only screen and (max-width: 640px) {
    .footer .footer-txt {
        font-size: 12px;
    }

    .footer .footer-info > div {
        text-align: center;
    }
}

/* 푸터 개인정보처리방침 텍스트 수정 - 20231109 추가 */
.footer .footer-info a.footer-item.bold {
    color: #1784D8;
    font-size: 18px;
    font-weight: 700;
}

/* Divider */
.divider {
    margin: 21px 0;
}



/* 별점 */
/* NOTE: 2022.10.25 개발팀에서 수정 li를 div로 변경 */
.stars {
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
}

.stars div img.off {
    display: block;
}

.stars div img.on {
    display: none;
}

.stars div.active img.on,
.stars div.active ~ div img.on {
    display: block;
}

.stars-action .stars div:hover img.on,
.stars-action .stars div:hover ~ div img.on {
    display: block;
}

.stars div.active img.off,
.stars div.active ~ div img.off {
    display: none;
}

.stars-action .stars div:hover img.off,
.stars-action .stars div:hover ~ div img.off {
    display: none;
}



/* 스크롤 스타일 */
.ex.custom-scroll {
    width: 300px;
    height: 100px;
    background-color: #f5f5f5;
    overflow: auto;
}

.custom-scroll {
    overflow: auto;
    box-sizing: border-box;
}

.custom-scroll::-webkit-scrollbar {
    width: 7px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #1784D8;
    border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #eee;
}



/* 토글버튼 */
.switch label .lever {
    background-color: #e0e0e0;
}

.switch label .lever:before {
    background-color: transparent;
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before,
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: transparent;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #1784D8;
}



/* 플래이스홀드 폰트사이즈 */
input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: #c4c4c4;
}


/* 로딩 스피너 */
.bg_gray{
    background-color: rgba(0,0,0,0.5);
    position: relative;
    height: 300px;
}
.tyloader{
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.typing_loader {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    margin: 20px auto;
    /* Not necessary- its only for layouting*/
    position: relative;
    left: -12px;
}

@-webkit-keyframes typing {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 2),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
            24px 0px 0px 0px rgba(255, 255, 255, 1);
    }
}

@-moz-keyframes typing {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 2),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
            24px 0px 0px 0px rgba(255, 255, 255, 1);
    }
}

@keyframes typing {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 2),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2),
            24px 0px 0px 0px rgba(255, 255, 255, 1);
    }
}

/* 로딩페이지 샘플 */
.sample .bg_gray{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

/* label 중앙정렬 */
label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}