.header-right {
  display: none;
  overflow: auto;
}
.header-menu-btn {
  display: block;
}
.header-menu-btn {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  align-self: flex-start;
}
.header-menu-btn__container .lines {
  position: relative;
  width: 28px;
  height: 22px;
}
.header-menu-btn__container .lines span {
  position: absolute;
  background: #333;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0;
  transition: 0.7s all;
}
.header-menu-btn__container .lines span:nth-child(1) {
  top: 0;
}
.header-menu-btn__container .lines span:nth-child(2) {
  top: calc(50% - 2px);
  bottom: 0;
}
.header-menu-btn__container .lines span:nth-child(3) {
  bottom: 0;
}
.header-menu-btn.opened .header-menu-btn__container .lines span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header-menu-btn.opened .header-menu-btn__container .lines span:nth-child(2) {
  opacity: 0;
}
.header-menu-btn.opened .header-menu-btn__container .lines span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header-right {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #fff;
  border-top: 1px solid #333;
  z-index: 100;
}
.header-link-list {
  flex-wrap: wrap;
}
.header-link-list > li {
  flex: 100%;
  max-width: 100%;
  border-bottom: 1px solid #333;
}
.header-link-list > li > a {
  width: 100%;
}
.twitter-link--wrapper,
.login-link--wrapper {
  text-align: center;
}
.twitter-link--wrapper > a {
  width: auto;
}
.header-link-list > li.login-link--wrapper {
  padding: 15px 0;
}
.header-link-list > li > a.sp-toggle-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-left: 1px solid #333;
  background: url(../img/common/icon-container-43.png) no-repeat center;
  z-index: 1;
}
.submenu {
  position: static;
  margin: 0 -12px;
}
.submenu > li a {
  width: 100%;
  max-width: 100%;
  padding: 15px 28px;
  background: none;
}
.sub-fv--wrapper .main-video,
.sub-fv--wrapper .sub-video-info {
  flex: 100%;
  max-width: 100%;
}
.sub-fv--wrapper .main-video {
  margin-bottom: 20px;
}
.sub-title {
  text-align: center;
  margin-bottom: 20px;
}
.topics-item {
  padding: 26px 0;
}
.topics-item .basic-info .date,
.topics-item .basic-info .title,
.topics-item .detail-info .left,
.topics-item .detail-info .right,
.topics-item .detail-info .left + .right,
.pickup-item .detail-info,
.pickup-item .img,
.newest-content--left,
.newest-content--right {
  flex: 100%;
  max-width: 100%;
}
.newest-content--left {
  width: 100%;
  margin-left: auto;
}
.topics-item .detail-info .left {
  margin-bottom: 20px;
}
.topics-item .basic-info .date {
  margin-bottom: 12px;
}
.topics-item.collapsed .topics-content {
  max-height: 135px;
}
.pickup-item {
  flex-direction: column-reverse;
}
.pickup-item .img {
  margin-bottom: 15px;
}
.banner-next-btn {
  right: -10px;
}
.banner-prev-btn {
  left: -10px;
}
.tabs > li a {
  width: auto;
  padding: 0 16px;
  border-radius: 999px;
  border-top: 0;
}
.tabs > li a.active {
  font-weight: 500;
  color: #fff;
  background-color: #43b149;
  border-top: 0;
}
#subTabs {
  min-width: max-content;
}
.tab-header--container .fixed-container {
  /* overflow: scroll; */
}
.small-container > h4,
.person-main-img-wrapper {
  margin-left: -5vw;
  margin-right: -5vw;
}
.small-container > h4 {
  position: relative;
  text-align: center;
  padding: 20px 16px;
  margin-bottom: 40px;
  background-color: #f7f7f7;
}
.small-container > h4:after {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: 100%;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #f7f7f7 transparent transparent transparent;
}
.person-main-img-wrapper img {
  border-radius: 0;
}
.persons > li {
  flex: 100%;
  max-width: 100%;
}
.person-item--avatar {
  flex: 110px;
  max-width: 110px;
}
.person-item--info {
  flex: calc(100% - 110px);
  max-width: calc(100% - 110px);
  padding-left: 16px;
}
.corner-list > li:first-child {
  border-top: 0;
}
.corner-list > li {
  padding-right: 0;
}
.corner-list > li .slide-btn-02 {
  top: 6px;
  right: 0;
}
.corner-list > li .corner-content {
  padding-left: 0;
}
.corner-images-list > li {
  flex: 100%;
  max-width: 100%;
}
.corner-images-list > li figure .img img {
  width: 100%;
}
.corner-post-btn {
  margin-left: 0;
}
.post-form--wrapper {
  padding: 40px 15px;
}
.post-form--wrapper table,
.post-form--wrapper table tbody,
.post-form--wrapper table tr,
.post-form--wrapper table th,
.post-form--wrapper table td {
  display: block;
  width: 100%;
}
.post-form--wrapper table th,
.post-form--wrapper table td {
  padding: 0;
}
.post-form--wrapper table tr:not(:last-child) {
  margin-bottom: 25px;
}
.post-form--wrapper table th {
  margin-bottom: 12px;
}
.live-detail--table,
.live-detail--table tbody,
.live-detail--table tr,
.live-detail--table th,
.live-detail--table td {
  display: block;
  width: 100%;
}
.live-main-info--wrapper {
  border-bottom: 0;
}
.live-main-info--wrapper .img,
.live-main-info--wrapper .info {
  flex: 100%;
  max-width: 100%;
}
.live-main-info--wrapper .img {
  text-align: center;
  margin-bottom: 10px;
}
.live-main-info--wrapper .info {
  padding-left: 0;
}
.live-main-info--wrapper > h4 {
  margin-bottom: 15px;
}
.live-detail--table tr {
  margin-bottom: 30px;
  border: none;
}
.live-detail--table th,
.live-detail--table td {
  padding: 0;
}
.live-detail--table th span,
.product-detail--right > h4 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}
.live-detail--table th span:before,
.product-detail--right > h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: calc(100% - 16px);
  border-radius: 999px;
  background-color: #43b149;
}
.live-detail--list-01 > li .img,
.live-detail--list-02 > li .img {
  text-align: center;
}
.live-detail--list-01 > li .img,
.live-detail--list-02 > li .img,
.live-detail--list-01 > li .info,
.live-detail--list-02 > li .info {
  flex: 100%;
  max-width: 100%;
}
.live-detail--list-01 > li .info {
  padding-left: 0;
}
.live-detail--list-01--item > h4 {
  margin-bottom: 10px;
}
.live-detail--list-01 > li .img,
.live-detail--list-02 > li .img {
  margin-bottom: 14px;
}
.live-detail--list-02--item h4 {
}
.live-detail--list-01 > li .img > h4.sp-only,
.live-detail--list-02 > li .img > h4.sp-only {
  text-align: left;
  margin-bottom: 8px;
}
.live-sub-detail--list > li .info {
  padding-left: 0;
}
.live-sub-detail--list > li .info .price {
  position: static;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 12px;
}
.live-sub-detail--list > li {
  padding: 20px 15px !important;
  background-color: #f7f7f7;
  border: none;
  border-radius: 3px;
}
.live-sub-detail--list > li:not(:last-child) {
  margin-bottom: 20px;
}
.product-detail--left,
.product-detail--right {
  flex: 100%;
  max-width: 100%;
}
.product-detail--left > h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 12px;
}
.product-detail--left > .txt-wrapper {
  font-size: 14px;
  line-height: 1.6;
}
.product-info-table tr:first-child {
  border-top: 1px solid #dcdcdc;
}
.product-detail--right {
  padding-left: 0;
  margin-top: 60px;
}
.adva-list > li .imgs-list > li {
  flex: 100%;
  max-width: 100%;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.gallery-row--list > li .img,
.gallery-row--list > li .info {
  flex: 100%;
  max-width: 100%;
}
.gallery-row--list > li .info {
  padding-left: 0;
}
.gallery-row--list > li {
  padding: 20px 0 12px;
  margin-bottom: 0;
  border-bottom: 1px dotted #dcdcdc;
}
.gallery-row--list > li:last-child {
  border-bottom: 0;
}
.gallery-block--list > li {
  flex: 100%;
  max-width: 100%;
}
.gallery-block--list > li {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dotted #dcdcdc;
}
.gallery-block--list > li:last-child {
  border-bottom: 0;
}
.footer-link-list > li {
  padding: 0 15px;
}
.footer-bottom--wrapper {
  flex-wrap: wrap;
}
.footer-info {
  margin: 20px 0 0;
}
.footer-bottom--container {
  padding-bottom: 30px;
}
.copyright {
  top: calc(100% + 5px);
}
.footer-link-list {
  flex-wrap: wrap;
}
.footer-link-list > li {
  flex: 100%;
  max-width: 100%;
  text-align: center;
  border-right: 0;
  border-bottom: 1px solid #888;
}
.footer-link-list > li a {
  width: 100%;
  padding: 12px 0;
}
footer {
  min-width: auto;
}
.program-tab--container {
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.sub-tab--container .tab-container {
  padding: 0 0 65px;
}
.recommend-slider--wrapper {
  position: relative;
}
.topics-list > li:first-child .topics-item {
  border-top: 0;
}
.newest-content,
.product-detail-container {
  padding-top: 25px;
}
.event-live-container {
  padding-top: 20px;
}
.mail-post-complete-container {
  font-size: 15px;
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid #dcdcdc;
}
.map-wrapper-01 {
  height: 62vw;
  max-height: 390px;
}
.sp-twitter-wrapper {
  text-align: right;
}
.newest-content--left .thumb-slider {
  margin-bottom: 15px;
}
.sp-twitter-wrapper {
  margin-bottom: 20px;
}
.sp-twitter-link {
  position: relative;
  font-size: 15px;
  color: #43b149;
  padding-left: 20px;
  text-decoration: underline;
}
.sp-twitter-link:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 20px;
  left: 0;
  background: url(/assets/img/common/icon-container-46.png) no-repeat center;
  background-size: contain;
}
.topics-item .detail-info .left {
  max-width: 353px !important;
}
.corner-images-list {
  margin: -12px -11px;
}
.corner-images-list > li {
  padding: 12px 11px;
}
.pickup-item .detail-info .links-wrapper {
  text-align: right;
}
.pickup-list:not(:last-child) {
  margin-bottom: 30px;
}
.mail-container {
  padding-top: 0;
}
.mail-container .page-title {
  padding: 16px;
  margin: 0 -5vw 20px;
  border-bottom: 1px solid #dcdcdc;
}
.newest-content--right h4 {
  font-size: 17px;
}
@media screen and (max-width: 400px) {
  .topics-item .detail-info .left {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 360px) {
  .advantage-premium--wrapper h4 span:last-child {
    margin-right: 0;
  }
  .advantage-premium--wrapper h4 span {
    padding: 0 4px;
  }
  .newest-content--right h4 {
    font-size: 15px;
  }
}

a:hover,
button:hover,
input[type='submit'] {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
