@charset "UTF-8";
.songbeer {
  overflow-x: hidden;
  font-family: 'noto sans tc', '微軟正黑體', '蘋方黑體', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.songbeer img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.songbeer a {
  text-decoration: none;
}

.songbeer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.songbeer .container {
  max-width: 1100px;
  margin: 0 auto;
}

.songbeer .wrapper {
  background: #ffed00;
  overflow-x: hidden;
}

.songbeer .warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.songbeer .warning img {
  width: 98%;
  height: 100%;
}

.songbeer .warning .warn_pc {
  display: block;
}

.songbeer .warning .warn_m {
  display: none;
}

.songbeer .br_m {
  display: none;
}

.songbeer .title h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}

.songbeer .title p {
  font-size: 16px;
  line-height: 1.2;
  color: #383838;
}

.songbeer .kv {
  height: 700px;
  background-image: url(../images/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}

.songbeer .kv .circle {
  position: absolute;
  left: calc(50% - 260px);
  top: -108px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: #ffd200;
}

.songbeer .kv .img {
  position: absolute;
  display: none;
}

.songbeer .kv .img.beer {
  width: 260px;
  top: 135px;
  left: calc(50% - 130px);
}

.songbeer .kv .img.title1 {
  top: 10px;
  left: calc(50% - 490px);
}

.songbeer .kv .title {
  position: absolute;
  width: 84px;
  top: 15px;
  left: calc(50% - 42px);
}

.songbeer .kv .text {
  position: absolute;
  top: 260px;
  left: calc(50% + 156px);
  width: 320px;
}

.songbeer .kv .text h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.songbeer .kv .text h2 {
  font-size: 16px;
  line-height: 1.5;
}

.songbeer .kv .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 82px;
  background: url(../images/wave.png) top center repeat-x;
}

.songbeer .sec1 {
  padding: 50px 0 120px;
  background-image: url(../images/sec1_deco.jpg);
}

.songbeer .sec1 .title {
  margin-bottom: 80px;
}

.songbeer .sec1 .title h2 {
  text-align: center;
}

.songbeer .sec1 .event_info {
  width: 675px;
  height: 100px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0 #b89b37;
          box-shadow: 10px 10px 0 #b89b37;
  margin: 0 auto 80px;
  position: relative;
}

.songbeer .sec1 .event_info img {
  width: 190px;
  position: absolute;
  bottom: 10px;
  left: 35px;
}

.songbeer .sec1 .event_info h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 250px;
  padding: 20px 0;
}

.songbeer .sec1 .event_img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.songbeer .sec1 .event_img img {
  width: 600px;
}

.songbeer .sec1 .event_img .laptop_img {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.songbeer .sec1 .event_img .people_img {
  display: none;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.songbeer .sec1 .event_img .img1 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 540px);
  width: 174px;
}

.songbeer .sec1 .event_img .img2 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 359px);
  width: 114px;
}

.songbeer .sec1 .event_img .img3 {
  position: absolute;
  bottom: 0;
  left: calc(50% + 287px);
  width: 123px;
}

.songbeer .sec1 .event_img .img4 {
  position: absolute;
  bottom: 0;
  left: calc(50% + 396px);
  width: 150px;
}

.songbeer .sec1 .event_link {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 100px);
}

.songbeer .sec1 .event_link a {
  display: block;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  border-radius: 64px;
  border: 2px solid #fff;
  background: #ffc000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  font-size: 24px;
}

.songbeer .sec1 .event_link a:hover {
  background: #fed866;
}

.songbeer .sec1 .event_grade {
  width: 900px;
  margin: 0 auto 80px;
}

.songbeer .sec1 .event_grade ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.songbeer .sec1 .event_grade ul li {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #f4c242;
  position: relative;
  -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
          box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
}

.songbeer .sec1 .event_grade ul li .text {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.songbeer .sec1 .event_grade ul li .text h5 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.songbeer .sec1 .event_grade ul li .text p {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.songbeer .sec1 .event_grade ul li .text p span {
  font-size: 36px;
}

.songbeer .sec1 .event_grade ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
}

.songbeer .sec1 .event_prize {
  border: 2px solid #fff;
  border-radius: 25px;
  overflow: hidden;
}

.songbeer .sec1 .event_prize .title {
  padding: 25px 0;
  text-align: center;
  font-size: 36px;
  background: #f4c242;
  margin-bottom: 0;
  font-weight: bold;
}

.songbeer .sec1 .event_prize .prize {
  padding: 25px 20px;
  background: #fff;
}

.songbeer .sec1 .event_prize .prize ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.songbeer .sec1 .event_prize .prize ul li {
  width: 18%;
}

.songbeer .sec1 .event_prize .prize ul li .name {
  display: block;
  border-radius: 50px;
  padding: 12px 10px;
  text-align: center;
  background: #ffc000;
  margin-top: 10px;
}

.songbeer .sec2 {
  background: #fff url(../images/sec2_bg.jpg) no-repeat top center;
  background-size: 1920px;
}

.songbeer .sec2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 730px;
}

.songbeer .sec2 .title {
  width: 100%;
  position: absolute;
  bottom: 120px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.songbeer .sec2 .title h2 {
  margin-right: 30px;
}

.songbeer .sec2 .leftmenu {
  padding-top: 60px;
}

.songbeer .sec2 .leftmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
}

.songbeer .sec2 .leftmenu ul li {
  margin-bottom: 25px;
}

.songbeer .sec2 .leftmenu ul li.on {
  position: relative;
}

.songbeer .sec2 .leftmenu ul li.on a {
  background-color: #ffc000;
  color: #fff;
}

.songbeer .sec2 .leftmenu ul a {
  display: block;
  width: 190px;
  height: 82px;
  border-radius: 41px;
  border: 1px solid #ffc000;
  background-color: #fff;
  color: #ffc000;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
}

.songbeer .sec2 .leftmenu ul a:hover {
  background-color: #fed866;
  color: #fff;
}

.songbeer .sec2 .vedio_area {
  position: relative;
  top: -40px;
  width: 800px;
}

.songbeer .sec2 .vedio_area .ifram_list {
  position: absolute;
  top: 0px;
  padding: 30px;
}

.songbeer .sec2 .vedio_area .mac_layout {
  position: absolute;
  top: 0;
}

.songbeer .sec3 {
  padding-top: 40px;
  background: #f9cf1c;
  background: -webkit-gradient(linear, left bottom, left top, from(#f9cf1c), to(white));
  background: linear-gradient(0deg, #f9cf1c 0%, white 100%);
  position: relative;
  min-height: 880px;
}

.songbeer .sec3 .container {
  max-width: 1100px;
  margin: 0 auto;
}

.songbeer .sec3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px 0;
}

.songbeer .sec3 .title h2 {
  margin-right: 30px;
}

.songbeer .sec3 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
}

.songbeer .sec3 .left {
  width: 300px;
  margin-right: 30px;
}

.songbeer .sec3 .right {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.songbeer .sec3 .right .slide_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 280px;
  margin-bottom: 20px;
}

.songbeer .sec3 .right .slide_wrapper .box {
  position: relative;
  left: -280px;
}

.songbeer .sec3 .right .slide_wrapper .items {
  width: 280px;
  height: 280px;
  position: absolute;
  border: 1px solid #fff;
}

.songbeer .sec4 {
  padding: 100px 0;
  height: 400px;
  background: #f9cf1c url(../images/sec4_bg.jpg) no-repeat center top;
  background-size: 1920px;
}

.songbeer .sec4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.songbeer .sec4 .experience {
  color: #fff;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.songbeer .sec4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.songbeer .sec4 .author_img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 30px;
  overflow: hidden;
}

.songbeer .sec4 .text {
  width: 440px;
  height: 115px;
  padding: 0 30px;
  border-radius: 20px;
  border: 2px solid #ffc000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes songbeer_activy {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes songbeer_activy {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes songbeer_activy1 {
  0% {
    top: 200px;
  }
  50% {
    top: 210px;
  }
  100% {
    top: 200px;
  }
}

@keyframes songbeer_activy1 {
  0% {
    top: 200px;
  }
  50% {
    top: 210px;
  }
  100% {
    top: 200px;
  }
}

@-webkit-keyframes songbeer_activy2 {
  0% {
    top: 210px;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 210px;
  }
}

@keyframes songbeer_activy2 {
  0% {
    top: 210px;
  }
  50% {
    top: 200px;
  }
  100% {
    top: 210px;
  }
}

.lightboxOverlay {
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .songbeer .title h2 {
    font-size: 28px;
  }
  .songbeer .title p {
    font-size: 15px;
    line-height: 1.2;
  }
  .songbeer .container {
    width: 96%;
  }
  .songbeer .kv .img.beer {
    width: 240px;
    top: 135px;
    left: calc(50% - 120px);
  }
  .songbeer .kv .img.title1 {
    width: 350px;
    top: 20px;
    left: calc(50% - 400px);
  }
  .songbeer .kv .text {
    width: 240px;
    left: calc(50% + 130px);
  }
  .songbeer .kv .text h1 {
    font-size: 28px;
  }
  .songbeer .sec1 .content .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 40px 40px 210px;
  }
  .songbeer .sec1 .content .title h2 {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .songbeer .sec1 .content .title p {
    display: block;
    width: 100%;
  }
  .songbeer .sec1 .content .title .link {
    margin: 10px 0 0;
  }
  .songbeer .sec1 .content .title .percent {
    position: absolute;
    top: calc(50% - 70px);
    left: 40px;
    background-color: #FFD201;
  }
  .songbeer .sec1 .content .layout2 .box2-1 iframe {
    display: block;
    margin: 0 auto 40px auto;
  }
  .songbeer .sec1 .content#table2 .title h2 {
    width: 100%;
  }
  .songbeer .sec2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .songbeer .sec2 .title {
    position: static;
    top: auto;
    padding: 60px 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .songbeer .sec2 .title h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .songbeer .sec2 .leftmenu {
    padding-top: 0;
  }
  .songbeer .sec2 .leftmenu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .songbeer .sec2 .leftmenu ul li {
    margin-right: 2%;
  }
  .songbeer .sec2 .vedio_area {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .songbeer .sec2 .vedio_area .mac_layout {
    position: static;
    top: auto;
  }
  .songbeer .sec3 .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .songbeer .sec3 .title h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 840px) {
  .songbeer .sec2 .vedio_area .ifram_list {
    padding: 3.6vw;
  }
  .songbeer .sec2 .vedio_area .ifram_list iframe {
    width: 89vw;
  }
}

@media only screen and (max-width: 768px) {
  .songbeer .warning .warn_pc {
    display: none;
  }
  .songbeer .warning .warn_m {
    display: block;
  }
  .songbeer .br_m {
    display: block;
  }
  .songbeer .kv {
    height: 850px;
  }
  .songbeer .kv .circle {
    width: 400px;
    height: 400px;
    left: calc(50% - 200px);
  }
  .songbeer .kv .img.beer {
    width: 180px;
    top: 155px;
    left: calc(50% - 90px);
  }
  .songbeer .kv .img.title1 {
    width: 50vw;
    left: calc(50% - 50vw);
    top: 100px;
  }
  .songbeer .kv .text {
    top: 500px;
    right: auto;
    width: 300px;
    left: calc(50% - 150px);
  }
  .songbeer .kv .text h2 {
    text-align: justify;
  }
  .songbeer .sec1 {
    padding: 40px 0 80px;
  }
  .songbeer .sec1 .title {
    margin-bottom: 200px;
  }
  .songbeer .sec1 .event_info {
    width: 95%;
  }
  .songbeer .sec1 .event_info img {
    top: -150px;
    bottom: auto;
    left: calc(50% - 95px);
  }
  .songbeer .sec1 .event_info h3 {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 20px;
  }
  .songbeer .sec1 .event_img {
    margin-bottom: 40px;
  }
  .songbeer .sec1 .event_img img {
    width: 90%;
    max-width: 480px;
  }
  .songbeer .sec1 .event_link {
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  .songbeer .sec1 .event_grade {
    width: 95%;
    margin-bottom: 40px;
  }
  .songbeer .sec1 .event_grade ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .songbeer .sec1 .event_grade ul li {
    width: 40vw;
    height: 40vw;
    margin-bottom: 20px;
  }
  .songbeer .sec1 .event_grade ul li .text {
    width: 40vw;
    height: 40vw;
  }
  .songbeer .sec1 .event_grade ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 13vw);
    left: calc(50% - 13vw);
    width: 26vw;
    height: 26vw;
    border-radius: 50%;
    background: #fff;
  }
  .songbeer .sec1 .event_prize .title {
    font-size: 28px;
  }
  .songbeer .sec1 .event_prize .prize {
    padding: 25px 35px;
  }
  .songbeer .sec1 .event_prize .prize ul li {
    padding: 0 20px;
  }
  .songbeer .sec1 .event_prize .slick-arrow {
    width: 28px;
    height: 56px;
    background-size: contain;
  }
  .songbeer .sec1 .event_prize .slick-arrow::before {
    opacity: 0;
  }
  .songbeer .sec1 .event_prize .slick-prev {
    left: -32px;
    background-image: url(../images/arrow_l.svg);
  }
  .songbeer .sec1 .event_prize .slick-next {
    right: -32px;
    background-image: url(../images/arrow_r.svg);
  }
  .songbeer .sec2 .container {
    min-height: unset;
  }
  .songbeer .sec2 .leftmenu ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .songbeer .sec2 .leftmenu ul li {
    margin: 0 10px 30px 0;
  }
  .songbeer .sec2 .leftmenu ul li:nth-last-child(1) {
    margin-right: 0;
  }
  .songbeer .sec2 .leftmenu ul a {
    width: 100px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
  }
  .songbeer .sec3 {
    min-height: auto;
  }
  .songbeer .sec3 .title {
    margin-bottom: 30px;
  }
  .songbeer .sec3 .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
  }
  .songbeer .sec3 .left {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .songbeer .sec3 .right {
    width: 100%;
  }
  .songbeer .sec3 .right ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
  .songbeer .sec3 .right ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .songbeer .sec3 .right ul li a {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .songbeer .sec1 .content .layout2 .box2-1 {
    padding-bottom: 130%;
  }
}
