@font-face {
    font-family: 'Manrope-Bold';
    src: url("../font/manrope-bold.woff2") format("woff2"),
        url("../font/manrope-bold.woff") format("woff"),
        url("../font/manrope-bold.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url("../font/manrope-medium.woff2") format("woff2"),
        url("../font/manrope-medium.woff") format("woff"),
        url("../font/manrope-medium.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Back to top */
.cbg-backtotop {
    position: fixed;
    z-index: 200;
    bottom: 50px;
    right: 50px;
}

.cbg-backtotop a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    text-indent: -9999px;
    background: url(/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all linear 0.2s;
}

.cbg-backtotop a.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

.cbg-backtotop a.cbg-icon-backtotop {
    background-position: -549px -188px;
}

.cbg-backtotop a.cbg-icon-backtohome {
    background-position: -549px -148px;
}

/* Vertical */
@media screen and (max-width: 767px) {
    .cbg-backtotop {
        bottom: 20px;
        right: 20px;
    }

    .cbg-backtotop a {
        background-size: 325px;
    }

    .cbg-backtotop a.cbg-icon-backtotop {
        background-position: -190px -74px;
    }

    .cbg-backtotop a.cbg-icon-backtohome {
        background-position: -190px -74px;
    }
}

.conv3_watchgt2019_section .ss {
    display: none;
}

.conv3_watchgt2019_section .bs {
    display: initial;
}

.conv3_watchgt2019_section .conv3_watchgt2019_mob {
    display: none;
}

.conv3_watchgt2019_section .conv3_watchgt2019_pc {
    display: initial;
}

@media screen and (max-width: 767px) {
    .conv3_watchgt2019_section .ss {
        display: initial;
    }

    .conv3_watchgt2019_section .bs {
        display: none;
    }

    .conv3_watchgt2019_section .conv3_watchgt2019_pc {
        display: none;
    }

    .conv3_watchgt2019_section .conv3_watchgt2019_mob {
        display: inherit;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    /*-webkit-box-shadow: 0 0 0 .2rem rgba(210, 10, 44, .25);
    box-shadow: 0 0 0 .2rem rgba(210, 10, 44, .25)*/
}

.btn-outline-dark {
    color: #adacac;
    /*background-color: transparent;
    background-image: none;*/
    /*border-color: #323232*/
}

.btn-outline-dark:hover {
    /*color: #fff;
    background-color: #adacac;*/
    /*border-color: #323232*/
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    /*-webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)*/
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #323232;
    /*background-color: transparent*/
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    /*color: #fff;
    background-color: #adacac;*/
    /*border-color: #323232*/
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    /*-webkit-box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, .5)*/
}

/* .conv3_watchgt2019_btn_text{
    line-height:22px;
    font-family: Manrope, sans-serif!important;
} */

@media (max-width: 414px) {
    .btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.58;
        border-radius: .25rem;
    }
}

.btn-icon {
    max-height: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.btn-outline-dark circle {
    stroke: #adacac;
}

.btn-outline-dark path {
    stroke: #adacac;
    fill: #adacac;
}

/*.btn-outline-dark:hover circle {
     stroke: #fff;
}
.btn-outline-dark:hover path {
     stroke: #fff;
     fill: #fff;
}*/
.btn svg circle {
    transition: stroke .15s ease;
}

.btn svg path {
    transition: all .15s ease;
}


/* Local */
/* General */

/*video fix*/
#conv3_jwp_player_videoPlayer_1_display_button {
    /*margin-top:-64px;*/
    background: none !important;
}

#conv3_jwp_player_videoPlayer_1_display_button #conv3_jwp_player_videoPlayer_1_display_button_play {
    background-size: 60px !important;
}

#conv3_jwp_player_videoPlayer_1 .jwdisplay:hover #conv3_jwp_player_videoPlayer_1_display_button {
    background: none !important;
}


.conv3_watchgt2019_section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    clear: both;
    font-family: Manrope-Medium, sans-serif !important;
}

.conv3_watchgt2019_section img {
    display: block;
}

.conv3_watchgt2019_section .conv3_watchgt2019_outer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.conv3_watchgt2019_section .conv3_watchgt2019_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.conv3_watchgt2019_section .conv3_watchgt2019_image img {
    width: 100%;
    height: auto;
}

.conv3_watchgt2019_section .conv3_watchgt2019_copy {
    position: absolute;
    z-index: 10;
    left: 15%;
    width: 70%;
    text-align: left;
}

.conv3_watchgt2019_section .conv3_watchgt2019_copy br.cline {
    display: block;
}

.conv3_watchgt2019_section h2,
.conv3_watchgt2019_section h3 {
    font-family: Manrope-Bold, sans-serif !important;
    font-size: 48px;
    line-height: 1.2;
    color: #1e1e1e;
    margin-top: -2px;
}

_:-ms-fullscreen,
_:-ms-fullscreen .conv3_watchgt2019_section h2,
_:-ms-fullscreen .conv3_watchgt2019_section h3,
:root .conv3_watchgt2019_section h2,
:root .conv3_watchgt2019_section h3 {
    background: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .conv3_watchgt2019_section h2,
    .conv3_watchgt2019_section h3 {
        background: none;
    }
}

.conv3_watchgt2019_section.conv3_watchgt2019_c2 h2 {
    color: #ffd851;
    /* Yellow */
}

.conv3_watchgt2019_section.conv3_watchgt2019_dark h2,
.conv3_watchgt2019_section.conv3_watchgt2019_dark .conv3_watchgt2019_copy {
    color: #fff;
    /* White */
}

.conv3_watchgt2019_section h2 {
    margin-bottom: 20px;
}

.conv3_watchgt2019_section h2,
.conv3_watchgt2019_section h3,
.conv3_watchgt2019_section p {
    /*margin-bottom: 7px;*/
}

.conv3_watchgt2019_section h2.conv3_watchgt2019_ksp_type {
    padding-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
}

.conv3_watchgt2019_section h3,
.conv3_watchgt2019_section p {
    font-size: 24px;
    line-height: 1.5;
    color: #1e1e1e;
}

.conv3_watchgt2019_section .conv3_watchgt2019_note {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 18px;
    color: #1e1e1e;
}

.conv3_watchgt2019_section .conv3_watchgt2019_nowrap {
    white-space: nowrap;
}

.conv3_watchgt2019_section a.superscript {
    color: #fff;
}

.conv3_watchgt2019_section a.superscript:hover {
    color: #d20a2c;
}

@media screen and (min-width: 768px) {
    .conv3_watchgt2019_section .conv3_watchgt2019_outer {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1290px) {
    .conv3_watchgt2019_section .conv3_watchgt2019_outer {
        width: 98%;
        max-width: 1290px;
        margin: 0 auto;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 1440px) {
        .conv3_watchgt2019_section .conv3_watchgt2019_outer {
            width: 90%;
        }
    }*/

/* Vertical */
@media screen and (max-width: 767px) {
    .conv3_watchgt2019_section {
        width: 100%;
        overflow: hidden;
    }

    .conv3_watchgt2019_section .conv3_watchgt2019_copy {
        position: relative;
        left: 0;
        top: auto !important;
        width: 90% !important;
        margin: 0 auto;
        padding-bottom: 30px;
        text-align: left;
    }

    .conv3_watchgt2019_section .conv3_watchgt2019_copy br.cline {
        display: none;
    }

    .conv3_watchgt2019_section h2 {
        width: 90%;
        margin: 0 5% 20px 5%;
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }

    .conv3_watchgt2019_section h3,
    .conv3_watchgt2019_section p {
        width: 90%;
        margin: 0 5%;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }

    .conv3_watchgt2019_section h3 {
        margin: 0 5% 15px 5%;
    }

    .conv3_watchgt2019_section .conv3_watchgt2019_note {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 14px;
    }

    .conv3_watchgt2019_section h2.conv3_watchgt2019_ksp_type {
        padding-top: 40px;
        padding-left: 5%;
        margin-bottom: 40px;
    }
}

/* Avoid being covered by top nav */
#conv3_watchgt2019_top_padding {
    height: 70px;
}

@media screen and (max-width: 767px) {
    #conv3_watchgt2019_top_padding {
        height: 57px;
    }
}

/* .v3_minsite_content{
    margin-top:70px;
} */

/* section #0 */
#conv3_watchgt2019_s0 {
    background-color: #fafafa;
    max-width: none;
    overflow: hidden;
    position: relative;
    padding-bottom: 120px;
    text-align: center;
}

#conv3_watchgt2019_s0 .conv3_watchgt2019_s0_logo {
    width: 593px;
    margin: 120px auto 0 auto;
}

#conv3_watchgt2019_s0 .conv3_watchgt2019_s0_title {
    font-family: Manrope-Bold, sans-serif !important;
    width: 700px;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 7.5px;
    padding-left: 3px;
}

#conv3_watchgt2019_s0 .conv3_watchgt2019_s0_kv {
    width: 100%;
    margin-top: 60px;
}

#conv3_watchgt2019_s0 .conv3_watchgt2019_s0_kv img {
    width: 100%;
}

#conv3_watchgt2019_s0 .conv3_watchgt2019_s0_btn {
    display: none;
    width: 240px;
    margin: 0 10px;
    cursor: pointer;
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s0 {
        padding-bottom: 60px;
    }

    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_logo {
        width: 80%;
        max-width: 332px;
        margin-top: 60px;
    }

    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_logo img {
        width: 100%;
    }

    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_title {
        width: 100%;
        font-size: 33.5px;
        text-align: center;
        letter-spacing: 0px;
        padding-left: 0px;
        margin-top: 0px;
    }

    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_kv {
        margin-top: 15px;
    }

    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_btn {
        display: none;
        width: 220px;
        text-align: left;
        margin: 0px auto 0 auto;
    }
}

@media screen and (max-width: 375px) {
    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_title {
        font-size: 30px;
    }
}

@media screen and (max-width: 320px) {
    #conv3_watchgt2019_s0 .conv3_watchgt2019_s0_title {
        font-size: 26px;
    }
}

/* section #1 */
#conv3_watchgt2019_s1 {
    clear: both;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 120px auto 0 auto;
    position: relative;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_copy {
    width: 90%;
    top: 0px;
    left: 5%;
    z-index: 1;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_copy h2 {
    float: left;
    width: 44%;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_copy p {
    float: left;
    width: 56%;
    margin-top: 2px;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image {
    float: left;
    width: 100%;
    height: 63.54vw;
    max-height: 1220px;
    margin-top: 305px;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image #conv3_watchgt2019_s1_point {
    width: 3.75vw;
    height: 3.75vw;
    max-width: 72px;
    max-height: 72px;
    position: absolute;
    top: calc(50% - 1.875vw);
    left: 48.125%;
    z-index: 3;
    cursor: pointer;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image #conv3_watchgt2019_s1_arrow {
    background: url('../img/pic_s1_point.svg') no-repeat center center/100% 100%;
    width: 3.75vw;
    height: 3.75vw;
    max-width: 72px;
    max-height: 72px;
    position: absolute;
    top: calc(50% - 1.875vw);
    left: 48.125%;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_drag {
    width: 100%;
    height: 100%;
    background: url('../img/pic_s1_bg_pc.jpg') no-repeat top left/auto 100%;
    position: relative;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_mask {
    background: url('../img/pic_s1_mask_pc.jpg') no-repeat top left/auto 100%;
    width: 50%;
    height: 100%;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text {
    width: 70%;
    position: absolute;
    top: calc(50% - 49px);
    left: 15%;
    z-index: 2;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl {
    font-size: 24px;
    line-height: 135%;
    width: 100%;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl span {
    font-size: 64px;
    line-height: 1.25;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dt {
    position: absolute;
    left: -10%;
    width: 50%;
    pointer-events: none;
}

#conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dd {
    position: absolute;
    right: -10%;
    text-align: right;
    width: 50%;
    pointer-events: none;
}

@media screen and (min-width: 875px) {
    #conv3_watchgt2019_s1 .conv3_watchgt2019_image {
        margin-top: 270px;
    }
}

@media screen and (min-width: 1023px) {
    #conv3_watchgt2019_s1 .conv3_watchgt2019_image {
        margin-top: 235px;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_copy h2 {
        width: 35%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_copy p {
        width: 65%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dt {
        left: 0%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dd {
        right: 0%;
    }
}

@media screen and (min-width: 1125px) {
    #conv3_watchgt2019_s1 .conv3_watchgt2019_image {
        margin-top: 200px;
    }
}

@media screen and (min-width: 1920px) {

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image #conv3_watchgt2019_s1_point,
    #conv3_watchgt2019_s1 .conv3_watchgt2019_image #conv3_watchgt2019_s1_arrow {
        top: calc(50% - 36px);
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s1 {
        margin-top: 60px;
        background: none;
        height: auto;
        min-height: 1px;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_copy {
        left: 0;
        width: auto;
        max-width: 768px;
        text-align: center;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_copy h2 {
        float: none;
        width: auto;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_copy p {
        float: none;
        width: auto;
        max-width: none;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image {
        position: relative;
        width: 100%;
        height: 100vw;
        overflow: hidden;
        margin-top: 0;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image #conv3_watchgt2019_s1_arrow {
        background: url('../img/pic_s1_point.svg') no-repeat center center/100% 100%;
        width: 10vw;
        height: 10vw;
        left: 45%;
        top: calc(50% - 5vw);
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_drag {
        background: url('../img/pic_s1_bg_mobile.jpg') no-repeat top left/auto 100%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_drag .conv3_watchgt2019_mask {
        background: url('../img/pic_s1_mask_mobile.jpg') no-repeat top left/auto 100%;
        width: 50%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text {
        width: 100vw;
        height: 100vw;
        top: 0;
        left: 0;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl {
        font-size: 12px;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl span {
        font-size: 32px;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dt {
        top: 5%;
        left: 5%;
        width: 50%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dd {
        bottom: 5%;
        right: 5%;
        width: 50%;
    }
}

@media screen and (max-width: 375px) {
    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dt {
        left: 4%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dd {
        bottom: 4%;
        right: 4%;
    }
}

@media screen and (max-width: 360px) {
    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dt {
        left: 3%;
    }

    #conv3_watchgt2019_s1 .conv3_watchgt2019_image .conv3_watchgt2019_text dl dd {
        bottom: 3%;
        right: 3%;
    }
}

/* section #2 */
#conv3_watchgt2019_s2 {
    clear: both;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: calc(32.3vw + 275px);
    padding: 210px 0 0px 0;
}

#conv3_watchgt2019_s2 .conv3_watchgt2019_copy {
    top: 0px;
}

#conv3_watchgt2019_s2 .conv3_watchgt2019_copy h2 {
    text-align: center;
}

#conv3_watchgt2019_s2 .conv3_watchgt2019_copy p {
    text-align: center;
}

#conv3_watchgt2019_s2 .conv3_watchgt2019_outer {
    height: auto;
}

#conv3_watchgt2019_s2 .swiper-container {
    width: 100%;
    max-width: 1920px;
    height: 32.3vw;
    max-height: 630px;
    margin: 275px auto 0 auto;
    background: url('../img/pic_s2_line.jpg') repeat-x 0 calc(50% - 30px);
    padding-bottom: 80px;
}

#conv3_watchgt2019_s2 .swiper-slide {
    text-align: center;
    width: 60%;
    transform: scale(.9);
    transition: transform 1000ms;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#conv3_watchgt2019_s2 .swiper-slide-active {
    transform: scale(1);
}

#conv3_watchgt2019_s2 .swiper-slide img {
    width: 100%;
}

#conv3_watchgt2019_s2 .swiper-slide:nth-child(2n) {
    width: 40%;
}

#conv3_watchgt2019_s2 .swiper-slide:nth-child(3n) {
    width: 20%;
}

#conv3_watchgt2019_s2 .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 10px;
    width: 100px;
    height: 20px;
    background: url('../img/pic_s2_line.png') repeat-x top left;
}

#conv3_watchgt2019_s2 .swiper-pagination-bullet-active .progress {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/pic_s2_line.png') repeat-x bottom left;
    -webkit-animation: progress 2000ms 1 linear;
    animation: progress 2000ms 1 linear;
}

@-webkit-keyframes progress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes progress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media screen and (min-width: 1004px) {
    #conv3_watchgt2019_s2 {
        height: calc(32.3vw + 240px);
    }

    #conv3_watchgt2019_s2 .swiper-container {
        margin-top: 240px;
    }
}

@media screen and (min-width: 1920px) {
    #conv3_watchgt2019_s2 {
        height: 865px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s2 {
        margin-top: 120px;
        height: auto;
        padding-top: 0;
    }

    #conv3_watchgt2019_s2 .conv3_watchgt2019_copy {
        width: auto;
        max-width: none;
    }

    #conv3_watchgt2019_s2 .conv3_watchgt2019_copy h2,
    #conv3_watchgt2019_s2 .conv3_watchgt2019_copy p {
        text-align: left;
    }

    #conv3_watchgt2019_s2 .swiper-container {
        margin-top: 0;
        padding-bottom: 50px;
        height: 70vw;
    }

    #conv3_watchgt2019_s2 .swiper-pagination-bullet {
        width: 50px;
    }
}

/* section #3 */
#conv3_watchgt2019_s3 {
    clear: both;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #1d3f3e;
    padding: 155px 0 250px 0;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_outer {
    width: 100%;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_copy {
    text-align: center;
    top: 120px;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_copy h2,
#conv3_watchgt2019_s3 .conv3_watchgt2019_copy p {
    color: #fff;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_copy .break {
    display: none;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_image {
    float: left;
    width: 100%;
    height: 50vw;
    max-height: 960px;
    margin-top: 455px;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_image #conv3_watchgt2019_s3_point {
    width: 3.75vw;
    height: 3.75vw;
    max-width: 72px;
    max-height: 72px;
    position: absolute;
    top: 50%;
    left: 48.125%;
    z-index: 3;
    cursor: pointer;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_image #conv3_watchgt2019_s3_arrow {
    background: url('../img/pic_s1_point.svg') no-repeat center center/100% 100%;
    width: 3.75vw;
    height: 3.75vw;
    max-width: 72px;
    max-height: 72px;
    position: absolute;
    top: calc(50% - 1.875vw);
    left: 48.125%;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_image .conv3_watchgt2019_drag {
    width: 100%;
    height: 100%;
    background: url('../img/pic_s3_bg_pc.jpg') no-repeat top left/auto 100%;
    position: relative;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_image .conv3_watchgt2019_mask {
    background: url('../img/pic_s3_mask_pc.jpg') no-repeat top left/auto 100%;
    width: 50%;
    height: 100%;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_text {
    clear: both;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_text abbr {
    display: block;
    color: #a3a1a2;
    font-size: 14px;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_text span {
    display: block;
    font-family: Manrope-Bold, sans-serif !important;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.2;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_text dt {
    position: absolute;
    left: 0;
    width: 320px;
    text-align: center;
}

#conv3_watchgt2019_s3 .conv3_watchgt2019_text dd {
    position: absolute;
    right: 0;
    width: 300px;
    text-align: center;
}

@media screen and (min-width: 915px) {
    #conv3_watchgt2019_s3 .conv3_watchgt2019_image {
        margin-top: 420px;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_copy .break {
        display: block;
    }
}

@media screen and (min-width: 1920px) {

    #conv3_watchgt2019_s3 .conv3_watchgt2019_image #conv3_watchgt2019_s3_point,
    #conv3_watchgt2019_s3 .conv3_watchgt2019_image #conv3_watchgt2019_s3_arrow {
        top: calc(50% - 36px);
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s3 {
        padding: 0px 0 160px 0;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_copy {
        width: auto;
        margin-top: 110px;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_image {
        position: relative;
        width: 100%;
        height: 85.73vw;
        overflow: hidden;
        margin-top: 95px;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_image #conv3_watchgt2019_s3_arrow {
        background: url('../img/pic_s1_point.svg') no-repeat center center/100% 100%;
        width: 10vw;
        height: 10vw;
        left: 45%;
        top: calc(50% - 5vw);
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_image .conv3_watchgt2019_drag {
        background: url('../img/pic_s3_bg_mobile.jpg') no-repeat top left/auto 100%;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_image .conv3_watchgt2019_drag .conv3_watchgt2019_mask {
        background: url('../img/pic_s3_mask_mobile.jpg') no-repeat top left/auto 100%;
        width: 50%;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_text abbr {
        font-size: 12px;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_text span {
        font-size: 16px;
        line-height: 2;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_text dt {
        top: calc(-85.73vw - 95px);
        text-align: left;
        left: 10%;
        font-size: 12px;
    }

    #conv3_watchgt2019_s3 .conv3_watchgt2019_text dd {
        text-align: right;
        right: 10%;
        bottom: -95px;
        font-size: 12px;
    }
}

/* section #4 */
#conv3_watchgt2019_s4 {
    clear: both;
    background: #171718;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    height: calc(23vw + 440px + 312px);
    position: relative;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_copy {
    text-align: center;
    top: 120px;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_copy h2,
#conv3_watchgt2019_s4 .conv3_watchgt2019_copy p {
    color: #fff;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image {
    position: absolute;
    height: 46vw;
    max-height: 950px;
    width: 100%;
    bottom: 150px;
    left: 0;
    overflow: hidden;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_watch {
    background: url(../img/pic_s4_img.png) center top no-repeat;
    width: 52%;
    position: absolute;
    height: 99%;
    z-index: 2;
    bottom: 0;
    left: 50%;
    margin-left: -26%;
    background-size: contain !important;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_watch .conv3_watchgt2019_watch_light {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(../img/pic_s4_img_hb.png) center bottom no-repeat;
    background-size: contain !important;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_light_container {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 6%;
    z-index: 1;
    background: #2f2f2f;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_light_container .conv3_watchgt2019_light-fg {
    left: -0.5%;
    top: -0.5%;
    width: 101%;
    height: 101%;
    position: absolute;
    z-index: 2;
    background: url(../img/pic_s4_img_light_fg.png) center center no-repeat;
    background-size: 100% 100% !important;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_light_container .conv3_watchgt2019_light-bg {
    width: 477px;
    top: 1%;
    height: 98%;
    position: absolute;
    margin-left: -238px;
    left: -50%;
    z-index: 1;
}

#conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_light_container .conv3_watchgt2019_light-bg img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 914px) {
    #conv3_watchgt2019_s4 {
        height: calc(23vw + 440px + 276px);
    }
}

@media screen and (min-width: 1012px) {
    #conv3_watchgt2019_s4 {
        height: calc(23vw + 440px + 219px);
    }
}

@media screen and (min-width: 1142px) {
    #conv3_watchgt2019_s4 {
        height: calc(23vw + 440px + 183px);
    }
}

@media screen and (min-width: 1290px) {
    #conv3_watchgt2019_s4 {
        height: calc(23vw + 440px + 143px);
    }

    #conv3_watchgt2019_s4 .conv3_watchgt2019_image {
        bottom: 110px;
    }
}

@media screen and (min-width: 1920px) {
    #conv3_watchgt2019_s4 {
        height: 1025px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s4 {
        height: 600px;
    }

    #conv3_watchgt2019_s4 .conv3_watchgt2019_copy {
        margin-top: 60px;
    }

    #conv3_watchgt2019_s4 .conv3_watchgt2019_image {
        bottom: 60px;
        height: 100%;
    }

    #conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_watch {
        width: 80%;
        margin-left: -40%;
        background-position: center bottom;
    }

    #conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_light_container {
        width: 170vw;
        margin-left: -85vw;
        height: 39vw;
        left: 50%;
        bottom: 5%;
    }

    #conv3_watchgt2019_s4 .conv3_watchgt2019_image .conv3_watchgt2019_light_container .conv3_watchgt2019_light-bg {
        width: 30%;
        margin-left: -15%;
    }
}

@media screen and (max-width: 375px) {
    #conv3_watchgt2019_s4 .conv3_watchgt2019_copy span {
        white-space: normal;
    }
}

/* section #5 */
#conv3_watchgt2019_s5 {
    clear: both;
    background: #171718 url('../img/pic_s5_pc_s.jpg') no-repeat bottom center/100% auto;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: calc(53.6vw + 385px);
    position: relative;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_outer {
    width: 100%;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_copy {
    text-align: center;
    top: 60px;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_copy h2 {
    color: #fff;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_copy p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_image .conv3_watchgt2019_s5_light {
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    width: 10vw;
    height: 10vw;
    left: 23%;
    top: -10%;
}

#conv3_watchgt2019_s5 .conv3_watchgt2019_image .conv3_watchgt2019_s5_light * {
    position: absolute;
    margin-left: -15%;
    margin-top: -15%;
    left: 50%;
    top: 50%;
    width: 30%;
    height: 30%;
    border-radius: 100%;
    background: rgba(14, 193, 117, 1)
}

@media screen and (min-width: 871px) {
    #conv3_watchgt2019_s5 {
        height: calc(53.6vw + 350px);
    }
}

@media screen and (min-width: 1196px) {
    #conv3_watchgt2019_s5 {
        height: calc(53.6vw + 290px);
    }
}

@media screen and (min-width: 1290px) {
    #conv3_watchgt2019_s5 {
        background: #171718 url('../img/pic_s5_pc.jpg') no-repeat center center;
        height: 1040px;
    }

    #conv3_watchgt2019_s5 .conv3_watchgt2019_copy {
        top: 100px;
    }

    #conv3_watchgt2019_s5 .conv3_watchgt2019_image .conv3_watchgt2019_s5_light {
        top: -75px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s5 {
        background: #171718 url('../img/pic_s5_mobile.jpg') no-repeat bottom center/100% auto;
        height: calc(66vw + 50px + 168px);
        padding-top: 60px;
    }

    #conv3_watchgt2019_s5 .conv3_watchgt2019_copy {
        padding-bottom: 0;
    }

    #conv3_watchgt2019_s5 .conv3_watchgt2019_image .conv3_watchgt2019_s5_light {
        width: 15vw;
        height: 15vw;
        left: 40%;
        top: -85%;
    }
}

@media screen and (max-width: 414px) {
    #conv3_watchgt2019_s5 {
        height: calc(66vw + 50px + 192px);
    }
}

@media screen and (max-width: 375px) {
    #conv3_watchgt2019_s5 {
        height: calc(66vw + 50px + 216px);
    }
}

@media screen and (max-width: 320px) {
    #conv3_watchgt2019_s5 {
        height: calc(66vw + 50px + 278px);
    }
}

/* section #6 */
#conv3_watchgt2019_s6 {
    clear: both;
    width: 100%;
    max-width: 1920px;
    margin: 210px auto 0 auto;
    height: auto;
    position: relative;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_copy {
    width: 90%;
    top: 0px;
    left: 5%;
    z-index: 1;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_copy h2 {
    float: left;
    width: 44%;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_copy h2 span {
    white-space: normal;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_copy p {
    float: left;
    width: 56%;
    margin-top: 0px;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_image {
    clear: both;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
    position: absolute;
    top: 348px;
    left: 35.815%;
    z-index: 2;
    width: 28.37%;
    max-width: 366px;
    pointer-events: none;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider {
    top: 348px;
    margin-left: 35.815%;
    width: 28.37%;
    height: calc(43vw + 120px + 288px);
    max-width: 366px;
    max-height: 820px;
    position: relative;
    background: url('../img/pic_s6_bg.png') no-repeat top center/100% auto;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider img {
    width: 100%;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider .conv3_watchgt2019_s6_s {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#conv3_watchgt2019_s6 .conv3_watchgt2019_cover img {
    width: 100%;
}

@media screen and (min-width: 921px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 275px;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider {
        top: 275px;
        height: calc(43vw +120px + 215px);
    }
}

@media screen and (min-width: 1023px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_copy h2 {
        width: 35%;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_copy p {
        width: 65%;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 240px;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider {
        top: 240px;
        height: calc(43vw + 120px + 180px);
    }
}

@media screen and (min-width: 1120px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 205px;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider {
        top: 205px;
        height: calc(43vw + 120px + 144px);
    }
}

@media screen and (min-width: 1290px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider {
        height: 820px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s6 {
        margin-top: 120px;
        background: none;
        height: auto;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_copy {
        position: static;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_copy h2 {
        float: none;
        width: auto;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_copy p {
        float: none;
        width: auto;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_copy h2 span {
        white-space: nowrap;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_image {
        width: 100%;
        margin-top: 30px;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 184px;
        left: 20%;
        width: 60%;
        max-width: none;
    }

    #conv3_watchgt2019_s6 .conv3_watchgt2019_s6_slider {
        top: 0px;
        margin-left: 20%;
        width: 60%;
        height: 91vw;
        max-width: none;
        max-height: none;
    }
}

@media screen and (max-width: 414px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 232px;
    }
}

@media screen and (max-width: 375px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 270px;
    }
}

@media screen and (max-width: 360px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 294px;
    }
}

@media screen and (max-width: 320px) {
    #conv3_watchgt2019_s6 .conv3_watchgt2019_cover {
        top: 318px;
    }
}

/* section #7 */
#conv3_watchgt2019_s7 {
    clear: both;
    padding-top: 210px;
    width: 100%;
    position: relative;
    /*background:url('../img/pic_s2_line.jpg') repeat-x 0 480px;*/
}

#conv3_watchgt2019_s7 .conv3_watchgt2019_outer {
    height: auto;
}

#conv3_watchgt2019_s7 .conv3_watchgt2019_copy {
    top: 0;
}

#conv3_watchgt2019_s7 .conv3_watchgt2019_copy h2 {
    text-align: center;
}

#conv3_watchgt2019_s7 .conv3_watchgt2019_copy p {
    text-align: center;
}

#conv3_watchgt2019_s7 .conv3_watchgt2019_image {
    width: 100%;
    height: 100%;
    background: none;
}

#conv3_watchgt2019_s7_slick {
    max-width: 1560px;
    margin: 245px auto 0 auto;
}

#conv3_watchgt2019_s7_slick .slick-slide {
    text-align: center;
    outline: none;
}

#conv3_watchgt2019_s7_slick .conv3_watchgt2019_copy {
    width: 550px;
    position: absolute;
    top: auto;
    bottom: 60px;
    margin-left: -275px;
    left: 50%;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, .7);
}

#conv3_watchgt2019_s7_slick .conv3_watchgt2019_copy h2 {
    color: #fff;
    font-size: 32px;
}

#conv3_watchgt2019_s7_slick .conv3_watchgt2019_copy p {
    color: #fff;
    font-size: 16px;
}

#conv3_watchgt2019_s7 .slick-list {
    padding-top: 160px;
}

#conv3_watchgt2019_s7 .slick-dots {
    position: absolute;
    top: 0;
    height: 100px;
}

#conv3_watchgt2019_s7 .slick-dots li {
    width: 100px;
    height: 100px;
    margin: 0px 30px;
}

#conv3_watchgt2019_s7 .slick-dots li button {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    transition: background .3s;
    background-size: contain !important;
}

#conv3_watchgt2019_s7 .slick-dots li:nth-child(1) button {
    background: url("../img/pic_s7_img_icon_1.svg") center center no-repeat;
}

#conv3_watchgt2019_s7 .slick-dots li:nth-child(2) button {
    background: url("../img/pic_s7_img_icon_2.svg") center center no-repeat;
}

#conv3_watchgt2019_s7 .slick-dots li:nth-child(3) button {
    background: url("../img/pic_s7_img_icon_3.svg") center center no-repeat;
}

#conv3_watchgt2019_s7 .slick-dots li button:before {
    font-size: 0;
}

#conv3_watchgt2019_s7 .slick-dots li.slick-active:nth-child(1) button {
    background: url("../img/pic_s7_img_icon_1_act.svg") center center no-repeat;
}

#conv3_watchgt2019_s7 .slick-dots li.slick-active:nth-child(2) button {
    background: url("../img/pic_s7_img_icon_2_act.svg") center center no-repeat;
}

#conv3_watchgt2019_s7 .slick-dots li.slick-active:nth-child(3) button {
    background: url("../img/pic_s7_img_icon_3_act.svg") center center no-repeat;
}

@media screen and (min-width: 1044px) {
    #conv3_watchgt2019_s7_slick {
        margin-top: 210px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s7 {
        margin-top: 120px;
        padding-top: 0;
    }

    #conv3_watchgt2019_s7 .conv3_watchgt2019_image {
        width: 100%;
        height: 152.26vw;
        position: relative;
    }

    #conv3_watchgt2019_s7 .conv3_watchgt2019_copy {
        /*position:static;*/
        width: 80%;
        left: 5%;
        margin-left: 0;
    }

    #conv3_watchgt2019_s7 .conv3_watchgt2019_copy h2 {
        text-align: left;
    }

    #conv3_watchgt2019_s7 .conv3_watchgt2019_copy p {
        text-align: left;
    }

    #conv3_watchgt2019_s7 .conv3_watchgt2019_copy h2,
    #conv3_watchgt2019_s7 .conv3_watchgt2019_copy p {
        float: none;
        width: auto;
    }

    #conv3_watchgt2019_s7_slick {
        margin: 0;
    }

    #conv3_watchgt2019_s7_slick .conv3_watchgt2019_copy {
        bottom: 0px;
    }

    #conv3_watchgt2019_s7_slick .conv3_watchgt2019_copy h2 {
        font-size: 30px;
    }

    #conv3_watchgt2019_s7_slick .conv3_watchgt2019_copy p {
        font-size: 14px;
    }

    #conv3_watchgt2019_s7 .slick-dots {
        margin-top: -20px;
    }

    #conv3_watchgt2019_s7 .slick-dots li {
        margin: 0px;
    }

    #conv3_watchgt2019_s7 .slick-dots li button {
        transform: scale(0.6);
    }

    #conv3_watchgt2019_s7 .slick-list {
        padding-top: 90px;
    }
}

/* section #8 */
#conv3_watchgt2019_s8 {
    clear: both;
    margin-top: 210px;
    width: 100%;
    height: auto;
}

#conv3_watchgt2019_s8 .conv3_watchgt2019_copy {
    text-align: center;
    top: 0px;
}

#conv3_watchgt2019_s8 .conv3_watchgt2019_image {
    float: left;
    width: 63.64%;
    margin: 408px 0 120px 18.18%;
}

@media screen and (min-width: 858px) {
    #conv3_watchgt2019_s8 .conv3_watchgt2019_image {
        margin-top: 351px;
    }
}

@media screen and (min-width: 906px) {
    #conv3_watchgt2019_s8 .conv3_watchgt2019_image {
        margin-top: 315px;
    }
}

@media screen and (min-width: 1116px) {
    #conv3_watchgt2019_s8 .conv3_watchgt2019_image {
        margin-top: 279px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s8 {
        margin-top: 60px;
        width: 100%;
        height: auto;
    }

    #conv3_watchgt2019_s8 .conv3_watchgt2019_copy {
        position: static;
        top: 0%;
        left: 5%;
        text-align: center;
    }

    #conv3_watchgt2019_s8 .conv3_watchgt2019_copy h2 {
        margin-top: 0px;
    }

    #conv3_watchgt2019_s8 .conv3_watchgt2019_image {
        float: none;
        width: 84.4%;
        margin: 0 auto;
    }
}

/* section #9 */
#conv3_watchgt2019_s9 {
    clear: both;
    background-color: #fafafa;
    width: 100%;
    max-width: 1920px;
    margin: 120px auto 0 auto;
    height: calc(32.5vw + 580px);
}

#conv3_watchgt2019_s9 .conv3_watchgt2019_outer {
    height: auto;
}

#conv3_watchgt2019_s9 .conv3_watchgt2019_copy {
    text-align: center;
    top: 120px;
}

#conv3_watchgt2019_s9 .conv3_watchgt2019_image {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#conv3_watchgt2019_s9 .conv3_watchgt2019_cover {
    position: absolute;
    top: 455px;
    left: 40%;
    z-index: 3;
    width: 20%;
    /*max-width:366px;*/
    pointer-events: none;
}

#conv3_watchgt2019_s9 .conv3_watchgt2019_bg {
    position: absolute;
    top: 455px;
    left: 40%;
    z-index: 1;
    width: 20%;
    /*max-width:366px;*/
    pointer-events: none;
}

#conv3_watchgt2019_s9 .conv3_watchgt2019_cover img,
#conv3_watchgt2019_s9 .conv3_watchgt2019_bg img {
    width: 100%;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle {
    top: 455px;
    width: 100%;
    height: 25vw;
    max-height: 480px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle img {
    width: 100%;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle0 {
    width: 20%;
    position: absolute;
    top: 0%;
    left: 40%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle1 {
    width: 15%;
    position: absolute;
    top: 22%;
    left: 63%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle2 {
    width: 10%;
    position: absolute;
    top: 45%;
    left: 80%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle3 {
    width: 5%;
    position: absolute;
    top: 100%;
    left: 95%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle4 {
    width: 5%;
    position: absolute;
    top: 100%;
    left: 69%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle5 {
    width: 5%;
    position: absolute;
    top: 100%;
    left: 47.5%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle6 {
    width: 5%;
    position: absolute;
    top: 100%;
    left: 26%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle7 {
    width: 5%;
    position: absolute;
    top: 100%;
    left: 0%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle8 {
    width: 10%;
    position: absolute;
    top: 45%;
    left: 10%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle9 {
    width: 15%;
    position: absolute;
    top: 22%;
    left: 22%;
    transition: all 1000ms;
}

#conv3_watchgt2019_s9 a.superscript {
    color: #1e1e1e;
}

#conv3_watchgt2019_s9 a.superscript:hover {
    color: #d20a2c;
}

@media screen and (min-width: 933px) {
    #conv3_watchgt2019_s9 {
        height: calc(32.5vw + 520px);
    }

    #conv3_watchgt2019_s9 .conv3_watchgt2019_cover,
    #conv3_watchgt2019_s9 .conv3_watchgt2019_bg,
    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle {
        top: 395px;
    }
}

@media screen and (min-width: 985px) {
    #conv3_watchgt2019_s9 {
        height: calc(32.5vw + 485px);
    }

    #conv3_watchgt2019_s9 .conv3_watchgt2019_cover,
    #conv3_watchgt2019_s9 .conv3_watchgt2019_bg,
    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle {
        top: 360px;
    }
}

@media screen and (min-width: 1920px) {
    #conv3_watchgt2019_s9 {
        height: 1110px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s9 {
        margin-top: 60px;
        width: 100%;
        height: calc(98.55vw + 120px + 160px);
    }

    #conv3_watchgt2019_s9 .conv3_watchgt2019_copy {
        position: static;
        margin-top: 60px;
        text-align: center;
    }

    #conv3_watchgt2019_s9 .conv3_watchgt2019_copy h2 {
        margin-top: 0px;
    }

    #conv3_watchgt2019_s9 .conv3_watchgt2019_bg {
        top: 0px;
        left: 20%;
        width: 60%;
        max-width: none;
    }

    #conv3_watchgt2019_s9 .conv3_watchgt2019_cover {
        top: 0px;
        left: 20%;
        width: 60%;
        max-width: none;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle {
        position: relative;
        top: 0;
        height: 90vw;
        max-height: none;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle0 {
        width: 60%;
        top: 0%;
        left: 20%;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle1 {
        width: 40%;
        top: 20%;
        left: 80%;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle2 {
        width: 20%;
        top: 35%;
        left: 120%;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle3,
    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle4,
    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle5,
    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle6,
    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle7 {
        top: 200%;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle8 {
        width: 20%;
        top: 35%;
        left: -60%;
    }

    #conv3_watchgt2019_s9 #conv3_watchgt2019_s9_circle .circle9 {
        width: 40%;
        top: 20%;
        left: -20%;
    }
}

@media screen and (max-width: 414px) {
    #conv3_watchgt2019_s9 {
        height: calc(98.55vw + 120px + 246px);
    }
}

@media screen and (max-width: 360px) {
    #conv3_watchgt2019_s9 {
        height: calc(98.55vw + 120px + 270px);
    }
}

/* section #10 */
#conv3_watchgt2019_s10 {
    clear: both;
    background-color: #171718;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#conv3_watchgt2019_s10 .conv3_watchgt2019_copy {
    text-align: center;
    top: 120px;
}

#conv3_watchgt2019_s10 .conv3_watchgt2019_copy h2,
#conv3_watchgt2019_s10 .conv3_watchgt2019_copy p {
    color: #fff;
}

#conv3_watchgt2019_s10 .conv3_watchgt2019_image {
    width: 78.44%;
    margin-left: 10.78%;
    padding-top: 550px;
    margin-bottom: 100px;
}

#conv3_watchgt2019_s10 .conv3_watchgt2019_image img {
    width: 100%;
}

@media screen and (min-width: 839px) {
    #conv3_watchgt2019_s10 .conv3_watchgt2019_image {
        padding-top: 495px;
    }
}

@media screen and (min-width: 843px) {
    #conv3_watchgt2019_s10 .conv3_watchgt2019_image {
        padding-top: 460px;
    }
}

@media screen and (min-width: 1080px) {
    #conv3_watchgt2019_s10 .conv3_watchgt2019_image {
        padding-top: 420px;
    }
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s10 {
        width: 100%;
    }

    #conv3_watchgt2019_s10 .conv3_watchgt2019_copy {
        position: static;
        margin-top: 60px;
        text-align: center;
    }

    #conv3_watchgt2019_s10 .conv3_watchgt2019_image {
        width: 84%;
        padding-top: 0;
        margin: 0 auto 50px auto;
    }
}

/* section #11 */
#conv3_watchgt2019_s11 {
    width: 100%;
    margin-top: 120px;
}

#conv3_watchgt2019_s11 .conv3_watchgt2019_copy {
    width: 97%;
    position: static;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #979797;
    padding: 60px 0 120px 0;
}

#conv3_watchgt2019_s11 .conv3_watchgt2019_copy p {
    font-size: 12px;
    line-height: 1.5;
    margin-left: 0px;
    padding-top: 0;
    color: #a3a1a2;
    list-style: decimal;
    margin-bottom: 0;
}

#conv3_watchgt2019_s11 .conv3_watchgt2019_copy p.current {
    color: #1e1e1e;
}

/* Vertical */
@media screen and (max-width: 767px) {
    #conv3_watchgt2019_s11 {
        margin-top: 60px;
    }

    #conv3_watchgt2019_s11 .conv3_watchgt2019_copy {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    /* #conv3_watchgt2019_s11 .conv3_watchgt2019_copy ol {
        width:90%;
        margin:0 5% 40px 2%;
    } */
}

.fancybox-close {
    right: 0 !important;
}

div#conv3_watchgt2019_s2 {
    display: none;
}