.ad_bottom {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--theme-bg);
}

.ad_bottom a.ad_bottom_area {
  display: block;
  background-color: #e7ebf5;
  max-width: 320px;
  height: 100px;
  margin: 0 auto;
}

.ad_bottom .unse_btn:disabled {
  background-color: #e4e9f4;
  color: #bcc3d3;
}

.ad_bottom .unse_btn {
  width: 100%;
  display: flex;
  height: 6rem;
  justify-content: center;
  align-items: center;
  color: var(--txt-color);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  background-color: var(--point-color);
}

.sec-star-gunghap {
  padding: 2rem 1.6rem 0;
}

.sec-star-gunghap .content_box {
  margin: 0 auto;
  max-width: 648px;
}

.sec-star-gunghap .content_box .title_box {
  display: flex;
  align-items: center;
}

.sec-star-gunghap .content_box .title_box>span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}

.sec-star-gunghap .content_box.saju_info {
  background-color: #fff;
  border-radius: 1.2rem;
  margin-bottom: 5rem;
}

.sec-star-gunghap .content_box.saju_info .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.4rem;
}

.sec-star-gunghap .content_box.saju_info .title_box a.change_btn {
  display: flex;
  align-items: center;
  gap: .2rem;
}

.sec-star-gunghap .content_box.saju_info .title_box a.change_btn>span {
  color: #818c9a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

.sec-star-gunghap .content_box.saju_info .title_box a.change_btn img {
  width: 1.4rem;
}

.sec-star-gunghap .content_box.saju_info .item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0rem 3.2rem;
  margin: 0 auto;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  height: -moz-fit-content;
  height: fit-content;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .portrait {
  width: 8rem;
  height: 8rem;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .portrait img {
  width: 8rem;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6.2rem;
  white-space: nowrap;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .detail div>span {
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  line-height: 140%;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .detail .item_name {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: 1.2rem;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .detail .item_name span:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}

.sec-star-gunghap .content_box.saju_info .item_box .item_info .detail .guide {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sec-star-gunghap .content_box.recommend_star {
  padding-bottom: 27.2rem;
}

.sec-star-gunghap .content_box.recommend_star .title_box {
  justify-content: center;
  margin-bottom: 2.8rem;
}

.sec-star-gunghap .content_box.recommend_star .name_list_box {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, calc((100% - 2.8rem) / 3));
  gap: 1.4rem;
}

.sec-star-gunghap .content_box.recommend_star .name_list_box .item {
  display: flex;
  justify-content: center;
  padding: 1.8rem 1rem;
  background-color: #fff;
  border-radius: 1.2rem;
  white-space: nowrap;
}

.sec-star-gunghap .content_box.recommend_star .name_list_box .item .item_name {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  line-height: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container.star-search {
  display: none;
  padding-top: 5.6rem;
  padding-bottom: 10rem;
}

.sec-star-search {
  width: 100%;
  position: fixed;
  top: 5.6rem;
  background-color: var(--theme-bg);
  z-index: 1001;
  margin: 0 auto;
}

.sec-star-search .inner {
  padding: 1rem 2rem 2rem;
  max-width: 688px;
}

.sec-star-search .input-box {
  height: 4.8rem;
  padding: 0 7.2rem 0 2rem;
  border-radius: .8rem;
  background-color: #fff;
}

.sec-star-search .input-box .input-search {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  border: none;
  font-size: 1.4rem;
}

.sec-star-search .input-box .input-search::-moz-placeholder {
  color: #bcc3d3;
  line-height: 100%;
}

.sec-star-search .input-box .input-search::placeholder {
  color: #bcc3d3;
  line-height: 100%;
}

.sec-star-search .input-box .btn-delete,.sec-star-search .input-box .btn-search {
  position: absolute;
  top: 2.2rem;
  width: 2.4rem;
  height: 2.4rem;
}

.sec-star-search .input-box .btn-delete {
  display: none;
  right: 6.6rem;
}

.sec-star-search .input-box .btn-delete img {
  width: 2rem;
}

.sec-star-search .input-box .btn-search {
  position: absolute;
  right: 3.2rem;
}

.sec-star-search .input-box .btn-search img {
  width: 2.4rem;
}

.sec-star-search .keyword {
  max-width: 100%;
  border-bottom: 1px solid #e4e9f4;
}

.sec-star-search .keyword>div {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  max-width: 648px;
  margin: 0 auto;
}

.sec-star-search .keyword>div .slide a {
  display: block;
  color: #bcc3d3;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: .8rem;
  position: relative;
  top: 1px;
  white-space: nowrap;
}

.sec-star-search .keyword>div .slide.on a {
  color: var(--point-color);
  border-bottom: 2px solid var(--point-color);
}

.sec-star-keyword {
  max-width: 768px;
  margin: 0 auto;
  padding-top: 11.6rem;
}

.sec-star-keyword .keyword_list {
  max-width: 648px;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.sec-star-keyword .keyword_list .keyword_item:first-child a {
  padding-top: 3rem;
}

.sec-star-keyword .keyword_list .keyword_item a {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e4e9f4;
}

.sec-star-keyword .keyword_list .keyword_item a>img {
  width: 6.8rem;
  height: 6.8rem;
}

.sec-star-keyword .keyword_list .keyword_item a .detail {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  white-space: nowrap;
}

.sec-star-keyword .keyword_list .keyword_item a .detail span {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.sec-star-keyword .keyword_list .keyword_item a .detail .keyword_info {
  display: flex;
  align-items: center;
}

.sec-star-keyword .keyword_list .keyword_item a .detail .keyword_info .name {
  font-size: 1.4rem;
  font-weight: 700;
}

.sec-star-keyword .keyword_list .keyword_item a .detail .keyword_info .name::after {
  content: "";
  display: inline-block;
  width: .1rem;
  height: .8rem;
  background-color: #e4e9f4;
  margin: 0 1rem;
}

.sec-star-keyword .keyword_list .keyword_item a .detail .keyword_info .gender {
  margin-right: 2rem;
}

.sec-star-keyword .more-box {
  padding-top: 2.4rem;
}

.sec-star-keyword .keyword_list_empty {
  display: none;
  padding: 5.6rem 0;
}

.sec-star-keyword .keyword_list_empty.active {
  display: block;
}

.sec-star-keyword .keyword_list_empty p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-star-keyword .keyword_list_empty p span {
  color: #bcc3d3;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .container.star-search .sec-star-search .keyword {
    padding-left: 2.6rem;
  }

  .sec-star-keyword {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 768.1px) {
  .container.star-gunghap .content_box.saju_info .item_box {
    padding: 1.2rem 6rem 3.2rem;
  }

  .container.star-search .sec-star-search .keyword>div .slide a {
    padding-top: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .ad_bottom {
    position: relative;
  }

  .ad_bottom .star_gunghap_btn_box {
    padding: 2.4rem 0 0;
  }

  .ad_bottom .star_gunghap_btn_box .unse_btn {
    width: 220px;
    margin: 0 auto;
  }

  .sec-star-gunghap .content_box.recommend_star {
    padding-bottom: 6rem;
  }
}
