#header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 998998;
}
#header .logo{
    position: fixed;
    left: 46px;
    top: 51px;
}
#header .ham{
    position: fixed;
    right: 46px;
    top: 51px;
    width: 38px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#header .ham > div{
    width: 100%;
    height: 2px;
    background: #000;
    transition:all 1s;
}





.gift_btn{
    width: 163px;
    height: 32px;
    position: relative;
    text-align: center;
    cursor: pointer;

}

.gift_btn div{
    width: 163px;
    height: 32px;
    transition:all 1s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 21px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}


.gift_btn div > span:nth-child(1){
    display: inline-block;
    width: 85px;
    height: 15px;
    background: url("../../img/gift/gift.png")no-repeat center;
    transition:all .5s;
}



.gift_btn div > span:nth-child(2){
    display: inline-block;
    width: 16px;
    height: 9px;
    background: url("../../img/gift/arrow.png")no-repeat center;
    transition:all .5s;
}
/*
.gift_btn:hover div{
    width: 113px;
}


.gift_btn:hover div > span:nth-child(1){
    background: url("../../img/gift/gift_on.png")no-repeat center;
}

.gift_btn:hover div > span:nth-child(2){
    background: url("../../img/gift/arrow_on.png")no-repeat center;
}


.gift_btn:hover .line{
    height: 50px;
}*/


.gift_btn .line{
    display: block;
    width: 183px;
    height: 1px;
    background: #788887;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom: -6px;
    /*margin: 0 auto;*/
    transition:all .5s;
}


.inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    margin-top: -100px;
}

.inner .title_container > div{
    margin-bottom: 14px;
    transform:translateY(66.542px)rotate(5deg);
    transform-origin: 0 0;
    opacity: 0;
}
.inner .title_container > div:nth-child(1){
    margin-bottom: 144px;
}

.inner .title_container > div:nth-child(2){
    margin-bottom: 41px;
}



#section02 .title_container > div:nth-child(6){margin-bottom: 80px;}
#section03 .title_container > div:nth-child(6){margin-bottom: 80px;}
#section04 .title_container > div:nth-child(7){margin-bottom: 80px;}


#section01 {
    height: 1531px;

}

#section01 .text_container{
    position: absolute;
    left: 50%;
    top: 208px;
    transform:translateX(-50%);
    z-index: 100;
    text-align: center;
}

#section01 .text_container > div{
    transform:translateY(-50px);
    opacity: 0;
}
#section01 .text_container > div:nth-child(1){
    margin-bottom: 51px;
}
#section01 .text_container > div:nth-child(2){
    margin-bottom: 14px;
}
#section01 .thumb{
    position: absolute;
    left: 50%;
    transform:translateY(-100px);
    margin-left: -732.5px;
    bottom: 291px;
    opacity: 0;
}

#section02 {
    height: 1035px;

}


#section02 .inner .title_container{
    padding-left: 135px;
    padding-top: 85px;
}
#section03 {
    height: 1035px;

}

#section03 .inner .title_container{
    text-align: right;
    padding-right: 135px;
    padding-top: 85px;
}

#section03 .gift_btn{
    margin-left: auto;
}

#section04 {
    height: 1140px;

}


#section04 .inner .title_container{
    padding-left: 135px;
    padding-top: 85px;
}


#footer {
    height: 230px;
    background: #5c6362;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}





