@charset "UTF-8";
#longbeach p {
  word-break: keep-all;
}
#longbeach .about_con {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
#longbeach .about_con .con_le {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-self: stretch;
}
#longbeach .about_con .con_le .img_wrap {
  display: flex;
  flex-grow: 1;
}
#longbeach .about_con .con_le .img_wrap img {
  object-fit: cover;
}
#longbeach .about_con .con_ri {
  width: 100%;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
#longbeach .about_con .con_ri .head_text_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
#longbeach .about_con .con_ri .head_text_box .top_txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  position: relative;
}
#longbeach .about_con .con_ri .head_text_box .top_txt p,
#longbeach .about_con .con_ri .head_text_box .top_txt h4,
#longbeach .about_con .con_ri .head_text_box .top_txt a {
  font-family: "RIDIBatang";
  font-weight: 400;
  font-style: normal;
}
#longbeach .about_con .con_ri .head_text_box .top_txt .title_eng {
  color: #555;
  text-align: left;
  font-size: 2rem;
  line-height: 133.333%;
}
#longbeach .about_con .con_ri .head_text_box .top_txt .title_ko {
  color: #111;
  font-size: 2.667rem;
  line-height: 100%;
  letter-spacing: -1.44px;
}
#longbeach .about_con .con_ri .head_text_box .top_txt a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #111;
  text-align: center;
  font-size: 0.889rem;
  line-height: 175%;
  letter-spacing: -0.48px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
#longbeach .about_con .con_ri .head_text_box .top_txt a::after {
  content: "";
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  background: url("../img/ico_home.svg") center no-repeat;
}
#longbeach .about_con .con_ri .head_text_box .bot_txt {
  width: 100%;
}
#longbeach .about_con .con_ri .head_text_box .bot_txt p {
  text-align: left;
  color: #111;
  font-size: 1rem;
  line-height: 166.667%;
  letter-spacing: -0.54px;
}
#longbeach .about_con .con_ri .list_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
#longbeach .about_con .con_ri .list_box li {
  width: 100%;
  padding: 10px 20px;
  background: #f8f8f8;
  flex: 1 0 0;
  color: var(--color-dark_text, #222);
  font-size: 0.889rem;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.48px;
}
#longbeach .beans_con {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}
#longbeach .beans_con .con_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
#longbeach .beans_con .con_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
#longbeach .beans_con .con_top p {
  color: #111;
  text-align: center;
  font-size: 1rem;
  line-height: 166.667%;
  letter-spacing: -0.54px;
}
#longbeach .beans_con .con_top .title {
  font-family: RIDIBatang;
  font-size: 1.778rem;
  line-height: 112.5%;
}
#longbeach .beans_con .con_top::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #777;
  margin-top: 10px;
}
#longbeach .beans_con .con_bottom ul {
  width: 100%;
  display: flex;
  gap: 30px;
  align-self: stretch;
}
#longbeach .beans_con .con_bottom ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
#longbeach .beans_con .con_bottom ul li .img_wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#longbeach .beans_con .con_bottom ul li .img_wrap img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease;
}
#longbeach .beans_con .con_bottom ul li dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex-grow: 1;
}
#longbeach .beans_con .con_bottom ul li dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#longbeach .beans_con .con_bottom ul li dl dt .eng {
  font-family: Paperlogy;
  font-size: 1.222rem;
  font-weight: 800;
  line-height: 159.091%;
}
#longbeach .beans_con .con_bottom ul li dl dt .ko {
  font-family: Pretendard;
  font-size: 1rem;
  line-height: 144.444%;
}
#longbeach .beans_con .con_bottom ul li dl .dd_wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  background: #f8f8f8;
  flex-grow: 1;
}
#longbeach .beans_con .con_bottom ul li dl dd {
  color: #111;
  font-size: 0.889rem;
  font-style: normal;
  line-height: 187.5%;
  letter-spacing: -0.8px;
}
#longbeach .beans_con .con_bottom ul li:hover .img_wrap img {
  transform: scale(1.05);
}
#longbeach .beans_con .con_bottom ul li:nth-child(1) dl dt {
  color: #913d5a;
}
#longbeach .beans_con .con_bottom ul li:nth-child(2) dl dt {
  color: #2f5d9f;
}
#longbeach .beans_con .con_bottom ul li:nth-child(3) dl dt {
  color: #c4a45f;
}
#longbeach .beans_con .con_bottom ul li:nth-child(4) dl dt {
  color: #413528;
}
#longbeach .beans_con::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: #111;
}
#longbeach .photo_con ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  align-self: stretch;
}
#longbeach .photo_con ul li {
  width: calc((100% - 90px) / 4);
  border-radius: 10px;
  overflow: hidden;
}
#longbeach .photo_con ul li img {
  transform: scale(1);
  transition: all 0.7s ease;
}
#longbeach .photo_con ul li:hover img {
  transform: scale(1.1);
}

/* 미디어쿼리 */
@media (max-width: 1440px) {
  #longbeach .about_con .con_le {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  #longbeach .about_con {
    flex-direction: column;
  }
  #longbeach .about_con .con_le {
    max-width: 100%;
  }
  #longbeach .about_con .con_le .img_wrap {
    justify-content: center;
  }
  #longbeach .about_con .con_ri .head_text_box .top_txt {
    align-items: center;
  }
  #longbeach .about_con .con_ri .head_text_box .bot_txt p {
    text-align: center;
  }
  #longbeach .about_con .con_ri .head_text_box .bot_txt p br {
    display: none;
  }
  #longbeach .about_con .con_ri .list_box li {
    text-align: center;
  }
  #longbeach .beans_con .con_bottom ul {
    flex-wrap: wrap;
  }
  #longbeach .beans_con .con_bottom ul li {
    flex: none;
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 768px) {
  #longbeach .about_con .con_ri .head_text_box .bot_txt p {
    font-size: 1.143rem;
  }
  #longbeach .about_con .con_ri .list_box li {
    font-size: 1rem;
  }
  #longbeach .beans_con {
    gap: 80px;
  }
  #longbeach .beans_con .con_top p br {
    display: none;
  }
  #longbeach .beans_con .con_bottom ul li dl dd {
    font-size: 1rem;
  }
  #longbeach .photo_con ul {
    gap: 10px;
  }
  #longbeach .photo_con ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 640px) {
  #longbeach .beans_con .con_bottom ul {
    gap: 50px;
  }
  #longbeach .beans_con .con_bottom ul li {
    width: 100%;
  }
  #longbeach .beans_con .con_bottom ul li .img_wrap {
    width: 80%;
  }
  #longbeach .photo_con ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  #longbeach .about_con {
    gap: 40px;
  }
  #longbeach .about_con .con_ri .head_text_box .top_txt {
    gap: 10px;
  }
  #longbeach .about_con .con_ri .head_text_box .top_txt a {
    padding-top: 20px;
    position: relative;
    bottom: 0;
  }
  #longbeach .beans_con {
    gap: 60px;
  }
  #longbeach .beans_con .con_bottom ul li .img_wrap {
    width: 100%;
  }
}