body {
	font-family: 'Jua', sans-serif;
	background-color: #ffffff;
	font-size: calc(1.rem + .9vw);
	color: #35465d;
	
}

.file-upload {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 13% 2%;
	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;
}

.file-upload-input {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.image-upload-wrap {
	position: relative;
	object-fit: contain;
	border-radius: 10px;
	border: 1.5px dashed  #35465d;
	background-color: #ffffff;
	width: 80%;
	margin: 0 auto;
}

		

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

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

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

.drag-text h3 {
	text-transform: uppercase;
	font-size: calc(0.7rem + .9vw);
	line-height: 1.68;
	text-align: center;
	color: #35465d;
	width: 70%;
	margin: 0 auto;
}

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

.remove-image {
	width: 45%;
	margin: 0;
	margin-top: 20px;
	color: #fff;
	background: #0dcaf0;
	border: none;
	padding: 10px;
	border-radius: 40px;
	border-bottom: 4px solid #0d6efd;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: calc(0.8rem + .9vw);
}

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

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

.nav-distance {
	padding: 2.1% 7.7%;
}

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

.navbar-light .navbar-toggler {
	border-color: #ffffff;
}
.section {
	margin-top: 100px;
}
.title {
	line-height: 1.68;
	text-align: center;
	color: #35465d;
}
.subtitle {
	line-height: 1.68;
	text-align: center;
	color: #35465d;
}
.ex {
	line-height: 1.68;
	color: #35465d;
}
.upload{
	width: 40%;
}
.upload-text {
	
}
.progress{
	display: flex;
    height: 1.75rem;
    overflow: hidden;
    font-size: 1.5rem;
    background-color: #e9ecef;
    border-radius: .7rem;
    width: 80%;
    margin: 0 auto;
}
.addthis_inline_share_toolbox{
	margin-top: 20px;
}
	
.footer{
	font-size: 1rem;
	margin: 0 auto;
	text-align:center;
	color: #222;
}
.kakao_ad {
	text-align: center;
	margin: 0 auto;
	
}
.text_no_save{
	text-align: right;
}
.kakaoPopAd{
	margin: 0 auto;
}
.sub_title{
	font-size: 1.3rem;
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}
.circular-chart.red .circle {
  stroke: #dc3545;
}
.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.circleChart {
	float :left;
	width : 25%;
	font-size: 1.2rem;
}
.banner_image {
	width: 10%;

}
.load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    background: white;
    z-index: 99;
    text-align: center;
}

.load > img {
    margin: 55% auto;
    z-index: 100;
}
.faceForm{
	width: 20%;
}

