/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/welcome.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.collection_container {
  max-width: 62.5rem;
  position: relative;
  margin: 0 auto; }

.item_exhib {
  position: relative; }
  @media screen and (max-width: 480px) {
    .item_exhib {
      height: 100vw; } }

.item_pic {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.item_caption {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 12.5rem 0.9375rem 2.5rem;
  padding: 8.125rem 0.9375rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .item_caption {
      padding-top: 8.125rem; } }
  .item_caption .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .item_caption.top .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.item_caption_title {
  position: relative; }

.item_caption_description {
  margin-top: 0.625rem; }

.item_num {
  font-size: 1.25rem;
  color: #FE5D00;
  border: 0.0625rem solid #FE5D00;
  border-radius: 50%;
  padding: 0.125rem 0.5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.5rem; }

.item_title_tw_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.item_title_tw {
  font-family: "trajan-sans-pro", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR";
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .item_title_tw {
      font-size: 3rem; } }

.item_name {
  font-family: "trajan-sans-pro", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR";
  font-size: 1.8125rem;
  color: #FE5D00;
  padding-left: 0.75rem;
  margin-bottom: 0.375rem; }
  @media screen and (max-width: 480px) {
    .item_name {
      font-size: 1.125rem; } }

.item_title_en {
  font-family: "trajan-sans-pro", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR";
  font-size: 1.625rem;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.375rem; }
  @media screen and (max-width: 480px) {
    .item_title_en {
      font-size: 1.375rem; } }

.item_job,
.item_job_en {
  font-size: 1rem; }

.item_description,
.item_description_en {
  font-size: 1.125rem; }

.item_description_en {
  margin-top: 0.0625rem; }

.item_artist,
.item_artist_en {
  font-size: 1.125rem; }
  @media screen and (max-width: 480px) {
    .item_artist,
    .item_artist_en {
      font-size: 1.0625rem; } }

.item_audio {
  padding-bottom: 6.25rem; }

.audio_list {
  background: #000; }

.audio_li {
  border-top: 0.125rem solid rgba(255, 255, 255, 0.5); }

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.audio_button {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #fff;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.icon_play {
  width: 0;
  height: 0;
  border-width: 0.5rem 0 0.5rem 0.875rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: relative;
  left: 0.125rem; }

.icon_pause {
  width: 0.3125rem;
  height: 1rem;
  border-left: 0.3125rem solid #fff;
  border-right: 0.3125rem solid #fff;
  position: relative; }

.audio_title {
  font-size: 1.75rem; }

.audio_txt {
  padding-top: 0.625rem; }

.audio_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0; }

.id_41 .audio_col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.875rem;
          flex: 0 0 11.875rem; }

.audio_col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .audio_col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.625rem;
            flex: 0 0 2.625rem;
    padding: 0 1.25rem; }
    @media screen and (max-width: 480px) {
      .audio_col:nth-child(1) {
        padding-left: 0; } }
  .audio_col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
    padding-right: 1.25rem; }
  .audio_col:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .audio_col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    padding-left: 1.25rem; }
    @media screen and (max-width: 480px) {
      .audio_col:nth-child(4) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 0px;
                flex: 0 0 0;
        padding-left: 0;
        position: relative; } }

.audio_ani_row {
  position: relative; }

.audio_ani_block {
  height: 100%;
  background-image: url(../img/audio_ani_img.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left top;
  position: relative;
  z-index: 1; }

.audio_ani_canvas {
  height: 5rem;
  position: relative; }

.timeline {
  height: 0.3125rem;
  background: #939393;
  z-index: 9;
  position: relative;
  cursor: pointer; }

.scrub {
  height: 100%;
  background-color: #b8a07e;
  background-color: #fff;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0; }

.playhead {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0; }

.time_row {
  font-family: "trajan-sans-pro", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .time_row {
      opacity: .7;
      position: absolute;
      top: -.5rem;
      right: 0;
      z-index: 1; } }

.time_slash {
  padding: 0 0.3125rem; }


/*# sourceMappingURL=welcome.min.css.map*/