@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: SemiBold;
}

*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  width:100vw;
  height: 100vh;
  background-image:linear-gradient(90deg, #009CEA,#D9C6BA, #D9C6BA);
  justify-content: center;
  font-family: 'Pretendard' ;
  font-size: 1.5rem;
  color:white;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.8;
  word-break: keep-all;
  display: flex;
  scroll-behavior: smooth;

}


.wave::-webkit-scrollbar{
    display: none; 
}


.wave{
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  min-width: 50%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.b_container{
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  min-width: 50%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

h{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 600px;
  padding: 2rem;
  text-align: left;
}

.container1, .container2, .container3, .container4, .container5, .container5, .container6,.container7, .container8, .container9, .container10{
  display: flex;
  background: #009CEA;;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  scroll-snap-align: start;
}


.container11{
  display: flex;
  background-image: linear-gradient(90deg, #009CEA, deepskyblue, deepskyblue );
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  scroll-snap-align: start;
}

.container12{
  display: flex;
  background: deepskyblue;
  align-items: center;
  text-align: center;
  width: 100vw;
  scroll-snap-align: start;
}

.container13{
  background-image: linear-gradient(90deg, deepskyblue, deepskyblue, ghostwhite, white, beige,  #D9C6BA);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100vw;
  scroll-snap-align: start;
  padding-left: 26px;
}

a, a:link, a:visited{
  background: none;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 60px;
  font-size: 1.1rem
}


.blank{
  display: flex;
  width: 100vw;
  justify-content: center;

}

.surf{
  display: inline-block;
  width: 50%;
  background: none;
  font-size: 8.6rem;
  border-radius: 40px; 
  border-bottom: 8.5px solid transparent;
  margin: 10px;
  padding: 4rem;
  position: relative;
  top: -150px;
}

.surf:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 5'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='ghostwhite' stroke-width='3' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20%;
  border-bottom: 0;
  padding-bottom: .3rem;
  text-decoration: none;
}

.button2{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
}


.wiggle{
  color: white;
  background-image: linear-gradient(180deg,deepskyblue, deepskyblue, ghostwhite );
  border-radius: 40px; 
  border-bottom: 8.5px solid transparent;
}

.wiggle:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='ghostwhite' stroke-width='3' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20%;
  border-bottom: 0;
  padding-bottom: .3rem;
  text-decoration: none;
}

.text1, .text2, .text1:link, .text2:link, .text1:visited, .text2:visited {
  color:#E2C282;
  text-decoration: none;
  opacity: 0;
  position: relative;
  top: 50%;
}

.starfish1:hover img{
  display: none;
} 

.starfish1:hover .text1{
  display: block;
  opacity: 1;
}

.starfish2:hover img{
  display: none;
}

.starfish2:hover .text2{
  display: block;
  opacity: 1;
}


.button{
  position: fixed;
  right: 24px;
  bottom: 20px;
  z-index: 5;
}

@keyframes blink{
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
  }

.swipe_button{
  font-size: 50px;
  color: whitesmoke;
  position: fixed;
  right: 50px;
  top: 10px
  z-index: 3;
  animation: blink 1s infinite;
}

.gradient{
  z-index: 1;
  position: fixed;
  right: 0px;
  background:linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  width: 8%;
  height: 100%;
}


