#fantagio.mobile.home.customize-support #slider {
  margin-top: 0;
}
#fantagio.mobile.home #slider {
  background-color: black;
  margin-top: 0;
}
#fantagio.mobile.customize-support .body-wrapper {
  width: auto;
}
#fantagio.mobile.home .body-wrapper {
  padding-bottom: 85px;
}
#fantagio.mobile.home .contents.container {
  margin: 0;
  width: auto;
}
#fantagio.mobile.home section#recent-videos {
  padding: 0 7px;
  margin-top: 27px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  -ms-filter: none;
  zoom: 1;
}
#fantagio.mobile.home section#recent-videos h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 2.4px;
}
#fantagio.mobile.home section#recent-videos .viewport {
  padding: 0;
  height: auto;
}
#fantagio.mobile.home section#recent-videos ul {
  position: relative;
  background-color: transparent;
}
#fantagio.mobile.home section#recent-videos ul li {
  /* width: 346px; */
}
#fantagio.mobile.home section#recent-videos ul li .image {
  width: 100%;
  height: auto;
  line-height: 1;
}
#fantagio.mobile.home section#recent-videos ul li p.date {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 0.8rem;
}
#fantagio.mobile.home section#recent-videos ul li h3 {
  line-height: 1.15;
}
#fantagio.mobile.home #notice-and-recent-news {
  margin-top: 40px;
  padding: 0 7px;
}
#fantagio.mobile.home #notice-and-recent-news section {
  float: none;
  margin: 0;
  width: 100%;
}
#fantagio.mobile.home #notice-and-recent-news section h2 {
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
#fantagio.mobile.home #notice-and-recent-news section ul {
  margin-top: 17px;
  border: 1px solid #ddd;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  -ms-filter: none;
  zoom: 1;
}
#fantagio.mobile.home #notice-and-recent-news section ul li {
  height: auto;
  line-height: 1;
}
#fantagio.mobile.home #notice-and-recent-news section ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  height: 3rem;
  line-height: 1;
}
#fantagio.mobile.home #notice-and-recent-news section ul li a,
#fantagio.mobile.home #notice-and-recent-news section ul li a:visited {
  text-decoration: none;
}
#fantagio.mobile.home #notice-and-recent-news section ul li a span {
  display: block;
}
#fantagio.mobile.home #notice-and-recent-news section ul li span.date {
  padding: 0;
  margin-right: 16px;
  font-size: 0.53rem;
  font-family: 'Brandon Grotesque Light', 'Noto Sans KR', sans-serif;
}
#fantagio.mobile.home #notice-and-recent-news section ul li span.title {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fantagio.mobile.home #notice-and-recent-news section#notice {
  margin-top: 54px;
}