@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');



@keyframes UpandDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}



::-webkit-scrollbar {
   display: none;
}



:root {
   --skyBlue: #36BCF8;
   --purple: #97A9FF;
   --orange: #FF8C7E;
   --black: #333333;
   --sub-font: 'Noto Sans TC', sans-serif;
}

body {
   font-family: "Wanted Sans Variable", 'Noto Sans TC', '맑은 고딕', sans-serif;
   font-weight: 400;
   font-size: 1.6rem;
   line-height: 1.5;
   letter-spacing: -2.5%;
   color: var(--black);
   overflow-x: hidden;
   -ms-overflow-style: none;
}


.inner {
   width: 1540px;
   margin: 0 auto;
   color: #333333;
   z-index: 9989;
}



/*header*/

#header{
    top: 0;
    left: 0;
     background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    width: 100%;
    height: fit-content;
    z-index: 9989;
    transition: all 0.5s;
    position: fixed;
}

#header h1 img {
   width: 158px;
   aspect-ratio:4.157894736842105/1;
}



#header .inner .blog img{ width: 30px; height: 30px; }
#header .inner .blog {display: flex; justify-content: space-between;}


#header.active .gnb > li > a {
   color: var(--black);
}

#header.active .util .lang li a {
   color: var(--black);
}

#header .inner {
   width:1540px;
   aspect-ratio: 17.90697674418605/1;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-weight: 400;
   font-size: 0.9rem;
   color: #333333;
}

#header nav {
   width: 732px;
   aspect-ratio:31.90909090909091/1;
   margin: 0 auto;
}

#header .gnb {
   display: flex;
}

#header .gnb > li {
   width: calc(100% / 7);
   position: relative;
   padding: 10px;
}

#header .gnb > li::before {
   content: '';
   display: block;
   width: 0;
   height: 3px;
   background: var(--orange);
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
   transition: all 0.5s;
}

#header .gnb > li:hover::before {
   width: 100%;
}

#header .gnb > li > a {
   display: block;
   width: 100%;
   padding: 2px;
   color: #333333;
   font-weight: 500;
   font-size: 0.9rem;
   text-align: center;
   transition: all 0.5s;
}

#header .gnb > li:hover > a {
   color: var(--orange);
}

/*section01*/

.section01{
   width: 100%;
   height: fit-content;
   background-color: #F1F1F5;
      padding-top: 44px;
}

.section01Contents{
   width: 1540px;
   aspect-ratio: 1.96930946291560;
   background-color: #F1F1F5;
   margin: 0 auto;
   position: relative;
   color: #ffffff;
   padding-top: 44px;
}


.container {
  width: 1050px;
   aspect-ratio: 2.253218884120172/1;
  position: absolute;
  left: 0%;
  transform: translateX(-0%);
  overflow: hidden;

}

.swiper {
      width: 1050px;
      aspect-ratio: 2.253218884120172/1;
      border-radius: 21px;
      position: absolute;
      left: 0px;
      margin-top: 24px;
      z-index: 999;
        overflow-y: visible;
      
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      transition: all 1s;
      justify-content: center;
      align-items: center;
      border-radius: 21px;
        overflow-y: visible;
    }



.swiper-wrapper :nth-child(1){background-color: #97A9FF;}
.swiper-wrapper :nth-child(2){background-color: #FF8C7E;}
.swiper-wrapper :nth-child(3){background-color: #4FE9B8;}


/*위의 1,2,3, 선택자로 인하여 이미지는 nth child 4번부터 적용됨*/
.swiper-wrapper #slide01 img{width: 358px; 
   aspect-ratio: 1/1;
   position: absolute;
   right: 130px; 
   top: -100px;
   background: transparent;
 
      }

.swiper-wrapper #slide01 img:nth-child(4){
   width: 358px; 
   aspect-ratio: 1/1;
   position: absolute;
   right: 370px; 
   top: 20px;
   background: transparent;
}


.swiper-wrapper #slide01 img:nth-child(5){
   width: 240px;
   aspect-ratio: 1/1;
   position: absolute;
   left: 550px;
   top: 190px;
   background: transparent;
}

.swiper-wrapper #slide01 img:nth-child(6){
   width: 258px; 
   aspect-ratio: 1/1;
   position: absolute;
   left: 70px; 
   top: 30px;
   background: transparent;
}


.swiper-wrapper #slide01 h2{
   font-size: 3rem;
   font-weight: 700;
   background-color: transparent;
   z-index: 10;
   position: absolute;
   bottom: 120px;
   left: 55px;
}

.swiper-wrapper #slide01 span{
   font-size: 1rem;
   font-weight: 300;
   text-align: left;
   background-color: transparent;
   position: absolute;
   left: 55px;
   bottom: 48px;
   z-index: 10;
}

/*slide02*/

.swiper-wrapper #slide02 h2{
   font-size: 3rem;
   font-weight: 700;
   background-color: transparent;
   z-index: 10;
   position: absolute;
   bottom: 120px;
   left: 55px;
}

.swiper-wrapper #slide02 span{
   font-size: 1rem;
   font-weight: 300;
   text-align: left;
   background-color: transparent;
   position: absolute;
   left: 55px;
   bottom: 48px;
}

.swiper-wrapper #slide02 img{
   width: 300px;
   aspect-ratio: 1/1;
   position: absolute;
   right: 325px;
   bottom: 153px;
   background: transparent;
}

.swiper-wrapper #slide02 img + img{
   width: 300px;
   aspect-ratio: 1/1;
   position: absolute;
   right: 205px;
   bottom: 103px;
   background: transparent;
}

/*slide03*/

.swiper-wrapper #slide03 img{
   width: 316px;
   aspect-ratio: 1.504761904761905/1;
   position: absolute;
   right: 325px;
   bottom: 203px;
   background: transparent;
}


.swiper-wrapper #slide03 h2{
   font-size: 3rem;
   font-weight: 700;
   background-color: transparent;
   z-index: 10;
   position: absolute;
   bottom: 120px;
   left: 55px;
}

.swiper-wrapper #slide03 span{
   font-size: 1rem;
   font-weight: 300;
   text-align: left;
   background-color: transparent;
   position: absolute;
   left: 55px;
   bottom: 48px;
}



.slide_Under_Menu{
   width: 1050px;
   aspect-ratio: 7.835820895522388/1;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    position: absolute;
    left: 0px;
    bottom: 112px;
    border-radius: 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.slide_Under_Menu img{
   width: 36px;
   height: 36px;
  
}

.slide_Under_Menu02{
   width: 464px;
   aspect-ratio: 2.048458149779736/1;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    position: absolute;
    right: 3px;
    bottom: 112px;
    border-radius: 24px;
}

.slide_Under_Menu02 h6{
   font-weight: 600;
   color: #333333;
   margin-top: 26px;
   margin-left: 28px;}

.slide_Under_Menu02 .snsIMG{
   width: 90%;
   height: 60%;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items:center ;
   
}

.snsIMG img{ width: 42px; height: 42px; border-radius: 8px; margin: 6px;}

.slide_Under_Menu02 .snsIMG p{text-align: center; font-size: 0.9rem; margin-top: 5px; color: #A5A6B9;}

.slide_Under_Menu02 .snsIMG p:hover{color: #333333;}
/*로그인 영역*/

.section01aside{
   width: 465px;
   aspect-ratio: 1.24/1;
   background-color: #36BCF8;
   border-radius: 21px;
   position: absolute;
   right: 4px;
   margin-top: 24px;
}

.section01aside #decoration{
   position: absolute;
   right: 0px;
   bottom: -54px;
   z-index: 15;
}

.section01aside #loginIcon{
   width: 32px;
   height: 28px;
   position: absolute;
   top: 48px;
   left: 48px;
}


.section01aside #pwIcon{
   width: 32px;
   height: 28px;
   position: absolute;
   top: 102px;
   left: 48px;
}


.IDPW {
  width: 312px;
  height: 40px;
  margin: 0 0 14px 0px;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  left: 104px;
  top: 42px;
  border-radius: 8px;
}




.section01aside #로그인버튼{
   width: 384px;
   height: 56px;
   background-color: #3D4864;
   border-radius: 13px;
   color: #ffffff;
   position: absolute;
   bottom: 86px;
   left: 34px;
   font-size: 1.1rem;
   font-weight: 500;
}




.section01aside .returnArea{
   width: 380px;
   height: 72px;
   position: absolute;
   bottom: 148px;
   left: 34px;
    font-size: 1rem;
   font-weight: 300;
}

.section01aside .returnArea input{
   width: 196px;
   height: 36px;
   border-radius: 8px;
   background-color: #ffffff;
   position: absolute;
   right: 0px;
   margin-top: 5px;
}

.section01aside .returnArea #returnBtn{
   width: 28px; 
   height: 28px;
   position: absolute;
   right: 204px;
   margin-top: 10px;
}


.saveIdPwArea{
   width: 380px;
   height: fit-content;
   position: absolute;
   left: 34px;
   bottom: 30px;
   font-size: 1rem;
   font-weight: 300;
}
.saveIdPwArea a{color: #ffffff; margin: 14px;}


/*section02*/
.section02{
   width: 100%;
  height: fit-content;
  background-color: #FBFBFB;
}

#deco02{
   position: absolute;
   left: 0px;
   top: -84px;
   z-index: 15;
}


.section02Contents{
   width: 1540px;
   aspect-ratio: 1.41284403669724/1;
   margin: 0 auto;
   position: relative;
   
}

.section02Contents .freePhotoCard{
   width: 1540px;
   aspect-ratio: 6.470588235294118/1;
   border-bottom: 1px solid #333333;
   padding-top: 430px;

}
.section02Contents .freePhotoCard h2{
   font-weight: 500;
   position: absolute;
   top: 116px;
}

.section02Contents .freePhotoCard h2 ~ h2{
   font-size: 64px;
   position: absolute;
   top: 116px;
   right: 0px;
   text-align: right;
   letter-spacing: -2.5%;
   line-height: 110%;
}

.section02Contents .freePhotoCard img{
   width: 566px;
   aspect-ratio: 1/1;
   position: absolute;
   top: -56px;
   left: 35%;
   transform: translateX(-35%);
   z-index: 10;
   animation: UpandDown 3s infinite;
}

.section02Contents .freePhotoCard img + img{
   width: 480px;
   aspect-ratio: 1/1;
   position: absolute;
   top: 95px;
   left: 25%;
   transform: translateX(-25%);
   rotate: 35deg;
   z-index: 0;
   animation: UpandDown 3s infinite;
}

.section02Contents .freePhotoCard button {
   width: 244px;
   height: 58px;
   background-color: #36BCF8;
   color: #ffffff;
   border-radius: 50px;
   position: absolute;
   left: 0px;
   top: 484px;
   cursor: pointer;
}

.section02Contents .freePhotoCard button a{ color: #ffffff;}

.section02Contents .freePhotoCard span{
   font-size: 1rem;
   font-weight: 300;
   text-align: right;
   position: absolute;
   right: 0px;
   top: 484px;
   color: #333333;
}
/*section02Carousell*/

.section02ContentsCarousellContainer{
   width: 1540px;
   aspect-ratio: 3.2083/1;
   position: absolute;
   bottom: 0px;    
   transition: all 1s;
   border-radius: 21px;
   overflow-x: hidden;
}





.section02ContentsCarousell-swiper-mySwiper{
   width: 1540px;
   aspect-ratio: 3.2083/1;
   border-radius: 13;
   border-radius: 21px;
   bottom: 0px;
}

.section02ContentsCarousell-swiper-wrapper{
   width: 1540px;
   aspect-ratio: 3.2083/1;
   border-radius: 13;
   display: flex;    
   justify-content: space-between;
   transition: all 1s;
   border-radius: 21px;
   bottom: 0px;}

.section02ContentsCarousell-swiper-slide{
   width: 370px;
   aspect-ratio: 0.77405/1;
   border-radius: 13px;
   background-color: #E9E9E9;
   margin-right: 24px;
   transition: all 0.9s;
}

.section02ContentsCarousell-swiper-slide img{
width: 80%;
height: auto;
object-fit: cover;
}


.section02IMG{
   margin-top: 35px;
   margin-left: 35px;
}




.slideBtn{
   width: 80px;
   aspect-ratio: 2.0370/1;
   position: absolute;
   top: 850px;
   left: -2.5%;
   transform: translateX(-2.5%);
   z-index: 16;
   display: flex;
   justify-content: space-between;
   background: transparent;
}

.slideBtn button{
   width: 40px;
   height: 40px;
     background: linear-gradient(
    180deg,
    rgba(112, 112, 112, 0.1),
    rgba(255, 255, 255, 0.0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 25px;
}

/*section03*/

.section03{
   width: 100%;
  height: fit-content;
  background-color: #FBFBFB;
}


.section03Contents{
   width: 1540px;
   aspect-ratio: 1.4128/1;
   margin: 0 auto;
   position: relative;
   
}

.section03Contents .freePhotoCard{
   width: 1540px;
   aspect-ratio: 6.4705/1;
   border-bottom: 1px solid #333333;
   padding-top: 430px;

}
.section03Contents .freePhotoCard h2{
   font-weight: 500;
   position: absolute;
   top: 116px;
}

.section03Contents .freePhotoCard h2 ~ h2{
   font-size: 64px;
   position: absolute;
   top: 116px;
   right: 0px;
   text-align: right;
   letter-spacing: -2.5%;
   line-height: 110%;
}

.section03Contents .freePhotoCard img{
   width: 438px;
   aspect-ratio: 0.66768/1;
   position: absolute;
   top: -56px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 10;

}



.section03Contents .freePhotoCard button {
   width: 244px;
   height: 58px;
   background-color: #36BCF8;
   color: #ffffff;
   border-radius: 50px;
   position: absolute;
   left: 0px;
   top: 484px;
   cursor: pointer;
}

.section03Contents .freePhotoCard button a{ color: #ffffff;}

.section03Contents .freePhotoCard span{
   font-size: 1rem;
   font-weight: 300;
   text-align: right;
   position: absolute;
   right: 0px;
   top: 484px;
   color: #333333;
}
/*section03Carousell*/

.section03ContentsCarousellContainer{
   width: 1540px;
   aspect-ratio: 3.20833/1;
   position: absolute;
   bottom: 0px;    
   transition: all 1s;
   border-radius: 21px;
   overflow-x: hidden;
}





.section03ContentsCarousell-swiper-mySwiper{
   width: 1540px;
   aspect-ratio: 3.2083/1;
   border-radius: 13;
   border-radius: 21px;
   position: absolute;
   bottom: 0px;
}

.section03ContentsCarousell-swiper-wrapper{
   width: 1540px;
   aspect-ratio: 3.20833/1;
   border-radius: 13;
   display: flex;    
   justify-content: space-between;
   transition: all 1s;
   border-radius: 21px;
   position: absolute;
   bottom: 0px;}

.section03ContentsCarousell-swiper-slide{
   width: 370px;
   aspect-ratio: 0.77405/1;
   border-radius: 13px;
   background-color: #E9E9E9;
   margin-right: 24px;
   transition: all 0.9s;
}

.slideBtn02{
   width: 80px;
   aspect-ratio: 2.0370/1;
   position: absolute;
   top: 850px;
   left: -2.5%;
   transform: translateX(-2.5%);
   z-index: 16;
   display: flex;
   justify-content: space-between;
   background: transparent;
}

.slideBtn02 button{
   width: 40px;
   height: 40px;
     background: linear-gradient(
    180deg,
    rgba(112, 112, 112, 0.1),
    rgba(255, 255, 255, 0.0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 25px;
}

/*section04*/

.section04{
   width: 100%;
  height: fit-content;
  background-color: #FBFBFB;
   padding-bottom: 160px;
}


.section04Contents{
   width: 1540px;
   aspect-ratio: 1.4128/1;
   margin: 0 auto;
   position: relative;
   padding-bottom: 160px;
   
}

.section04Contents .freePhotoCard{
   width: 1540px;
   aspect-ratio: 6.470588/1;
   border-bottom: 1px solid #333333;
   padding-top: 430px;

}
.section04Contents .freePhotoCard h2{
   font-weight: 500;
   position: absolute;
   top: 116px;
}

.section04Contents .freePhotoCard h2 ~ h2{
   font-size: 64px;
   position: absolute;
   top: 116px;
   right: 0px;
   text-align: right;
   letter-spacing: -2.5%;
   line-height: 110%;
}

.section04Contents .freePhotoCard img{
   width: 324px;
   aspect-ratio: 0.6666/1;
   position: absolute;
   top: -16px;
   left: 39%;
   transform: translateX(-39%);
   z-index: 10;
   animation: UpandDown 3s infinite;
}



.section04Contents .freePhotoCard button {
   width: 244px;
   height: 58px;
   background-color: #36BCF8;
   color: #ffffff;
   border-radius: 50px;
   position: absolute;
   left: 0px;
   top: 484px;
   cursor: pointer;
}

.section04Contents .freePhotoCard button a{ color: #ffffff;}

.section04Contents .freePhotoCard span{
   font-size: 1rem;
   font-weight: 300;
   text-align: right;
   position: absolute;
   right: 0px;
   top: 484px;
   color: #333333;
}
/*section03Carousell*/

.section04ContentsCarousellContainer{
   width: 1540px;
   aspect-ratio: 3.208333/1;
   position: absolute;
   bottom: 0px;    
   transition: all 1s;
   border-radius: 21px;
   overflow-x: hidden;
}





.section04ContentsCarousell-swiper-mySwiper{
   width: 1540px;
   aspect-ratio: 3.20833/1;
   border-radius: 13;
   border-radius: 21px;
   position: absolute;
   bottom: 0px;
}

.section04ContentsCarousell-swiper-wrapper{
   width: 1540px;
   aspect-ratio: 3.208333/1;
   border-radius: 13;
   display: flex;    
   justify-content: space-between;
   transition: all 1s;
   border-radius: 21px;
   position: absolute;
   bottom: 0px;}

.section04ContentsCarousell-swiper-slide{
   width: 370px;
   aspect-ratio: 0.77405/1;
   border-radius: 13px;
   background-color: #E9E9E9;
   margin-right: 24px;
   transition: all 0.9s;
}

.slideBtn03{
   width: 80px;
   aspect-ratio: 2.0370/1;
   position: absolute;
   top: 850px;
   left: -2.5%;
   transform: translateX(-2.5%);
   z-index: 16;
   display: flex;
   justify-content: space-between;
   background: transparent;
}

.slideBtn03 button{
   width: 40px;
   height: 40px;
     background: linear-gradient(
    180deg,
    rgba(112, 112, 112, 0.1),
    rgba(255, 255, 255, 0.0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 25px;
}

/*section05*/

#deco05{
   position: absolute;
   left: 0px;
   top: -84px;
   z-index: 15;
}


.section05{
   width: 100%;
   height: 1474px;
   background-color: #C7D9EE;
}

.section05Contents{
   width: 1540px;
  aspect-ratio: 1.04477/1;
  margin: 0 auto;
  position: relative;
}


.section05Contents .freePhotoCard{
   width: 1540px;
   aspect-ratio: 6.470588/1;
   border-bottom: 1px solid #333333;
   padding-top: 430px;

}
.section05Contents .freePhotoCard h2{
   font-weight: 500;
   position: absolute;
   top: 116px;
}

.section05Contents .freePhotoCard h2 ~ h2{
   font-size: 64px;
   position: absolute;
   top: 116px;
   right: 0px;
   text-align: right;
   letter-spacing: -2.5%;
   line-height: 110%;
}


.section05Contents .freePhotoCard img{
   width: 469px;
   aspect-ratio: 358px;
   position: absolute;
   top: 58px;
   left: 40%;
   transform: translateX(-40%);
   z-index: 10;
   animation: UpandDown 3s infinite;
}



.section05Contents .freePhotoCard button {
   width: 244px;
   height: 58px;
   background-color: #36BCF8;
   color: #ffffff;
   border-radius: 50px;
   position: absolute;
   left: 0px;
   top: 484px;
   cursor: pointer;
}

.section05Contents .freePhotoCard button a{ color: #ffffff;}

.section05Contents .freePhotoCard span{
   font-size: 1rem;
   font-weight: 300;
   text-align: right;
   position: absolute;
   right: 0px;
   top: 484px;
   color: #333333;
}
/*section06*/
#dec06{
   position: absolute;
   left: 0px;
   top: -84px;
   z-index: 15;
}

.section06{
   width: 100%;
   height: fit-content;
   background-color: #FAE100;
}

.section06Contents{
   width: 1540px;
  aspect-ratio: 2.7256/1;
  background-color: #FAE100;
  margin: 0 auto;
  position: relative;
}



.BEE{  width: 350px;
   aspect-ratio: 1/1;
   position: absolute;
   top: 46px;
   left: 42%;
   transform: translateX(-42%);
   z-index: 10;
opacity: 0;
transition: all 1s;
animation: UpandDown 3s infinite;
}



.section06Contents .freePhotoCard{
   width: 1540px;
   aspect-ratio: 6.47058/1;
   border-bottom: 1px solid #333333;
   padding-top: 390px;

}
.section06Contents .freePhotoCard h2{
   font-weight: 500;
   position: absolute;
   top: 86px;
}

.section06Contents .freePhotoCard h2 ~ h2{
   font-size: 64px;
   position: absolute;
   top: 86px;
   right: 0px;
   text-align: right;
   letter-spacing: -2.5%;
   line-height: 110%;
}


.section06Contents .freePhotoCard button {
   width: 244px;
   height: 58px;
   background-color: #381E1F;
   color: #ffffff;
   border-radius: 50px;
   position: absolute;
   left: 0px;
   top: 450px;
   cursor: pointer;
}

.section06Contents .freePhotoCard button a{ color: #ffffff;}

.section06Contents .freePhotoCard span{
   font-size: 1rem;
   font-weight: 300;
   text-align: right;
   position: absolute;
   right: 0px;
   top: 450px;
   color: #333333;
}



/*section07*/
.section07{
   width: 100%;
   height: 1130px;

}






.section07LeftTop{
   width: 50%;
   height: 565px;
   background-color: #A999F2;
   float: left;
}

.LeftTOPContents{
   width: 770px;
   height: 565px;
   background-color: transparent;
   padding-top: 94px;
   color: #ffffff;
   float: right;
   position: relative;
   font-weight: 500;
   font-size: 1.8rem;
}

.line{
   width: 80%;
   height: 1px;
   background-color: #ffffff;
   margin-top: 32px;
}

.LeftTOPContents button{
   width: 180px; 
   height: 58px; 
   color: #333333; 
   background-color:#ffffff ; 
   border-radius: 50px;
   margin-top: 50px;}


.LeftTOPContents img{
   width: 311px;
   height: 467px;
   position: relative;
   right: -180px;
   top: -180px;
}


.section07RightTop{
   width: 50%;
   height: 565px;
   background-color: #36BCF8;
   float: left;
}

.RightTOPContents{
   width: 770px;
   height: 565px;
   background-color: transparent;
   float: left;
   position: relative;
   font-weight: 500;
   font-size: 1.8rem;
   color: #ffffff;
   padding-top:90px;
   padding-left: 84px;
}

.RightTOPContents img{
   width: 327px;
   height: 477px;
   position: absolute;
   right: -30px;
   top: 40px;
   
}



.RightTOPContents button{
   width: 180px; 
   height: 58px; 
   color: #333333; 
   background-color:#ffffff ; 
   border-radius: 50px;
   margin-top: 50px;}


.section07LeftBottom{
     width: 50%;
   height: 565px;
   background-color: #4A65F5;
   float: left;
   color: #ffffff;
}


.LeftBottomContents{
   width: 770px;
   height: 565px;
   background-color: transparent;
   float: right;
   position: relative;
   padding-top: 84px;
   font-size: 1.8rem;
   font-weight: 500;
}


.LeftBottomContents #blueDeco{
  position: absolute;
  width: 133px;
  height: 125px;
   top: -100px;
   left:0px;
}

.LeftBottomContents img{
   position: relative;
   width: 311px;
   height: 467px;
   right: -270px;
   bottom: 90px;
}

.LeftBottomContents button{
   width: 180px; 
   height: 58px; 
   color: #333333; 
   background-color:#ffffff ; 
   border-radius: 50px;
   margin-top: 50px;}


.section07RightBottom{
        width: 50%;
   height: 565px;
   background-color: #13E076;
   float: left;
}

.RightBottomContents{
    width: 770px;
   height: 565px;
   background-color: transparent;
   color: #ffffff;
   float: left;
   position: relative;
     font-weight: 500;
   font-size: 1.8rem;
    padding-top: 44px;
   padding-left: 102px;
}

.RightBottomContents #greenDeco{
   position: absolute;
  width: 133px;
  height: 125px;
   top: -100px;
   left:84px;
}


.RightBottomContents button{
   width: 180px; 
   height: 58px; 
   color: #333333; 
   background-color:#ffffff ; 
   border-radius: 50px;
   margin-top: 50px;}



.RightBottomContents img{
  width: 247px;
   height: 247px;
   position: relative;
   right: -180px;
   top: -90px;
}


.RightBottomContents img + img{
    width: 133px;
   height: 133px;
   position: relative;
   right: 180px;
   top: 170px;
}





/*section08*/
.section08{
   width: 100%;
   height: fit-content;
   background-color: #F1F1F5;
}

.section08Contents{
   width: 1540px;
   aspect-ratio: 1.33333/1;
   background-color: #F1F1F5;
   margin: 0 auto;
   position: relative;
}

.section08Contents{
   width: 1540px;
  aspect-ratio: 1.04477/1;
  margin: 0 auto;
  position: relative;
}


.section08Contents .freePhotoCard{
   width: 1540px;
   aspect-ratio: 6.470588/1;
   border-bottom: 1px solid #333333;
   padding-top: 430px;

}
.section08Contents .freePhotoCard h2{
   font-weight: 500;
   position: absolute;
   top: 116px;
}

.section08Contents .freePhotoCard h2 ~ h2{
   font-size: 64px;
   position: absolute;
   top: 116px;
   right: 0px;
   text-align: right;
   letter-spacing: -2.5%;
   line-height: 110%;
}


.funSMSmobileApp { 
   width: 949px; 
   height: 1018px;
   position: absolute;
   left: 65%;
   top: 24px;
   transform: translateX(-65%);
   transition: all 1s;
opacity: 0;}



.section08Contents .freePhotoCard img + img { 
   width: 205px; 
   height: 205px;
   position: absolute;
   left: 59%;
   top: 595px;
   transform: translateX(-59%);
animation: UpandDown 3s infinite;}





   #talkBalloon{
   width: 341px;
   aspect-ratio: 0.686116700201207/1;
   position: absolute;
   left: 86%;
   top: 295px;
   transform: translateX(-86%);
   z-index: 10;
   }

 .musicIcon{
   width: 310px;
   height: 310px;
   position: absolute;
   left: 80%;
   top: 70%;
   transform:translateX(-70%), translateY(-80%);
   transition: all 2s;
   opacity: 0;animation: UpandDown 3s infinite;
   }





.section08Contents .freePhotoCard button {
   width: 244px;
   height: 58px;
   background-color: #36BCF8;
   color: #ffffff;
   border-radius: 50px;
   position: absolute;
   left: 0px;
   top: 484px;
   cursor: pointer;
}

.section08Contents .freePhotoCard button a{ color: #ffffff;}

.section08Contents .freePhotoCard span{
   font-size: 1rem;
   font-weight: 300;
   text-align: right;
   position: absolute;
   right: 0px;
   top: 484px;
   color: #333333;
}







/*footer*/
.footer{
   width: 100%;
   height: fit-content;
   background-color: #36BCF8;
}


.footerContents{
   width: 1540px;
   aspect-ratio: 2.60135/1;
   margin: 0 auto;
   background-color: #36BCF8;
   position: relative;
   padding-top: 30px;
}

.footerContents span{
    font-size: 0.9rem;
   font-weight: 100;
   position: absolute;
   left: 0px;
   top: 0;
   padding: 20px;
   color: #ffffff;

}


.footerContents p{float: right; padding-right: 15px; font-size: 0.9rem; font-weight: 100; color: #ffffff;}
