/* 이미지 업로드 */
body {
    font-family: sans-serif;
    background-color: #eeeeee;
  }
  /* .upload-icon {
    width: 40%;
    height: 40%;
    margin: 0 92px 43px 93px;
    object-fit: contain;
  } */

  .file-upload {
    background-color: #ebe7fe;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    /* height: 45vw; */
  }

  .disqus_section {
    background-color: #ffffff;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    /* height: 45vw; */
  }
  .file-upload-container{
    /* width: 80%; */
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #749cf1;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #1e65ff;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #4d78d4;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #070707;
    position: relative;
    border-radius: 5px;
    width: 70%;
    margin: 0 auto;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #879ed1;
    border: 4px dashed #3c3ac5;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    width: 50%;
    margin: 0 auto;
    font-weight: 100;
    text-transform: uppercase;
    color: #4c6188;
    padding: 60px 0;
  }
  
  .file-upload-image {
    max-height: 400px;
    max-width: 400px;
    margin: auto;
    padding: 20px;
  }
  
  .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #218ef3;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #182fb0;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .remove-image:hover {
    background: #b57ec5;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }
  /* 이미지 업로드 */

  .nav_distance {
    padding: 2% 2%;
  }
  .title_section{
    margin-top: 100px;
  }

  .title{
    font-family: NanumSquareR;
    font-size: 3rem;
    line-height: 1.67;
    text-align: center;
    color: #35465d;
  }

  .sub_title{
    font-family: NanumSquareR;
    font-size: 2rem;
    line-height: 1.53;
    text-align: center;
    color: #35465d;
    margin-top: 2rem;
  }
  .gender{
    font-family: NanumSquareR;
    font-size: 2rem;
    line-height: 1.53;
    text-align: center;
    color: #0c0c0c;
    margin-top: 2rem;
    
  }
  .desc{
    font-family: NanumSquareR;
    font-size: 1.5rem;
    line-height: 1.27;
    text-align: center;
    color: #35465d;
    margin-top: 4rem;
  }
.upload-text{
  font-family: NanumSquareR;
  font-size: 1.8rem;
  line-height: 1.53;
  text-align: center;
  color: #07254d;
}
#gender_button{
  /* width: 180px;
  height: 50px; */
  font-size:30px;
  /* font-family: 'Nanum Gothic'; */
  /* color: white; */
  line-height: 50px;
  text-align: center;
  /* background: blue; */
  border: solid 2px grey;
  border-radius: 12px;
}

/* 모바일 웹디자인 */
@media screen and (max-width: 600px){
  html{
    font-size: 9.5px;
  }
  .navbar-brand{
    font-size:2.3rem;
    font-weight: bold;
  }
  .file-upload{
    width: 360px;
  }
  .disqus_section{
    width: 360px;
  }
  .upload-icon{
    width: 200px;
    height: 200px;
  }
  .title_icon{
    width: 40px;
    height: 40px;
  }
  .gender_icon{
    width: 80px;
    height: 80px;
  }
}
  
@media screen and (min-width: 600px){
  
  .navbar-brand{
    font-size:2.3rem;
    font-weight: bold;
  }
  .upload-icon{
    width: 250px;
    height: 250px;
  } 
  .title_icon{
    width: 55px;
    height: 55px;
  }
  .gender_icon{
    width: 90px;
    height: 90px;
  }
}
/* 설명 디자인 */
.gold_crown{
  font-family: NanumSquareR;
  font-size: 44.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #FEC343;
}
.siver_crown{
  font-family: NanumSquareR;
  font-size: 44.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #A7A7A7;
  
}
.cooper_crown{
  font-family: NanumSquareR;
  font-size: 44.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #C1500E;
}
.fat-title{
  font-family: NanumSquareR;
  font-size: 44.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #3d3d3d;
}
.result_explain{
  font-family: NanumSquareR;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #2d0196;
}
.result_explain2{
  font-family: NanumSquareR;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: center;
  color: #00588b;
}
#label-container{
  padding-bottom: 30px;
}




  