@charset "UTF-8";
@media screen and (max-width: 960px) {
  #visule-zone-set, #popup-zone-set, #move-zone-set {
    display: none;
  }
}
.vs-calen {
  background-color: #fff;
}

#body-container {
  margin-top: 0px;
}
@media screen and (max-width: 760px) {
  #body-container {
    margin-top: 0px;
  }
}

#visual-section {
  position: relative;
  z-index: 222;
  min-height: 150px;
  background-color: #111;
}
#visual-section .owl-carousel {
  position: relative;
  /* 유튜브 썸네일 배경 패턴 및 스타일 - 2026.01.06 다원시스템 */
  /* 유튜브 iframe 스타일 (16:9 비율 유지, 중앙 정렬) - 2026.01.06 다원시스템 */
}
#visual-section .owl-carousel .thumbnail {
  padding-top: 40%;
}
#visual-section .owl-carousel .thumbnail:has(#youtube-player-iframe) {
  background-color: #000;
  background-image: repeating-linear-gradient(45deg, #1a1a1a, #1a1a1a 10px, #0f0f0f 10px, #0f0f0f 20px);
  padding-top: 40%;
}
#visual-section .owl-carousel #youtube-player-iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 71.11%;
  height: 100%;
  z-index: 200;
  min-width: 640px;
  min-height: 360px;
}
#visual-section .owl-carousel:hover .owl-nav .owl-prev, #visual-section .owl-carousel:hover .owl-nav .owl-next {
  display: block;
}
#visual-section .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translate(0%, -50%);
}
#visual-section .owl-carousel .owl-nav button:hover {
  background: transparent;
  color: #2980b9;
}
#visual-section .owl-carousel .owl-nav .owl-prev, #visual-section .owl-carousel .owl-nav .owl-next {
  color: #fff;
  font-size: 120px;
  display: none;
  outline: none;
}
#visual-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  display: block;
  left: -20px;
  top: 50%;
  bottom: 0;
  margin-top: auto;
  margin-top: auto;
  text-align: center;
  padding: 0px;
  outline: none;
}
#visual-section .owl-carousel .owl-nav .owl-next {
  float: right;
}
#visual-section .btn-prev, #visual-section .btn-next {
  color: #fff;
  font-size: 120px;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
  z-index: 99;
  display: none;
  padding: 10px;
}
#visual-section .btn-prev {
  left: 0px;
}
#visual-section .btn-next {
  right: 0px;
}
#visual-section:hover .btn-prev, #visual-section:hover .btn-next {
  display: block;
}
#visual-section .owl-custom-dots {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#visual-section .owl-custom-dots button {
  border: none;
  outline: inherit;
  background-color: transparent;
  cursor: pointer;
}
#visual-section .owl-custom-dots .playndots {
  display: inline-block;
  position: relative;
}
#visual-section .owl-custom-dots .btn-play {
  color: #2980b9 !important;
  font-size: 24px;
  float: left;
  padding: 2px;
}
#visual-section .owl-custom-dots ul {
  display: block;
  float: left;
}
#visual-section .owl-custom-dots ul li {
  display: inline-block;
}
#visual-section .owl-custom-dots ul li button {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin: 5px 7px;
  display: block;
  background: rgb(173, 172, 170);
}
#visual-section .owl-custom-dots ul li.active button {
  background-color: #2980b9 !important;
}
#visual-section #visule-zone-set {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  z-index: 99;
  color: #fff;
  padding: 5px;
  background-color: #000;
}
#visual-section #visule-zone-set a {
  color: #fff;
}
@media screen and (max-width: 760px) {
  #visual-section {
    /* 모바일 유튜브 iframe 스타일 (고해상도 썸네일 로드 후 축소) - 2026.01.06 다원시스템 */
  }
  #visual-section .owl-custom-dots {
    bottom: 0px;
  }
  #visual-section .playndots {
    display: none !important;
  }
  #visual-section #youtube-player-iframe {
    min-width: 0 !important;
    min-height: 0 !important;
    width: 640px !important;
    height: 360px !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) scale(0.4167) !important;
    transform-origin: center top !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
  }
}

#calen-section-ext {
  position: relative;
  z-index: 444;
  margin-top: 0px;
  color: #fff;
  overflow: inherit;
}
#calen-section-ext .bar-calen {
  display: block;
  z-index: 444;
  height: 90px;
  width: 100%;
  background-color: #804298;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
#calen-section-ext .bar-calen .container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0;
}
#calen-section-ext .bar-calen .yearmonth {
  width: 160px;
  position: relative;
  float: left;
}
#calen-section-ext .bar-calen .yearmonth .monthengtxt {
  margin-bottom: 5px;
  font-size: 15px;
}
#calen-section-ext .bar-calen .yearmonth .yearmonthtxt {
  font-size: 25px;
  font-weight: 600;
}
#calen-section-ext .bar-calen .yearmonth .monthtxt {
  color: #f9e006;
}
#calen-section-ext .bar-calen .yearmonth .prev-next-button {
  position: absolute;
  right: 20px;
  top: -6px;
  text-align: center;
}
#calen-section-ext .bar-calen .yearmonth .prev-next-button a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 5px 0px;
}
#calen-section-ext .bar-calen .yearmonth .prev-next-button a i {
  margin: 0px;
}
#calen-section-ext .bar-calen .yearmonth .prev-next-button .prev {
  position: relative;
  border-bottom: 1px solid #9368a5;
}
#calen-section-ext .bar-calen .daylist {
  position: relative;
  float: left;
  overflow-x: auto;
  text-align: center;
}
#calen-section-ext .bar-calen .daylist ul {
  text-align: center;
  display: block;
}
#calen-section-ext .bar-calen .daylist ul li {
  float: left;
  text-align: center;
  width: 26px;
  height: 60px;
}
#calen-section-ext .bar-calen .daylist ul li span {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #9368a5;
}
#calen-section-ext .bar-calen .daylist ul li.today a {
  color: #000 !important;
  background-color: rgb(219, 216, 216);
  border-radius: 50%;
  text-align: center;
}
#calen-section-ext .bar-calen .daylist ul li a {
  display: block;
  color: #fff;
  padding-top: 5px;
  margin-top: 5px;
  width: 26px;
  height: 26px;
}
#calen-section-ext .bar-calen .daylist ul li a.active {
  color: #000 !important;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
#calen-section-ext .bar-calen .daylist ul li.week_6 span, #calen-section-ext .bar-calen .daylist ul li.week_6 a, #calen-section-ext .bar-calen .daylist ul li.week_0 span, #calen-section-ext .bar-calen .daylist ul li.week_0 a {
  color: #f9e006;
}
#calen-section-ext .bar-calen .all-list {
  position: relative;
  float: right;
  width: 8%;
  height: 100%;
  border: 0px solid #ccc;
  padding: 10px;
  font-size: 1rem;
}
#calen-section-ext .bar-calen .all-list .ttxt {
  text-align: center;
  color: #fff;
}
#calen-section-ext .bar-calen .all-list .icon {
  text-align: center;
  color: #fff;
}
#calen-section-ext .bar-calen .all-list .icon i {
  color: #fff;
  font-size: 2rem;
  display: block;
  width: 100%;
}
#calen-section-ext #today-list {
  display: none;
  height: auto;
  /*min-height: 150px;*/
  color: #000;
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  height: auto;
  background-color: #2980b9;
}
#calen-section-ext #today-list .owl-carousel {
  padding-top: 20px;
}
#calen-section-ext #today-list .owl-carousel .owl-dots {
  display: block;
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  top: -5px;
}
#calen-section-ext #today-list .owl-carousel .owl-dots button {
  margin: 5px 7px;
  background: transparent;
}
#calen-section-ext #today-list .owl-carousel .owl-dots button.active span {
  background-color: #fff;
}
#calen-section-ext #today-list .owl-carousel .owl-dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}
#calen-section-ext #today-list .today-list-close {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
#calen-section-ext #today-list .today-list-close button {
  padding: 8px;
  padding-left: 40px;
  padding-right: 20px;
  border: 0px solid #ccc;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  background-color: #c41425;
  color: #fff;
}
#calen-section-ext #today-list .card-items {
  overflow: auto;
  height: auto;
}
#calen-section-ext #today-list .items .item {
  display: block;
  float: left;
  width: 50%;
  height: 300px;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
#calen-section-ext #today-list .items .item .ext-card {
  height: 100%;
}
#calen-section-ext #today-list .items .item .ext-card .content {
  padding: 20px;
}
#calen-section-ext #today-list .items .item .ext-card .content .header {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2rem;
}
#calen-section-ext #today-list .items .item .ext-card .content .description .desc {
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  height: 4.6em;
  text-overflow: ellipsis;
  color: #888;
  width: 100%;
}
#calen-section-ext #today-list .items .item .ext-card .content .description .buttons {
  position: absolute;
  bottom: 20px;
  text-align: center;
}
#calen-section-ext #today-list .empty-data {
  font-size: 1.2rem;
  width: 100%;
  color: #fff;
  min-height: 330px;
  padding-top: 120px;
  text-align: center;
}
@media screen and (min-width: 200px) and (max-width: 768px) {
  #calen-section-ext #today-list {
    padding-bottom: 30px;
    position: absolute;
    z-index: 99;
    width: 100%;
  }
  #calen-section-ext #today-list .card-items {
    height: auto;
    overflow: hidden;
  }
  #calen-section-ext #today-list .card-items .owl-stage-outer {
    padding: 0px !important;
  }
  #calen-section-ext #today-list .card-items .item {
    display: block;
    width: 100%;
    float: none;
    height: auto;
  }
  #calen-section-ext #today-list .card-items .ext-card .content {
    padding: 13px;
  }
  #calen-section-ext #today-list .card-items .ext-card .content .buttons .button {
    padding: 10px 15px !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 460px) {
  #calen-section-ext #today-list .card-items .ext-card {
    height: 195px !important;
  }
  #calen-section-ext #today-list .card-items .ext-card .content {
    padding: 13px;
  }
  #calen-section-ext #today-list .card-items .ext-card .content .header {
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
  }
  #calen-section-ext #today-list .card-items .ext-card .content .desc {
    display: none !important;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #calen-section-ext #today-list .card-items .ext-card {
    height: 400px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #calen-section-ext #today-list .card-items .ext-card {
    height: 250px !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 860px) {
  #calen-section-ext {
    margin-top: 0px;
    width: 100%;
  }
  #calen-section-ext .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
    padding: 5px 0 0 !important;
  }
  #calen-section-ext .bar-calen {
    height: auto;
    padding: 10px 10px 10px 10px !important;
    color: #fff;
    width: 100%;
  }
  #calen-section-ext .bar-calen .yearmonth-m {
    display: block;
    position: relative;
    text-align: center;
    display: 100%;
    font-size: 16px;
  }
  #calen-section-ext .bar-calen .yearmonth-m .yearmonthtxt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #calen-section-ext .bar-calen .yearmonth-m .prev {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    font-size: 2rem;
  }
  #calen-section-ext .bar-calen .yearmonth-m .next {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    font-size: 2rem;
  }
  #calen-section-ext .bar-calen .yearmonth-m a {
    color: #fff;
  }
  #calen-section-ext .bar-calen #daylist {
    float: none;
    clear: none;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 0px;
    width: 100%;
  }
  #calen-section-ext .bar-calen #daylist .days {
    width: 1250px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
  }
  #calen-section-ext .bar-calen #daylist .days ul {
    padding: 0;
    margin: 0;
  }
  #calen-section-ext .bar-calen #daylist .days ul li {
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #calen-section-ext .bar-calen #daylist .days ul li span {
    width: 100%;
    display: block;
    text-align: center;
  }
  #calen-section-ext .bar-calen #daylist .days ul li a {
    display: flex;
    min-width: 30px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }
  #calen-section-ext .ext-card .content {
    padding: 10px !important;
  }
}
@media screen and (min-width: 861px) and (max-width: 1200px) {
  #calen-section-ext .bar-calen .container {
    padding: 20px 0 0;
  }
  #calen-section-ext .all-list {
    display: none;
  }
  #calen-section-ext #daylist {
    overflow-x: scroll;
    padding-bottom: 0px;
    width: 80%;
  }
  #calen-section-ext #daylist .days {
    width: 850px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
  }
  #calen-section-ext #daylist .days ul {
    padding: 0;
    margin: 0;
  }
  #calen-section-ext #daylist .days ul li {
    height: 50px;
  }
  #calen-section-ext #daylist .days ul li a {
    border-radius: 50%;
    font-size: 13px;
    margin-top: 2px;
  }
}

#calen-section {
  position: relative;
  z-index: 444;
  margin-top: 0px;
  color: #fff;
}
#calen-section .bar-calen {
  display: block;
  z-index: 444;
  height: 90px;
  width: 100%;
  background-color: #c41425;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
#calen-section .bar-calen .yearmonth {
  padding: 8px;
  position: relative;
  float: left;
  width: 12%;
  height: 100%;
  font-size: 1.4rem;
}
#calen-section .bar-calen .yearmonth .yeartxt {
  text-align: center;
  margin-top: 15px;
  /*text-shadow: 3px 3px 5px #444;  */
}
#calen-section .bar-calen .yearmonth .monthtxt {
  margin-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  /*text-shadow: 3px 3px 5px #444;  */
}
#calen-section .bar-calen .yearmonth .prev {
  position: absolute;
  left: 0px;
  top: 40px;
}
#calen-section .bar-calen .yearmonth .next {
  position: absolute;
  right: 0px;
  top: 40px;
}
#calen-section .bar-calen .yearmonth a {
  color: #fff;
}
#calen-section .daylist {
  position: relative;
  float: left;
  width: 80%;
  overflow-x: auto;
  text-align: center;
}
#calen-section .daylist .days {
  position: relative;
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 35px;
  min-width: 880px;
}
#calen-section .daylist .days ul {
  text-align: center;
  display: block;
}
#calen-section .daylist .days ul li {
  float: left;
  margin-bottom: 10px;
}
#calen-section .daylist .days ul li.today a {
  background-color: rgb(191, 191, 191);
  border-radius: 50%;
  border: 0px;
  text-shadow: 0px 0px 0px #444;
  color: #000;
}
#calen-section .daylist .days ul li a {
  display: block;
  color: #fff;
  padding: 3px 2px 0px 2px;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #444;
}
#calen-section .daylist .days ul li a.active {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  text-shadow: 0px 0px 0px #444;
}
#calen-section .daylist .days ul li.week_0 a, #calen-section .daylist .days ul li.week_6 a {
  color: #efff42;
}
#calen-section .daylist .days ul li.week_0 a.active, #calen-section .daylist .days ul li.week_6 a.active {
  color: #000;
}
#calen-section .all-list {
  position: relative;
  float: right;
  width: 8%;
  height: 100%;
  border: 0px solid #ccc;
  padding: 10px;
  font-size: 1rem;
}
#calen-section .all-list .ttxt {
  text-align: center;
  color: #fff;
}
#calen-section .all-list .icon {
  margin-top: 15px;
  text-align: center;
  color: #fff;
}
#calen-section .all-list .icon i {
  font-size: 2rem;
  display: block;
  width: 100%;
}
#calen-section #today-list {
  display: none;
  height: auto;
  min-height: 150px;
  color: #000;
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  height: auto;
  background-color: #2980b9;
}
#calen-section #today-list .owl-carousel {
  padding-top: 20px;
}
#calen-section #today-list .owl-carousel .owl-dots {
  display: block;
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  top: -5px;
}
#calen-section #today-list .owl-carousel .owl-dots button {
  margin: 5px 7px;
  background: transparent;
}
#calen-section #today-list .owl-carousel .owl-dots button.active span {
  background-color: #fff;
}
#calen-section #today-list .owl-carousel .owl-dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}
#calen-section #today-list .today-list-close {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
#calen-section #today-list .today-list-close button {
  padding: 8px;
  padding-left: 40px;
  padding-right: 20px;
  border: 0px solid #ccc;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  background-color: #c41425;
  color: #fff;
}
#calen-section #today-list .card-items {
  overflow: auto;
  height: auto;
}
#calen-section #today-list .items .item {
  display: block;
  float: left;
  width: 50%;
  height: 300px;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
#calen-section #today-list .items .item .ext-card {
  height: 100%;
}
#calen-section #today-list .items .item .ext-card .content {
  padding: 20px;
}
#calen-section #today-list .items .item .ext-card .content .header {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2rem;
}
#calen-section #today-list .items .item .ext-card .content .description .desc {
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4em;
  height: 4.6em;
  text-overflow: ellipsis;
  color: #888;
  width: 100%;
}
#calen-section #today-list .items .item .ext-card .content .description .buttons {
  position: absolute;
  bottom: 20px;
  text-align: center;
}
#calen-section #today-list .empty-data {
  font-size: 1.2rem;
  width: 100%;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 200px) and (max-width: 768px) {
  #calen-section #today-list {
    padding-bottom: 30px;
  }
  #calen-section #today-list .card-items {
    height: auto;
    overflow: hidden;
  }
  #calen-section #today-list .card-items .owl-stage-outer {
    padding: 0px !important;
  }
  #calen-section #today-list .card-items .item {
    display: block;
    width: 100%;
    float: none;
    height: auto;
  }
  #calen-section #today-list .card-items .ext-card .content {
    padding: 13px;
  }
  #calen-section #today-list .card-items .ext-card .content .buttons .button {
    padding: 10px 15px !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 460px) {
  #calen-section #today-list .card-items .ext-card {
    height: 195px !important;
  }
  #calen-section #today-list .card-items .ext-card .content {
    padding: 13px;
  }
  #calen-section #today-list .card-items .ext-card .content .header {
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
  }
  #calen-section #today-list .card-items .ext-card .content .desc {
    display: none !important;
  }
}
@media screen and (min-width: 461px) and (max-width: 768px) {
  #calen-section #today-list .card-items .ext-card {
    height: 400px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #calen-section #today-list .card-items .ext-card {
    height: 250px !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 860px) {
  #calen-section {
    margin-top: 0px;
    width: 100%;
  }
  #calen-section .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
  }
  #calen-section .bar-calen {
    height: auto;
    padding: 10px 10px 10px 10px !important;
    color: #fff;
    width: 100%;
  }
  #calen-section .bar-calen .yearmonth-m {
    display: block;
    position: relative;
    text-align: center;
    display: 100%;
    font-size: 18px;
  }
  #calen-section .bar-calen .yearmonth-m .yearmonthtxt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #calen-section .bar-calen .yearmonth-m .prev {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    font-size: 2rem;
  }
  #calen-section .bar-calen .yearmonth-m .next {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    font-size: 2rem;
  }
  #calen-section .bar-calen .yearmonth-m a {
    color: #fff;
  }
  #calen-section .bar-calen #daylist {
    float: none;
    clear: none;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 0px;
    width: 100%;
  }
  #calen-section .bar-calen #daylist .days {
    width: 900px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
  }
  #calen-section .bar-calen #daylist .days ul {
    padding: 0;
    margin: 0;
  }
  #calen-section .bar-calen #daylist .days ul li a {
    border-radius: 50%;
    font-size: 16px !important;
  }
}

#best-section {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #fff;
  margin-bottom: 0px;
  background-color: #222;
}
#best-section .container {
  position: relative;
  color: #fff;
  z-index: 1;
}
#best-section .container h1 {
  text-align: center;
  margin-bottom: 0px;
}
#best-section .container h2 {
  text-align: center;
  color: #ccc;
  margin-top: 0px;
}
#best-section .carousel-item {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
}
#best-section .carousel-item .owl-wrapper {
  display: flex !important;
}
#best-section .carousel-item .owl-item {
  height: 100%;
}
#best-section .carousel-item .image {
  border: 0px solid #ccc;
  padding: 0px;
  text-align: center;
  max-height: 380px;
  position: relative;
  display: block;
  border-radius: 0;
  background-color: #ccc;
}
#best-section .carousel-item .image .tag {
  position: absolute;
  top: 10px;
  left: 0px;
}
#best-section .carousel-item .image img {
  width: 100%;
  height: auto;
}
#best-section .carousel-item .image .details {
  position: absolute;
  bottom: 0px;
  height: 150px;
  left: 0;
  width: 100%;
  display: none;
  color: #444;
  padding: 10px;
  /*transition: 0.5s;*/
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
#best-section .carousel-item .image .details .title {
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 5px;
}
#best-section .carousel-item .image .details .link-buttons {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  text-align: center;
}
#best-section .carousel-item .image:hover .details {
  display: block;
}
@media screen and (max-width: 960px) {
  #best-section .carousel-item .image:hover .details {
    display: none;
  }
}
#best-section .owl-nav {
  font-size: 84px;
}
#best-section .owl-nav .owl-prev {
  position: absolute;
  display: block;
  left: -20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-top: auto;
  text-align: center;
  padding: 0px;
  outline: none;
}
#best-section .owl-nav .owl-prev:hover {
  background-color: transparent;
}
#best-section .owl-nav .owl-next {
  position: absolute;
  display: block;
  right: -20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-top: auto;
  text-align: center;
  outline: none;
}
#best-section .owl-nav .owl-next:hover {
  background-color: transparent;
}
#best-section .owl-custom-dots {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#best-section .owl-custom-dots button {
  border: none;
  outline: inherit;
  background-color: transparent;
  cursor: pointer;
}
#best-section .owl-custom-dots .playndots {
  display: inline-block;
  position: relative;
}
#best-section .owl-custom-dots .btn-play {
  color: #ddd;
  font-size: 23px;
  float: left;
  padding: 2px;
}
#best-section .owl-custom-dots .btn-play i {
  color: #ddd;
}
#best-section .owl-custom-dots ul {
  display: block;
  float: left;
}
#best-section .owl-custom-dots ul li {
  display: inline-block;
}
#best-section .owl-custom-dots ul li button {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin: 5px 7px;
  display: block;
  background: rgb(173, 172, 170);
}
#best-section .owl-custom-dots ul li.active button {
  background-color: #fff !important;
}
@media screen and (max-width: 281px) {
  #best-section {
    margin-bottom: 0px;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  #best-section .image {
    max-height: 240px;
  }
  #best-section .image img {
    height: 240px !important;
  }
  #best-section .carousel-item {
    margin-top: 20px;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #best-section .owl-custom-dots {
    display: none;
  }
  #best-section .owl-nav {
    display: none;
  }
  #best-section .details {
    display: none;
  }
}
@media screen and (min-width: 281px) and (max-width: 319px) {
  #best-section {
    margin-bottom: 0px;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  #best-section .image {
    max-height: 220px;
  }
  #best-section .image img {
    height: 220px !important;
  }
  #best-section .carousel-item {
    margin-top: 20px;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #best-section .owl-custom-dots {
    display: none;
  }
  #best-section .owl-nav {
    display: none;
  }
  #best-section .details {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  #best-section {
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #best-section .image {
    max-height: 200px;
  }
  #best-section .image img {
    height: 200px !important;
  }
  #best-section .carousel-item {
    margin-top: 20px;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #best-section .owl-custom-dots {
    display: none;
  }
  #best-section .owl-nav {
    display: none;
  }
  #best-section .details {
    display: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  #best-section {
    margin-bottom: 0px;
    padding-bottom: 100px;
    padding-top: 40px;
  }
  #best-section .image {
    max-height: 240px !important;
  }
  #best-section .image img {
    height: 240px !important;
  }
  #best-section .carousel-item {
    margin-top: 20px;
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #best-section .owl-custom-dots {
    display: none;
  }
  #best-section .owl-nav {
    display: none;
  }
  #best-section .details {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #best-section {
    padding-bottom: 20px;
  }
  #best-section .image {
    max-height: 290px !important;
  }
  #best-section .image img {
    height: 290px !important;
  }
  #best-section .carousel-item {
    height: 300px;
  }
  #best-section .owl-custom-dots {
    display: none;
  }
  #best-section .owl-nav {
    display: none;
  }
  #best-section .details {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 230px !important;
    min-height: 230px !important;
  }
  #best-section .image img {
    max-height: 230px !important;
    min-height: 230px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1680px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 340px !important;
    min-height: 340px !important;
  }
  #best-section .image img {
    min-height: 340px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 1681px) and (max-width: 1980px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 380px !important;
    min-height: 380px !important;
  }
  #best-section .image img {
    max-height: 380px !important;
    min-height: 380px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 1981px) and (max-width: 2090px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 420px !important;
    min-height: 420px !important;
  }
  #best-section .image img {
    max-height: 420px !important;
    min-height: 420px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 2091px) and (max-width: 2680px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 460px !important;
    min-height: 460px !important;
  }
  #best-section .image img {
    max-height: 460px !important;
    min-height: 460px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 2681px) and (max-width: 3000px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 500px !important;
    min-height: 500px !important;
  }
  #best-section .image img {
    max-height: 500px !important;
    min-height: 500px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}
@media screen and (min-width: 3001px) {
  #best-section {
    padding-bottom: 60px;
  }
  #best-section .image {
    max-height: 740px !important;
    min-height: 740px !important;
  }
  #best-section .image img {
    max-height: 740px !important;
    min-height: 740px !important;
  }
  #best-section .owl-custom-dots {
    display: block;
  }
  #best-section .owl-nav {
    display: block;
  }
}

#gj-section {
  position: relative;
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 40px;
}
#gj-section .carousel-card.gjart-box {
  border-radius: 0px;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-bottom: 0px;
}
#gj-section .carousel-card.gjart-box h4 a {
  color: #fff;
}
#gj-section .carousel-card.gjart-box .card-header {
  position: relative;
  padding: 15px 15px;
  background-color: #fff;
}
#gj-section .carousel-card.gjart-box .card-header h3 {
  margin: 0px;
  padding: 0px;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar {
  position: absolute;
  top: 13px;
  right: 10px;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar button {
  float: left;
  border: 0px;
  background-color: transparent;
  outline: none;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar button img {
  width: 28px;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar .counter {
  float: left;
  display: block;
  margin-top: 5px;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar .counter strong {
  color: #13b3c0;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar a.more {
  display: block;
  float: right;
  font-size: 20px;
  color: #13b3c0;
  text-align: center;
  padding: 5px 5px;
}
#gj-section .carousel-card.gjart-box .card-header .play-nav-bar a.more .text {
  visibility: hidden;
  display: block;
  width: 0px;
  height: 0px;
}
#gj-section .carousel-card.gjart-box .card-body {
  position: relative;
  color: #fff;
  padding: 0px;
  height: auto;
}
#gj-section .carousel-card.gjart-box .card-body .thumbnail-wrappper {
  float: left;
  width: 35%;
}
#gj-section .carousel-card.gjart-box .card-body .thumbnail-wrappper .thumbnail {
  padding-top: 133%;
}
#gj-section .carousel-card.gjart-box .card-body .thumbnail-wrappper .thumbnail img {
  width: 100%;
  height: auto;
}
#gj-section .carousel-card.gjart-box .card-body .desc-info {
  float: left;
  width: 65%;
  height: 100%;
  padding: 20px 20px;
}
#gj-section .carousel-card.gjart-box .card-body .desc-info p {
  margin-bottom: 2px;
}
#gj-section .carousel-card.gjart-box .card-body .desc-info .desc {
  color: #ccc;
}
#gj-section .carousel-card.gjart-box .card-body .no-item {
  text-align: center;
  min-height: 255px;
}
#gj-section .carousel-card.gjart-box .card-body .no-item p {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}
#gj-section .carousel-card.gjart-box .buttons {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#gj-section #gjartbox1 .card-body {
  background-color: #2980b9;
}
#gj-section #gjartbox2 .card-body {
  background-color: #444;
}
@media screen and (max-width: 320px) {
  #gj-section {
    padding-bottom: 0px;
    font-size: 0.9rem;
  }
  #gj-section h4 {
    font-size: 0.9rem;
  }
  #gj-section .play-nav-bar button {
    display: none;
  }
  #gj-section .eight {
    width: 100% !important;
  }
  #gj-section .card-body .desc-info {
    padding: 10px 10px;
  }
  #gj-section .card-body .desc-info p {
    margin-bottom: 2px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 960px) {
  #gj-section {
    padding-bottom: 0px;
  }
  #gj-section h4 {
    font-size: 1.1rem;
  }
  #gj-section .play-nav-bar button {
    display: none;
  }
  #gj-section .eight {
    width: 100% !important;
  }
  #gj-section .card-body .desc-info {
    padding: 10px 10px;
  }
  #gj-section .card-body .desc-info p {
    margin-bottom: 2px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  #gj-section h4 {
    font-size: 1.2rem;
  }
  #gj-section .card-body .desc-info .desc {
    display: none;
  }
}

#link-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #7f4298;
  background-image: url(../images/bg/section_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#link-section .container {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #link-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#hot-section {
  position: relative;
  padding-bottom: 50px;
  margin-top: 50px;
}
#hot-section .box-border {
  display: block;
  border: 0px solid #888;
  padding: 2px;
  width: 100%;
}
#hot-section .ui.cards .card {
  font-size: 1em;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #hot-section > .stackable .column {
    padding: 1rem 0rem !important;
  }
}

.quick-link h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 2.2rem;
}
.quick-link h3 {
  text-align: center;
  color: #ccc;
  font-weight: 300;
  margin-top: 10px;
}
.quick-link ul li {
  float: left;
  width: 20%;
}
.quick-link ul li a {
  display: block;
  text-align: center;
  color: #fff;
}
.quick-link ul li a .cicon {
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #bfa2cb;
  text-align: center;
  padding-top: 30px;
}
.quick-link ul li a .cicon i {
  font-size: 34px;
  padding: 0px;
  margin: 0px;
  color: #fff;
  transform: rotate(0deg);
  transition: all ease 0.8s;
}
.quick-link ul li a .text {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #ddd;
}
.quick-link ul li a:hover .cicon {
  background: #c41425;
}
.quick-link ul li a:hover i {
  color: #fff;
  transform: rotate(360deg);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .quick-link h1 {
    font-size: 1.8rem;
    margin-top: 0px;
  }
  .quick-link h3 {
    font-size: 1rem;
  }
  .quick-link .row-block {
    margin-top: 0px;
  }
  .quick-link .row-block a .cicon {
    width: 70px;
    height: 70px;
    padding-top: 27px;
  }
  .quick-link .row-block a .text {
    font-size: 1rem;
  }
  .quick-link ul li {
    width: 33.3%;
    margin-bottom: 10px;
  }
}

.card-news {
  border: 1px solid #444;
  height: 320px;
}
.card-news .item-box {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  background-color: #444;
}
.card-news .item-box:first-child {
  border-right: 1px solid #888;
}
.card-news .item-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.card-news .item-box .content {
  height: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  bottom: -45px;
  padding: 20px;
  transition: 0.3s;
}
.card-news .item-box .content .header {
  color: #444;
  font-weight: bold;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.28571429em;
}
.card-news .item-box .content .description {
  clear: both;
  color: rgba(0, 0, 0, 0.68);
}
.card-news .item-box .content .description .show-button {
  padding-top: 15px;
  display: none;
  text-align: center;
}
.card-news .item-box:hover .content {
  transform: translateY(-45px);
  height: auto;
}
.card-news .item-box:hover .content .description .show-button {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .card-news {
    height: auto;
  }
  .card-news .item-box {
    height: 210px;
  }
  .card-news .item-box .content {
    height: 40px;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    transition: 0.3s;
  }
  .card-news .item-box .content .description {
    display: none;
  }
  .card-news .item-box:hover .content {
    transform: translateY(0px);
  }
}

iframe {
  border: 1px solid #444;
}

.notice-zone {
  position: relative;
  margin-top: 0px;
  margin-bottom: 23px;
}
.notice-zone h3 {
  margin-bottom: 10px;
}
.notice-zone .box-border {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto;
  padding: 15px 10px 0px 10px;
}
.notice-zone .box-border ul.list li a {
  font-size: 1.1rem;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.notice-zone .box-border ul.list li {
  border-bottom: 1px solid #e8e8e8;
}
.notice-zone .box-border ul.list li:last-child {
  border-bottom: 0px solid #e8e8e8;
}
.notice-zone .box-border .top-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.notice-zone .box-border .top-item .date-box {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 3px;
  border: 2px solid #15ade9;
  width: 80px;
}
.notice-zone .box-border .top-item .date-box .dd {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.notice-zone .box-border .top-item .date-box .yymm {
  text-align: center;
  margin-bottom: 0px;
}
.notice-zone .box-border .top-item .title-desc .title {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.notice-zone .box-border .top-item .title-desc .desc {
  font-size: 0.95rem;
  color: #999;
}
.notice-zone .more {
  position: absolute;
  display: block;
  top: 2px;
  right: 10px;
  font-size: 1.8rem;
  transition: 0.5s;
}
.notice-zone .more span.text {
  visibility: hidden;
  display: block;
  width: 0px;
  height: 0px;
  font-size: 1.4rem;
}
@media screen and (max-width: 760px) {
  .notice-zone .title-desc .title {
    font-size: 1rem !important;
  }
  .notice-zone .title-desc .desc {
    font-size: 0.85rem !important;
  }
  .notice-zone .list span {
    font-size: 1.2rem;
  }
  .notice-zone .list li {
    height: auto;
  }
  .notice-zone .list li a {
    font-size: 0.95rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
    font-size: 1.1rem;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

#popup-zone {
  width: 100%;
  float: left;
  position: relative;
}
#popup-zone h3 {
  padding-top: 10px;
}
#popup-zone .play-nav-bar {
  position: absolute;
  right: 0px;
  top: 8px;
}
#popup-zone .play-nav-bar button {
  float: left;
  border: 0px;
  background-color: transparent;
  outline: none;
}
#popup-zone .play-nav-bar button img {
  width: 26px;
}
#popup-zone .play-nav-bar .counter {
  float: left;
  display: block;
  margin-top: 5px;
}
#popup-zone .box-border {
  border: 1px solid #e8e8e8;
  height: 267px;
}
#popup-zone .box-border .thumbnail {
  height: 267px;
}
#popup-zone .default-popup .btns {
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 99;
  text-align: center;
}
#popup-zone #popup-zone-set {
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-size: 12px;
  z-index: 99;
  color: #444;
}
#popup-zone #popup-zone-set a {
  color: #444;
}
@media screen and (min-width: 200px) and (max-width: 480px) {
  #popup-zone {
    height: 250px;
    width: 100%;
    float: none;
  }
  #popup-zone .box-border {
    background-color: #444;
    height: 170px;
  }
  #popup-zone .box-border .thumbnail {
    height: 170px;
  }
  #popup-zone .box-border .default-popup .btns {
    bottom: 20px;
  }
}
@media screen and (min-width: 381px) and (max-width: 767px) {
  #popup-zone {
    height: 280px;
  }
  #popup-zone .box-border {
    height: 190px;
  }
  #popup-zone .box-border .thumbnail {
    height: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #popup-zone {
    height: 380px;
  }
  #popup-zone .box-border {
    height: 300px;
  }
  #popup-zone .box-border .thumbnail {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  #popup-zone {
    height: 250px;
  }
  #popup-zone .box-border {
    height: 223px;
  }
  #popup-zone .box-border .thumbnail {
    height: 223px;
  }
  #popup-zone .box-border .default-popup .btns {
    bottom: 18px;
  }
}

.info-desk {
  display: block;
  width: 50%;
  padding: 30px 0px 0px 20px;
  float: right;
  letter-spacing: 0px;
}
.info-desk .info-part1 {
  position: relative;
  display: block;
  background: #41474f;
  color: #e2e2e3;
}
.info-desk .info-part1 a {
  color: #e2e2e3 !important;
}
.info-desk .info-part1 dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  border-right: 1px solid #515760;
  background: #515760;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-top: 30px;
}
.info-desk .info-part1 dt i {
  padding-top: 15px;
  text-align: center;
  font-size: 34px;
}
.info-desk .info-part1 dd {
  margin-left: 100px;
  display: block;
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #515760;
  font-size: 12px;
  font-weight: 600;
}
.info-desk .info-part1 dd p.title {
  display: inline-block;
  width: 70px;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}
.info-desk .info-part1 dd p.tel {
  font-size: 16px;
}
.info-desk .info-part2 {
  margin-top: 20px;
  color: #fff;
  display: block;
}
.info-desk .info-part2 a {
  color: #fff !important;
}
.info-desk .info-part2 dt {
  padding: 16px 15px;
  background: #8e8075;
  font-size: 18px;
  font-weight: 400;
}
.info-desk .info-part2 dt span.title {
  display: inline-block;
  width: 90px;
  font-size: 18px;
}
.info-desk .info-part2 dd {
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  min-height: 62px;
  background: #7c6e65;
}
.info-desk .info-part2 dd a {
  display: block;
  float: left;
  width: 50%;
  padding: 17px 10px 10px 10px;
  color: #fff;
}
.info-desk .info-part2 dd a span.icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #5c4e46;
  float: left;
  padding: 5px 6px;
}
.info-desk .info-part2 dd a span.icon i {
  text-align: center;
  color: #fff;
}
.info-desk .info-part2 dd a span.text {
  display: block;
  float: left;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .info-desk {
    width: 50%;
    float: right;
    padding: 30px 0px 0px 20px;
  }
}
@media screen and (min-width: 200px) and (max-width: 480px) {
  .info-desk {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .info-desk .info-part2 {
    display: none;
  }
}

#move-zone {
  position: relative;
  height: 321px;
  background-color: #000;
}
#move-zone #move-zone-set {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 9999;
  color: #fff;
}
#move-zone #move-zone-set a {
  color: #fff;
}
@media screen and (max-width: 760px) {
  #move-zone {
    height: 260px;
  }
}

#sns-link {
  text-align: center;
  margin-top: 20px;
}
#sns-link ul {
  display: inline-block;
}
#sns-link ul li {
  float: left;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
#sns-link ul li img {
  width: 40px;
  border: 0px solid #444;
}

#artorg-section {
  height: auto;
  background: url("../images/bg/artorg_1_1.jpg") repeat;
}
#artorg-section .container {
  height: 100%;
}
#artorg-section.item_1 {
  background: url("../images/bg/artorg_1_1.jpg") repeat;
}
#artorg-section.item_2 {
  background: url("../images/bg/artorg_2_1.jpg") repeat;
}
#artorg-section.item_3 {
  background: url("../images/bg/artorg_3_1.jpg") repeat;
}
#artorg-section.item_4 {
  background: url("../images/bg/artorg_4_1.jpg") repeat;
}
#artorg-section.item_5 {
  background: url("../images/bg/artorg_5_1.jpg") repeat;
}
#artorg-section.item_6 {
  background: url("../images/bg/artorg_6_1.jpg") repeat;
}
#artorg-section.item_7 {
  background: url("../images/bg/artorg_7_1.jpg") repeat;
}
#artorg-section.item_8 {
  background: url("../images/bg/artorg_8_1.jpg") repeat;
}
#artorg-section .org-list {
  width: 35%;
  float: right;
  height: 100%;
  position: relative;
  background: rgba(102, 118, 133, 0.45);
  padding: 20px;
  padding-left: 30px;
}
#artorg-section .org-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 45%;
  width: 40px;
  height: 40px;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.7);
}
#artorg-section .org-list ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  width: 25%;
}
#artorg-section .org-list ul li .item {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  padding: 1px;
  width: 100%;
  height: 85px;
}
#artorg-section .org-list ul li .item img {
  width: 100%;
}
#artorg-section .org-list ul li .item h2 {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
  margin-top: 0px;
}
#artorg-section .org-list ul li .img-1 {
  background: url("../images/artorg_icon1.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-2 {
  background: url("../images/artorg_icon2.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-3 {
  background: url("../images/artorg_icon3.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-4 {
  background: url("../images/artorg_icon4.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-5 {
  background: url("../images/artorg_icon5.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-6 {
  background: url("../images/artorg_icon6.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-7 {
  background: url("../images/artorg_icon7.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list ul li .img-8 {
  background: url("../images/artorg_icon8.jpg") center center;
  background-size: cover;
}
#artorg-section .org-list .org-info {
  position: absolute;
  left: -220px;
  top: 0px;
  height: 100%;
  width: 220px;
  background: rgba(0, 0, 0, 0.75);
  padding: 50px 20px;
  color: #fff;
}
#artorg-section .org-list .org-info h2 {
  text-align: center;
  text-shadow: 3px 3px 5px rgb(122, 120, 120);
}
#artorg-section .org-list .org-info p {
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  #artorg-section {
    height: auto;
    background: url("../images/artorg_bg.jpg") repeat center center;
  }
  #artorg-section .org-list {
    width: 100%;
    padding: 10px;
    background: rgba(102, 118, 133, 0.35);
  }
  #artorg-section .org-list::after {
    display: none;
  }
  #artorg-section .org-list ul li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #artorg-section .org-list ul li .item {
    max-height: 100px;
  }
  #artorg-section .org-list ul li .item h2 {
    font-size: 0.9rem;
    top: 10px;
    left: 5px;
  }
}

#bannere-section {
  border-top: 1px solid #ccc;
  height: 65px;
  padding-right: 200px;
  position: relative;
}
#bannere-section ul li {
  float: left;
  padding-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
#bannere-section img {
  max-height: 45px;
}
#bannere-section .control-bar {
  position: absolute;
  top: 0px;
  right: 0px;
}
#bannere-section .control-bar button {
  outline: none;
  cursor: pointer;
  border: 0px;
  background: transparent;
  display: block;
  float: left;
  font-size: 24px;
  font-weight: 100;
  height: 100%;
  padding: 19px 10px;
  height: 100%;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 760px) {
  #bannere-section {
    padding-right: 0px;
  }
  #bannere-section .control-bar {
    display: none;
  }
}

.html5-endscreen.ytp-player-content.videowall-endscreen.ytp-endscreen-paginate.ytp-show-tiles {
  display: none !important;
}

.ytp-endscreen-content {
  display: none !important;
}/*# sourceMappingURL=pg_main.css.map */
