@charset "utf-8";

/* pinkfong */

@font-face {
	font-family: 'Pinkfong Baby Shark';
	font-weight: 400;
	font-display: swap;
	src: local('Pinkfong Baby Shark Light'), url(./fonts/pinkfong/Pinkfong-Baby-Shark-Light.ttf) format('truetype'), url(../fonts/Pinkfong-Baby-Shark-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Pinkfong Baby Shark';
	font-weight: 500;
	font-display: swap;
	src: local('Pinkfong Baby Shark Regular'), url(../fonts/Pinkfong-Baby-Shark-Regular.ttf) format('truetype'), url(../fonts/Pinkfong-Baby-Shark-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Pinkfong Baby Shark';
	font-weight: 600;
	font-display: swap;
	src: local('Pinkfong Baby Shark Bold'), url(../fonts/Pinkfong-Baby-Shark-Bold.ttf) format('truetype'), url(../fonts/Pinkfong-Baby-Shark-Bold.otf) format('opentype');
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Pretendard GOV", sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #000;
}
select::-ms-expand {
    display: none;
}
html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #FFF;
}
body {
    overflow: hidden;
    background: #FFF;
}
.pc {display:block !important;}
.mob {
    display:none !important;
}
.modle_scroll::-moz-scrollbar {
    width: 4px;
    background: #fafafa;
}
.modle_scroll::-moz-scrollbar-thumb {
    background-color: #ffe547;
    border-radius: 0;
}
.modle_scroll::-ms-scrollbar {
    width: 4px;
    background: #fafafa;
}
.modle_scroll::-ms-scrollbar-thumb {
    background-color: #ffe547;
    border-radius: 0;
}
.modle_scroll::-webkit-scrollbar {
    width: 4px;
    background: #fafafa;
}
.modle_scroll::-webkit-scrollbar-thumb {
    background-color: #ffe547;
    border-radius: 0;
}
@media(max-width: 1025px) {}
@media(max-width: 769px) {}
.section {
    width:100%;
}
.fp-scrollable {
    width:100%;
}
.home .fp-scroller {
    height:100%;
}
.w_max {
    padding-right: 50px !important;
    padding-left: 50px !important;
    width: 100%;
}
.w_min {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
@media(max-width: 1301px) {}
@media(max-width: 1025px) {}
@media(max-width: 767px) {
    .pc {display:none !important;}
    .mob {
        display:block !important;
    }
    .w_max {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

.h_logo {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 30px;
    left: 50px;
    width: 80px;
    transition: all 0.2s;
}
.h_logo img {
    display: block;
    width: 100%;
}
.h_logo:hover {
    transform: scale(.9);
}
.h_sns {
    position: fixed;
    display: flex;
    align-items: center;
    gap:.5em;
    z-index: 100;
    top: 30px;
    right: 50px;
}
.h_sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 2px 0 0;
    width: 5em;
    height: 5em;
    background: url("../images/h_sns_bg01.png") no-repeat center/contain;
    cursor: pointer;
    transition: all 0.2s;
}
.h_sns a:nth-child(even) {
    background: url("../images/h_sns_bg02.png") no-repeat center/contain;
}
.h_sns a:nth-child(odd) img {
    transform:rotate(-7.23deg);
}
.h_sns a:nth-child(even) img {
    transform:rotate(7deg);
}
.h_sns a img {
    display: block;
    height: 2em;
}
.h_sns a.sound {}
.h_sns a.sound > div {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.h_sns a.sound > div button {
    display: block;
    width: 20px;
    height: 20px;
    background: none;
    cursor: pointer;
}
.h_sns a.sound > div.off {
    display: block;
    z-index: 1;
    opacity: 0;
    background: url("../images/h_sns_06_on.png") center/cover;
}
.h_sns a.sound > div.on {
    display: block;
    z-index: 2;
    opacity: 1;
    background: url("../images/h_sns_06_off.png") center/cover;
}
.h_sns a.sound.on div.off {
    z-index: 2;
    opacity: 1;
}
.h_sns a.sound.on div.on {
    z-index: 1;
    opacity: 0;
}
.h_sns a:hover {
    transform: scale(.9);
}
@media(max-width: 1301px) {}
@media(max-width: 1025px) {}
@media(max-width: 769px) {
    .h_logo {
        top: 10px;
        left: 20px;
        width: 50px;
    }
    .h_sns {
        top: 15px;
        right: auto;
        left:50%;
        transform: translateX(-50%);
    }
    .h_sns a {
        width: 50px;
        height: 50px;
    }
    .h_sns a img {
        width: 20px;
        height:auto;
    }
}

#fullpage {
    overflow: hidden;
    transition: all 0.3s;
}
#fp-nav {
    z-index: 1 !important;
    opacity: 0 !important;
}

.home {
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    position: relative;
    min-height:100vh;
}
.home .scroll {
    display: block;
    position: absolute;
    z-index: 15;
    right: 100px;
    bottom: 100px;
    animation: home_scroll 1s infinite;
}
.home .title {
    position: absolute;
    z-index: 20;
    top: 7vh;
    left: 50%;
    transform: translate(-50%,0);
}
.home .title .tit {
    display: block;
    height: 15vh;
    /* animation: home_tit 1.3s infinite; */
}
.home .title .btn {
    display: block;
    position: relative;
    z-index: 20;
    margin: 3vh auto 0;
    width: 200px;
    cursor: pointer;
    transition: all 0.2s;
    /* animation: home_btn 2s infinite; */
}
.home .title .btn img {
    display: block;
    width: 100%;
}
.home .title .btn:hover {
    transform: scale(.9);
}
.home .text {
    display: flex;
    position: absolute;
    z-index: 30;
    bottom: 3vw;
    left: 50%;
    transform: translate(-50%,0) scale(1.3);
}
.home .text .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    text-align: center;
}
.home .text .wrap:nth-child(1) {
    background: url("../images/home_bg_01.png") no-repeat top -5px center;
    background-size: 100% auto;
    /* animation: home_text_01 5s infinite; */
}
.home .text .wrap:nth-child(2) {
    background: url("../images/home_bg_02.png") no-repeat top -5px center;
    background-size: 90% auto;
    /* animation: home_text_02 3s infinite; */
}
.home .text .wrap:nth-child(3) {
    background: url("../images/home_bg_03.png") no-repeat top -5px center;
    background-size: 90% auto;
    /* animation: home_text_03 4s infinite; */
}
.home .text .wrap p {
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 2px 10px rgba(0 0 0/100%);
}
.home .text .wrap span {
    display: block;
    margin: 5px 0 0;
    height: 30px;
    line-height: 1.2;
    font-size: 14px;
    color: rgba(255 255 255/80%);
    text-shadow: 0 1px 5px rgba(0 0 0/100%);
}
.home .boat {
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    /* transform: translate(-50%,-50%); */
    animation: home_boat 6s infinite;
}
.home .boat .shark_01 {
    display: block;
    position: absolute;
    z-index: 9;
    top: 5%;
    left: -11%;
    height: 25vh;
    animation: home_shark_01 1.3s infinite;
}
.home .boat .shark_02 {
    display: block;
    position: absolute;
    z-index: 8;
    top: 0;
    left: -3vw;
    height: 25vw;
    animation: home_shark_02 1.3s infinite;
}
.home .boat .shark_03 {
    display: block;
    position: absolute;
    z-index: 7;
    top: 20%;
    left: 49%;
    height: 21vh;
    animation: home_shark_03 1.3s infinite;
}
.home .boat .shark_04 {
    display: block;
    position: absolute;
    z-index: 6;
    top: 26%;
    left: 74%;
    height: 18vh;
    animation: home_shark_04 1.3s infinite;
}
.home .boat .shark_05 {
    display: block;
    position: absolute;
    z-index: 5;
    top: -1%;
    left: 64%;
    height: 22vh;
    animation: home_shark_05 1.3s infinite;
}
.home .boat .shark_06 {
    display: block;
    position: absolute;
    z-index: 4;
    top: 8%;
    left: 75%;
    height: 20vh;
    animation: home_shark_06 1.3s infinite;
}
.home .boat .boat_01 {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
}
.home .boat .boat_02 {
    display: block;
    height: 60vh;
}
.home .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.home .bg .sea {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -2vh;
    left: 0;
    height: 10vh;
    background: url("../images/home_bg_wave.png") no-repeat center top/cover;
    /* animation: home_sea 3s infinite; */
}
.home .bg .sky {
    position: absolute;
    z-index: 1;
    top: -18vw;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/home_bg_sea01.jpg") no-repeat center top/cover;
    /* animation: home_sky 30s infinite; */
}

.home .swim01 {
    position:absolute;
    top:15vh;
    right:0;
    z-index: 2;
    animation: swim01 25s linear infinite;
}
.home .swim01 img {
    animation: swim03 4s linear infinite;
}
.home .swim02 {
    position:absolute;
    bottom:35vh;
    left:0;
    z-index: 2;
    animation: swim02 20s linear infinite;
}
.home .swim02 img {
    animation: swim04 6s linear infinite;
}

@keyframes swim01 {
    0% {
        transform: rotate(0deg) translate(100%,0);
        opacity: 1;
    }
    25% {
        transform: rotate(-5deg) translate(-25vw,0);
        opacity: 1;
    }
    50% {
        transform: rotate(0deg) translate(-50vw,0);
        opacity: 1;
    }
    75% {
        transform: rotate(-5deg) translate(-75vw,0);
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(-100vw,0);
        opacity: 1;
    }
}
@keyframes swim02 {
    0% {
        transform: rotate(0deg) translate(-100%,0);
        opacity: 1;
    }
    25% {
        transform: rotate(-5deg) translate(25vw,0);
        opacity: 1;
    }
    50% {
        transform: rotate(0deg) translate(50vw,0);
        opacity: 1;
    }
    75% {
        transform: rotate(-5deg) translate(75vw,0);
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(100vw,0);
        opacity: 1;
    }
}
@keyframes swim03 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    25% {
        transform: scale(1.05) rotate(5deg) translate(0,-50%);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(-5deg) translate(0,0);
        opacity: 1;
    }
    75% {
        transform: scale(1.05) rotate(5deg) translate(0,-50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes swim04 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    25% {
        transform: scale(1.05) rotate(-5deg) translate(0,-50%);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(5deg) translate(0,0);
        opacity: 1;
    }
    75% {
        transform: scale(1.05) rotate(-5deg) translate(0,-50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}

@keyframes home_scroll {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(0deg) translate(0,20px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_tit {
    0% {
        transform: scale(1) rotate(-2deg) translate(-10px,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.1) rotate(2deg) translate(10px,0);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(-2deg) translate(-10px,0);
        opacity: 1;
    }
}
@keyframes home_btn {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_text_01 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.1) rotate(0deg) translate(0,-20px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_text_02 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.05) rotate(0deg) translate(0,-5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_text_03 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.1) rotate(0deg) translate(0,-10px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_boat {
    0% {
        transform: scale(1) rotate(0deg) translate(-50%,0);
        opacity: 1;
    }
    25% {
        transform: scale(1.02) rotate(-2deg) translate(-50%,-20px);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(0deg) translate(-50%,0);
        opacity: 1;
    }
    75% {
        transform: scale(1.03) rotate(1deg) translate(-50%,-15px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(-50%,0);
        opacity: 1;
    }
}
@keyframes shark_boat {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    25% {
        transform: scale(1.02) rotate(-2deg) translate(0,-20px);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    75% {
        transform: scale(1.03) rotate(1deg) translate(0,-15px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_shark_01 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(-10deg) translate(-20px,0);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_shark_02 {
    0% {
        transform: scale(1) rotate(0deg) translate(-50%,-50%);
        opacity: 1;
    }
    50% {
        transform: scale(1.05) rotate(5deg) translate(-50%,-50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(-50%,-50%);
        opacity: 1;
    }
}
@keyframes home_shark_03 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(10deg) translate(20px,20px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_shark_04 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(5deg) translate(10px,10px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_shark_05 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.05) rotate(0deg) translate(0,-10px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_shark_06 {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(5deg) translate(10px,-20px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_sea {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(0deg) translate(0,15px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes home_sky {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(0deg) translate(0,5%);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}

@media(max-width: 1301px) {
    .home .scroll {
        right: 50px;
        bottom: 80px;
        width: 80px;
    }
}
@media(max-width: 1025px) {
    .home .boat {
        bottom: 6vh;
    }
    .home .boat .shark_01 {
        height: 20vh;
    }
    .home .boat .shark_02 {
        height: 20vh;
    }
    .home .boat .shark_03 {
        height: 17vh;
    }
    .home .boat .shark_04 {
        height: 15vh;
    }
    .home .boat .shark_05 {
        height: 19vh;
    }
    .home .boat .shark_06 {
        height: 18vh;
    }
    .home .boat .boat_02 {
        height: 50vh;
    }
}
@media(max-width: 769px) {
    .home .scroll {
        right: 20px;
        bottom: 40px;
        width: 50px;
    }
    .home .title {
        top: 13vh;
    }
    .home .title .tit {
        width: 90vw;
        max-width:24em;
        height:auto;
        animation:none;
    }
    .home .title .btn {
        width: 120px;
    }
    .home .text {
        flex-wrap:wrap;
        justify-content: center;
        width:100%;
        left:0;
        bottom:10vw;
        transform: none;
    }
    .home .text .wrap {
        width:170px;
        height:110px;
    }
    .home .boat {
        top:38vh;
        bottom: auto;
    }
    .home .boat .shark_01 {
        height: 16vh;
    }
    .home .boat .shark_02 {
        position:relative;
        height:15em;
    }
    .home .boat .shark_03 {
        height: 13vh;
    }
    .home .boat .shark_04 {
        height: 12vh;
    }
    .home .boat .shark_05 {
        height: 15vh;
    }
    .home .boat .shark_06 {
        height: 14vh;
    }
    .home .boat .boat_02 {
        height: 40vh;
    }
    .home .bg {
        position:relative;
        width:100%;
        min-height:120vh;
    }
    .home .bg .island {
        left: -10%;
        bottom: 18vh;
        height: 10vh;
    }
    .home .bg .castle {
        right: -20%;
        bottom: 20vh;
        height: 13vh;
    }

    /*.home .bg .sky {
        background: url(../images/home_bg_sea01_mob.png) no-repeat center bottom / 100% auto;
    }*/
    
     .home .bg .sky {
    background: url(../images/home_bg_sea01_mob.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: cover;
    background-color: #a89877;
    
     }
    .home .bg .sea {
        bottom:-1vh;
        height:5vh;
    }

    @keyframes home_boat {
        0% {
            transform: scale(1) rotate(0deg) translate(-46%,0);
            opacity: 1;
        }
        25% {
            transform: scale(1.01) rotate(-1deg) translate(-46%,10px);
            opacity: 1;
        }
        50% {
            transform: scale(1) rotate(0deg) translate(-46%,0);
            opacity: 1;
        }
        75% {
            transform: scale(1.01) rotate(0deg) translate(-46%,5px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(-46%,0);
            opacity: 1;
        }
    }
    @keyframes home_shark_01 {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1) rotate(-5deg) translate(-10px,0);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    @keyframes home_shark_02 {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1.1) rotate(5deg) translate(0,-10px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    @keyframes home_shark_03 {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1) rotate(5deg) translate(10px,10px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    @keyframes home_shark_04 {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1) rotate(2deg) translate(5px,5px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    @keyframes home_shark_05 {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1.03) rotate(0deg) translate(0,-5px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    @keyframes home_shark_06 {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1) rotate(2deg) translate(5px,-10px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    @keyframes home_sea {
        0% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
        50% {
            transform: scale(1) rotate(0deg) translate(0,5px);
            opacity: 1;
        }
        100% {
            transform: scale(1) rotate(0deg) translate(0,0);
            opacity: 1;
        }
    }
    
    .home .swim01 {
        animation: swim01 10s linear infinite;
    }
    .home .swim01 img {
        width:30vw;
        animation: swim03 4s linear infinite;
    }
    .home .swim02 {
        animation: swim02 7s linear infinite;
    }
    .home .swim02 img {
        width:45vw;
        animation: swim04 6s linear infinite;
    }
}

.two {
    display: flex;
    align-items: center;
    position: relative;
}
.two .w_max {
    position: relative;
    z-index: 10;
    padding:10em 0;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-around;
    gap: 8em;
}
.two .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/two_bg.png") top center/cover;
    transition: all 2s;
    transform: scale(1.5);
}
.two .bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.two .ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.two .ft.full {
    flex-direction: column;
    justify-content:flex-start;
    /* margin-top:8em; */
}
.two .ft .fl {
    width:calc(100% - 34em);
}
.two .ft.full .fl {
    width:100%;
}
.two .ft .fl .tit,
.three .ft .fl .tit,
.four .ft .fl .tit {
    font-family: 'Pinkfong Baby Shark', sans-serif;
    font-size: 3.75em;
    font-weight: 600;
    color: #FFF;
    transition: all 2s;
    /* transform: translate(100px,0);
    opacity: 0; */
    text-shadow: 3px 3px 0 rgba(0,0,0,.25);
}
.two .ft .fl .tit.center,
.three .ft .fl .tit.center,
.four .ft .fl .tit.center {
    text-align:center;
}
.two .ft .fl .txt {
    margin: 30px 0 0;
    line-height: 1.4;
    font-size: 20px;
    font-weight:300;
    color: #FFF;
    transition: all 2s;
    /* transform: translate(100px,0);
    opacity: 0; */
}
.two .shark {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width:30em;
    z-index: 10;
    transition: all 3s;
    /* transform: translate(-100px,0);
    opacity: 0; */
}
.two.active .shark {
    transform: translate(0,0);
    opacity: 1;
}
.two .shark .head {
    position: absolute;
    top:15%;
    left:-5em;
    z-index: 20;
    width: auto;
    max-width:80%;
    animation: two_shark_head 1s infinite;
}
.two .shark .head img {
    display: block;
    width: 100%;
}
.two .shark .head .el {
    position: absolute;
    z-index: 10;
    top: 46%;
    left: 18%;
    width: 20%;
    animation: two_shark_head_el 1s infinite;
}
.two .shark .head .er {
    position: absolute;
    z-index: 10;
    top: 46%;
    right: 18%;
    width: 20%;
    animation: two_shark_head_er 1s infinite;
}
.two .shark .body {
    position: relative;
    z-index: 10;
    width: 100%;
}
.two .shark .body img {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
}
.two .shark .body .hl {
    position: absolute;
    z-index: 19;
    top: 0;
    left: -8%;
    width: 50%;
    animation: two_shark_hl 1s infinite;
}
.two .shark .body .hr {
    position: absolute;
    z-index: 19;
    top: 0;
    right: -30%;
    width: 50%;
    animation: two_shark_hr 1s infinite;
}
.two .shark_box {
    display:flex;
    justify-content: center;
    align-items: center;
    gap:2em;
    margin-top:4em;
    width:100%;
    transition: all 3s;
    /* transform: translate(0,100px);
    opacity: 0; */
}
.two.active .shark_box {
    transform: translate(0,0);
    opacity: 1;
}
.two .shark_box .shark {
    animation: shark_boat 3s infinite;
}
.two .shark_box .shark img {
    animation: two_shark_head 1.5s infinite;
}
.two .shark_box .box {
    display:flex !important;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
    gap:2em;
}
.two .shark_box .box.box04 {
    padding-right:3em;
}
.box_mob {
    display:none;
}

.two .shark_board {
    margin-top:3em;
}
@keyframes two_shark {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.1) rotate(0deg) translate(0,20px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes two_shark_head {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1.01) rotate(-2deg) translate(-5px,5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes two_shark_head_el {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(-5deg) translate(-5px,5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes two_shark_head_er {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(5deg) translate(5px,5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes two_shark_body {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(2deg) translate(-5px,5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes two_shark_hl {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(10deg) translate(-10px,-5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}
@keyframes two_shark_hr {
    0% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(-10deg) translate(10px,-5px);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0,0);
        opacity: 1;
    }
}

.two .rolling {
    margin: 0 -5px;
}
.two .rolling .slick-list {
    overflow: visible;
}
.two .rolling .slide {}
.two .rolling .slide a {
    display: block;
    margin: 0 5px;
    cursor: pointer;
}
.two .rolling .slide a img {
    display: block;
    width: 100%;
    transition: all 0.2s;
}
.two .rolling .slide a:hover img {
    transform: scale(.95);
}

.two .rolling .slide:nth-child(1) a {
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(120deg);
    opacity: 0;
    transition: all 0.6s;
}
.two .rolling .slide:nth-child(2) a {
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(120deg);
    opacity: 0;
    transition: all 1.2s;
}
.two .rolling .slide:nth-child(3) a {
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(120deg);
    opacity: 0;
    transition: all 1.8s;
}
.two .rolling .slide:nth-child(4) a {
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(120deg);
    opacity: 0;
    transition: all 0.6s;
}
.two .rolling .slide:nth-child(5) a {
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(120deg);
    opacity: 0;
    transition: all 1.2s;
}
.two .rolling .slide:nth-child(6) a {
    transform-style: preserve-3d;
    transform: perspective(800px) rotateY(120deg);
    opacity: 0;
    transition: all 1.8s;
}

.two.active .rolling .slide:nth-child(1) a {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}
.two.active .rolling .slide:nth-child(2) a {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}
.two.active .rolling .slide:nth-child(3) a {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}
.two.active .rolling .slide:nth-child(4) a {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}
.two.active .rolling .slide:nth-child(5) a {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}
.two.active .rolling .slide:nth-child(6) a {
    transform: perspective(800px) rotateY(0deg);
    opacity: 1;
}

.two.active .bg {
    transform: scale(1.08);
}
.two.active .ft .fl .tit,
.three.active .ft .fl .tit,
.four.active .ft .fl .tit {
    transform: translate(0,0);
    opacity: 1;
}
.two.active .ft .fl .txt {
    transform: translate(0,0);
    opacity: 1;
}

.two .shark_board {
    position:relative;
}
.two .shark_board .board {
    position:relative;
}
.two .shark_board .bg {
    position:relative;
    background:none;
    transform:none;
}
.two .shark_board .board_cont {
    position:absolute;
    top:50%;
    left:50%;
    width: calc(100% - 10em);
    transform:translate(-50%, -53%);
}
.two .shark_board .board_cont ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items: center;
    gap:2em;
}
.two .shark_board .board_cont ul li {
    width:calc((100% - 2em) / 2);
}
.two .shark_board .board_cont ul li img {
    width:100%;
    cursor:pointer;
}
.two .shark_board .shark {
    margin-top:-10%;
    margin-left:auto;
    margin-right:-15%;
    animation: shark_boat 3.5s infinite;
}
.two .shark_board .shark img {
    width:auto;
    max-width:100%;
}
@media(max-width: 1301px) {
    .two .ft .fl {
        width: calc(100% - 24em);
    }
    .two .shark {
        width: 20em;
    }
    .two .shark_box .shark img {
        width:20em;
    }
    .two .shark_box > .box {
        width:calc(100% - 22em);
        gap:1em;
    }
    .two .shark_box .box01 {
        width:calc((100% - 1em) / 2);
    }
    .two .shark_box .box02 {
        width:calc((((100% - 1em) / 2) - 1em) / 5 * 2);
    }
    .two .shark_box .box03 {
        width:calc((((100% - 1em) / 2) - 1em) / 5 * 3);
    }
    .two .shark_box .box04 {
        width:100%;
    }
    .two .shark_board .board img {
        width:100%;
    }
    .two .shark_board .shark {
        margin-top:-13%;
        margin-right:5%;
        width:30%;
    }
}
@media(max-width: 1025px) {
    .two .ft {
        flex-direction:column;
        gap:4em;
    }
    .two .last .ft {
        gap:0;
    }
    .two .ft .fl {
        width:100%;
    }
    .two .shark {
        width:70%;
        max-width:30em;
    }
    .two .shark .head {
        left:-3em;
    }

    .two .ft .fl .tit, .three .ft .fl .tit, .four .ft .fl .tit {
        font-size:2.5em;
    }
    .two .ft .fl .txt {
        font-size:1em;
    }
    .two .shark_box {
        position:relative;
        width:auto;
        margin-top:2em;
    }
    .two .shark_box .shark {
        position:absolute;
        top:-10%;
        left:0;
        width:60%;
    }
    .two .shark_box .shark img {
        width:100%;
    }
    .two .shark_box > .box {
        display:none !important;
    }
    .two .shark_box > .box_mob {
        position:relative;
        display:block;
    }
    .two .shark_box > .box_mob img {
        width:100%;
    }
}
@media(max-width: 769px) {
    .two .w_max {
        padding:5em 0;
        gap:6em;
    }
    .two .shark_board .shark {
        margin-top:-10%;
        width:40%;
    }
    .feed {
        width:calc(100vw - 2em);
    }
    .feed img {
        width:calc(100% - 2em);
    }
    
    .two .shark_board .board_cont {
        width: 84%;
    }
    .two .shark_board .board_cont ul {
        gap:.5em;
    }
    .two .shark_board .board_cont ul li {
        width: calc((100% - 1em) / 2);
    }
}

.three {
    display: flex;
    /* align-items: center; */
    position: relative;
}
.three .w_max {
    position: relative;
    z-index: 10;
}
.three .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/three_bg.png") bottom center/cover;
    opacity: 1;
    transition: all 1s;
}
.three .bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.three .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.three .wrap .img {
    display: block;
    width: 500px;
    transform: scale(1.5);
    opacity: 0;
    transition: all 1s;
}
.three .wrap .fr {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px 0;
}
.three .wrap .fr .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.three .wrap .fr .row p {
    position: absolute;
    z-index: 10;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
}
.three .wrap .fr .row img {
    display: block;
    width: auto;
    height: 100px;
}
.three .wrap .fr .row:nth-child(1) p {
    padding: 0 50px 0 0;
}
.three .wrap .fr .row:nth-child(1) {
    transform: scale(1.3);
    opacity: 0;
    transition: all 1s;
}
.three .wrap .fr .row:nth-child(2) {
    transform: scale(1.6);
    opacity: 0;
    transition: all 1.5s;
}
.three .wrap .fr .row:nth-child(3) {
    transform: scale(1.9);
    opacity: 0;
    transition: all 2s;
}

.three.active .bg {
    opacity: 1;
}
.three .bg .sea {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -3vh;
    left: 0;
    height: 13vh;
    background: url("../images/event_bg_wave.png") no-repeat center top/cover;
    /* animation: home_sea 3s infinite; */
}
.three.active .bg:before {
    opacity: 1;
}
.three.active .wrap .img {
    transform: scale(1);
    opacity: 1;
}
.three.active .wrap .fr .row:nth-child(1) {
    transform: scale(1);
    opacity: 1;
}
.three.active .wrap .fr .row:nth-child(2) {
    transform: scale(1);
    opacity: 1;
}
.three.active .wrap .fr .row:nth-child(3) {
    transform: scale(1);
    opacity: 1;
}
.three .w_max {
    padding:0 !important;
}
.three .w_min {
    max-width:100%;
}
.three .ft,
.four .ft {
    margin:16em 0;
}
.three .feed_area {
    margin-top:6em;
}
.three .feed_area .feed img,
.three .feed_area2 .feed img {
    margin:0 1em;
}

.four .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/four_bg.png") top center/cover;
    opacity: 1;
    transition: all 1s;
}
.four .bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.four .bg .sea {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -3vh;
    left: 0;
    height: 13vh;
    background: url("../images/water-waves-3.png") no-repeat center top/cover;
    /* animation: home_sea 3s infinite; */
}
@media(max-width: 1301px) {
    .three .wrap {
        justify-content: center;
    }
    .three .wrap .img {
        width: 400px;
    }
    .three .wrap .fr .row p {
        font-size: 20px;
    }
    .three .wrap .fr .row img {
        height: 80px;
    }
}
@media(max-width: 1025px) {
    .three .wrap {
        flex-direction: column-reverse;
    }
    .three .wrap .img {
        margin: 30px 0 0;
        width: 300px;
    }
}
@media(max-width: 769px) {
    .three .wrap .img {
        width: 200px;
    }
    .three .wrap .fr {
        grid-gap: 10px 0;
    }
    .three .wrap .fr .row p {
        font-size: 14px;
    }
    .three .wrap .fr .row img {
        height: 50px;
    }
    .three .wrap .fr .row:nth-child(1) p {
        padding: 0 30px 0 0;
    }
    .three .feed_area {
        margin-top:3em;
    }
}

.four {
    display: flex;
    align-items: center;
    position: relative;
    min-height:100vh;
    background: #f4e3c3 !important;
}
.four .w_max {
    position: relative;
    z-index: 10;
}
.four .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.four .wrap .shark {
    display: block;
    position: absolute;
    z-index: 10;
    height: 300px;
}
.four .wrap .img {
    display: block;
    width: 100%;
    transform: scale(.5);
    transition: all 1s;
}
.four.active .wrap .img {
    transform: scale(1);
}
@media(max-width: 1301px) {}
@media(max-width: 1025px) {
    .four .wrap .shark {
        height: 200px;
    }
}
@media(max-width: 769px) {
    .four .wrap .shark {
        height: 100px;
    }
    .three .ft {
        margin:8em 0;
    }
    .four .ft {
        margin:12em 0 8em;
    }
}

.footer {
    position: relative;
    background:#133E7E;
}
.footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer .wrap {
    position: relative;
    z-index: 10;
    padding: 7.5em 0;
}
.footer .wrap .ft {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 0 50px;
}
.footer .wrap .ft .logo {
    display: block;
    width: 50px;
}
.footer .wrap .ft .logo img {
    display: block;
    width: 100%;
}
.sns_area {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap:1em;
    margin: 2em auto 0;
}
.sns_area a {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    padding: 2px 2px 0 0;
    width: 8.8em;
    height: 7.5em;
    background: url("../images/h_sns_bg01.svg") no-repeat center/contain;
    cursor: pointer;
    transition: all 0.2s;
}
.sns_area div:nth-child(even) a {
    background: url("../images/h_sns_bg02.svg") no-repeat center/contain;
}

.sns_area a:hover {
    transform: scale(.9);
}
.sns_area a img {
    display: block;
    height: 3.75em;
}
.sns_area p {
    display:block;
    margin:0 auto;
    font-family: 'Pinkfong Baby Shark', sans-serif;
    font-size: 1.65em;
    font-weight: 600;
    text-align:center;
    color: #FFF;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .25);
}
.sns_area div:nth-child(odd) {
    transform:rotate(-7.23deg);
}
.sns_area div:nth-child(even) {
    transform:rotate(4.5deg);
}
.sns_area div:nth-child(odd) a {
    transform:rotate(7.23deg);
}
.sns_area div:nth-child(even) a {
    transform:rotate(-4.5deg);
}
.sns_area div:nth-child(odd) p {
    margin-left:7%;
    transform:rotate(-3.23deg);
}
.sns_area div:nth-child(even) p {
    margin-left:-5%;
    transform:rotate(1.5deg);
}
.footer .wrap .copy {
    text-align: left;
    font-size: 1.25em;
    line-height:1.6em;
    font-weight:300;
    color: #FFF;
}
@media(max-width: 1301px) {}
@media(max-width: 1025px) {
    .footer .wrap {
        padding: 100px 0 50px;
    }
}
@media(max-width: 769px) {
    .footer .wrap .ft {
        grid-gap: 0 30px;
    }
    .footer .wrap .ft .logo {
        width: 40px;
    }
    .footer .wrap .ft .sns a {
        width: 50px;
        height: 50px;
    }
    .footer .wrap .ft .sns a img {
        width: 16px;
    }
    .footer .wrap .copy {
        margin: 30px 0 0;
        text-align: center;
        font-size: 14px;
        color: #FFF;
    }
    .sns_area div {
        width:calc((100% - 2em) / 3);
    }
    .sns_area a {
        width:100%;
        height:6em;
    }
    .sns_area a img {
        height:2.75em;
    }
    .sns_area p {
        font-size:1.25em;
    }
}
