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

/*Declaration of Variables*/

:root {

  /* --font-display:   'Comfortaa', cursive;
  --font-display2:  'Righteous', cursive; */
 
}

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

li {
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::selection {
  /* background-color: #d2ffe4; */
  background-color: #d5f7ba;
  background-color: #bdf9f9;
  /* background-color: #fbfc96; */
}
/* 
.nanum-gothic-regular {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 */

 header {
  width: 100%;
  /* background-color: aqua; */
  background-color: #ffffff;
  /*position: fixed;
  top: 0;
  z-index: 1; */
}

#header_wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 230px;
}

h1 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

h2 {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

header span {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 200;
}
#header_right a {
  color: #000000;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 300;
}

#header_left,
#header_right {
  float: left;
}

#header_right {
  float: right;
}



 #wrap{
  margin: 0 auto;
  max-width: 1900px;
  width: 96%;
}


#logo{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 66px;
  font-style: normal;
  letter-spacing: -0.2px;
  color:#000000;
  float: left;
}


#nav_wrap{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.2px;
  font-style: normal;
  color:#000000;
  display: flex;
  gap: 45px;
  float: right;
  /* margin-top: 10px; */
}

#nav_wrap div{
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, .1);
}

#nav_1{
  background-color: #53FAA9;
}


#nav_2{
  background-color: #76D9FC;
}


#nav_3{
  background-color: #B29AFE;
}

#header{
  /* display: flex; */
  /* background-color: #53FAA9; */
  margin-top: 20px;
}

#con_1 img{
  padding-top: 135px;
  padding-bottom: 30px;
  width: 100%;
}

#con_1{
  border-bottom: 1px solid #56B7E7;
}


#con_2 h2{
  color:#000000;
  font-size: 32px;
  /* font-weight: 300px; */
  font-family: "Nanum Gothic", sans-serif;
  margin-left: 60px;
  width: 320px;
  text-align: left;
  /* background-color: #53FAA9; */
  line-height: 56px;
  float: left;
}

#con_2 p{
  color:#000000;
  font-size: 16px;
  /* font-weight: 300px; */
  font-family: "Nanum Gothic", sans-serif;
  line-height: 30px;
  letter-spacing: -1.5%;
  margin-right: 40px;
  /* background-color: #3FBEFB; */
}

#con_2_wrap{
  display: flex;
  gap: 30px;
  padding: 70px 0;
  border-bottom: 1px solid #56B7E7;
}


/* con_3 */

#splash_screen_background{
  width: 100%;
  background: linear-gradient(to bottom right, rgb(148, 255, 250) ,rgb(172, 184, 249), rgb(209, 160, 255));
  padding: 140px 0 120px 0;
  margin: 30px 0;
  border-radius: 30px;

}

#splash_screen{
  margin: 0 auto;
  width: 375px;
  height: 812px;
  border: #fefefe solid 10px;
  border-radius: 30px;
  box-shadow: 10px 10px 30px rgb(0, 0, 0, 0.1);
  background-image: url("../img/splash_screen_bg.svg");
  background-size: cover;

}

/* ---------------------progress bar ------------------------*/

.logo_wrap{
  /* background-color: #d5f7ba; */
  width: 135px;
  position: relative;
  bottom: 0;
  margin: 0 auto;
 top: 680px;
}

.progress_bar_wrap{
  width:135px;
  height: 2.5px;
}


.progress_bar{
  width:135px;
  height: 2.5px;
  background-color: #000000;
  opacity: 0.2;
  border-radius: 2px;
  position: absolute;
  
}



.progressing{
  height: 2.5px;
  width: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  animation-name: progressing;
  animation-duration:2s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;

}



@-webkit-keyframes progressing {
  0% {
    width:0px;
  }
  95% {
    width:135px;
  }
  100% {
    width:135px;
  }

}


.progressing.on{
  width:135px;
}

.logo_svg_wrap{
  padding-top: 20px;
  width:70px;
  height: 12px;
  margin: 0 auto;
  position: relative;
}



/* ---------------------letter ------------------------*/

.slash_letter{
  position: absolute;
  width: 245px;
  height: 145px;
  margin-top: 100px;
  margin-left: 40px;
}


#letter_1{
  animation-name: letter_1;
  animation-duration: 6s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes letter_1{
  0% {
  opacity: 1;
  }
  33% {
    opacity: 1;
  }

  34%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}


#letter_2{
  animation-name: letter_2;
  animation-duration: 6s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes letter_2{
  0% {
  opacity: 0;
  }
  33% {
    opacity: 0;
  }

  34%{
    opacity: 1;
  }
  66%{
    opacity: 1;
  }
  67%{
    opacity: 0;
  }
}


#letter_3{
  animation-name: letter_3;
  animation-duration: 6s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes letter_3{
  0% {
    opacity: 0;
  }
  33% {
      opacity: 0;
  }
  
  34%{
      opacity: 0;
  }

  66%{
      opacity: 0;
  }

  67%{
      opacity: 1;
  }
  99%{
    opacity: 1;
}

}




/* ---------------------heart ------------------------*/


#heart{
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: 235px;
  margin-left: 205px;
  animation-name: heart;
  animation-duration:1.8s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
}

@-webkit-keyframes heart {
  0% {
    margin-top: 235px;
    margin-left: 205px;
  }
  50% {
    margin-top: 220px;
    margin-left: 200px;
  }
  0% {
    margin-top: 235px;
    margin-left: 205px;
  }
}


#heart_shadow{
  position: absolute;
  width: 25.5px;
  height: 14px;
  margin-left: 255px;
  margin-top: 323px;
  animation-name: heart_shadow;
  animation-duration:1.8s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
}


@-webkit-keyframes heart_shadow {
  0% {
    width: 25.5px;
    height: 14px;
  }
  50% {
    width: 12.5px;
    height: 7px;
  }
  0% {
    width: 25.5px;
    height: 14px;
  }
}



/* ---------------------diamond ------------------------*/

#medal_diamond{
  position: absolute;
  width: 55px;
  height: 50px;
  margin-top: 356px;
  margin-left: 50px;
  animation-name: medal_diamond;
  animation-duration:1.8s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
}

@-webkit-keyframes medal_diamond{
  0% {
    margin-top: 356px;
    margin-left: 50px;
  }
  50% {
    margin-top: 341px;
    margin-left: 45px;
  }
  0% {
    margin-top: 356px;
    margin-left: 50px;
  }
}




#medal_diamond_shadow{
  position: absolute;
  width: 20px;
  height: 12px;
  margin-left: 82px;
  margin-top: 415px;
  animation-name: medal_diamond_shadow;
  animation-duration:1.8s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
}


@-webkit-keyframes medal_diamond_shadow{
  0% {
    width: 20px;
  height: 12px;
  }
  50% {
    width: 10px;
    height: 6px;
  }
  0% {
    width: 20px;
    height: 12px;
  }
}

/* ---------------------gold ------------------------*/

#medal_gold{
  position: absolute;
  width: 59px;
  height: 36px;
  margin-top: 500px;
  margin-left: 255px;
  animation-name: medal_gold;
  animation-duration:1.8s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
}

@-webkit-keyframes medal_gold{
  0% {
    margin-top: 500px;
    margin-left: 255px;
  }
  50% {
    margin-top: 485px;
    margin-left: 250px;
  }
  0% {
    margin-top: 500px;
    margin-left: 255px;
  }
}




#medal_gold_shadow{
  position: absolute;
  width: 20px;
  height: 12px;
  margin-top: 548px;
  margin-left: 295px;
  animation-name: medal_gold_shadow;
  animation-duration:1.8s;
  /* animation-timing-function: linear; */
  animation-iteration-count: infinite;
}


@-webkit-keyframes medal_gold_shadow{
  0% {
    width: 20px;
  height: 12px;
  }
  50% {
    width: 10px;
    height: 6px;
  }
  0% {
    width: 20px;
    height: 12px;
  }
}

/* ---------------------gold ------------------------*/

#splash_screen_background{
  background-color: #bdf9f9;
}



/* ---------------------con_4 ------------------------*/


#con_4_h2_wrap{
  /* background-color: #53FAA9; */
  margin-left: 60px;
  width: 600px;
}

#con_4 h2{
  color:#000000;
  font-size: 32px;
  /* font-weight: 300px; */
  font-family: "Nanum Gothic", sans-serif;
  text-align: left;
  /* background-color: #53FAA9; */
  line-height: 56px;
  float: left;
}

#con_4 h3{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -1.2px;
  font-style: normal;
  color:#000000;
}

#con_4 p{
  color:#000000;
  font-size: 16px;
  /* font-weight: 300px; */
  font-family: "Nanum Gothic", sans-serif;
  line-height: 30px;
  letter-spacing: -1.5%;
  margin-top: 30px;
  /* background-color: #3FBEFB; */
}

#con_4_wrap{
  display: flex;
  gap: 60px;
  padding: 70px 0;
  border-top: 1px solid #56B7E7;
  border-bottom: 1px solid #56B7E7;
}

#con_4_text div{
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid #56B7E7;
  margin-right: 60px;
}

#con_4_text div:nth-child(1){
  padding-top: 10px;
}

#con_4_text div:nth-child(3){
  padding-bottom: 0px;
  border-bottom: 0px solid #56B7E7;
}



button{
  padding: 16px 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.2px;
  font-style: normal;
  color:#56B7E7;
  background-color: #ffffff;
  border: 1px solid #56B7E7;
  border-radius: 100px;
}

/* ---------------------section_1------------------------*/

.section_1_text_wrap{
  display: flex;
  gap: 60px;
  margin-top: 25px;
}

.section_1_text_wrap li:nth-child(1){
  width: 200px;
  /* background-color: #3FBEFB; */
}

.section_1_text_wrap li:nth-child(2){
  width: 200px;
  /* background-color: #3FBEFB; */
}


.section_1_text_wrap span{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-style: normal;
  color:#44AEE2;
  text-align: left;
}

.section_1_text_wrap p{
  color:#000000;
  font-size: 15px;
  /* font-weight: 300px; */
  font-family: "Nanum Gothic", sans-serif;
  line-height: 30px;
  letter-spacing: -1.5%;
  margin-top: 10px;
  text-align: left;
}

.section_1{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3FBEFB;
}

.section_1_img{
  margin-top: 35px;
}

.section_1_img img{
  width: 100%;
}

/* ---------------------section_2------------------------*/

.section_2_text_wrap{
  margin-top: 10px;
}

.section_2_text_wrap span{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-style: normal;
  color:#44AEE2;
  text-align: left;
  line-height: 20px;
}

.section_2_text_wrap p{
  color:#000000;
  font-size: 15px;
  /* font-weight: 300px; */
  font-family: "Nanum Gothic", sans-serif;
  line-height: 30px;
  letter-spacing: -1.5%;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 25px;
}

.section_2{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #56B7E7;
}


.section_2_img img{
  width:650px;
  height:650px;
  margin: 0 auto;
}

.section_2_wrap{
  display: flex;
  gap: 65px;
  margin-top: 35px;
}


/* -----------------------------------------*/

@media only screen and (max-width: 999px) {
  #con_2_wrap{
    flex-direction: column;
  }

  #con_2_wrap h2{
    width: 100%;
    /* background-color: #3FBEFB; */
    text-align: center;
    margin-left: 0;
  }


  #con_2_wrap p{
    width: 100%;
    /* background-color: #3FBEFB; */
    text-align: center;
    margin-left: 0;
  }

  #con_4_wrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #con_4_h2_wrap{
    width: 100%;
    /* background-color: #3FBEFB; */
    margin-left: 0;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #con_4_h2_wrap h2{
    text-align: center;
  }



  #con_4_text h3{
    /* background-color: #56B7E7; */
    text-align: center;
  }

  #con_4_text div{
    margin-right: 0px;
  }

  
  #con_4_text p{
    width: 100%;
    /* background-color: #3FBEFB; */
    text-align: center;
    margin-left: 0;
  }


  .section_1_text_wrap{
    flex-direction: column;
    gap: 25px;
  }

  .section_2_img img{
    width:100%;
    aspect-ratio: 1/1;
    height: auto;
  }

  .section_2_wrap{
    flex-direction: column;
    gap: 25px;
  }

}