@charset "utf-8";

#wrap{
  width: 100%;
  overflow: hidden;
}

/* header */
/* .main-tit */

.main-tit{
  margin-top: 95px;
  text-align: center;
}

.main-gradi{
  width: 100%;
  height: 1051px;
  background: url(../img/etc/gradi.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.main-tit .logo{
  margin-bottom: 30px;
}

.main-tit .sub-tit h1{
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 7px;
  }

.main-tit .sub-tit h1 span{
  font-weight: 600;

}

.main-tit .sub-tit h2{
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 36px;
}

.main-tit .sub-tit h2 span{
  font-weight: 600;
  margin: 0 5px;
}

.main-btn{
  display: flex;
  justify-content: center;
  gap: 50px;
}

.main-btn li{
  width: 200px;
  height: 64px;
  cursor: pointer;
  border-radius: 50px;
}

.main-btn li:nth-child(1){
  border: 2px solid #333333;
  transition: all 0.3s;
}

.main-btn li:nth-child(1):hover{
background-color: #333333;
}

.main-btn li:nth-child(1):hover a{
color: #fff;
}

.main-btn li a{
font-size: 20px;
font-weight: 600;
line-height: 64px;
transition: all 0.3s;
}

.main-btn li a span{
margin-right: 20px;
}

.main-btn li:nth-child(2) {
position: relative;
border-radius: 50px;
overflow: hidden;
padding: 0;
background-color: transparent;
transition: all 0.3s ease;
}

.main-btn li:nth-child(2)::before {
content: "";
position: absolute;
inset: 0;
padding: 3px;
background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
-webkit-mask:
  linear-gradient(#fff 0 0) content-box,
  linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
        mask-composite: exclude;
border-radius: 50px;
pointer-events: none;
transition: opacity 0.3s ease;
opacity: 1;
z-index: 1;
}

.main-btn li:nth-child(2)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
  z-index: 0;
}

.main-btn li:nth-child(2) a {
  position: relative;
  display: block;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  z-index: 2;
}

.main-btn li:nth-child(2):hover::before {
  opacity: 0;
}

.main-btn li:nth-child(2):hover::after {
  opacity: 1;
}

.main-btn li:nth-child(2):hover a {
  background: none;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-background-clip: initial;
}

/* .slide */

.auto-slide {
  display: flex;
  gap: 90px;
  white-space: nowrap;
  will-change: transform;
}

.auto-slide li {
  flex: 0 0 auto;
  opacity: 0.5;
  margin-top: 70px;
  box-shadow: 0px -2.6px 25.16px -2.6px rgba(0, 0, 0, 0.13);
}


.slide{
  position: relative;
  margin: 90px 0 320px 0;
  padding-bottom: 100px;
}

.slide .monitor{
  width: 653px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.slide .monitor img{
  width: 100%;
}

@media(max-width:1200px){
  .slide .monitor{
    width: 525px;
    top: 30px;
  }

  .slide{
    margin: 90px 0 120px 0;
  }

  .main-tit .sub-tit h1{
    font-size: 40px;
    }

  .main-tit .sub-tit h2{
    font-size: 20px;
  }

  .main-btn{
    gap: 20px;
  }

  .main-btn li{
    width: 170px;
    height: 58px;          
  }

  .main-btn li a{
    font-size: 18px;
    line-height: 58px;
  }
}

@media(max-width:765px){
  .slide .monitor{
    width: 425px;
  }

  .auto-slide li {
  width: 300px;
}

  .auto-slide li img{
  width: 100%;
}

}

@media(max-width:500px){

  .main-tit .logo{
    width: 180px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .main-tit .logo img{
    width: 100%;
    margin: 0 auto;
  }

  .main-tit .sub-tit h1{
    font-size: 26px;

  }

  .main-tit .sub-tit h2{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .main-btn{
    gap: 14px;
  }

  .main-btn li{
    width: 125px;
    height: 43px;
  }

  .main-btn li a{
    font-size: 15px;
    line-height: 43px;
  }

  .main-btn li a span{
    margin-right: 10px;
  }

  .main-btn li:nth-child(2) a {
    height: 125px;
    line-height: 43px;
    font-size: 15px;
  }

  .main-btn li:nth-child(2)::before {
    padding: 2px;
  }

  .slide{
      margin: 90px 0 70px 0;
    }

  .slide .monitor{
    width: 270px;
    top: 0;
  }

  .auto-slide li {
    width: 205px;
    margin-top: 20px;
  }

  .auto-slide li img{
    width: 100%;
  }
}

@media(max-width:375px){

    .main-tit .logo{
    width: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .main-tit .logo img{
    width: 100%;
    margin: 0 auto;
  }

  .main-tit .sub-tit h1{
    font-size: 20px;

  }

  .main-tit .sub-tit h2{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .main-btn{
    gap: 10px;
  }

  .main-btn li{
    width: 100px;
    height: 35px;
  }

  .main-btn li a{
    font-size: 12px;
    line-height: 35px;
  }

  .main-btn li a span{
    margin-right: 5px;
  }

  .main-btn li:nth-child(2) a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .main-btn li:nth-child(2)::before {
    padding: 2px;
  }

  .slide{
      margin: 90px 0 70px 0;
    }

    .slide .monitor{
    width: 220px;
    top: 0;
  }

  .auto-slide li {
    width: 160px;
    margin-top: 20px;
  }

  .auto-slide li img{
    width: 100%;
  }
}

/* main */
/* .section01 */


.section01{
  width: 100%;
  height: 870px;
  padding: 90px 0;
  background: url(../img/etc/sub-gradi.png) no-repeat center bottom 0 / cover;
  margin-bottom: 400px;
}

.section01-container{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  flex-direction: row;
  row-gap: 100px;
}


.section01-container .section01_left h2{
  font-size: 46px;
  font-weight: 600;
}

.section01-container .section01_left .p1{
  margin: 39px 0;
  font-size: 19px;
  font-weight: 400;
}

.section01-container .section01_left .p2{
  margin-bottom: 39px;
  font-size: 19px;
  font-weight: 400;
  position: relative;
}

.section01-container .section01_left .p2 span{
  font-weight: 600;
}

.section01-container .section01_left .p2::before{
  content: "";
  display: block;
  background-color: #69C7E7;
  opacity: 0.3;
  width: 360px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: -1;
}

.btn{
  width: 200px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}


.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  border-radius: 50px;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 1;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
  z-index: 0;
}

.btn a {
  position: relative;
  display: block;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn:hover::before {
  opacity: 0;
}

.btn:hover::after {
  opacity: 1;
}

.btn:hover a {
  background: none;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-background-clip: initial;
}


.section01_right{
  background-color: #fff;
  border-radius: 15px;
  width: 642px;
  box-shadow: 0px 0px 19.31px -3.86px rgba(0, 0, 0, 0.1);
  padding: 60px;
  overflow: hidden;
}

.section01_right .pain > li {
  display: flex;
  justify-content: flex-start; 
  margin-bottom: 38px;
}

.section01_right .pain > li:nth-child(even) { /*even:짝수번째*/
  justify-content: flex-end;
}

.section01_right .pain > li:nth-child(1){
  opacity: 0.15;
}

.section01_right .pain > li:nth-child(2){
  opacity: 0.3;
}

.section01_right .pain > li:nth-child(3){
  opacity: 0.5;
}

.section01_right .pain > li:nth-child(4){
  opacity: 0.8;
}


.section01_right .pain > li > ul{
  display: flex;
  gap: 13px;
}


.section01_right .pain > li > ul li.chat-emo{
  width: 34px;
}

.section01_right .pain > li > ul li.chat-emo img{
  width: 100%;
}

.section01_right .pain > li > ul li:nth-child(2n) img{
  transform: scaleX(-1);

}

.section01_right .pain > li > ul li.chat-txt {
  position: relative;
  padding: 12px 23px;
  border-radius: 38px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  z-index: 1;
  background-color: #fff; 
}

.section01_right .pain > li > ul li.chat-txt::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.55px;
  background: linear-gradient(to right, #B5D8E3 0%, #69C7E7 100%);
  border-radius: 38px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}


.section01_right .pain > li > ul li.chat-txt span{
  font-weight: 600;
}

.section01_right .gap{
  width: 100%;
  height: 46px;
  border-radius: 39px;
  border: 1.55px solid #dddddd;
}

@media(max-width:1400px){

  .section-container{
    margin: 0 50px;
  }

  .section01{
    padding: 0 50px;
  }
}

@media(max-width:1300px){

  .section01{
    height: 1400px;
    margin-bottom: 200px;
  }

  .section01_right{
    width: 70%;
    margin: 0 auto;
  }

  .section01_left{
    width: 100%;
    text-align: center;
  }

  .btn{
    margin: 0 auto;
  }

  .section01-container .section01_left .p2::before{
  display: none;
}
}

@media(max-width:900px){
  .section01{
    padding: 0 15px;
  }

  .section01_right{
    width: 80%;
  }
}

@media(max-width:765px){


  .section01_right{
  padding: 50px;
}

  .gap{
    display: none;
  }

  .section01_right .pain > li > ul{
  gap: 8px;
}
  .section01_right .pain > li > ul li.chat-txt {
    padding: 8px 14px;
    border-radius: 36px;
    font-size: 12px;
  }



}

@media(max-width:600px){

  .section01{
    height: 1000px;
  }

  .section01-container{
  row-gap: 50px;
}


  .section01_right{
    width: 90%;
  }

   .section01_right .pain > li {
    margin-bottom: 20px;
  }

  .section01_right .pain > li > ul li.chat-txt {
    font-size: 12px;
  }

  .section01_right .pain > li > ul li.chat-txt::before {
  border-radius: 30px;
}

    .section01-container .section01_left h2{
    font-size: 30px;
  }

  .section01-container .section01_left .p1{
    margin: 19px 0;
    font-size: 14px;
  }

  .section01-container .section01_left .p2{
    margin-bottom: 19px;
    font-size: 14px;
  }

  .btn{
  width: 151px;
  height: 44px;
}

  .btn a {
    height: 44px;
    line-height: 44px;
    font-size: 13px;
  }
}

@media(max-width:375px){

  .section01{
    height: 900px;
  }

  .section01_right{
  padding: 20px;
}

  .section01_right .pain > li > ul li.chat-txt {
    font-size: 10px;
  }

  .section01_right .pain > li > ul li.chat-txt::before {
  border-radius: 14px;
}

.section01_right .pain > li > ul li.chat-emo{
    width: 24px;
  }
}

@media(max-width:375px){

  .section01-container .section01_left h2{
    font-size: 20px;
  }

  .section01-container .section01_left .p1{
    margin: 15px 0;
    font-size: 12px;
  }

  .section01-container .section01_left .p2{
    margin-bottom: 15px;
    font-size: 12px;
  }

  .btn{
  width: 150px;
  height: 35px;
}

  .btn a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
   
  }

/* section02 */
.section02{
display: flex;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto 400px auto;
flex-wrap: wrap;
}

.section02 .section02-left{
width: 867px;
}

.section02 .section02-right{
width: calc(100% - 867px);
display: flex;
justify-content: flex-end;
}

.fun-img .main-img{
width: 780px;
}

.fun-tit01{
text-transform: uppercase;
font-size: 100px;
font-weight: 800;
color: #E9F7FC;
line-height: 60px;
}

.fun-tit02{
font-size: 45px;
font-weight: 400;
margin-bottom: 30px;
}

.fun-tit02 span{
font-weight: 600;
}

.fun-img{
position: relative;
}

.section02 .section02-left .fun-img .sub-img{
position: absolute;
top: 14%;
right: 40px;
}

.section02 .section02-right ul{
margin-top: 155px;
}

.section02 .section02-right ul li{
margin-bottom: 55px;
}

.fun-p1{
font-size: 25px;
font-weight: 600;
}

.fun-p1 span{
font-weight: 600;
}

.fun-p1::after{
content: "";
display: block;
width: 375px;
height: 3px;
background: linear-gradient(to right, rgba(105, 199, 231, 1) 0%, rgba(105, 199, 231, 0) 100%);
margin: 13px 0;
}

.fun-p2{
font-size: 17px;
font-weight: 400;
}

.fun-p2 span{
font-weight: 600;
}

.fun-p3{
font-size: 17px;
font-weight: 400;
margin-top: 22px;
}

.fun-p3 span{
font-weight: 600;
}

@media(max-width:1400px){

.fun-tit01{
font-size: 80px;
}

.fun-tit02{
  font-size: 40px;
}

.fun-p1{
  font-size: 20px;
}

.fun-p2{
  font-size: 14px;
}

.fun-p3{
  font-size: 14px;
}

.fun-p1::after{
width: 103%;
}


}

@media(max-width:1200px){
.section02{
  margin: 0 auto 100px auto;
}

.section02 .section02-left{
  width: 100%;
  text-align: center;
}

.section02 .section02-right{
  width: 100%;
}


.section02 .section02-right ul{
  margin-top: 55px;
  display: flex;
  justify-content: center;
  gap: 30px;
  row-gap: 10px;
}

.section02 .section02-right ul li{
  width: calc(100% / 3);
}

.fun-p1::after{
  width: 200px;
}
}

@media(max-width:850px){
  .fun-img .main-img{
    width: 100%;
  }

  .section02-left .fun-img .sub-img{
    width: 16%;
  }

  .fun-tit01{
    font-size: 70px;
  }

  .fun-tit02{
    font-size: 30px;
  }

  .section02 .section02-right ul li{
    width: 100%;
    text-align: center;
  }

  .fun-p1::after{
    display: none;
  }

  .section02 .section02-right ul{
  flex-wrap: wrap;
}
}

@media(max-width:600px){
  .fun-tit01{
    font-size: 55px;
  }

   .fun-tit02{
    font-size: 23px;
  }

  .fun-tit02 span{
    display: block;
  }

  .fun-p1{
  font-size: 17px;
}

.fun-p2{
  font-size: 12px;
}

.fun-p3{
  font-size: 12px;
}


}

@media(max-width:375px){

   .fun-img .main-img{
    width: 100%;
  }

  .section02{
    margin: 0 auto 80px auto;
  }

  .fun-tit01{
  font-size: 30px;
}

  .fun-tit02{
    font-size: 20px;
  }

  .section02 .section02-left .fun-img .sub-img{
    position: absolute;
    top: 27px;
    right: 40px;
  }


  .section02 .section02-right ul{
    margin: 10px 20px;
    row-gap: 10px;
    text-align: center;
  }



  .fun-p1{
    font-size: 14px;
  }

  .fun-p2{
    font-size: 10px;
  }

  .fun-p3{
    font-size: 10px;
  }



}

/* section03 */
.section03{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 600px auto;
  flex-wrap: wrap-reverse;
  row-gap: 30px;
}

.section03 .section03-right{
  width: 900px;
  text-align: end;
}

.section03 .section03-left{
  width: calc(100% - 900px);
}

.section03 .section03-left ul{
  margin-top: 200px;
}

.section03 .section03-right .fun-img .sub-img{
  position: absolute;
  top: 65%;
  left: -2%;
  width: 574px;
}

.section03 .section03-right .fun-img .sub-img img{
  width: 100%;
}

@media(max-width:1200px){
  .section03{
  margin: 0 auto 250px auto;
}

  .section03 .section03-right{
    width: 100%;
    text-align: center;
  }

  .section03 .section03-left{
    width: 100%;
    text-align: center;
  }

  .section03 .section03-left .fun-p1::after{
    display: none;
  }

  .section03 .section03-left .fun-p1{
    margin-bottom: 10px;
  }

}

@media(max-width:850px){
  .section03 .section03-right .fun-img .sub-img{
    width: 66%;
  }

   .section03{
  margin: 0 auto 130px auto;
}
}

@media(max-width:700px){

  .section03 .section03-left ul{
  margin-top: 80px;
}
}



@media(max-width:375px){


  .section03 .section03-left ul{
  margin-top: 50px;
  }

  .section03{
  margin: 0 auto 100px auto;
  }
}

/* section04 */

.section04{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 500px auto;
  flex-wrap: wrap;
  row-gap: 30px;
}

.section04 .section04-right{
  width: calc(100% - 800px);
  text-align: end;
}

.section04 .section04-right .fun-p1::after {
  margin: 13px 0 13px auto; 
  background: linear-gradient(to right, rgba(105, 199, 231, 0) 0%, rgba(105, 199, 231, 1) 100%);
}


.section04 .section04-left{
  width: 800px;
  
}

.section04 .section04-left .fun-img .sub-img{
  position: absolute;
  top: 30%;
  right: -5%;
  width: 231px;
}

.section04 .section04-left .fun-img .sub-img img{
  width: 100%;
}

.section04 .section04-right ul{
  margin-top: 225px;
}

@media(max-width:1200px){

  .section04{
  margin: 0 auto 250px auto;
}


  .section04 .section04-right{
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .section04 .section04-left{
    width: 100%;
    text-align: center;
  }

  .section04 .section04-right .fun-p1::after{
    display: none;
  }

  .section04 .section04-right ul{
    margin-top: 40px;
  }

  .section04 .section04-left .fun-img .sub-img{
  right: 40px;
}

}

@media(max-width:850px){
  .section04 .section04-left .fun-img .sub-img{
    width: 24%;
    top: 30%;
    right: -5%;
  }

  .section04{
  margin: 0 auto 130px auto;
}
}


@media(max-width:375px){

  .section04 .section04-right ul{
    margin-top: 0px;
  }

  .section04{
  row-gap: 10px;
  margin: 0 auto 100px auto;
}
}


/* section05 */

.section05{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 650px auto;
  flex-wrap: wrap;
  row-gap: 30px;
}

.section05 .section05-left{
  width: 580px;
}

.section05 .section05-right{
  width: calc(100% - 580px);
  text-align: end;
}

.section05 .section05-left .fun-tit01{
  line-height: 85px;
}

.section05 .section05-left .fun-p2::before{
  content: "";
  display: block;
  width: 375px;
  height: 3px;
  background: linear-gradient(to right, rgba(105, 199, 231, 1) 0%, rgba(105, 199, 231, 0) 100%);
  margin: 13px 0;
}

.section05 .section05-right .fun-img > img{
  width: 540px;
}

.section05 .section05-right .fun-img .main-img{
  position: absolute;
  top: -90px;
  right: 0;
}

.section05 .section05-right .fun-img .sub-img{
  position: absolute;
  top: 90px;
  right: 100px;
  z-index: 20;
}

.section05 .section05-right .fun-img .sub-img2{
  position: absolute;
  top: 290px;
  right: 30px;
  z-index: 50;
}

@media(max-width:1200px){

  .section05{
    margin: 0 auto 250px auto;
  }

  .section05 .section05-right{
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .section05 .section05-left{
    width: 100%;
    text-align: center;
  }

  .section05 .section05-left h2 br{
    display: none;
  }

  .section05 .section05-left .fun-p2::before{
    display: none;
  }

  .section05 .section05-right .fun-img{
    margin-top: 100px;
    height: 630px;
    display: flex;
    justify-content: center;
  }

  .section05 .section05-right .fun-img .main-img{
    left: 50%;
    transform: translateX(-50%);
    margin-left: 100px;
  }

  .section05 .section05-right .fun-img .sub-img{
    left: 50%;
    transform: translateX(-50%);
    
  }

  .section05 .section05-right .fun-img .sub-img2{
    left: 50%;
    transform: translateX(-50%);
    margin-left: 100px;
  }
}

@media(max-width:850px){

  .section05{
    margin: 0 auto 80px auto;
  }

  .section05 .section05-right .fun-img > img{
    width: 63.5%;
  }

    .section05 .section05-right .fun-img .sub-img{
      top: 10%;
    
  }

  .section05 .section05-right .fun-img .sub-img2{
    top: 38%;
  }

    .section05 .section05-right .fun-img{
    height: 500px;
  }
}



@media(max-width:600px){
  .section05 .section05-left .fun-tit01{
  line-height: 50px;
}

  .section05 .section05-right .fun-img .sub-img{
      top: 3%;
    
  }

  .section05 .section05-right .fun-img .sub-img2{
    top: 40%;
    margin-left: 50px;
  }

   .section05 .section05-right .fun-img .main-img{
    margin-left: 50px;
  }

  .section05 .section05-right .fun-img{
    height: 260px;
  }

}


@media(max-width:375px){
  .section05{
  row-gap: 10px;
}

  .section05 .section05-left .fun-tit01{
  line-height: 30px;
}

  .section05 .section05-right .fun-img > img{
  width: 264px;
}

 .section05 .section05-right .fun-img{
    margin-top: 20px;
  }

  .section05 .section05-right .fun-img .main-img{
    top: 0px;
    margin-left: 30px;
  }

  .section05 .section05-right .fun-img .sub-img{
    top: 80px;
  }

  .section05 .section05-right .fun-img .sub-img2{
    top: 160px;
    margin-left: 30px;
  }
}

/* section06 */

.section06{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 500px auto;
  flex-wrap: wrap-reverse;
  row-gap: 30px;
}

.section06 .section06-left{
  width: 800px;
}

.section06 .section06-right{
  width: calc(100% - 800px);
  text-align: end;
  margin-top: 70px;
}  

.section06 .section06-right ul{
  margin-top: 65px;
}

.section06 .section06-right .fun-p1::after {
  margin: 13px 0 13px auto; 
  background: linear-gradient(to right, rgba(105, 199, 231, 0) 0%, rgba(105, 199, 231, 1) 100%);
}

.section06 .section06-left .fun-img .sub-img{
  position: absolute;
  top: 200px;
  left: 28%;
}

@media(max-width:1200px){
    .section06{
    margin: 0 auto 300px auto;
  }

    .section06 .section06-right{
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }

  .section06 .section06-left{
    width: 100%;
    text-align: center;
  }

  .section06 .section06-right .fun-p1::after {
    display: none;
}
}

@media(max-width:850px){

  .section06{
    margin: 0 auto 180px auto;
  }

  .section06 .section06-left .fun-img .sub-img{
    width: 28%;
    top: 46%;
    left: 28%;
}

.section06 .section06-right ul{
  margin-top: 35px;
}
}

@media(max-width:375px){

  .section06{
  row-gap: 10px;
  margin: 0 auto 80px auto;
}

  .section06 .section06-right ul{
  margin-top: 15px;
}
}

/* section07 */

.section07{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 600px auto;
  flex-wrap: wrap;
  row-gap: 30px;
}

.section07 .section07-left{
  width: calc(100% - 850px);
  margin-top: 100px;
}

.section07 .section07-right{
  width: 850px;
  text-align: end;
}  

.section07 .section07-right .fun-img .sub-img{
  position: absolute;
  bottom: -100px;
  left: 0;
}

.section07 .section07-right .fun-img .sub-img2{
  position: absolute;
  bottom: -70px;
  left: 200px;
}

@media(max-width:1200px){
  .section07{
  margin: 0 auto 350px auto;
}

  .section07 .section07-right{
  width: 100%;
  text-align: center;
  justify-content: center;
}

  .section07 .section07-left{
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .section07 .section07-left .fun-p1::after{
    display: none;
}
}

@media(max-width:850px){
  .section07{
  margin: 0 auto 150px auto;
}

  .section07 .section07-right .fun-img .sub-img{
  width: 27%;
  bottom: -18%;
  left: -3%;
}

.section07 .section07-right .fun-img .sub-img2{
  width: 32%;
  bottom: -10%;
  left: 22%;
}
}

@media(max-width:375px){

  .section07{
  row-gap: 10px;
  margin: 0 auto 80px auto;
}

}

/* section08 */

.section08{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 400px auto;
  flex-wrap: wrap-reverse;
  row-gap: 30px;
}

.section08 .section08-right{
  width: calc(100% - 800px);
  text-align: end;
  margin-top: 80px;
}

.section08 .section08-left{
  width: 800px;
} 

.section08 .section08-left .fun-img .main-img{
  width: 681px;
}

.section08 .section08-left .fun-img .sub-img{
  width: 618px;
  position: absolute;
  top: 39%;
  right: 0;
}

.section08 .section08-right .fun-p2::before{
  content: "";
  display: block;
  width: 375px;
  height: 3px;
  background: linear-gradient(to right, rgba(105, 199, 231, 0) 0%, rgba(105, 199, 231, 1) 100%);
  margin: 13px 0 13px auto; 
}

@media(max-width:1200px){
  .section08{
  margin: 0 auto 200px auto;
}

  .section08 .section08-right{
  width: 100%;
  text-align: center;
  margin-top: 0;
}

  .section08 .section08-left{
    width: 100%;
    text-align: center;
    
  }

  .section08 .section08-right .fun-p2::before{
    display: none;
}

.fun-tit02 br{
  display: none;
}

.section08 .section08-left .fun-img .main-img{
  width: 70%;
}

.section08 .section08-left .fun-img .sub-img{
  width: 70%;
}
}

@media(max-width:850px){
  .section08 .section08-left .fun-img .main-img{
  width: 85%;
}

.section08 .section08-left .fun-img .sub-img{
  width: 85%;
}

}

@media(max-width:375px){

  .section08{
  row-gap: 10px;
  margin: 0 auto 80px auto;
}
}

/* section09 */

.section09{
  width: 100%;
  height: 1076px;
  background: url(../img/etc/f-gradi.png) no-repeat center bottom 0 / cover;
  margin: 0 auto;
  padding-top: 330px;
}

.section09 .function{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 79px;
}

.section09 .function li {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  padding-top: 33px;
  background-color: transparent; 
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}

.section09 .function li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #B5D8E3 0%, #69C7E7 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.section09 .function li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #B5D8E3 0%, #69C7E7 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
  transition: opacity 0.5s ease;
}

.section09 .function li > * {
  position: relative;
  z-index: 1;
}

.section09 .function li p{
  font-size: 20px;
  font-weight: 600;
  color: #4888ad;
  margin-top: 15px;
  transition: color 0.5s ease;
}


.section09 .function li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section09 .function li .icon img {
  width: 44px; 
  height: auto;
  transition: opacity 0.4s ease;
}

.section09 .function li .icon .default-icon {
  opacity: 1;
}

.section09 .function li .icon .hover-icon {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.section09 .function li.active::after {
  opacity: 1;
}

.section09 .function li.active p {
  color: #fff;
}

.section09 .function li.active .icon .default-icon {
  opacity: 0;
}

.section09 .function li.active .icon .hover-icon {
  opacity: 1;
}

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

.section09 .bottom p{
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
}

.section09 .bottom p br{
  display: none;
}

.section09 .bottom .logo{
  width: 200px;
  margin: 0 auto;
}

.section09 .bottom .logo img{
  width: 100%;
}

@media(max-width:1200px){
  .section09{
  height: 650px;
  padding-top: 90px;
}

  .section09 .function{
  gap: 30px;
  margin-bottom: 80px;
}

  .section09 .function li {
  width: 120px;
  height: 120px;
  padding-top: 33px;
}

.section09 .function li p{
  font-size: 16px;
  margin-top: 9px;
}

.section09 .function li .icon img {
  width: 26px; 
}

.section09 .bottom .logo{
  width: 140px;
}

.section09 .bottom p{
  margin: 25px 0;
}
}

@media(max-width:765px){
  .section09{
  padding-top: 40px;
}

.section09 .bottom p{
  font-size: 16px;
}

  .section09 .function{
    margin: 0 30px 80px 30px;
}
}

@media(max-width:500px){
  .section09 .function li {
  width: 90px;
  height: 90px;
  padding-top: 27px;
}

.section09 .function li .icon img {
  width: 20px; 
}

.section09 .function li p{
  font-size: 12px;
}

.section09 .bottom p{
  font-size: 12px;
}

.section09 .bottom p br{
  display: block;
}

.section09 .function{
    margin: 0 10px 30px 10px;
}
}



/* footer */

footer{
  background-color: #333333;
  width: 100%;
  padding: 100px 0;
  color: #fff;
}

footer .f-cont{
  margin: 0 13.5%;
}

footer .f-section01{
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  justify-content: space-between;
}

footer .f-section01 .sns{
  display: flex;
  gap: 30px;
}

footer .f-section01 .sns li{
  opacity: 0.5;
  transition: all 0.3s;
}

footer .f-section01 .sns li:hover{
  opacity: 1;
}

footer .f-section01::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 25px 0;
}

footer .f-section02{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
}

footer .f-section02 .info li{
  margin-bottom: 10px;
}

footer .f-section02 .info li span{
  margin-right: 15px;
  font-weight: 600;
}

@media(max-width:1200px){
  footer .f-section01 > li{
    width: 100%;
  }

 footer .f-section02 > li{
    width: 100%;
  }

footer .f-section02{
  font-size: 16px;
}

footer .f-section01::after{
  margin: 0 0 25px 0;
}

}

@media(max-width:700px){

    footer .f-section01 .sns{
  gap: 20px;
}

footer .f-section01 .sns li{
  width: 25px;
}

footer .f-section01 .sns li img{
  width: 100%;
}

footer .f-section02{
  font-size: 13px;
}
}

@media(max-width:500px){
  footer .f-section01 li .f-logo{
    width: 100px;
  }

   footer .f-section01 li .f-logo img{
    width: 100%;
  }

  footer .f-section02{
  font-size: 11px;
}
}

@keyframes scrollDownMotion {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(25px);
    opacity: 0;
  }
}

@keyframes scrollDownMotion2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0.8;
  }
}


.scroll-down{
  margin: 0 auto;
}
.scroll-down .mouse{
  border: 2.95px solid #B5D8E3;
  border-radius: 16.77px;
  width: 31px;
  height: 50px;
  margin: 0 auto 7px auto;
  position: relative;
}

.scroll-down .mouse::before{
  content: "";
  display: block;
  width: 7.78px;
  height: 7.78px;
  background-color: #B5D8E3;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  animation: scrollDownMotion 1.5s ease-in-out infinite;
}

.scroll-down .arrow{
  animation: scrollDownMotion2 1.5s ease-in-out infinite;
}

.scroll-down p{
  font-size: 20px;
  font-weight: 600;
  color: #B5D8E3;
}

@media(max-width:1024px){
  .scroll-down{
    display: none;
  }
}









