

@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Gaegu:wght@300;400;700&family=Sunflower:wght@300;500;700&display=swap');


/* 텍스트 컬러 */
.Gtxt_b{
  font-family: 'Gaegu', sans-serif;
  font-weight: 700;
  font-size: 4em;
}

.Gtxt_m{
  font-family: 'Gaegu', sans-serif;
  font-weight: 400;
  font-size: 2em;
}

.Gtxt_s{
  font-family: 'Gaegu', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

.Gtxt_ss{
  font-family: 'Gaegu', sans-serif;
  font-weight: 300;
  font-size: 1em;
}



.Dtxt_b{
  font-family: 'Do Hyeon', sans-serif;
  font-size: 4em;
}

.Dtxt_m{
  font-family: 'Do Hyeon', sans-serif;
  font-size: 1.5em;
}

.Dtxt_s{
  font-family: 'Do Hyeon', sans-serif;
  font-size: 1.4em;
}

.Dtxt_ss{
  font-family: 'Do Hyeon', sans-serif;
  font-size: 1em;
}




.Stxt_m{
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  font-size: 2em;
}

.Stxt_s{
  font-family: 'Sunflower', sans-serif;
  font-weight: 500;
  font-size: 0.8em;
}

.Stxt_ss{
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.Stxt_third{
  font-family: 'Sunflower', sans-serif;
  font-weight: 300;
  font-size: 1em;
}



.float{
  float: right;
}



/*버튼 컬러*/

.btnC{
  background-color: #CC313D;
  color: #FFDFDE;
 }

.btnDDP{
  background-color: blue;
  color: white;
}



.a{
  text-decoration-line: none;
  color: white;
}



#wrap{
  max-width: 500px;
  margin: 30px auto;
}
#main{
  text-align:center;
}

#number{
  text-align: end;
}

#test{
  text-align: center;
  display:none;
}

#result_img{
  margin: auto 0;
  width:50%;
}

#result{
  text-align : center;
  display : none;
}
