.sub_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_con > .sub_wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap {
    padding: 0 20px;
  }
}
.sub_con > .sub_wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 180px;
  gap: 20px;
  text-align: center;
  margin-bottom: 96px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .tit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.sub_con > .sub_wrap > .tit > h2 {
  font-size: 50px;
  color: #000;
  font-weight: 500;
  font-family: Recipekorea;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .tit > h2 {
    font-size: 25px;
  }
}
.sub_con > .sub_wrap > .tit > p {
  font-size: 33px;
  color: #000;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .tit > p {
    font-size: 16px;
  }
}
.sub_con > .sub_wrap .store_map {
  width: 100%;
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .store_map {
    margin-bottom: 40px;
  }
}
.sub_con > .sub_wrap .store_map > .root_daum_roughmap {
  width: 100%;
  height: 620px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .store_map > .root_daum_roughmap {
    height: 300px;
  }
}
.sub_con > .sub_wrap > .search {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  justify-content: center;
  padding-bottom: 57px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4862745098);
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .search {
    padding-bottom: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sub_con > .sub_wrap > .search > h2 {
  font-size: 35px;
  color: #000;
  font-weight: 500;
  font-family: Recipekorea;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .search > h2 {
    font-size: 23px;
  }
}
.sub_con > .sub_wrap > .search > p {
  width: 1px;
  height: 29px;
  background-color: #000;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .search > p {
    display: none;
  }
}
.sub_con > .sub_wrap > .search > .search_box {
  display: flex;
  align-items: center;
  gap: 18px;
}
.sub_con > .sub_wrap > .search > .search_box > h2 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .search > .search_box > h2 {
    font-size: 15px;
  }
}
.sub_con > .sub_wrap > .search > .search_box > select {
  width: 208px;
  height: 52px;
  border: 0;
  color: #A5A5A5;
  font-size: 22px;
  font-weight: 400;
  padding: 13px 19px;
  background-color: rgba(191, 191, 191, 0.4862745098);
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .search > .search_box > select {
    font-size: 15px;
    width: 150px;
    height: 40px;
    padding: 5px;
  }
}
.sub_con > .sub_wrap > .search > .search_box > #store_name {
  width: 208px;
  height: 52px;
  border: 0;
  color: #A5A5A5;
  font-size: 22px;
  font-weight: 400;
  padding: 13px 19px;
  background-color: rgba(191, 191, 191, 0.4862745098);
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .search > .search_box > #store_name {
    font-size: 15px;
    width: 115px;
    height: 40px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.sub_con > .sub_wrap .search_btn {
  display: flex;
  align-items: center;
  background-color: #FF0098;
  border: 0;
  width: 100%;
  max-width: 162px;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 500;
  color: white;
  gap: 20px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .search_btn {
    padding: 5px 10px;
    font-size: 16px;
    max-width: 100px;
  }
}
.sub_con > .sub_wrap > .store_wrap {
  width: 100%;
  max-width: 1310px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_con > .sub_wrap > .store_wrap > .box > img {
  width: 100%;
  height: 395px;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > img {
    height: 300px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot {
  width: 100%;
  padding: 32px 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3882352941);
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot {
    padding: 10px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .top_tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot > .top_tit {
    margin-bottom: 20px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .top_tit > h2 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot > .top_tit > h2 {
    font-size: 20px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .top_tit > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #9F9F9F;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot > .top_tit > a {
    font-size: 14px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc > img {
    width: 17px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc > h2 {
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc > h2 {
    font-size: 19px;
    width: 50px;
  }
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc > h3 {
  width: 1px;
  height: 19px;
  background-color: #000;
}
.sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc > p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .store_wrap > .box > .bot > .loc > p {
    font-size: 16px;
    width: 180px;
    word-break: keep-all;
  }
}
.sub_con > .sub_wrap .swip_img_box {
  width: 100%;
  max-width: 1160px;
  height: 620px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .swip_img_box {
    flex-direction: column-reverse;
    height: 490px;
    margin-bottom: 40px;
  }
}
.sub_con > .sub_wrap .swip_img_box .left {
  width: 100%;
  max-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .swip_img_box .left {
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sub_con > .sub_wrap .swip_img_box .left > .box {
  width: 130px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .swip_img_box .left > .box {
    width: 100%;
    height: 100%;
  }
}
.sub_con > .sub_wrap .swip_img_box .left > .box > img {
  width: 100%;
  height: 110px;
}
.sub_con > .sub_wrap .swip_img_box .right {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 950px;
  height: 620px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .swip_img_box .right {
    width: 100%;
    height: 320px;
    padding: 20px;
  }
}
.sub_con > .sub_wrap .swip_img_box .right > img {
  width: 100%;
  height: 620px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .swip_img_box .right > img {
    height: 220px;
  }
}
.sub_con > .sub_wrap .swip_img_box .right > img > .fade-out {
  opacity: 0;
}
.sub_con > .sub_wrap .det_2 {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 70px;
  padding: 35px;
  border-top: 1px solid rgba(204, 204, 204, 0.4666666667);
  border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .det_2 {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
}
.sub_con > .sub_wrap .det_2 > .left > h2 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  font-family: Recipekorea;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .det_2 > .left > h2 {
    font-size: 23px;
  }
}
.sub_con > .sub_wrap .det_2 > .right {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.sub_con > .sub_wrap .det_2 > .right > .word {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub_con > .sub_wrap .det_2 > .right > .word > h2 {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .det_2 > .right > .word > h2 > img {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .det_2 > .right > .word > h2 {
    width: 100px;
    font-size: 16px;
  }
}
.sub_con > .sub_wrap .det_2 > .right > .word > p {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap .det_2 > .right > .word > p {
    font-size: 14px;
    word-break: keep-all;
    width: 190px;
  }
}
.sub_con > .sub_wrap > .det_3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_con > .sub_wrap > .det_3 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sub_con > .sub_wrap > .det_3 > .tit > h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .det_3 > .tit > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.sub_con > .sub_wrap > .det_3 > .det_map {
  margin-bottom: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_con > .sub_wrap > .det_3 > .det_map > #map {
  width: 100%;
  max-width: 1000px;
  height: 470px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .det_3 > .det_map > #map {
    height: 250px !important;
  }
}
.sub_con > .sub_wrap > .det_3 > .det_map > .root_daum_roughmap {
  width: 100%;
  max-width: 1000px;
  height: 470px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .det_3 > .det_map > .root_daum_roughmap {
    height: 250px !important;
  }
}
.sub_con > .sub_wrap > .det_btn {
  width: 195px;
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #5D5C5C;
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .sub_con > .sub_wrap > .det_btn {
    margin-bottom: 40px;
  }
}
.sub_con .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.sub_con .pagination > a {
  font-size: 20px;
}
.sub_con .pagination .active {
  color: #FF0098;
  font-weight: 700;
  font-size: 23px;
}

.write_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.write_box > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.write_box > div > h2 {
  font-size: 18px;
  font-weight: 700;
  width: 70px;
}
.write_box > div > label {
  font-size: 18px;
  font-weight: 700;
  width: 70px;
}
.write_box > div > input {
  width: 208px;
  height: 52px;
  border: 0;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  padding: 13px 19px;
  background-color: rgba(191, 191, 191, 0.4862745098);
}
.write_box > div > select {
  width: 208px;
  height: 52px;
  border: 0;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  padding: 13px 19px;
  background-color: rgba(191, 191, 191, 0.4862745098);
}
.write_box > div > button {
  width: 140px;
  height: 40px;
  border: 0;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
  background-color: #FF0098;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}/*# sourceMappingURL=sub.css.map */