body{ 
  overflow-x: hidden;
  /*! background-image: url(../img/grid_2.jpg); */
}
/* 상단영역*/
header{
  height: 120px;
}
 header .wrap{
  /*! height: 100%; */
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
  backdrop-filter: blur(16px);
  border-radius: 15px;
  border: 1px solid #d0c8c8;
  position: fixed;
  width: 1440px;
  margin: 10px 130px;
  z-index: 1;
  justify-content: space-between;
 }
header h1{    
  }
header h1 a{
   font-size: 15px;
   letter-spacing: 1px;
   font-weight: bold; 
   display: flex;
   align-items: center;
   color: #fff;
 }
header h1 a:hover{
  color: #ffcdcf;
}
header h1 a::before{
  content: "";
  background-image: url(../img/IMG_5594.png);
  display: inline-block;
  width: 52px;
  height: 38px;
  background-size: 43px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}
header ul{     
  /*! position: fixed; */
  /*! right: 80px; */
  /*! top: 50px; */
  /*! z-index: 1; */
  display: flex;
}
header ul li{   
}
header ul li a{
     font-size: 22px;
     letter-spacing: 1px;
     display: block;
     transition: 0.7s;
     text-transform: capitalize;
     padding: 18px 30px;
     color: #fff;
}
header ul li:nth-child(1) a{
  
  background-color: #ffd9ae;
  border-radius: 25px;
}
header ul li:nth-child(1) a:hover{
  border: 1px solid #eae8e8;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: rgba(255,255,255,0.8) 0px 5px 3px 0px inset, rgba(255, 255, 255,0.8) 0px -3px 1px 0px inset, rgba(0,0,0,0.15) 0px -6px 8px 0px inset,rgba(0,0,0,0.3) 0px 3px 6px 2px;
}
header ul li:nth-child(2) a{
  background-color: #d2dfe5;
  border-radius: 25px;
}
header ul li:nth-child(2) a:hover{
  border: 1px solid #eae8e8;
  background: linear-gradient(rgba(255, 5, 5, 0) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: rgba(255,255,255,0.8) 0px 5px 3px 0px inset, rgba(255, 255, 255,0.8) 0px -3px 1px 0px inset, rgba(0,0,0,0.15) 0px -6px 8px 0px inset,rgba(0,0,0,0.3) 0px 3px 6px 2px;
}
header ul li:nth-child(3) a{
  background-color:#ffcdcf;
  border-radius: 25px;
}
header ul li:nth-child(3) a:hover{
  border: 1px solid #eae8e8;
  background: linear-gradient(rgba(255, 5, 5, 0) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: rgba(255,255,255,0.8) 0px 5px 3px 0px inset, rgba(255, 255, 255,0.8) 0px -3px 1px 0px inset, rgba(0,0,0,0.15) 0px -6px 8px 0px inset,rgba(0,0,0,0.3) 0px 3px 6px 2px;
}
header ul li:nth-child(4) a{
  background-color:#f4efe9;
  border-radius: 25px;
}
header ul li:nth-child(4) a:hover{
  border: 1px solid #eae8e8;
  background: linear-gradient(rgba(255, 5, 5, 0) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: rgba(255,255,255,0.8) 0px 5px 3px 0px inset, rgba(255, 255, 255,0.8) 0px -3px 1px 0px inset, rgba(0,0,0,0.15) 0px -6px 8px 0px inset,rgba(0,0,0,0.3) 0px 3px 6px 2px;
}
header .wrap .menu{
}
header div.wrap>a{
  font-size: 0;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
 }
header div.wrap > a span{
  
  width: 100%;
  height: 3px;
  display: block;
  background-color: #ffc683;
}
header div.wrap > a span:nth-child(1){
  transition: 0.5s;
}
header div.wrap > a span:nth-child(2){
  transition: 0.01s;
}
header div.wrap > a span:nth-child(3){
  transition: 0.5s;
}
header div.wrap > a.close span:nth-child(1){
  transform:translateY(10px) rotate(45deg);
}
header div.wrap > a.close span:nth-child(2){
   opacity: 0; 
}
header div.wrap > a.close span:nth-child(3){
  transform:translateY(-10px) rotate(-45deg);
}
#title{
  margin: 80px 50px;
  position: relative;
}
#title div.wrap{
  
  gap: 35px;
}
#title .wrap .left{
  width: 100%;
}
#title .wrap h2{
  font-size: 165px;
  line-height: 1.7;
  font-family: "Lilita One", sans-serif;
  color: #fff;
  animation: slide-up 0.8s cubic-bezier(0.45,0.64,0.12,1) 1 both;
}
   @keyframes slide-up {
    0% {transform: translateY(100%)}
    100%  {transform: translateY(0)}
  }
#title .wrap h2 strong{
  color: #aadbff;
}
#title .wrap h2 strong span:first-child{
  
  margin-right: 427px;
}
#title .wrap .left p{
  
  line-height: 2;
  margin-top: 30px;
  white-space: pre-line;
  font-size: 20px;
  color: #fff;
}
#title .wrap .right{
  width: 40%;
  position: absolute;
  left: 450px;
  left: 420px;
  animation: slide-up 1s cubic-bezier(0.45,0.64,0.12,1) 0.8s both;
}
#title .wrap .right img{
 
  width: 500px;
  height: 500px;
}
#title .wrap .image{
  display: block;
  background-image: url(../img/flower.svg);
  width: 91px;
  height: 95px;
  background-repeat: no-repeat;
  position: absolute;
  right: 134px;
  bottom: 248px;
}
.typed-text-output{
  font-size: 50px;
    color: #ffcdcf;
  font-weight: bold;
}

.current{
  transform: scale(1.5);
  transform-origin: 0 50%;
}

