
.third-party {
    width: 100%;
    padding-top: 65px;
}
.third-party .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 280px;
    padding: 50px 5px 40px 5px;
    margin: 15px auto;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.share-friend{
    width: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.share-facebook{
    width: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.share-twitter{
    width: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.content .share-friend .friend-share-btn{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin-bottom: 5px;
    background: url(../images/share_friend_btn.png) no-repeat center center/100% auto;
}
.facebook-share-btn {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin-bottom: 5px;
    background: url(../images/facebook_btn.png) no-repeat center center/100% auto;
}

.twitter-share-btn {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin-bottom: 5px;
    background: url(../images/twitter_btn.png) no-repeat center center/100% auto;
}

.facebook-share-btn a {
    display: block;
    width: 45px;
    height: 45px;
}

.twitter-share-btn a {
    display: block;
    width: 45px;
    height: 45px;
}

.close-btn{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/close_share_third_party.png) no-repeat center center/100% 100%;
}
