/* utility */
.animate__animated.animate__bounce {
    animation-delay: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position: absolute;
    top: .625rem;
    left: .625rem;
}
.guideBrick{
    position: absolute;
    top: .625rem;
}
:focus,
input:focus+label,
a:focus,
a:active,
a:focus-visible{
    /* -webkit-box-shadow: 0 0 0 1em #ff0000 !important; */
    box-shadow: none !important;
    outline: .25em dashed #7B3F00 !important;
}
/* utility */


/* main */
html {
    height: 100%;
}

body {
    background: url(../images/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.index_wrap {
    width: 60%;
    padding: 1.5rem;
    position: relative;
}

.index_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, .7);
    filter: blur(.0625rem);
    border-radius: .75rem;
}

.index_wrap h1 {
    font-size: 0;
    width: 19.875rem;
    height: 4.125rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1.5rem 0;
}

.index_wrap .index_item:nth-of-type(1) {
    background-color: #f8c56c;
    transition: .2s;
}

.index_wrap .index_item:nth-of-type(2) {
    background-color: #5fb4d9;
    transition: .2s;
}

.index_wrap .index_item:nth-of-type(1):hover {
    background-color: #e0b262;
}

.index_wrap .index_item:nth-of-type(2):hover {
    background-color: #58a6c7;
}

.index_wrap .index_item_sm {
    width: 12.5rem !important;
    height: 12.5rem !important;
    padding: 3% 0 !important;
    font-size: 1.125rem !important;
}

.index_wrap .index_item_sm .index_item_img img {
    width: 24% !important;
}

.index_wrap .index_item_sm.egov_auth {
    background-color: #2aa49c;
    transition: .2s;
}

.index_wrap .index_item_sm.moica_card_auth {
    background-color: #06559a;
    transition: .2s;
}

.index_wrap .index_item_sm.hca_card_auth {
    background-color: #63a6da;
    transition: .2s;
}
.index_wrap .index_item_sm.hpc_card_auth {
    background-color: #7a3bf0;
    transition: .2s;
}
.index_wrap .index_item_sm.ktc_auth {
    background-color: #f03bab;
    transition: .2s;
}

.index_wrap .index_item_sm.facebook_auth {
    background-color: #385494;
    transition: .2s;
}

.index_wrap .index_item_sm.google_auth {
    background-color: #de4032;
    transition: .2s;
}

.index_wrap .index_item_sm.line_auth {
    background-color: #07b802;
    transition: .2s;
}

.index_wrap .index_item_sm.line2_auth {
    background-color: #07b802;
    transition: .2s;
}

.index_wrap .index_item_sm.mobileid_auth {
    background-color: #f28103;
    transition: .2s;
}

.index_wrap .index_item_sm.fido_auth {
    background-color: #f0b33b;
    transition: .2s;
}
.index_wrap .index_item_sm.nhi_verify_auth {
    background-color: #47a3c7;
    transition: .2s;
}

.index_wrap .index_item_sm.egov_auth:hover {
    background-color: #22857e;
    transition: .2s;
}

.index_wrap .index_item_sm.moica_card_auth:hover {
    background-color: #03437a;
    transition: .2s;
}

.index_wrap .index_item_sm.hca_card_auth:hover {
    background-color: #4f88b3;
    transition: .2s;
}

.index_wrap .index_item_sm.hpc_card_auth:hover {
    background-color: #5b1dcf;
    transition: .2s;
}

.index_wrap .index_item_sm.ktc_auth:hover {
    background-color: #ca1c88;
    transition: .2s;
}

.index_wrap .index_item_sm.facebook_auth:hover {
    background-color: #2b4072;
    transition: .2s;
}

.index_wrap .index_item_sm.google_auth:hover {
    background-color: #bb372b;
    transition: .2s;
}

.index_wrap .index_item_sm.line_auth:hover {
    background-color: #059900;
    transition: .2s;
}

.index_wrap .index_item_sm.mobileid_auth:hover {
    background-color: #d47303;
    transition: .2s;
}

.index_wrap .index_item_sm.fido_auth:hover {
    background-color: #c79531;
    transition: .2s;
}
.index_wrap .index_item_sm.nhi_verify_auth:hover {
    background-color: #368aac;
    transition: .2s;
}

.index_wrap .index_item_img img {
    width: 35% !important;
    margin-bottom: 0.5rem;
}

.index_wrap .index_item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 94%;
    height: 94%;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(200, 200, 200, 0.1)35%, rgba(255, 255, 255, 0.2)60%);
    background: -moz-linear-gradient(180deg, rgba(200, 200, 200, 0.1)35%, rgba(255, 255, 255, 0.2)60%);
    background: -webkit-linear-gradient(180deg, rgba(200, 200, 200, 0.1)35%, rgba(255, 255, 255, 0.2)60%);
    background: -o-linear-gradient(180deg, rgba(200, 200, 200, 0.1)35%, rgba(255, 255, 255, 0.2)60%);
}

.index_wrap .index_item {
    width: 40%;
    margin: 2%;
    padding: 9% 0;
    text-align: center;
    color: white;
    border-radius: 1.5rem;
    font-size: 1.5rem;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.index_wrap .index_item:hover {
    text-decoration: none;
}

.index_item_img img {
    width: 40%;
}

.copyright {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: .875rem;
    color: #5c585b;
    font-weight: 500;
}
/* main */

/* rwd */
@media (max-width:62rem) {
    body {
        height: auto;
    }

    .index_wrap .index_item {
        font-size: 1rem;
    }
}

@media (max-width:48rem) {
    .index_wrap h1 {
        width: 15.625rem;
        height: 3.1875rem;
    }

    .index_wrap .index_item {
        width: 90%;
    }

    .index_wrap .index_item_sm {
        width: 9.375rem !important;
        height: 9.375rem !important;
        padding: 3% 0 !important;
        font-size: 1rem !important;
    }

    .index_wrap .index_item_sm .index_item_img img {
        width: 20% !important;
    }
}

@media (max-width:36rem) {
    .index_wrap .index_item {
        width: 70%;
    }

    .index_wrap {
        width: 100%;
        padding: 0;
    }

    .copyright {
        display: none;
    }
}
/* rwd */