@charset "UTF-8";
.i-cursor
{
	cursor: pointer;
}
input[name=input-m-usrid],input[name=input-m-usrpw],input[name=input-w-usrid],input[name=input-w-usrpw]
{
    font-family: "nanumsquare,noto sans kr";
}
.font-red
{
	color : red;
}

.d-none{
	display: none !important;
}
.gastok-checkMark {
	position : fixed;
	top: 45%;
	left : 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    width: 100px;
    height: 100px;
}

.animated-check {
    height: 100px;
    width: 10em
}

.animated-check path {
    fill: none;
    stroke: #7ac142;
    stroke-width: 4;
    stroke-dasharray: 23;
    stroke-dashoffset: 23;
    animation: draw 0.5s linear forwards;
    stroke-linecap: round;
    stroke-linejoin: round
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
} 

.mt-0{
	margin-top:0 !important;
}
.pt-0{
	padding-top:0 !important;
}
