.wpAdvs {
  text-align: center;
}
.wpAdvs img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-menu-expand {
  width: 31px;
  height: 31px;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -16px;
  left: 13px;
  display: none;
  vertical-align: top;
  cursor: pointer;
}
.c-menu-expand:focus {
  outline: none;
  border: none;
}
.c-menu-expand span {
  background-color: #fff;
  font-size: 0;
  width: 26px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-menu-expand span:before, .c-menu-expand span:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.c-menu-expand span:before {
  transform: translateY(-6px);
  width: 100%;
}
.c-menu-expand span:after {
  transform: translateY(6px);
  width: 100%;
}
.c-menu-expand.active span {
  background-color: transparent;
  left: 5px;
}
.c-menu-expand.active span:before, .c-menu-expand.active span:after {
  background-color: #fff;
}
.c-menu-expand.active span:before {
  transform: translateY(0px) rotate(45deg);
  width: 20px;
}
.c-menu-expand.active span:after {
  transform: translateY(0px) rotate(-45deg);
  width: 20px;
}

.icon-plus {
  background-image: url("Images/plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

.icon-minus {
  background-image: url("Images/minus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

#myslidemenu > ul > li > a .c-submenu-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 9px 0 0;
  text-align: center;
  background-size: 20px auto;
  display: none;
}

@media (max-width: 767px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .c-menu-expand {
    display: block;
  }

  #header .header-inner {
    width: auto;
  }

  #main-nav {
    background-size: 100% 100%;
  }
  #main-nav .main-nav-wrapper {
    width: auto;
    padding: 10px 15px;
    position: relative;
    z-index: 10;
  }
  #main-nav .main-nav-wrapper .form_search {
    float: none;
    width: calc(100% - 40px) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0 !important;
    text-align: left !important;
    justify-content: space-between;
  }
  #main-nav .main-nav-wrapper .form_search .input {
    flex-grow: 1;
    height: 30px;
    padding: 4px 10px;
    border: none;
  }
  #main-nav .main-nav-wrapper .form_search .btn_search {
    white-space: nowrap;
    margin-left: 10px;
    height: 30px;
    padding: 0 10px;
    border: none;
    background-color: white;
  }
  #main-nav .main-nav-wrapper #nav {
    width: auto;
  }

  #footer .footer-wrap {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #main {
    width: auto;
  }
  #main > .clearfix {
    display: flex;
    flex-direction: column;
  }
  #main .panel3_1 {
    float: none;
    width: auto;
    order: 2;
    margin-bottom: 20px;
  }
  #main .panel3_1:last-child {
    margin-bottom: 0;
  }
  #main .panel3_1 .panel3_1_Inner {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main .panel3_2 {
    float: none;
    width: auto;
    order: 1;
    margin-bottom: 20px;
  }
  #main .panel3_2:last-child {
    margin-bottom: 0;
  }
  #main .panel3_2 .panel3_2_Inner {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main .panel3_3 {
    float: none;
    width: auto;
    order: 3;
    margin-bottom: 20px;
  }
  #main .panel3_3:last-child {
    margin-bottom: 0;
  }
  #main .panel3_3 .panel3_3_Inner {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main:has(.leftPanel1) {
    display: flex;
    flex-direction: column;
  }
  #main:has(.leftPanel1) #headerPanel {
    order: 1;
    width: auto;
  }
  #main:has(.leftPanel1) .leftPanel1 {
    order: 3;
    width: auto;
    margin-bottom: 20px;
  }
  #main:has(.leftPanel1) .leftPanel1 .leftPanel1Inner {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main:has(.leftPanel1) .rightPanel1 {
    order: 2;
    width: auto;
    margin-bottom: 20px;
  }
  #main:has(.leftPanel1) .rightPanel1 .rightPanel1Inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main:has(.leftPanel2) {
    display: flex;
    flex-direction: column;
  }
  #main:has(.leftPanel2) #headerPanel {
    order: 1;
    width: auto;
  }
  #main:has(.leftPanel2) .leftPanel2 {
    order: 2;
    width: auto;
    margin-bottom: 20px;
  }
  #main:has(.leftPanel2) .leftPanel2 .leftPanel2Inner {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main:has(.leftPanel2) .rightPanel2 {
    order: 3;
    width: auto;
    margin-bottom: 20px;
  }
  #main:has(.leftPanel2) .rightPanel2 .rightPanel2Inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main:has(.leftPanel3) {
    display: flex;
    flex-direction: column;
  }
  #main:has(.leftPanel3) #headerPanel {
    order: 1;
    width: auto;
  }
  #main:has(.leftPanel3) .leftPanel3 {
    order: 2;
    width: auto;
    margin-bottom: 20px;
  }
  #main:has(.leftPanel3) .leftPanel3 .leftPanel3Inner {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main:has(.leftPanel3) .rightPanel3 {
    order: 3;
    width: auto;
    margin-bottom: 20px;
  }
  #main:has(.leftPanel3) .rightPanel3 .rightPanel3Inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-detail {
    padding: 10px 0 0 0;
  }
  .news-detail .nws-d-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .news-detail * {
    max-width: 100%;
    line-height: 1.4;
  }
  .news-detail img {
    width: auto;
    height: auto !important;
    max-width: 100% !important;
  }

  .song-detail .detail-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .song-detail .player {
    padding-top: 59.7014925373%;
    position: relative;
    z-index: 1;
  }
  .song-detail .player .player-wrapper {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .song-detail .player .player-wrapper iframe {
    width: 100%;
    height: 100%;
  }

  .content-block-title {
    height: auto;
    padding: 7px 7px 7px 15px;
    line-height: 1.4;
  }

  .content-block.special-video, .content-block.related-video {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-block.special-video .content-block-title, .content-block.related-video .content-block-title {
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .content-block.special-video .content-item, .content-block.related-video .content-item {
    float: none;
    width: 50%;
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
  .content-block.special-video .content-item a.video-img, .content-block.related-video .content-item a.video-img {
    padding-top: 61.0687022901%;
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    background: none;
  }
  .content-block.special-video .content-item a.video-img img, .content-block.related-video .content-item a.video-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .content-block.special-video .content-item .meta h3, .content-block.related-video .content-item .meta h3 {
    height: auto;
  }

  .special-song .content-item {
    padding: 0 0 15px;
  }

  .listnews .news-item .nws-img a {
    width: 140px;
  }
  .listnews .news-item .nws-img a img {
    width: 100%;
  }

  .categories {
    margin-bottom: 20px;
  }
  .categories:last-child {
    margin-bottom: 0;
  }

  .advitems img {
    width: 100%;
    height: auto;
  }

  #dfooter {
    width: auto;
    height: auto;
    padding: 5px 15px 15px;
  }

  #dfooter0 {
    width: auto;
    height: auto;
    text-align: center !important;
    padding: 10px 15px 15px;
  }

  #main > table:has(.divcontent) {
    display: block;
    width: 100%;
  }
  #main > table:has(.divcontent) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(.divcontent) tbody tr:has(.divcontent) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(.divcontent) tbody tr:has(.divcontent) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(.divcontent) tbody tr:has(.divcontent) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(.divcontent) tbody tr:has(.divcontent) td:has(.divcontent) {
    width: 100%;
    order: 1;
  }

  #main > table:has(#newlist) {
    display: block;
    width: 100%;
  }
  #main > table:has(#newlist) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(#newlist) tbody tr:has(#newlist) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(#newlist) tbody tr:has(#newlist) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(#newlist) tbody tr:has(#newlist) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(#newlist) tbody tr:has(#newlist) td:has(#newlist) {
    width: 100%;
    order: 1;
  }

  #main > table:has(#newcontentdetail) {
    display: block;
    width: 100%;
  }
  #main > table:has(#newcontentdetail) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(#newcontentdetail) tbody tr:has(#newcontentdetail) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(#newcontentdetail) tbody tr:has(#newcontentdetail) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(#newcontentdetail) tbody tr:has(#newcontentdetail) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(#newcontentdetail) tbody tr:has(#newcontentdetail) td:has(#newcontentdetail) {
    width: 100%;
    order: 1;
  }

  #newcontentdetail img {
    max-width: 100%;
    height: auto;
  }
  #newcontentdetail iframe {
    max-width: 100%;
  }

  #main > table:has(#viewAllPage) {
    display: block;
    width: 100%;
  }
  #main > table:has(#viewAllPage) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(#viewAllPage) tbody tr:has(#viewAllPage) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(#viewAllPage) tbody tr:has(#viewAllPage) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(#viewAllPage) tbody tr:has(#viewAllPage) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(#viewAllPage) tbody tr:has(#viewAllPage) td:has(#viewAllPage) {
    width: 100%;
    order: 1;
  }

  #viewAllPage img {
    max-width: 100%;
    height: auto;
  }
  #viewAllPage iframe {
    max-width: 100%;
  }

  #main > table:has(#viewListTitlePage) {
    display: block;
    width: 100%;
  }
  #main > table:has(#viewListTitlePage) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(#viewListTitlePage) tbody tr:has(#viewListTitlePage) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(#viewListTitlePage) tbody tr:has(#viewListTitlePage) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(#viewListTitlePage) tbody tr:has(#viewListTitlePage) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(#viewListTitlePage) tbody tr:has(#viewListTitlePage) td:has(#viewListTitlePage) {
    width: 100%;
    order: 1;
  }

  #main > table:has(#viewConentPage) {
    display: block;
    width: 100%;
  }
  #main > table:has(#viewConentPage) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(#viewConentPage) tbody tr:has(#viewConentPage) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(#viewConentPage) tbody tr:has(#viewConentPage) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(#viewConentPage) tbody tr:has(#viewConentPage) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(#viewConentPage) tbody tr:has(#viewConentPage) td:has(#viewConentPage) {
    width: 100%;
    order: 1;
  }

  #viewConentPage img {
    max-width: 100%;
    height: auto;
  }
  #viewConentPage iframe {
    max-width: 100%;
  }

  #main > table:has(#breadCrumb) {
    display: block;
    width: 100%;
  }
  #main > table:has(#breadCrumb) tbody {
    display: block;
    width: 100%;
  }
  #main > table:has(#breadCrumb) tbody tr:has(#breadCrumb) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  #main > table:has(#breadCrumb) tbody tr:has(#breadCrumb) td.leftpanel {
    width: 100%;
    order: 2;
  }
  #main > table:has(#breadCrumb) tbody tr:has(#breadCrumb) td.rightpanel {
    width: 100%;
    order: 3;
  }
  #main > table:has(#breadCrumb) tbody tr:has(#breadCrumb) td:has(#breadCrumb) {
    width: 100%;
    order: 1;
  }

  .markermenu {
    width: 100% !important;
  }

  #myslidemenu {
    height: 32px;
  }
  #myslidemenu > ul {
    display: none;
    width: auto !important;
    float: none;
    margin-bottom: 5px;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
  #myslidemenu > ul > li {
    width: 100%;
    background: #fff;
    height: auto;
  }
  #myslidemenu > ul > li.navSplit {
    display: none;
  }
  #myslidemenu > ul > li > a {
    white-space: nowrap;
    display: block;
    color: #000;
    float: none;
    padding: 12px 15px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  #myslidemenu > ul > li > a .c-submenu-btn {
    display: block;
  }
  #myslidemenu > ul > li > a .downarrowclass {
    display: none;
  }
  #myslidemenu > ul > li > ul {
    float: none !important;
    width: auto !important;
    position: static !important;
    box-shadow: none !important;
  }
  #myslidemenu > ul > li > ul > li {
    width: auto;
    line-height: normal;
    background: white;
  }
  #myslidemenu > ul > li > ul > li > a {
    width: auto;
    float: none;
    margin: 0;
    height: auto;
    line-height: 1.4;
    color: #000;
    padding: 7px 15px 7px 30px;
  }

  .box-border > table {
    display: block;
    width: 100%;
  }
  .box-border > table tbody {
    display: block;
    width: 100%;
  }
  .box-border > table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .box-border > table tbody tr td {
    width: 100%;
  }
  .box-border > table tbody tr td img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .box-border .groupNew-hp {
    margin-left: 0;
  }

  .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 100%;
  }
  .table-responsive .table {
    width: 100%;
  }
}

/*# sourceMappingURL=responsive.css.map */
