section.head {
    padding-top: 42vw;
    position: relative;
}

div.top-top {
    width: 80.9vw;
    height: 40.8vw;
    position: absolute;
    top: 0;
    left: 9.5vw;
    background: url(../img/67-inet-family/top-bk.png) no-repeat;
    background-size: contain;
}
div.top-top > i.table {
    width: 80.9vw;
    height: 40.8vw;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/67-inet-family/top-table.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.top-top > i.top {
    width: 80.9vw;
    height: 40.8vw;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/67-inet-family/top-top.png) no-repeat;
    background-size: contain;
    z-index: 4;
}
div.top-top > i.hand {
    width: 14vw;
    height: 11.2vw;
    position: absolute;
    top: 16.6vw;
    left: 6.4vw;
    background: url(../img/67-inet-family/top-hand.png) no-repeat;
    background-size: contain;
    z-index: 3;
    animation: hand-move ease-in-out 4s 1s infinite;
}

@keyframes hand-move {
    0% {transform: translate(0, 0);}
    50% {transform: translate(0.2vw,-0.2vw) rotate(-3deg);}
    100% {transform: translate(0, 0);}
}

div.top-top > i.head {
    width: 7.2vw;
    height: 6.3vw;
    position: absolute;
    top: 6.7vw;
    left: 26.2vw;
    background: url(../img/67-inet-family/top-head.png) no-repeat;
    background-size: contain;
    z-index: 1;
    animation: head-move 8s 1s infinite;
}

@keyframes head-move {
    0% {transform: translate(0, 0);}
    50% {transform: translate(0, 0.4vw) rotate(10deg);}
    100% {transform: translate(0, 0);}
}

div.top-top > i.phone {
    width: 7.5vw;
    height: 7.7vw;
    position: absolute;
    top: 16.5vw;
    left: 56.1vw;
    background: url(../img/67-inet-family/top-phone.png) no-repeat;
    background-size: contain;
    z-index: 3;
    animation: phone-move 5s infinite;
}

@keyframes phone-move {
    0% {transform: translate(0, 0);}
    50% {transform: translate(0,-0.3vw) rotate(5deg);}
    100% {transform: translate(0, 0);}
}

div.ig-1 {
    width: 56vw;
    height: 25.5vw;
    position: relative;
    margin: 0 0 0 -5vw;
}
div.ig-1 > i {
    width: 45vw;
    height: 17.7vw;
    position: absolute;
    top: 2vw;
    right: 0;
    background: url(../img/67-inet-family/ig-bk.svg) no-repeat;
    background-size: contain;
}
div.ig-1 > i > b.first {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #023184;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: title, serif;
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 700;
    bottom: 1.7vw;
    left: 2.7vw;
    position: absolute;
}
div.ig-1 > i > b.second {
    width: 7.9vw;
    height: 7.9vw;
    border-radius: 50%;
    background: #E88606;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: title, serif;
    font-size: 3vw;
    font-style: normal;
    font-weight: 700;
    top: -2vw;
    right: 2.7vw;
    position: absolute;
}
div.ig-1 > .legend-y {
    width: 11vw;
    height: 17.7vw;
    position: absolute;
    top: 2vw;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
div.ig-1 > .legend-x {
    width: 45vw;
    position: absolute;
    top: 20vw;
    left: 11vw;
    text-align: center;
}

div.ig-2 {
    width: 56vw;
    height: 28.5vw;
    position: relative;
    margin: 0 0 0 -5vw;
}
div.ig-2 > i {
    width: 45vw;
    height: 17.7vw;
    position: absolute;
    top: 2vw;
    right: 0;
    background: url(../img/67-inet-family/ig-bk.svg) no-repeat;
    background-size: contain;
}
div.ig-2 > i > b.first {
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 50%;
    background: #023184;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: title, serif;
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 700;
    bottom: 0.5vw;
    left: 2vw;
    position: absolute;
}
div.ig-2 > i > b.second {
    width: 9.5vw;
    height: 9.5vw;
    border-radius: 50%;
    background: #E88606;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: title, serif;
    font-size: 3vw;
    font-style: normal;
    font-weight: 700;
    top: -2vw;
    right: 2.7vw;
    position: absolute;
}
div.ig-2 > .legend-y {
    width: 11vw;
    height: 17.7vw;
    position: absolute;
    top: 2vw;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
div.ig-2 > .legend-x {
    width: 45vw;
    position: absolute;
    top: 20vw;
    left: 11vw;
    text-align: center;
}

div.gameboy {
    position: relative;
    height: 0;
}
div.gameboy:before {
    content: "";
    display: block;
    position: absolute;
    right: -31.1vw;
    top: -15vw;
    width: 32.3vw;
    height: 32.3vw;
    background: url(../img/67-inet-family/gameboy.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.gameboy > i.smoke {
    position: absolute;
    right: -20.5vw;
    top: -13.6vw;
    width: 4.6vw;
    height: 10vw;
    background: url(../img/67-inet-family/gameboy-smoke.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.gameboy > i.redball {
    position: absolute;
    right: -16.5vw;
    top: 2.7vw;
    width: 0.9vw;
    height: 0.9vw;
    background: url(../img/67-inet-family/gameboy-ball.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}

div.girl {
    display: block;
    width: 49.8vw;
    height: 37.2vw;
    background: url(../img/67-inet-family/girl.svg) no-repeat;
    background-size: contain;
    position: relative;
    margin: 4vw 0 -4vw -2vw;
}

div.ig-3 {
    display: block;
    margin: 4vw 0 0 0;
}
div.ig-3 > .block-1, 
div.ig-3 > .block-2, 
div.ig-3 > .block-3, 
div.ig-3 > .block-4 {
    display: block;
    margin-bottom: 3vw;
}
div.ig-3 > .block-1 > b, 
div.ig-3 > .block-2 > b, 
div.ig-3 > .block-3 > b, 
div.ig-3 > .block-4 > b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-family: title, serif;
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5vw;
}
div.ig-3 > .block-1 > b:before, 
div.ig-3 > .block-2 > b:before, 
div.ig-3 > .block-3 > b:before, 
div.ig-3 > .block-4 > b:before {
    display: block;
    content: "";
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 50%;
    margin-right: 1vw;
}
div.ig-3 > .block-1 > b:before {
    background: linear-gradient(180deg, #E85F28 0%, rgba(255, 255, 255, 0.00) 100%);
}
div.ig-3 > .block-2 > b:before {
    background: linear-gradient(180deg, #D0F0FD 0%, rgba(255, 255, 255, 0.00) 100%);
}
div.ig-3 > .block-3 > b:before {
    background: linear-gradient(180deg, #013183 0%, rgba(255, 255, 255, 0.00) 100%);
}
div.ig-3 > .block-4 > b:before {
    background: linear-gradient(180deg, #FFEA86 0%, rgba(255, 255, 255, 0.00) 100%);
}

div.ig-3 > .block-1 > span, 
div.ig-3 > .block-2 > span, 
div.ig-3 > .block-3 > span, 
div.ig-3 > .block-4 > span {
    display: block;
    font-size: 1.4vw;
}

div.ig-4 {
    display: block;
    position: relative;
    height: 16.5vw;
    margin: 4vw 0 4vw 0;
}
div.ig-4 > i {
    display: block;
    position: absolute;
    height: 16.3vw;
    width: 22.1vw;
    top: 0;
    left: 0;
    background: url(../img/67-inet-family/ig-umbrella.svg) no-repeat;
    background-size: contain;
}
div.ig-4 > b {
    display: block;
    position: absolute;
    width: 22.1vw;
    top: 2.5vw;
    left: 24.1vw;
    color: #000;
    text-align: left;
    font-family: title, serif;
    font-size: 5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 128%; 
}
div.ig-4 > span {
    display: block;
    position: absolute;
    width: 18vw;
    top: 9vw;
    left: 24.1vw;
    color: #000;
    text-align: left;
    font-size: 1.2vw;
    font-style: normal;
}

div.family {
    display: block;
    width: 67.8vw;
    height: 36.4vw;
    background: url(../img/67-inet-family/family.svg) no-repeat;
    background-size: contain;
    position: relative;
    margin: 2vw 0 2vw -10vw;
}

div.bubble-1 {
    position: relative;
    height: 0;
}
div.bubble-1 > b {
    display: block;
    position: absolute;
    right: -26vw;
    top: -7vw;
    width: 18.1vw;
    height: 9.6vw;
    background: url(../img/67-inet-family/bubble-1.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.bubble-1 > b > i {
    position: absolute;
    right: 11.5vw;
    top: 1.2vw;
    width: 4.4vw;
    height: 4.4vw;
    z-index: 2;
}
div.bubble-1 > b > i:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4vw;
    height: 4.4vw;
    background: url(../img/67-inet-family/bubble-1-heart.svg) no-repeat;
    background-size: contain;
    animation: blinking ease-in-out 2s infinite;
}
@keyframes blinking {
    0% {opacity: 1; scale: 1}
    20% {opacity: 1; scale: 1}
    50% {opacity: 0.5; scale: 0.9}
    80% {opacity: 1; scale: 1}
    100% {opacity: 1; scale: 1}
}

div.bubble-1 > b > i:nth-child(2) {
    right: 7.2vw;
}
div.bubble-1 > b > i:nth-child(3) {
    right: 2.8vw;
}

div.bubble-2 {
    position: relative;
    height: 0;
}
div.bubble-2 > b {
    content: "";
    display: block;
    position: absolute;
    left: -25vw;
    top: -7vw;
    width: 16.9vw;
    height: 9.5vw;
    background: url(../img/67-inet-family/bubble-2.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.bubble-2 > b > i {
    position: absolute;
    left: 1.5vw;
    top: 2vw;
    width: 2.2vw;
    height: 3.1vw;
    background: url(../img/67-inet-family/bubble-2-fire.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.bubble-2 > b > i:nth-child(2) {
    left: 5.4vw;
}
div.bubble-2 > b > i:nth-child(3) {
    left: 9.2vw;
}
div.bubble-2 > b > i:nth-child(4) {
    left: 13vw;
}
div.bubble-2 > b > i:nth-child(5) {
    left: 16.8vw;
}
div.bubble-2 > span {
    position: absolute;
    left: -22.5vw;
    top: -14vw;
    width: 8.6vw;
    height: 5.1vw;
    background: url(../img/67-inet-family/bubble-2-hearts.svg) no-repeat;
    background-size: contain;
    z-index: 2;
    animation: blinking ease-in-out 2s infinite;
}

div.slide {
    display: block;
    width: 76.1vw;
    height: 39vw;
    background: url(../img/67-inet-family/slide.png) no-repeat;
    background-size: contain;
    position: relative;
    margin: 2vw 0 2vw -14vw;
}

div.sport {
    position: relative;
    height: 0;
}
div.sport:before {
    content: "";
    display: block;
    position: absolute;
    right: -33vw;
    top: -13vw;
    width: 26.6vw;
    height: 22.6vw;
    background: url(../img/67-inet-family/sport.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
div.sport > i.hand {
    position: absolute;
    right: -30.3vw;
    top: -14vw;
    width: 14vw;
    height: 13.9vw;
    background: url(../img/67-inet-family/sport-hand.svg) no-repeat;
    background-size: contain;
    z-index: 2;
}
div.sport > i.box {
    position: absolute;
    right: -24.88vw;
    top: -5.37vw;
    width: 17.7vw;
    height: 9.4vw;
    background: url(../img/67-inet-family/sport-box.png) no-repeat;
    background-size: contain;
    z-index: 3;
}

@media only screen and (max-width: 480px) {
    section.head {
        padding-top: 50vw;
    }
    
    div.top-top {
        top: 12vw;
    }
    
    div.ig-1 {
        margin: 0 auto;
    }
    div.ig-1 > .legend-y {
        font-size: 2vw;
    }
    div.ig-1 > .legend-x {
        font-size: 2vw;
    }
    
    div.ig-2 {
        margin: 0 auto;
    }
    div.ig-2 > .legend-y {
        font-size: 2vw;
    }
    div.ig-2 > .legend-x {
        font-size: 2vw;
    }
    
    div.gameboy {
        position: relative;
        height: 0;
    }
    div.gameboy:before {
        content: "";
        display: block;
        position: absolute;
        right: -31.1vw;
        top: -15vw;
        width: 32.3vw;
        height: 32.3vw;
        background: url(../img/67-inet-family/gameboy.svg) no-repeat;
        background-size: contain;
        z-index: 1;
    }
    div.gameboy > i.smoke {
        position: absolute;
        right: -20.5vw;
        top: -13.6vw;
        width: 4.6vw;
        height: 10vw;
        background: url(../img/67-inet-family/gameboy-smoke.svg) no-repeat;
        background-size: contain;
        z-index: 2;
    }
    div.gameboy > i.redball {
        position: absolute;
        right: -16.5vw;
        top: 2.7vw;
        width: 0.9vw;
        height: 0.9vw;
        background: url(../img/67-inet-family/gameboy-ball.svg) no-repeat;
        background-size: contain;
        z-index: 2;
    }
    
    div.girl {
        width: 49.8vw;
        height: 37.2vw;
        margin: 4vw auto -4vw auto;
    }
    
    div.ig-3 > .block-1, 
    div.ig-3 > .block-2, 
    div.ig-3 > .block-3, 
    div.ig-3 > .block-4 {
        margin-bottom: 5vw;
    }
    div.ig-3 > .block-1 > b, 
    div.ig-3 > .block-2 > b, 
    div.ig-3 > .block-3 > b, 
    div.ig-3 > .block-4 > b {
        font-size: 4vw;
        margin-bottom: 1vw;
    }
    div.ig-3 > .block-1 > b:before, 
    div.ig-3 > .block-2 > b:before, 
    div.ig-3 > .block-3 > b:before, 
    div.ig-3 > .block-4 > b:before {
        width: 4vw;
        height: 4vw;
    }
    
    div.ig-3 > .block-1 > span, 
    div.ig-3 > .block-2 > span, 
    div.ig-3 > .block-3 > span, 
    div.ig-3 > .block-4 > span {
        font-size: 3vw;
    }
    
    div.ig-4 {
        height: 16.5vw;
        margin: 4vw auto;
    }
    div.ig-4 > b {
        width: 40vw;
        font-size: 5vw;
    }
    div.ig-4 > span {
        width: 40vw;
        font-size: 2vw;
    }
    
    div.family {
        width: 67.8vw;
        height: 36.4vw;
        margin: 2vw auto;
    }
    
    div.bubble-1 {
        position: relative;
        height: 0;
    }
    div.bubble-1 > b {
        display: block;
        position: absolute;
        right: -26vw;
        top: -7vw;
        width: 18.1vw;
        height: 9.6vw;
        background: url(../img/67-inet-family/bubble-1.svg) no-repeat;
        background-size: contain;
        z-index: 1;
    }
    div.bubble-1 > b > i {
        position: absolute;
        right: 11.5vw;
        top: 1.2vw;
        width: 4.4vw;
        height: 4.4vw;
        z-index: 2;
    }
    div.bubble-1 > b > i:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 4.4vw;
        height: 4.4vw;
        background: url(../img/67-inet-family/bubble-1-heart.svg) no-repeat;
        background-size: contain;
        animation: blinking ease-in-out 2s infinite;
    }
    
    div.bubble-1 > b > i:nth-child(2) {
        right: 7.2vw;
    }
    div.bubble-1 > b > i:nth-child(3) {
        right: 2.8vw;
    }
    
    div.bubble-2 {
        position: relative;
        height: 0;
    }
    div.bubble-2 > b {
        content: "";
        display: block;
        position: absolute;
        left: -25vw;
        top: -7vw;
        width: 16.9vw;
        height: 9.5vw;
        background: url(../img/67-inet-family/bubble-2.svg) no-repeat;
        background-size: contain;
        z-index: 1;
    }
    div.bubble-2 > b > i {
        position: absolute;
        left: 1.5vw;
        top: 2vw;
        width: 2.2vw;
        height: 3.1vw;
        background: url(../img/67-inet-family/bubble-2-fire.svg) no-repeat;
        background-size: contain;
        z-index: 2;
    }
    div.bubble-2 > b > i:nth-child(2) {
        left: 5.4vw;
    }
    div.bubble-2 > b > i:nth-child(3) {
        left: 9.2vw;
    }
    div.bubble-2 > b > i:nth-child(4) {
        left: 13vw;
    }
    div.bubble-2 > b > i:nth-child(5) {
        left: 16.8vw;
    }
    div.bubble-2 > span {
        position: absolute;
        left: -22.5vw;
        top: -14vw;
        width: 8.6vw;
        height: 5.1vw;
        background: url(../img/67-inet-family/bubble-2-hearts.svg) no-repeat;
        background-size: contain;
        z-index: 2;
        animation: blinking ease-in-out 2s infinite;
    }
    
    div.slide {
        width: 76.1vw;
        height: 39vw;
        margin: 2vw auto;
    }
    
    div.sport {
        position: relative;
        height: 0;
    }
    div.sport:before {
        content: "";
        display: block;
        position: absolute;
        right: -33vw;
        top: -13vw;
        width: 26.6vw;
        height: 22.6vw;
        background: url(../img/67-inet-family/sport.svg) no-repeat;
        background-size: contain;
        z-index: 1;
    }
    div.sport > i.hand {
        position: absolute;
        right: -30.3vw;
        top: -14vw;
        width: 14vw;
        height: 13.9vw;
        background: url(../img/67-inet-family/sport-hand.svg) no-repeat;
        background-size: contain;
        z-index: 2;
    }
    div.sport > i.box {
        position: absolute;
        right: -24.88vw;
        top: -5.37vw;
        width: 17.7vw;
        height: 9.4vw;
        background: url(../img/67-inet-family/sport-box.png) no-repeat;
        background-size: contain;
        z-index: 3;
    }
    
}

span.tooltip {
    color: #3366cc;
    cursor: pointer;
}
