@charset "utf-8";

.loading { display: none;}

.section { 
    margin-bottom: 1px;
}

.article {
    width: 100%;
    position: relative;
    
    margin-top: 20px;
    margin-bottom: 20px;
    
    font-size: 1.3rem;
    font-weight: bold;
    max-width: 1150px;
    text-align: center;
    
    color: #4e4e4e;
}

.article h1 {
    font-size: 2rem;
}
.article p {
    font-size: 1rem;
    word-break: keep-all;
}

.contents-wrap {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.contents {
    width: 100%;
    opacity: 0;
    transition: 1.5s ease-in-out;
    
}

.contents img {
    display: block;
    width: 100%;
}

.contents p {
    width: 100%;
}

.circle {
    background-color: #f0f0f0;
    border-radius: 50%;
    transition: 0.6s ease-out;
    width: 50px;
    height: 50px;
}

.full img {
    width: 90%;
}
#contentAnimate4 {
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 20px;
}

#contentAnimate4 p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 48px;
  letter-spacing: -0.2px;
}

#contentAnimate4 p:first-child {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
}

/*
#imgAnimate1,
#imgAnimate2,
#imgAnimate3 {
    width: 100px;
    height: 100px;
}
*/

/* 타블렛-333333 */
@media screen and (min-width: 1024px) {
    
    .contents-wrap {
        flex-direction: row;
    }
    
    .contents {
        width: 30%;
    }

    .full {
        width: 100%;
    }
    
    .full img {
        width: 30%;
    }

}