#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(255,255,255,0.3);
}
#header .conte{
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#header .logo{
  width: 96px;
}
#header .nav_lists{
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 900;
}
#header .nav_lists .nav_list{
  position: relative;
  margin-left: 1.5em;
}
#header .nav_lists .nav_list:first-child{
  margin-left: 0;
}
#header .nav_lists .nav_list.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 170%);
  background: url(../images/common/arrow_09.svg);
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
}
#header .btn_wrap{
  position: relative;
}
#header .btn_wrap::after{
  content: "";
  position: absolute;
  bottom: -5px;
  right: -3px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  z-index: -1;
}
#header .btn_wrap a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 100px;
  width: 70px;
  height: 70px;
}
#header .btn_wrap a:hover{
  bottom: -5px;
  right: -3px;
}
#header .btn_wrap img{
  width: 26px;
}

#footer{
  position: relative;
  padding-top: 60px;
}
#footer::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -98%);
  width: 100%;
  height: 15px;
  background: url(../images/common/bg_wavy_01.webp);
  background-size: 100% 100%;
}
#footer .logo{
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
#footer .address{
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 3em;
}
#footer .address span{
  font-size: 13px;
  font-weight: 500;
  padding-left: .5em;
}
#footer .nav_lists{
  width: 1088px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 900;
  margin-top: 1.5em;
  padding-top: 1em;
  border-top: 1px solid #000;
}
#footer .nav_lists .nav_list.insta{
  width: 24px;
}
#footer .copyright{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding-top: 5em;
  padding-bottom: 2em;
}
.top_btn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 82px;
  z-index: 900;
}

@media screen and (max-width: 1400px){
  #header{
    padding-top: 1.07vw;
    padding-bottom: 1.07vw;
  }
  #header .conte{
    width: 92.85vw;
  }
  #header .logo{
    width: 6.85vw;
  }
  #header .nav_lists{
    font-size: 1vw;
  }
  #header .nav_lists .nav_list.active::after{
    width: 0.71vw;
    height: 0.42vw;
  }

  #header .btn_wrap::after{
    bottom: -0.35vw;
    right: -0.21vw;
  }
  #header .btn_wrap a{
    width: 5vw;
    height: 5vw;
  }
  #header .btn_wrap a:hover{
    bottom: -0.35vw;
    right: -0.21vw;
  }
  #header .btn_wrap img{
    width: 1.85vw;
  }
  
  #footer{
    padding-top: 4.28vw;
  }
  #footer::before{
    height: 1.07vw;
  }
  #footer .logo{
    width: 7.14vw;
  }
  #footer .address{
    font-size: 1.14vw;
  }
  #footer .address span{
    font-size: 0.92vw;
  }
  #footer .nav_lists{
    width: 77.71vw;
    font-size: 0.92vw;
  }
  #footer .nav_lists .nav_list.insta{
    width: 1.71vw;
  }
  #footer .copyright{
    font-size: 0.85vw;
  }
  .top_btn{
    bottom: 1.42vw;
    right: 1.42vw;
    width: 5.85vw;
  }
}

@media screen and (max-width: 750px){
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-out;
    z-index: 80;
  }
  body.menu-open::before {
    opacity: 0.7;
    visibility: visible;
  }
  #header{
    padding-top: 1.33vw;
    padding-bottom: 1.33vw;
    background: none;
  }
  #header .conte{
    position: relative;
    z-index: 100;
    width: 90vw;
  }
  #header .logo{
    width: 14vw;
  }
  #header .nav_lists {
    display: none !important;
  }
  #header .menu_conte{
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 4vw;
  }
  #header .menu_conte .btn_wrap{
    width: 7.46vw;
  }
  #header .btn_wrap::after {
    bottom: -0.5vw;
    right: -0.8vw;
  }
  #header.active .btn_wrap::after {
    content: none;
  }
  #header .btn_wrap a{
    width: 7.46vw;
    height: 7.46vw;
  }
  #header.active .btn_wrap a{
    background: #ededed;
  }
  #header .btn_wrap img {
    width: 3.73vw;
  }
  
  #header .menu_conte .sp_menu_btn{
    width: 6.36vw;
  }
  #header .sp_menu_conte{
    width: 77.33vw;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 90;
    padding-top: 3.23vw;
    padding-left: 8.4vw;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
  }
  #header.active .sp_menu_conte{
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }

  #header .sp_menu_conte .menu_txt{
    width: 26.26vw;
  }
  #header .sp_nav_lists{
    position: relative;
    font-size: 4.8vw;
    letter-spacing: 0.02em;
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    margin-top: 4em;
    margin-bottom: 3em;
  }
  #header .copyright{
    position: absolute;
    bottom: 30%;
    right: .5em;
    transform: rotate(90deg) translateX(50%) translateY(100%);
    transform-origin: bottom right;
    font-size: 2.66vw;
    font-weight: 500;
    white-space: nowrap;
  }

  #footer{
    padding-top: 9.33vw;
  }
  #footer::before{
    height: 2vw;
    background-size: 118% 100%;
    transform: translate(-50%, -94%);
  }
  #footer .logo{
    width: 22.06vw;
  }
  #footer .address{
    font-size: 3.6vw;
    margin-top: 3em;
    letter-spacing: 0.15em;
  }
  #footer .address span{
    display: block;
    font-size: 2.93vw;
    margin-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .nav_lists{
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5em;
    font-size: 2.8vw;
    font-weight: 500;
    margin-top: 1em;
    padding-top: 3em;
  }
  #footer .nav_lists .nav_list.insta{
    width: 100%;
  }
  #footer .nav_lists .nav_list.insta a{
    display: block;
    width: 5.6vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
  }
  #footer .copyright{
    font-size: 2.4vw;
    padding-top: 4em;
  }
  .top_btn{
    bottom: 9.36vw;
    right: 2.66vw;
    width: 17.06vw;
  }
}



