@import url("./color.css");
@import url("./flex.css");
@import url("./font.css");
@import url("./position.css");
@import url("./background.css");

.aaa{
	border: 1px solid #ff0000;
}
.w-100-{
    width: 100%;
}
.h-100-{
    height: 100%;
}
.w-100vw{
    width: 100vw;
}
.bor-20{
    border-radius: 20px;
}
.bor-50-{
    border-radius: 50%;
}
.bor-y{
    border: 1px solid #F18D00;
}
.op-0{
    opacity: 0;
}
.bor-b-f2{
	border-bottom: 2px solid #f2f2f2;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.text-w{
			width: 100%;
	    word-wrap: break-word;
	    word-break: normal;
			text-align: center;
}
	.ov-h{
		overflow: hidden;
	}