.main-sustainability__link:focus:before {
    outline: 3px dotted #333;
    outline-offset: -2px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

.main-news .main-news-list__title-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 3em
}

.container.main {
    text-align: center
}

section[class*="main-"] {
    height: 100vh;
    overflow: hidden
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px
}

.main-visual {
    position: relative
}

.main-visual__swiper .swiper-wrapper {
    height: 100%
}

.main-visual__swiper-slide {
    height: 100%
}

.main-visual__swiper-slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    padding: 0 160px;
    color: #fff;
    text-align: left;
    z-index: 1
}

.main-swiper-slide-active .main-visual__swiper-slide-inner {
    -webkit-animation-name: main-visual-swiper2;
    animation-name: main-visual-swiper2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.main-visual__swiper-slide-title {
    font-size: 120px;
    font-weight: 700;
    line-height: 174px
}

.main-visual__swiper-slide-desc {
    margin-top: 27px;
    font-size: 32px;
    line-height: 48px
}

.main-visual__swiper-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.main-visual__swiper-slide-bg img {
    width: 100%;
    height: 100%
}

.main-swiper-slide-active .main-visual__swiper-slide-bg {
    -webkit-animation-name: main-visual-swiper;
    animation-name: main-visual-swiper;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes main-visual-swiper {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes main-visual-swiper {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes main-visual-swiper2 {
    from {
        opacity: 0.5
    }

    to {
        opacity: 1
    }
}

@keyframes main-visual-swiper2 {
    from {
        opacity: 0.5
    }

    to {
        opacity: 1
    }
}

.main-visual .swiper-btn-wrap {
    position: absolute;
    bottom: 200px;
    left: 50%;
    max-width: 1920px;
    width: 100%;
    padding: 0 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.main-visual .swiper-btn-wrap [class*="swiper-button"] {
    display: none
}

.main-visual .swiper-btn-wrap .swiper-pagination-bullets {
    height: 4px
}

.main-visual .swiper-btn-wrap .swiper-pagination-bullet {
    width: 90px;
    height: 4px;
    margin-left: 8px;
    background: rgba(255,255,255,0.5)
}

.main-visual .swiper-btn-wrap .swiper-pagination-bullet:before {
    display: none
}

.main-visual .swiper-btn-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.main-visual .swiper-btn-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: none
}

.main-visual .swiper-btn-wrap .swiper-button-prev+.swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0
}

.main-visual .swiper-btn-wrap .swiper-button-prev+.swiper-pagination .swiper-pagination-bullet:nth-last-of-type(1) {
    margin-right: 0
}

.main-visual .swiper-btn-wrap .swiper-autoplay {
    position: absolute;
    top: -14px;
    left: calc(50% + 155px)
}

.main-visual .main-scroll {
    z-index: 1
}

.main-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-about__inner {
    position: relative;
    max-width: 1600px;
    min-height: 719px;
    width: 100%;
    text-align: left
}

.main-about__inner .main-title {
    font-size: 48px;
    line-height: 63px;
    text-align: center
}

.main-about__text {
    margin-top: 70px;
    height: 597px
}

.main-about__title {
     font-size:48px; 
     font-weight:300; 
     line-height:63px; 
}

.main-about__title strong {
    font-weight: 700
}

.main-about__title+.main-about__title {
    margin-top: 6px
}

.main-about__title:first-child {
    margin-top: 55px
}

.main-about__desc {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px
}

.main-about__title+.main-about__desc {
    margin-top: 46px
}

.main-about__desc+.main-about__desc {
    margin-top: 32px
}

/* .main-about__bg {
    /* position: absolute;
    margin-left:100% ;
     /* right: 0; */
    /* bottom: 90%;
    width: 539px;
    height: 597px;
    background-image: url(/bg_icon.png); */ 
    /* position: relative; */
    /* size:(600px) 480px, 800px ; */
    /* height: auto;
    width: 100%; */
    /* background-image:; */
    /* background-size: 100% auto 
} */

/* @media (min-width: 400px) {
    .main-about__bg {
        
        background: #cccccc;
    } */

.main-about .main-about__text,.main-about .main-about__bg {
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    -webkit-transition: all 1s ease-in-out .2s;
    transition: all 1s ease-in-out .2s
}

.main-about.is-active .main-about__text,.main-about.is-active .main-about__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main-what {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: #000
}

.main-what__inner {
    position: relative;
    width: 100%;
    max-width: 1600px;
    padding-top: 196px;
    text-align: left;
    z-index: 2
}

.main-what__list {
    width: 970px;
    margin-top: 25px
}

.main-what__item+.main-what__item {
    border-top: 1px solid rgba(255,255,255,0.2)
}

.main-what__link {
    display: block;
    padding: 48px 0
}

.main-what__link-title {
    display: inline-block;
    position: relative;
    padding-left: 56px;
    padding-right: 66px;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden
}

.main-what__link-title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 28px;
    margin-top: -14px;
    background: url(../img/main/ico_what_arrow.png) no-repeat left top;
    background-size: 100% auto;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.main-what__link.on .main-what__link-title {
    padding-left: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 82px
}

.main-what__link.on .main-what__link-title:before {
    margin-top: -9px
}

.main-what__link.menu1.on .main-what__link-title:before {
    left: 846px
}

.main-what__link.menu2.on .main-what__link-title:before {
    left: 923px
}

.main-what__link.menu3.on .main-what__link-title:before {
    left: 419px
}

.main-what__link-text {
    visibility: hidden;
    font-size: 24px;
    line-height: 1px;
    opacity: 0;
    margin-top: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.main-what__link.on .main-what__link-text {
    visibility: visible;
    margin-top: 23px;
    font-weight: 300;
    line-height: 36px;
    opacity: 1
}

.main-what__link .main-what__link-title,.main-what__link .main-what__link-title:before {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.main-what__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.main-what__bg-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 100%;
    opacity: 0
}

/* .main-what__bg-item.menu1 {
    background-image: url(../img/main/bg_what_01_pc.jpg)
}

.main-what__bg-item.menu2 {
    background-image: url(../img/main/bg_what_02_pc.jpg)
}

.main-what__bg-item.menu3 {
    background-image: url(../img/main/bg_what_03_pc.jpg)
} */

.main-what__bg-item.prev {
    top: 0;
    z-index: 1
}

.main-what__bg-item.on {
    -webkit-animation-name: main-what;
    animation-name: main-what;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 2
}

.main-what__bg-item.prev {
    opacity: 1
}

@-webkit-keyframes main-what {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes main-what {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.main-video {
    background: #000;
    color: #fff
}

.main-video .pc--show,.main-video .mo--show {
    position: relative;
    height: 100%
}

.main-video__thumbnail {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/main/bg_video_thumbnail_pc.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.main-video.is-active .main-video__thumbnail {
    background-size: 110% 110%
}

.main-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.main-video__inner .main-title {
    position: absolute;
    top: 196px;
    width: 100%;
    z-index: 1
}

.main-video__inner.video-on {
    visibility: hidden;
    opacity: 0
}

.main-video__button {
    width: 240px;
    height: 240px;
    background: url(../img/main/ico_video_play_pc.png) no-repeat left top;
    background-size: 100% auto;
    z-index: 1
}

.main-video__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden
}

.main-video__container figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.main-video__container figure video {
    width: 30%;
    height: 30%;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.main-video__container.video-on {
    visibility: visible
}

.main-video__container.video-on video {
    width: 100%;
    height: 100vh
}

.main-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-recruit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60%;
    padding: 0 50px
}

.main-recruit__inner .btn--wrap {
    margin-top: 50px
}

.main-recruit__desc {
    margin-top: 80px;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px
}

.main-recruit__bg {
    width: 100%;
    height: 40%;
    background: url(../img/main/bg_recruit_pc.jpg) no-repeat 50% 50%;
    background-size: cover
}

.main-sustainability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-sustainability__inner {
    width: 1600px
}

.main-sustainability__content {
    position: relative;
    width: 100%;
    height: 782px;
    margin-top: 80px
}

.main-sustainability__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 388px;
    height: 250px;
    overflow: hidden;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.main-sustainability__menu.menu2,.main-sustainability__menu.menu5 {
    width: 792px
}

.main-sustainability__menu.menu1 {
    height: 782px
}

.main-sustainability__menu.menu6 {
    height: 516px
}

.main-sustainability__menu.menu1 {
    left: 0;
    top: 0
}

.main-sustainability__menu.menu2 {
    left: 403px;
    top: 0
}

.main-sustainability__menu.menu3 {
    left: 403px;
    top: 266px
}

.main-sustainability__menu.menu4 {
    left: 807px;
    top: 266px
}

.main-sustainability__menu.menu5 {
    left: 403px;
    top: 532px
}

.main-sustainability__menu.menu6 {
    left: 1211px;
    top: 0
}

.main-sustainability__menu.menu7 {
    left: 1211px;
    top: 532px
}

.main-sustainability__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 48px 48px;
    text-align: left
}

.main-sustainability__link:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

/* .menu1 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_01_pc.jpg)
}

.menu2 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_02_pc.jpg)
}

.menu3 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_03_pc.jpg)
}

.menu4 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_04_pc.jpg)
}

.menu5 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_05_pc.jpg)
}

.menu6 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_06_pc.jpg)
}

.menu7 .main-sustainability__link:after {
    background-image: url(../img/main/bg_sustainability_07_pc.jpg)
} */

.main-sustainability__link:hover:after,.main-sustainability__link:focus:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.main-sustainability__link:focus:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.main-sustainability__title {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    z-index: 1
}

.main-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto !important;
    background: #fff
}

.main-news__inner {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    position: relative;
    padding: 196px 0 0 909px
}

.main-news__text {
    position: absolute;
    top: 196px;
    left: 0;
    text-align: left
}

.main-news__text.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    width: 800px;
    margin-left: -800px;
    padding-top: 196px
}

.main-news__news {
    padding-bottom: 200px;
    text-align: left
}

.main-news__news .btn.btn--line {
    margin-top: 80px
}

.main-news__desc {
    margin-top: 80px;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px
}

.main-news .main-news-list {
    overflow: hidden
}

.main-news .main-news-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-news .main-news-list__item+.main-news-list__item {
    margin-top: 120px
}

.main-news .main-news-list__link {
    display: block
}

.main-news .main-news-list__link:hover .main-news-list__thumbnail img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.main-news .main-news-list__thumbnail {
    overflow: hidden
}

.main-news .main-news-list__thumbnail,.main-news .main-news-list__thumbnail img {
    width: 100%;
    height: 364px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.main-news .main-news-list__text-wrap {
    margin-top: 32px;
    padding-right: 202px
}

.main-news .main-news-list__title {
    margin-top: 24px;
    max-height: 70px;
    overflow: hidden
}

.main-news .main-news-list__title-text {
    font-size: 24px;
    line-height: 35px
}

.main-news .main-news-list .btn.btn--arrow {
    margin-top: 33px
}

.main-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 1228px !important;
    background: #000;
    color: #fff
}

.main-global__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 14px;
    width: 100%;
    height: 700px
}

.main-global__copy-text {
    font-size: 80px;
    font-weight: 700;
    line-height: 100px
}

.main-global__map-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1600px;
    height: 700px;
    margin: 0 0 0 -800px;
    background: url(../img/main/bg_global_map_wh_pc.png) no-repeat left top;
    background-size: 100% auto;
    opacity: 0
}

.main-global__content {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -800px;
    opacity: 0
}

.main-global.is-active .main-global__copy-text {
    -webkit-animation-name: main-global-1;
    animation-name: main-global-1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: ease-out;
    animation-duration: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.main-global.is-active .main-global__map-bg {
    -webkit-animation-name: main-global-2;
    animation-name: main-global-2;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: ease-out;
    animation-duration: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.main-global.is-active .main-global__content {
    -webkit-animation-name: main-global-3;
    animation-name: main-global-3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: ease-in-out;
    animation-duration: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes main-global-1 {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }
}

@keyframes main-global-1 {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }
}

@-webkit-keyframes main-global-2 {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes main-global-2 {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes main-global-3 {
    from {
        top: 100px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes main-global-3 {
    from {
        top: 100px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.main-global__text {
    margin-top: 19px
}

.main-global__center-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-global__center-total-list {
    width: 120px;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px
}

.main-global__center-total-list+.main-global__center-total-list {
    margin-left: 50px
}

.main-global__center-total-num {
    display: block;
    margin-bottom: -10px;
    font-size: 80px;
    font-weight: 700;
    line-height: 106px
}

.main-global__center-wrap {
    position: relative;
    height: 616px;
    margin-top: 10px
}

.main-global__center-wrap>.center-list {
    right: 23px;
    bottom: 16px
}

.main-global .center-list {
    position: absolute
}

.main-global .center-list:after,.main-global .center-list__items:after {
    display: block;
    content: '';
    clear: both
}

.main-global .center-list__items {
    padding-top: 7px
}

.main-global .center-list__item {
    position: relative;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 26px
}

.main-global .center-list__item:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    margin: 2px 8px 0 0
}

.main-global .center-list__item.rnd:before {
    background: #5da2fc;
    border-radius: 100%
}

.main-global .center-list__item.vt:before {
    background: #ffb038
}

.main-global .center-list__item.plant:before {
    background: url(../img/hlklemove/img_global_center_plant.png) no-repeat left top;
    background-size: 100% auto
}

.main-global .center-list__item.salse:before {
    background: url(../img/hlklemove/img_global_center_office.png) no-repeat left top;
    background-size: 100% auto
}

.main-global .center-list__item+.center-list__item {
    margin-left: 28px
}

.main-global__countries {
    width: 1600px;
    height: auto;
    margin: 0 auto
}

.main-global__country {
    position: absolute;
    width: 150px;
    text-align: left
}

.main-global__country.korea {
    left: 663px;
    top: 73px
}

.main-global__country.korea .center-list__city {
    width: 100px
}

.main-global__country.korea:before {
    top: 13px;
    left: -63px;
    width: 50px;
    height: 59px;
    background: url(../img/main/ico_global_center_type02_wh.png) no-repeat left top;
    background-size: 100% auto
}

.main-global__country.usa {
    left: 1235px;
    top: 173px
}

.main-global__country.usa .center-list__city {
    width: 120px
}

.main-global__country.china {
    left: 592px;
    top: 236px
}

.main-global__country.china .center-list__city {
    width: 70px
}

.main-global__country.china:before {
    top: -71px;
    left: -42px;
    width: 30px;
    height: 85px;
    background: url(../img/main/ico_global_center_type03_wh.png) no-repeat left top;
    background-size: 100% auto
}

.main-global__country.india {
    left: 415px;
    top: 232px
}

.main-global__country.india .center-list__city {
    width: 90px
}

.main-global__country.eu {
    left: 167px;
    top: 34px
}

.main-global__country.eu .center-list__city {
    width: 75px
}

.main-global__country:before {
    display: block;
    content: '';
    position: absolute;
    background-size: 100% auto
}

.main-global__country.usa:before,.main-global__country.eu:before,.main-global__country.india:before {
    top: -34px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/main/ico_global_center_type01_wh.png) no-repeat left top;
    background-size: 100% auto
}

.main-global__country-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.main-global__country .center-list {
    position: relative;
    margin-top: 10px
}

.main-global__country .center-list__item {
    display: inline-block;
    width: 12px;
    height: 12px
}

.main-global__country .center-list__item:before {
    margin: 0;
    vertical-align: top
}

.main-global__country .center-list__item+.center-list__item {
    margin-left: 6px
}

.main-global__country .center-list__city {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

.main-global__country .center-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    z-index: 10010
}

.main-popup:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle
}

.main-popup.is-active--open {
    display: block
}

.main-popup__wrap {
    display: inline-block;
    position: relative;
    width: 800px;
    height: 100%;
    max-height: 925px;
    padding-bottom: 60px;
    vertical-align: middle;
    background: #000
}

.main-popup__inner {
    height: 100%;
    text-align: left
}

.main-popup__logo {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 164px;
    height: 40px;
    background: url(../img/common/img_logo_wh.png) no-repeat 50% 50%;
    background-size: 100% auto;
    text-indent: -99999px;
    z-index: 10
}

.main-popup__cookie {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background: #000
}

.main-popup__cookie .checkbox__label span {
    font-weight: 400
}

.main-popup__swiper {
    height: 100%
}

.main-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/common/ico_layerpopup_close_white_pc.png) no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: 10
}

.main-popup .main-popup-swiper .swiper-wrapper {
    height: 100%
}

.main-popup .main-popup-swiper .swiper-slide img {
    height: 100%
}

.main-popup .main-popup-swiper .swiper-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 50px;
    bottom: 24px;
    width: 100px;
    min-width: 50px;
    padding: 0 2px;
    border-radius: 30px;
    background: rgba(0,0,0,0.34);
    z-index: 1
}

.main-popup .main-popup-swiper .swiper-pagination {
    float: left
}

.main-popup .main-popup-swiper .swiper-paging .paging {
    color: #fff
}

.main-popup .main-popup-swiper .swiper-button-prev,.main-popup .main-popup-swiper .swiper-button-next {
    display: block;
    float: left;
    position: relative;
    width: 25px;
    height: 25px;
    margin-top: 2px
}

.main-popup .main-popup-swiper .swiper-button-prev:before,.main-popup .main-popup-swiper .swiper-button-next:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-popup .main-popup-swiper .swiper-button-prev:after,.main-popup .main-popup-swiper .swiper-button-next:after {
    display: none
}

.main-popup .main-popup-swiper .swiper-button-prev:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: none;
    border-right: 6px solid #fff
}

.main-popup .main-popup-swiper .swiper-button-next:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-right: none
}

.main-popup .main-popup-swiper .swiper-button-prev.swiper-button-disabled:before,.main-popup .main-popup-swiper .swiper-button-next.swiper-button-disabled:before {
    opacity: .4
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
    .main-title {
        font-size:1.66667vw;
        line-height: 2.5vw
    }

    .main-visual__swiper-slide-inner {
        padding: 0vw 8.33333vw
    }

    .main-visual__swiper-slide-title {
        font-size: 6.25vw;
        line-height: 9.0625vw
    }

    .main-visual__swiper-slide-desc {
        margin-top: 1.40625vw;
        font-size: 1.66667vw;
        line-height: 2.5vw
    }

    .main-visual .swiper-btn-wrap {
        bottom: 10.41667vw;
        padding: 0vw 8.33333vw
    }

    .main-visual .swiper-btn-wrap .swiper-pagination-bullets {
        height: .20833vw
    }

    .main-visual .swiper-btn-wrap .swiper-pagination-bullet {
        width: 4.6875vw;
        height: .20833vw;
        margin-left: .41667vw
    }

    .main-visual .swiper-btn-wrap .swiper-autoplay {
        top: -.72917vw;
        left: calc(50% + 8.0729vw)
    }

    .main-about__inner {
        max-width: 83.33333vw;
        min-height: 37.44792vw
    }

    .main-about__inner .main-title {
        font-size: 2.5vw;
        line-height: 3.28125vw
    }

    .main-about__text {
        margin-top: 3.64583vw;
        height: 31.09375vw
    }

    .main-about__title {
        font-size: 2.5vw;
        line-height: 3.28125vw
    }

    .main-about__title+.main-about__title {
        margin-top: .3125vw
    }

    .main-about__title:first-child {
        margin-top: 2.86458vw
    }

    .main-about__desc {
        font-size: 1.04169vw;
        line-height: 1.66667vw
    }

    .main-about__title+.main-about__desc {
        margin-top: 2.39583vw
    }

    .main-about__desc+.main-about__desc {
        margin-top: 1.66667vw
    }

    .main-about__bg {
       margin-left: 55%;
       margin-bottom: -30%;
       background-size: 38%;
       background-repeat: no-repeat;
    }

    .main-what__inner {
        max-width: 83.33333vw;
        padding-top: 10.20833vw
    }

    .main-what__list {
        width: 50.52083vw;
        margin-top: 1.30208vw
    }

    .main-what__link {
        padding: 2.5vw 0vw
    }

    .main-what__link-title {
        padding-left: 2.91667vw;
        padding-right: 3.4375vw;
        font-size: 1.25vw;
        line-height: 1.66667vw
    }

    .main-what__link-title:before {
        width: 2.08333vw;
        height: 1.45833vw;
        margin-top: -.72917vw
    }

    .main-what__link.on .main-what__link-title {
        font-size: 3.125vw;
        line-height: 4.27083vw
    }

    .main-what__link.on .main-what__link-title:before {
        margin-top: -.46875vw
    }

    .main-what__link.menu1.on .main-what__link-title:before {
        left: 44.0625vw
    }

    .main-what__link.menu2.on .main-what__link-title:before {
        left: 48.07292vw
    }

    .main-what__link.menu3.on .main-what__link-title:before {
        left: 21.82292vw
    }

    .main-what__link-text {
        font-size: 1.25vw;
        line-height: .05208vw
    }

    .main-what__link.on .main-what__link-text {
        margin-top: 1.19792vw;
        line-height: 1.875vw
    }

    .main-what__link .main-what__link-title {
        -webkit-transition: none;
        transition: none
    }

    .main-video__inner .main-title {
        top: 10.20833vw
    }

    .main-video__button {
        width: 12.5vw;
        height: 12.5vw
    }

    .main-recruit__inner {
        padding: 0vw 2.60417vw
    }

    .main-recruit__inner .btn--wrap {
        margin-top: 2.60417vw
    }

    .main-recruit__desc {
        margin-top: 4.16667vw;
        font-size: 2.5vw;
        line-height: 3.54167vw
    }

    .main-sustainability__inner {
        width: 83.33333vw
    }

    .main-sustainability__content {
        height: 40.72917vw;
        margin-top: 4.16667vw
    }

    .main-sustainability__menu {
        width: 20.20833vw;
        height: 13.02083vw
    }

    .main-sustainability__menu.menu2,.main-sustainability__menu.menu5 {
        width: 41.25vw
    }

    .main-sustainability__menu.menu1 {
        height: 40.72917vw
    }

    .main-sustainability__menu.menu6 {
        height: 26.875vw
    }

    .main-sustainability__menu.menu2 {
        left: 20.98958vw
    }

    .main-sustainability__menu.menu3 {
        left: 20.98958vw;
        top: 13.85417vw
    }

    .main-sustainability__menu.menu4 {
        left: 42.03125vw;
        top: 13.85417vw
    }

    .main-sustainability__menu.menu5 {
        left: 20.98958vw;
        top: 27.70833vw
    }

    .main-sustainability__menu.menu6 {
        left: 63.07292vw
    }

    .main-sustainability__menu.menu7 {
        left: 63.07292vw;
        top: 27.70833vw
    }

    .main-sustainability__link {
        padding: 2.5vw 2.5vw
    }

    .main-sustainability__title {
        font-size: 1.25vw;
        line-height: 1.875vw
    }

    .main-news__inner {
        max-width: 83.33333vw;
        padding: 10.20833vw 0vw 0vw 47.34375vw
    }

    .main-news__text {
        top: 10.20833vw
    }

    .main-news__text.fixed {
        width: 41.66667vw;
        margin-left: -41.66667vw;
        padding-top: 10.20833vw
    }

    .main-news__news {
        padding-bottom: 10.41667vw
    }

    .main-news__news .btn.btn--line {
        margin-top: 4.16667vw
    }

    .main-news__desc {
        margin-top: 4.16667vw;
        font-size: 2.5vw;
        line-height: 3.54167vw
    }

    .main-news .main-news-list__item+.main-news-list__item {
        margin-top: 6.25vw
    }

    .main-news .main-news-list__thumbnail,.main-news .main-news-list__thumbnail img {
        height: 18.95833vw
    }

    .main-news .main-news-list__text-wrap {
        margin-top: 1.66667vw;
        padding-right: 10.52083vw
    }

    .main-news .main-news-list__title {
        margin-top: 1.25vw;
        max-height: 3.64583vw
    }

    .main-news .main-news-list__title-text {
        font-size: 1.25vw;
        line-height: 1.82292vw
    }

    .main-news .main-news-list .btn.btn--arrow {
        margin-top: 1.71875vw
    }

    .main-global {
        height: 63.95833vw !important
    }

    .main-global__inner {
        margin-top: .72917vw;
        height: 36.45833vw
    }

    .main-global__copy-text {
        font-size: 4.16667vw;
        line-height: 5.20833vw
    }

    .main-global__map-bg {
        width: 83.33333vw;
        height: 36.45833vw;
        margin: 0vw 0vw 0vw -41.66667vw
    }

    .main-global__content {
        margin-left: -41.66667vw
    }

    .main-global__text {
        margin-top: .98958vw
    }

    .main-global__center-total-list {
        width: 6.25vw;
        font-size: 1.04167vw;
        line-height: 1.875vw
    }

    .main-global__center-total-list+.main-global__center-total-list {
        margin-left: 2.60417vw
    }

    .main-global__center-total-num {
        margin-bottom: -.52083vw;
        font-size: 4.16667vw;
        line-height: 5.52083vw
    }

    .main-global__center-wrap {
        height: 32.08333vw;
        margin-top: .52083vw
    }

    .main-global__center-wrap>.center-list {
        right: 1.19792vw;
        bottom: .83333vw
    }

    .main-global .center-list__items {
        padding-top: .36458vw
    }

    .main-global .center-list__item {
        font-size: .83333vw;
        line-height: 1.35417vw
    }

    .main-global .center-list__item:before {
        width: .625vw;
        height: .625vw;
        margin: .10417vw .41667vw 0vw 0vw
    }

    .main-global .center-list__item+.center-list__item {
        margin-left: 1.45833vw
    }

    .main-global__countries {
        width: 83.33333vw
    }

    .main-global__country {
        width: 7.8125vw
    }

    .main-global__country.korea {
        left: 34.53125vw;
        top: 3.80208vw
    }

    .main-global__country.korea .center-list__city {
        width: 5.20833vw
    }

    .main-global__country.korea:before {
        top: .67708vw;
        left: -3.28125vw;
        width: 2.60417vw;
        height: 3.07292vw
    }

    .main-global__country.usa {
        left: 64.32292vw;
        top: 9.01042vw
    }

    .main-global__country.usa .center-list__city {
        width: 6.25vw
    }

    .main-global__country.china {
        left: 30.83333vw;
        top: 12.29167vw
    }

    .main-global__country.china .center-list__city {
        width: 3.64583vw
    }

    .main-global__country.china:before {
        top: -3.69792vw;
        left: -2.1875vw;
        width: 1.5625vw;
        height: 4.42708vw
    }

    .main-global__country.india {
        left: 21.61458vw;
        top: 12.08333vw
    }

    .main-global__country.india .center-list__city {
        width: 4.6875vw
    }

    .main-global__country.eu {
        left: 8.69792vw;
        top: 1.77083vw
    }

    .main-global__country.eu .center-list__city {
        width: 3.90625vw
    }

    .main-global__country.usa:before,.main-global__country.eu:before,.main-global__country.india:before {
        top: -1.77083vw;
        width: 1.04167vw;
        height: 1.04167vw
    }

    .main-global__country-title {
        font-size: 1.04167vw;
        line-height: 1.35417vw
    }

    .main-global__country .center-list {
        margin-top: .52083vw
    }

    .main-global__country .center-list__item {
        width: .625vw;
        height: .625vw
    }

    .main-global__country .center-list__item+.center-list__item {
        margin-left: .3125vw
    }

    .main-global__country .center-list__city {
        font-size: .83333vw;
        line-height: 1.35417vw
    }

    .main-popup__wrap {
        width: 41.66667vw;
        max-height: 48.17708vw;
        padding-bottom: 3.125vw
    }

    .main-popup__logo {
        top: 1.30208vw;
        left: 1.5625vw;
        width: 8.54167vw;
        height: 2.08333vw
    }

    .main-popup__cookie {
        padding: .78125vw 0vw
    }

    .main-popup__close {
        top: 1.04167vw;
        right: 1.04167vw;
        width: 2.60417vw;
        height: 2.60417vw
    }

    .main-popup .main-popup-swiper .swiper-btn-wrap {
        right: 2.60417vw;
        bottom: 1.25vw;
        width: 5.20833vw;
        padding: 0vw .10417vw;
        border-radius: 1.5625vw
    }

    .main-popup .main-popup-swiper .swiper-paging .paging {
        font-size: .83333vw;
        line-height: 1.5625vw
    }

    .main-popup .main-popup-swiper .swiper-paging .paging>* {
        padding: 0vw .20833vw
    }

    .main-popup .main-popup-swiper .swiper-button-prev,.main-popup .main-popup-swiper .swiper-button-next {
        width: 1.30208vw;
        height: 1.30208vw;
        margin-top: .10417vw
    }

    .main-popup .main-popup-swiper .swiper-button-prev:before {
        border-top-width: .26042vw;
        border-bottom-width: .26042vw;
        border-right-width: .3125vw
    }

    .main-popup .main-popup-swiper .swiper-button-next:before {
        border-top-width: .26042vw;
        border-bottom-width: .26042vw;
        border-left-width: .3125vw
    }
}

@media screen and (min-width: 768px) and (max-width: 1920px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-what__link-text,.main-what__link-title:before {
        -webkit-transition:none;
        transition: none
    }
}

@media only screen and (max-width: 767px) {
    .main-visual__swiper {
        height:100vh
    }

    .main-visual__swiper-slide-inner {
        padding: 0 36px
    }

    .main-visual__swiper-slide-title {
        font-size: 48px;
        line-height: 68px;
        text-align: center
    }

    .main-visual__swiper-slide-desc {
        margin-top: 17px;
        font-size: 20px;
        line-height: 32px;
        text-align: center
    }

    .main-visual .swiper-btn-wrap {
        bottom: 120px;
        padding: 0
    }

    .main-visual .swiper-btn-wrap .swiper-pagination-bullet {
        width: 60px
    }

    .main-visual .swiper-btn-wrap .swiper-autoplay {
        left: calc(50% + 118px)
    }

    .main-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto !important;
        padding: 76px 0 120px 0
    }

    .main-about__inner {
        max-width: none;
        min-height: none;
        width: 100%;
        padding: 0 36px;
        text-align: left
    }

    .main-about__inner .main-title {
        font-size: 32px;
        line-height: 43px;
        text-align: left
    }

    .main-about__text {
        margin-top: 43px;
        height: auto
    }

    .main-about__title {
        font-size: 40px;
        line-height: 52px
    }

    .main-about__title+.main-about__title {
        margin-top: 27px
    }

    .main-about__title:first-child {
        margin-top: 43px
    }

    .main-about__desc {
        font-size: 16px;
        line-height: 26px
    }

    .main-about__bg {
        /* position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 301px;
        height: 325px;
        margin: 32px auto 0 auto;
        background-image: url(/bg_icon.png) */
        visibility: hidden;
    }

    .main-what {
        height: auto !important
    }

    .main-what__inner {
        padding-top: 116px
    }

    .main-what__inner .main-title {
        margin-bottom: 75px;
        padding: 0 36px
    }

    .main-what__list {
        width: 100%;
        margin-top: 0
    }

    .main-what__item {
        height: 600px;
        padding: 0 36px 92px 36px;
        background: url(../img/main/bg_what_01_mo.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: cover
    }

    .main-what__item+.main-what__item {
        border-top: 1px solid rgba(0,0,0,0.2)
    }

    .main-what__item:nth-of-type(2),.main-what__item:nth-of-type(3) {
        padding-top: 75px
    }

    .main-what__item:nth-of-type(2) {
        background-image: url(../img/main/bg_what_02_mo.jpg)
    }

    .main-what__item:nth-of-type(3) {
        background-image: url(../img/main/bg_what_03_mo.jpg)
    }

    .main-what__link {
        position: relative;
        padding: 0 0 48px 0
    }

    .main-what__link:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 28px;
        background: url(../img/main/ico_what_arrow.png) no-repeat left top;
        background-size: 100% auto
    }

    .main-what__link-title {
        padding-left: 0;
        padding-right: 0;
        font-size: 40px;
        font-weight: 700;
        line-height: 53px
    }

    .main-what__link-title:before {
        display: none
    }

    .main-what__link.on .main-what__link-title {
        padding-right: 0;
        font-size: 40px;
        line-height: 48px
    }

    .main-what__link.on .main-what__link-title:before {
        -webkit-transform: none;
        transform: none
    }

    .main-what__link-text {
        visibility: visible;
        font-size: 16px;
        line-height: 26px;
        opacity: 1;
        margin-top: 15px;
        -webkit-transition: none;
        transition: none
    }

    .main-what__link.on .main-what__link-text {
        line-height: 26px;
        margin-top: 15px
    }

    .main-what__link .main-what__link-title,.main-what__link .main-what__link-title:before {
        -webkit-transition: none;
        transition: none
    }

    .main-what__bg {
        display: none
    }

    .main-video__mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        height: 100%
    }

    .main-video__mobile-text {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
        z-index: 100
    }

    .main-video__mobile .visual {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .main-recruit {
        height: auto !important
    }

    .main-recruit__inner {
        height: auto;
        padding: 116px 36px 0 36px
    }

    .main-recruit__inner .btn--wrap {
        width: 100%
    }

    .main-recruit__desc {
        margin-top: 50px;
        font-size: 32px;
        line-height: 48px
    }

    .main-recruit__bg {
        width: 100%;
        height: 435px;
        margin-top: 80px;
        background-image: url(../img/main/bg_recruit_mo.jpg);
        background-size: cover
    }

    .main-sustainability {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto !important
    }

    .main-sustainability__inner {
        width: 100%;
        padding-top: 116px
    }

    .main-sustainability__inner .main-title {
        padding: 0 36px
    }

    .main-sustainability__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 47px
    }

    .main-sustainability__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100% !important;
        height: 200px !important;
        left: 0 !important;
        top: 0 !important
    }

    .main-sustainability__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 48px 36px
    }

    .menu1 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_01_mo.jpg)
    }

    .menu2 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_02_mo.jpg)
    }

    .menu3 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_03_mo.jpg)
    }

    .menu4 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_04_mo.jpg)
    }

    .menu5 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_05_mo.jpg)
    }

    .menu6 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_06_mo.jpg)
    }

    .menu7 .main-sustainability__link:after {
        background-image: url(../img/main/bg_sustainability_07_mo.jpg)
    }

    .main-sustainability__title {
        text-align: center
    }

    .main-news {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-news__inner {
        padding: 116px 36px 0 36px
    }

    .main-news__text {
        position: relative;
        top: 0
    }

    .main-news__text.fixed {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0;
        padding-top: 0
    }

    .main-news__news {
        margin-top: 48px;
        padding-bottom: 120px
    }

    .main-news__desc {
        margin-top: 47px;
        font-size: 32px;
        line-height: 48px
    }

    .main-news .main-news-list__thumbnail,.main-news .main-news-list__thumbnail img {
        width: 100%;
        height: auto
    }

    .main-news .main-news-list__text-wrap {
        padding-right: 0
    }

    .main-news .main-news-list__title {
        max-height: 107px
    }

    .main-news .main-news-list__title-text {
        -webkit-line-clamp: 3;
        max-height: 4.5em
    }

    .main-global {
        height: auto !important;
        padding: 116px 0 200px 0
    }

    .main-global .main-title {
        width: 100%;
        padding: 0 36px
    }

    .main-global__inner {
        margin-top: 40px;
        height: auto
    }

    .main-global__copy-text {
        display: none
    }

    .main-global__map-bg {
        position: absolute;
        left: 50%;
        top: 0;
        width: 810px;
        height: 354px;
        margin: 0 0 0 -405px;
        background-image: url(../img/main/bg_global_map_wh_mo.png)
    }

    .main-global__content {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin-left: 0
    }

    .main-global.is-active .main-global__map-bg {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .main-global.is-active .main-global__content {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .main-global__text {
        margin-top: 0
    }

    .main-global__center-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 86px
    }

    .main-global__center-total-list {
        width: 120px;
        font-size: 20px;
        font-weight: 300;
        line-height: 36px
    }

    .main-global__center-total-list+.main-global__center-total-list {
        margin: 26px 0 0 0
    }

    .main-global__center-total-num {
        display: block;
        margin-bottom: -10px;
        font-size: 60px;
        line-height: 79px
    }

    .main-global__center-wrap {
        position: relative;
        height: auto;
        margin-top: 0
    }

    .main-global__center-wrap>.center-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        left: 0;
        right: auto;
        bottom: 0;
        padding: 0 36px;
        text-align: left
    }

    .main-global__center-wrap>.center-list .center-list__item+.center-list__item {
        margin-left: 0
    }

    .main-global__center-wrap>.center-list .center-list__item:nth-of-type(2),.main-global__center-wrap>.center-list .center-list__item:nth-of-type(4) {
        margin-top: 6px
    }

    .main-global__center-wrap>.center-list .center-list__item.rnd {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .main-global__center-wrap>.center-list .center-list__item.plant {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .main-global__center-wrap>.center-list .center-list__item.vt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .main-global__center-wrap>.center-list .center-list__item.salse {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .main-global__center-wrap>.center-list .center-list__item:nth-of-type(1),.main-global__center-wrap>.center-list .center-list__item:nth-of-type(2) {
        width: 35%
    }

    .main-global__center-wrap>.center-list .center-list__item:nth-of-type(3),.main-global__center-wrap>.center-list .center-list__item:nth-of-type(4) {
        width: 65%
    }

    .main-global .center-list {
        position: relative
    }

    .main-global .center-list:after,.main-global .center-list__items:after {
        display: block;
        content: '';
        clear: both
    }

    .main-global .center-list__items {
        padding-top: 5px
    }

    .main-global__countries {
        width: 100%;
        height: auto;
        margin-top: 32px;
        background: none
    }

    .main-global__country {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 46px 36px 48px 36px;
        border-top: 1px solid rgba(255,255,255,0.2)
    }

    .main-global__country:before {
        display: none
    }

    .main-global__country.korea {
        left: 0;
        top: 0
    }

    .main-global__country.korea .center-list__city {
        width: 98px
    }

    .main-global__country.usa {
        left: 0;
        top: 0
    }

    .main-global__country.usa .center-list__city {
        width: 120px
    }

    .main-global__country.china {
        left: 0;
        top: 0
    }

    .main-global__country.china .center-list__city {
        width: 69px
    }

    .main-global__country.india {
        left: 0;
        top: 0
    }

    .main-global__country.india .center-list__city {
        width: 87px
    }

    .main-global__country.eu {
        left: 0;
        top: 0
    }

    .main-global__country.eu .center-list__city {
        width: 74px
    }

    .main-global__country-title {
        width: 50%
    }

    .main-global__country .center-list {
        position: relative;
        width: 50%;
        margin-top: 3px
    }

    .main-global__country .center-list__inner+.center-list__inner {
        margin-top: 4px
    }

    .main-popup {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        z-index: 10010
    }

    .main-popup:before {
        display: none
    }

    .main-popup__wrap {
        display: block;
        width: 100%;
        max-height: 100%;
        padding-bottom: 60px
    }

    .main-popup__inner {
        height: 100%
    }

    .main-popup__cookie {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .main-popup__logo {
        top: 15px;
        left: 10px;
        width: 104px;
        height: 20px
    }

    .main-popup__close {
        top: 14px;
        right: 20px;
        width: 30px;
        height: 30px;
        background-image: url(../img/common/ico_layerpopup_close_white_mo.png)
    }

    .main-popup .main-popup-swiper {
        height: 100%
    }

    .main-popup .main-popup-swiper .swiper-container,.main-popup .main-popup-swiper .swiper-wrapper {
        height: 100%
    }

    .main-popup .main-popup-swiper .swiper-slide {
        height: 100%
    }

    .main-popup .main-popup-swiper .swiper-slide img {
        height: 100%
    }

    .main-popup .main-popup-swiper .swiper-btn-wrap {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .main-popup .main-popup-swiper .swiper-button-prev,.main-popup .main-popup-swiper .swiper-button-next {
        display: block;
        float: left;
        position: relative;
        width: 25px;
        height: 25px
    }

    .main-popup .main-popup-swiper .swiper-button-prev:before,.main-popup .main-popup-swiper .swiper-button-next:before {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0;
        height: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .main-popup .main-popup-swiper .swiper-button-prev:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: none;
        border-right: 6px solid #fff
    }

    .main-popup .main-popup-swiper .swiper-button-next:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #fff;
        border-right: none
    }
}

@media only screen and (max-width: 360px) {
    .main-about__bg {
        /* height:150px */
        visibility: hidden;
    }

    .main-global__country-title {
        width: 40%
    }

    .main-global__country .center-list {
        width: 60%
    }
}

@media only screen and (max-width: 320px) {
    .global__country-title {
        width:35%
    }

    .global__country .center-list {
        width: 65%
    }
}

/* ------------------------------------------------------------------- */


/* html, body, section {
  block-size: 100%;
}

html {
  scroll-snap-type: y mandatory;
}

section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

section:nth-of-type(even) {
  color: white;
  background: black;
}

section:nth-of-type(odd) {
  color: black;
  background: white;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 4rem;
} */





/* 
  .contain {
    position: relative;
    background: black;  
    max-width: 950px;
    min-width: 650px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
   } 

   
  .card {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 580px;
    height: 400px;
    background: red;  
    margin: 5px;
    transition: transform 0.5s, background 0.3s ease-in-out;
   
     /* @for $i from 1 through 4 {
      &:nth-child(#{$i}) {
        transform: translate(-170% + (120% * ($i - 1)), -50%);
      }
    }
  }
  
 .active {
     background: yellow; 
    transform: translate(-50%, -50%) scale(1.1) !important;
  }

  .next {
    .card {
      @for $i from 1 through 4 {
        &:nth-child(#{$i}) {
          transform: translate(-290% + (120% * ($i - 1)), -50%);
        }
      }
    }
  }
    
  .reset {
    .card {
      transition: none;
      .card {
        @for $i from 1 through 4 {
          &:nth-child(#{$i}) {
            transform: translate(-170% + (120% * ($i - 1)), -50%);
          }
        }
      }
    }
  } */