body {
    /* background-color: #eeeeee; */
    background-color: rgba(247, 230, 218, 0.3) !important;
    font-family: 'Jua', sans-serif !important;
}

.file-upload {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    width: 550px;
    height: 700px;
}

.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;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1fb264;
    position: relative;
    width: 25vw;
    height: 40vh;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1fb264;
    border: 4px dashed #ffffff;
}

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

.drag-text {
    width: 100%;
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824b;
    padding: 3vh 0;
    font-size: 1.5vw;
}
.drag-text:hover {
    color: white;
}

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

.remove-image {
    margin: 0;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    width: 160px;
    font-size: 15px;
    font-weight: 200;
    background-color: #3498db;
}

.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-brand {
    /* font-family: NanumSquareR; */
    line-height: 1.68;
    text-align: left;
    color: #35465d;
    padding-top: 0.5rem;
}
.navbar {
    background-color: rgba(247, 230, 218, 1);
}

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

.navbar-light .navbar-toggler {
    border: none;
}
.section {
    margin: 6% 24.6%;
    /* font-family: NanumSquareR; */
    line-height: 1.67;
    text-align: center;
    color: #35465d;
}
.subtitle {
    /* font-family: NanumSquareR; */
    line-height: 1.53;
    text-align: center;
    color: #35465d;
}

@media screen and (max-width: 700px) {
    html {
        font-size: 10px;
    }
    .navbar-brand {
        font-size: 2rem;
    }
}
.youtube-link {
    /* font-family: NanumSquareR; */
    font-size: 1rem;
    line-height: 1.71;
    text-align: center;
    color: #f73737;
    text-decoration: underline;
    margin-bottom: 3vh;
}
.youtube-link:hover {
    /* font-family: NanumSquareR; */
    font-size: 1rem;
    line-height: 1.71;
    text-align: center;
    color: #f73737;
    text-decoration: underline;
}
.youtube-icon {
    width: 5%;
}
.file-upload {
    width: 550px;
    height: 700px;
    padding: 5%;
    border-radius: 10px;
    border: solid 1.5px #f6f7fa;
    background-color: #f6f7fa;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.file-upload-content {
    padding: 0 5vw;
}
.image-upload-wrap {
    object-fit: contain;
    border-radius: 10px;
    border: dashed 2px #35465d;
    background-color: #ffffff;
    margin-top: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
}
.image-upload-wrap:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border: dashed 2px #f6f7fa;
    color: white;
}

.drag-text h3 {
    font-weight: 800;
    color: #35465d;
    font-size: 0.8rem;
}
.upload-image {
    width: 24.8%;
}
#disqus_thread {
    padding: 4vw;
}
#label-container{
    padding-top: 20px;
}
#label-container > div > div:nth-child(2) {
    background-color: aqua;
}

.bar-char--innerContainer {
    background-color: rgba(0, 0, 0, 0.2);
}
.bar--char--innerSpan {
    height: 100%;
    width: 80%;
    background-color: tomato;
}
.bar-chart {
    display: flex;
    margin-bottom: 1vh;
    height: 3.5vh;
}
.bar-chart--text {
    width: 80px;
    text-align: start;
}
.bar {
    border-radius: 0.9vw;
    color: white;
}
img {
    border-radius: 10px;
}
.result-message {
    font-size: 20px;
}
.at-share-btn-elements {
    margin-top: 20px;
}

.loadmessage {
    width: 100%;
    animation: shaking 0.5s ease-in-out infinite;
    position: relative;
    top: 2px;
}
@keyframes shaking {
    0% {
        transform: translate(4px, 0);
    }
    50% {
        transform: translate(-4px, 0);
    }
    100% {
        transform: translate(4px, 0);
    }
}

.pang {
    display: inline-block;
    animation: bounce 1s ease-in-out infinite;
}
.pang:first-child{
    animation-delay: 0.1s;
}
.pang:nth-child(2){
    animation-delay: 0.2s;
}.pang:nth-child(3){
    animation-delay: 0.3s;
}.pang:nth-child(4){
    animation-delay: 0.4s;
}.pang:nth-child(5){
    animation-delay: 0.5s;
}.pang:nth-child(6){
    animation-delay: 0.6s;
}.pang:nth-child(7){
    animation-delay: 0.7s;
}.pang:last-child{
    animation-delay: 0.8s;
}

@-webkit-keyframes bounce {
    0%{
        transform: translate(0,0px);
        transform: scale(1.0);
    }
    25%{
        transform: scale(1.2);
    }
    50%{
        /* transform: translate(0,6px); */
        transform: scale(1);
    }
    100%{
        /* transform: translate(0,0px); */
        transform: scale(1);
    }
}