* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

*::-moz-selection {
    background: #005ebf;
    color: #fff;
}

*::selection {
    background: #005ebf;
    color: #fff;
}

*:focus {
    outline: none;
}

body {
    font-family: 'gensen-font', '微軟正黑體', 'Microsoft JhengHei', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #282728;
    background: #addfef;
    letter-spacing: 0.025em;
    word-wrap: break-word;
    word-break: normal;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

p {
    margin: 0 0 1.6em;
}

.wrapper {
    overflow: hidden;
}

.text-blue {
    color: #076bd2;
}

.bt {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    background: none;
    text-decoration: none;
}

.bt:focus {
    outline: none;
}

.bt::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.bt.bt-style1 {
    background: #153989;
    color: #eec926;
    border-radius: 0.55em;
    letter-spacing: 0.1em;
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-weight: 700;
    width: 7.45em;
    line-height: 2.22em;
}

.bt.bt-style2 {
    background: #eec926;
    color: #153989;
    letter-spacing: 0.1em;
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5;
    padding: 0 0.5em;
    min-width: 9.375em;
}

.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list a {
    color: inherit;
    text-decoration: none;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
}

.text-center {
    text-align: center;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.site-title {
    font-size: 1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    padding: 12px 15px 15px;
}
.header-fixed .site-title {
    background: #dcf5ff;
}

.site-title .logo {
    display: block;
    width: 12em;
}

.nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    width: 4.687em;
    height: 3.4em;
}

.nav-toggle .ic-bar {
    display: block;
    background: #323232;
    width: 1.25em;
    height: 0.0625em;
    border-radius: 1.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.625em;
    transition: 0.3s;
}

.nav-toggle .ic-bar:nth-child(1) {
    transform: translateY(-0.4em);
}

.nav-toggle .ic-bar:nth-child(2) {
    transform: translateY(0.4em);
}

.nav-toggle .txt {
    display: none;
}

.nav-open .nav-toggle .ic-bar:nth-child(1) {
    transform: rotate(45deg);
}

.nav-open .nav-toggle .ic-bar:nth-child(2) {
    transform: rotate(-45deg);
}

.nav-open .nav-toggle .ic-bar:nth-child(3) {
    display: none;
}

.nav {
    position: fixed;
    z-index: 80;
    top: 0;
    left: -294px;
    width: 294px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 80px 15px 20px;
    transition: 0.3s;
    text-align: center;
    background: url('../img/nav_bg.png') no-repeat 50% 0;
    background-size: cover;
}

.nav-open .nav {
    left: 0;
    width: 100%;
}

.nav-menu {
    font-size: 1.125em;
    padding: 1em 0;
}

.nav-menu>li>a {
    display: block;
    padding: 0.75em;
}

.nav-menu>li>a:hover,
.nav-menu>li.current>a {
    color: #076bd2;
}

.nav-menu>li>a .fb-icon {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    padding: 0;
    width: 1.1em;
    height: 1.1em;
    background: url('../img/fb-icon.png') no-repeat;
    background-size: 100% 200%;
    margin: 0 0.5em;
}
.nav-menu>li>a:hover .fb-icon {
    background-position: 0 100%;
}

@keyframes footerPeople {
    0% {
        transform: translateY(-32%) rotate(0deg);
    }

    25% {
        transform: translateY(-32%) rotate(3deg);
    }

    45% {
        transform: translateY(-32%) rotate(0deg);
    }

    50% {
        transform: translateY(-37%) rotate(0deg);
    }

    55% {
        transform: translateY(-32%) rotate(0deg);
    }

    75% {
        transform: translateY(-32%) rotate(-3deg);
    }

    100% {
        transform: translateY(-32%) rotate(0deg);
    }
}

.footer {
    background: url('../img/footer_earth.png') no-repeat 50% 0;
    background-size: 640px auto;
    padding: 5em 0 3.5em;
    position: relative;
    margin-top: -100px;
}

.footer .container {
    max-width: 23em;
}

.footer-deco {
    position: absolute;
    top: 0;
    left: -20%;
    right: -20%;
    animation: footerPeople 6s infinite;
    transform: translateY(-32%);
    transform-origin: 50% 350%;
}

.footer-info,
.footer-info>* {
    display: inline-block;
    vertical-align: middle;
}

.footer-info {
    padding: 0.75em;
}

.footer-info.full {
    display: block;
}

.footer-info .txt {
    font-size: 0.875em;
}

.footer-info img {
    margin-left: 1em;
}

.footer-info .logo1 {
    width: 12em;
}

.footer-info .logo2 {
    width: 4.25em;
}

.footer-info .logo3 {
    width: 3.276em;
}

.footer-info .logo4 {
    width: 3.6em;
}

.main,
.sect,
.container {
    position: relative;
}

.container {
    padding: 0 30px;
    margin: 0 auto;
}

@keyframes floating {
    0% {
        transform: translateY(-8%);
    }

    60% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-8%);
    }
}

.sect {
    text-align: center;
}

.landing {
    height: 444px;
}

.landing-bg-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 992px;
    margin-left: -496px;
}

.landing .twentytwenty-handle {
    border: 0;
    box-shadow: none;
    background: url('../img/landing_handler.png') no-repeat;
    background-size: contain;
    width: 195px;
    height: 101px;
    margin-left: -195px;
    top: 290px;
    border-radius: 0;
}

@media (min-width: 992px){
    .landing .twentytwenty-handle {
    animation: floating 3s infinite;
}
        }

.landing .twentytwenty-left-arrow {
    border: 0;
    left: 0;
    width: 697.5px;
    height: 252.5px;
    margin-left: -672px;
    margin-top: -176.5px;
    background: url('../img/landing_fish.png') no-repeat;
    background-size: contain;
}

.landing .twentytwenty-right-arrow,
.landing .twentytwenty-horizontal .twentytwenty-handle:before,
.landing .twentytwenty-horizontal .twentytwenty-handle:after,
.landing .twentytwenty-overlay:hover,
.landing .twentytwenty-overlay:hover .twentytwenty-before-label,
.landing .twentytwenty-overlay:hover .twentytwenty-after-label {
    display: none;
}

.landing-title {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0;
    pointer-events: none;
    font-size: 1em;
}

.landing-title img {
    width: 18.375em;
    max-width: 73.375%;
}

.main {
    margin-top: 54px;
    background: url('../img/sea_bg.png') 50% 0 repeat-y;
    background-size: 640px auto;
}

.main:before {
    content: '';
    display: block;
    background: url('../img/sea_bg_top.png') 50% 100% no-repeat;
    background-size: 640px auto;
    position: absolute;
    z-index: 0;
    top: -104px;
    left: 0;
    right: 0;
    height: 104px;
}

.main .bt-scroll {
    position: absolute;
    z-index: 10;
    top: -34px;
    left: 50%;
    width: 3.2em;
    margin-left: -1.6em;
    font-size: 0.8em;
}

@keyframes scrollFloating {
    0% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.main .bt-scroll::before {
    content: '';
    display: block;
    background: url('../img/scroll_down.png') no-repeat;
    background-size: contain;
    width: 0.875em;
    height: 0.875em;
    margin: 0 auto 3px;
    animation: scrollFloating 1.2s infinite;
}

.sect .deco {
    position: absolute;
    pointer-events: none;
}

.sect1 {
    padding: 3em 0;
}

.sect1-heading {
    font-size: 1em;
    width: 11.25em;
    margin: 0 auto;
    position: relative;
}

.sect1-heading .txt {
    display: block;
    font-size: 1.25em;
    color: #076bd2;
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.sect1-layout1 {
    position: relative;
    background: url('../img/sect1_wave1.png') 50% 0 no-repeat;
    background-size: 640px auto;
    min-height: 375px;
    padding-top: 65px;
    margin-top: -98px;
}

.sect1-layout2 {
    position: relative;
    background: url('../img/sect1_wave2.png') 50% 0 no-repeat;
    background-size: 640px auto;
    min-height: 272px;
    padding-top: 120px;
    margin-top: -255px;
}

@keyframes decoFloating {
    0% {
        transform: translateY(-25%);
    }

    60% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-25%);
    }
}

.sect1 .deco-left {
    width: 66px;
    left: -30px;
    top: 140px;
}

.sect1 .fish-left1 {
    width: 54px;
    left: -6px;
    top: 110px;
}

.sect1 .fish-left2 {
    width: 66px;
    left: -33px;
    bottom: 210px;
}

.sect1 .fish-left2 img {
    animation: decoFloating 3s infinite;
}

.sect1 .fish-left3 {
    width: 75px;
    left: -12px;
    bottom: 80px;
}

.sect1 .fish-left3 img {
    animation: decoFloating 3.5s infinite;
}

.sect1 .deco-right {
    width: 79px;
    right: -32px;
    top: 225px;
}

.sect1 .fish-right1 {
    width: 81px;
    right: -60px;
    top: 60px;
}

.sect1 .fish-right2 {
    width: 52px;
    right: 9px;
    top: 210px;
}

.sect1 .fish-right2 img {
    animation: decoFloating 3.2s infinite;
}

.sect1 .fish-right3 {
    width: 86px;
    right: -6px;
    bottom: 60px;
}

.sect1 .fish-right3 img {
    animation: decoFloating 4s infinite;
}


.sect2 {
    padding-top: 2em;
    top: -2em;
}

.sect2-heading {
    font-size: 1em;
    width: 13.125em;
    margin: 0 auto 1em;
}

.sect2 .deco-left {
    width: 67px;
    left: -30px;
    top: 70px;
}

.sect2 .deco-right {
    width: 73px;
    right: -35px;
    bottom: 0;
}

.sect2 .deco-pg {
    width: 125px;
    left: -37px;
    bottom: 50px;
}
.sect2 .deco-pg .bubble,
.sect2 .deco-bear .bubble {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 35%;
    opacity: 0;
}
@keyframes bubble {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    70% {
        transform: translateY(-15em) scale(1.25);
        opacity: 0;
    }
    
    100% {
        transform: translateY(-15em) scale(1.25);
        opacity: 0;
    }
}
.sect2 .deco-pg .bubble1 {
    width: 20.6%;
    right: 16%;
}
.sect2 .deco-pg.aos-animate .bubble1 {
    animation: bubble 10s infinite;
}
.sect2 .deco-pg .bubble2 {
    width: 31.5%;
    right: 15%;
}
.sect2 .deco-pg.aos-animate .bubble2 {
    animation: bubble 10s infinite 5s;
}
.sect2 .deco-bear .bubble1 {
    width: 16.3%;
    left: 5%;
}
.sect2 .deco-bear.aos-animate .bubble1 {
    animation: bubble 9s infinite 4.5s;
}
.sect2 .deco-bear .bubble2 {
    width: 30.3%;
    left: -3%;
}
.sect2 .deco-bear.aos-animate .bubble2 {
    animation: bubble 9s infinite;
}

@keyframes pgFloating {
    0% {
        transform: translateY(-20%) rotate(-10deg);
    }

    60% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-20%) rotate(-10deg);
    }
}

.sect2 .deco-pg .img {
    animation: pgFloating 5s infinite;
}

.sect2 .deco-bear {
    width: 118px;
    right: -45px;
    top: 145px;
}

@keyframes bearFloating {
    0% {
        transform: translateY(-20%) rotate(10deg);
    }

    60% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-20%) rotate(10deg);
    }
}

.sect2 .deco-bear .img {
    animation: bearFloating 4.5s infinite;
}

.sect3 {
    padding: 1em 0;
}

.main .sect3 .container {
    padding: 0;
    max-width: 1086px;
}

.sect3 .video {
    position: relative;
}

.sect3 .deco-left {
    width: 75px;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}

.sect3 .deco-right {
    width: 68px;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}

.sect4 {
    background: url('../img/sect4_bg.jpg') 50% 0 repeat-y;
    background-size: 640px auto;
    margin-top: 150px;
    padding-bottom: 1em;
}
.sect4 .deco {
    display: none;
}

.sect4 .top-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 133px;
    margin-bottom: -1px;
}

.sect4 .top-wave .wave {
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    bottom: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@keyframes wave1 {
    0% {
        background-position: 50% 0;
    }

    20% {
        transform: translateX(-20px);
        background-position: 50% 10px;
    }

    80% {
        transform: translateX(20px);
        background-position: 50% 10px;
    }

    100% {
        background-position: 50% 0;
    }
}

@keyframes wave2 {
    0% {
        background-position: 50% 0;
    }

    30% {
        transform: translateX(20px);
        background-position: 50% 10px;
    }

    65% {
        transform: translateX(-20px);
        background-position: 50% 10px;
    }

    100% {
        background-position: 50% 0;
    }
}

@keyframes wave3 {
    0% {
        background-position: 50% 0;
    }

    25% {
        transform: translateX(-20px);
        background-position: 50% 10px;
    }

    75% {
        transform: translateX(20px);
        background-position: 50% 10px;
    }

    100% {
        background-position: 50% 0;
    }
}

@keyframes wave4 {
    0% {
        background-position: 50% 0;
    }

    25% {
        transform: translateX(20px);
        background-position: 50% 10px;
    }

    75% {
        transform: translateX(-20px);
        background-position: 50% 10px;
    }

    100% {
        background-position: 50% 0;
    }
}

.sect4 .top-wave .wave1 {
    background-image: url('../img/sect4_wave1.png');
    animation: wave1 7s infinite;
}

.sect4 .top-wave .wave2 {
    background-image: url('../img/sect4_wave2.png');
    animation: wave2 6s infinite;
}

.sect4 .top-wave .wave3 {
    background-image: url('../img/sect4_wave3.png');
    animation: wave3 5s infinite;
}

.sect4 .top-wave .wave4 {
    background-image: url('../img/sect4_wave4.png');
    animation: wave4 6s infinite;
}

.sect4-heading {
    font-size: 1em;
    width: 14.75em;
    position: relative;
    top: -2.5em;
    margin: 0 auto -1em;
}

.plan-box {
    margin-bottom: 2em;
}

.plan-box .pic {
    margin-bottom: 1em;
}

.plan-box .pic img {
    width: 228px;
}

.plan-box .title {
    display: inline-block;
    position: relative;
    background: #fff;
    line-height: 1.5;
    padding: 0.5em 1.25em 0.25em;
    font-weight: 700;
    border-radius: 0.75em;
}

.plan-box .title .num {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -0.4em;
    background: #1f9efe;
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0.25em 1em;
    border-radius: 0.6em;
}

.plan-box .desc {
    text-align: left;
    max-width: 22em;
    margin: 0 auto;
}

.step-content {
    margin-bottom: 3em;
}

.step-heading {
    font-size: 1em;
    width: 13.25em;
    margin: 0 auto 1em;
}

.step-box {
    position: relative;
    text-align: left;
    padding: 30px 0 30px 100px;
    font-size: 0.86em;
    width: 22em;
    margin: 0 auto 0.5em;
}

.step-box .pic {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -43.5px;
}

.step-box .pic img {
    width: 5.44em;
}

.step-box .num {
    margin-bottom: 0.25em;
}

.step-box .txt {
    margin: 0;
}

.step-deco {
    margin: 1em auto;
    max-width: 23em;
}

.sect5 {
    background: url('../img/sect4_bg.jpg') 50% 0 repeat-y;
    background-size: 640px auto;
}

.sect5-slider .slick-prev,
.sect5-slider .slick-next {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    text-decoration: none;
    background: url('../img/sect5_slider_arrow.png') no-repeat;
    background-size: 200% 200%;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
}

.sect5-slider .slick-prev {
    background-position: 0 0;
    left: -27px;
}

.sect5-slider .slick-next {
    background-position: 100% 0;
    right: -27px;
}

.sect5-slider .slick-prev:hover {
    background-position: 0 100%;
}

.sect5-slider .slick-next:hover {
    background-position: 100% 100%;
}

.sect5-slider .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sect5-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.sect5-slider .slick-dots li button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    text-decoration: none;
    background: none;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    width: 14px;
    height: 14px;
    position: relative;
}

.sect5-slider .slick-dots li button::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.sect5-slider .slick-dots li.slick-active button::before {
    background: #005ebf;
}

.sect5-slider .row {
    display: flex;
    align-items: stretch;
}

.sect5-slider .row .col {
    padding: 3px;
    flex: auto;
    display: flex;
    align-items: stretch;
}

.sect5-slider .row1 .col {
    flex: 1;
}

.sect5-slider .row2 .col2 {
    flex: 62.86% 0 0;
}

.sect5-slider .txt {
    background: #fff;
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0;
}

.sect5-slider .txt .icon {
    width: 1.75em;
    margin: 0 auto;
}

.sect5-slider .txt .title {
    color: #005ebf;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.5em 0 0.15em;
}

.sect5-slider .txt .more {
    display: inline-block;
    color: #4a4a4a;
    font-size: 0.75em;
    line-height: 1.3;
    transform: scale(0.8);
    border-bottom: 1px solid #4a4a4a;
}

.sect5-slider .txt .more:hover {
    color: #ff7a1c;
    border-bottom-color: #ff7a1c;
}

.sect5 .deco {
    display: none;
}

.sect6 {
    background: url('../img/sect6_bg.png') no-repeat 50% 0;
    background-size: 750px auto;
    padding: 5em 0 220px;
}

.sect6-heading {
    font-size: 1em;
    width: 14.8125em;
    margin: 0 auto 1.5em;
}

.sect6-content,
.sect6-content * {
    position: relative;
}

.sect6-content .shadow-layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}

.sect6-content .shadow {
    display: inline-block;
    line-height: 1;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 2em 1em #fff;
    border-radius: 0.5em;
}

.sect6-content .shadow.br {
    opacity: 0.75;
}

.sect6-content .sdgs-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sect6-content .sdgs-row .col {
    padding: 0.5em;
}

.sect6-content .sdgs-row img {
    width: 3.375em;
}

@media (min-width: 640px) {
    body {
        font-size: 1.2em;
        line-height: 1.875;
    }

    p {
        margin-bottom: 1.875em;
    }

    .main,
    .main:before,
    .sect1-layout1,
    .sect1-layout2,
    .sect4,
    .sect5,
    .sect6,
    .footer {
        background-size: 992px auto;
    }

    .main {
        margin-top: 90px;
    }

    .main:before {
        height: 130px;
        top: -130px;
    }

    .main .bt-scroll {
        top: -107px;
    }

    .footer {
        padding: 8em 0 6em;
        margin-top: -60px;
    }

    .footer-deco {
        left: -15.83%;
        right: -15.83%;
    }

    .sect .container {
        width: 70%;
        max-width: 1000px;
        padding: 0;
    }

    /* .sect1 {
        top: -3em;
        margin-bottom: -6em;
    } */
    .sect1 {
        padding-top: 1em;
    }

    .sect1-heading {
        width: 15em;
    }

    .sect1-heading .txt {
        font-size: 1.56em;
    }

    .sect1-layout1 {
        padding-top: 82px;
        margin-top: -152px;
    }

    .sect1-layout2 {
        padding-top: 150px;
        min-height: 352px;
    }

    .sect1 .deco-left {
        width: 99px;
        left: -30px;
        top: 140px;
    }

    .sect1 .fish-left1 {
        width: 40.5px;
        left: -6px;
        top: 110px;
    }

    .sect1 .fish-left2 {
        width: 99px;
        left: -33px;
        bottom: 210px;
    }

    .sect1 .fish-left3 {
        width: 112.5px;
        left: -12px;
        bottom: 80px;
    }

    .sect1 .deco-right {
        width: 118.5px;
        right: -32px;
        top: 225px;
    }

    .sect1 .fish-right1 {
        width: 121.5px;
        right: -60px;
        top: 60px;
    }

    .sect1 .fish-right2 {
        width: 78px;
        right: 9px;
        top: 210px;
    }

    .sect1 .fish-right3 {
        width: 129px;
        right: -6px;
        bottom: 60px;
    }

    .sect2-heading {
        width: 17.27em;
    }

    .sect2 .deco-left {
        width: 100.5px;
        left: -30px;
        top: 70px;
    }

    .sect2 .deco-right {
        width: 109.5px;
        right: -35px;
        bottom: 0;
    }

    .sect2 .deco-pg {
        width: 187.5px;
        left: -55.5px;
        bottom: 50px;
    }

    .sect2 .deco-bear {
        width: 177px;
        right: -67.5px;
        top: 120px;
    }

    .sect3 {
        padding-bottom: 115px;
    }

    .sect3 .deco-left {
        width: 112.5px;
        top: 45%;
    }

    .sect3 .deco-right {
        width: 102px;
        top: 35%;
    }

    .sect4 .top-wave {
        height: 206px;
    }

    .sect4-heading {
        width: 19.36em;
        margin-bottom: 0;
    }

    .plan-box {
        margin-bottom: 3.5em;
    }

    .step-heading {
        width: 17.63em;
    }

    .sect5-slider .slick-prev,
    .sect5-slider .slick-next {
        width: 1.5em;
        height: 3em;
        margin-top: -1.5em;
    }

    .sect5-slider .slick-prev {
        left: -3em;
    }

    .sect5-slider .slick-next {
        right: -3em;
    }

    .sect5-slider .slick-dots li button {
        width: 1em;
        height: 1em;
    }

    .sect5-slider .slick-dots li button::before {
        width: 0.45em;
        height: 0.45em;
    }

    .sect5-slider .row .col {
        padding: 1%;
    }

    .sect6-heading {
        width: 21em;
        margin-bottom: 2em;
    }
    .sect6-content p {
        margin-bottom: 1.5em;
    }

    .sect6-content .sdgs-row {
        margin-top: 1em;
    }

    .sect6-content .sdgs-row img {
        width: 6.25em;
    }

    .sect5-slider .txt {
        font-size: 0.7em;
    }

    .sect5-slider .txt .icon {
        width: 3em;
    }

    .sect5-slider .txt .title {
        font-size: 1.2em;
    }

    .sect5-slider .txt .more {
        font-size: 0.8em;
        transform: none;
        margin-top: 1.25em;
    }
}

@media (min-width: 768px) {
    .site-title {
        padding: 0.4em 1.6875em 0.625em;
    }
    .nav-toggle {
        height: 3em;
    }

    .sect4 .deco {
        display: block;
    }
    .sect4 .deco-left {
        left: 0;
        top: 42%;
        width: 9.48%;
    }
    .sect4 .deco-right {
        right: 0;
        top: 5em;
        width: 11.93%;
    }
    .sect4 .deco-right2 {
        right: 0;
        top: 36.5%;
        width: 20%;
    }

    .sect5-slider .txt {
        font-size: 0.8em;
    }
    .sect5 .deco {
        display: block;
    }
    .sect5 .deco-left {
        left: 0;
        bottom: 2em;
        width: 9.1%;
    }
    .sect5 .deco-right {
        right: 0;
        top: 0;
        width: 10.6%;
    }
    .sect5 .deco-right img {
        transform: translateY(-66%);
    }
}

@media (min-width: 992px) {
    .header {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
        height: 3em;
        transition: 0.3s;
    }
    .header-fixed .header {
        background: #dcf5ff;
        height: 3em;
    }
    .site-title {
        background: none;
        right: auto;
    }
    .header-fixed .site-title {
        background: none;
    }
    .nav-toggle,
    .nav-menu {
        transition: 0.3s;
    }
    .header-fixed .nav-menu {
        padding: 0;
    }
    .nav {
        top: auto;
        left: auto;
        right: 4.5em;
        width: 0;
        height: auto;
        background: none;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .nav-open .nav {
        width: 30em;
        left: auto;
    }

    .nav-menu {
        font-size: 0.875em;
        text-align: right;
        padding: 0.6em 0;
    }

    .nav-menu>li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1.25em;
        position: relative;
    }

    .nav-menu>li::before {
        content: '';
        display: block;
        position: absolute;
        left: -0.75em;
        top: 50%;
        margin-top: -0.42em;
        width: 1px;
        height: 0.84em;
        background: #323232;
    }

    .landing {
        height: auto;
        max-width: 1920px;
        margin: 0 auto;
    }

    .landing-bg-wrap {
        position: relative;
        left: 0;
        margin-left: 0;
        width: auto;
    }

    .landing-title {
        top: 17.9%;
    }

    .landing-title img {
        width: auto;
        max-width: 40.1%;
    }

    .landing .twentytwenty-handle {
        width: 20.3125%;
        height: 23.5%;
        margin-left: -20.3125%;
        margin-top: 0;
        top: 62%;
    }


    .landing .twentytwenty-left-arrow {
        width: 357.7%;
        height: 250%;
        margin: 0;
        transform: translate(-96.2%, -70.91%);
    }

    .main,
    .main:before,
    .sect1-layout1,
    .sect1-layout2,
    .sect4,
    .sect5,
    .sect6,
    .footer {
        background-size: 100% auto;
    }

    .main {
        margin-top: 7.6%;
    }

    .main:before {
        height: auto;
        padding-top: 13.02%;
        top: auto;
        bottom: 100%;
    }

    .main .bt-scroll {
        font-size: 0.8em;
        top: auto;
        bottom: 100%;
        margin-bottom: 9.6%;
        transform: translateY(50%);
    }

    .footer {
        margin-top: -14.2%;
        padding: 6% 0 6%;
    }

    .footer .container {
        width: 70%;
        max-width: 28.8em;
    }

    .footer-info {
        padding: 1.5em 1em;
    }

    .footer-info img {
        margin-left: 1.5em;
    }

    .footer-info .logo1 {
        width: 17.16em;
    }

    .footer-info .logo2 {
        width: 6em;
    }

    .footer-info .logo3 {
        width: 4.68em;
    }

    .footer-info .logo4 {
        width: 5.16em;
    }

    .sect1-heading {
        width: 25.78125%;
    }

    .sect1-layout1 {
        padding-top: 54.53%;
        margin-top: -14.16%;
    }

    .sect1-layout1 .container,
    .sect1-layout2 .container {
        position: absolute;
        padding: 0;
        width: auto;
    }

    .sect1-layout1 .container {
        top: 16.24%;
        right: 50%;
        margin-right: -2em;
    }

    .sect1-layout2 {
        padding-top: 41.875%;
        margin-top: -42.24%;
    }

    .sect1-layout2 .container {
        top: 36%;
        left: 50%;
        margin-left: -6em;
    }

    .sect1 .deco-left {
        width: 10.2%;
        left: 0;
        top: 11%;
    }

    .sect1 .fish-left1 {
        width: 6.77%;
        left: 5.36%;
        top: 0.5em;
    }

    .sect1 .fish-left2 {
        width: 9.27%;
        left: 10.2%;
        bottom: 54%;
    }

    .sect1 .fish-left3 {
        width: 9.48%;
        left: 5.2%;
        bottom: 30%;
    }

    .sect1 .deco-right {
        width: 10.2%;
        right: 0;
        top: 24%;
    }

    .sect1 .fish-right1 {
        width: 11.15%;
        right: 0;
        top: 3%;
    }

    .sect1 .fish-right2 {
        width: 6.98%;
        right: 15%;
        top: 30%;
    }

    .sect1 .fish-right3 {
        width: 11.35%;
        right: 8.5%;
        bottom: 32%;
    }

    .sect2 {
        padding-bottom: 3.5em;
    }

    .sect2 .deco-left {
        width: 8.85%;
        left: 0;
        top: -7%;
    }

    .sect2 .deco-right {
        width: 10.625%;
        right: 0;
        bottom: 4em;
    }

    .sect2 .deco-pg {
        width: 21.5%;
        left: 0.5%;
        bottom: 3em;
    }

    .sect2 .deco-bear {
        width: 22.34%;
        right: 0.5%;
        top: 1.5em;
    }

    .sect3 {
        padding-bottom: 18.854%;
    }

    .sect3 .deco-left {
        width: 13.4%;
        top: 35%;
    }

    .sect3 .deco-right {
        width: 12.4%;
        top: 35%;
    }

    .sect4 {
        margin-top: 10%;
        padding-bottom: 9%;
    }

    .sect4 .top-wave {
        height: auto;
        padding-top: 23%;
    }

    .plan-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 38.2em;
        margin: 0 auto 4em;
    }

    .plan-box.picR {
        flex-direction: row-reverse;
    }

    .plan-box .pic {
        margin: 0;
        padding: 0;
        flex: 30.5% 0 0;
    }

    .plan-box .pic img {
        width: 11.64em;
    }

    .plan-box .txt {
        text-align: left;
        padding: 0.5em 0.8em 0;
        flex: auto;
    }

    .plan-box .title {
        border-radius: 1.25em;
    }

    .plan-box .title .num {
        border-radius: 1em;
    }

    .plan-box .desc {
        max-width: none;
    }
    
    .step-content {
        padding: 2em 0;
    }

    .step-heading {
        margin-bottom: 1.5em;
    }

    .step-list {
        display: flex;
        max-width: 30em;
        margin: 0 auto;
    }

    .step-list li {
        flex: 1;
    }

    .step-box {
        text-align: center;
        line-height: 1.3;
        padding: 0;
        width: auto;
    }

    .step-box .pic {
        position: relative;
        margin: 0.75em 0 1em;
        top: auto;
        left: auto;
    }

    .step-box .pic img {
        width: 7.7em;
    }

    .step-deco {
        max-width: 33.33em;
        margin: 2em auto;
    }

    .sm-up-br {
        display: block;
        height: 0;
    }

    .sect5-slider .txt {
        font-size: 1em;
    }

    .sect6 {
        padding: 9% 0 30%;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 1.4em;
    }

    .footer-info .txt {
        font-size: 0.96em;
    }

    .step-content {
        margin-bottom: 4em;
    }
}

@media (min-width: 1440px) {
    .sect1-heading {
        width: 21.72%;
    }
    .sect1-layout1 {
        margin-top: -13%;
    }
    .step-list {
        max-width: 36.9em;
    }
    .step-box .pic img {
        width: 10em;
    }
}

@media (min-width: 1680px) {
    body {
        font-size: 1.5em;
    }
}