/*
  ** search keyword
  - index : *index main
  - list : *list gallery    + *search
  - view : *view            + *comment list
  - write : *write form
*/

/* --------------------------------------------------------
  ------ common ------
-----------------------------------------------------------  */
.hairbnb_container {
  --inner: 4%;

  position: relative;
  width: 100%;

  margin-top: 20px;
  font-size: 26px;

  overflow: hidden;
}
.hairbnb_container img {
  width: 100%;
}
.hairbnb_container .event_header {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hairbnb_container .home_btn {
  display: block;
  position: absolute;
  top: 35px;
  right: 4%;
  width: 90px;
  height: 90px;
}

.blank_space {
  width: 100%;
  height: 34px;
  background: #28282a;
  margin-top: -1px;
}

/* --------------------------------------------------------
  ------ *index main ------
-----------------------------------------------------------  */
.hairbnb_container.hairbnb-main .airplane {
  position: absolute;
  left: 48%;
  top: 6.35%;
  transform: translateX(-50%);
  width: 455px;
  animation: fly 1.3s cubic-bezier(0.87, 0.16, 0.4, 1.26) both;
  /* animation: fly 1.3s cubic-bezier(0.79, -0.29, 0.24, 1.35) both; */
}
.hairbnb_container.hairbnb-main .emogi_icon {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 84px;
  animation: float 1.7s ease-in-out infinite;
}
.hairbnb_container.hairbnb-main .emogi_icon.first {
  left: 74.2%;
  top: 7.4%;
  width: 81px;
}
.hairbnb_container.hairbnb-main .emogi_icon.second {
  left: 14.5%;
  top: 8.45%;
}
.hairbnb_container.hairbnb-main .guide_wrap {
  position: absolute;
  left: 50%;
  top: 25.94%;
  width: 85%;
  transform: translateX(-50%);
  padding: 0;
}
.hairbnb_container.hairbnb-main .guide_wrap li {
  list-style-type: none;
  margin-bottom: 28px;
  opacity: 0;
}
.hairbnb_container.hairbnb-main .guide_wrap li.on {
  opacity: 1;
}

@keyframes fly {
  0% {
    transform: translate(-154%, 18%) scale(0.4);
  }
  99% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(0%);
  }
  50% {
    transform: translatey(-5%);
  }
  100% {
    transform: translatey(0%);
  }
}
.hairbnb_container .float.on {
  animation: fadeUp 0.8s ease both;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hairbnb_container.hairbnb-main .date li {
  list-style: none;
}
.hairbnb_container.hairbnb-main .date {
  position: absolute;
  left: 8%;
  top: 69%;
  width: 85%;
  max-width: 704px;
  padding: 0;
  color: #fff;
  font-size: 33px;
}
.hairbnb_container.hairbnb-main .date li:first-child {
  margin-bottom: 20px;
}
.hairbnb_container.hairbnb-main .list {
  position: absolute;
  left: 8%;
  bottom: 0.1%;
  width: 100%;
  max-width: 700px;
  padding: 0;
  color: #868585;
  font-size: 21px;
}
.hairbnb_container.hairbnb-main .list li {
  list-style-type: disc;
  line-height: 1.35;
}
.hairbnb_container.hairbnb-main .list li:not(:last-child) {
  margin-bottom: 12px;
}
.hairbnb_container.hairbnb-main .list li a {
  color: #868585;
  text-decoration: underline;
}
.hairbnb_container.hairbnb-main button.btn_agree {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 14.6%;
  width: 704px;
  height: 88px;
  max-height: 98px;
  background-image: url(../../img/hairbnb/btn_pop.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.hairbnb_container.hairbnb-main button.btn_write {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 604px;
  height: 142px;
  max-height: 179px;
  transform: translate(-50%, 0);
  background-image: url(../../img/hairbnb/btn_write.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.hairbnb_container.hairbnb-main .btn_list {
  position: absolute;
  display: block;
  top: 14%;
  left: 50%;
  width: 642px;
  height: 146px;
  transform: translate(-50%, 0);
}

/* --------------------------------------------------------
  ------ *write form ------
-----------------------------------------------------------  */
.hairbnb_container.hairbnb-form .event_header {
  display: flex;
  align-items: flex-start;
  height: 264px;
  background-image: url(../../img/hairbnb/write_header.jpg);
}
.hairbnb_container.hairbnb-form .event_header > .header_text {
  margin: 19% 0 0 1.4%;
  font-size: 35px;
  color: #00fff6;
  letter-spacing: -2px;
}
.hairbnb_container.hairbnb-form .event_header .select-wrap {
  width: 34.7%;
  min-width: 96px;
  max-width: 265px;
  margin: 16.3% 0 0 6%;

  border: 12px solid #00fff6;
}
.hairbnb_container.hairbnb-form .event_header select {
  width: 100%;
  height: 100%;

  padding: 3% 8%;
  appearance: none;
  border: 1px solid #000;
  background: #fff url(../../img/hairbnb/select_arrow.png) no-repeat right 18px top 50%;
  background-size: 20px;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -1px;
  outline: none;
}
.hairbnb_container.hairbnb-form .event_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #343434;
  max-height: 532px;
  height: 532px;
}
.hairbnb_container.hairbnb-form .event_footer .inner {
  width: 84%;
  height: 100%;
  padding-top: 7.8%;
}
.hairbnb_container.hairbnb-form .event_footer .textarea_wrap {
  width: 100%;
  height: 220px;
  padding: 3.42% 4.55%;
  margin: 0 auto;
  max-height: 220px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 26px;
  font-size: 20px;
}
.hairbnb_container.hairbnb-form .event_footer textarea {
  width: 100%;
  height: 100%;
  resize: none;
  outline: none;
  border: none;
}
.hairbnb_container.hairbnb-form .event_footer textarea::placeholder {
  color: #bebebe;
}
.hairbnb_container.hairbnb-form .event_footer .upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8.18%;
}
.hairbnb_container.hairbnb-form .event_footer .upload label {
  flex: 1 1;
  display: flex;
  align-items: center;
  overflow: hidden;

  margin-bottom: 0;

  color: #fff;
  cursor: pointer;
}
.hairbnb_container.hairbnb-form .event_footer .upload .file {
  width: 0;
  height: 0;
  overflow: hidden;
}
.hairbnb_container.hairbnb-form .event_footer .upload img {
  min-width: 20px;
  min-height: 20px;
  width: 33px;
  height: 33px;
}
.hairbnb_container.hairbnb-form .event_footer .upload .text {
  flex: 1 1 0;
  margin: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hairbnb_container.hairbnb-form .event_footer .upload .text span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hairbnb_container.hairbnb-form .event_footer .upload .submit {
  flex-shrink: 0;
  width: 230px;
  height: 78px;
  background: #735ce4;
  border-radius: 60px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.hairbnb_container.hairbnb-form .hairbnb-loading {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);

  width: 650px;
  max-width: 650px;
  height: 520px;
  box-sizing: border-box;

  color: #222;

  font-size: 20px;
  z-index: 1030;

  display: none;
}
.hairbnb_container.hairbnb-form .hairbnb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: rgba(0, 0, 0, 0.2);
  z-index: 1020;

  display: none;
}
.hairbnb_container.hairbnb-form .hairbnb-loading .loading_inner {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  background-image: url(../../img/hairbnb/loading_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;

  color: #222;
}
.hairbnb_container.hairbnb-form .hairbnb-loading .loading_inner img {
  width: 26%;
  position: absolute;
  left: 50%;
  top: 10.5%;
  transform: translateX(-50%);
}
.hairbnb_container.hairbnb-form .hairbnb-loading .loading_inner .loading {
  top: 9%;
  width: 24%;
  /* -webkit-animation: hairbnb_loading_anim 2s linear infinite;
  -moz-animation: hairbnb_loading_anim 2s linear infinite;
  -ms-animation: hairbnb_loading_anim 2s linear infinite;
  -o-animation: hairbnb_loading_anim 2s linear infinite;
  animation: hairbnb_loading_anim 2s linear infinite; */
}
.hairbnb_container.hairbnb-form .hairbnb-loading .loading_inner .btn_close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 3.5%;
  height: 3.5%;
}
.hairbnb_container.hairbnb-form .hairbnb-loading .loading_inner .btn_close img {
  width: 100%;
}
.hairbnb_container.hairbnb-form .hairbnb-loading .loading_inner .btn_list {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 58%;
  height: 83px;
  text-align: center;
}

/* --------------------------------------------------------
  ------ *list gallery ------
-----------------------------------------------------------  */
.hairbnb_container.hairbnb-gallery .event_header {
  background-image: url(../../img/hairbnb/list_header_done.jpg);
}
.hairbnb_container.hairbnb-gallery ul {
  margin: 0;
  margin-top: 50px;
  padding: 0 3%;
  list-style-type: none;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.hairbnb_container.hairbnb-gallery ul li {
  width: 32%;
  margin: 0;
  margin-right: calc((100% - 32% * 3) / 2);
  margin-bottom: 30px;
  box-sizing: border-box;

  display: inline-block;
}
.hairbnb_container.hairbnb-gallery ul li:nth-child(3n) {
  margin-right: 0;
}
.hairbnb_container.hairbnb-gallery ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hairbnb_container.hairbnb-gallery:not(.mobile) ul li a .title p:first-child {
  transition: all 0.3s;
}
.hairbnb_container.hairbnb-gallery:not(.mobile) ul li a .title p:first-child:hover {
  color: #ff6600;
}
.hairbnb_container.hairbnb-gallery ul li .img_wrap {
  border-radius: 8px;
  overflow: hidden;
  height: 312px;
  background: #dcdcdc;
}
.hairbnb_container.hairbnb-gallery ul li img {
  width: 100%;
  transition: all 0.5s;
}
.hairbnb_container.hairbnb-gallery ul li img:hover {
  transform: scale(1.1);
}
.hairbnb_container.hairbnb-gallery ul li .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6px 0 2px;
  font-size: 16px;
  font-weight: 600;
}
.hairbnb_container.hairbnb-gallery ul li .title p:first-child {
  display: flex;
}
.hairbnb_container.hairbnb-gallery ul li .title p:last-child {
  display: flex;
  align-items: center;
}
.hairbnb_container.hairbnb-gallery ul li .title strong {
  display: block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hairbnb_container.hairbnb-gallery ul li .title .i_comment_black {
  margin-left: 5px;
  margin-right: 3px;
}
.hairbnb_container.hairbnb-gallery ul li .info {
  display: flex;
  align-items: center;
  color: #9394a4;
  font-size: 14px;
  flex-wrap: wrap;
}
.hairbnb_container.hairbnb-gallery ul li .info span {
  margin: 5px 10px 5px 0;
  display: flex;
  align-items: center;
}
.hairbnb_container.hairbnb-gallery ul li .info span:first-child {
  display: none;
}

/* ------ *search ------ */
.hairbnb_container.hairbnb-gallery .bbs_search {
  border: 1px solid #d7d8da;
  width: 50%;
  margin: 20px auto 0 auto;
  border-radius: 21px;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hairbnb_container.hairbnb-gallery .bbs_search input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
}
.hairbnb_container.hairbnb-gallery .bbs_search input::placeholder {
  color: #9394a4;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_wrap {
  font-size: 14px;
  padding: 20px 0 20px 0;
  text-align: center;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_page {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_page.pg_prev,
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_page.pg_next {
  width: 14px;
  height: 14px;
  line-height: normal;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_page.pg_prev {
  margin-right: 5px;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_page.pg_next {
  margin-left: 5px;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_page img {
  height: 100%;
  vertical-align: baseline;
}
.hairbnb_container.hairbnb-gallery .mw_basic_page .pg_current {
  background-color: #4c00ee;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  line-height: 32px;
  font-weight: 700;
}
.hairbnb_container.hairbnb-gallery .empty {
  color: #9394a4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  font-size: 16px;
}

@-webkit-keyframes hairbnb_loading_anim /* Safari and Chrome */ {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes hairbnb_loading_anim {
  from {
    -ms-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    -ms-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -webkit-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}

/* --------------------------------------------------------
  ------ *view ------
-----------------------------------------------------------  */
.hairbnb_container.hairbnb-view .title_wrap .btn_share {
  display: none;
}
.hairbnb_container.hairbnb-view ul {
  padding: 0;
  margin: 0;
}
.hairbnb_container.hairbnb-view li {
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.hairbnb_container.hairbnb-view .event_header {
  background-image: url(../../img/hairbnb/list_header.jpg);
}
.hairbnb_container.hairbnb-view .event_header .home_btn img {
  width: 100%;
}
.hairbnb_container.hairbnb-view .title_wrap {
  font-size: 14px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e8ec;
  margin-bottom: 10px;
}
.hairbnb_container.hairbnb-view .title_wrap > strong {
  display: block;
  font-size: 16px;
  margin: 12px 0 10px 0;
  line-height: 25px;
}
.hairbnb_container.hairbnb-view .title_wrap .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.hairbnb_container.hairbnb-view .title_wrap .info .left {
  flex: 1 1;
  margin: 0;
  padding: 0;
}
.hairbnb_container.hairbnb-view .title_wrap .info .left li {
  margin-right: 10px;
  list-style: none;
}
.hairbnb_container.hairbnb-view .title_wrap .info .left .date,
.hairbnb_container.hairbnb-view .title_wrap .info .left .view {
  color: #9394a4;
}
.hairbnb_container.hairbnb-view .title_wrap .info .left .date .i_time_gray_16,
.hairbnb_container.hairbnb-view .title_wrap .info .left .view .i_view_darkgray_16 {
  margin-right: 3px;
}
.hairbnb_container.hairbnb-view .nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hairbnb_container.hairbnb-view .nav_bar a {
  padding: 5px 7px 5px 7px;
  font-size: 14px;
  color: #9394a4;
}
.hairbnb_container.hairbnb-view .nav_bar button {
  padding: 5px 7px 5px 7px;
  font-size: 14px;
  color: #9394a4;
}
.hairbnb_container.hairbnb-view .nav_bar button i {
  margin-right: 3px;
}
.hairbnb_container.hairbnb-view .nav_bar button:hover {
  color: var(--orange-color);
}
.hairbnb_container.hairbnb-view .nav_bar .left,
.hairbnb_container.hairbnb-view .nav_bar .right {
  display: flex;
}
.hairbnb_container.hairbnb-view .nav_bar a:hover {
  color: #ff6600;
}
.hairbnb_container.hairbnb-view .event_view_content {
  padding: 20px 10px;
}
.hairbnb_container.hairbnb-view .event_view_content .content_img {
  margin-bottom: 30px;
}
.hairbnb_container.hairbnb-view .event_view_content .desciption {
  font-size: 22px;
  font-weight: 400;
}
.hairbnb_container.hairbnb-view .event_view_content .desciption > span {
  color: #622fff;
  font-weight: 500;
}
.hairbnb_container.hairbnb-view .event_view_content .text_wrap {
  position: relative;
  padding: 38px;
  margin: 32px 20px 20px;
  background: #dcdfe4;
  border-radius: 36px;
}
.hairbnb_container.hairbnb-view .event_view_content .text_wrap:before {
  display: block;
  position: absolute;
  top: -1px;
  left: -2px;
  width: 25px;
  height: 30px;
  background: url(../../img/hairbnb/balloon_tail.png) no-repeat;
  background-size: cover;
  content: "";
}
.hairbnb_container.hairbnb-view .event_view_content .text_wrap .name {
  margin-bottom: 18px;
  color: #626f94;
  font-size: 20px;
  font-weight: 500;
}
.hairbnb_container.hairbnb-view .event_view_content .text_wrap p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.hairbnb_container.hairbnb-view .linkBtn {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  border-top: 1px solid #dcdfe4;
  text-align: center;
}
.hairbnb_container.hairbnb-view .linkBtn img {
  width: 642px;
}
.hairbnb_container.hairbnb-view .btn_list {
  display: none;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
/* ------ common ------ */
.hairbnb_container.mobile {
  font-size: min(3vw, 26px);
  margin-top: 0;
}
.hairbnb_container.mobile:not(:is(.hairbnb-main, .hairbnb-form)) {
  padding-bottom: 2vw;
}
.hairbnb_container.mobile .home_btn {
  width: 9vw;
  height: 9vw;
  max-width: 90px;
  max-height: 90px;
  top: 4vw;
  right: 4vw;
}
.hairbnb_container.mobile .event_header {
  height: 36vw;
}

/* ------ main ------ */
.hairbnb_container.mobile button.btn_agree {
  width: 85%;
  height: 9.8vw;
}

.hairbnb_container.mobile button.btn_write {
  width: 73%;
  height: 17vw;
}
.hairbnb_container.mobile.hairbnb-main .airplane {
  width: 53%;
}
.hairbnb_container.mobile.hairbnb-main .emogi_icon,
.hairbnb_container.mobile.hairbnb-main .emogi_icon.first {
  width: 10vw;
  max-width: 84px;
}
.hairbnb_container.mobile.hairbnb-main .date {
  top: 69.2%;
  font-size: 4vw;
}
.hairbnb_container.mobile.hairbnb-main .date li:first-child {
  margin-bottom: 3vw;
}
.hairbnb_container.mobile.hairbnb-main .list {
  bottom: 0%;
  max-width: 85%;
  font-size: 2.4vw;
}
.hairbnb_container.mobile.hairbnb-main .list li:not(:last-child) {
  margin-bottom: 2vw;
}

.hairbnb_container.mobile.hairbnb-main .btn_list {
  width: 77%;
  height: 18vw;
}

/* ------ write ------ */
.hairbnb_container.mobile.hairbnb-form .event_header {
  height: 31vw;
}
.hairbnb_container.mobile.hairbnb-form .event_header > .header_text {
  margin: 19% 0 0 3%;
  font-size: min(3.6vw, 35px);
  letter-spacing: -0.1vw;
}
.hairbnb_container.mobile.hairbnb-form .event_header .select-wrap {
  border-width: 1.2vw;
}
.hairbnb_container.mobile.hairbnb-form .event_header select {
  padding: 3% 9%;
  background-size: 2.8vw;
  background-position: right 1.5vw top 50%;
  font-size: min(3.9vw, 25px);
}
.hairbnb_container.mobile.hairbnb-form .event_footer {
  height: 63vw;
}
.hairbnb_container.mobile.hairbnb-form .event_footer .textarea_wrap {
  height: 26vw;
  padding: 4.42% 7.55%;
  border-radius: min(4vw, 26px);
}
.hairbnb_container.mobile.hairbnb-form .event_footer textarea {
  font-size: min(3.8vw, 32px);
}
.hairbnb_container.mobile.hairbnb-form .event_footer textarea::placeholder {
  font-size: min(3.8vw, 32px);
}
.hairbnb_container.mobile.hairbnb-form .event_footer .upload img {
  width: min(3.778vw, 33px);
  height: min(3.778vw, 33px);
}
.hairbnb_container.mobile.hairbnb-form .event_footer .upload .text {
  margin: 0 min(3vw, 16px);
  line-height: 1;
}
.hairbnb_container.mobile.hairbnb-form .event_footer .upload .submit {
  width: 27vw;
  height: 10vw;
  border-radius: 5vw;
  font-size: min(5.18vw, 43px);
}
.hairbnb_container.mobile.hairbnb-form .hairbnb-loading {
  width: 90%;
  max-width: 90%;
  min-width: auto;
  height: 72vw;
}

/* ------ list ------ */
.hairbnb_container.mobile.hairbnb-gallery ul {
  padding: 0;
  margin-top: 5vw;
}
.hairbnb_container.mobile.hairbnb-gallery ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.hairbnb_container.mobile.hairbnb-gallery ul li .img_wrap {
  border-radius: 0;
  height: 125vw;
}
.hairbnb_container.mobile.hairbnb-gallery ul li img:hover {
  transform: none;
}
.hairbnb_container.mobile.hairbnb-gallery ul .title {
  justify-content: space-between;
  margin: 12px 5% 5px 5%;
  font-size: 11px;
}
.hairbnb_container.mobile.hairbnb-gallery ul .title p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.hairbnb_container.mobile.hairbnb-gallery ul .title strong {
  font-weight: 500;
}
.hairbnb_container.mobile.hairbnb-gallery ul .title p:last-child span:last-child {
  font-size: 11px;
  font-weight: 700;
}
.hairbnb_container.mobile.hairbnb-gallery ul li .info {
  margin: 0 5% 25px 5%;
  color: #777;
  font-size: 12px;
}
.hairbnb_container.mobile.hairbnb-gallery ul li .info span {
  margin: 0 10px 0 0;
}
.hairbnb_container.mobile.hairbnb-gallery ul li .info span:first-child {
  display: block;
}
.hairbnb_container.mobile.hairbnb-gallery .bbs_search {
  width: 90%;
  font-size: 14px;
  margin-bottom: 40px;
}
.hairbnb_container.mobile.hairbnb-gallery .mw_basic_page .pg_wrap {
  padding: 0 0 20px 0;
}

/* ------ view ------ */
.hairbnb_container.mobile.hairbnb-view .title_wrap {
  padding: var(--inner-margin) var(--inner-margin) 2%;
}
.hairbnb_container.mobile.hairbnb-view .title_wrap > strong {
  font-size: 20px;
}
.hairbnb_container.mobile.hairbnb-view .title_wrap .info .left .date .i_time_gray_16,
.hairbnb_container.mobile.hairbnb-view .title_wrap .info .left .view .i_view_darkgray_16 {
  width: 12px;
  height: 12px;
}
.hairbnb_container.mobile.hairbnb-view .linkBtn img {
  width: 77%;
}
.hairbnb_container.mobile.hairbnb-view .title_wrap .info .left .date > p {
  margin: 0;
}
.hairbnb_container.mobile.hairbnb-view .title_wrap .comment {
  color: #000 !important;
  font-size: 14px !important;
}
.hairbnb_container.mobile.hairbnb-view .title_wrap .right {
  display: flex;
}
.hairbnb_container.mobile.hairbnb-view .title_wrap .btn_share {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.hairbnb_container.mobile.hairbnb-view .nav_bar {
  display: none;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content {
  padding: 0 5%;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content strong {
  font-size: 4.6vw;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content .desciption {
  font-size: 3.2vw;
  line-height: 1.2;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content .text_wrap .name {
  margin-bottom: 2vw;
  font-size: 3.2vw;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content .text_wrap p {
  font-size: 3vw;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content .content_img {
  margin-top: 2vw;
  margin-bottom: 7vw;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content .text_wrap {
  padding: 4.8vw;
  margin: 3vw 2.4vw 5.5vw;
  border-radius: 6vw;
}
.hairbnb_container.mobile.hairbnb-view .event_view_content .text_wrap:before {
  width: 5vw;
  height: 5vw;
  top: 0;
  left: -2px;
}
.hairbnb_container.mobile.hairbnb-view .linkBtn {
  padding-top: 6.4vw;
}
.hairbnb_container.mobile.hairbnb-view .btn_list {
  display: block;
  width: 100%;
  line-height: 50px;
  text-decoration: none;
  color: #9394a4;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
