/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.animation {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.no-animation {
  -moz-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.pointer {
  cursor: pointer;
}

.store-info .bookmark ul, .ranking-info .bookmark ul, .news-info .bookmark ul {
  display: flex;
  font-size: 18px;
  line-height: 26px;
}
.store-info .bookmark ul li, .ranking-info .bookmark ul li, .news-info .bookmark ul li {
  display: block;
  width: 100%;
  max-width: 166px;
  background: #ffffffc2;
  box-shadow: 0px 1px 3px #1111114D;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.store-info .bookmark ul li:hover, .ranking-info .bookmark ul li:hover, .news-info .bookmark ul li:hover {
  background: #E6A540;
}
.store-info .bookmark ul li:hover a, .ranking-info .bookmark ul li:hover a, .news-info .bookmark ul li:hover a {
  color: #fff;
}
.store-info .bookmark ul li a, .ranking-info .bookmark ul li a, .news-info .bookmark ul li a {
  width: 100%;
  padding: 9px 0;
  color: #686868;
}
.store-info .bookmark ul .unselected, .ranking-info .bookmark ul .unselected, .news-info .bookmark ul .unselected {
  background: #ffffffc2;
}
.store-info .bookmark ul .unselected a, .ranking-info .bookmark ul .unselected a, .news-info .bookmark ul .unselected a {
  color: #686868;
}
.store-info .bookmark ul .selected, .ranking-info .bookmark ul .selected, .news-info .bookmark ul .selected {
  background: #D89A39;
}
.store-info .bookmark ul .selected a, .ranking-info .bookmark ul .selected a, .news-info .bookmark ul .selected a {
  color: #fff;
}
.store-info .bookmark .line, .ranking-info .bookmark .line, .news-info .bookmark .line {
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background: #D89A39;
}
.store-info .content ul li, .ranking-info .content ul li, .news-info .content ul li {
  display: block;
  width: 100%;
}
.store-info .content ul li .info-list .text, .ranking-info .content ul li .info-list .text, .news-info .content ul li .info-list .text {
  min-height: unset;
}
.store-info .content ul li .info-list .space-sty, .ranking-info .content ul li .info-list .space-sty, .news-info .content ul li .info-list .space-sty {
  min-height: 182px;
}
.store-info .content ul li .info-list .swiper-button-next, .ranking-info .content ul li .info-list .swiper-button-next, .news-info .content ul li .info-list .swiper-button-next {
  right: 10px;
}
.store-info .content ul li .info-list .swiper-button-next:after, .ranking-info .content ul li .info-list .swiper-button-next:after, .news-info .content ul li .info-list .swiper-button-next:after {
  border-width: 6px 0 6px 10px;
}
.store-info .content ul li .info-list .swiper-button-prev, .ranking-info .content ul li .info-list .swiper-button-prev, .news-info .content ul li .info-list .swiper-button-prev {
  left: 10px;
}
.store-info .content ul li .info-list .swiper-button-prev:after, .ranking-info .content ul li .info-list .swiper-button-prev:after, .news-info .content ul li .info-list .swiper-button-prev:after {
  border-width: 6px 10px 6px 0;
}
.store-info .content ul li .info-list .swiper-button-black, .ranking-info .content ul li .info-list .swiper-button-black, .news-info .content ul li .info-list .swiper-button-black {
  width: 35px;
  height: 35px;
}
.store-info .content ul li:nth-child(2), .ranking-info .content ul li:nth-child(2), .news-info .content ul li:nth-child(2) {
  color: #fff;
}

.page-info {
  padding: 24px;
}
@media only screen and (min-width: 1440px) {
  .page-info {
    padding: 24px 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-info {
    padding: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-info {
    padding: 16px;
  }
}
.page-info .title-h1 {
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.page-info .title-h1 img {
  display: inline-block;
  width: 100px;
  max-width: 40px;
  margin-right: 8px;
}
.page-info .title-h1 span {
  display: inline-block;
  vertical-align: super;
}
.page-info .news-list, .page-info .info-list, .page-info .brand-list {
  display: flex;
  padding-bottom: 44px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 479px) {
  .page-info .news-list, .page-info .info-list, .page-info .brand-list {
    justify-content: center;
  }
}
.page-info .news-list .box, .page-info .info-list .box, .page-info .brand-list .box {
  width: 25%;
  max-width: 369px;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .page-info .news-list .box, .page-info .info-list .box, .page-info .brand-list .box {
    width: calc(100% / 3);
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .news-list .box, .page-info .info-list .box, .page-info .brand-list .box {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .page-info .news-list .box, .page-info .info-list .box, .page-info .brand-list .box {
    width: 100%;
  }
}
.page-info .news-list .box .list-swiper .swiper-slide, .page-info .info-list .box .list-swiper .swiper-slide, .page-info .brand-list .box .list-swiper .swiper-slide {
  position: relative;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.page-info .news-list .box .list-swiper .swiper-slide img, .page-info .info-list .box .list-swiper .swiper-slide img, .page-info .brand-list .box .list-swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-info .news-list .box img, .page-info .info-list .box img, .page-info .brand-list .box img {
  width: 100%;
  max-width: 369px;
  border-radius: 10px 10px 0 0;
}
.page-info .news-list .box .text, .page-info .info-list .box .text, .page-info .brand-list .box .text {
  padding: 20px;
  border-top: 1px solid #393939;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .page-info .news-list .box .text, .page-info .info-list .box .text, .page-info .brand-list .box .text {
    min-height: 160px;
    padding: 20px 20px 50px;
  }
}
.page-info .news-list .box .text .title, .page-info .info-list .box .text .title, .page-info .brand-list .box .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .page-info .news-list .box .text .title, .page-info .info-list .box .text .title, .page-info .brand-list .box .text .title {
    font-size: 18px;
  }
}
.page-info .news-list .box .text .date, .page-info .info-list .box .text .date, .page-info .brand-list .box .text .date {
  padding-bottom: 16px;
  font-size: 14px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1024px) {
  .page-info .news-list .box .text .date, .page-info .info-list .box .text .date, .page-info .brand-list .box .text .date {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .news-list .box .text .date, .page-info .info-list .box .text .date, .page-info .brand-list .box .text .date {
    font-size: 12px;
  }
}
.page-info .news-list .box .text .info, .page-info .info-list .box .text .info, .page-info .brand-list .box .text .info {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .page-info .news-list .box .text .info, .page-info .info-list .box .text .info, .page-info .brand-list .box .text .info {
    font-size: 14px;
  }
}
.page-info .news-list .box .text .more, .page-info .info-list .box .text .more, .page-info .brand-list .box .text .more {
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .page-info .news-list .box .text .more, .page-info .info-list .box .text .more, .page-info .brand-list .box .text .more {
    font-size: 12px;
  }
}
.page-info .news-list .box .text .more a, .page-info .info-list .box .text .more a, .page-info .brand-list .box .text .more a {
  border-bottom: 1px solid;
  color: #000;
  cursor: pointer;
}
.page-info .news-list .box .text .more a:hover, .page-info .info-list .box .text .more a:hover, .page-info .brand-list .box .text .more a:hover {
  color: #D89A39;
}
@media only screen and (min-width: 1440px) {
  .page-info .news-list .box-news-only a img, .page-info .info-list .box-news-only a img, .page-info .brand-list .box-news-only a img {
    max-height: 170px;
  }
}
@media only screen and (min-width: 480px) {
  .page-info .news-list .box-news-only a, .page-info .info-list .box-news-only a, .page-info .brand-list .box-news-only a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .page-info .news-list .box-news-only a img, .page-info .info-list .box-news-only a img, .page-info .brand-list .box-news-only a img {
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 201px;
  }
}
.page-info .news-list .box .text {
  min-height: 238px;
}
.page-info .brand-list .box .text {
  min-height: 150px;
}
@media only screen and (max-width: 479px) {
  .page-info .brand-list .box .text {
    min-height: 120px;
    padding: 20px;
  }
}
.page-info .brand-list .box .text .title {
  padding-bottom: 8px;
}
.page-info .detail {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .page-info .detail {
    flex-wrap: wrap;
  }
}
.page-info .detail .img-wrap {
  padding-bottom: 20px;
}
.page-info .detail .img-wrap img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .page-info .detail .img-wrap img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-info .detail .img-wrap {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.page-info .detail .img-block {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-info .detail .img-block {
    width: 100%;
    padding-right: 0;
  }
}
.page-info .detail .map {
  padding-right: 20px;
  width: 55%;
  max-width: 850px;
}
@media only screen and (max-width: 1024px) {
  .page-info .detail .map {
    max-width: 100%;
  }
}
.page-info .detail .map .iframe {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .page-info .detail .map {
    width: 100%;
    padding-right: 0;
  }
}
.page-info .detail .text {
  width: 100%;
  max-width: 100%;
  padding: 24px;
  background: #ffffffc2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .page-info .detail .text {
    max-width: 100%;
  }
}
.page-info .detail .text .title {
  padding-bottom: 8px;
  font-size: 24px;
}
.page-info .detail .text .date {
  padding-bottom: 16px;
  font-size: 18px;
}
.page-info .detail .text .info {
  padding-bottom: 66px;
  font-size: 16px;
}
.page-info .detail .text button, .page-info .detail .text .a-sty {
  bottom: 24px;
  margin-left: calc((100% - 212px) / 2);
}
.page-info .detail .in-news {
  width: 55%;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-info .detail .in-news {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .detail .in-news {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.page-info .detail .in-news-t {
  max-width: 45%;
}
@media only screen and (max-width: 1024px) {
  .page-info .detail .in-news-t {
    max-width: 100%;
  }
}
.page-info .detail .map-sty {
  width: 45%;
  margin-bottom: 7px;
  color: #000;
}
.page-info .detail .map-sty .add {
  color: #00994E;
  border-bottom: 1px solid #00994E;
  cursor: pointer;
}
.page-info .detail .map-sty .add:hover {
  color: #127C33;
}
.page-info .detail .map-sty .info-title {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .page-info .detail .map-sty {
    width: 100%;
  }
}
.page-info .detail .detail-sty {
  width: 100%;
}
.page-info .detail .info-block {
  margin-bottom: 0;
}
.page-info .direction {
  flex-direction: column;
}
.page-info .store .store-search {
  width: 100%;
  margin-bottom: 22px;
  padding: 24px;
  background: #ffffffc2;
  box-shadow: 0px 0px 50px #00000029;
  border-radius: 10px;
}
.page-info .store .store-search .search {
  display: flex;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page-info .store .store-search .search {
    flex-wrap: wrap;
  }
}
.page-info .store .store-search .search .store-block {
  width: 100%;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .page-info .store .store-search .search .store-block:not(:first-child) {
    padding: 0 10px 16px;
  }
}
.page-info .store .store-search .search .store-block .title {
  font-size: 16px;
  font-weight: bold;
}
.page-info .store .store-search .search .store-block .text {
  padding-top: 5px;
  font-size: 14px;
}
.page-info .store .store-search .search .store-block .addres {
  width: fit-content;
  color: #00994E;
  border-bottom: 1px solid #00994E;
}
.page-info .store .store-search .search .store-block .addres:hover {
  color: #127C33;
}
.page-info .store .store-search .search .store-block .select-wrap {
  width: 100%;
}
.page-info .store .store-search .search .store-block .select-wrap .box {
  width: 100%;
  max-width: 100%;
}
.page-info .store .store-search .botton-btn {
  display: inline-block;
  max-width: 176px;
  margin-right: 25px;
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  .page-info .store .store-search .botton-btn {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .page-info .store .store-search .botton-btn {
    width: 100%;
  }
}
.page-info .store .store-search .botton-btn img {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.page-info .store .store-search .botton-btn span {
  display: inline-block;
  vertical-align: middle;
}
.page-info .book-block {
  display: flex;
  height: 100%;
  min-height: 620px;
}
@media only screen and (max-width: 1024px) {
  .page-info .book-block {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 479px) {
  .page-info .book-block .code-sty {
    width: 100%;
    max-width: 100%;
  }
}
.page-info .book-block .block {
  width: 50%;
  padding: 24px;
  background: #ffffffc2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .page-info .book-block .block {
    width: 100%;
    padding: 24px 24px 70px;
  }
}
.page-info .book-block .block:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-info .book-block .block:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-info .book-block .block .position-bottom {
  bottom: 24px;
  margin-left: calc((100% - 212px) / 2);
}
.page-info .book-block .block .box-title {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
.page-info .book-block .block .box-text {
  font-size: 16px;
  line-height: 28px;
}
.page-info .book-block .block .input-date:hover .input-sty {
  border-color: #D9B705;
}
.page-info .book-block .block .input-date .input-group-addon {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0;
}
.page-info .book-block .block .input-date .input-sty {
  border: 0;
  border: 1px solid #9E9E9E;
}
.page-info .book-block .block .arrow-timePicker:after {
  position: absolute;
  content: "";
  top: 9px;
  right: 11px;
  display: inline-block;
  border-style: solid;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-color: #9E9E9E;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
}
.page-info .position-r {
  position: relative;
}
.page-info .ranking .remove-sec-sty ul li .song-page {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-info .ranking .remove-sec-sty ul li .song-page {
    flex-wrap: wrap;
  }
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs {
  width: 50%;
  padding: 24px;
  background: #ffffffc2 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #484848;
}
@media only screen and (max-width: 767px) {
  .page-info .ranking .remove-sec-sty ul li .song-page .songs {
    width: 100%;
  }
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .page-info .ranking .remove-sec-sty ul li .song-page .songs:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs .title {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs table {
  width: 100%;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs table thead th {
  padding: 12px;
  color: #FFFFFF;
  background: #484848;
  border: 1px solid #9E9E9E;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs table thead th:nth-child(1) {
  width: 15%;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs table thead th:nth-child(2) {
  width: 45%;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs table thead th:nth-child(3) {
  width: 40%;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs table tbody td {
  padding: 15px;
  border: 1px solid #9E9E9E;
  background: #FFFFFF;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs .audition {
  padding-left: 5px;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs .play-btn {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%;
  background: #9e9e9e;
  cursor: pointer;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs .play-btn:hover {
  background: #484848;
}
.page-info .ranking .remove-sec-sty ul li .song-page .songs .play-btn:before {
  content: "";
  display: block;
  top: 5.5px;
  left: 7px;
  width: 0;
  height: 0;
  position: relative;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FFFFFF;
}
.page-info .ranking .remove-sec-sty ul li:nth-child(2) {
  color: revert;
}
.page-info .contact-us {
  width: 100%;
  height: 100%;
  min-height: 620px;
  padding: 24px;
  background: #ffffffc2 0% 0%;
  box-shadow: 0px 0px 50px #00000029;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-info .contact-us {
    min-height: 750px;
  }
}
.page-info .contact-us .list .select-wrap {
  justify-content: flex-start;
}
.page-info .contact-us .list .select-wrap .box {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .page-info .contact-us .list .select-wrap .box {
    width: 100%;
  }
}
.page-info .contact-us .content {
  padding: 0 10px 16px;
}
.page-info .contact-us .content .title {
  font-size: 16px;
  font-weight: bold;
}
.page-info .contact-us .content textarea {
  width: 100%;
  min-height: auto;
  padding: 4px 8px;
  border-color: #A7A7A7;
}
.page-info .contact-us .position-bottom {
  bottom: 24px;
  margin-left: calc((100% - 212px) / 2);
}

.play-block {
  display: grid;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  place-items: center;
  position: absolute;
  overflow: hidden;
  box-shadow: none;
}
.play-block .x-btn {
  width: auto;
  height: auto;
  top: calc(50% - 85px);
  left: calc(50% + 116px);
  position: absolute;
}

.reserve-sty .card-body .title {
  font-weight: bold;
  line-height: 20px;
}
.reserve-sty .card-body .info .info-box {
  text-align: center !important;
}
.reserve-sty .card-body .bottom-color {
  padding: 2px;
  border-radius: 2px;
  color: #FFFFFF;
  background: #6D6D6D;
}

.time-box {
  padding: 0 10px 10px;
}
.time-box .title {
  font-size: 16px;
  font-weight: bold;
}
.time-box .s-box {
  margin: 5px;
  border: 1px solid;
  border-radius: 3px;
}
.time-box .s-box:hover {
  border-color: #ffffff;
  background: #ffffff;
}
.time-box .selected {
  border-color: #ffffff;
  background: #ffffff;
}

.popup-img {
  cursor: pointer;
}

.img-pop {
  position: relative;
}
.img-pop .img-for-popup {
  width: 75vw;
  max-width: 1200px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .img-pop .img-for-popup {
    width: 100vw;
    max-width: 100%;
  }
}
.img-pop .x-btn-img {
  width: auto;
  height: auto;
  top: 10px;
  right: 10px;
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .img-pop .x-btn-img {
    top: 0;
    right: 0;
  }
}
