.common-transform {
    transition: all .5s ease
}

.mobile-common-flex {
    display: flex;
    flex-direction: column;
    align-items: center
}

.header-container {
    width: 100%;
    background: #000;
    border-bottom: 1px solid #262626;
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 24px 0;
}

.header-container .header {
    justify-content: space-between
}

.header-container .header,
.header-container .header .logo {
    display: flex;
    align-items: center
}

.header-container .header .logo .icon {
    width: 39px;
    height: 30px
}

.header-container .header .logo .logo-pic {
    width: 267px;
    height: 37px;
}

.header-container .header .menu li {
    display: inline-block;
    color: #bfbfbf;
    margin-right: 40px;
    padding: 24px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .5s ease
}

.header-container .header .menu li:hover {
    color: #02c6c6;
    transition: all .5s ease
}

.header-container .header .menu .active {
    color: #02c6c6;
    border-bottom: 2px solid #02c6c6
}

.header-container .header .log-in {
    width: 136px;
    height: 48px
}

@media (min-width:1500px) {
    .header {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    .header {
        width: 1200px;
        margin: 0 auto
    }
}

.header-container .header .logo .bees {
    margin-left: 11px
}

.header-container .header .menu-button {
    width: 66px;
    height: 56px;
    background: #02c6c6;
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-container .menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100vh;
    padding: 0 16px 32px;
    background: #02c6c6
}

.header-container .menu-wrap .menu-top .close {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 16px 0;
    height: 56px
}

.header-container .menu-wrap .menu-top .close img {
    width: 18px;
    height: 18px
}

.header-container .menu-wrap .menu-top .menu-list .item {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 24px 0;
    text-align: left;
    border-bottom: 1px solid #141414
}

.header-container .menu-wrap .log-in {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: #ffd800;
    color: #141414
}

.main-wrap {
    position: relative;
    padding: 185px 0 15px;
    width: 100%;
    background: #000
}

.main-wrap .main {
    display: flex;
    justify-content: space-between
}

.main-wrap .main .info-wrap {
    width: 738px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

.main-wrap .main .info-wrap .theme-one {
    width: 750px;
    height: 88px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    gap: 24px
}

.main-wrap .main .info-wrap .theme-one .more {
    color: #bfbfbf;
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%
}

.main-wrap .main .info-wrap .theme-one .carousel-wrap {
    align-self: flex-start;
    height: 100%;
    animation: scroll 8s linear infinite normal
}

.main-wrap .main .info-wrap .theme-one .carousel-wrap .title {
    flex: 0 0 100%;
    color: #ffd800;
    font-size: 72px;
    font-style: italic;
    font-family: Montserrat-Bold
}

.main-wrap .main .info-wrap .theme-two {
    width: 709px;
    font-size: 72px;
    font-family: Montserrat-Bold;
    line-height: 140%;
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-wrap .main .info-wrap .theme-three {
    width: 709px;
    display: flex;
    align-items: center;
    gap: 24px
}

.main-wrap .main .info-wrap .theme-three .platform {
    font-size: 72px;
    font-family: Montserrat-Bold;
    line-height: 140%;
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-wrap .main .info-wrap .theme-three .info {
    color: #f0f0f0;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%
}

.main-wrap .main .info-wrap .text {
    color: #8c8c8c;
    font-size: 20px;
    line-height: 160%
}

.main-wrap .main .info-wrap .button {
    margin-top: 80px;
    width: 200px;
    height: 56px
}

.main-wrap .gif-wrap {
    width: 835px;
    height: 533px;
}

.main-wrap .gif-wrap img {
    width: 100%;
    height: 100%
}

.main-wrap .point {
    position: absolute;
    right: 0;
    bottom: 0
}

@keyframes scroll {
    0% {
        transform: translateZ(0)
    }

    22% {
        transform: translateZ(0)
    }

    25% {
        transform: translate3d(0, -100%, 0)
    }

    47% {
        transform: translate3d(0, -100%, 0)
    }

    50% {
        transform: translate3d(0, -200%, 0)
    }

    72% {
        transform: translate3d(0, -200%, 0)
    }

    75% {
        transform: translate3d(0, -300%, 0)
    }

    97% {
        transform: translate3d(0, -300%, 0)
    }

    to {
        transform: translate3d(0, -400%, 0)
    }
}

@media (min-width:1500px) {
    .main {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    .main-wrap {
        padding: 104px 0 24px
    }

    .main-wrap .main {
        width: 1200px;
        margin: 0 auto
    }

    .main-wrap .main .info-wrap {
        width: 630px
    }

    .main-wrap .main .info-wrap .theme-one {
        width: 630px;
        height: 78px;
        font-size: 24px
    }

    .main-wrap .main .info-wrap .theme-one .carousel-wrap .title {
        font-size: 64px
    }

    .main-wrap .main .info-wrap .theme-two {
        width: 630px;
        font-size: 64px
    }

    .main-wrap .main .info-wrap .theme-three {
        width: 630px
    }

    .main-wrap .main .info-wrap .theme-three .platform {
        font-size: 64px
    }

    .main-wrap .main .info-wrap .theme-three .info {
        font-size: 20px
    }

    .main-wrap .main .info-wrap .text {
        width: 630px;
        font-size: 16px
    }

    .main-wrap .main .gif-wrap {
        width: 520px;
        height: 333px;
    }
}

.main-mobile-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
    padding: 96px 16px 72px;
    position: relative;
    background: #000
}

.main-mobile-wrap .main-top {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.main-mobile-wrap .main-top .info {
    text-align: center;
    font-size: 34px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    line-height: 140%;
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-mobile-wrap .main-top .text {
    color: #f0f0f0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%
}

.main-mobile-wrap .gif-wrap img {
    width: 100%;
    height: 100%
}

.main-mobile-wrap .main-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.main-mobile-wrap .main-bottom .carousel-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    height: 78px
}

.main-mobile-wrap .main-bottom .carousel-wrap .more {
    color: #bfbfbf;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 25px
}

.main-mobile-wrap .main-bottom .carousel-wrap .carousel-container {
    text-align: center;
    overflow: hidden
}

.main-mobile-wrap .main-bottom .carousel-wrap .carousel-container .title {
    color: #ffd800;
    font-family: Montserrat-Bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    animation: scroll 8s linear infinite normal
}

.main-mobile-wrap .main-bottom .text {
    color: #8c8c8c;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%
}

.main-mobile-wrap .main-bottom .button {
    margin-top: 32px;
    display: flex;
    width: 200px;
    height: 56px;
    padding: 0 24px;
    background: #02c6c6;
    justify-content: center;
    align-items: center;
    align-self: center
}

.main-mobile-wrap .point {
    position: absolute;
    right: 0;
    bottom: -4px;
    pointer-events: none
}

.main-mobile-wrap .point img {
    width: 180px;
    height: 128px
}

@keyframes scroll {
    0% {
        transform: translateZ(0)
    }

    22% {
        transform: translateZ(0)
    }

    25% {
        transform: translate3d(0, -100%, 0)
    }

    47% {
        transform: translate3d(0, -100%, 0)
    }

    50% {
        transform: translate3d(0, -200%, 0)
    }

    72% {
        transform: translate3d(0, -200%, 0)
    }

    75% {
        transform: translate3d(0, -300%, 0)
    }

    97% {
        transform: translate3d(0, -300%, 0)
    }

    to {
        transform: translate3d(0, -400%, 0)
    }
}

@media (min-width:496px) and (max-width:1280px) {
    .main-mobile-wrap {
        padding: 96px 24px 72px
    }

    .main-mobile-wrap .gif-wrap {
        display: flex
    }

    .main-mobile-wrap .gif-wrap img {
        width: 440px;
        height: 440px;
        margin: 0 auto
    }
}

.common-transform {
    transition: all .5s ease
}

.mobile-common-flex {
    display: flex;
    flex-direction: column;
    align-items: center
}

.introduce-wrap {
    padding: 20px 0 180px;
}

.introduce-wrap .introduce-main {
    display: flex;
    flex-direction: column;
    gap: 160px
}

.introduce-wrap .introduce-main .introduce-module {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.introduce-wrap .introduce-main .introduce-module .title {
    color: #fff;
    font-size: 56px;
    font-family: Montserrat-Bold;
    line-height: 140%;
    text-align: center;
}

.introduce-wrap .introduce-main .introduce-module .introduce {
    display: flex;
    align-items: flex-start;
    gap: 48px 24px;
    align-self: stretch;
    flex-flow: row wrap
}

.introduce-wrap .introduce-main .introduce-module .introduce .info {
    display: flex;
    /* height: 304px; */
    width: calc(33.33333% - 16px);
    flex-direction: column;
    align-self: stretch;
    padding: 24px;
    border: 1px solid #0C3037;
    white-space: normal;
}

.introduce-wrap .introduce-main .introduce-module .introduce .info .icon {
    width: 124px;
    height: 124px
}

.introduce-wrap .introduce-main .introduce-module .introduce .info .line {
    margin: 32px 0;
    height: 1px;
    background: #0C3037;
}

.introduce-wrap .introduce-main .introduce-module .introduce .info .topic {
    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 20px;
    font-family: Montserrat-Bold;
    line-height: 28px;
    padding-bottom: 12px
}

.introduce-wrap .introduce-main .introduce-module .introduce .info .text {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.introduce-wrap .introduce-main .introduce-module .ad-formats-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch
}

.introduce-wrap .introduce-main .introduce-module .ad-formats-wrap .title {
    color: #000;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 20px;
    font-family: Montserrat-Bold;
    line-height: 28px
}

.introduce-wrap .introduce-main .introduce-module .ad-formats-wrap .ad-formats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch
}

.introduce-wrap .introduce-main .introduce-module .ad-formats-wrap .ad-formats .formats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.introduce-wrap .introduce-main .introduce-module .ad-formats-wrap .ad-formats .formats .name {
    color: #fff;
    font-size: 14px;
    font-family: Montserrat-Bold;
    line-height: 22px
}

.introduce-wrap .gap-80 {
    gap: 80px
}

@media (min-width:1500px) {
    .introduce-main {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    .introduce-main {
        width: 1200px;
        margin: 0 auto
    }

    .introduce-main .formats {
        width: 220px
    }

    .introduce-main .formats img {
        width: 100%
    }
}

.introduce-mobile-wrap {
    display: flex;
    flex-direction: column;
    gap: 96px;
    padding: 56px 0 72px;
    overflow: hidden
}

.introduce-mobile-wrap .introduce-module .title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 32px
}

.introduce-mobile-wrap .introduce-module .ad-formats-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    padding-bottom: 64px
}

.introduce-mobile-wrap .introduce-module .ad-formats-wrap .item {
    color: #02c6c6;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat-Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 24px
}

.introduce-mobile-wrap .introduce-module .ad-formats-wrap:last-child {
    padding-bottom: 0
}

.introduce-mobile-wrap .introduce-module .info {
    width: 320px;
    height: 356px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding: 24px;
    border: 1px solid #d9d9d9;
    white-space: normal
}

.introduce-mobile-wrap .introduce-module .info .icon {
    width: 84px;
    height: 84px
}

.introduce-mobile-wrap .introduce-module .info .line {
    margin: 32px 0;
    height: 1px;
    background: #d9d9d9
}

.introduce-mobile-wrap .introduce-module .info .topic {
    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 20px;
    font-family: Montserrat-Bold;
    line-height: 28px;
    padding-bottom: 12px
}

.introduce-mobile-wrap .introduce-module .info .text {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.introduce-mobile-wrap .introduce-module .formats {
    display: flex;
    width: 256px;
    height: 482px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-wrap: initial
}

.introduce-mobile-wrap .introduce-module .formats .name {
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Bold;
    line-height: 22px
}

@media (min-width:496px) and (max-width:1280px) {
    .introduce-mobile-wrap {
        overflow: hidden
    }
}

.publisher-wrap {
    padding: 10px 0 160px
}

.publisher-wrap .publisher-main {
    display: flex;
    flex-direction: column;
    gap: 104px
}

.publisher-wrap .publisher-main .title-wrap {
    width: 80%
}

.publisher-wrap .publisher-main .title-wrap p {
    color: #f0f0f0;
    font-size: 48px;
    font-weight: 600;
    line-height: 160%
}

.publisher-wrap .publisher-main .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px
}

.publisher-wrap .publisher-main .content-wrap .topic {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.publisher-wrap .publisher-main .content-wrap .topic img {
    width: 30px;
    height: 20px;
    margin-right: 12px
}

.publisher-wrap .publisher-main .content-wrap .topic .gradient {
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.publisher-wrap .publisher-main .content-wrap .topic .type {
    color: #ffd800;
    margin: 0 4px
}

.publisher-wrap .publisher-main .content-wrap .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.publisher-wrap .publisher-main .content-wrap .content .left {
    display: flex;
    flex-direction: column;
    gap: 64px;
    height: 500px;
    width: 548px
}

.publisher-wrap .publisher-main .content-wrap .content .left .app-text {
    color: #bfbfbf;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1px;
    padding-top: 16px
}

.publisher-wrap .publisher-main .content-wrap .content .left .app-text>.active {
    color: #f0f0f0
}

.publisher-wrap .publisher-main .content-wrap .content .left .h5-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px
}

.publisher-wrap .publisher-main .content-wrap .content .left .h5-text .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.publisher-wrap .publisher-main .content-wrap .content .left .h5-text .text-wrap .title {
    color: #02c6c6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.publisher-wrap .publisher-main .content-wrap .content .left .h5-text .text-wrap .text {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.publisher-wrap .publisher-main .content-wrap .content .right {
    width: 500px;
    height: 500px;
    position: relative
}

.publisher-wrap .publisher-main .content-wrap .content .right img {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .5s ease
}

.publisher-wrap .publisher-main .content-wrap .content .right .active {
    opacity: 1;
    transition: all .5s ease
}

.publisher-wrap .publisher-main .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #595959
}

@media (min-width:1500px) {
    .publisher-main {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    .publisher-wrap .publisher-main {
        width: 1200px;
        margin: 0 auto
    }

    .publisher-wrap .publisher-main .title-wrap {
        width: 100%
    }
}

.publisher-mobile-wrap {
    display: flex;
    flex-direction: column;
    padding: 56px 16px 72px;
    gap: 80px;
    overflow: hidden
}

.publisher-mobile-wrap .title-wrap {
    color: #f0f0f0;
    font-size: 32px;
    font-weight: 600;
    line-height: 160%
}

.publisher-mobile-wrap .contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.publisher-mobile-wrap .contact-wrap .topic {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.publisher-mobile-wrap .contact-wrap .topic img {
    width: 30px;
    height: 20px;
    margin-right: 12px
}

.publisher-mobile-wrap .contact-wrap .topic .gradient {
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.publisher-mobile-wrap .contact-wrap .topic .type {
    color: #ffd800;
    margin: 0 4px
}

.publisher-mobile-wrap .contact-wrap .content {
    display: flex;
    flex-direction: column;
    gap: 88px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item {
    display: flex;
    flex-direction: column
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .publisher-item-title {
    color: #d9d9d9;
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.16px;
    padding-bottom: 8px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .publisher-item-title .gradient {
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 4px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .app-text {
    color: #d9d9d9;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 16px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .h5-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 32px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .h5-text .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .h5-text .text-wrap .title {
    color: #02c6c6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.publisher-mobile-wrap .contact-wrap .content .publisher-item .h5-text .text-wrap .text {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.publisher-mobile-wrap .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #595959
}

@media (min-width:496px) and (max-width:1280px) {
    .publisher-mobile-wrap {
        padding: 56px 24px 72px
    }

    .publisher-mobile-wrap .title-wrap {
        text-align: center
    }

    .publisher-mobile-wrap .contact-wrap .content .publisher-item img {
        width: 560px;
        height: 500px;
        margin: 0 auto
    }
}

.number-info-wrap {
    padding: 88px 0
}

.number-info-wrap .number-info-main .number-info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.number-info-wrap .number-info-main .number-info li {
    display: inline-block;
    padding-right: 65px;
    border-right: 1px solid #707070;
}

.number-info-wrap .number-info-main .number-info li .number {
    font-size: 40px;
    line-height: 40px;
    font-family: Montserrat-Bold;
    margin-bottom: 12px;
    color: #02C6C6;
}

.number-info-wrap .number-info-main .number-info li .number:after {
    content: "+";
    position: relative;
    top: -10px;
    margin-left: 8px;
    font-size: 30px;
    color: #DBB900;
}

.number-info-wrap .number-info-main .number-info li .text {
    color: #B5B5B4;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.number-info-wrap .number-info-main .number-info li:last-child {
    padding-right: 0;
    border-right: none
}

@media (min-width:1500px) {
    .number-info-main {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    .number-info-wrap {
        padding: 62px 0
    }

    .number-info-wrap .number-info-main {
        width: 1200px;
        margin: 0 auto
    }

    .number-info-wrap .number-info-main .number-info li {
        padding-right: 10px
    }

    .number-info-wrap .number-info-main .number-info .number {
        height: 40px
    }
}

.number-info-mobile-wrap {
    padding: 56px 24px;
}

.number-info-mobile-wrap .number-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.number-info-mobile-wrap .number-info li {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
    border-bottom: 1px solid #707070;
}

.number-info-mobile-wrap .number-info li .number {
    color: #02C6C6;
    font-size: 40px;
    line-height: 100%;
    font-family: Montserrat-Bold
}

.number-info-mobile-wrap .number-info li .number:after {
    content: "+";
    position: relative;
    top: -10px;
    margin-left: 8px;
    font-size: 30px;
    color: #DBB900;
}

.number-info-mobile-wrap .number-info li .text {
    color: #B5B5B4;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.number-info-mobile-wrap .number-info li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

@media (min-width:496px) and (max-width:1280px) {
    .number-info-mobile-wrap {
        padding: 56px 48px
    }
}

.common-transform {
    transition: all .5s ease
}

.mobile-common-flex {
    display: flex;
    flex-direction: column;
    align-items: center
}

#contact-wrap {
    padding: 100px 0 0 0;
}

#contact-wrap .contact-wrap-main,
#contact-wrap .contact-wrap-main .info {
    display: flex;
    justify-content: space-between
}

#contact-wrap .contact-wrap-main .info {
    width: 738px;
    flex-direction: column
}

#contact-wrap .contact-wrap-main .info .top-info {
    max-width: 675px
}

#contact-wrap .contact-wrap-main .info .top-info .try {
    color: #ffd800;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

#contact-wrap .contact-wrap-main .info .top-info .title {
    padding: 16px 0;
    font-size: 48px;
    font-family: Montserrat-Bold;
    line-height: 160%
}

#contact-wrap .contact-wrap-main .info .top-info .introduce {
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px
}

#contact-wrap .contact-wrap-main .info .bottom-info {
    color: #e6fffb;
    font-family: Gloock;
    font-size: 200px;
    font-weight: 400;
    line-height: 100%;
    opacity: .15
}

#contact-wrap .contact-wrap-main .form {
    display: flex;
    width: 547px;
    height: 1056px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

#contact-wrap .contact-wrap-main .form .button {
    margin-top: 32px;
    width: 200px;
    height: 56px;
    color: #141414;
    background: #ffd800
}

#contact-wrap .contact-wrap-main .form .loading {
    opacity: .5
}

@media (min-width:1500px) {
    .contact-wrap-main {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    #contact-wrap .contact-wrap-main {
        width: 1200px;
        margin: 0 auto
    }

    #contact-wrap .contact-wrap-main .info {
        width: 588px
    }

    #contact-wrap .contact-wrap-main .info .bottom-info {
        font-size: 160px
    }
}

@media (min-width:768px) and (max-width:1280px) {
    #contact-wrap {
        width: 100%;
        padding: 56px 16px 72px
    }

    #contact-wrap .contact-wrap-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    #contact-wrap .contact-wrap-main .info {
        width: 100%
    }

    #contact-wrap .contact-wrap-main .info .top-info .title {
        font-size: 32px
    }

    #contact-wrap .contact-wrap-main .info .top-info .introduce {
        font-size: 16px
    }

    #contact-wrap .contact-wrap-main .bottom-info {
        display: none
    }

    #contact-wrap .contact-wrap-main .form {
        width: 100%;
        height: auto
    }

    #contact-wrap .contact-wrap-main .form .button {
        width: 100%
    }
}

@media screen and (max-device-width:768px) {
    #contact-wrap {
        width: 100%;
        padding: 16px 16px 0;
    }

    #contact-wrap .contact-wrap-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px
    }

    #contact-wrap .contact-wrap-main .info {
        width: 100%
    }

    #contact-wrap .contact-wrap-main .info .top-info .title {
        font-size: 32px
    }

    #contact-wrap .contact-wrap-main .info .top-info .introduce {
        font-size: 16px
    }

    #contact-wrap .contact-wrap-main .bottom-info {
        display: none
    }

    #contact-wrap .contact-wrap-main .form {
        width: 100%;
        height: auto
    }

    #contact-wrap .contact-wrap-main .form .button {
        width: 100%
    }
}

.footer-wrap {
    padding: 40px 0 40px;
    background-color: #000
}

.footer-wrap .footer-main .footer-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 72px;
    border-bottom: 1px solid #434343
}

.footer-wrap .footer-main .footer-info .info .logo {
    display: flex;
    align-items: center;
    padding-bottom: 16px
}

.footer-wrap .footer-main .footer-info .info .logo .icon {
    width: 39px;
    height: 30px
}

.footer-wrap .footer-main .footer-info .info .logo .logo-pic {
    width: 236px;
    height: 37px;
}

.footer-wrap .footer-main .footer-info .info .topic {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 24px
}

.footer-wrap .footer-main .footer-info .info .hello {
    color: #d9d9d9;
    text-align: center;
    font-family: Gloock;
    font-size: 72px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 2.52px
}

.footer-wrap .footer-main .footer-info .menu-wrap .menu li {
    display: inline-block;
    padding-right: 112px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: top;
    cursor: pointer
}

.footer-wrap .footer-main .footer-info .menu-wrap .menu li a {
    color: #8c8c8c;
    display: block;
    padding-bottom: 10px
}

.footer-wrap .footer-main .footer-info .menu-wrap .menu li a:hover {
    color: #f0f0f0
}

.footer-wrap .footer-main .footer-info .menu-wrap .menu li .title {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 16px
}

.footer-wrap .footer-main .footer-info .menu-wrap .menu li .title img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: bottom
}

.footer-wrap .footer-main .footer-info .menu-wrap .menu li:last-child {
    padding-right: 0
}

.footer-wrap .footer-main .privacy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px
}

.footer-wrap .footer-main .privacy-info .privacy {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.footer-wrap .footer-main .privacy-info .privacy span {
    padding-right: 24px;
    margin-right: 24px
}

.footer-wrap .footer-main .privacy-info .privacy a {
    color: #8c8c8c
}

.footer-wrap .footer-main .privacy-info .privacy a:hover {
    color: #f0f0f0
}

.footer-wrap .footer-main .privacy-info .back {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer
}

.footer-wrap .footer-main .privacy-info .back img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: bottom
}

.footer-wrap .footer-main .privacy-info .back:hover {
    color: #02c6c6
}

@media (min-width:1500px) {
    .footer-main {
        width: 1500px;
        margin: 0 auto
    }
}

@media (min-width:1280px) and (max-width:1500px) {
    .footer-wrap .footer-main {
        width: 1200px;
        margin: 0 auto
    }

    .footer-wrap .footer-main .footer-info .info {
        max-width: 500px
    }

    .footer-wrap .footer-main .footer-info .menu-wrap .menu li {
        padding-right: 90px
    }
}

.footer-mobile-wrap {
    display: flex;
    padding: 56px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    background-color: #000
}

.footer-mobile-wrap .footer-info {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.footer-mobile-wrap .footer-info .logo-info {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-mobile-wrap .footer-info .logo-info .logo {
    display: flex;
    align-items: center
}

.footer-mobile-wrap .footer-info .logo-info .logo .icon {
    width: 38px;
    height: 30px
}

.footer-mobile-wrap .footer-info .logo-info .logo .logo-pic {
    width: 115px;
    height: 21px;
    margin-left: 15px
}

.footer-mobile-wrap .footer-info .logo-info .topic {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.footer-mobile-wrap .footer-info .hello-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px
}

.footer-mobile-wrap .footer-info .hello-wrap .hi {
    color: #d9d9d9;
    text-align: center;
    font-family: Gloock;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1.54px;
    text-transform: uppercase
}

.footer-mobile-wrap .footer-info .hello-wrap .email-wrap {
    display: flex;
    flex-direction: column
}

.footer-mobile-wrap .footer-info .hello-wrap .email-wrap p {
    display: flex;
    align-items: center;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase
}

.footer-mobile-wrap .footer-info .hello-wrap .email-wrap p img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.footer-mobile-wrap .footer-info .hello-wrap .email-wrap a {
    color: #8c8c8c;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.footer-mobile-wrap .footer-info .menu-wrap .menu {
    display: flex;
    justify-content: space-between
}

.footer-mobile-wrap .footer-info .menu-wrap .menu li .title {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 16px
}

.footer-mobile-wrap .footer-info .menu-wrap .menu li a {
    display: block;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px
}

.footer-mobile-wrap .privacy-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    border-top: 1px solid #434343;
    gap: 32px
}

.footer-mobile-wrap .privacy-info .privacy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.footer-mobile-wrap .privacy-info .privacy a {
    color: #8c8c8c
}

.footer-mobile-wrap .privacy-info .back {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media (min-width:496px) and (max-width:1280px) {
    .footer-mobile-wrap {
        padding: 56px 24px
    }

    .footer-mobile-wrap .footer-info {
        width: 100%
    }
}

.common-transform {
    transition: all .5s ease
}

.mobile-common-flex {
    display: flex;
    flex-direction: column;
    align-items: center
}

.form-item .icon {
    position: absolute;
    right: 0;
    transition: all .5s ease
}

.form-item .up {
    transform: rotate(180deg);
    transition: all .5s ease
}

.form-item .list-wrap {
    width: 100%;
    position: absolute;
    top: 64px;
    padding-top: 8px
}

.form-item .list-wrap .list-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px 0;
    position: absolute;
    z-index: 99
}

.form-item .list-wrap .list-main .list {
    display: flex;
    height: 48px;
    padding: 0 8px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all .5s ease
}

.form-item .list-wrap .list-main .active,
.form-item .list-wrap .list-main .list:hover {
    background: #e6fffb
}

.message-wrap {
    display: flex;
    align-items: center;
    position: fixed;
    top: 80px;
    left: 50%;
    padding: 9px 16px;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transform: translate(-50%)
}

.message-wrap img {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.collapse-wrap {
    display: flex;
    width: 100%;
    border-top: 1px solid #595959;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    transition: all .3s ease
}

.collapse-wrap .border {
    width: 0;
    height: 2px;
    position: absolute;
    top: -2px;
    background: linear-gradient(90deg, #1a91de 13.23%, #00f9e3 93.63%)
}

.collapse-wrap .collapse-title {
    display: flex;
    padding-top: 16px;
    align-items: center;
    justify-content: space-between;
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.16px
}

.collapse-wrap .icon {
    display: none;
}

.active .collapse-title .up {
    display: block;
}

.active .collapse-title .down {
    display: none;
}

.collapse-title .down {
    display: block;
}

.collapse-wrap .collapse-content {
    overflow: hidden
}

.active .border {
    animation: changeWidth 5s linear
}

.active .collapse-title {
    color: #f0f0f0
}

.active .collapse-content {
    transition: all 2s ease
}

.active .collapse-content .app-text {
    color: #f0f0f0 !important
}

@keyframes changeWidth {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.swiper-wrap {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-wrap .container {
    display: flex;
    transition: transform .5s ease-in-out;
    width: 100%;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.swiper-wrap .container .items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.swiper-wrap .count-wrap {
    padding-top: 24px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.swiper-wrap .count-wrap .count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.swiper-wrap .count-wrap .count div {
    width: 24px;
    height: 2px;
    background: #d9d9d9
}

.swiper-wrap .count-wrap .count .active {
    background: #02c6c6
}

.policy-header-mobile {
    position: fixed;
    width: 100%;
    height: 56px;
    top: 0;
    left: 0;
    z-index: 100;
    justify-content: space-between;
    padding: 0 16px;
    background-color: #000
}

.policy-header-mobile,
.policy-header-mobile .policy-header-mobile-left .brand-area {
    display: flex;
    align-items: center
}

.policy-header-mobile .policy-header-mobile-left .brand-area .logo {
    width: 30px;
    height: 23px;
    background-image: url(https://www.yescomads.com/static/assets/icon-mobile.svg)
}

.policy-header-mobile .policy-header-mobile-left .brand-area .brand-text {
    width: 87px;
    height: 17px;
    margin-left: 12px;
    background-image: url(https://www.yescomads.com/static/assets/beesads-mobile.svg)
}

.policy-header-mobile .policy-header-mobile-right .go-home-btn {
    display: flex;
    width: 117px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #141414;
    background-color: #02c6c6
}

.policy-header-pc {
    position: fixed;
    display: flex;
    width: 100%;
    height: 72px;
    top: 0;
    left: 0;
    z-index: 100;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #262626;
    background-color: #000
}

.policy-header-pc .policy-header-pc-left {
    display: flex;
    height: 100%;
    align-items: center
}

.policy-header-pc .policy-header-pc-left .brand-area {
    display: flex;
    width: 170px;
    align-items: center
}

.policy-header-pc .policy-header-pc-left .brand-area .logo {
    width: 39px;
    height: 30px;
    background-image: url(../assets/icon.svg)
}

.policy-header-pc .policy-header-pc-left .brand-area .brand-text {
    width: 116px;
    height: 22px;
    margin-left: 15px;
    background-image: url(https://www.yescomads.com/static/assets/beesads.svg)
}

.policy-header-pc .policy-header-pc-left .line {
    width: 2px;
    height: 24px;
    margin: 0 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJMaW5lIDIiIGQ9Ik0wLjg0Mjc3MyAwTDAuODQyNzcyIDI0IiBzdHJva2U9IiM1OTU5NTkiLz4KPC9zdmc+Cg==)
}

.policy-header-pc .policy-header-pc-left .title {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    color: #d9d9d9
}

.policy-header-pc .policy-header-pc-right {
    margin-left: auto
}

.policy-header-pc .policy-header-pc-right .go-home-btn {
    display: flex;
    width: 136px;
    height: 48px;
    justify-content: center;
    align-items: center;
    color: #141414;
    cursor: pointer;
    background-color: #02c6c6;
    transition: all .3s ease
}

.policy-header-pc .policy-header-pc-right .go-home-btn:hover {
    border-radius: 100px;
    transition: all .3s ease
}

@media (min-width:1788px) {
    .policy-header-pc {
        padding: 11px 210px
    }
}

@media (min-width:1588px) and (max-width:1788px) {
    .policy-header-pc {
        padding: 11px 200px
    }
}

@media (min-width:1388px) and (max-width:1588px) {
    .policy-header-pc {
        padding: 11px 170px
    }
}

@media (min-width:1288px) and (max-width:1388px) {
    .policy-header-pc {
        padding: 11px 150px
    }
}

@media (min-width:1188px) and (max-width:1288px) {
    .policy-header-pc {
        padding: 11px 140px
    }
}

@media (min-width:988px) and (max-width:1188px) {
    .policy-header-pc {
        padding: 11px 130px
    }
}

@media (min-width:788px) and (max-width:988px) {
    .policy-header-pc {
        padding: 11px 110px
    }
}

@media (max-height:600px) and (min-width:788px) and (max-width:988px) {
    .policy-header-pc {
        padding: 11px 100px
    }
}

@media (max-width:788px) {
    .policy-header-pc {
        padding: 11px 85px
    }
}

@media (max-width:1024px) {

    .policy-header-pc .policy-header-pc-left .line,
    .policy-header-pc .policy-header-pc-left .title {
        display: none
    }

    .footer-wrap{
        padding: 10px 0;
    }
    .footer-wrap .footer-main .privacy-info {
        display: block;
        text-align: center;
    }

    .footer-wrap .footer-main .privacy-info .privacy {
        margin-bottom: 10px;
    }

    .footer-wrap .footer-main .privacy-info .privacy span {
        padding: 0;
        border: 0 none;
    }

    .footer-wrap .footer-main .footer-info {
        flex-direction: column;
    }

    .footer-wrap .footer-info .menu-wrap .menu {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: block;
    }

    .footer-wrap .footer-main .footer-info .menu-wrap .menu li {
        padding: 0;
        display: block;
    }
    
}

.text-info {
    width: 100%;
    margin: 0 auto;
    color: rgba(0, 0, 0, .8);
    border-radius: 12px
}

.text-info h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 64px 0 24px;
    color: #000
}

.text-info p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.text-info p,
.text-info ul {
    margin-bottom: 28px
}

.text-info ul li {
    font-size: 18px;
    line-height: 28px;
    margin-left: 28px;
    list-style: disc
}

.text-info a {
    color: rgba(0, 0, 0, .8);
    text-decoration: underline
}

.text-info a:hover {
    color: #02c6c6
}

.text-info .info-table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 34px
}

.text-info .info-table table {
    table-layout: fixed;
    width: 100%;
    min-width: 1120px;
    border: 1px solid #ccc
}

.text-info .info-table table td {
    padding: 12px 20px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

@media screen and (max-device-width:768px) {
    .text-info {
        width: 100%;
        margin: 0 auto;
        padding: 0 24px
    }
}

.policy-content-mobile {
    margin: 0 auto;
    padding: 96px 0 64px
}

.policy-content-mobile .policy-content-mobile-title {
    width: 342px;
    margin: 0 auto;
    padding-bottom: 40px
}

.policy-content-mobile .policy-content-mobile-title .limited {
    font-size: 16px;
    text-align: center;
    color: #434343;
    font-weight: 600;
    line-height: 24px
}

.policy-content-mobile .policy-content-mobile-title .policy-title {
    margin-top: 16px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: Montserrat-Bold;
    color: #02c6c6
}

.policy-content-mobile .policy-content-mobile-content .underline {
    text-decoration: underline
}

.policy-content-pc {
    width: 1000px;
    margin: 0 auto;
    padding: 136px 0 80px
}

.policy-content-pc .policy-content-pc-title {
    padding-bottom: 56px
}

.policy-content-pc .policy-content-pc-title .limited {
    font-size: 16px;
    text-align: center;
    color: #434343;
    font-weight: 600;
    line-height: 24px
}

.policy-content-pc .policy-content-pc-title .policy-title {
    margin-top: 16px;
    text-align: center;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    font-family: Montserrat-Bold;
    color: #02c6c6
}

.policy-content-pc .policy-content-pc-content {
    width: 100%
}

.policy-content-pc .policy-content-pc-content .underline {
    text-decoration: underline
}

@media (min-width:1788px) {
    .policy-content-pc {
        width: 1200px
    }
}

@media (min-width:1588px) and (max-width:1788px) {
    .policy-content-pc {
        width: 1120px
    }
}

@media (min-width:1388px) and (max-width:1588px) {
    .policy-content-pc {
        width: 992px
    }
}

@media (min-width:1288px) and (max-width:1388px) {
    .policy-content-pc {
        width: 870px
    }
}

@media (min-width:1188px) and (max-width:1288px) {
    .policy-content-pc {
        width: 805px
    }
}

@media (min-width:1088px) and (max-width:1188px) {
    .policy-content-pc {
        width: 740px
    }
}

@media (min-width:988px) and (max-width:1088px) {
    .policy-content-pc {
        width: 680px
    }
}

@media (min-width:788px) and (max-width:988px) {
    .policy-content-pc {
        width: 620px
    }
}

@media (max-height:600px) and (min-width:788px) and (max-width:988px) {
    .policy-content-pc {
        width: 615px
    }
}

@media (max-width:788px) {
    .policy-content-pc {
        width: 490px
    }
}

.why-this-ad-content-pc {
    width: 1000px;
    margin: 0 auto;
    padding: 136px 0 80px
}

.why-this-ad-content-pc .limited {
    font-size: 16px;
    text-align: center;
    color: #434343;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto
}

.why-this-ad-content-pc .why-this-ad-content-pc-title {
    padding-bottom: 56px
}

.why-this-ad-content-pc .why-this-ad-content-pc-title .why-this-ad-title {
    margin-top: 16px;
    text-align: center;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    font-family: Montserrat-Bold;
    color: #02c6c6
}

.why-this-ad-content-pc .why-this-ad-content-pc-content {
    width: 100%
}

.why-this-ad-content-pc .why-this-ad-content-pc-content .underline {
    text-decoration: underline
}

.why-this-ad-content-pc .why-this-ad-content-pc-content a {
    cursor: pointer
}

.why-this-ad-content-pc .why-this-ad-content-pc-content a:hover {
    color: #02c6c6
}

.why-this-ad-content-pc .why-this-ad-content-pc-content .can-i-opt-out {
    height: 30px
}

@media (min-width:1788px) {
    .why-this-ad-content-pc {
        width: 1200px
    }
}

@media (min-width:1588px) and (max-width:1788px) {
    .why-this-ad-content-pc {
        width: 1120px
    }
}

@media (min-width:1388px) and (max-width:1588px) {
    .why-this-ad-content-pc {
        width: 992px
    }
}

@media (min-width:1288px) and (max-width:1388px) {
    .why-this-ad-content-pc {
        width: 870px
    }
}

@media (min-width:1188px) and (max-width:1288px) {
    .why-this-ad-content-pc {
        width: 805px
    }
}

@media (min-width:1088px) and (max-width:1188px) {
    .why-this-ad-content-pc {
        width: 740px
    }
}

@media (min-width:988px) and (max-width:1088px) {
    .why-this-ad-content-pc {
        width: 680px
    }
}

@media (min-width:788px) and (max-width:988px) {
    .why-this-ad-content-pc {
        width: 620px
    }
}

@media (max-height:600px) and (min-width:788px) and (max-width:988px) {
    .why-this-ad-content-pc {
        width: 615px
    }
}

@media (max-width:788px) {
    .why-this-ad-content-pc {
        width: 490px
    }
}

.why-this-ad-content-mobile {
    margin: 0 auto;
    padding: 96px 0 64px
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-title {
    width: 342px;
    margin: 0 auto;
    padding-bottom: 40px
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-title .limited {
    font-size: 16px;
    text-align: center;
    color: #434343;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-title .why-this-ad-title {
    margin-top: 16px;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: Montserrat-Bold;
    color: #02c6c6
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-content .underline {
    text-decoration: underline
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-content a {
    cursor: pointer
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-content a:hover {
    color: #02c6c6
}

.why-this-ad-content-mobile .why-this-ad-content-mobile-content .can-i-opt-out {
    height: 30px
}