/* COMMON */
:root {
  --main-color: #626747;
}

body {
  background: #fefef8;
}

#wrap {
  margin-bottom: 7.8rem;
}

.inner {
  width: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
}

main {
  margin-top: 9rem;
  padding-bottom: 2rem;
}

/* HEADER */
header {
  text-align: center;
  padding: 2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fefef8;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: inline-block;
  width: 3.7rem;
}
header .logo img {
  width: 100%;
}
header .menu {
  width: 2.4rem;
  aspect-ratio: 1 / 1;
}
header .menu img {
  width: 100%;
}

/* FOOTER */
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  border-top: 1px solid var(--main-color);
  background: #fefef8;
}
footer ul {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
}
footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
  padding: 1.3rem 0;
}
footer ul li a img {
  width: 3rem;
  aspect-ratio: 1 / 1;
}
footer ul li a p {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--main-color);
  white-space: nowrap;
}
footer ul li.active a p {
  color: var(--main-color);
}

/* index.php */
.home .main_wrap {
  margin-bottom: 4rem;
}
.home .main_wrap h1 {
  font-family: 'HsBombaram21';
  font-size: 1.8rem;
  color: #6b5d56;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}
.home .swiper_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .swiper_wrap .swiper_list_wrap {
  width: 100%;
}
.home .main_wrap .swiper_wrap ul li a {
  display: block;
  position: relative;
}
.home .main_wrap .swiper_wrap ul li a .img_wrap {
  position: relative;
}
.home .main_wrap .swiper_wrap ul li a .img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
}
.home .swiper_wrap ul li a .img_wrap {
  height: 18rem;
}
.home .swiper_wrap ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.home .main_wrap .swiper_wrap ul li a .txt_wrap {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  z-index: 2;
}
.home .main_wrap .swiper_wrap ul li a .txt_wrap span {
  display: block;
  font-family: 'HsBombaram21';
  font-size: 1.2rem;
  color: #FEFEF8;
  word-break: keep-all;
  line-height: 1.3;
}
.home .main_wrap .swiper_wrap ul li a .txt_wrap h2 {
  font-family: 'HsBombaram21';
  font-size: 1.8rem;
  color: #FEFEF8;
  word-break: keep-all;
  line-height: 1.3;
  margin: .5rem 0 .8rem;
}
.home .main_wrap .swiper_wrap ul li a .txt_wrap p {
  font-family: 'HsBombaram21';
  font-size: 1.4rem;
  color: #FEFEF8;
  word-break: keep-all;
  line-height: 1.3;
}
.home .news_wrap .swiper_wrap ul li a {
  display: block;
}
.home .news_wrap .swiper_wrap ul li a .txt_wrap {
  margin-top: 1rem; 
}
.home .news_wrap .swiper_wrap ul li a .txt_wrap h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6b5d56;
  margin-bottom: .5rem;
  line-height: 1.3;
  word-break: keep-all;
}
.home .news_wrap .swiper_wrap ul li a .txt_wrap span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6b5d56;
}
.home .news_wrap .swiper_wrap button {
  transform: translateY(-3rem);
}



.home .quick_wrap {
  margin-bottom: 5rem;
}
.home .quick_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}
.home .quick_wrap ul li:last-child {
  grid-column: 2;
  grid-row: 1 / 4;
}
.home .quick_wrap ul li a {
  height: 100%;
  background: #fff;
  font-family: 'HsBombaram21';
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #6b5d56;
  padding: 2rem;
  box-shadow: 0px 0px 8px 0px #241A141A;
  border-radius: 1rem;
}
.home .quick_wrap ul li:last-child a {
  flex-direction: column;
}
.home .quick_wrap ul li:last-child a > img {
  width: 8.4rem;
}
.home .quick_wrap ul li:last-child a p {
  display: flex;
  align-items: center;
  gap: 1rem;
  font: inherit;
  color: inherit;
}
.home .exp_wrap {
  margin-bottom: 5rem;
}
.home .exp_wrap h2 {
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.home .exp_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}
.home .exp_wrap ul li a {
  display: block;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0px 0px 8px 0px #241A141A;
  font-family: 'HsBombaram21';
  font-size: 1.8rem;
  color: #6b5d56;
}
.home .news_wrap .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.home .news_wrap .title_wrap h2 {
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
}
.home .news_wrap .title_wrap a {
  display: flex;
  align-items: center;
  font-family: 'HsBombaram21';
  font-size: 1.4rem;
  color: #b4b899;
}
.home .news_wrap .swiper_wrap {
  display: flex;
}

/* search.php */
.search .search_wrap form {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f0f2e7;
  border-radius: 1rem;
  padding: 1.8rem 2.4rem;
  margin-bottom: 1.6rem;
}
.search .search_wrap input[type="text"] {
  width: 100%;
  font-size: 2rem;
  background: none;
  outline: none;
  border: 0;
  letter-spacing: -1px;
}
.search .filter_wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0 1.2rem;
  margin-bottom: 2.6rem;
}
.search .filter_wrap a {
  display: inline-block;
}
.search .filter_wrap a img {
  width: 2.4rem;
}
.search .filter_wrap ul {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.search .filter_wrap ul li {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6b5d56;
  border: 1px solid #6b5d56;
  padding: .7rem 1.4rem;
  border-radius: 3rem;
}
.search .list_wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search .list_wrap > ul > li {
  background: #fff;
  padding: 1.6rem;
  box-shadow: 0px 0px 8px 0px #241A141A;
  border-radius: 1rem;
}
.search .list_wrap > ul > li.empty {
  padding: 0;
  background: none;
  box-shadow: none;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2.5rem;
} 
.search .list_wrap .img_wrap {
  height: 11.5rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.search .list_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-position: 50%;
  object-fit: cover;
}
.search .list_wrap .text_wrap {
  position: relative;
}
.search .list_wrap .text_wrap h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #6b5d56;
  line-height: 1.3;
  margin-bottom: .7rem;
  max-width: calc(100% - 3.5rem);
  word-break: keep-all;
}
.search .list_wrap .text_wrap p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #6b5d56;
  line-height: 1.3;
}
.search .list_wrap .text_wrap .bookmark {
  position: absolute;
  top: 0;
  right: .8rem;
}
.search .list_wrap .text_wrap .bookmark img {
  width: 2.4rem;
}
.search .list_wrap .tags {
  margin-top: 1.6rem;
  overflow: hidden;
}
.search .list_wrap .tags .swiper-wrapper {
  align-items: center;
  gap: .5rem;
}
.search .list_wrap .tags li {
  width: auto;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6b5d56;
  border: 1px solid #6b5d56;
  padding: .5rem 1rem;
  border-radius: 3rem;
  white-space: nowrap;
}

/* filter.php */
.filter .filter_list_wrap {
  border-top: 1px solid #b4b899;
  padding: 2.4rem .8rem;
}
.filter .filter_box h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #6b5d56;
  margin-bottom: 1.6rem;
}
.filter .filter_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.filter .filter_box ul li {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6b5d56;
  border: 1px solid #6b5d56;
  border-radius: 3rem;
  padding: .7rem 1.4rem;
  cursor: pointer;
}
.filter .filter_box ul li.active {
  background: #6B5D56;
  color: #fff;
}
.filter .filter_box:not(:last-of-type) {
  margin-bottom: 5rem;
}

/* detail.php */
.detail .title_wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2.5rem;
}
.detail .title_wrap h1 {
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
}
.detail .content_wrap .img_wrap {
  width: 100%;
  aspect-ratio: 37 / 22;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.detail .content_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .content_wrap .tag_wrap {
  padding: 0 .8rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.detail .content_wrap .tag_wrap .bookmark {
  position: absolute;
  top: 0;
  right: 1.2rem;
  z-index: 1;
}
.detail .content_wrap .tag_wrap .tags {
  overflow: hidden;
  padding-right: 3.6rem;
  margin: 0 !important;
  width: calc(100% - 3.6rem);
}
.detail .content_wrap .tag_wrap .tags .swiper-wrapper {
  align-items: center;
  gap: .5rem;
}
.detail .content_wrap .tag_wrap .tags li {
  width: auto;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6B5D56;
  border-radius: 3rem;
  border: 1px solid #6B5D56;
  padding: .5rem 1rem;
  white-space: nowrap;
}
.detail .content_wrap .info_wrap h2 {
  font-family: 'HsBombaram21';
  font-size: 2.7rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  letter-spacing: -2px;
  word-break: keep-all;
}
.detail .content_wrap .info_wrap > p {
  font-family: 'HsBombaram21';
  font-size: 2.3rem;
  color: #6b5d56;
  word-break: keep-all;
  line-height: 1.4;
  letter-spacing: -2px;
}
.detail .content_wrap .info_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.3rem;
}
.detail .content_wrap .info_wrap ul li {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6B5D56;
  line-height: 1.3;
}
.detail .content_wrap .info_wrap ul li span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6b5d56;
  line-height: 1.3;
  word-break: keep-all;
}
.detail .list_wrap {
  border-top: 1px solid #B4B899;
  padding: 4rem .8rem 0;
  margin-top: 4rem;
}
.detail .list_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.detail .list_wrap ul li h3 {
  font-family: 'HsBombaram21';
  font-size: 2rem;
  color: #6B5D56;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.detail .list_wrap ul li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
  color: #6B5D56;
}
.detail .list_wrap .more {
  display: block;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
  text-align: center;
  border-radius: 3rem;
  padding: 2rem 0;
  margin: 3.2rem 0 2.4rem;
}
.detail .list_wrap .notice_wrap p {
  text-align: center;
  font-size: 1rem;
  color: #6B5D56;
  line-height: 1.5rem;
}

/* guide.php */
.guide .list_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.guide .list_wrap ul li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.guide .list_wrap ul li .q_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 2rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 8px 0px #241A141A;
  cursor: pointer;
}
.guide .list_wrap ul li .q_wrap h2 {
  font-family: 'HsBombaram21';
  font-size: 1.8rem;
  color: #6b5d56;
}
.guide .list_wrap ul li .q_wrap img {
  transition: transform .3s ease;
}
.guide .list_wrap ul li.active .q_wrap img {
  transform: rotate(180deg);
}
.guide .list_wrap ul li .a_wrap {
  display: none;
  background: #f0f1e7;
  border-radius: 1rem;
  padding: 2rem;
}
.guide .list_wrap ul li .a_wrap p {
  font-size: 1.3rem;
  color: #6b5d56;
  line-height: 1.6;
  word-break: keep-all;
}
.guide .list_wrap ul li .a_wrap p b {
  font-weight: 600;
}

/* news.php */
.news .title_wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2.5rem;
}
.news .title_wrap h1 {
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
}
.news .list_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.news .list_wrap ul li .img_wrap {
  height: 21rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.news .list_wrap ul li .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .list_wrap ul li .text_wrap h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6b5d56;
  margin-bottom: .8rem;
  line-height: 1.3;
  word-break: keep-all;
}
.news .list_wrap ul li .text_wrap p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #6b5d56;
}

/* bookmark.php */
.bookmark .title_wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2.5rem;
}
.bookmark .title_wrap h1 {
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
}

/* introduce.php */
.introduce .title_wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2.5rem;
}
.introduce .title_wrap h1 {
  font-family: 'HsBombaram21';
  font-size: 2.4rem;
}
.introduce .content_wrap {
  padding: 0 .8rem;
}
.introduce .content_wrap p {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #6b5d56;
  word-break: keep-all;
}
.introduce .content_wrap p b {
  font-weight: 600;
}