body {
    font-family: 'Jua', sans-serif;
    /* font-family: 'Noto Sans KR', sans-serif; */ 
    background-color: #ffffff;
}

.file-upload {
  background-color: #fdf2f2;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  border-radius: 10px;
  border: solid 1.5px #fdf2f2;
}

.file-upload-btn {
  width: 1000%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height:100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  width: 60%;
  margin: 0 auto;
  border: 2.5px dashed #0e58b9;
  position: relative;
  object-fit: contain;
  border-radius: 10px;
  background-color: rgba( 255, 255, 255, 1 );
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: rgba(250, 255, 200, 1);
  border: 2.5px dashed #0e58b9;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
  text-align: center;
  display:auto !important;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  width: 60%;
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'Jua', sans-serif;
  font-size: 2rem;
  line-height: 1.53;
  text-align: center;
  color : #0050b8;
  margin: 0 auto;
}

.file-upload-image {
  max-height: 60%;
  max-width: 60%;
  margin: auto;
  padding: 10px;
}

.detect-face {
  position: absolute;
  left:50%;
  transform: translate(-50%, 0%);
  max-height: 60%;
  max-width: 60%;
  margin: auto;
  padding: 10px;
}

.remove-image {
  width: 200px;
  font-family: 'Jua', sans-serif;
  font-size: 1.5rem;
  margin: 0.7rem;
  color: #fff;
  /* background: #cd4535; */
  border: none;
  padding: 10px;
  border-radius: 2rem;
  /* border-bottom: 4px solid #b02818; */
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 400;
}
nav {
  background-color: rgb(169, 196, 255);
}
.remove-image:hover {
   /* background: #c13b2a;  */
  color: #383838;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.nav-distance {
  padding : 2% 8%;
}

.navbar-light .navbar-brand {
  font-family: 'Jua', sans-serif;
  /* font-size: 2.25rem; */
  line-height: 1.5;
  text-align: left;
  color: #35465d;
}

.navbar-light .navbar-toggler {
  /* border-color:  #e3f2fd; */
  border-width: 2px;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.title {
  font-family: 'Jua', sans-serif;
  font-size: 3rem;
  line-height: 1.67;
  text-align: center;
  color: #35465d
}

.subtitle {
  font-family: 'Jua', sans-serif;
  font-size: 2.5rem;
  line-height: 1.53;
  text-align: center;
  color: #35465d
}
.kakao-link > a > img{
  position: relative;
  width: 60px;  
  height:60px;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }
  .container-fluid {
    font-size: 1.5rem;
  }
  .navbar-brand {
    font-size: 2.25rem;
  }
  .kakao-link > a > img{
    position: relative;
    width: 48px;  
    height:48px;
  }
}

.naver-blog-link {
  font-family: 'Jua', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 1.5rem;
  text-align: end;
  /* color : #f73737; */
  text-decoration: none;
}

.naver-blog-link:hover {
  font-family: 'Jua', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 1.5rem;
  text-align: end;
  color : #374af7;
  text-decoration: underline;
}

.naver-blog-icon {
  width : 4%;
}

.upload {
  width: 15%;
  object-fit: contain;
}

.count_num {
  /* font-family:'Noto Sans KR', sans-serif; */
  font-family: 'Jua', sans-serif;
  color: #05a81a;
  width: 90%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2%;
  font-size: 2.5rem;
  font-weight: bold;
}

.count_num_result {
  /* font-family:'Noto Sans KR', sans-serif; */
  color: #a80536;
  min-width: 5%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1%;
  font-size: 3rem;
  font-weight: bold;
}

.progress {
  font-family: 'Jua', sans-serif;
  width: 70%;
  height : 2.75rem;
  margin: auto;
  margin-bottom: 1.5rem;
  font-size:1.63rem;
  background-color: none;
}

.progress-label {
  font-family: 'Jua', sans-serif;
  width: 70%;
  height : 2rem;
  margin: auto;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  text-align: left;
}

.ai_comment {
  text-align: left;
  justify-content: space-between;
  font-family: 'Jua', sans-serif;
  color: #4a0185;
  width: 90%;
  margin: auto;
  margin-top: 2.5rem;
  padding: 1%;
  font-size: 1.75rem;
}
.wordCloud-title, .share-title {
  /* font-family:'Noto Sans KR', sans-serif; */
  font-size: 2rem;
  margin-top: 2.5rem;
  color:red;
}

.wordCloud {
  margin:auto;
  width:80%;
  height:300px;
}
#manual, #source-code {
  margin: 3rem 3rem;
  padding: 0 3rem;
  margin-bottom: 0;
}
#manual p, #source-code p{
  font-size: 1.5rem;
}
.footer {
  font-family: 'Jua', sans-serif;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 5%;
  font-size: 1.5rem;
}

.footer > div > a, .footer > div> div > a{
  text-decoration: none;
}

.footer-bottom{
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 1% 0;
  border-radius: 10px;
  font-size: 1.25rem;
  /* text-decoration: none; */
}

.lotto-wrapper { 
  /* border:1px dotted black; */
  font-family: 'Jua', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 2rem;
}
.lotto-wrapper > p {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 2.5rem;
  color:red;
}

.lotto-wrapper > .lotto-ball { 
  font-size: 2.25rem;
  width: 5rem;
  height: 5rem;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  position:relative;
}

.lotto-ball {
  margin-right: 3px;
  margin-bottom: 3px;
}

/* ball color */
.lotto-wrapper > .lotto-ball:nth-child(1){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(255,126,126,1) 15%,
   rgba(255,0,0,1) 50%, rgba(124,0,0,1) 70%, rgba(255,0,0,1) 100%);
}
.lotto-wrapper > .lotto-ball:nth-child(2){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(255,191,130,1) 15%,
   rgba(255,125,0,1) 50%, rgba(121,59,0,1) 70%, rgba(255,125,0,1) 100%);
}
.lotto-wrapper > .lotto-ball:nth-child(3){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(253,255,126,1) 15%,
   rgba(252,255,0,1) 50%, rgba(117,119,0,1) 70%, rgba(252,255,0,1) 100%);
}
.lotto-wrapper > .lotto-ball:nth-child(4){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(145,255,128,1) 15%, rgba(34,255,0,1) 50%, rgba(15,115,0,1) 70%, rgba(34,255,0,1) 100%);
}
.lotto-wrapper > .lotto-ball:nth-child(5){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(131,232,254,1) 15%, rgba(0,209,255,1) 50%, rgba(0,100,122,1) 70%, rgba(0,209,255,1) 100%);
}
.lotto-wrapper > .lotto-ball:nth-child(6){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(127,140,255,1) 15%, rgba(0,26,255,1) 50%, rgba(0,12,121,1) 70%, rgba(0,26,255,1) 100%);
}
.lotto-wrapper > .lotto-ball:nth-child(7){
  background: rgb(255,255,255);
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,1) 0%, rgba(201,134,255,1) 15%, rgba(142,0,255,1) 50%, rgba(65,0,117,1) 70%, rgba(142,0,255,1) 100%);
}

#btn-back-to-top {
  position: fixed;
  border-radius: 50% !important;
  bottom: 2rem;
  right: 2rem;
}

.show-none{
  display:none;
}

.appear {
  animation: fade-in 0.5s;
  animation-fill-mode: forwards;
  display: block;
}

.disappear {
  animation: fade-out 0.5s;
  animation-fill-mode: forwards;
}

.card-img-overlay {
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
  z-index: 0;
}

textarea, .form-group input{
  background-color: rgba(255,255,240,1) !important;
  font-family: arial;
  font-size: 1.25rem;
}

.accordion-item button{
  font-size: 1.5rem;
}
.accordion-item i{
  margin-right:1rem;
}

@media (max-width: 445px) {
  .over-width-445 {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
  
::-webkit-scrollbar-track {
  background-color: lightblue;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgb(35, 33, 179);
}

.accordion-item a i, .accordion-item a{
  font-style: inherit;
  text-decoration: none;
}