/* BASIC css start */
#container{
    overflow: hidden;
}

div#contents {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #151515;
}

#contents img {
    width: 100%;
}

.tit { 
    margin: 50px 0 0;
    line-height: 1.7;
}

.tit h1 {
    margin: 0 auto;
    width: 90%;
    font-size: 18px;
    font-weight: 600;
}

.tit p {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
}

.content_info {
    width: 90%;
    margin: 50px auto 100px;
}

.info {
    margin: 0 auto 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.7;
}

.info h3 {
    font-size: 16px;
    font-weight: 600;
}

.sub_tit {
    margin-bottom: 20px;
    font-size: 15px;
}

.info2 {
    font-size: 13px;
}

.benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:30px;
}

.benefit ul {
    width: 100%;
    padding: 20px 0px;
    border:1px solid #eaeaea;
}

.join a {
    display: inline-block;
    width:  75%;
    padding: 15px 30px;
    background: #151515;
    color: #fff;
    font-size: 13px;
}

.fadeInUp {
  transition:all 1s ease;
}
/* BASIC css end */

