@media only screen and (max-width: 1920px) {
    .article3-page .header-page h2 {
        font-size: 11px;
    }
    .article3-page .content--text {
        max-width: 50%;
    }
    .article3-page .content .img {
        width: 60%;
    }
    .article3-page .advertisement {
        height: unset !important;
    }
    .article2-page .advertisement,
    .article3-page .advertisement {
        height: 535px;
        background-color: white;
        position: relative;
    }
    .article2-page .advertisement .content,
    .article3-page .advertisement .content {
        width: 80%;
        padding: 16px 0 32px 0;
    }
    .article2-page .advertisement .content__header h3,
    .article3-page .advertisement .content__header h3 {
        font-size: 16px;
    }
    .article2-page .advertisement .content__banner,
    .article3-page .advertisement .content__banner {
        height: 120px;
        width: 100%;
    }
    .article2-page .advertisement .content__banner h1,
    .article3-page .advertisement .content__banner h1 {
        font-size: 32px;
    }
    .article2-page .action,
    .article3-page .action {
        padding: 48px 0;
    }
    .article2-page .action__detail,
    .article3-page .action__detail {
        max-width: 60%;
    }
}

@media only screen and (max-width: 1600px) {
    .article2-page .action__header h1,
    .article3-page .action__header h1 {
        font-size: 32px;
        line-height: 50px;
        letter-spacing: 2px;
        font-weight: 100;
    }
}

@media only screen and (max-width: 1200px) {
    .article3-page .header-page h2 {
        font-size: 19.2px;
    }
    .article3-page .content--title h1 {
        font-size: 50px;
        max-width: 75%;
    }
    .article3-page .content--text {
        max-width: 70%;
    }
    .article3-page .content--text span {
        font-size: 20px;
        line-height: 45px;
    }
    .article3-page .content--text .drop-cap {
        font-size: 72px;
        line-height: 145px;
        max-height: 70px;
        margin-top: -23px;
    }
    .article3-page .content .img {
        width: 70%;
    }
    .article3-page .advertisement {
        height: unset !important;
    }
    .article2-page .advertisement,
    .article3-page .advertisement {
        height: unset;
        background-color: white;
        position: relative;
        padding: 64px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .article2-page .advertisement .content,
    .article3-page .advertisement .content {
        transform: unset;
        position: unset;
        width: 80%;
        padding: 0 0 32px 0;
    }
    .article2-page .advertisement .content__header,
    .article3-page .advertisement .content__header {
        margin: 0;
        padding: 8px 0;
    }
    .article2-page .advertisement .content__header h3,
    .article3-page .advertisement .content__header h3 {
        font-size: 16px;
    }
    .article2-page .advertisement .content__banner,
    .article3-page .advertisement .content__banner {
        height: 120px;
        width: 100%;
    }
    .article2-page .advertisement .content__banner h1,
    .article3-page .advertisement .content__banner h1 {
        font-size: 32px;
    }
    .article2-page .action,
    .article3-page .action {
        padding: 48px 0;
    }
    .article2-page .action__header h1,
    .article3-page .action__header h1 {
        font-size: 32px;
        font-weight: 100;
    }
    .article2-page .action__detail,
    .article3-page .action__detail {
        font-size: 27.2px;
        max-width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    .article3-page .header-page h2 {
        font-size: 16px;
    }
    .article3-page .content--title h1 {
        font-size: 48px;
        max-width: 80%;
    }
    .article3-page .content--text {
        max-width: 80%;
    }
    .article3-page .content--text span {
        font-size: 20px;
        line-height: 45px;
    }
    .article3-page .content--text .drop-cap {
        font-size: 72px;
        line-height: 145px;
        max-height: 70px;
        margin-top: -23px;
    }
    .article3-page .content .img {
        width: 80%;
    }
    .article2-page .advertisement,
    .article3-page .advertisement {
        height: 335px;
        background-color: white;
        position: relative;
    }
    .article2-page .advertisement .content,
    .article3-page .advertisement .content {
        width: 80%;
        padding: 0 0 16px 0;
    }
    .article2-page .advertisement .content__header h3,
    .article3-page .advertisement .content__header h3 {
        font-size: 14.4px;
    }
    .article2-page .advertisement .content__banner,
    .article3-page .advertisement .content__banner {
        height: 80px;
        width: 100%;
    }
    .article2-page .advertisement .content__banner h1,
    .article3-page .advertisement .content__banner h1 {
        font-size: 32px;
    }
    .article2-page .action,
    .article3-page .action {
        padding: 48px 0;
    }
    .article2-page .action__header h1,
    .article3-page .action__header h1 {
        font-size: 25.6px;
        font-weight: 100;
    }
    .article2-page .action__detail,
    .article3-page .action__detail {
        font-size: 24px;
        max-width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .article3-page .header-page h2 {
        font-size: 12px;
    }
    .article3-page .content--title h1 {
        font-size: 48px;
        max-width: 80%;
    }
    .article3-page .content--text {
        max-width: 80%;
    }
    .article3-page .content--text span {
        font-size: 20px;
        line-height: 45px;
    }
    .article3-page .content--text .drop-cap {
        font-size: 72px;
        line-height: 145px;
        max-height: 70px;
        margin-top: -23px;
    }
    .article3-page .content .img {
        width: 80%;
    }
    .article2-page .advertisement,
    .article3-page .advertisement {
        height: 335px;
        background-color: white;
        position: relative;
    }
    .article2-page .advertisement .content,
    .article3-page .advertisement .content {
        width: 80%;
        padding: 0 0 16px 0;
    }
    .article2-page .advertisement .content__header h3,
    .article3-page .advertisement .content__header h3 {
        font-size: 14.4px;
    }
    .article2-page .advertisement .content__banner,
    .article3-page .advertisement .content__banner {
        height: 80px;
        width: 100%;
    }
    .article2-page .advertisement .content__banner h1,
    .article3-page .advertisement .content__banner h1 {
        font-size: 32px;
    }
    .article2-page .action,
    .article3-page .action {
        padding: 48px 0;
    }
    .article2-page .action__header h1,
    .article3-page .action__header h1 {
        font-size: 24px;
        font-weight: 100;
    }
    .article2-page .action__detail,
    .article3-page .action__detail {
        font-size: 16px;
        max-width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .article3-page .header-page h2 {
        font-size: 12px;
    }
    .article3-page .content--title h1 {
        font-size: 32px;
        max-width: 90%;
    }
    .article3-page .content--text {
        max-width: 90%;
    }
    .article3-page .content--text span {
        font-size: 17.6px;
        line-height: 35px;
    }
    .article3-page .content--text .drop-cap {
        font-size: 60px;
        line-height: 120px;
        max-height: 70px;
        margin-top: -23px;
    }
    .article3-page .content .img {
        width: 90%;
    }
    .article2-page .advertisement,
    .article3-page .advertisement {
        height: 300px;
        background-color: white;
        position: relative;
    }
    .article2-page .advertisement .content,
    .article3-page .advertisement .content {
        width: 90%;
        padding: 0 0 16px 0;
    }
    .article2-page .advertisement .content__banner,
    .article3-page .advertisement .content__banner {
        height: 80px;
        width: 100%;
    }
    .article2-page .advertisement .content__banner h1,
    .article3-page .advertisement .content__banner h1 {
        font-size: 16px;
    }
    .article2-page .action,
    .article3-page .action {
        padding: 48px 0;
    }
    .article2-page .action__header h1,
    .article3-page .action__header h1 {
        font-size: 24px;
        font-weight: 100;
    }
    .article2-page .action__detail,
    .article3-page .action__detail {
        font-size: 16px;
        max-width: 60%;
    }
    .article2-page .action__btn button,
    .article3-page .action__btn button {
        font-size: 16px;
    }
    .article2-page .action__btn button .icon,
    .article3-page .action__btn button .icon {
        width: 52px;
        margin-left: 19px;
    }
}

@media only screen and (max-width: 400px) {
    .article3-page .header-page h2 {
        font-size: 12px;
    }
    .article3-page .content--title h1 {
        font-size: 32px;
        max-width: 90%;
    }
    .article3-page .content--text {
        max-width: 90%;
        padding: 0 20px;
    }
    .article3-page .content--text span {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
    .article3-page .content--text .drop-cap {
        font-size: 60px;
        line-height: 120px;
        max-height: 70px;
        margin-top: -23px;
    }
    .article3-page .content .img {
        width: 90%;
    }
    .article3-page .advertisement {
        height: 300px;
        background-color: white;
        position: relative;
    }
    .article3-page .advertisement .content {
        width: 90%;
        padding: 0 0 16px 0;
    }
    .article3-page .advertisement .content__banner {
        height: 80px;
        width: 100%;
    }
    .article3-page .advertisement .content__banner h1 {
        font-size: 16px;
    }
    .article2-page .advertisement,
    .article3-page .advertisement {
        height: 300px;
        background-color: white;
        position: relative;
    }
    .article2-page .advertisement .content,
    .article3-page .advertisement .content {
        width: 90%;
        padding: 0 0 16px 0;
    }
    .article2-page .advertisement .content__banner,
    .article3-page .advertisement .content__banner {
        height: 80px;
        width: 100%;
    }
    .article2-page .advertisement .content__banner h1,
    .article3-page .advertisement .content__banner h1 {
        font-size: 16px;
    }
    .article2-page .action,
    .article3-page .action {
        padding: 48px 0;
    }
    .article2-page .action__header h1,
    .article3-page .action__header h1 {
        font-size: 24px;
        font-weight: 100;
    }
    .article2-page .action__detail,
    .article3-page .action__detail {
        font-size: 16px;
        max-width: 60%;
    }
    .article2-page .action__btn button,
    .article3-page .action__btn button {
        font-size: 15px;
    }
    .article2-page .action__btn button .icon,
    .article3-page .action__btn button .icon {
        width: 52px;
        margin-left: 19px;
    }
}

@media only screen and (max-width: 1920px) {
    .article2-page .nav {
        height: 60px;
    }
    .article2-page .nav ul {
        height: 70%;
        width: 60%;
    }
    .article2-page .nav ul li {
        width: 50%;
        font-size: 16px;
    }
    .article2-page .nav ul li .item {
        line-height: 30px;
    }
    .article2-page .nav ul li .item__header h2 {
        font-weight: 100;
        font-size: 24px;
    }
    .article2-page .nav ul .line {
        height: 70%;
        width: 1px;
    }
    .article2-page .collecting .content {
        top: 18.8%;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 55%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 150px;
        left: -196px;
        top: -114px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 64px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 210px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 136px;
        line-height: 78px;
    }
    .article2-page .collecting .content__first .text--detail span {
        max-width: 55%;
    }
    .article2-page .collecting .padding {
        height: 472px;
    }
    .article2-page .collecting .padding .icon {
        width: 544px;
        top: -582px;
        right: -313px;
    }
    .article2-page .list-collecting .item-first--top .number {
        font-size: 352px;
        left: -280px;
        max-height: 383px;
        bottom: 0;
    }
    .article2-page .list-collecting .item-first--top .img {
        width: 80%;
    }
    .article2-page .list-collecting .item-first--top .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 100%;
    }
    .article2-page .list-collecting .item-first--top .info--header h2 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 16px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        max-width: 550px;
    }
    .article2-page .list-collecting .item-first--bottom {
        padding: 64px 0 96px 0;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        letter-spacing: 1.6px;
        width: 99%;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        line-height: 128px;
        margin-bottom: 20px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        letter-spacing: 8px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        max-width: 550px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 50%;
        height: 100%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -56px;
        left: -289px;
        width: 500px;
    }
    .article2-page .list-collecting .item-third {
        height: 1000px;
    }
    .article2-page .list-collecting .item-third .container {
        width: 100%;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        top: 50%;
        height: 350px;
        left: 5%;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 350px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        width: 600px;
        padding: 64px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        letter-spacing: 8px;
    }
}

@media only screen and (max-width: 1720px) {
    .article2-page .collecting .content {
        top: 18%;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 50%;
        top: -41px;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 130px;
        left: -150px;
        top: -106px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 44.8px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 210px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 70px;
        line-height: 65px;
    }
    .article2-page .collecting .content__first .text--detail span {
        max-width:600px;
    }
    .article2-page .collecting .padding {
        height: 158px;
    }
    .article2-page .collecting .padding .icon {
        width: 491px;
        top: -524px;
        right: -271px;
    }
    .article2-page .list-collecting .item-first--top .number {
        font-size: 340px;
        left: -229px;
        bottom: 0;
        max-height: 370px;
    }
    .article2-page .list-collecting .item-first--top .img {
        width: 80%;
    }
    .article2-page .list-collecting .item-first--top .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 100%;
        padding-left: 50px;
    }
    .article2-page .list-collecting .item-first--top .info--header h2 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 16px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        max-width: 542px;
    }
    .article2-page .list-collecting .item-first--bottom {
        padding: 64px 0 96px 0;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        font-size: 38px;
        line-height: 1.5;
        letter-spacing: 1.6px;
        width: 99%;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        line-height: 48px;
        max-width: 550px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 50%;
        height: 100%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -56px;
        left: -289px;
        width: 450px;
    }
    .article2-page .list-collecting .item-third {
        height: 900px;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        top: 50%;
        height: 390px;
        left: 180px;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 358px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        width: 550px;
        padding: 40px 60px;
    }
}

@media only screen and (max-width: 1600px) {
    .article2-page .nav {
        height: 54px;
    }
    .article2-page .nav ul {
        height: 70%;
        width: 60%;
    }
    .article2-page .nav ul li {
        width: 50%;
        font-size: 14.4px;
    }
    .article2-page .nav ul li .item {
        line-height: 27px;
    }
    .article2-page .nav ul li .item h2 {
        font-size: 18px;
    }
    .article2-page .collecting .content {
        top: 18%;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 53%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 110px;
        left: -135px;
        top: -85px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 44.8px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 210px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 0px;
    }
    .article2-page .collecting .content__first .text--detail span {
        line-height: 79px;
        max-width: 65%;
        letter-spacing: 2px;
    }
    .article2-page .collecting .padding {
        height: 472px;
    }
    .article2-page .collecting .padding .icon {
        width: 443px;
        top: -472px;
        right: -239px;
    }
}

@media only screen and (max-width: 1420px) {
    .article2-page .collecting .content {
        top: 18%;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 54%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 86px;
        left: -116px;
        top: -61px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 200px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 73px;
    }
    .article2-page .collecting .content__first .text--detail span {
        line-height: 60px;
        max-width: 70%;
    }
    .article2-page .collecting .padding {
        height: 400px;
    }
    .article2-page .collecting .padding .icon {
        width: 401px;
        top: -428px;
        right: -212px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        max-width: 550px;
        line-height: 1.4;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 50%;
        height: 100%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: 6px;
        left: -205px;
        width: 365px;
    }
}

@media only screen and (max-width: 1480px) {
    .article2-page .list-collecting .item-first {
        padding-left: 13%;
    }
    .article2-page .list-collecting .item-second .item-second--left .number {
        max-height: 197px;
        line-height: 141px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        padding-left: 24%;
        padding-right: 40px;
    }
    .article2-page .list-collecting .item-second .icon {
        display: block;
    }
}

@media only screen and (max-width: 1320px) {
    .article2-page .collecting .content__first .text--detail {
        margin-top: 34px;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        height: 256px;
        left: 5%;
    }
    .article2-page .list-collecting .item-third .item-third-box img{width:250px;}
    .article2-page .list-collecting .item-third .item-third-box .info--header{font-size:30px;line-height:36px;margin-bottom:12px;}
    .article2-page .list-collecting .item-third .item-third-box .info--detail{font-size:18px;}
    .article2-page .list-collecting .item-third .item-third-box .info{width:400px;padding:30px 60px;}
}

@media only screen and (max-width: 1200px) {
    .article2-page .nav {
        height: 68px;
    }
    .article2-page .nav ul {
        height: 70%;
        width: 60%;
    }
    .article2-page .nav ul li {
        width: 50%;
    }
    .article2-page .nav ul li .item {
        line-height: 25px;
    }
    .article2-page .nav ul li .item h2 {
        font-size: 18px;
    }
    .article2-page .collecting .content {
        top: 17%;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 56%;
        top: -28px;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 70px;
        left: -90px;
        top: -47px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 180px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 92px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 35px;
        line-height: 50px;
        max-width: 70%;
    }
    .article2-page .collecting .padding {
        height: 300px;
    }
    .article2-page .collecting .padding .icon {
        width: 348px;
        top: -371px;
        right: -186px;
    }
    .article2-page .list-collecting .item-first {
        padding: 0 13%;
    }
    .article2-page .list-collecting .item-first--top .number {
        font-size: 224px;
        left: -177px;
        bottom: 0;
        max-height: 244px;
    }
    .article2-page .list-collecting .item-first--top .img {
        width: 80%;
    }
    .article2-page .list-collecting .item-first--top .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 100%;
    }
    .article2-page .list-collecting .item-first--top .info--header {
        font-size: 38px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 32px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        font-size: 25px;
        max-width: 420px;
    }
    .article2-page .list-collecting .item-first--bottom {
        padding: 64px 0 96px 0;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        font-size: 30.2px;
        font-weight: 200;
        letter-spacing: 1.6px;
        width: 99%;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        margin-bottom: 0;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        max-height: 208px;
        font-size: 165px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        font-size: 38px;
        line-height: 40px;
        letter-spacing: 8px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        font-size: 20.2px;
        max-width: 550px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 50%;
        height: 100%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: 6px;
        left: -176px;
        width: 306px;
    }
    .article2-page .list-collecting .item-third {
        height: 820px;
    }
    /* .article2-page .list-collecting .item-third .item-third-box {
        top: 50%;
        height: 550px;
        width: 85%;
        left: 5%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 160px;
        top: -180px;
        max-height: 180px;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 450px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        width: 550px;
        padding: 32px 16px 0 64px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        line-height: 40px;
        letter-spacing: 8px;
        margin-bottom: 16px;
        font-size: 38px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 25.5px;
    } */
}

@media only screen and (max-width: 1111px) {
    .article2-page .collecting .content {
        top: 17%;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 49px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 32px;
        line-height: 49px;
        max-width: 70%;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .article2-page .nav {
        height: 57px;
    }
    .article2-page .nav ul {
        height: 70%;
        width: 80%;
    }
    .article2-page .nav ul li {
        width: 50%;
        font-size: 12.4px;
    }
    .article2-page .nav ul li .item {
        line-height: 20px;
    }
    .article2-page .nav ul li .item h2 {
        font-size: 18px;
    }
    .article2-page .collecting .content {
        top: 17%;
        left: 30px;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 54%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 61px;
        left: -84px;
        top: -40px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 176px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 15px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 32px;
        line-height: 41px;
        max-width: 70%;
    }
    .article2-page .collecting .padding {
        height: 250px;
    }
    .article2-page .collecting .padding .icon {
        width: 241px;
        top: -258px;
        right: -122px;
    }
    .article2-page .list-collecting .item-first--top .number {
        font-size: 160px;
        left: -126px;
        bottom: 0;
        max-height: 174px;
    }
    .article2-page .list-collecting .item-first--top .img {
        width: 80%;
    }
    .article2-page .list-collecting .item-first--top .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 100%;
    }
    .article2-page .list-collecting .item-first--top .info--header {
        font-size: 38px;
        line-height: 39px;
        font-weight: 800;
        margin-bottom: 32px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        font-size: 21.8px;
        max-width: 340px;
    }
    .article2-page .list-collecting .item-first--bottom {
        padding: 64px 0 96px 0;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        font-size: 28px;
        font-weight: 200;
        letter-spacing: 1.6px;
        width: 99%;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        margin-bottom: 0;
        padding-right: 10px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        max-height: 179px;
        line-height: 102px;
        font-size: 135px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        font-size: 38px;
        line-height: 39px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        font-size: 17.2px;
        max-width: 550px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 50%;
        height: 100%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -45px;
        left: -195px;
        width: 306px;
    }
    .article2-page .list-collecting .item-third {
        height: 800px;
    }
    /* .article2-page .list-collecting .item-third .item-third-box {
        top: 50%;
        height: 500px;
        width: 85%;
        left: 5%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 144px;
        top: -153px;
        max-height: 158px;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 420px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        width: 550px;
        padding: 32px 16px 0 64px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        font-size: 38px;
        line-height: 39px;
        letter-spacing: 2px;
        margin-bottom: 16px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 28.8px;
    } */
}

@media only screen and (max-width: 850px) {
    .article2-page .collecting .content {
        top: 24%;
        left: 30px;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 54%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 52px;
        left: -66px;
        top: -37px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 25.6px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 128px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 32px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 25.6px;
        line-height: 35px;
        max-width: 70%;
    }
    .article2-page .collecting .padding {
        height: 250px;
    }
    .article2-page .collecting .padding .icon {
        width: 237px;
        top: -252px;
        right: -119px;
    }
    /* .article2-page .list-collecting .item-third .item-third-box img {
        width: 390px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        padding: 32px 16px 0 32px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 25.6px;
    } */
}

@media only screen and (max-width: 768px) {
    .article2-page .collecting .content {
        top: 27%;
        left: 30px;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 54%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 38px;
        left: -44px;
        top: -21px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 25.6px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 112px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 32px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 16.6px;
        line-height: 27px;
        max-width: 64%;
    }
    .article2-page .collecting .padding {
        height: 200px;
    }
    .article2-page .collecting .padding .icon {
        width: 237px;
        top: -252px;
        right: -119px;
    }
    .article2-page .list-collecting .item-first {
        padding: 0;
    }
    .article2-page .list-collecting .item-first--top {
        flex-direction: column;
        align-items: center;
    }
    .article2-page .list-collecting .item-first--top .number {
        font-size: 200px;
        left: -156px;
        bottom: 0;
        line-height: 139px;
        max-height: 186px;
    }
    .article2-page .list-collecting .item-first--top .img {
        width: 66%;
        margin: 0 auto;
    }
    .article2-page .list-collecting .item-first--top .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 66%;
    }
    .article2-page .list-collecting .item-first--top .info--header {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        font-weight: 900;
        margin-bottom: 32px;
        margin-top: 42px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        font-size: 24px;
        max-width: 291px;
    }
    .article2-page .list-collecting .item-first--bottom {
        padding: 48px 0 32px 0;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        font-size: 20px;
        font-weight: 200;
        letter-spacing: 1.6px;
        width: 99%;
        padding: 0 30px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        margin-bottom: 0;
        padding-right: 40px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        max-height: 148px;
        font-size: 116px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        font-size: 14.2px;
        line-height: 19px;
        max-width: 550px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 50%;
        height: 100%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -20px;
        left: -150px;
        width: 255px;
    }
    .article2-page .list-collecting .item-third {
        height: 639px;
        position: relative;
    }
    .article2-page .list-collecting .item-third-bg {
        height: 397px;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 266px;
        width: 85%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 128px;
        top: -140px;
        right: -10px;
        max-height: 140px;
    }
    .article2-page .list-collecting .item-third .item-third-box .number .blur {
        display: none;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 250px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        padding: 32px 16px 0 32px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        max-width: 100px;
        line-height: 30px;
        margin-bottom: 16px;
        letter-spacing: 3px;
        font-size: 25px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 17px;
        line-height: 28px;
        width: 88%;
    }
    .article2-page .nav ul li .item h2{font-size:15px;}
}

@media only screen and (max-width: 668px) {
    .article2-page .list-collecting .item-third .item-third-box {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 240px;
        width: 85%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 128px;
        top: -140px;
        right: -10px;
        max-height: 140px;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 220px;
        height: 240px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info{20px 16px 0 20px}
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        max-width: 100px;
        line-height: 28px;
        margin-bottom: 6px;
        letter-spacing: 3px;
        font-size: 24px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 17px;
        line-height: 26px;
        width: 88%;
    }
}

@media only screen and (max-width: 620px) {
    .article2-page .list-collecting .item-second .item-second--left .info {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .article2-page .nav {
        height: 50px;
    }
    .article2-page .nav ul {
        height: 70%;
        width: 100%;
    }
    .article2-page .nav ul li {
        width: 50%;
    }
    .article2-page .nav ul li .item {
        line-height: 19px;
    }
    .article2-page .nav ul li .item h2 {
        letter-spacing: 1px;
        font-size: 12px;
    }
    .article2-page .collecting .content {
        top: 25%;
        left: 14px;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 56%;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 38px;
        left: -44px;
        top: -24px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 22.4px;
        font-weight: 700;
        letter-spacing: 6.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 96px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 5px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 16px;
        line-height: 22px;
        max-width: 69%;
    }
    .article2-page .collecting .padding {
        height: 150px;
    }
    .article2-page .collecting .padding .icon {
        width: 190px;
        top: -200px;
        right: -96px;
    }
    .article2-page .list-collecting .item-first .img {
        width: 51%;
        margin: 0 auto;
    }
    .article2-page .list-collecting .item-first .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first .number {
        font-size: 150px;
        left: -123px;
        bottom: 0;
        max-height: 120px;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 51%;
        padding-left: 0;
    }
    .article2-page .list-collecting .item-first--top .info--header {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        font-weight: 900;
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        font-size: 20px;
        max-width: 213px;
    }
    .article2-page .list-collecting .item-second .container {
        display: block;
        padding-left: 0;
        height: auto;
        background-color: white;
    }
    .article2-page .list-collecting .item-second .item-second--left {
        background-color: var(--color-gray);
        width: 80%;
        aspect-ratio: 1/1;
    }
    .article2-page .list-collecting .item-second .item-second--left .info {
        padding-right: 40px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        font-size: 144px;
        max-height: 207px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        font-size: 15.2px;
        max-width: 303px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .article2-page .list-collecting .item-second .item-second--right img {
        width: 80%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -20px;
        left: -163px;
        width: 255px;
    }
    .article2-page .list-collecting .item-third {
        height: 538px;
        position: relative;
    }
    .article2-page .list-collecting .item-third-bg {
        height: 315px;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 350px;
        width: 85%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 112px;
        top: -123px;
        right: -7px;
        max-height: 127px;
    }
    .article2-page .list-collecting .item-third .item-third-box .number .blur {
        display: none;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 45%;
        height: 81%;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        padding: 19px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        max-width: 100px;
        line-height: 30px;
        margin-bottom: 5px;
        letter-spacing: 2px;
        font-size: 25px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 15px;
        line-height: 23px;
        width: 88%;
    }
}

@media only screen and (max-width: 500px) {
    .article2-page .collecting .content {
        top: 24%;
        left: 12px;
        width: 70%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 54%;
        top: -16px;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 31px;
        left: -44px;
        top: -24px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 14.2px;
        font-weight: 700;
        letter-spacing: 3.2px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 75px;
        letter-spacing: 8px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: 6px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 16px;
        line-height: 21px;
        max-width: 65%;
    }
    .article2-page .collecting .padding {
        height: 150px;
    }
    .article2-page .collecting .padding .icon {
        width: 152px;
        top: -160px;
        right: -79px;
    }
    .article2-page .list-collecting .item-first .img {
        width: 48%;
        margin: 0 auto;
    }
    .article2-page .list-collecting .item-first .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first .number {
        font-size: 120px;
        left: -100px;
        bottom: 0;
        max-height: 111px;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 48%;
    }
    .article2-page .list-collecting .item-first--top .info--header {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        font-weight: 900;
        letter-spacing: 4px;
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        font-size: 17px;
        max-width: 82%;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        font-size: 20px;
        font-weight: 200;
        letter-spacing: 1.6px;
        width: 99%;
        padding: 0 30px;
        line-height: 33px;
    }
    .article2-page .list-collecting .item-second {
        padding-left: 0;
        display: block;
        height: auto;
        background-color: white;
    }
    .article2-page .list-collecting .item-second .item-second--left {
        background-color: var(--color-gray);
        width: 80%;
        aspect-ratio: 1/1;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        line-height: 100px;
        font-size: 99px;
        max-height: 126px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 11px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        font-size: 14.2px;
        max-width: 243px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .article2-page .list-collecting .item-second .item-second--right img {
        width: 80%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -29px;
        left: -149px;
        width: 222px;
    }
    .article2-page .list-collecting .item-third {
        height: 455px;
        position: relative;
    }
    .article2-page .list-collecting .item-third-bg {
        height: 300px;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 170px;
        width: 85%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 112px;
        top: -124px;
        right: -7px;
        max-height: 127px;
    }
    .article2-page .list-collecting .item-third .item-third-box .number .blur {
        display: none;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 150px;
        height: 170px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        padding: 10px 20px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        max-width: 100px;
        line-height: 22px;
        margin-bottom: 5px;
        letter-spacing: 1px;
        font-size: 18px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 11px;
        line-height: 18px;
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .article2-page .collecting .content {
        top: 28%;
        left: 10px;
        width: 63%;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: -10px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 11px;
        line-height: 14px;
        max-width: 70%;
    }
    .article2-page .collecting .padding {
        height: 100px;
    }
    .article2-page .collecting .padding .icon {
        width: 112px;
        top: -118px;
        right: -59px;
    }
}

@media only screen and (max-width: 400px) {
    .article2-page .nav {
        height: 45px;
    }
    .article2-page .nav ul {
        height: 70%;
        width: 90%;
    }
    .article2-page .nav ul li {
        width: 50%;
    }
    .article2-page .nav ul li .item {
        line-height: 15px;
    }
    .article2-page .nav ul li .item h2 {
        font-size: 10px;
    }
    .article2-page .collecting .content {
        top: 28%;
        left: 10px;
        width: 63%;
    }
    .article2-page .collecting .content__first .text--small {
        left: 55%;
        top: -9px;
    }
    .article2-page .collecting .content__first .text--small .icon {
        width: 20px;
        left: -29px;
        top: -15px;
    }
    .article2-page .collecting .content__first .text--small h2 {
        font-size: 9.6px;
        font-weight: 700;
        letter-spacing: 3.4px;
    }
    .article2-page .collecting .content__first .text--big h1 {
        font-size: 59px;
        letter-spacing: 5px;
        font-weight: 200;
    }
    .article2-page .collecting .content__first .text--detail {
        margin-top: -10px;
    }
    .article2-page .collecting .content__first .text--detail span {
        font-size: 11.8px;
        line-height: 14px;
        max-width: 69%;
    }
    .article2-page .collecting .padding {
        height: 100px;
    }
    .article2-page .collecting .padding .icon {
        width: 112px;
        top: -118px;
        right: -59px;
    }
    .article2-page .list-collecting .item-first .img {
        width: 53%;
        margin: 0 auto;
    }
    .article2-page .list-collecting .item-first .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .article2-page .list-collecting .item-first .number {
        font-size: 120px;
        left: -94px;
        bottom: 0;
        max-height: 110px;
    }
    .article2-page .list-collecting .item-first--top .info {
        width: 53%;
    }
    .article2-page .list-collecting .item-first--top .info--header {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        font-weight: 800;
        letter-spacing: 4px;
        margin-bottom: 32px;
        margin-top: 26px;
    }
    .article2-page .list-collecting .item-first--top .info--detail {
        font-size: 13px;
        max-width: 73%;
    }
    .article2-page .list-collecting .item-first--bottom h2 {
        font-size: 20px;
        font-weight: 200;
        letter-spacing: 1.6px;
        width: 99%;
        padding: 0 30px;
        line-height: 33px;
    }
    .article2-page .list-collecting .item-second {
        padding-left: 0;
        display: block;
        height: auto;
        background-color: white;
    }
    .article2-page .list-collecting .item-second .item-second--left {
        background-color: var(--color-gray);
        width: 80%;
        aspect-ratio: 1/1;
    }
    .article2-page .list-collecting .item-second .item-second--left .info .number {
        font-size: 83px;
        max-height: 104px;
        line-height: 58px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--header h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 11px;
        letter-spacing: 3px;
    }
    .article2-page .list-collecting .item-second .item-second--left .info--detail {
        font-size: 12.2px;
        max-width: 214px;
    }
    .article2-page .list-collecting .item-second .item-second--right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .article2-page .list-collecting .item-second .item-second--right img {
        width: 80%;
    }
    .article2-page .list-collecting .item-second .icon {
        top: -17px;
        left: -90px;
        width: 148px;
    }
    .article2-page .list-collecting .item-third {
        height: 377px;
        position: relative;
    }
    .article2-page .list-collecting .item-third-bg {
        height: 244px;
    }
    .article2-page .list-collecting .item-third .item-third-box {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        height: 205px;
        width: 85%;
    }
    .article2-page .list-collecting .item-third .item-third-box .number {
        font-size: 96px;
        top: -105px;
        right: -3px;
        max-height: 105px;
    }
    .article2-page .list-collecting .item-third .item-third-box .number .blur {
        display: none;
    }
    .article2-page .list-collecting .item-third .item-third-box img {
        width: 45%;
        height: 92%;
    }
    .article2-page .list-collecting .item-third .item-third-box .info {
        padding: 19px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--header {
        max-width: 100px;
        line-height: 18px;
        margin-bottom: 5px;
        letter-spacing: 3px;
        font-size: 16px;
    }
    .article2-page .list-collecting .item-third .item-third-box .info--detail {
        font-size: 9px;
        line-height: 15px;
        width: 94%;
    }
}
/*# sourceMappingURL=responsive.css.map */
