body {
  font-family: "Nanum Pen Script", cursive;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #35465d;
}
.file-upload {
  padding: 15% 3%;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 1.5px #f6f7fa;
  background-color: #f6f7fa;
}
.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}
#loading {
  display: none;
}

.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;
  position: relative;
  object-fit: contain;
  border-radius: 10px;
  border: dashed 1.5px #35465d;
  background-color: #ffffff;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #35465d82;
  border: 1.5px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 550;
  text-transform: uppercase;
}

.file-upload-image {
  max-height: 60%;
  max-width: 60%;
  margin: auto;
  padding: 10px;
}

.try-again-btn {
  border-radius: 40px;
  border: solid 1.5px #35465d;
  background-color: #35465d;
}

.try-again-text {
  display: block;
  font-size: 1.35rem;
  text-align: center;
  color: #ffffff;
  padding: 4px 15px;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.navbar-light .navbar-brand {
  line-height: 1.68;
  text-align: left;
  color: #35465d;
}

.navbar-light .navbar-toggler {
  border-color: #ffffff;
}

.section {
  margin-top: 50px;
}

.title {
  line-height: 1.67;
  text-align: center;
  color: #35465d;
}

.subtitle {
  line-height: 1.53;
  text-align: center;
  color: #35465d;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }
  .navbar-brand {
    font-size: 2rem;
  }
}

.youtube-link {
  font-size: 1.5rem;
  line-height: 1.71;
  text-align: center;
  color: #f73737;
  text-decoration: underline;
}

.youtube-link:hover {
  font-size: 1.5rem;
  line-height: 1.71;
  text-align: center;
  color: #f73737;
  text-decoration: underline;
}

.youtube-icon {
  width: 30px;
  height: 27.262px;
}

.upload {
  width: 20%;
}

.upload-text {
  width: 58%;
  font-size: 1.5rem;
  line-height: 1.53;
  text-align: center;
  color: #35465d;
  margin: 0 auto;
}

.footer {
  background-color: initial;
  color: initial;
}

.bar-container {
  height: 2.7rem;
}
.dinosaur-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(117, 204, 84, 0.2);
}
.dinosaur-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(117, 204, 84, 1);
}
.deer-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(117, 204, 84, 0.2);
}
.deer-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(117, 204, 84, 1);
}
.dog-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(27, 175, 234, 0.2);
}
.dog-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(27, 175, 234, 1);
}
.cat-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(251, 176, 59, 0.2);
}
.cat-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(251, 176, 59, 1);
}
.bear-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(195, 140, 102, 0.2);
}
.bear-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(195, 140, 102, 1);
}
.fox-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(49, 132, 155, 0.2);
}
.fox-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(49, 132, 155, 1);
}
.rabbit-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(235, 166, 190, 0.2);
}
.rabbit-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  border-radius: 10px;
  background-color: rgba(235, 166, 190, 1);
}
.percent-text {
  font-size: 1rem;
  color: #ffffff;
}
.plants-label {
  width: 20%;
  text-align: left;
  height: 2rem;
}
#label-container {
  width: 80%;
  margin: 0 auto;
}
.resultTitle {
  font-size: 3rem;
  text-align: left;
  font-weight: 550;
  color: #3ba363;
}
.resultExplain {
  font-size: 3rem;
  text-align: left;
  font-weight: 600;
  color: #548dd4;
}
.resultCeleb {
  font-size: 3rem;
  text-align: left;
  font-weight: 550;
  color: #e56995;
}

.-plants-title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 550;
  color: #3ba363;
}

.plants-explain {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 550;
  color: #000000;
  line-height: 1.7;
}

.-plants-celeb {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
  color: #548dd4;
}

.d-flex {
  font-size: 1.3rem;
  text-align: left;
  font-weight: 400;
  color: #ff6c0a;
}

/* gender */
input#gender {
  display: none;
}

label {
  cursor: pointer;
  display: inline-block;
  width: 90px;
  height: 41px;
  box-shadow: 0 0 0 8px #e5e9ea inset;
  border-radius: 30px;
  position: relative;
}

.knob {
  position: absolute;
  width: 41px;
  top: 0;
  left: 0;
  height: 41px;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #f470a7 inset;
  background-color: #fbd4e6;
  transition: 0.3s;
}

.knob > i {
  position: absolute;
  width: 4px;
  height: 18px;
  top: 100%;
  background-color: #f470a7;
  left: calc(50% - 2px);
}

.knob > i:before,
.knob > i:after {
  width: 6px;
  position: absolute;
  top: 42%;
  content: "";
  height: 4px;
  background-color: #f470a7;
}

.knob > i:before {
  left: 4px;
}
.knob > i:after {
  left: -6px;
}

input:checked + label > .knob {
  box-shadow: 0 0 0 8px #a1c6dd inset;
  background-color: #e2ecf4;
  transform: translateX(49px) rotate(-140deg);
}

input:checked + label > .knob > i {
  background-color: #a1c6dd;
}

input:checked + label > .knob > i:after,
input:checked + label > .knob > i:before {
  background-color: #a1c6dd;
}

input:checked + label > .knob > i:after {
  top: 14.5px;
  width: 12px;
  left: -7px;
  transform: rotate(45deg);
}
input:checked + label > .knob > i:before {
  top: 13px;
  width: 12px;
  left: 0px;
  transform: rotate(134deg);
}

.ad-banner {
  max-width: 320px;
}

.result-message {
  text-align: center;
  max-height: 60%;
  max-width: 60%;
  margin: auto;
  padding: 20px 10px;
}
.result-message ul {
  text-align: left;
}
.result-message ul li {
  font-size: 0;
}
.result-message ul li + li {
  margin-top: 14px;
}
.result-message ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 35px;
  min-width: 48%;
  color: #3d88b0;
}
.result-message ul li a {
  margin-left: 4%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 35px;
  background: #3d88b0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  min-width: 48%;
  text-align: center;
  text-decoration: none;
}

div[id^="main_rolling_tab_"] ul li > table,
div[id^="main_rolling_tab_"] ul li > table > tbody,
div[id^="main_rolling_tab_"] ul li > table > tbody > tr:first-child,
div[id^="main_rolling_tab_"] ul li > table > tbody > td {
  display: block;
}
div[id^="main_rolling_tab_"] ul li > table > tbody > tr {
  display: none;
}
div[id^="main_rolling_tab_"] ul li > table > tbody > td {
  width: 218px;
}
div[id^="main_rolling_tab_"] .font_number img {
  display: inline-block;
}
div[id^="main_rolling_tab_"] .slick-dots {
  margin-top: 25px;
}
.slick-dots {
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li + li {
  margin-left: 8px;
}
.slick-dots li button {
  overflow: hidden;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #ccc;
  text-indent: -9999px;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #f7941c;
}
.thume-list-m {
  margin-top: 60px;
}
.thume-list-m tbody tr td div.thume-height {
  float: none;
  margin: 0 auto;
}

#main_rolling_tab_3 table {
  width: 100%;
}
#main_rolling_tab_3 table tbody tr:empty {
  display: none;
}
#main_rolling_tab_3 .thume-height table td {
  display: inline-block;
}
#main_rolling_tab_3 td img {
  display: inline-block;
}

@media (max-width: 720px) {
  .file-upload {
    padding: 5% 0;
  }
  .file-upload-image {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }
  .result-message {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    max-height: none;
  }
  .result-message ul li span {
    font-size: 15px;
  }
  .result-message ul li a {
    font-size: 13px;
  }
  .result-message ul li + li {
    margin-top: 8px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li + li {
    margin-left: 5px;
  }
}
