@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: "NunitoSans-Bold";
    src: url("../fonts/NunitoSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "NunitoSans-Book";
    src: url("../fonts/NunitoSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "NunitoSans-Light";
    src: url("../fonts/NunitoSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "NunitoSans-LightIta";
    src: url("../fonts/NunitoSans-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: "NunitoSans-MedIta";
    src: url("../fonts/NunitoSans-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "NunitoSans-Medium";
    src: url("../fonts/NunitoSans-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Syncopate-Bold";
    src: url("../fonts/Syncopate-Bold.woff") format("woff"),
    url("../fonts/Syncopate-Bold.woff2") format("woff2"),
    url("../fonts/Syncopate-Bold.otf") format("opentype"),
    url("../fonts/Syncopate-Bold.ttf") format("truetype"),
    url("../fonts/Syncopate-Bold.eot") format('embedded-opentype');
}

@font-face {
	font-family: "Syncopate-Regular";
    src: url("../fonts/Syncopate-Regular.woff") format("woff"),
    url("../fonts/Syncopate-Regular.woff2") format("woff2"),
    url("../fonts/Syncopate-Regular.otf") format("opentype"),
    url("../fonts/Syncopate-Regular.ttf") format("truetype"),
    url("../fonts/Syncopate-Regular.eot") format('embedded-opentype');
}

@font-face {
    font-family: "PoplarStd";
    src: url("../fonts/PoplarStd.woff") format("woff"),
    url("../fonts/PoplarStd.otf") format("opentype");
}

@font-face {
    font-family: "AvantGarde";
    src: url("../fonts/ITCAvantGardeStd-Md.woff") format("woff");
}

@font-face {
    font-family: "AvantGarde";
    font-weight: 700;
    src: url("../fonts/ITCAvantGardeStd-Bold.woff") format("woff");
}

@font-face {
    font-family: 'BigJohn';
    src: url("../fonts/BigJohn.woff") format("woff");
}

@font-face {
    font-family: 'MontserratAlternates';
    font-weight: 500;
    src: url("../fonts/MontserratAlternates-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'MontserratAlternates';
    font-weight: 900;
    src: url("../fonts/MontserratAlternates-Black.ttf") format("truetype");
}

@font-face {
  font-family: "TrashHand";
  src: url("../fonts/TrashHand.ttf") format("truetype"),
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype"),
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    scroll-behavior: smooth;
}

.site {
    overflow-x: hidden;
}

h1, .h1 {
    font-family: "PoplarStd", "sans-serif";
    font-size: 4.2rem;
    color: #000027;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 4.2rem;
}

h1.ttl_weWatsons {
    font-family: "PoplarStd", "sans-serif";
    font-size: 4.2rem;
    color: #242445;
    margin-bottom: 55px;
}

h2.subttl {
    font-family: "PoplarStd", "sans-serif";
    font-size: 4.2rem;
    color: #000027;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 4.2rem;
    position: relative;
}

h2, .h2 {
    font-family: "PoplarStd", "sans-serif";
    font-size: 2.5rem;
    color: #000027;
    margin-bottom: 30px;
}

.h2_histSP {
    font-family: "PoplarStd", "sans-serif";
    font-size: 2.5rem;
    color: #000027;
    margin-bottom: 60px;
}

.h2_awards {
    font-family: "PoplarStd", "sans-serif";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #000027;
    margin-top: 80px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3, .h3 {
    font-family: "NunitoSans-Bold", "sans-serif";
    color: #000027;
    font-size: 1.75rem;
}

h4, .h4 {
    font-family: "NunitoSans-Bold", "sans-serif";
    color: #000027;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h5, .h5 {
    font-family: "NunitoSans-Bold", "sans-serif";
    color: #000027;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

p {
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    color: #000027;
    line-height: 1.5rem;
}

p.content {
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1rem;
    color: #000027;
    line-height: 1.4rem;
    margin-top: 20px;
}

p.content_small {
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 0.75rem;
    color: #000027;
    line-height: 1.3rem;
    margin-top: 20px;
}

p .bold {
    font-family: "NunitoSans-Bold", "sans-serif";
}

p a {
    color: inherit;
    font-family: inherit;
    text-decoration: underline;
}

p a:hover {
    color: #00ff9a;
}

hr {
    border-bottom: solid #000 3px;
}

a {
    font-family: "NunitoSans-Bold", "sans-serif";
    cursor: pointer;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

.desktop {
    display: inline-block;
}

.mobile {
    display: none;
}

.align-L {
    text-align: left;
}

.align-C {
    text-align: center;
}

.align-R {
    text-align: right;
}

.valign-top {
    vertical-align: top;
}

.hidden {
    display: none;
}

.narrowContent {
    padding: 0 40px;
}

.commonBtn {
    width: 100%;
    max-width: 215px;
    height: 54px;
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1rem;
    color: #00ff9a;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 50;
}

.commonBtn p {
    margin: 0;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.commonBtn span.base {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    border: 2px solid #00ff9a;
    border-radius: 30px;
    background: #fff;
}

.commonBtn span.bg {
    left: 0;
    position: absolute;
    background: transparent;
    width: 20%;
    height: 100%;
    z-index: 3;
    transition: 0.3s ease-out;
    border-radius: 50px;
}

.commonBtn span.text {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "NunitoSans-Bold", "sans-serif";
}

.commonBtn:hover, .commonBtn:focus {
    color: #ece8e1;
}

.commonBtn:hover span.bg, .commonBtn:focus span.bg {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transform: scale(1, 1);
    background: #00ff9a;
}

button.defaultBtn {
    width: 100%;
    max-width: 215px;
    height: 54px;
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1rem;
    color: #00ff9a;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    z-index: 50;
    border: none;
    background: transparent;
}

button.defaultBtn p {
    margin: 0;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    z-index: 1;
    left: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

button.defaultBtn span.base {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    border: 2px solid #00ff9a;
    border-radius: 30px;
    background: transparent;
}

button.defaultBtn span.bg {
    left: 0;
    position: absolute;
    background: transparent;
    width: 20%;
    height: 100%;
    z-index: 3;
    transition: 0.3s ease-out;
    border-radius: 50px;
    /*transform: scale(1, 0);*/
}

button.defaultBtn span.text {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "NunitoSans-Bold", "sans-serif";
}

button.defaultBtn:hover, button.defaultBtn:focus {
    color: #ece8e1;
}

button.defaultBtn:hover span.bg, button.defaultBtn:focus span.bg {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transform: scale(1, 1);
    background: #00ff9a;
}


/* header */
.site-header {
    background-color: #000;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 99;
    top: 0;
    box-sizing: border-box;
    /* overflow-y: hidden; */
    transition: all .6s ease;
    padding: 0;
}

.stickyHead {
    position: fixed;
    /*box-shadow: 0px 9px 28px rgba(0, 0, 0, 0.2);*/
    top: 0;
    bottom: auto;
    /* overflow-x: hidden; */
}

.navbar {
    padding: 0;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.navbar .navbar-collapse {
    flex-grow: unset;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: transparent;
}

nav {
    width: auto;
    margin: 0 auto;
}

nav.anchor-nav a.hover span {
    /* border-bottom: solid 11px #00ff9a; */
    font-family: "NunitoSans-Bold", "sans-serif";
    /* color: #00ff9a; */
    padding: 0;
    /* padding-bottom: 15px; */
}

nav.anchor-nav a.anchor {
    padding: 22px 13px 22px 0;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: flex-end;
}

nav.anchor-nav a.anchor:after {
    content: "|";
    color: #fff;
    font-weight: normal;
    font-family: "NunitoSans-Book", "sans-serif";
    padding-left: 18px;
}

nav.anchor-nav #navbarNav > *:last-child a.anchor:after {
    content: "";
    color: #fff;
    font-weight: normal;
    font-family: "NunitoSans-Book", "sans-serif";
}

nav.anchor-nav a.anchor:link, nav.anchor-nav a.anchor:visited {
    color: #fff;
    font-size: 1.125rem;
    font-weight: normal;
    font-family: "NunitoSans-Bold", "sans-serif";
    text-decoration: none;
}

nav.anchor-nav .sub-list {
    display: none;
    background-color: #000027;
    position: relative;
    padding: 12px 20px 18px;
}

nav.anchor-nav .sub-list.bottom-include {
    padding-bottom: 58px;
}

nav.anchor-nav .nav-item {
    align-self: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

nav.anchor-nav a + .sub-list span {
    display: block;
    padding: 0.5rem 1rem;
    width: fit-content;
    pointer-events: all;
}

nav.anchor-nav .sub-list a.nav-link {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0;
    pointer-events: none;
}

nav.anchor-nav .sub-list a.nav-link:hover {
    color: #000027;
}

nav.anchor-nav .sub-list a.nav-link:hover span {
    background-color: #00ff9a;
}

nav.anchor-nav .sub-list .sub-list-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00ff9a;
}

nav.anchor-nav .sub-list .sub-list-bottom a {
    width: 100%;
    text-align: center;
    color: #000000;
    padding: 0.675rem 0;
    text-decoration: none;
    font-size: 1.125rem;
}

nav.anchor-nav .sub-list .sub-list-bottom a span {
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 992px) {
    nav.anchor-nav .sub-list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        /* grid-template-columns: repeat(2, minmax(min-content, 1fr));
        grid-auto-flow: column;
        grid-template-rows: repeat(auto-fit, 40px);
        max-height: 480px; */
        column-count: 2;
        text-align: left;
        width: 800px;
        margin: auto;
        display: none !important;
        font-size: 16px;
    }

    nav.anchor-nav .news-tab .sub-list{
        column-count: 1;
        right: calc(-800px + 80px);
        width: 180px;
    }

    nav.anchor-nav .about-tab .sub-list{
        column-count: 1;
        left: -280px;
        width: 280px;
    }

    nav.anchor-nav .sustainability-tab .sub-list{
        column-count: 1;
        left: 140px;
        width: 280px;
    }

    nav.anchor-nav a.hover + .sub-list {
        display: block !important;
    }
}
@media (max-width: 992px) {
    nav.anchor-nav .sub-list .sub-list-bottom {
        position: relative;
        left: auto;
        bottom: auto;
    }
    
    nav.anchor-nav .sub-list .sub-list-bottom a {
        font-size: 12px;
        padding: 8px 0;
    }
    
    nav.anchor-nav .sub-list .sub-list-bottom a span {
        margin: 0;
        padding: 0 1rem;
        margin-left: auto;
    }
}

nav.anchor-nav a.anchor:hover, nav.anchor-nav a.anchor:active, nav.anchor-nav a.anchor:focus {
    color: #00ff9a;
    font-size: 1.125rem;
    font-weight: normal;
    font-family: "NunitoSans-Bold", "sans-serif";
    text-decoration: none;
    outline: 0;
}

/* end - header */

/* footer */
footer {
    color: #000000;
    font-size: 0.9rem;
    padding: 40px 0 36px;
    box-sizing: border-box;
}

footer p, footer a {
    color: #000000;
    display: block;
    font-size: 0.9rem;
}

.footerlogo {
    width: 100%;
    max-width: 170px;
}

.footerGroup {
    gap: 72px;
    padding-top: 90px;
}

.footerttl {
    font-family: "NunitoSans-Bold", "sans-serif";
    margin-bottom: 10px;
}

.copyrightArea {
    position: relative;
}

.copyright {
    font-family: "NunitoSans-Bold", "sans-serif";
}

footer .title{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 70px;
    font-family: "NunitoSans-Bold", "sans-serif";
}

.socialMedia a{
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.socialMedia a img{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    filter: brightness(0);
}

.socialMedia a span{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-size: 500;
    text-decoration: underline;
    font-family: "NunitoSans-Book", "sans-serif";
}

.socialMedia-container{
    padding-right: 68px;
}

.footerGroup{
    position: relative;
}

.footerGroup div,
.footerGroup a{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px !important;
    font-family: "NunitoSans-Book", "sans-serif";
}

.footerGroup a:hover{
    color: #000;
    text-decoration: underline;
}

.footerGroup .topArrow{
    position: absolute;
    left: 100%;
    bottom: 0;
    height: 38px;
    font-size: 22px;
    line-height: 1;
    padding-right: 38px;
    line-height: 38px !important;
    transform-origin: bottom left;
    transform: rotate(-90deg);
    transition: padding .3s ease-in-out;
}
.footerGroup .topArrow:hover,
.footerGroup .topArrow:focus,
.footerGroup .topArrow:active,
.footerGroup .topArrow:visited{
    color: #000000;
    padding-right: 53px;
    text-decoration: none;
}
.footerGroup .topArrow::before,
.footerGroup .topArrow::after{
    position: absolute;
    right: 0;
    width: 20px;
    height: 3px;
    content: '';
    background-color: #000;
    transform-origin: center right;
}
.footerGroup .topArrow::before{
    top: 50%;
    transform: rotate(45deg);
}
.footerGroup .topArrow::after{
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

.socialMedia a:hover span{
    color: #000;
}

@media all and (max-width: 991px) {
    .footerGroup {
        gap: 30px;
    }
}

@media all and (max-width: 767px) {
    .footerGroup {
        gap: 10px;
        padding-top: 20px;
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }
    footer .title{
        font-size: 16px;
        padding: 20px 0;
    }
    .socialMedia{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .socialMedia a{
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    .footerGroup div,
    .footerGroup a{
        font-size: 14px;
    }

    .socialMedia a span{
        font-size: 14px;
    }
}

img.social_purpose {
    max-width: 511px;
    width: 100%;
}

img.corpLogo {
    margin-bottom: 30px;
    display: inline-block;
    border: 0;
    width: 100%;
    max-width: 195px;
}

img.ckhLogo {
    width: 100%;
    max-width: 250px;
}

footer a:link, footer a:visited {
    text-decoration: none;
    line-height: 1.5rem;
}

footer a:hover, footer a:active, footer a:focus {
    text-decoration: underline;
    color: #fff;
}

/* end - footer */

/* gsap panels */
.full-screen {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#content_keypanels {
    position: relative;
    padding: 0;
}

.keypanel {
    padding: 120px 0;
    box-sizing: border-box;
}

.homepage-headline{
    font-family: "Syncopate-Regular", "sans-serif";
}

.homepage-headline strong{
    font-family: "Syncopate-Bold", "sans-serif";
}

#keyPanel-01,
#news {
    margin-top: -70px;
    padding-top: 70px;
}
#keyPanel-01 h2.subttl span {
    display: block;
}
#keyPanel-01 .homepage-headline{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 44px auto 35px;
    font-family: "Syncopate-Bold", "sans-serif";
}
#keyPanel-01 .homepage-headline.title span{
    font-weight: 400;
    font-family: "Syncopate-Regular", "sans-serif";
}
#keyPanel-01 .homepage-headline.second-title{
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 50px;
    font-family: "Syncopate-Regular", "sans-serif";
}
#keyPanel-01 p.desc{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
#keyPanel-01 .homepage-button {
    margin-bottom: 48px;
}
#keyPanel-01 p + .homepage-button {
    margin-top: 38px;
    margin-bottom: 0;
}
#keyPanel-01 .sustainability-container{
    padding: 45px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/homepage-our-sustainability-pillars-bg.png);
}
#keyPanel-01 .sustainability-container .sustainability-item{
    padding-top: 50px;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all .3s ease-in-out;
}
#keyPanel-01 .sustainability-container .sustainability-item:hover{
    text-decoration: none;
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
#keyPanel-01 .sustainability-container .sustainability-item .icon{
    width: calc(100% - 200px);
    margin: 0 auto;
}
#keyPanel-01 .sustainability-container .sustainability-item .title{
    margin-top: 48px;
    height: 24px;
    width: 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
}
#keyPanel-01 .sustainability-container .col-12.col-md-4:nth-child(1) .sustainability-item .title{
    background-color: #2ABC5B;
    -webkit-mask-image: url(../images/homepage-sustainability-newtitle-01.png);
    mask-image: url(../images/homepage-sustainability-newtitle-01.png);
}
#keyPanel-01 .sustainability-container .col-12.col-md-4:nth-child(2) .sustainability-item .title{
    background-color: #EF438A;
    -webkit-mask-image: url(../images/homepage-sustainability-newtitle-03.png);
    mask-image: url(../images/homepage-sustainability-newtitle-03.png);
}
#keyPanel-01 .sustainability-container .col-12.col-md-4:nth-child(3) .sustainability-item .title{
    background-color: #fcc30b;
    -webkit-mask-image: url(../images/homepage-sustainability-newtitle-02.png);
    mask-image: url(../images/homepage-sustainability-newtitle-02.png);
}
#keyPanel-01 .sustainability-container .sustainability-item .title img{
    width: auto;
    height: 24px;
}
#keyPanel-01 .sustainability-container .sustainability-item .sustainability-desc{
    font-size: 22px;
    line-height: 30px;
    margin: auto;
    color: white;
    padding: 50px 42px;
    font-family: "NunitoSans-Light";
}

.we-are-watsons-container{
    background: #e0fde9;
}
.we-are-watsons-container .we-are-watsons-inner{
    margin-right: calc(50% - 50vw);
}
.we-are-watsons-container .left-container{
    position: relative;
    width: 50%;
}
.we-are-watsons-container .left-container .image-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 90px);
    transform: translate(-50%, -50%);
}
.we-are-watsons-container .right-container{
    position: relative;
    width: 50%;
    padding: 44px 114px 44px 0;
}

@media all and (max-width: 1199px) {
    #keyPanel-01 p.desc{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .we-are-watsons-container .left-container img:first-child{
        height: 100%;
        object-fit: cover;
    }
    .we-are-watsons-container .right-container{
        position: relative;
        padding: 44px 45px 44px 0;
    }
    #keyPanel-01 .sustainability-container .sustainability-item .icon{
        width: 90px;
    }
    #keyPanel-01 .sustainability-container .sustainability-item .sustainability-desc{
        font-size: 20px;
        padding: 35px 30px;
    }
    #keyPanel-01 .homepage-headline.second-title{
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 36px;
        padding-left: 0;
    }
}
@media all and (max-width: 991px) {
    #keyPanel-01 .sustainability-container .sustainability-item .icon{
        width: 75px;
    }
    #keyPanel-01 .sustainability-container .sustainability-item .title{
        margin-top: 24px;
        height: 18px;
    }
    #keyPanel-01 .sustainability-container .sustainability-item .sustainability-desc{
        font-size: 16px;
        line-height: 24px;
        padding: 30px 15px;
    }
}
@media all and (max-width: 767px) {
    #keyPanel-01,
    #news {
        margin-top: -68px;
        padding-top: 68px;
    }
    #keyPanel-01 .homepage-headline{
        font-size: 24px;
        margin: 22px auto 18px;
    }
    #keyPanel-01 p.desc{
        font-size: 18px;
        margin-bottom: 20px;
    }
    #keyPanel-01 .homepage-headline.second-title{
        font-size: 25.6px;
        line-height: 33px;
    }
    .we-are-watsons-container .we-are-watsons-inner{
        margin-left: calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
    }
    .we-are-watsons-container .left-container{
        position: relative;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .we-are-watsons-container .right-container{
        position: relative;
        width: 100%;
        padding: 30px 15px;
    }
    #keyPanel-01 .homepage-button {
        margin-bottom: 24px;
    }
    #keyPanel-01 p + .homepage-button {
        margin-top: 18px;
        margin-bottom: 0;
    }
    #keyPanel-01 .sustainability-container .container .row .col-12{
        margin-top: 15px;
    }
    #keyPanel-01 .sustainability-container .sustainability-item{
        padding-top: 30px;
    }
}

#keyPanel-02 {
    background: #f0f0f0;
    padding: 70px 0;
}

#keyPanel-02 .swiper2{
    left: 0;
    margin-top: 50px;
}

#keyPanel-02 .homepage-headline.title{
    font-size: 30px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    padding-bottom: 28px;
}

#keyPanel-03 {
    padding: 30px 0;
}

#keyPanel-06 .container {
    padding: 50px 15px;
}

#keyPanel-06 .top-banner {
    background-image: url('../images/homepage-see-inside-our-world-bg.png');
}
#keyPanel-06 .top-banner .banner-title,
#keyPanel-06 .top-banner .banner-subtitle {
    color: #fff;
    font-size: 66px;
    line-height: 1;
}
#keyPanel-06 .top-banner .banner-title{
    font-family: "Syncopate-Bold", "sans-serif";
}
#keyPanel-06 .top-banner .banner-subtitle{
    font-family: "Syncopate-Regular", "sans-serif";
}
#keyPanel-06 .top-banner p.banner-desc{
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    padding-top: 32px;
    margin-bottom: 0;
}
#keyPanel-06 .homepage-button{
    margin-top: 36px;
}

@media all and (max-width: 1199px) {
    #keyPanel-06 .top-banner .banner-title,
    #keyPanel-06 .top-banner .banner-subtitle {
        font-size: 60px;
    }
    #keyPanel-06 .top-banner p.banner-desc{
        font-size: 24px;
        line-height: 30px;
        padding-top: 30px;
    }
}
@media all and (max-width: 991px) {
    #keyPanel-06 .top-banner .banner-title,
    #keyPanel-06 .top-banner .banner-subtitle {
        font-size: 56px;
    }
    #keyPanel-06 .top-banner p.banner-desc{
        font-size: 22px;
        line-height: 28px;
        padding-top: 28px;
    }
    #keyPanel-02 .homepage-headline.title{
        line-height: 28px;
    }

    #keyPanel-06 .container {
        padding: 35px 15px; 
    }
}

@media all and (max-width: 767px) {
    #keyPanel-06 .top-banner .banner-title,
    #keyPanel-06 .top-banner .banner-subtitle {
        font-size: 36px;
    }
    #keyPanel-06 .top-banner p.banner-desc{
        font-size: 16px;
        line-height: 22px;
        padding-top: 16px;
    }
    #keyPanel-06 .container {
        padding: 0 15px; 
    }
    #keyPanel-06 .homepage-button{
        margin: 24px auto;
    }
}
@media all and (max-width: 576px) {
    #keyPanel-06 .top-banner .banner-title,
    #keyPanel-06 .top-banner .banner-subtitle {
        font-size: 24px;
    }
    #keyPanel-06 .top-banner p.banner-desc{
        font-size: 13px;
        line-height: 16px;
        padding-top: 14px;
    }
}

#keyPanel-03 .homepage-headline.title{
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    background: #8ff9d4;
    border-radius: 10px;
    padding: 55px 28px;
    box-sizing: border-box;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

#keyPanel-04 .container{
    padding: 50px 15px;
}
#keyPanel-04 .top-banner,
#keyPanel-06 .top-banner{
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
#keyPanel-04 .top-banner{
    background-image: url('../images/homepage-asia-number1-bg.png');
}
#keyPanel-04 .top-banner .container{
    padding-top: 0;
    padding-bottom: 0;
}
#keyPanel-04 .top-banner .icon{
    width: 280px;
}
#keyPanel-04 .top-banner .text {
    text-align: center;
    margin: auto;
}
#keyPanel-04 .top-banner .text .title{
    font-size: 62px;
    line-height: 1;
    font-family: "Syncopate-Bold", "sans-serif";
}
#keyPanel-04 .top-banner .text .subtitle{
    font-size: 44px;
    line-height: 1;
    font-family: "Syncopate-Regular", "sans-serif";
}
#keyPanel-04 .container .homepage-button {
    margin-top: 30px;
}

@media all and (max-width: 1199px) {
    #keyPanel-04 .top-banner,
    #keyPanel-06 .top-banner {
        height: 416px;
    }
    #keyPanel-04 .top-banner .icon{
        width: 236px;
    }
    #keyPanel-04 .top-banner .text .title{
        font-size: 52px;
    }
    #keyPanel-04 .top-banner .text .subtitle{
        font-size: 36px;
    }
}
@media all and (max-width: 991px) {
    #keyPanel-04 .top-banner,
    #keyPanel-06 .top-banner {
        height: 338px;
    }
    #keyPanel-04 .top-banner .icon{
        width: 196px;
    }
    #keyPanel-04 .top-banner .text .title{
        font-size: 39px;
    }
    #keyPanel-04 .top-banner .text .subtitle{
        font-size: 27px;
    }
}
@media all and (max-width: 767px) {
    #keyPanel-02 {
        padding: 30px 0;
    }
    #keyPanel-02 .homepage-headline.title{
        font-size: 24px;
        line-height: 22px;
    }
    #keyPanel-02 .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 5px;
        line-height: 1.1;
    }
    #keyPanel-03 .homepage-headline.title{
        height: auto;
        font-size: 24px;
        padding: 20px 15px;
    }
    #keyPanel-04 .top-banner,
    #keyPanel-06 .top-banner{
        height: 182px;
    }
    #keyPanel-04 .top-banner .icon{
        width: 140px;
    }
    #keyPanel-04 .top-banner .text .title{
        font-size: 30px;
    }
    #keyPanel-04 .top-banner .text .subtitle{
        font-size: 20px;
    }
    #keyPanel-04 > .container{
        padding: 0 15px 24px;
    }
    #keyPanel-04 .top-banner .container{
        padding-top: 0;
        padding-bottom: 0;
    }
    #keyPanel-04 .container .homepage-button {
        margin-top: 0;
    }
}
@media all and (max-width: 500px) {
    #keyPanel-04 .top-banner .icon{
        width: 109px;
    }
    #keyPanel-04 .top-banner .text .title{
        font-size: 19px;
    }
    #keyPanel-04 .top-banner .text .subtitle{
        font-size: 13px;
    }
}

#keyPanel-04 .container .homepage-headline.title,
#keyPanel-04 .container .homepage-headline.subtitle{
    text-transform: capitalize;
    font-family: "Syncopate-Bold", "sans-serif";
}

#keyPanel-04 .container .homepage-headline.title{
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 50px;
}

#keyPanel-04 .container .homepage-headline.subtitle{
    font-size: 36px;
    line-height: 44px;
    padding-top: 50px;
}
@media all and (max-width: 991px) {
    #keyPanel-04 .container .homepage-headline.title{
        font-size: 36px;
    }
    #keyPanel-04 .container .homepage-headline.subtitle{
        font-size: 32px;
    }
}
@media all and (max-width: 767px) {
    #keyPanel-04 .container .homepage-headline.title{
        font-size: 24px;
        line-height: 1;
        padding: 24px 0;
    }
    #keyPanel-04 .container .homepage-headline.subtitle{
        font-size: 24px;
        line-height: 1;
        padding-top: 30px;
    }
}

#keyPanel-05,
#keyPanel-07{
    background-color: #e0fde9;
    padding-bottom: 40px;
}

#keyPanel-05 .container .title,
#keyPanel-07 .container .title{
    font-family: "Syncopate-Bold", "sans-serif";
}

#keyPanel-05 .container .title{
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 44px auto 35px;
}

#keyPanel-05 .container .desc{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
    font-family: "NunitoSans-Book", "sans-serif";
}

#keyPanel-07 .container .title{
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 50px 0;
}

#keyPanel-07 .container .desc{
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 57px;
    font-family: 'NunitoSans-Book';
}

#keyPanel-08 {
    position: relative;
    height: auto;
    background: #12cbc8;
    box-sizing: border-box;
    z-index: 2;
}

#keyPanel-08 .container > div {
    position: relative;
}

#keyPanel-08 .container > div::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 50vw);
    width: calc(50vw - 50% + 275px);
    background: #f0f0f0;
    z-index: 3;
    content: '';
}

#keyPanel-08 .history-swiper-container{
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 30px;
    padding-left: calc(50vw - 50%);
}
#keyPanel-08 .history-swiper-container .carousel-indicators{
    position: absolute;
    width: 275px;
    max-width: 275px;
    min-width: 275px;
}

#keyPanel-08 .swiper-container .swiper-wrapper .swiper-slide .year{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: "Syncopate-Bold", "sans-serif";
}

#keyPanel-08 .swiper-container .swiper-wrapper .swiper-slide p{
    font-size: 20px;
}

#keyPanel-08 .history-swiper-container .carousel-indicators a{
    border: unset;
}

@media all and (max-width: 1199px) {
    #keyPanel-08 .history-swiper-container .carousel-indicators{
        width: 225px;
        max-width: 225px;
        min-width: 225px;
    }
    #keyPanel-08 .container > div::before {
        width: calc(50vw - 50% + 225px);
    }
}

@media all and (max-width: 991px) {
    #keyPanel-08 .container > div::before {
        content: unset;
    }
    #keyPanel-08 .history-swiper-container{
        padding-right: calc(50vw - 50%);
    }
    #keyPanel-08 .history-swiper-container .carousel-indicators{
        position: relative;
        width: 100%;
        margin-top: 0;
        max-width: unset;
        min-width: unset;
        flex-direction: row;
        padding: 30px 0;
        justify-content: flex-start;
    }
    #keyPanel-08 .history-swiper-container .carousel-indicators a{
        color: #000;
        margin: 0;
        width: fit-content;
        padding: 0 15px;
        border-radius: 0;
        background-color: unset;
        border: 2px solid transparent;
    }
    #keyPanel-08 .history-swiper-container .carousel-indicators a::before,
    #keyPanel-08 .history-swiper-container .carousel-indicators a::after{
        content: unset;
    }
    #keyPanel-08 .history-swiper-container .carousel-indicators a.active{
        color: #000;
        border-bottom: 2px solid #4bfd9b;
    }
}

@media all and (max-width: 767px) {
    #keyPanel-05 .container .title{
        font-size: 24px;
        line-height: 32px;
        margin: 22px auto 18px;
    }

    #keyPanel-07 .container .title{
        font-size: 24px;
        line-height: 32px;
        padding: 22px 0;
    }
    #keyPanel-05 .container .desc,
    #keyPanel-07 .container .desc{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    #keyPanel-07 .container .desc{
        padding-bottom: 0;
    }

    #keyPanel-08 .swiper-container .swiper-wrapper .swiper-slide .year{
        font-size: 24px;
        margin-bottom: 24px;
    }

    #keyPanel-08 .swiper-container .swiper-wrapper .swiper-slide p{
        font-size: 18px;
    }

    #keyPanel-08 .history-swiper-container .carousel-indicators{
        padding: 24px 0 18px;
    }
}

@media all and (min-width: 1455px) {

    .mapGroup {
        margin-left: auto;
        margin-right: auto;
        width: 1441px;
        display: block !important;
    }

}

#keyPanel-08 {
    background: url(../images/W_Pink_Brush.png) no-repeat;
    background-position: bottom right;
    background-size: auto 90%;
}

.glanceSwiper .swiper-slide img {
    width: 100%;
}

.glanceSwiper .swiper-pagination {
    text-align: right;
    padding-right: 10px;
}

.glanceSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.7;
}

.glanceSwiper .swiper-pagination-bullet-active {
    background: #009AA9;
}

#keyPanel-09 {
    background-color: #f5f5f5;
}

#panels #panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: #ddd;
}

#panels #panels-container .panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-align: left;
    border-right: 1px solid #f00;
}

#panels #panels-container .panel img {
    max-width: 100%;
    height: auto;
    display: block;
}

#panels #panels-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
    color: #000;
    text-transform: uppercase;
    margin-right: 2rem;
}

#panels #panels-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
}

/**/

#panels06 #panels06-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: #ddd;
}

#panels06 #panels06-container .panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-align: left;
    border-right: 1px solid #f00;
}

#panels06 #panels06-container .panel img {
    max-width: 100%;
    height: auto;
    display: block;
}

#panels06 #panels06-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#panels06 #panels06-container .panel .anchor-panel,
#panels06 #panels06-container .panel .nav-panel {
    color: #000;
    text-transform: uppercase;
    margin-right: 2rem;
}

#panels06 #panels06-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
}

/* end - gsap panels */
/* slideshow of video on mobile - specfic for firefox */
#intro .swiper-container {
    max-width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    z-index: -2;
}

#intro .swiper-slide {
    margin: 0;
    padding: 0;
    margin-right: 0 !important;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}


/* end - slideshow of video on mobile */
/* for video */
.media-container {
    display: table;
    margin: 64px auto 0;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100vh;
}

.media-container__video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@-moz-document url-prefix() {
    .media-container__video {
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        left: calc(50% - 1px);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

}

@media only screen and (min-width: 576px) {
    .media-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .media-container .media-container__video {
        display: block;
    }

}

.videoStill {
    display: none;
}

/* popup video */


.popMedia-container {
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.popMedia-container__video {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 655px;
}

#keyPanel-08 .modal { /*overwrite bootstrap*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10509;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

#keyPanel-08 .modal-footer { /*overwrite bootstrap*/
    border-top: none;
    padding-top: 0;
}

/* end - for video */

/**/
.mainlogo, .mainlogo img {
    max-height: 30px;
    width: auto;
    height: 30px;
    margin: 0 10px;
}

.keylogo {
    width: 100%;
    max-width: 267px;
}

/*.keylogo-mb {
	margin-bottom: 22vh;
}*/
a.backMain:link, a.backMain:visited {
    color: #000027;
    text-decoration: none;
    padding-left: 25px;
    background-image: url("../images/arrow-left.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}

a.backMain:hover, a.backMain:active, a.backMain:focus {
    color: #000027;
    text-decoration: underline;
}

.introArea {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding-top: 68px;
}

.introArea .container{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.statementBox {
    width: 100%;
    /*height: 100vh;*/
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
    padding-top: 0;
    margin-bottom: 35px;
}

.statement {
    margin: 0 auto;
    color: #fff;
    font-family: "MontserratAlternates", "PoplarStd", "sans-serif";
    font-size: 7rem;
    text-align: center;
    text-shadow: -2px 2px 5px #666;
    max-width: 806px;
    word-spacing: 8px;
    display: inline-block;
    line-height: 7rem;
}

.statement span {
    display: inline-block;
}

p.keyPassage {
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 2.5rem;
    color: #000027;
    line-height: 3rem;
    padding-bottom: 95px;
    background: url("../images/sepline.png") no-repeat bottom center;
    background-size: 223px;
    margin-bottom: 95px;
}

.keyBadge {
    width: 100%;
    max-width: 488px;
}

img.keySignage {
    width: 100%;
    max-width: 185px;
    display: inline-block;
    margin-top: 15px;
}

.keyDetails {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.keyDetails strong {
    font-family: "NunitoSans-Bold", "sans-serif";

    margin-bottom: 30px;
}

.map-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    float: left;
}

.map-ttl-col {
    /* flex: 0 0 66.666667%; */
    max-width: calc(100% - 445px);
    width: calc(100% - 445px);
    float: right;
}

map {
    display: block;
}

.mapGroup {
    position: relative;
    top: -691px; /*-811px*/
    z-index: 1;
    display: inline-block;
}

.mapGroup_mobile {
    display: none;
}

.mapInfo {
    position: relative;
    z-index: 1;
}

.mapImage {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

img.communityMap {
    width: 100%;
}

.communityPlate {
    background: #000027;
    border-radius: 10px;
    height: 100%;
    padding: 48px 30px;
    text-align: center;
    color: #fff;
}

.communityPlate p {
    color: #fff;
    margin-bottom: 2rem;
}

.communityPlate p strong {
    color: #fff;
    font-family: "NunitoSans-Bold", "sans-serif";
    margin-bottom: 2rem;
}

.communityPlate p.communityNum {
    font-family: "PoplarStd", "sans-serif";
    font-weight: bold;
    font-size: 5rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 3rem;
}

.communityPlate p.communityNum:last-child {
    margin-bottom: 0;
}

.communityNum_tag {
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1.37rem;
    color: #ed0180;
    line-height: 1.87rem;
    display: block;
}

.communityPlate p.circle_violet:before {
    content: " ";
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    margin: 0 auto 45px;
    background: #f589f9;
}

.community_cleanH {
    height: fit-content;
    max-height: 60px;
}


.social_sect01 {
    background: url("../images/social_bg.png") no-repeat top right;
    background-size: 50%;
    padding-top: 238px;
    box-sizing: border-box;
}

.social_reposeTtl {
    position: relative;
    display: block;
    width: 80vw;
    left: -9vw;
    top: 35px;
    text-shadow: 0px 0px 5px #ffffff;
    margin-bottom: 50px;
}

.social_reposeTtl span {
    display: inline-block;
}

.socialPlate, .socialPlate:hover {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    max-height: 495px;
    display: block;
    cursor: pointer !important;
    color: transparent;
    border: none;
    margin: 0 0 25px 0;
    padding: 0;
    text-align: left;
}

.socialPlate button {
    padding: 0;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.socialPlate a:hover, .socialPlate a:active {
    text-decoration: none;
}

.socialPlate .h2 {
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.socialPlate:hover .h2 {
    color: #00ff9a;
    text-shadow: 3px 3px 0 #000027;
}

.socialPlate button:before {
    content: '';
    /*background-image: url("../images/play-button.png");*/
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    width: calc(100% - 70px);
    height: 200px;
    position: absolute;
    z-index: 2;
    top: 68px;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.socialPlate:hover button:before {
    /*.socialPlate:hover .socialPlate_inner:before {*/
    content: '';
    /*background-image: url("../images/play-button-hover.png");*/
}

.socialimage {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
}

.socialPlate button .circle_pink,
.socialPlate button .circle_green,
.socialPlate button .circle_orange,
.socialPlate button .circle_blue {
    position: absolute;
    top: 88px;
    right: 50px;
}

.socialPlate .circle_pink:before,
.socialPlate .circle_green:before,
.socialPlate .circle_orange:before,
.socialPlate .circle_blue:before {
    content: ' ';
    border-radius: 50%;
    width: 67px;
    height: 67px;
    margin-bottom: 75px;
    display: flex;
    margin-left: calc(100% - 67px);
}

.socialPlate_inner {
    padding: 50px 35px 35px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(203, 155, 155, .3);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    min-height: 314px;
}


.socialPlate .circle_pink:before {
    background: #ff0092;
}

.socialPlate .circle_green:before {
    background: #61fee2;
}

.socialPlate .circle_orange:before {
    background: #ff8c00;
}

.socialPlate .circle_blue:before {
    background: #335ef9;
}


/* swiper */

#keyPanel-08 .swiper-container {
    width: 100%;
    height: 100%;
    width: calc(100% - 275px);
    margin-right: 0;
    overflow: visible;
}

#keyPanel-08 .swiper-wrapper {
    min-height: 560px;
}

#keyPanel-08 .swiper-slide {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    position: relative;
}

#keyPanel-08 .swiper-slide .h3 {
    text-transform: uppercase;
}

#keyPanel-08 .swiper-slide .h3 span {
    display: inline-block;
}

#keyPanel-08 .swiper-slide p {
    font-size: 1.1rem;
    line-height: 1.6rem;
}

#keyPanel-08 .swiper-slide .imgContainer {
    margin-bottom: 30px;
    aspect-ratio: 344/246;
}

#keyPanel-08 .swiper-slide .imgContainer img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: unset;
    object-fit: contain;
    object-position: center;
}
@media only screen and (max-width: 1199px) {
    #keyPanel-08 .swiper-container {
        width: calc(100% - 225px);
    }
}
@media only screen and (max-width: 991px) {
    #keyPanel-08 .swiper-slide .imgContainer {
        aspect-ratio: 333/238;
    }
    #keyPanel-08 .swiper-container {
        overflow: hidden;
    }
}

@media only screen and (min-width: 769px) {
    #keyPanel-08 .swiper-slide:first-child {
        transition: transform 100ms;
    }

    #keyPanel-08 .swiper-slide:first-child img {
        transition: box-shadow 500ms;
    }

    #keyPanel-08 .swiper-slide.swiper-slide-active:first-child {
        z-index: 2;
    }


    #keyPanel-08 .swiper-slide:nth-child(2) {
        transition: transform 100ms;
    }

    #keyPanel-08 .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(55%);
        z-index: 1;
    }

    #keyPanel-08 .swiper-container[dir=rtl] .swiper-slide.swiper-slide-active:first-child {
        transform: translateX(-50%);
    }

    #keyPanel-08 .swiper-container[dir=rtl] .swiper-slide.swiper-slide-next:nth-child(2) {
        transform: translateX(-55%);
    }

    #keyPanel-08 .swiper-slide .imgContainer {
        margin-bottom: 24px;
    }


}

/*overwrite swiper*/
#keyPanel-08 .swiper-button-next:after, #keyPanel-08 .swiper-container-rtl #keyPanel-08 .swiper-button-prev:after {
    content: '';
}

#keyPanel-08 .swiper-button-prev:after, #keyPanel-08 .swiper-container-rtl #keyPanel-08 .swiper-button-next:after {
    content: '';
}

#keyPanel-08 .swiper-button-prev {
    background-image: url(../images/arrow-left.png);
    left: 0;
    /*left: calc(100% - 180px);*/
}

#keyPanel-08 .swiper-button-next {
    background-image: url(../images/arrow-right.png);
    left: 125px;
}

#keyPanel-08 .swiper-button-next, #keyPanel-08 .swiper-button-prev {
    position: absolute;
    top: 241px;
    bottom: 0;
    border: solid 2px #00ff9a;
    border-radius: 80px;
    width: 65px;
    height: 65px;
    background-size: 15px;
    z-index: 16;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(100%) brightness(0%);
}

#keyPanel-08 .swiper-button-next:focus, #keyPanel-08 .swiper-button-prev:focus {
    outline: 0;
}

#keyPanel-08 .swiper-container-horizontal > .swiper-pagination-bullets, #keyPanel-08 .swiper-pagination-custom, #keyPanel-08 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: auto;
}

#keyPanel-08 .swiper-container-horizontal > .swiper-pagination-bullets, #keyPanel-08 .swiper-pagination-custom, #keyPanel-08 .swiper-pagination-fraction {
    top: 128px;
    left: 0;
    width: auto;
}

#keyPanel-08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #keyPanel-08 .swiper-pagination-bullet {
    color: #000027;
    font-family: "NunitoSans-Book", "sans-serif";
    font-size: 1rem;
    text-align: center;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 20px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    float: none;
    visibility: visible;
    padding-bottom: 0;
}

#keyPanel-08 .swiper-pagination-bullet-active {
    opacity: 1;
    color: #000029;
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1rem;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 20px solid transparent;
    border-bottom: 5px solid #00ff9a;
    transition: opacity .6s ease;
    visibility: visible;
    padding-bottom: 0;
    position: relative;
    left: auto;
}

@media all and (max-width: 991px) {
    #keyPanel-08 .swiper-button-next, #keyPanel-08 .swiper-button-prev {
        margin-top: 9px;
        top: 30px;
        height: 30px;
        left: auto;
        width: 30px;
    }
    #keyPanel-08 .swiper-button-next{
        right: 0;
    }
    #keyPanel-08 .swiper-button-prev {
        right: 60px;
    }
}

@media all and (max-width: 767px) {
    #keyPanel-08 .swiper-button-next, #keyPanel-08 .swiper-button-prev {
        display: none;
    }
}

/* end - overwrite swiper*/


/* end- swiper */
/*.hist_content_last {
	padding-right: calc(62.2% + 25px)!important;
}
	.hist_content_last div{
		min-width: 286px;
	}*/
#hist_content0 {
    width: 100%;
}

.hist_content0-container{
    margin-top: auto;
    padding: 0 60px 72px 0;
}

.hist_content0-container p{
    margin-bottom: 0;
}

.hist_content0-image{
    height: 100%;
}

.hist_content0-image img{
    margin-top: -271px;
    max-width: calc(50vw - 25px);
    height: calc(100% + 301px);
    width: auto;
    object-fit: cover;
    object-position: center;
}

#hist_content1, #hist_content2, #hist_content3, #hist_content4,
#hist_content5, #hist_content6, #hist_content7, #hist_content8, #hist_content9, #hist_content10, #hist_content11, #hist_content12, #hist_content13, #hist_content14,
#hist_content15, #hist_content16, #hist_content17, #hist_content18, #hist_content19, #hist_content20{
    max-width: calc((100% - 75px) / 3);
}

#hist_content21 {
    width: 100%;
    padding-right: calc((200% + 75px) / 3);
}

.history-ttl {
    color: #000029;
    /*padding-left: 20%;*/
    box-sizing: border-box;
    padding-top: 10px;
}

.noImgContainer {
    padding-top: 206px; /*181+25*/
}

.imgContainer img {
    display: block;
    width: auto;
    max-height: 181px;
    margin-bottom: 25px;
}

.imgContainer-last {
    display: inline-block;
    width: 50%;
    height: 181px;
    margin-bottom: 25px;
    float: right;
}

.brandArea {
    padding: 160px 0;
}

.brand_ttl {
    margin-bottom: 25px;
}

#carousel_brands {
    height: fit-content;
    margin-bottom: 35px;
}

.brand_replaceImg {
    min-height: 464px;
}

.brand_tab {
    margin: 30px auto;
}

.brand_tab a, .brand_tab a:visited,
.brand_tab button {
    text-transform: uppercase;
    font-family: "NunitoSans-Book", "sans-serif";
    display: inline-block;
    /*border-right: solid 1px #4a4a4a;*/
    line-height: 1rem;
    color: #000027;
    border: none;
    background: none;
}

.brand_tab button {
    padding: 0;
}

.brand_tab a:after,
.brand_tab a:hover:after,
.brand_tab a:focus:after,
.brand_tab a:active:after,
.brand_tab a.active:after,
.brand_tab button:after {
    content: "|";
    margin: 0 18px;
    font-family: "NunitoSans-Book", "sans-serif";
    display: inline-block;
}

.brand_tab a:last-child::after,
.brand_tab button:last-child::after {
    content: " ";
    margin: 0;
}

.brand_tab a:hover, .brand_tab a:focus, .brand_tab a:active, .brand_tab a.active span {
    text-decoration: none;
}

.brand_tab a:hover span, .brand_tab a:focus span, .brand_tab a:active span, .brand_tab a.active span,
.brand_tab button[aria-expanded=true] span {
    font-family: "NunitoSans-Bold", "sans-serif";
    border-bottom: solid 6px #00ff9a;
    padding-bottom: 5px;
}

@keyframes fadeIn {
    0% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

#brandtab01 span {
    min-width: 99px;
}

#brandtab02 span {
    min-width: 87px;
}

#brandtab03 span {
    min-width: 189px;
}

#brandtab04 span {
    min-width: 144px;
}

#brand_accordion .show {
    animation: fadeIn .8s;
    -webkit-animation: fadeIn 1.8s;
    -moz-animation: fadeIn 1.8s;
    -o-animation: fadeIn 1.8s;
}

#brand_accordion .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: width .35s ease;
    opacity: .05;
}

.brandsss {
    margin-bottom: 35px;
}

a.brand_watsons_brand {
    background-image: url("../images/exclusive/Watsons Brand_500x500.jpg");
}

a.brand_skin_advanced {
    background-image: url("../images/exclusive/Skin Advanced_500x500.jpg");
}

a.brand_4u2_cosmetics_v {
    background-image: url("../images/exclusive/4u2_cosmetics_v.jpg");
}

a.brand_cellapy {
    background-image: url("../images/exclusive/cellapy_v.jpg");
}

a.brand_cosmetics01 {
    background-image: url("../images/exclusive/Collagen.jpg");
}

a.brand_dashing_diva_v {
    background-image: url("../images/exclusive/500x500px-08_V2.png");
}

a.brand_dr_bronners {
    background-image: url("../images/exclusive/500x500px-10_V2.jpg");
}

a.brand_dr_wu {
    background-image: url("../images/exclusive/500x500px-02_V2.jpg");
}

a.brand_holland_barrett {
    background-image: url("../images/exclusive/holland_barrett_v.png");
}

a.brand_skin02 {
    background-image: url("../images/exclusive/1080x1080px-13_V2.jpg");
}

a.brand_skin03 {
    background-image: url("../images/exclusive/500x500px-02_V2.jpg");
}

a.brand_naturals {
    background-image: url("../images/exclusive/Thumbnail [Naturals by Watsons Skincare]_500x500.jpg");
}

a.brand_health01 {
    background-image: url("../images/exclusive/Thumbnail [Naturals by Watsons PC]_500x500.jpg");
}

a.brand_nutrabliss {
    background-image: url("../images/exclusive/Nutrabliss.jpg");
}

a.brand_cosmetics02 {
    background-image: url("../images/exclusive/Pink_02.jpg");
}

a.brand_cosmetics03 {
    background-image: url("../images/exclusive/purebeautyThumbnail.jpg");
}

a.brand_skin01 {
    background-image: url("../images/exclusive/TargetPro.jpg");
}

a.brand_health02 {
    background-image: url("../images/exclusive/500x500px-05_V2.jpg");
}

a.brand_health03 {
    background-image: url("../images/exclusive/uriage_v.jpg");
}

a.brand_quickfx {
    background-image: url("../images/exclusive/500x500px-03.jpg");
}

a.brand_my_scheming {
    background-image: url("../images/exclusive/500x500px-12_V2.jpg");
}

a.brand_some_by_mi {
    background-image: url("../images/exclusive/[SOME-BY-MI]-MR 2084-01.jpg");
}

a.brand_leaders_cosmetics {
    background-image: url("../images/exclusive/[Leaders Cosmetics]_vertical_480x734.jpg");
}

a.brand_cosrx {
    background-image: url("../images/exclusive/[COSRX] 2094-01.jpg");
}

a.brand_alia {
    background-image: url("../images/exclusive/mobile-ver-02.jpg");
}

a.brand_imew {
    background-image: url("../images/exclusive/imew-500x500.jpg");
}

a.brand_aio {
    background-image: url("../images/exclusive/aio-560x560.jpg");
}

a.brand_hair_system {
    background-image: url("../images/exclusive/Hais system KV 500x500-01.jpg");
}

a.brand_k_mask {
    background-image: url("../images/exclusive/WatsonsKMask_500x500.jpg");
}

a.brand_orita {
    background-image: url("../images/exclusive/Ortia 500x500.jpg");
}

a.brand_banobagi {
    background-image: url("../images/exclusive/BANOBAGI_thumbnail_500x500.jpg");
}

a.brand_cosme_company {
    background-image: url("../images/exclusive/TOKYOSTYLE_2 logo_295×295px.jpg");
}

a.home_brand {
    display: block;
    background-color: transparent;
    background-position: center 43%;
    background-size: cover;
    -webkit-transition: all .6s ease-in 0s;
    transition: all .6s ease-in 0s;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 350px;
    cursor: unset;
}

/*a.home_brand:hover {
	background-size: auto 132% ;
}
*/
a.home_brand div.brand_inner {
    display: block;
    text-align: center;
    color: #000027;
    text-decoration: none;
    /*padding: 45% 30px 50px;*/
    box-sizing: border-box;
    transition: all .2s ease-out;
    /*background-repeat: no-repeat;
    background-size: 100%;*/
    height: 280px;
    width: 280px;
    /*background-color: rgba(255,255,255,.05); */
}

a.home_brand div.brand_inner .h2 {
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 7px #fff;
}

/*
a.home_brand div.brand_inner p{
	visibility: hidden;
	font-family: "NunitoSans-Bold", "sans-serif";
	text-decoration: none;
}
a.home_brand:hover div.brand_inner {
	background: rgba(0, 0, 39, .5 );
}
a.home_brand:hover div.brand_inner .h2 {
	color: #fff;
	display:inline-block;
	text-decoration: none;
	width: 100%;
	text-shadow: none;
}
a.home_brand:hover div p {
	color: #00ff9a;
	display:inline-block;
	visibility: visible;
}*/


.news_head {
    background: #8ff9d4;
    border-radius: 10px;
    padding: 55px 28px;
    box-sizing: border-box;
    height: calc(100% - 25px);
}

a.newsitem {
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 5px #666;
    min-height: 276px; /* 289px*/
    margin-bottom: 25px;
    background-size: 400%;
    width: 100%;
}

a.newsitem:hover, a.newsitem:active, a.newsitem:focus {
    text-decoration: none;
    background-size: 440%;
    transition: background-size 1s ease-in;
}


.newsitem_01, .newsitem_02, .newsitem_03, .newsitem_04 {
    background-repeat: no-repeat;
    background-size: 115%;
    background-position: center;
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.newsitem_01:hover, .newsitem_01:active, .newsitem_01:focus,
.newsitem_02:hover, .newsitem_02:active, .newsitem_02:focus,
.newsitem_03:hover, .newsitem_03:active, .newsitem_03:focus,
.newsitem_04:hover, .newsitem_04:active, .newsitem_04:focus {
    background-size: 120%;
}

.newsitem_01 div, .newsitem_02 div,
.newsitem_03 div, .newsitem_04 div,
a.newsitem_noImg div {
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    height: 100%;
    min-height: 276px;
}

.newsitem_01:hover div, .newsitem_01:active div, .newsitem_01:focus div,
.newsitem_02:hover div, .newsitem_02:active div, .newsitem_02:focus div,
.newsitem_03:hover div, .newsitem_03:active div, .newsitem_03:focus div,
.newsitem_04:hover div, .newsitem_04:active div, .newsitem_04:focus div {
    background-color: rgba(143, 249, 212, .9);
}

.newsitem_01:hover div p, .newsitem_01:active div p, .newsitem_01:focus div p,
.newsitem_02:hover div p, .newsitem_02:active div p, .newsitem_02:focus div p,
.newsitem_03:hover div p, .newsitem_03:active div p, .newsitem_03:focus div p,
.newsitem_04:hover div p, .newsitem_04:active div p, .newsitem_04:focus div p {
    color: #000000;
    text-shadow: 0 0 0 transparent;
}

a.newsitem div p {
    color: #fff;
    text-shadow: 0 0 5px #666;
    font-size: 1.2rem;
}

a.newsitem_noImg {
    background-color: #ff8c00;
}

a.newsitem_noImg div p {
    color: #fff;
    text-shadow: 0 0 0 transparent;
}

a.newsitem div p.news_tag,
a.newsitem_noImg div p.news_tag {
    text-transform: uppercase;
    font-size: 1rem;
}

/*.winner_head {
	background-color: #3309f9;
	max-height: 345px;
	text-align: center;
	margin-bottom: 160px;
}

img.winner_wBadge {
	width: 100%;
	max-width: 940px;
	position: relative;
	bottom: calc(100% - 345px);
}*/

.winnerBadge {
    width: 100%;
    margin-bottom: 160px;
}

/*.winner_item:first-child {
	border-top: solid 1px #4a4a4a;
}
*/
.winner_item {
    border-top: solid 1px #4a4a4a;
    padding: 20px 0 0;
    box-sizing: border-box;
    display: block;
    min-height: 168px;
}

@media all and (max-width: 767px) {
    .winner_item {
        min-height: unset;
    }
}

/* .winner_item p {
    font-size: 1.4rem;
    line-height: 2rem;
} */

.winner_item p strong {
    font-family: "NunitoSans-Bold", "sans-serif";
}

.winner_item p.winner_tag {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #4a4a4a;
    line-height: 1.2rem;
}

.winner_disclaimerTxt {
    font-size: 0.8rem;
    line-height: 1.4rem;
    display: inline-block;
    margin-top: 5px;
}

.winner_disclaimerTxt:first-child {
    margin-top: 30px;
}

#collapseAward div:first-child .col-md-6:nth-child(1) .winner_item, #collapseAward div:first-child .col-md-6:nth-child(2) .winner_item {
    border-top: none;
}

#collapseAward .winnerLastRow .winner_item {
    border-top: solid 1px #4a4a4a;
    border-bottom: solid 1px #4a4a4a;
}

.contactinfo {
    color: #2c2c2b;
    border-bottom: solid 1px #4a4a4a;
    padding-bottom: 17px;
    margin-bottom: 38px;
    box-sizing: border-box;
}

.contactinfo .show {
    padding-bottom: 22px;
    box-sizing: border-box;
}

.contactinfo a[role="button"] {
    display: block;
    margin-right: 0px;
    position: relative;
}

.contactinfo a[role="button"]:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    background-color: #00ff9a;
    top: 7px;
    right: 0px;
}

.contactinfo a[role="button"][aria-expanded="false"]:before {
    background-color: #4a4a4a;
}

.contactinfo a[role="button"]:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    background-color: #00ff9a;
    top: 9px;
    right: -12px;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all .6s ease;
}

.contactinfo a[role="button"][aria-expanded="false"]:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    background-color: #4a4a4a;
    top: 9px;
    right: -12px;
    transform: translate(-50%, -50%) rotate(90deg);
}


.contactinfo a[role="button"]:hover, .contactinfo a[role="button"]:focus {
    text-decoration: none;
}

.contact_region {
    font-family: "NunitoSans-Bold", "sans-serif";
    font-size: 1.4rem;
}

a.contact_email:link, a.contact_email:visited {
    text-decoration: none;
    color: #000027;
}

a.contact_email:hover, a.contact_email:active, a.contact_email:focus {
    text-decoration: underline;
    color: #000027;
}

a.contact_visitSite:link, a.contact_visitSite:visited {
    background: url("../images/arrow-right.png") no-repeat right top;
    background-size: 16px;
    padding-right: 25px;
    text-decoration: none;
    color: #000027;
}

a.contact_visitSite:hover, a.contact_visitSite:active, a.contact_visitSite:focus {
    text-decoration: underline;
    color: #000027;
}

/* overwrite boostrap */
#keyPanel-08 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: inherit;
}

#keyPanel-08 .carousel-caption {
    position: absolute;
    top: 0;
    right: 0; /*15%*/
    bottom: auto; /* 20px*/
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000029;
    text-align: center;
}

#keyPanel-08 .carousel-item:first-child {
    background: url("../images/hist_bg02.png") no-repeat right bottom;
}

#keyPanel-08 {
    background: #f0f0f0;
}

#keyPanel-08 .homepage-headline.title{
    position: relative;
    width: fit-content;
    font-size: 48px;
    line-height: 1;
    padding: 56px 15px 116px 0;
    background-color: #f0f0f0;
    z-index: 4;
}

#keyPanel-08 .carousel-indicators {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 102px;
    
}
#keyPanel-08 .carousel-indicators a{
    margin-left: 0;
    width: 162px;
    margin-top: 26px;
    margin-bottom: 0;
    transition: color .3s ease-in-out;
}
#keyPanel-08 .carousel-indicators a:first-child{
    margin-top: auto;
}

#keyPanel-08 .carousel-indicators a:hover,
#keyPanel-08 .carousel-indicators a.active {
    color: #4bfd9b;
}

#keyPanel-08 .carousel-indicators a:hover::after,
#keyPanel-08 .carousel-indicators a.active::after {
    width: 200%;
    height: 300%;
    opacity: 1;
    background-color: #000000;
}


#keyPanel-08 .carousel-control-next, #keyPanel-08 .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px; /*6%*/
    height: 65px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .1s ease;
}


#keyPanel-08 .carousel-control-prev {
    left: calc(100% - 155px);
}


#keyPanel-08 .carousel-control-next-icon, #keyPanel-08 .carousel-control-prev-icon {
    border: solid 2px #00ff9a;
    border-radius: 80px;
    width: 80px;
    height: 65px; /*80-15px*/
    background-size: 15px;
    background-position: center center;
}


#keyPanel-08 .carousel-control-prev-icon {
    background-image: url("../images/arrow-left.png");
}

#keyPanel-08 .carousel-control-next-icon {
    background-image: url("../images/arrow-right.png");
}

/*#keyPanel-02 .history-col {
	float: left;
	display: inline-block;
}*/
/**/
#keyPanel-02 .swiper-pagination-bullet-active {
    background: #00ff9a;
}

#keyPanel-02 .swiper-container {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px 50px;
}

#keyPanel-02 .swiper-buttonBG-L {
    background-color: #f0f0f0;
    display: block;
    height: 300px;
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

#keyPanel-02 .swiper-buttonBG-R {
    background-color: #f0f0f0;
    display: block;
    height: 300px;
    width: 75px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
}

#keyPanel-05 .swiper-pagination .swiper-pagination-bullet{
    background: #ffffff;
    opacity: 1;
}

#keyPanel-05 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #4bfd9b;
}

#keyPanel-02 .swiper-button-next:after,
#keyPanel-02 .swiper-button-prev:after,
#keyPanel-05 .swiper-button-next:after,
#keyPanel-05 .swiper-button-prev:after {
    content: '';
}

#keyPanel-02 .swiper-button-next,
#keyPanel-05 .swiper-button-next {
    background-image: url("../images/arrow-right.png");
    position: absolute;
}

#keyPanel-02 .swiper-button-prev,
#keyPanel-05 .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    position: absolute;
}

#keyPanel-02 .swiper-button-next,
#keyPanel-02 .swiper-button-prev,
#keyPanel-05 .swiper-button-next,
#keyPanel-05 .swiper-button-prev {
    top: 50%;
    border: solid 2px #00ff9a;
    border-radius: 80px;
    width: 65px;
    height: 65px;
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

@media all and (max-width: 991px) {
    #keyPanel-02 .swiper-container{
        padding: 0 50px 35px;
    }
    #keyPanel-02 .swiper-button-prev,
    #keyPanel-02 .swiper-button-next,
    #keyPanel-05 .swiper-button-prev,
    #keyPanel-05 .swiper-button-next {
        top: 52%;
        width: 35px;
        height: 35px;
    }
    #keyPanel-02 .swiper-button-prev{
        left: 0;
    }
    #keyPanel-02 .swiper-button-next{
        right: 0;
    }
    #keyPanel-02 .swiper-buttonBG-L, #keyPanel-02 .swiper-buttonBG-R {
        width: 50px;
    }

    #keyPanel-08 .homepage-headline.title{
        padding-bottom: 0;
        background-color: unset;
    }
}

@media all and (max-width: 767px) {
    #keyPanel-02 .swiper-container{
        margin-top: 24px;
    }

    #keyPanel-08 .homepage-headline.title{
        font-size: 24px;
    }
}

#chapter-txt {
    display: none;
}

#keyPanel-08 .carousel-control-next:focus, #keyPanel-08 .carousel-control-next:hover, #keyPanel-08 .carousel-control-prev:focus, #keyPanel-08 .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}


/* end - overwrite boostrap */
@media all and (max-width: 1200px) {

    .social_sect01 {
        background: url("../images/social_bg.png") no-repeat top right;
        background-size: 50%;
        padding-top: 96px;
        box-sizing: border-box;
    }

    .socialPlate_inner {
        padding: 50px 35px 35px;
        position: relative;
        box-shadow: 0px 0px 10px rgba(203, 155, 155, .6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-sizing: border-box;
        min-height: 362px;
    }

    .social_reposeTtl {
        position: relative;
        display: block;
        width: 80vw;
        left: -8vw;
        top: 30px;
        text-shadow: 0px 0px 5px #ffffff;
        margin-bottom: 30px;
    }

    img.social_purpose {
        max-width: 482px;
        width: 100%;
    }

    /* map */
    .map-col {
        /*flex: 0 0 100%;*/
        max-width: 100%;
        float: none;
    }

    .map-ttl-col {
        /*flex: 0 0 100%;*/
        max-width: 100%;
        width: 100%;
        float: none;
        margin-bottom: 35px;
        display: inline-block;
    }

    .mapGroup {
        position: relative;
        top: 0;
        z-index: 1;
    }

    .mapInfo {
        position: relative;
        z-index: 1;
        padding: 120px 0 0;
    }

    .communityPlate p {
        color: #fff;
        margin-bottom: 2rem;
        display: block;
        margin-right: 65px;
        max-width: 43.33333%;
        text-align: left;
    }

    .communityPlate p strong {
        color: #fff;
        font-family: "NunitoSans-Bold", "sans-serif";
        margin-bottom: 2rem;
        margin-left: 80px;
        display: block;
    }

    .communityNumGrp {
        float: left;
        position: relative;
        top: -140px;
    }

    .newMap .communityNumGrp {
        top: 0;
    }

    .communityPlate p.communityNum {
        font-family: "PoplarStd", "sans-serif";
        font-weight: bold;
        font-size: 5rem;
        line-height: 3rem;
        color: #fff;
        margin-bottom: 3rem;
        float: left;
        text-align: center;
    }

    .communityPlate p.communityNum:last-child {
        margin-bottom: 0;
    }

    .communityNum_tag {
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1.37rem;
        color: #ed0180;
        line-height: 1.87rem;
        display: block;
    }

    .communityPlate p.circle_violet:before {
        content: " ";
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: inline-block;
        margin: 0 25px 25px 10px;
        background: #f589f9;
        float: left;
    }

    .community_cleanH {
        height: fit-content;
        max-height: 60px;
    }

    /* end - map */
    a.brand_cosmetics01 div.brand_inner, a.brand_cosmetics02 div.brand_inner, a.brand_cosmetics03 div.brand_inner,
    a.brand_skin01 div.brand_inner, a.brand_skin02 div.brand_inner, a.brand_skin03 div.brand_inner,
    a.brand_health01 div.brand_inner, a.brand_health02 div.brand_inner, a.brand_health03 div.brand_inner,
    a.brand_personalcare01 div.brand_inner, a.brand_personalcare02 div.brand_inner, a.brand_personalcare03 div.brand_inner {
        /*min-height: 226px;*/
    }

    #keyPanel-02 .carousel-control-prev {
        left: -40px;
    }

    #keyPanel-02 .carousel-control-next {
        right: -40px;
    }

}

@media all and (max-width: 992px) {
    img.communityMap {
        width: 100%;
        position: relative;
        top: -102px;
    }

    .newMap img.communityMap {
        top: 0;
    }

    #keyPanel-05 img {
        max-width: 100%;
    }

    .winner_head {
        max-height: 183px;
        text-align: left;
    }

    img.winner_wBadge {
        bottom: 30px;
        left: -10vw;
    }

    .social_sect01 {
        background: url(../images/social_bg.png) no-repeat top right;
        background-size: 50%;
        padding-top: 76px; /*111px*/
        box-sizing: border-box;
    }

    .social_sect01 .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #socialConnect01 {
        margin-top: 0;
    }

    .socialPlate_inner {
        padding: 50px 35px 35px;
        position: relative;
        box-shadow: 0px 0px 10px rgba(203, 155, 155, 0.6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-sizing: border-box;
        min-height: 309px;
    }

    .social_reposeTtl {
        position: relative;
        display: block;
        width: 80vw;
        left: 0;
        top: 55px;
        margin-bottom: 50px;
    }

    .social-blog-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-head-col {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-block-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .communityNumGrp {
        float: right;
        position: relative;
        top: -192px;
    }

    .newMap .communityNumGrp {
        top: 0;
        float: unset;
    }

    .communityPlate p.communityNum {
        font-family: "PoplarStd", "sans-serif";
        font-weight: bold;
        font-size: 5rem;
        line-height: 3rem;
        color: #fff;
        margin-bottom: 3rem;
        float: none;
        display: inline-block;
        width: 40%;
        text-align: center;
    }

    .mapGroup {
        display: block;
    }

    .mapGroup_mobile {
        display: block;
        position: relative;
        top: -100px;
    }

    .mapGroup_mobile img {
        width: 100%;
    }

    #hist_content1, #hist_content2, #hist_content3, #hist_content4,
    #hist_content5, #hist_content6, #hist_content7, #hist_content8, #hist_content9, #hist_content10, #hist_content11, #hist_content12, #hist_content13, #hist_content14,
    #hist_content15, #hist_content16, #hist_content17, #hist_content18, #hist_content19, #hist_content20 {
        max-width: calc((100% - 25px )/ 2);
    }

    #hist_content21 {
        max-width: calc(100% - 25px);
        padding-right: calc((100% - 25px) / 2);
    }

    .noImgContainer {
        padding-top: 0;
    }

    /* overwrite swiper */
    #keyPanel-08 {
        padding: 56px 0 0;
        box-sizing: border-box;
        height: calc(100% + 100px);
        position: relative;
        z-index: 2;
    }

    #keyPanel-08 .swiper-container {
        width: 100%;
        height: calc(100% + 100px);
        max-width: 768px;
        left: 0;
    }

    #keyPanel-08 .swiper-wrapper {
        position: relative;
    }

    /* end - overwrite swiper */
    /* carousel indicators slider down */
    /*#slider-dropdown {
        margin: 0;
        box-sizing: border-box;
        color: #000027;
        text-align: left;
        display: block;
        border: solid 1px #a6e3e3;
        border-left: none;
        border-right: none;
        position: absolute;
        width: 100%;
        top: 208px;
        left: 0;
        z-index: 100;
    }

    #slider-dropdown.activated ol, #chapter-txt.activated ol {
      display: block;
        position:  relative;
        right: 0;
        bottom: 0;
        left: 0;

    }
    #chapter-txt {
        cursor: pointer;
        padding: 12px 0 6px;
        color: #000029;
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1rem;
        text-align: left;
        display: block;
    }



    #chapter-txt::after  {
        content: ' ';
        width: 18px;
        height: 18px;
        background-image: url("../images/arrow-down.png");
        background-repeat: no-repeat;
        background-size: 17px 20px;
        background-position: 85% center ;
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 11%;
    }
        #chapter-txt::before {
            content: '';
            display: inline-block;
            border-bottom: 5px solid #00ff9a;
            width: 40px;
            height: 5px;
            position: absolute;
            top: 37px;
        } */

    /* header */
    /*.site-header {
        overflow-x: auto;
        overflow-y: hidden;
    } */
    .site-header {
        max-height: 100vh;
    }

    .navbar {
        padding: 14px 0;
        width: 100%;
        overflow: overlay;
        max-height: 100vh;
        scrollbar-width: auto;
        scrollbar-color: #00ff9a #363657;
        justify-content: space-between;
    }

    .navbar::-webkit-scrollbar {
        width: 10px;
    }

    .navbar::-webkit-scrollbar-track {
        background: #363657;
    }

    .navbar::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: #00ff9a;
        border: 4px solid #363657;
    }

    .navbar::-webkit-scrollbar-thumb:window-inactive {
        background: #00ff9a;
    }

    nav {
        /*width: auto;
        min-width: 705px;*/
        margin: 0 auto;
    }

    nav.anchor-nav .nav-item.open > a span,
    nav.anchor-nav a.hover span,
    nav.anchor-nav a.active span {
        border-bottom: solid 8px #00ff9a;
        font-family: "NunitoSans-Bold", "sans-serif";
        color: #00ff9a;
        padding: 0;
        padding-bottom: 8px;
    }

    nav.anchor-nav a.anchor {
        padding: 12px 0;
        display: inline-block;
        margin-bottom: 12px;
    }

    nav.anchor-nav a.anchor:after {
        content: " ";
        color: #fff;
        font-weight: normal;
        font-family: "NunitoSans-Book", "sans-serif";
        padding-left: 10px;
    }

    nav.anchor-nav a.anchor:last-child::after {
        content: "";
        color: #fff;
        font-weight: normal;
        font-family: "NunitoSans-Book", "sans-serif";
    }

    nav.anchor-nav a.anchor:link, nav.anchor-nav a.anchor:visited {
        color: #fff;
        font-size: 0.9rem;
        font-weight: normal;
        font-family: "NunitoSans-Bold", "sans-serif";
        text-decoration: none;
        display: block;
        text-align: right;
        width: 100%;
        padding-right: 10px;
    }

    nav.anchor-nav .nav-item::before {
        content: "<";
        color: #FFF;
        font-size: 20px;
        margin: 12px 10px 0 10px;
        transition: all 0.2s ease-in-out;
        height: 20px;
        width: 20px;
        transform-origin: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav.anchor-nav .nav-item.open::before {
        transform: rotate(-90deg);
    }

    nav.anchor-nav a.hover + .sub-list {
        display: none;
    }

    nav.anchor-nav .nav-item.open .sub-list {
        display: grid;
    }

    nav.anchor-nav .nav-item > a.nav-link {
        width: fit-content;
    }

    nav.anchor-nav .nav-item a + .sub-list {
        align-self: flex-end;
        font-size: 12px;
        width: 100%;
        padding: 5px 20px;
    }

    nav.anchor-nav .sub-list a.nav-link {
        width: fit-content;
        justify-self: flex-end;
    }

    nav.anchor-nav a.anchor:hover, nav.anchor-nav a.anchor:active, nav.anchor-nav a.anchor:focus {
        color: #00ff9a;
        font-size: 0.9rem;
        font-weight: normal;
        font-family: "NunitoSans-Bold", "sans-serif";
        text-decoration: none;
        outline: 0;
    }

    .collapseNavPlate {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        right: 0;
    }

    .collapseNavPlate > .nav-item {
        width: 100%;
    }

    /* end - header */
    .narrowContent {
        padding: 0;
    }

    .hist_content0-image{
        height: auto;
    }
    .hist_content0-image img{
        width: auto;
        height: auto;
        max-width: unset;
        margin: 0 auto 30px;
    }
}

@media all and (max-width: 767px) {

    #hist_content1, #hist_content2, #hist_content3, #hist_content4,
    #hist_content5, #hist_content6, #hist_content7, #hist_content8, #hist_content9, #hist_content10, #hist_content11, #hist_content12, #hist_content13, #hist_content14,
    #hist_content15, #hist_content16, #hist_content17, #hist_content18, #hist_content19, #hist_content20, #hist_content21, #hist_content22, #hist_content23, #hist_content24 {
        max-width: 100%;
    }
    /*.site-header {
        overflow-x: auto;
    }*/
    /*#intro:after {
        content: '';
        display: block;
        width: 50px;
        height: 65px;
        position: absolute;
         bottom: 0;
         right: 0;
        z-index: 9999;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,39,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,39,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,0,39,1) 100%);
    }*/
    /*	.stickyHead > nav:after {
            content: '';
            display: block;
            width: 50px;
            height: 65px;
            position: fixed;
             top: 0;
            right: 0;
            z-index: 1;
            background: rgb(255,255,255);
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,39,1) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,39,1) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,0,39,1) 100%);
        }*/
    /*nav {
        width: 705px;
        margin: 0 0;
    }*/
    .desktop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }

    .keylogo {
        width: 100%;
        max-width: 200px;
    }

    .statement {
        font-size: min(4.3rem, 11vw);
        padding: 0 50px;
        box-sizing: border-box;
        line-height: min(4.3rem, 11vw);
        height: fit-content;
    }

    @media ( orientation: landscape ) {
        .statement {

            font-size: 3.3rem;
            line-height: 3.3rem;
        }
    }
    .col-xs {
        width: 50%;
    }

    .keypanel {
        padding: 120px 20px;
        box-sizing: border-box;
    }

    #keyPanel-08 {
        padding: 0;
        box-sizing: border-box;
        height: fit-content;
    }

    .glanceSwiper {
        margin-top: 30px;
    }

    #keyPanel-02 .swiper-container {
        max-width: 576px;
        margin-left: auto;
        margin-right: auto;
    }

    #keyPanel-02 .swiper-button-next,
    #keyPanel-02 .swiper-button-prev {
        display: none;
    }

    #keyPanel-09 {
        padding: 80px 17px 60px;
        background-color: #f5f5f5;
    }

    #keyPanel-09 h2.subttl {
        margin-bottom: 45px;
    }

    h2.subttl {
        font-family: "PoplarStd", "sans-serif";
        font-size: 65px;
        color: #000027;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: 75px;
    }

    .h2_histSP {
        font-family: "PoplarStd", "sans-serif";
        font-size: 2.5rem;
        color: #000027;
        margin-bottom: 25px;
    }

    h3, .h3 {
        font-family: "NunitoSans-Bold", "sans-serif";
        color: #000027;
        font-size: 1.35rem;
    }

    .mapGroup_mobile {
        display: block;
        position: relative;
        top: 0;
    }

    p.keyPassage {
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1.6rem;
        color: #000027;
        line-height: 2.1rem;
        padding-bottom: 75px;
        background: url(../images/sepline.png) no-repeat bottom center;
        background-size: 130px;
        margin-bottom: 55px;
    }

    .keyBadge {
        width: 70%;
        max-width: 488px;
        margin: 0 auto 50px;
        text-align: center;
        display: inherit;
    }

    .keyDetails {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .social_sect01 {
        background: url(../images/social_bg.png) no-repeat center 64px;
        background-size: 70%;
        padding-top: 0px;
        box-sizing: border-box;
    }

    .social_sect01 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #socialConnect01 {
        /*margin-top: 287px;*/
    }

    .socialPlateContainer {
        margin-bottom: 95px;
    }

    .socialPlate, .socialPlate:hover {
        background-color: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        width: 100%;

        display: block;
        cursor: pointer !important;
        color: transparent;
        border: none;
        margin: 0 0 25px 0;
        padding: 0;
        text-align: left;
    }

    @media only screen and (device-width: 768px) {
        /* iPad screen size rules */
        #socialConnect01 {
            /*margin-top: 384px;*/
        }

        .socialPlate, .socialPlate:hover {
            background-color: #fff;
            border-radius: 10px;
            box-sizing: border-box;
            width: 100%;
            max-height: 600px;
            display: block;
            cursor: pointer !important;
            color: transparent;
            border: none;
            margin: 0 0 25px 0;
            padding: 0;
            text-align: left;
        }
    }

    .socialPlate .circle_pink:before, .socialPlate .circle_green:before, .socialPlate .circle_orange:before, .socialPlate .circle_blue:before {
        content: ' ';
        border-radius: 50%;
        width: 67px;
        height: 67px;
        margin-bottom: 167px;
        display: flex;
        margin-left: calc(100% - 67px);
    }

    .socialPlate_inner:before {
        content: '';
        background-image: none;
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: center top;
        width: calc(100% - 70px);
        height: 200px;
        position: absolute;
        z-index: 2;
        top: 85px;
    }

    .socialPlate_inner {
        padding: 50px 35px 35px;
        position: relative;
        box-shadow: 0px 0px 10px rgba(203, 155, 155, .6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-sizing: border-box;

    }


    .brand_replaceImg {
        min-height: 1266px;
    }

    a.brand_cosmetics01, a.brand_cosmetics02, a.brand_cosmetics03, a.brand_skin01, a.brand_skin02, a.brand_skin03, a.brand_health01, a.brand_health02, a.brand_health03, a.brand_personalcare01, a.brand_personalcare02, a.brand_personalcare03 {
        display: block;
        background-color: transparent;
        background-position: center;
        background-size: auto 150%;
        -webkit-transition: all .6s ease-in 0s;
        transition: all .6s ease-in 0s;
        max-width: 300px;
        margin: 0 auto;
    }

    a.brand_cosmetics01 div.brand_inner, a.brand_cosmetics02 div.brand_inner, a.brand_cosmetics03 div.brand_inner,
    a.brand_skin01 div.brand_inner, a.brand_skin02 div.brand_inner, a.brand_skin03 div.brand_inner,
    a.brand_health01 div.brand_inner, a.brand_health02 div.brand_inner, a.brand_health03 div.brand_inner,
    a.brand_personalcare01 div.brand_inner, a.brand_personalcare02 div.brand_inner, a.brand_personalcare03 div.brand_inner {
        min-height: 300px;
    }

    .winnerBadge {
        width: 100%;
        margin-bottom: 60px;
    }

    .winner_padding {
        padding: 0 32px;
    }

    img.winner_wBadge {
        bottom: 30px;
        left: -10vw;
    }

    .history-ttl {
        color: #000029;
        box-sizing: border-box;
    }

    .history-col p {
        font-size: 1rem;
    }

    /* carousel indicators slider down */
    #slider-dropdown {
        margin: 0;
        box-sizing: border-box;
        color: #000027;
        text-align: left;
        display: block;
        border: solid 1px #a6e3e3;
        border-left: none;
        border-right: none;
        position: absolute;
        width: 100%;
        top: 134px;
        left: 0;
        z-index: 100;
    }

    /*#slider-dropdown.activated ol, #chapter-txt.activated ol {
      display: block;
        position:  relative;
        right: 0;
        bottom: 0;
        left: 0;
    }
    #chapter-txt {
        cursor: pointer;
        padding: 12px 0 6px;
        color: #000029;
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1rem;
        text-align: left;
        display: block;
    }

    #chapter-txt::after  {
        content: ' ';
        width: 18px;
        height: 18px;
        background-image: url("../images/arrow-down.png");
        background-repeat: no-repeat;
        background-size: 17px 20px;
        background-position: 85% center ;
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15%;
    }
        #chapter-txt::before {
            content: '';
            display: inline-block;
            border-bottom: 5px solid #00ff9a;
            width: 40px;
            height: 5px;
            position: absolute;
            top: 37px;
        }*/

    #keyPanel-08 .swiper-container {
        width: 100%;
        height: 100%;
        /*max-width: 576px;*/
    }

    @media only screen and (device-width: 768px) {
        /* iPad screen size rules */
        #keyPanel-08 .swiper-wrapper {
            position: relative;
            min-height: 640px;
            top: 140px;
        }
    }
    map {
        display: inline;
    }


    .mapInfo {
        position: relative;
        z-index: 1;
        padding: 60px 20px 35px;
    }

    .mapImage {
        display: block;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    img.communityMap {
        width: 100%;
        position: relative;
        top: 0;
    }

    .communityPlate {
        background: #000027;
        border-radius: 10px;
        height: 100%;
        padding: 48px 30px;
        text-align: center;
        color: #fff;
    }

    .communityPlate p {
        color: #fff;
        margin-bottom: 2rem;
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }

    .communityPlate p strong {
        color: #fff;
        font-family: "NunitoSans-Bold", "sans-serif";
        margin-bottom: 2rem;
        margin-left: 0;
    }

    .communityNumGrp {
        float: none;
        position: relative;
        top: 0;
    }

    .communityPlate p.communityNum {
        font-family: "PoplarStd", "sans-serif";
        font-weight: bold;
        font-size: 5rem;
        line-height: 3rem;
        color: #fff;
        margin-bottom: 3rem;
        width: 100%;
    }

    .communityPlate p.communityNum:last-child {
        margin-bottom: 0;
    }

    .communityNum_tag {
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1.37rem;
        color: #ed0180;
        line-height: 1.87rem;
        display: block;
    }

    .communityPlate p.circle_violet:before {
        content: " ";
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: flex;
        margin: 0 auto 45px;
        background: #f589f9;
        float: none;
    }

    .community_cleanH {
        height: fit-content;
        max-height: 45px;
    }

    .copyrightArea {
        position: relative;
        top: 0;
    }

    /* end - footer */
    /* for video */
    .media-container .media-container__video {
        display: none;
    }

    .videoStill {
        height: 100%;
        position: relative;
        display: inline;
        left: 0;
        right: 0;
    }

    /* popup video */
    /* end - for video */
    /* overwrite boostrap */
    #keyPanel-08 .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        top: 48px;
        height: calc(100vh - 172px);
    }

    #keyPanel-08 .carousel-caption {
        position: absolute;
        top: 0;
        right: 0; /*15%*/
        bottom: auto; /* 20px*/
        left: 10px;
        z-index: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000029;
        text-align: left;
    }

    #keyPanel-08 .carousel-item:first-child {
        background: transparent;
    }


    #keyPanel-08 .carousel-control-next, #keyPanel-08 .carousel-control-prev {
        position: absolute;
        top: 68px;
        bottom: 0;
        right: 20px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px; /*6%*/
        height: 45px;
        color: #fff;
        text-align: center;
        opacity: .5;
        transition: opacity .1s ease;
    }


    #keyPanel-08 .carousel-control-prev {
        left: auto;
        right: 80px; /*65 + 15 */
    }


    #keyPanel-08 .carousel-control-next-icon, #keyPanel-08 .carousel-control-prev-icon {
        border: solid 2px #00ff9a;
        border-radius: 80px;
        width: 80px;
        height: 45px;
        background-size: 15px;
        background-position: center center;
    }


    #keyPanel-08 .carousel-control-prev-icon {
        background-image: url("../images/arrow-left.png");
    }

    #keyPanel-08 .carousel-control-next-icon {
        background-image: url("../images/arrow-right.png");
    }
    #keyPanel-08 .carousel-control-next:focus, #keyPanel-08 .carousel-control-next:hover, #keyPanel-08 .carousel-control-prev:focus, #keyPanel-08 .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 1;
    }

    #keyPanel-08 .carousel-control-next:focus, #keyPanel-08 .carousel-control-next:hover, #keyPanel-08 .carousel-control-prev:focus, #keyPanel-08 .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 1;
    }

    /* end - overwrite boostrap */
}

@media all and (max-width: 576px) {
    .videoStill {
        height: 80%; /*100%*/
        position: relative;
        display: inline;
        left: -25%;
        right: -25%;
        top: -10%;
    }


    #intro .swiper-container {
        max-width: 576px;
        /*height: calc(100% - 64px);*/
        height: 100%;
        display: block;
        position: relative;
        z-index: -2;
    }

    @-moz-document url-prefix() {
        #intro .swiper-container {
            max-width: 576px;
            height: 100vh;
            display: block;
            position: relative;
            z-index: -2;
        }

    }
    #intro .swiper-slide {
        margin: 0;
        padding: 0;
        margin-right: 0 !important;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;

    }

    #intro .swiper-slide img {
        border: none;
        padding: 0;
        position: absolute;
        height: 101%;
    }

    .social_sect01 {
        background: url(../images/social_bg.png) no-repeat center 104px;
        background-size: 70%;
        padding-top: 0px;
        box-sizing: border-box;
    }

    #socialConnect01 {
        /*margin-top: 299px;*/
    }

    .socialPlate .circle_pink:before, .socialPlate .circle_green:before, .socialPlate .circle_orange:before, .socialPlate .circle_blue:before {
        content: ' ';
        border-radius: 50%;
        width: 67px;
        height: 67px;
        margin-bottom: 105px;
        display: flex;
        margin-left: calc(100% - 67px);
    }

    .socialPlate_inner:before {
        content: '';
        background-image: none;
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: center top;
        width: calc(100% - 70px);
        height: 200px;
        position: absolute;
        z-index: 2;
        top: 39px;
    }

    .socialPlate_inner {
        padding: 50px 35px 35px;
        position: relative;
        box-shadow: 0px 0px 10px rgba(203, 155, 155, .6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-sizing: border-box;
        min-height: auto;
    }

    #hist_content1 img, #hist_content2 img, #hist_content3 img, #hist_content4 img,
    #hist_content5 img, #hist_content6 img, #hist_content7 img, #hist_content8 img, #hist_content9 img, #hist_content10 img, #hist_content11 img, #hist_content12 img, #hist_content13 img, #hist_content14 img,
    #hist_content15 img, #hist_content16 img, #hist_content17 img, #hist_content18 img, #hist_content19 img, #hist_content20 img, #hist_content21 img, #hist_content22 img, #hist_content23 img, #hist_content24 img {
        max-width: 100%;
        width: 100% !important;
    }

    .history-ttl {
        color: #000029;
        padding-left: 0;
        box-sizing: border-box;
    }

    /*#slider-dropdown {
        margin: 0;
        box-sizing: border-box;
        color: #000027;
        text-align: left;
        display: block;
        border: solid 1px #a6e3e3;
        border-left: none;
        border-right: none;
        position: absolute;
        width: 100%;
        top: 182px;
        left: 0;
        z-index: 100;
    }
    #chapter-txt {
        cursor: pointer;
        margin-left: 13px;
        padding: 12px 0 6px;
        color: #000029;
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1rem;
        text-align: left;
        display: block;
    }

#chapter-txt::after  {
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: 85% center ;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10%;
}
    #chapter-txt::before {
        content: '';
        display: inline-block;
        border-bottom: 5px solid #00ff9a;
        width: 40px;
        height: 5px;
        position: absolute;
        top: 37px;
    } */

    /*#keyPanel-02 .swiper-button-next { right: 0; }
    #keyPanel-02 .swiper-button-prev { left: calc(100% - 100px);}
    #keyPanel-02 .swiper-button-next, #keyPanel-02 .swiper-button-prev {
           position: absolute;
            top: 92px;
            bottom: 0;
            border: none;
            border-radius: 80px;
            width: 45px;
            height: 45px;
            background-size: 15px;
            background-position: center center;
            background-repeat: no-repeat;
        } */

    #keyPanel-02 .swiper-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 50px 0;
    }

    #keyPanel-02 .swiper-buttonBG-L, #keyPanel-02 .swiper-buttonBG-R {
        display: none;
    }

    .news_head {
        background: #8ff9d4;
        border-radius: 10px;
        padding: 25px 20px 75px;
        box-sizing: border-box;
        height: calc(100% - 25px);
    }
}
@media all and (max-width: 991px) {
    .statementBox {
        padding-top: 68px;
    }
}
@media all and (max-width: 767px) {
    .statementBox {
        padding-top: 30vh;
    }

    #hist_content0 > .row {
        flex-direction: column-reverse;
    }
    #hist_content0 > .row .col-md-7{
        padding-bottom: 24px;
    }
    #hist_content0 > .row .col-md-7 img{
        width: 100%;
    }
    #hist_content21 {
        max-width: 100%;
        padding-right: 0;
    }
}

@media all and (max-width: 455px) {
    #socialConnect01 {
        /*margin-top: 188px;*/
    }

    .community_cleanH {
        height: fit-content;
        max-height: 90px;
    }
}

@media all and (max-width: 414px) {
    #intro .swiper-container {
        max-width: 414px;
        /*height: calc(100% - 64px);*/
        height: 100%;
        display: block;
        position: relative;
        z-index: -2;
    }

    @-moz-document url-prefix() {
        #intro .swiper-container {
            max-width: 414px;
            height: 100vh;
            display: block;
            position: relative;
            z-index: -2;
        }
    }
}

@media all and (max-width: 390px) {
    .socialPlate .circle_pink:before, .socialPlate .circle_green:before, .socialPlate .circle_orange:before, .socialPlate .circle_blue:before {
        content: ' ';
        border-radius: 50%;
        width: 47px;
        height: 47px;
        margin-bottom: 105px;
        display: flex;
        margin-left: calc(100% - 47px);
    }

    .socialPlate_inner {
        padding: 20px 20px 35px;
        position: relative;
        box-shadow: 0px 0px 10px rgba(203, 155, 155, 0.6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-sizing: border-box;
        min-height: auto;
    }

    .socialPlate button:before {
        content: '';
        /*background-image: url(../images/play-button.png);*/
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: center top;
        width: calc(100% - 44px);
        height: 200px;
        position: absolute;
        z-index: 2;
        top: 68px;
        left: 0;
        width: 100%;
    }
}

@media all and (max-width: 332px) {
    /*for iphone SE / galaxyFold */
    .statementBox {
        padding-top: 120px;
    }

    .statement {
        font-size: 3.6rem;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 3.6rem;
        height: fit-content;
    }

    /*#keyPanel-02 .swiper-button-next, #keyPanel-02 .swiper-button-prev {
        position: absolute;
        top: 78px;
        bottom: 0;
        border: none;
        border-radius: 80px;
        width: 45px;
        height: 45px;
        background-size: 15px;
        background-position: center center;
        background-repeat: no-repeat;
    }*/

    .socialPlate .h2 {
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    h1, .h1 {
        font-family: "PoplarStd", "sans-serif";
        font-size: 3.4rem;
        color: #000027;
        margin-bottom: 50px;
        text-transform: uppercase;
        line-height: 3.7rem;
    }

    h2, .h2 {
        font-family: "PoplarStd", "sans-serif";
        font-size: 2.1rem;
        color: #000027;
        margin-bottom: 30px;
    }

    p.keyPassage {
        font-family: "NunitoSans-Bold", "sans-serif";
        font-size: 1.4rem;
        color: #000027;
        line-height: 1.9rem;
        padding-bottom: 75px;
        background: url(../images/sepline.png) no-repeat bottom center;
        background-size: 130px;
        margin-bottom: 55px;
    }

    .socialPlate .circle_pink:before, .socialPlate .circle_green:before, .socialPlate .circle_orange:before, .socialPlate .circle_blue:before {
        content: ' ';
        border-radius: 50%;
        width: 47px;
        height: 47px;
        margin-bottom: 105px;
        display: flex;
        margin-left: calc(100% - 47px);
    }

    .socialPlate_inner {
        padding: 20px 20px 35px;
        position: relative;
        box-shadow: 0px 0px 10px rgba(203, 155, 155, 0.6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-sizing: border-box;
        min-height: auto;
    }

    .socialPlate button:before {
        content: '';
        /*background-image: url(../images/play-button.png);*/
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: center top;
        width: calc(100% - 44px);
        height: 200px;
        position: absolute;
        z-index: 2;
        top: 68px;
        left: 0;
        width: 100%;
    }

    .winner_item p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    #hist_content0 img {
        max-width: 60%;
        width: 60% !important;
    }
}

@media (max-width: 1200px) {

    a.home_brand div.brand_inner {
        height: 240px;
        width: 240px;
    }
}

@media (max-width: 992px) {

    a.home_brand div.brand_inner {
        height: 160px;
        width: 160px;
    }
}

@media (max-width: 768px) {

    a.home_brand div.brand_inner {
        height: 350px;
        width: 350px;
    }

    #keyPanel-02 .swiper-buttonBG-L {
        height: 350px;
    }

    #keyPanel-02 .swiper-buttonBG-R {
        height: 350px;
    }

    a.home_brand {
        margin: 0 auto;
    }
}

.wp-site-blocks iframe {
    width: 100%;
    height: calc((100vw - 30px) * 9 / 16);
}

@media (min-width: 768px) {
    .wp-site-blocks iframe {
        width: 100%;
        height: calc(690px * 9 / 16);
    }
}

@media (min-width: 992px) {
    .wp-site-blocks iframe {
        width: 100%;
        height: calc(960px * 9 / 16);
    }
}

@media (min-width: 1200px) {
    .wp-site-blocks iframe {
        width: 100%;
        height: calc(990px * 9 / 16);
    }
}

.watson-tv-inner:before {
    content: '';
    background-image: url("../images/play-button.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 2;
}

.watson-tv-inner {
    padding: 0 90px 0 0;
    position: relative;
    box-shadow: 0px 0px 10px rgba(203, 155, 155, .6);
    border-radius: 10px;
    box-sizing: border-box;
    min-height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
}

/*@media screen and (max-width: 1199px) {
    .watson-tv-inner {
        top: -180px;
    }
}
@media screen and (max-width: 991px) {
    .watson-tv-inner {
        top: -190px;
    }
}
@media screen and (max-width: 767px) {
    .watson-tv-inner {
        top: -150px;
    }
}
@media screen and (max-width: 576px) {
    .watson-tv-inner {
        top: -250px;
    }
}
@media screen and (max-width: 414px) {
    .watson-tv-inner {
        top: -225px;
    }
}
@media screen and (max-width: 320px) {
    .watson-tv-inner {
        top: -190px;
    }
}*/
button.watson-tv:hover .watson-tv-inner:before {
    content: '';
    background-image: url("../images/play-button-hover.png");
}

.modal-video-desc {
    width: 100%;
    margin-bottom: 20px;
}

.home-watson-tv {
    position: relative;
}
.home-watson-tv .container {
    padding: 90px 15px;
    position: relative;
    overflow: hidden;
}

@media all and (max-width: 990px) {

    .home-watson-tv::before {
        width: 527px;
        height: 500px;
    }

}
.homepage-button{
    position: relative;
    height: 48px;
    width: 190px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4bfd9b;
    overflow: hidden;
    margin: auto;
    z-index: 2;
}
.homepage-button::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #4bfd9b;
}
.homepage-button::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}
a.homepage-button{
    color: #000000;
}
a.homepage-button:hover{
    text-decoration: none;
}
a.homepage-button:hover::after{
    width: 200%;
    height: 300%;
    opacity: 1;
}
.anchor-header-spacing{
    padding-top: 68px;
    margin-top: -68px;
}
@media all and (max-width: 767px) {
    .homepage-button{
        width: 162px;
        height: 36px;
        font-size: 16px;
    }
}
.homepage-banner-text{
    font-size: 5rem;
    max-width: unset;
}
.homepage-banner-text span{
    font-weight: 900;
}
.fixHeight-banner {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.fixHeight-banner.position-left{
    object-position: left center;
}
@media all and (max-width: 1199px) {
    .fixHeight-banner {
        height: 416px;
    }
}
@media all and (max-width: 991px) {
    .fixHeight-banner {
        height: 338px;
    }
}
@media all and (max-width: 767px) {
    .statementBox{
        padding: 0;
    }
    .homepage-banner-text{
        padding: 0;
    }
    .fixHeight-banner {
        width: 100%;
        height: 182px;
        object-fit: cover;
        object-position: center;
    }
}