@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+TC:wght@400;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  transition: 0.3s all;
}

img {
  width: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit
}

ul li::marker {
  color: #FAFF00;
}

html,
body {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  background: url('../images/bg.jpg') center center;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 996px;
  }
}

.tab-pane section {
  text-align: center;
  border-radius: 40px;
  margin-bottom: 80px;
}

.tab-pane section:last-child {
  margin-bottom: 0px;
}


.content-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}

.content-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
}

.content-reg ul {
  list-style: disc;
  margin-left: 2em;
}

.content-reg ul li {
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: left;
}
#sec-1-3 a,#sec-4-3 a{
  display: inline-block;
}
.flex-block {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
  align-items: center;
}

.flex-block .text {
  width: 60%;
}

.flex-block .pic {
  width: 40%;
}

.pic-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.pic .pic-inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.map-google {
  width: 100%;
  display: inline-block;
}

.time-list img {
  width: 100%;
}

section {
  position: relative;
}

.lightbox {
  z-index: 10000000 !important;
}

.lightboxOverlay {
  z-index: 9999999 !important;
}

.lightbox .lb-image {
  border-radius: 0px !important;
  border: none !important;
}

/* 背景旋轉光 */
.bg_spin {
  pointer-events: none;
  position: fixed;
  top: -30%;
  width: 100%;
  height: 100vh;
  z-index: 11;
}

.bg_spin span {
  position: absolute;
  width: 2000px;
  height: 2000px;
  top: -100%;
  background-image: url('../images/bg_spin.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
  opacity: .5;
}

.bg_spin span:nth-of-type(1) {
  right: 40%;
  animation: spin 10s linear 0s infinite normal;
}

.bg_spin span:nth-of-type(2) {
  left: 40%;
  animation: spin 10s linear 0s infinite reverse;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 背景旋轉光 END*/
header {
  background-color: #000;
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 999;
}

header a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

header a:hover {
  color: #a0d9f7;
  text-decoration: none;
}

.header_content {
  width: 1200px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_content a+a {
  padding-left: 10px;
}

/*wrapper*/
.wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
  z-index: 80;
  background: url('../images/top_bg.png')no-repeat center bottom;
  width: 100%;
  height: 100vh;
  background-size: cover;
  margin-top: 66px;
}

.wrapper::before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  /* background: linear-gradient(180deg, rgba(5, 8, 23, 0) 0%, rgba(5, 7, 21, 0.59) 35.42%, rgba(5, 7, 21, 0.81) 60.42%, #050615 100%); */
}

.wrapper .banner-title {
  position: absolute;
  width: 538px;
  left: 50%;
  bottom: 36%;
  transform: translateX(-50%);
}

.non_pointer {
  pointer-events: none;
}

.cta-btn {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  transition: 0.3s all;
}

.cta-btn .btn:first-child {
  background: url('../images/reg-btn.png') center center no-repeat;
  background-size: contain;
  width: 247px;
  height: 123px;
}

.cta-btn .btn:first-child:hover {
  background: url('../images/reg-btn-hover.png') center center no-repeat;
}

.cta-btn .btn:nth-child(2) {
  background: url('../images/signup.png') center center no-repeat;
  background-size: contain;
  width: 247px;
  height: 123px;
}

.cta-btn .btn:nth-child(2):hover {
  background: url('../images/signup-hover.png') center center no-repeat;
}

.cta-btn .btn:nth-child(3) {
  background: url('../images/dl.png') center center no-repeat;
  background-size: contain;
  width: 247px;
  height: 123px;
}

.cta-btn .btn:nth-child(3):hover {
  background: url('../images/dl-hover.png') center center no-repeat;
}

/* tab-nav */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #007bff;
  position: relative;
}

.information .nav-pills {
  justify-content: center;
}

.sticky {
  position: sticky;
  top: 84px;
  z-index: 12;
}

.nav-link {
  margin: 0 16px;
  padding: 8px 0;
}

.tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/tab-nav-bg.png) center center no-repeat;
  background-size: contain;
  width: 1338px;
  height: 89px;
  margin: 0 auto 80px;
}

.tab-nav .nav-item:nth-child(1) a {
  background: url('../images/tab-nav-1.png') center center no-repeat;
  background-size: contain;
  width: 181px;
  height: 89px;
}

.tab-nav .nav-item:nth-child(1) a:hover,
.tab-nav .nav-item:nth-child(1) a.active {
  background: url('../images/tab-nav-1-hover.png') center center no-repeat;
}

.tab-nav .nav-item:nth-child(2) a {
  background: url('../images/tab-nav-2.png') center center no-repeat;
  background-size: contain;
  width: 166px;
  height: 89px;
}

.tab-nav .nav-item:nth-child(2) a:hover,
.tab-nav .nav-item:nth-child(2) a.active {
  background: url('../images/tab-nav-2-hover.png') center center no-repeat;
}

.tab-nav .nav-item:nth-child(3) a {
  background: url('../images/tab-nav-3.png') center center no-repeat;
  background-size: contain;
  width: 224px;
  height: 89px;
}

.tab-nav .nav-item:nth-child(3) a:hover,
.tab-nav .nav-item:nth-child(3) a.active {
  background: url('../images/tab-nav-3-hover.png') center center no-repeat;
}

.tab-nav .nav-item:nth-child(4) a {
  background: url('../images/tab-nav-4.png') center center no-repeat;
  background-size: contain;
  width: 179px;
  height: 89px;
}

.tab-nav .nav-item:nth-child(4) a:hover,
.tab-nav .nav-item:nth-child(4) a.active {
  background: url('../images/tab-nav-4-hover.png') center center no-repeat;
}

.tab-nav a,
.tab-nav a:hover {
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  text-shadow: -1px 2px 13px #FFFFFF;
}



/*內容*/
.s1_light {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url('../images/light.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: flash1 0.01s linear 1s infinite;
  filter: brightness(140%);
  opacity: 0.7;
}

@keyframes flash1 {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0.4;
  }
}

/* 閃光線END */
.top_bn {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.au_logo {
  position: absolute;
  right: 50%;
  top: 20px;
  transform: translateX(50%);
  width: 160px;
  display: inline-block;
}

@keyframes top-logo {
  0% {
    background-image: url("../images/au_logo_0.png");
  }

  100% {
    background-image: url("../images/au_logo_1.png");
  }
}

.slogan {
  width: 80%;
  max-width: 400px;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* 點我報名按鈕 */
.topbn_apply {
  position: absolute;
  bottom: 80px;
  animation: apply 0.7s infinite alternate ease-in-out;
}

@keyframes apply {
  0% {
    filter: brightness(0.9);
  }

  50% {
    filter: brightness(1.4);
  }

  100% {
    filter: brightness(1.6);
  }
}

.topbn_apply:hover {
  animation: gomove 0.9s infinite alternate ease-in-out;
}

@keyframes gomove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

/* 點我報名按鈕 END*/
#one .nav-pills {
  width: 100%;
}

/* nav */
.introduce-menu {
  text-align: center;
  flex-direction: column;
  /* justify-content: end; */
  align-items: flex-end;
  position: fixed;
  top: 64px;
  right: 12px;
  z-index: 999;
  height: fit-content;
}

.flex-column .nav-item:nth-child(1) a {
  background: url("../images/topbn_music.png")no-repeat center;
  background-size: 100%;
  width: 100px;
  height: 94px;
}

.flex-column .nav-item:nth-child(1) .off {
  background: url("../images/topbn_music_off.png")no-repeat center;
  background-size: contain;
}

.introduce-menu .nav li span,
.introduce-menu .nav li a {
  display: inline-block;
  padding: 0;
}


#one .nav-pills .nav-link.active {
  filter: brightness(1);
  background-color: transparent;
}

#one .nav-pills .nav-link {
  background-color: transparent;
  filter: brightness(0.5);
}

.gotop {
  margin: auto;
  position: fixed;
  right: -12px;
  bottom: 0px;
  z-index: 100000002;
}

.gotop a {
  position: relative;
  transition: 0.3s all;
}

.gotop a:hover {
  transform: scale(1.05);
}

/* nav_end */

/* Top_role */
.role_group {
  position: relative;
  max-width: 367px;
  transform: translateX(-50px);
  filter: brightness(10%);
  transition: filter 0.5s;
}

.group1 {
  transform: translateX(50px);
}

/* 下載註冊按鈕 */
.topbn_dl,
.topbn_login {
  width: 100%;
  max-width: 200px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.role-hover {
  filter: brightness(100%);
  /* -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; */
}

/*wrapper END*/
.information {
  padding: 120px 0;
}

/* 頁籤按鈕 */
.tab-btn {
  display: flex;
  justify-content: center;
}

.tab-btn .nav {
  display: flex;
  justify-content: center;
}



/* 頁籤ul */
#tab>ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#tab>ul>li {
  list-style-type: none;
  display: inline-block;
  /* margin-right:-28px; */
}

#tab>ul>li>a {
  font-size: 0px;
}

/*頁籤div內容*/

/*第一筆的底色*/
span:target~#tab>ul li:first-child a {}

span:target~#tab>div:first-of-type {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

span~#tab>div:first-of-type,
#tab-1:target~#tab>div.tab-content-1,
#tab-2:target~#tab>div.tab-content-2,
#tab-3:target~#tab>div.tab-content-3 {
  /* visibility:visible;
  height:auto;
	opacity:1; */
}

/* add */

.tab-event>ul>li.active>span {
  background-position-x: -284px;
}

.tab-event .tab-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.tab-event .tab-content.active {
  height: auto;
  overflow: auto;
  visibility: visible;
  opacity: 1;
  transition: all 1s;
}

.tab-content-1,
.tab-content-3 {
  position: relative;
}

.serve_link {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 25%;
  width: 40px;
  height: 30px;
}

.coupon {
  display: inline-block;
  position: absolute;
  left: 30%;
  bottom: 11.5%;
  width: 98px;
  height: 34px;
}

.serve_link:link,
.serve_link:active,
.serve_link:hover,
.serve_link:visited,
.coupon:link,
.coupon:active,
.coupon:hover,
.coupon:visited {
  color: #ffffff00;
  opacity: 0;
}

.content-1-4 {
  background: url('../images/page1_3.png') bottom no-repeat;
}

.content-1-4 {
  background-size: cover;
  background-position: top;
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 150px 0 15px 0;
}

/* location_info */
.location_info {
  width: 100%;
  max-width: 920px;
  margin: auto;
}

/* 中間選單 */
.navbtn {
  width: 100%;
  text-align: center;
}

.navbtn ul,
.detail-list ul {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  padding-bottom: 30px;
}

.location_info .location-btn {
  background: url('../images/page1_3_btn.png');
  background-repeat: no-repeat;
  width: 131px;
  height: 110px;
  z-index: 10;
  display: inline-block;
}

.location_info .btn8 {
  background-position-x: -136px;
}

.location-btn:hover,
#tab-7:target~#tab>ul li:nth-child(1) a,
#tab-8:target~#tab>ul li:nth-child(2) a {
  background-position-y: -111px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-position-y: -111px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.loc_container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}

.map-tp {
  top: 26%;
  right: 29%;
}

.map-tc {
  top: 25%;
  right: 23%;
}

.map div {
  width: 100%;
  height: 100%;
}

/* location_info End*/
.sponsor {
  background-color: #5544;
}

.sponsor .container {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 5.5%;
  margin: auto;
}

/* 引入footer修改 */

#footer {
  padding: 60px;
  background-color: #000;
}

#footer ul {
  justify-content: space-evenly;
}

.copyright img {
  max-height: inherit;
  vertical-align: inherit;
  display: inline-block;
}

#footer ul li:nth-child(3) {
  display: flex;
  width: 40%;
  align-items: center;
}

#footer ul li:nth-child(2) img {
  max-width: 260px;
}

#footer ul li:nth-child(3) img {
  max-width: 70px;
  margin-right: 12px;
}

.copyright li:last-child img {
  max-height: 65px;
}

#footer span {
  color: #fff !important;
}

/* footer END*/

@media screen and (max-width:1750px) {
}

@media screen and (max-width:1625px) {
  .wrapper {
    padding: 14% 0 1% 0;
  }


  .slogan {
    width: 50%;
    max-width: 300px;
  }

  .role_group {
    position: relative;
    transform: translateX(-50px);
  }

  .group1 {
    max-width: 360px;
    transform: translateX(50px);
  }

  .group2 {
    max-width: 340px;
  }
}

@media screen and (max-width:1440px) {

  .group1 {
    max-width: 320px;
  }

  .group2 {
    max-width: 300px;
  }

  .slogan {
    padding-top: 30px;
  }

  .topbn_apply {
    min-width: 210px;
    width: 20%;
    bottom: 31%;
  }

  .tab-content {
    padding: 0 2%;
  }
}

@media screen and (max-width:992px) {
  .au_logo {
    display: none;
  }

  .m_au_logo {
    position: fixed;
    right: 20px;
    top: 5px;
    z-index: 1050;
  }

  .m_logo {
    background: url("../images/au_logo_0.png")center no-repeat;
    background-size: 100%;
    margin: auto;
    width: 75px;
    height: 40px;
  }

  .topbn_apply {
    min-width: 210px;
  }

  .group1 {
    transform: translateX(10px);
    max-width: 293px;
  }

  .group2 {
    transform: translateX(0px);
    max-width: 273px;
  }

  .introduce-menu .closeSide a {
    background-size: 80%;
    top: -85px;
    left: 40px;
  }

  .introduce-menu .closeSide .sideIcon {
    background-size: 80%;
    top: -72px;
    left: -110px;
  }

  .introduce-menu .nav {
    padding: 10% 8% 9% 8%;
  }

  .side-tab .nav-item:nth-child(1) a {
    width: 84px;
    height: 54px;
  }

  .side-tab .nav-item a {
    width: 85%;
  }

  .side-tab .nav-item:nth-child(4) a,
  .side-tab .nav-item:nth-child(5) a {
    width: 100%;
  }

  .jq-goTop {
    padding: 0;
    margin: auto;
  }

  #footer ul li:nth-child(3) {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width:768px) {

  .sticky {
    overflow-x: scroll;
    margin-bottom: 40px;
    top: 56px;
  }

  .slogan {
    padding-top: 30%;
  }

  .cta-btn {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .cta-btn a {
    width: 40% !important;
  }

  .cta-btn a:hover {
    background-size: contain !important;
  }

  .cta-btn a:last-child {
    display: none;
  }

  .tab-nav .nav-item a {
    width: 160px !important;
    background-size: contain !important;
  }

  .wrapper::before {
    height: 48px;
  }

  .nav-link {
    margin: 0 8px;
  }

  .information {
    padding: 0px 0 40px 0;
  }

  .tab-pane section {
    margin-bottom: 20px;
    border-radius: 0;
  }

  .wrapper {
    height: 90vh;
    margin-top: 50px;
  }

  .en-title {
    opacity: 0.2;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
  }

  .content-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
  }

  .content-reg ul li {
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
  }

  .block-title {
    font-size: 24px;
  }

  .title {
    margin-bottom: 54px;
  }

  .tw-title {
    bottom: -40px;
    font-size: 60px;
  }

  .block {
    margin-bottom: 16px;
  }

  .group1 {
    display: none;
  }

  .group2 {
    max-width: 370px;
    transform: translateX(0px);
    filter: brightness(100%);
  }

  .tab-pane section {
    overflow: hidden;
  }

  #sec-1-1 .title::after {
    width: 100px;
    height: 118px;
    right: -30px;
    top: -12px;
    background-size: contain;
  }

  #sec-1-1::after {
    width: 127px;
    height: 277px;
    left: -40px;
    top: 160px;
    background-size: contain;
  }

  #sec-1-1::before {
    display: none;
  }

  #sec-1-2 .en-title {
    font-size: 68px;
  }

  #sec-1-2::before {
    display: none;
  }

  #sec-1-3 .tw-title {
    bottom: -40px;
    font-size: 50px;
  }

  #sec-1-3 .title::after {
    display: none;
  }

  #sec-1-4 .tw-title {
    bottom: -40px;
    font-size: 54px;
  }

  #sec-1-4 .en-title {
    font-size: 60px !important;
  }

  #sec-1-4 .title::after {
    display: none;
  }

  #sec-1-4 .title::before {
    display: none;
  }

  #sec-1-4 .content::before {
    display: none;
  }

  #sec-2-1 .tw-title {
    font-size: 54px;
  }

  #sec-2-1 .title::before {
    width: 47px;
    right: -20px;
    bottom: -40px;
    background-size: contain;
  }

  #sec-2-1 .title::after {
    width: 148px;
    left: -50px;
    background-size: contain;
  }

  #sec-1-2::after {
    display: none;
  }

  #sec-2-2 .en-title,
  #sec-2-3 .en-title {
    font-size: 48px;
    line-height: 1;
  }

  #sec-2-2 .title::after {
    width: 100px;
    left: 0px;
    z-index: 11;
    bottom: -220px;
    background-size: contain;
  }

  #sec-2-2 .tw-title {
    font-size: 40px;
  }

  #sec-2-2 .title::before {
    width: 84px;
    right: 0px;
    bottom: -230px;
    background-size: contain;
  }

  #sec-2-3 .title::before {
    display: none;
  }

  #sec-2-3 .tw-title {
    font-size: 40px;
  }

  #sec-2-3 .title::after {
    width: 309px;
    height: 240px;
    bottom: -250px;
    background-size: contain;
  }

  #sec-3-1 .en-title {
    font-size: 48px;
    line-height: 1.6;
  }

  #sec-3-1 .title::after {
    width: 338px;
    left: 50%;
    bottom: -360px;
    background-size: contain;
  }

  #sec-3-2 .title::after {
    width: 348px;
    height: 275px;
    left: 56%;
    bottom: -350px;
    background-size: contain;
  }

  #sec-4-1 .en-title {
    font-size: 48px;
    line-height: 1.6;
  }

  #sec-4-4 .en-title {
    font-size: 48px;
    line-height: 1.6;
  }

  #sec-5-1 .en-title {
    font-size: 40px;
    line-height: 1.6;
  }

  #sec-5-2 .tw-title {
    font-size: 50px;
  }

  #sec-5-2 .en-title {
    line-height: 1.2;
    font-size: 48px;
  }

  #sec-5-2 .title,
  #sec-5-1 .title {
    margin-bottom: 40px;
  }

  #sec-4-1 .champ::before {
    width: 157px;
    height: 128px;
    left: 26%;
    background-size: contain;
    top: 12%;
  }

  #sec-6-1 .en-title {
    line-height: 1.6;
    font-size: 56px;
  }

  #sec-5-2::after {
    content: '';
    position: absolute;
    background: url(../images/deco-5-2.png) center center no-repeat;
    width: 232px;
    height: 213px;
    left: -100px;
    bottom: -60px;
    z-index: 11;
  }

  #sec-5-2::after {
    display: none;

  }

  #sec-4-2::before,
  #sec-4-2::after {
    display: none;
  }

  #sec-5-1 .title::after {
    display: none;
  }

  #sec-6-1 .col-md-4 {
    margin-bottom: 12px;
  }

  .notice {
    font-weight: 400;
    font-size: 13px;
  }

  .gotop {
    right: 0px;
    bottom: 12px;
    width: 120px;
  }

  .introduce-menu {
    right: 100px;
    bottom: 8px;
    top: inherit;
  }

  .flex-block {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .information .nav-pills {
    flex-wrap: nowrap;
    margin-bottom: 16px !important;
    width: 800px;
  }

  .wrapper .banner-title {
    width: 340px;
  }

  .flex-block .text {
    width: 100%;
    margin-bottom: 16px;
  }

  .flex-block .pic {
    width: 100%;
  }

  .block-subtitle {
    font-size: 20px;
  }

  .topbn_apply {
    bottom: 23%;
  }

  .flex-column .nav-item:nth-child(1) .off {
    /* background-size: 70%; */
  }

  .side-tab .nav-item:nth-child(1) a {
    width: 84px;
  }

  .tab-content-1 .breathe:nth-child(1),
  .tab-content-2 .breathe:nth-child(1),
  .tab-content-3 .breathe:nth-child(1) {
    margin: 0 auto;
  }

  .content-1-4 {
    padding: 110px 0 15px 0;
  }

  .tab-content-1-4 .loc_container {
    padding: 0 10px;
  }

  .location_info .btn7 {
    background-position-x: 3px;
  }

  .location_info .btn8 {
    background-position-x: -105px;
  }

  .location_info .btn7,
  .location_info .btn8 {
    width: 110px;
    height: 90px;
    background-size: 200%;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    background-position-y: -94px;
  }

  .map-tp {
    top: 26%;
    right: 29%;
    width: 26px;
  }

  .map-tc {
    top: 25%;
    right: 24%;
    width: 26px;
  }

  #footer .copyright {
    justify-content: center;
  }

  #footer ul li:nth-child(1),
  #footer ul li:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer ul li:nth-child(1) img {
    max-width: 180px;
  }

  #footer ul li:nth-child(1) br,
  #footer ul li:nth-child(2) br {
    display: none;
  }
}

@media screen and (max-width:480px) {}

.introduce-menu .nav {
  background-size: 87% 100%;
  padding: 7% 0% 7% 0%;
}

.side-tab .nav-item a {
  width: 60%;
}

.side-tab .nav-item:nth-child(1) a {
  width: 100px;
}

.side-tab .nav-item:nth-child(7) a {
  display: inline-block;
}

.side-tab .nav-item:nth-child(4) a,
.side-tab .nav-item:nth-child(5) a,
.side-tab .nav-item:nth-child(7) a {
  width: 75%;
}

.content-1-4 {
  padding-top: 70px;
  margin-bottom: 20px;
}

.navbtn ul {
  width: 80%;
  margin: auto;
}

.navbtn ul .nav-item {
  width: 35%;
}

.map-tp {
  top: 25%;
  right: 27%;
  width: 20px;
}

.map-tc {
  top: 25%;
  right: 25%;
  width: 20px;
}

.serve_link {
  top: 44%;
  left: 23%;
}

.coupon {
  left: 24%;
  bottom: 9.5%;
  width: 78px;
  height: 24px;
}