body{
    background-color: #101010;
    /*
    background-image: url('../../../../img/mobile/add/bg-company.jpg');
    */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    background-attachment: fixed;
}
body:before{
    content: "";
    position: fixed;
    z-index: -1;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    -webkit-background-size: cover!important;
    -o-background-size: cover;
}

header{
    #position: sticky;
}

.wrapper{
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 5%;
}
.wrapper p.section-01{
    font-family: dancingscript-regular,dancing script,cursive;
    color: #fff;
    font-size: 1.6em;
    margin-top: 8%;
}
.wrapper p.section-01 span{
    color: #fd377f;
}

.wrapper p.section-02{
    font-family: font-family:verdana,geneva,sans-seri;
    color: #fff;
    font-size: 2.3em;
    text-align: center;
    margin-top: 2%;
}
.wrapper p.section-02 span{
    color: #ed5898;
}

.wrapper p.section-03{
    font-family: font-family:verdana,geneva,sans-seri;
    color: #fff;
    font-size: 1.1em;
    line-height: 22px;
    text-align: center;
    margin-top: 7%;
}

.wrapper p.section-04{
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #fff;
    font-size: 1.3em;
    line-height: 32px;
    text-align: center;
    margin-top: 7%;
}
.wrapper p.section-04 > span:nth-of-type(1){
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #87c7ff;
}
.wrapper p.section-04 > span:nth-of-type(2){
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #ff6b7f;
}
.wrapper p.section-04 > span:nth-of-type(3){
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #ffdbc7;
}
.wrapper p.section-04 > span:nth-of-type(4){
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #a0c2c5;
}
.wrapper p.section-04 > span:nth-of-type(5){
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #808080;
}

.wrapper p.kakao{
    display: block;
    overflow: hidden;
    width: 90%;
    font-family: font-family:nanumgothic-regular,sans-serif;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    background-color: rgba(218,121,155, 0.37);
    border: 1px solid #e56595;
    border-radius: 8px;
    text-align: center;
    padding: 9px 17px;
    margin: 0 auto;
    margin-top: 7%;
}

div.photo-01{
    width: 100%;
    text-align: center;
    margin-top: 11%;

}
div.photo-01 img{
    width: 100%;
    border-radius: 8px;
}

.wrapper div.section-05 p{
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #fff;
    font-size: 1.1em;
    line-height: 24px;
    text-align: center;
    margin-top: 9%;
}
.wrapper div.section-05 p:nth-child(2){
    margin-top: 2%;
}
.wrapper div.section-05 p > span:nth-child(1){
    color: #79db60;
}
.wrapper div.section-05 p > span:nth-child(2){
    color: #95cbe8;
}

.wrapper div.section-06 p{
    font-family: font-family:nanumgothic-regular,sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 9%;
}
.wrapper div.section-06 p:nth-child(1){
    font-size: 1.3em;
}
.wrapper div.section-06 p:nth-child(2){
    font-size: 1.1em;
    line-height: 24px;
    margin-top: 4%;
}

footer{
    margin-top: 11%;
}