@font-face {
  font-family: 'cashp';
  src: url('https://cdn.snsfly.kr/cashp/fonts/NEXON Lv2 Gothic.ttf') format('truetype');
}

body
{
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.inner
{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
}

.font12
{
  font-size: 12px;
  font-family: 'cashp';
}

.font14
{
  font-size: 14px;
  font-family: 'cashp';
}

.font16
{
  font-size: 16px;
  font-family: 'cashp';
}

.font20
{
  font-size: 20px;
  font-family: 'cashp';
}

.font24
{
  font-size: 24px;
  font-family: 'cashp';
}

.wt400
{
  font-weight: 400;
}

.wt500
{
  font-weight: 500;
}

.wt600
{
  font-weight: 600;
}

.wtbd
{
  font-weight: bold;
}

.color31
{
  color: #313131;
}

.colorb3
{
  color: #B3B3B3;
}

.lht18
{
  line-height: 18px;
}

.line1
{
  width: 90%;
  height: 1px;
  min-height: 1px;
  background-color: #B3B3B3;
}

.inp1
{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

.inp1::placeholder
{
  color: #B3B3B3;
}

.mgtop10
{
  margin-top: 10px;
}

.mgtop20
{
  margin-top: 20px;
}

.mgtop30
{
  margin-top: 30px;
}

.sel1
{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #F2F2F2;
  margin-top: 5px;
  box-sizing: border-box;
}

.center
{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}

.btn1
{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: #FF0064;
  font-size: 14px;
  font-family: 'cashp';
  color: white;
  cursor: pointer;
}

.btn2
{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: #F2F2F2;
  font-size: 14px;
  font-family: 'cashp';
  color: #B3B3B3;
  cursor: pointer;
}

.btnnone
{
  display: none;
}

.tb
{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border : 1px solid #797979;
  box-sizing: border-box;
}

.tbcell
{
  border : 1px solid #797979;
  box-sizing: border-box;
}

.tbcellitem
{
  width: 100%;
  height: 100%;
  overflow: auto;
}