/**************************************************
 * PAGE | MAIN
 **************************************************/
.snap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.snap-container {
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(0.76, 0, 0.36, 1);
    will-change: transform;
    touch-action: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.snap-section {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.snap-section {
    min-width: 1528px;
}

.kv {
    position: relative;
    padding-top: 90px;
}

.kv .swiper-container {
    width: 100%;
    height: 100%;
}

.kv .swiper-slide {
    overflow: hidden;
    position: relative;
    color: #fff;
}

.kv .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transform: scale(1.12);
    transition: transform 0s linear 1s;
}

.kv .swiper-slide .container {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 70px;
}

.kv .swiper-slide .hgroup {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}

.kv .swiper-slide .hgroup h3 {
    font-size: 62px;
    font-weight: 900;
    line-height: 66px;
    letter-spacing: 0;
}

.kv .swiper-slide .hgroup p {
    height: 60px;
    margin-top: 24px;
    font-size: 20px;
}

.kv .swiper-slide-active .bg,
.kv .swiper-slide-duplicate-active .bg {
    transform: scale(1) rotate(0.001deg);
    transition: transform 10s linear;
}

.kv_nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% + 200px);
    left: 50%;
    z-index: 1;
}

.kv_nav .counter {
    color: #fff;
    font-size: 0;
}

.kv_nav .counter > span {
    display: inline-block;
    width: 21px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.21px;
}

.kv_nav .counter .bar {
    width: 1px;
    height: 14px;
    margin: 0 12px;
    background-color: #fff;
    opacity: .4;
    vertical-align: -1px;
}

.kv_nav .counter .total {
    opacity: .4;
}

.kv_nav .swiper-pagination {
    position: static;
    margin-left: 24px;
    font-size: 0;
}

.kv_nav .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-color: #fff;
    opacity: .4;
    transition: opacity .1s ease;
}

.kv_nav .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.kv_nav .swiper-pagination-bullet-active {
    opacity: 1;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 90px;
}

.intro .mask {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.intro .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.intro p {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    opacity: 0;
    transform: translateY(48px);
}

.intro.focus .bg {
    transform: scale(1.12) rotate(0.001deg);
    transition: transform 30s linear;
}

.intro.fade p {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease,
 transform 1s ease;
}

.product_inner {
    display: flex;
    width: 1536px;
    height: 100%;
    margin: 0 auto;
    padding: 0 48px;
    border-right: 1px solid #eee;
}

.product_inner .col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333%;
    height: 100%;
    padding-top: 90px;
    border-left: 1px solid #eee;
}

.product .product-section {
    width: 100%;
}

.product-section .hgroup {
    text-align: center;
}

/* .product-section .hgroup > strong {
    display: block;
    color: #276ef1;
    font-size: 20px;
    font-weight: 900;
} */

.product-section .hgroup h2 {
    margin-top: 12px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.36px;
    text-align: center;
    color: #276ef1;
}

.product-section .slider {
    overflow: hidden;
    margin-top: 24px;
}

.product-section .slider .swiper-slide {
    padding: 0 14px;
}

.product-section .slider .img {
    padding: 20px 20px; 
    text-align: center;
}

.product-section .slider .img img {
    vertical-align: top;
}

.product-section .slider .metadata {
    text-align: center;
}

.product-section .slider .metadata > strong {
    display: block;
    height: 70px;
    font-size: 22px;
    font-weight: 700;
}

.product-section .slider .metadata > span {
    display: block;
    margin-top: 12px;
    height: 54px;
    color: #666;
    font-size: 18px;
}

.product-section .slider-nav {
    margin-top: 72px;
}

.product-section .slider-nav > ul {
    display: flex;
    justify-content: center;
}

.product-section .slider-nav > ul > li {
    width: 96px;
    margin-left: 24px;
}

.product-section .slider-nav > ul > li:first-child {
    margin-left: 0;
}

.product-section .slider-nav button {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.product-section .slider-nav button > span {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    transition: border-color .4s ease;
}

.product-section .slider-nav button > span img {
    width: 100%;
    opacity: .4;
    transition: opacity .4s ease;
}

.product-section .slider-nav button.focus > span {
    border-color: #276ef1;
}

.product-section .slider-nav button.focus > span img {
    opacity: 1;
}

.rnd {
    display: flex;
    align-items: center;
    padding-top: 90px;
    background-color: #f4f8fe;
}

.rnd .hgroup h2 {
    color: #276ef1;
    font-size: 28px;
    font-weight: 700;
}

.rnd .hgroup h3 {
    margin-top: 24px;
    font-size: 44px;
    font-weight: 700;
}

.rnd .lab {
    margin-top: 48px;
}

.rnd .lab > ul {
    display: flex;
    margin-left: -42px;
}

.rnd .lab > ul > li {
    width: calc(33.3333% - 42px);
    margin-left: 42px;
}

.rnd .lab .item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 472px;
    padding: 40px 24px 0;
}

.rnd .lab .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 92px;
    right: 24px;
    bottom: -32px;
    left: 24px;
    z-index: -3;
    border-radius: 50px;
    background-color: #c6ccdc;
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

.rnd .lab .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    border-radius: 16px;
    background-color: #fff;
}

.rnd .lab .item img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.rnd .lab .item > strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.rnd .lab .item > span {
    display: block;
    margin-top: 12px;
    color: #666;
    font-size: 18px;
}

.rnd .more {
    display: flex;
    position: relative;
    z-index: 1;
    width: 204px;
    margin: 48px auto 0;
}

.esg_inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 25%;
    background: url(./../img/main/esg_bg.jpg) no-repeat 50% 50%/cover;
}

.esg .hgroup h2 {
    color: #276ef1;
    font-size: 28px;
    font-weight: 700;
}

.esg .hgroup h3 {
    margin-top: 24px;
    font-size: 44px;
    font-weight: 700;
}

.esg .hgroup p {
    margin-top: 24px;
    font-size: 20px;
}

.esg .hgroup p > span {
    color: #276ef1;
}

.esg_list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.esg_list > ul {
    display: flex;
}

.esg_list > ul > li {
    width: 25%;
}

.esg_list a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.esg_list a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esg_list a .group {
    position: absolute;
    top: 48px;
    right: 24px;
    left: 24px;
    z-index: 2;
    color: #fff;
}

.esg_list a .group strong {
    display: block;
    font-size: 32px;
    font-weight: 500;
}

.esg_list a .group strong:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    background: url(./../img/main/esg_list_arrow.svg) no-repeat;
    vertical-align: -4px;
}

.esg_list a .group span {
    display: block;
    margin-top: 12px;
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    transition: opacity .3s ease;
}

.esg_list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #276ef1;
    opacity: 0;
    transition: opacity .3s ease;
}

.esg_list a:after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    bottom: 48px;
    z-index: 2;
    width: 120px;
    height: 120px;
    background: url(./../img/main/esg_list_zoom.svg) no-repeat;
    transform: translateX(288px);
    transition: transform .3s ease;
}

.esg_list a:hover .group span {
    opacity: 1;
}

.esg_list a:hover:before {
    opacity: .8;
}

.esg_list a:hover:after {
    transform: translateX(0);
}

.news {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 90px;
}

.news:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url(./../img/main/news_bg_stock.png) no-repeat 50% 0/cover #276ef1;
}

.news_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1676px;
    margin: 0 auto;
    padding: 0 48px;
}

.news_inner .col {
    position: relative;
    width: 620px;
}

.news .group {
    position: relative;
    width: 100%;
}

.news .group h3 {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 900;
}

.news .group .list {
    border: solid #222;
    border-width: 2px 0;
}

.news .group .list > ul > li {
    border-top: 1px solid #eee;
}

.news .group .list > ul > li:first-child {
    border-top: none;
}

.news .group .list a {
    display: block;
    padding: 18px 40px 18px 0;
    background: url(./../img/main/news_link_chevron.svg) no-repeat top 50% right 0;
}

.news .group .list a strong {
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .group .list a span {
    display: block;
    margin-top: 4px;
    color: #9aa2b2;
    font-size: 14px;
    font-weight: 500;
}

.news .group .more {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    color: #276ef1;
    font-size: 16px;
    font-weight: 700;
}

.news .group .more:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(./../img/main/news_more_arrow.svg) no-repeat;
    vertical-align: -2px;
}

.news .group .stock {
    display: flex;
    align-items: center;
    width: 100%;
    height: 194px;
    margin-top: 24px;
    padding: 0 24px;
    border-radius: 16px;
    background-color: rgba(249, 249, 249, 0.14);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    color: #fff;
}

.news .group .stock .current {
    font-size: 48px;
    font-weight: 900;
}

.news .group .stock .compare {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 24px;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
}

.news .group .stock .compare:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(./../img/main/stock_no_change.svg) no-repeat;
}

.news .group .stock .compare.up:before {
    background: url(./../img/main/stock_arrow_up.svg) no-repeat;
}

.news .group .stock .compare.down:before {
    background: url(./../img/main/stock_arrow_down.svg) no-repeat;
}

.news .group .stock .date {
    margin-left: auto;
    margin-right: 0;
    font-size: 16px;
}

.news .group.bright h3 {
    color: #fff;
}

.news .group.bright .list {
    border-color: #fff;
}

.news .group.bright .list a {
    background-image: url(./../img/main/news_link_chevron_bright.svg);
}

.news .group.bright .list a strong {
    color: #fff;
}

.news .group.bright .more {
    color: #fff;
}

.news .group.bright .more:after {
    background-image: url(./../img/main/news_more_arrow_bright.svg);
}

.news .group + .group {
    position: absolute;
    top: 394px;
    left: 0;
}

.bottom {
    height: 368px;
}

.snap-nav {
    position: absolute;
    top: calc(50% + 90px);
    right: 54px;
    z-index: 1;
    transform: translateY(-50%);
}

.snap-nav .indicator {
    width: 10px;
    margin: 0 auto;
}

.snap-nav .indicator > a {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #727b8b;
    opacity: .2;
    white-space: nowrap;
    text-indent: 100%;
    transition: background-color .3s ease;
}

.snap-nav .indicator > a:first-child {
    margin-top: 0;
}

.snap-nav .indicator > a.active {
    height: 30px;
    opacity: 1;
}

.snap-nav .mouse {
    margin-top: 24px;
    color: #727b8b;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    transition: color .3s ease;
}

.snap-nav .mouse i {
    display: block;
    width: 24px;
    margin: 0 auto 1px;
}

.snap-nav .mouse i svg {
    display: block;
}

.snap-nav .mouse i svg path {
    transition: fill .3s ease;
}

.snap-nav.bright .indicator > a {
    background-color: #fff;
}

.snap-nav.bright .mouse {
    color: #fff;
}

.snap-nav.bright .mouse i svg path {
    fill: #fff;
}
