@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Kaisei+Decol&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Kaisei+Decol&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
body {
  color: #303030;
}

a {
  text-decoration: none;
  color: #303030;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}
html #particles-js, body #particles-js {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #010a24;
}
html #wrapper, body #wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.contents {
  width: 100vw;
}
.contents .top {
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
.contents .top .img-wrap {
  width: 50%;
  max-width: 680px;
  height: 480px;
}
.contents .top .img-wrap img {
  width: 100%;
  max-width: 680px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 254, 211, 0.3647058824);
  margin-right: 40px;
  filter: brightness(60%);
}
.contents .top__copy1 {
  margin-top: 100px;
  z-index: 100;
}
.contents .top__copy1 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  word-break: keep-all;
}
.contents .top__copy1 h2 {
  text-align: end;
  font-size: 36px;
  word-break: keep-all;
  color: #ffffff;
  font-family: "Playfair Display", serif, "Noto Serif KR";
  font-weight: 800;
  padding-left: 20px;
  margin-left: -140px;
  border-bottom: #ffffff solid 1px;
}
.contents .top__copy1 .decolation {
  text-align: end;
  font-size: 12px;
  margin-top: 10px;
}
.contents .top__copy1 .top-description {
  width: 500px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  margin-top: 26px;
  margin-left: 40px;
}
.contents .shops {
  position: relative;
  background-color: #ffffff;
  width: 1040px;
  margin: 0 auto;
  height: 530px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  box-shadow: 0 0 10px rgba(255, 254, 211, 0.8117647059);
}
.contents .shops .txt-box {
  width: 400px;
  position: absolute;
  margin-top: 40px;
  left: 570px;
  color: #303030;
}
.contents .shops .txt-box p .weight-nomel {
  font-weight: 100;
  margin-right: 10px;
}
.contents .shops .txt-box .name {
  font-size: 30px;
  font-family: "Playfair Display", serif, "Noto Serif KR";
  font-weight: bold;
  margin-bottom: 10px;
}
.contents .shops .txt-box .description {
  width: 400px;
  margin-bottom: 20px;
  font-size: 14px;
}
.contents .shops .txt-box .info {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.contents .shops .txt-box .btn {
  margin-top: 33px;
  margin-left: 20px;
}
.contents .shops .txt-box .btn a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  display: block;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #e992bb;
  border-bottom: 5px solid #9e4d73;
  margin-top: -3px;
  transition: 0.3s;
}
.contents .shops .txt-box .btn a:hover {
  background-color: #db7ea9;
  border-bottom: 2px solid #9e4d73;
  margin-top: 0px;
}
.contents .shops .txt-box .pickup-box {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 1em 1.5em;
  margin: 2em 0;
  border: solid 3px #303030;
  border-radius: 8px;
  color: #303030;
}
.contents .shops .txt-box .pickup-box .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 10px;
  line-height: 1;
  font-size: 14px;
  background: #ffffff;
  color: #303030;
  font-weight: bold;
}
.contents .shops .txt-box .pickup-box p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.contents .shops .txt-box .pickup-box p a {
  text-decoration: underline;
  color: #e992bb;
}
.contents .shops .imgs {
  height: 280px;
}
.contents .shops .imgs .mainimg {
  width: 500px;
  height: 340px;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 40px;
}
.contents .shops .imgs .mainimg img {
  width: 500px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents .shops .imgs .subimg {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  margin-top: 14px;
}
.contents .shops .imgs .subimg li img {
  width: 160px;
  height: 100px;
  border-radius: 10px;
  opacity: 0.5;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents .shops .imgs .subimg li img:active {
  opacity: 1;
}
.contents .map {
  width: 1040px;
  margin: 0 auto;
  margin-top: 80px;
}
.contents .map iframe {
  height: 530px;
  width: 100%;
  margin-top: 0px;
  border-radius: 10px;
}
.contents .pickup {
  max-width: 1100px;
  width: 82vw;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}
.contents .pickup__ttl {
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 30px;
}
.contents .pickup__ttl h2 {
  font-size: 36px;
  font-family: "Playfair Display", serif, "Noto Serif KR";
  font-weight: 200;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
.contents .pickup__ttl h2 .minittl {
  font-size: 20px;
  letter-spacing: 0em;
}
.contents .pickup .slider {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contents .pickup .slider .slick-prev, .contents .pickup .slider .slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #e992bb;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.contents .pickup .slider .slick-prev {
  top: 400px;
  left: 44%;
}
.contents .pickup .slider .slick-next {
  top: 400px;
  right: 45%;
}
.contents .pickup .slider .box {
  margin: 0px 16px 10px 16px;
  padding-top: -30px;
  position: relative;
  display: inline-block;
}
.contents .pickup .slider .box a .picks {
  padding-right: 20px;
  background-color: #ffffff;
  width: 320px;
  height: 356px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 254, 211, 0.8117647059);
}
.contents .pickup .slider .box a .picks .img-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 280px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.contents .pickup .slider .box a .picks .img-box img {
  width: 280px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}
.contents .pickup .slider .box a .picks p {
  position: absolute;
  left: 6px;
  bottom: 40px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  width: 280px;
}
.contents .pickup .slider .box a .picks p .bold-font {
  font-weight: bold;
}
.contents .pickup .slider .box a .picks .detail {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  margin-left: 20px;
}
.contents .pickup .slider .box a:hover {
  color: #707070;
}
.contents .pickup .slider .box a:hover img {
  transform: scale(1.03);
  opacity: 0.8;
  filter: brightness(110%);
}
.contents .footer {
  color: #303030;
  width: 90vw;
  max-width: 1290px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 100px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px rgba(255, 254, 211, 0.8117647059);
}
.contents .footer a h1 img {
  width: 100px;
  height: auto;
  margin-top: 60px;
  margin-left: 60px;
}
.contents .footer .grid {
  display: flex;
  margin-bottom: 40px;
  margin-top: 80px;
  margin-right: 40px;
}
.contents .footer .grid .flex {
  display: flex;
  justify-content: space-around;
}
.contents .footer .grid .footer__navi li {
  margin-bottom: 10px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.contents .footer .grid .footer__navi li a {
  color: #707070;
  margin-right: 40px;
  font-size: 12px;
  word-break: keep-all;
  white-space: nowrap;
}
.contents .footer .grid .footer__navi li a:hover {
  color: #303030;
}
.contents .footer .grid .footer__navi li p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  margin-left: 12px;
}
.contents .footer .md-justify-between {
  display: flex;
  justify-content: space-between;
}
.contents .footer .analytics {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 14px;
  color: #707070;
}
.contents .footer .analytics a {
  color: #9e4d73;
}
.contents .footer hr {
  width: 88%;
  height: 1px;
  margin: 0 auto;
  padding-top: 20px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}
.contents .footer .copyright {
  font-size: 14px;
  text-align: center;
  padding-bottom: 14px;
}
.contents .footer #page-top {
  position: fixed;
  right: 32px;
  bottom: 8px;
  z-index: 999;
}
.contents .footer #page-top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}
.contents .footer #page-top a img {
  width: 50px;
  height: auto;
  margin-bottom: 3px;
}
.contents .footer #page-top a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1360px) {
  .contents .top {
    width: 90vw;
    margin-top: 100px;
  }
  .contents .top .img-wrap {
    width: 50vw;
  }
  .contents .top .img-wrap img {
    width: 50vw;
  }
  .contents .top__copy1 .top-description {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .contents .shops {
    max-width: 900px;
    width: 90vw;
    height: 460px;
  }
  .contents .shops .txt-box {
    left: 53%;
  }
  .contents .shops .txt-box .description {
    width: 39vw;
    max-width: 400px;
  }
  .contents .shops .imgs {
    width: 45%;
  }
  .contents .shops .imgs .mainimg {
    width: 100%;
    height: 100%;
  }
  .contents .shops .imgs .mainimg img {
    width: 100%;
    height: 280px;
  }
  .contents .shops .imgs .subimg {
    margin-left: 40px;
    width: 100%;
  }
  .contents .shops .imgs .subimg li img {
    width: 130px;
    height: 90px;
  }
  .contents .map {
    max-width: 900px;
    width: 90vw;
  }
  .contents .map iframe {
    height: 460px;
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1050px) {
  .contents .top {
    width: 90vw;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .contents .top .img-wrap {
    width: 65%;
    height: 400px;
  }
  .contents .top .img-wrap img {
    width: 100%;
    height: 400px;
    margin-right: 40px;
  }
  .contents .top__copy1 {
    margin-top: 50px;
  }
  .contents .top__copy1 h2 {
    padding-left: 20px;
    margin-left: -50px;
  }
  .contents .top__copy1 .top-description {
    width: 360px;
  }
  .contents .shops .txt-box .pickup-box {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 960px) {
  .contents .shops {
    flex-direction: column;
    height: auto;
    width: 80vw;
  }
  .contents .shops .txt-box {
    left: 0px;
    margin: 0 auto;
    width: 70vw;
    margin-top: -290px;
    position: relative;
  }
  .contents .shops .txt-box .name {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .contents .shops .txt-box .name .small {
    font-size: 14px;
    margin-left: 10px;
  }
  .contents .shops .txt-box .description {
    margin-top: 410px;
    margin-bottom: 10px;
    width: 70vw;
  }
  .contents .shops .txt-box .btn {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .contents .shops .imgs {
    width: 70vw;
    left: 0px;
    margin: 0 auto;
    margin-top: 38px;
  }
  .contents .shops .imgs .mainimg {
    margin-left: 0px;
  }
  .contents .shops .imgs .subimg {
    margin-left: 0px;
    margin-top: 4px;
    width: 70vw;
  }
  .contents .shops .imgs .subimg li img {
    width: 23vw;
  }
  .contents .pickup {
    width: 90vw;
  }
  .contents .pickup__ttl {
    margin-top: 100px;
  }
  .contents .pickup__ttl h2 {
    margin-left: 0px;
  }
  .contents .pickup__ttl h2 .minittl {
    font-size: 20px;
    letter-spacing: 0em;
  }
  .contents .pickup .slider {
    width: 90vw;
  }
}
@media screen and (max-width: 800px) {
  .contents .pickup {
    height: 2100px;
  }
  .contents .pickup .slider {
    width: 90vw;
    margin: 0 auto;
  }
  .contents .pickup .slider .box {
    margin-left: 0;
  }
  .contents .pickup .slider .box a .picks {
    margin-bottom: 0;
    padding-right: 0;
  }
  .contents .footer .md-justify-between a h1 img {
    margin-left: 30px;
    margin-top: 40px;
  }
  .contents .footer .md-justify-between .grid {
    margin-top: 50px;
  }
}
@media screen and (max-width: 740px) {
  .contents .pickup {
    height: 2140px;
  }
  .contents .pickup__ttl {
    margin-top: 80px;
  }
  .contents .pickup .slider .box a .picks {
    width: 90vw;
    height: 180px;
    background-color: transparent;
    box-shadow: none;
    border-bottom: #ffffff 1px dashed;
    border-radius: 0;
  }
  .contents .pickup .slider .box a .picks .img-box {
    height: 140px;
    width: 36%;
    left: 0;
    top: 10px;
  }
  .contents .pickup .slider .box a .picks .img-box img {
    height: 140px;
    width: 100%;
  }
  .contents .pickup .slider .box a .picks p {
    left: 36%;
    color: #ffffff;
    bottom: 80px;
    width: 60%;
  }
  .contents .pickup .slider .box a .picks .detail {
    bottom: 40px;
  }
  .contents .footer {
    height: -moz-fit-content;
    height: fit-content;
  }
  .contents .footer .md-justify-between {
    flex-direction: column;
  }
  .contents .footer .md-justify-between a h1 img {
    margin-top: 40px;
    margin-left: 50px;
  }
  .contents .footer .md-justify-between .grid {
    margin-left: 60px;
    margin-top: 10px;
  }
  .contents .footer .md-justify-between .grid .footer__navi li a {
    margin-right: 20px;
  }
  .contents .footer #page-top {
    right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .contents .top {
    margin-top: 60px;
  }
  .contents .top .img-wrap {
    height: 240px;
  }
  .contents .top .img-wrap img {
    height: 240px;
  }
  .contents .top__copy1 h2 {
    padding-left: 40px;
    margin-left: -100px;
    font-size: 24px;
  }
  .contents .top__copy1 .top-description {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .contents .top {
    margin-top: 30px;
  }
  .contents .top .img-wrap {
    height: 240px;
  }
  .contents .top .img-wrap img {
    height: 240px;
  }
  .contents .top__copy1 h2 {
    padding-left: 40px;
    margin-left: -100px;
    font-size: 24px;
  }
  .contents .top__copy1 .top-description {
    display: none;
  }
  .contents .shops {
    width: 90vw !important;
  }
  .contents .shops .txt-box {
    width: 80vw;
  }
  .contents .shops .txt-box .description {
    width: 80vw;
  }
  .contents .shops .txt-box .small {
    display: none;
  }
  .contents .shops .imgs {
    width: 80vw;
  }
  .contents .shops .imgs .subimg {
    width: 80vw;
  }
  .contents .shops .imgs .subimg li img {
    width: 26vw;
  }
  .contents .pickup {
    height: 1670px;
  }
  .contents .pickup__ttl h2 {
    font-size: 28px;
  }
  .contents .pickup__ttl h2 .minittl {
    font-size: 16px;
  }
  .contents .pickup .slider .box a .picks {
    height: 136px;
  }
  .contents .pickup .slider .box a .picks .img-box {
    height: 120px;
    top: 0px;
  }
  .contents .pickup .slider .box a .picks .img-box img {
    height: 120px;
  }
  .contents .pickup .slider .box a .picks p {
    margin: 0;
    margin-left: 20px;
    bottom: 60px;
  }
  .contents .pickup .slider .box a .picks .detail {
    bottom: 30px;
  }
}
@media screen and (max-width: 530px) {
  .contents .footer a h1 img {
    width: 60px;
  }
  .contents .footer .grid .flex {
    flex-direction: column;
  }
  .contents .footer .grid .footer__navi li .space {
    margin-top: 14px;
  }
}
@media screen and (max-width: 490px) {
  .contents .top {
    margin-bottom: 40px;
  }
  .contents .pickup {
    height: 1600px;
  }
  .contents .pickup__ttl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 430px) {
  .contents .footer {
    margin-top: 60px;
  }
  .contents .footer .md-justify-between a h1 img {
    margin-top: 20px;
    margin-left: 10px;
  }
  .contents .footer .md-justify-between .grid {
    margin-top: 0px;
    margin-left: 14px;
  }
  .contents .footer .md-justify-between .grid .footer__navi li {
    margin-bottom: 4px;
  }
  .contents .footer .md-justify-between .grid .footer__navi li a {
    word-break: keep-all;
  }
}/*# sourceMappingURL=pickup.css.map */